@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#faf9f7;color:#1a1a2e;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}ul,ol{list-style:none}:root{--color-ink: #1a1a2e;--color-ink-light: #2d2d44;--color-ink-muted: #6b6b80;--color-cream: #faf9f7;--color-cream-dark: #f0efe9;--color-white: #ffffff;--color-accent: #e85d04;--color-accent-hover: #d54e00;--color-teal: #0d9488;--container-width: 1140px;--section-padding: 120px;--section-padding-mobile: 80px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 30px rgba(0,0,0,.12);--shadow-xl: 0 20px 50px rgba(0,0,0,.15)}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 40px}}.text-gradient{background:linear-gradient(135deg,var(--color-accent) 0%,#ff7b2e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:16px;padding:16px 32px;border-radius:var(--radius-lg);transition:all .2s ease}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #e85d044d}.btn-secondary{background:transparent;color:var(--color-ink);border:2px solid var(--color-ink)}.btn-secondary:hover{background:var(--color-ink);color:#fff}.btn-lg{font-size:18px;padding:20px 40px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--color-ink)}.section-label{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-accent);margin-bottom:20px}.section-title{font-size:clamp(32px,5vw,52px);margin-bottom:24px}.section-subtitle{font-size:clamp(18px,2.5vw,22px);color:var(--color-ink-muted);line-height:1.6;max-width:600px}.section-subtitle.centered{margin:0 auto}.section{padding:var(--section-padding-mobile) 0}@media(min-width:768px){.section{padding:var(--section-padding) 0}}.section-header{text-align:center;margin-bottom:60px}@media(min-width:768px){.section-header{margin-bottom:80px}}.section--white{background:var(--color-white)}.section--cream{background:var(--color-cream)}.section--dark{background:var(--color-ink);position:relative;z-index:1}.section--dark.divider-angle:before{content:"";position:absolute;top:-19px;left:0;right:0;height:20px;background:var(--color-ink);clip-path:polygon(0 100%,100% 0,100% 100%,0 100%)}.section--dark.divider-angle:after{content:"";position:absolute;bottom:-19px;left:0;right:0;height:20px;background:var(--color-ink);clip-path:polygon(0 0,100% 0,100% 0,0 100%);z-index:2}.section--dark.divider-wave:before{content:"";position:absolute;top:-14px;left:0;right:0;height:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 15' preserveAspectRatio='none'%3E%3Cpath d='M0,15 C400,0 800,0 1200,15 L1200,15 L0,15 Z' fill='%231a1a2e'/%3E%3C/svg%3E");background-size:100% 100%}.section--dark.divider-wave:after{content:"";position:absolute;bottom:-14px;left:0;right:0;height:15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 15' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C400,15 800,15 1200,0 L1200,0 L0,0 Z' fill='%231a1a2e'/%3E%3C/svg%3E");background-size:100% 100%;z-index:2}.section--dark .section-title,.section--dark h2,.section--dark h3{color:#fff}.section--dark .section-subtitle,.section--dark p{color:#ffffffb3}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 24px;transition:all .3s ease}@media(min-width:768px){.navbar{padding:24px 40px}}.navbar-wrapper{max-width:1200px;margin:0 auto;background:var(--color-white);border-radius:100px;padding:8px 12px 8px 20px;box-shadow:0 4px 20px #00000014,0 0 0 1px #0000000a;transition:all .3s ease}@media(min-width:768px){.navbar-wrapper{padding:10px 16px 10px 28px}}.navbar.scrolled .navbar-wrapper{box-shadow:0 8px 30px #0000001f,0 0 0 1px #0000000a}.navbar-inner{display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:10px}.navbar-logo-icon{width:32px;height:32px;border-radius:var(--radius-md);object-fit:contain;font-size:16px}@media(min-width:768px){.navbar-logo-icon{width:34px;height:34px}}.navbar-logo-text{font-size:20px;font-weight:700;color:var(--color-ink)}@media(min-width:768px){.navbar-logo-text{font-size:22px}}.navbar-links{display:none;align-items:center;gap:32px}@media(min-width:1000px){.navbar-links{display:flex}}.navbar-link{font-weight:500;font-size:15px;color:var(--color-ink-muted);transition:color .2s ease}.navbar-link:hover{color:var(--color-ink)}.navbar-cta{display:none}@media(min-width:1000px){.navbar-cta{display:block}}.navbar-cta .btn{padding:10px 20px;font-size:14px;border-radius:100px}.navbar-mobile-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--color-ink)}@media(min-width:1000px){.navbar-mobile-toggle{display:none}}.navbar-mobile{position:absolute;top:calc(100% + 8px);left:16px;right:16px;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:24px;display:none}.navbar-mobile.open{display:block}.navbar-mobile-link{display:block;padding:14px 16px;font-weight:500;color:var(--color-ink);border-radius:var(--radius-md);transition:background .2s ease}.navbar-mobile-link:hover{background:var(--color-cream)}.navbar-mobile-cta{margin-top:12px;width:100%;border-radius:100px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:140px 0 100px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,var(--color-ink) 1px,transparent 0);background-size:40px 40px;opacity:.03}.hero-glow{position:absolute;top:20%;left:50%;transform:translate(-50%);width:900px;height:600px;background:radial-gradient(ellipse at center,rgba(232,93,4,.08) 0%,rgba(232,93,4,.03) 40%,transparent 70%);filter:blur(60px);pointer-events:none}.hero-wrapper{position:relative;z-index:2;width:100%;max-width:900px;margin:0 auto;padding:0 24px}@media(min-width:1200px){.hero-wrapper{max-width:760px}}.hero-content{text-align:center;max-width:720px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;background:#e85d041a;padding:5px 14px;border-radius:var(--radius-full);margin-bottom:32px}.hero-badge-text{font-size:13px;font-weight:500;color:var(--color-accent);letter-spacing:.3px}.hero-title{font-size:clamp(40px,7vw,72px);line-height:1.1;margin-bottom:32px}.hero-title-lead{font-size:.92em}.hero-title-accent{position:relative;display:inline-block;color:transparent;background:linear-gradient(135deg,var(--color-accent) 0%,#ff7b2e 100%);-webkit-background-clip:text;background-clip:text}.hero-title-underline{position:absolute;bottom:-8px;left:0;width:100%;height:12px;opacity:.6}.hero-subtitle{font-size:clamp(18px,2.5vw,24px);color:var(--color-ink-muted);line-height:1.6;margin-bottom:48px;max-width:640px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;flex-direction:column;gap:16px;align-items:center;margin-bottom:30px}@media(min-width:500px){.hero-cta{flex-direction:row;justify-content:center}}.hero-trust{margin-top:28px}.hero-trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 32px}.hero-trust-item{display:flex;align-items:center;gap:6px;color:var(--color-ink-muted);font-weight:400;font-size:14px}.hero-trust-icon{width:14px;height:14px;color:var(--color-teal)}.hero-cards{display:none}@media(min-width:1200px){.hero-cards{display:block;position:absolute;inset:0;pointer-events:none}}.hero-card{position:absolute;background:#fff;border-radius:var(--radius-lg);box-shadow:0 8px 32px #0000001a,0 0 0 1px #0000000a;padding:16px 20px;animation:float 4.5s ease-in-out infinite;pointer-events:auto}.hero-card--top-left{top:12%;left:-260px;display:flex;align-items:center;gap:14px;min-width:200px;animation-delay:0s}.hero-card--mid-left{top:38%;left:-300px;animation-delay:.8s;padding:14px 18px}.hero-card--bottom-left{bottom:12%;left:-220px;animation-delay:1.6s;min-width:170px}.hero-card--top-right{top:8%;right:-260px;animation-delay:.4s;padding:14px 16px}.hero-card--mid-right{top:42%;right:-300px;display:flex;align-items:center;gap:12px;animation-delay:1.2s}.hero-card--bottom-right{bottom:16%;right:-240px;animation-delay:2s;padding:16px 20px;min-width:220px}.hero-card-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.hero-card-icon--green{background:linear-gradient(135deg,#10b981,#059669)}.hero-card-icon--purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed);width:36px;height:36px}.hero-card-content{display:flex;flex-direction:column;gap:2px}.hero-card-label{font-size:12px;color:var(--color-ink-muted);font-weight:500}.hero-card-value{font-size:15px;color:var(--color-ink);font-weight:700}.hero-card-row{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-ink-muted);padding:6px 0}.hero-card-row:not(:last-child){border-bottom:1px solid var(--color-cream-dark)}.hero-card-dot{width:8px;height:8px;border-radius:50%}.hero-card-dot--orange{background:var(--color-accent)}.hero-card-dot--teal{background:var(--color-teal)}.hero-card-dot--blue{background:#3b82f6}.hero-card-stat{text-align:center;margin-bottom:12px}.hero-card-stat-value{font-size:28px;font-weight:700;color:var(--color-accent)}.hero-card-stat-label{font-size:12px;color:var(--color-ink-muted)}.hero-card-bar{height:6px;background:var(--color-cream-dark);border-radius:3px;overflow:hidden}.hero-card-bar-fill{width:84%;height:100%;background:linear-gradient(90deg,var(--color-accent) 0%,#ff7b2e 100%);border-radius:3px}.hero-card-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.hero-card-header-dot{width:8px;height:8px;background:var(--color-teal);border-radius:50%}.hero-card-header-title{font-size:12px;font-weight:600;color:var(--color-ink-muted)}.hero-card-chart{display:flex;align-items:flex-end;gap:6px;height:50px}.hero-card-chart-bar{flex:1;background:var(--color-cream-dark);border-radius:3px;transition:height .3s ease}.hero-card-chart-bar--accent{background:linear-gradient(180deg,var(--color-accent) 0%,#ff7b2e 100%)}.hero-card-mini-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px}.hero-card-mini-row:not(:last-child){border-bottom:1px solid var(--color-cream-dark)}.hero-card-mini-label{color:var(--color-ink-muted)}.hero-card-mini-value{font-weight:700;color:var(--color-accent)}.hero-card-mini-value--green{color:#10b981}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-scroll{position:absolute;bottom:40px;right:48px;display:flex;align-items:center;gap:8px;color:var(--color-ink);font-size:13px;font-weight:500;letter-spacing:.5px;opacity:.85;transition:opacity .4s ease,transform .4s ease}.hero-scroll--hidden{opacity:0;transform:translateY(10px);pointer-events:none}.hero-scroll-text{text-transform:uppercase}.hero-scroll-arrow{display:flex;align-items:center;justify-content:center;animation:bounce 2s ease-in-out infinite}.hero-scroll-arrow svg{stroke:var(--color-ink)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.section-label--light{color:var(--color-accent)!important;border-color:#e85d044d}.problems-header .section-label{color:var(--color-accent)}.section-title--light{color:#fff}.problems-header{text-align:center;margin-bottom:56px}.problems-solution-layout{display:grid;gap:40px}@media(min-width:1100px){.problems-solution-layout{grid-template-columns:1fr 1fr;gap:48px;align-items:stretch}.problems-column,.solution-column{display:grid;grid-template-rows:auto 1fr;gap:20px}}.column-label{display:flex;align-items:center;gap:10px;height:fit-content;margin-bottom:20px}.column-label--muted{font-size:14px;font-weight:600;color:#ff4d4d;background:#ff4d4d26;border:1px solid rgba(255,77,77,.3);padding:8px 16px;border-radius:var(--radius-full);width:fit-content}.column-label--muted svg{color:#ff4d4d}.column-label--success{font-size:14px;font-weight:600;color:#22c55e;background:#22c55e26;border:1px solid rgba(34,197,94,.3);padding:8px 16px;border-radius:var(--radius-full);width:fit-content}.column-label--success svg{color:#22c55e}.problems-grid{display:flex;flex-direction:column;gap:16px}@media(min-width:1100px){.problems-grid{height:100%}.problems-grid .problem-card{flex:1}}@media(min-width:768px)and (max-width:1099px){.problems-grid{display:grid;grid-template-columns:repeat(3,1fr)}}.problem-card{display:flex;align-items:center;gap:20px;padding:28px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);transition:all .3s ease}.problem-card:hover{background:#ffffff17;border-color:#ffffff2e}.problem-icon{flex-shrink:0;width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.problem-icon--orange{background:#e85d0433;color:#ff8c42}.problem-icon--teal{background:#2dd4bf33;color:#2dd4bf}.problem-icon--purple{background:#a855f733;color:#a855f7}.problem-content{flex:1}.problem-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.problem-text{font-size:15px;color:#ffffffb3;line-height:1.6}.solution-highlight{background:linear-gradient(135deg,#e85d04d9,#ff8c42cc);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:32px;padding:36px;text-align:center;animation:fade-in-up .6s ease-out .4s both,subtle-glow 4s ease-in-out infinite}@keyframes subtle-glow{0%,to{box-shadow:0 8px 32px #e85d0440}50%{box-shadow:0 12px 60px #e85d0480}}@media(min-width:1100px){.solution-highlight{text-align:left;padding:32px;height:100%;display:flex;flex-direction:column;justify-content:center}.solution-tags{justify-content:flex-start}}@media(max-width:768px){.solution-highlight{padding:28px 20px}}.solution-highlight-content{max-width:680px;margin:0 auto;flex:1;display:flex;flex-direction:column}@media(min-width:1100px){.solution-highlight-content{max-width:none;margin:0}}.solution-title{font-size:clamp(26px,4vw,36px);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.2}.solution-text{font-size:17px;color:#ffffffe6;line-height:1.7;margin-bottom:24px}.solution-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:20px}.solution-tag{display:inline-flex;align-items:center;padding:5px 12px;background:#fff3;border-radius:var(--radius-full);font-size:12px;font-weight:500;color:#fff}.solution-highlight .btn-primary{background:#fff;color:var(--color-accent);width:100%;justify-content:center;padding:14px 24px;font-size:15px}.solution-highlight .btn-primary:hover{background:var(--color-cream);transform:translateY(-2px)}.section-cta{text-align:center}.hiw-header{margin-bottom:56px}.hiw-header .section-label{margin-bottom:16px}.hiw-title{font-size:clamp(36px,5vw,52px);font-weight:700;line-height:1.1;color:var(--color-ink);margin-bottom:20px}.hiw-title-accent{color:var(--color-accent)}.hiw-arrow{display:inline-block;margin-left:12px;font-size:.7em;color:var(--color-accent);animation:bounce-down 2s ease-in-out infinite}@keyframes bounce-down{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.hiw-subtitle{font-size:18px;color:var(--color-ink-muted);line-height:1.6;max-width:480px}.hiw-cta-card{background:#fff;border:1px solid var(--color-cream-dark);border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-md)}.hiw-cta-text{font-size:17px;color:var(--color-ink-muted);line-height:1.6;margin-bottom:24px}.hiw-cta-card .btn{width:100%;justify-content:center}.hiw-steps{display:grid;gap:20px}@media(min-width:600px){.hiw-steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.hiw-steps{grid-template-columns:repeat(4,1fr)}}.hiw-step{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-cream-dark);border-radius:var(--radius-xl);padding:28px;transition:all .3s ease}.hiw-step:hover{box-shadow:var(--shadow-lg);border-color:var(--color-accent)}.hiw-step-number{font-size:32px;font-weight:700;color:var(--color-accent);margin-bottom:16px}.hiw-step-content{display:flex;flex-direction:column;flex:1}.hiw-step-title{font-size:18px;font-weight:600;color:var(--color-ink);margin-bottom:8px}.hiw-step-text{flex:1;font-size:15px;color:var(--color-ink-muted);line-height:1.6;margin-bottom:12px}.hiw-step-duration{display:inline-block;align-self:flex-start;font-size:13px;font-weight:600;color:var(--color-accent);background:#e85d041a;padding:4px 10px;border-radius:var(--radius-full)}@keyframes step-bounce{0%,20%,to{transform:translateY(0)}10%{transform:translateY(-4px)}}.hiw-step--1{animation:step-bounce 3.5s ease-in-out infinite;animation-delay:0s}.hiw-step--2{animation:step-bounce 3.5s ease-in-out infinite;animation-delay:.2s}.hiw-step--3{animation:step-bounce 3.5s ease-in-out infinite;animation-delay:.4s}.hiw-step--4{animation:step-bounce 3.5s ease-in-out infinite;animation-delay:.6s}.why-grid{display:flex;flex-direction:column;gap:56px}.why-content{text-align:center;max-width:600px;margin:0 auto}.why-title{font-size:clamp(32px,4vw,44px);color:#fff;margin-bottom:20px}.why-text{font-size:17px;line-height:1.7;color:#fff9;margin-bottom:28px}.why-features{display:grid;gap:32px 48px;grid-template-columns:1fr}@media(min-width:600px){.why-features{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.why-features{grid-template-columns:repeat(3,1fr)}}.why-feature{display:flex;gap:14px;align-items:flex-start}.why-feature-icon{flex-shrink:0;width:36px;height:36px;background:#e85d0426;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-accent);margin-bottom:20px}.why-feature-content{flex:1}.why-feature-title{font-size:17px;color:#fff;margin-bottom:6px}.why-feature-text{color:#fff9;line-height:1.5;font-size:14px}.projects-list{display:flex;flex-direction:column;gap:85px}@media(min-width:768px){.projects-list{gap:120px}}.project{display:grid;gap:48px;align-items:center}@media(min-width:900px){.project{grid-template-columns:1fr 1fr;gap:80px}.project:nth-child(2n) .project-image{order:2}}.project-image{background:var(--color-cream);border:1px solid var(--color-cream-dark);border-radius:var(--radius-xl);aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.project-mockup{width:100%;max-width:520px;border-radius:16px;overflow:hidden;box-shadow:0 25px 80px #00000026}.mockup-header{display:flex;align-items:center;gap:12px;padding:12px 16px}.mockup-header--light{background:#fafafa;border-bottom:1px solid #eee}.mockup-header--dark{background:#1e293b;border-bottom:1px solid rgba(255,255,255,.1)}.mockup-dots{display:flex;gap:6px}.mockup-dots span{width:10px;height:10px;border-radius:50%}.mockup-dots span:nth-child(1){background:#ff5f57}.mockup-dots span:nth-child(2){background:#ffbd2e}.mockup-dots span:nth-child(3){background:#28ca42}.mockup-logo-kalos{font-size:16px;font-weight:800;color:#1a1a2e;letter-spacing:2px}.mockup-body-kalos{display:flex;background:#fff}.kalos-sidebar{width:120px;padding:16px 12px;border-right:1px solid #f0f0f0}.kalos-nav-section{font-size:9px;font-weight:700;color:var(--color-accent);margin-bottom:8px;margin-top:12px}.kalos-nav-section:first-child{margin-top:0}.kalos-nav-item{font-size:11px;color:#666;padding:8px 10px;border-radius:6px;margin-bottom:2px}.kalos-nav-item--active{background:#e85d041a;color:var(--color-accent);font-weight:600}.kalos-main{flex:1;padding:16px}.kalos-table{font-size:10px}.kalos-table-header{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:8px;padding:8px 0;border-bottom:1px solid #eee;color:#999;font-weight:600;text-transform:uppercase;font-size:9px}.kalos-table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:8px;padding:10px 0;border-bottom:1px solid #f5f5f5;align-items:center}.kalos-client{color:var(--color-accent);font-weight:500}.kalos-badge{font-size:8px;padding:3px 8px;border-radius:4px;font-weight:600;text-align:center}.kalos-badge--green{background:#22c55e26;color:#16a34a}.kalos-badge--red{background:#ef444426;color:#dc2626}.mockup-logo-trader{font-size:14px;font-weight:800;color:#fff;letter-spacing:1px}.mockup-body-trader{display:flex;background:#f8fafc}.trader-sidebar{width:130px;padding:16px 12px;background:#1e293b}.trader-strategy{margin-bottom:20px}.trader-strategy-label{display:block;font-size:9px;color:#2dd4bf;margin-bottom:4px}.trader-strategy-name{font-size:12px;font-weight:600;color:#fff}.trader-nav-item{font-size:11px;color:#fff9;padding:10px 12px;border-radius:6px;margin-bottom:4px}.trader-nav-item--active{background:#2dd4bf;color:#1e293b;font-weight:600}.trader-main{flex:1;padding:16px}.trader-chart{background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;box-shadow:0 1px 3px #0000000d}.trader-chart-title{font-size:12px;font-weight:600;color:#1e293b;margin-bottom:12px}.trader-chart-line{width:100%;height:60px}.trader-stats{display:flex;gap:10px}.trader-stat{flex:1;padding:14px;border-radius:10px;text-align:center}.trader-stat--green{background:linear-gradient(135deg,#22c55e,#16a34a)}.trader-stat--teal{background:linear-gradient(135deg,#2dd4bf,#14b8a6)}.trader-stat-value{display:block;font-size:18px;font-weight:700;color:#fff}.trader-stat-label{font-size:9px;color:#fffc;text-transform:uppercase}.project-category{font-size:14px;font-weight:700;color:var(--color-accent);margin-bottom:12px}.project-title{font-size:clamp(28px,4vw,40px);margin-bottom:32px}.project-section{margin-bottom:28px}.project-section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--color-ink);margin-bottom:6px}.project-section-text{color:var(--color-ink-muted);line-height:1.7;font-size:17px}.project-results{background:#0d94881a;border:1px solid rgba(13,148,136,.2);border-radius:var(--radius-lg);padding:24px;margin-bottom:28px;animation:results-glow 3s ease-in-out infinite}@keyframes results-glow{0%,to{box-shadow:0 0 #0d94881a;border-color:#0d948833}50%{box-shadow:0 2px 30px #0d94884d;border-color:#0d948880}}.project-results .project-section-title{color:var(--color-teal)}.project-results .project-section-text{color:var(--color-ink);font-weight:500}.project-tags{display:flex;flex-wrap:wrap;gap:12px}.project-tag{padding:10px 18px;background:var(--color-cream);border-radius:var(--radius-full);font-size:14px;font-weight:500;color:var(--color-ink-muted)}.founder-grid{max-width:640px;margin:0 auto}.founder-title{font-size:clamp(32px,5vw,48px);color:#fff;margin-bottom:36px;line-height:1.2}.founder-text{font-size:16px;line-height:1.7;color:#ffffffb3;margin-bottom:16px}.founder-quote{margin:32px 0;padding:24px 24px 24px 48px;background:#ffffff0f;border-left:4px solid var(--color-accent);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.founder-quote-icon{width:20px;height:20px;color:var(--color-accent);margin-bottom:8px}.founder-quote .founder-quote-text{color:#ffffffe6;font-weight:500;font-size:16px;line-height:1.6;margin:0;font-style:italic}.founder-stats{display:flex;gap:48px;margin-top:32px}.founder-stat-value{font-size:clamp(40px,6vw,56px);font-weight:700;color:var(--color-accent);margin-bottom:0}.founder-stat-label{color:#fff;font-size:15px}.contact-grid{display:grid;gap:60px}@media(min-width:900px){.contact-grid{grid-template-columns:1fr 1fr;gap:100px}}.contact-title{font-size:clamp(32px,5vw,48px);margin-bottom:24px;line-height:1.2}.contact-subtitle{font-size:18px;color:var(--color-ink-muted);line-height:1.7;margin-bottom:40px}.contact-steps-title{font-size:20px;font-weight:700;margin-bottom:24px}.contact-steps{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}.contact-step{display:flex;align-items:flex-start;gap:16px}.contact-step-icon{width:28px;height:28px;background:#0d94881a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-teal);flex-shrink:0}.contact-step-text{color:var(--color-ink-muted);font-size:16px;line-height:1.5}.contact-direct{padding-top:32px;border-top:1px solid var(--color-cream-dark)}.contact-direct-label{color:var(--color-ink-muted);margin-bottom:8px}.contact-direct-email{font-size:20px;font-weight:600;color:var(--color-ink);transition:color .2s ease}.contact-direct-email:hover{color:var(--color-accent)}.contact-book{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:var(--color-accent);color:#fff;text-align:center;padding:16px 24px;border-radius:100px;margin-bottom:24px;transition:all .2s ease;box-shadow:0 4px 16px #e85d0433;font-weight:600;font-size:16px}.contact-book:hover{background:var(--color-accent-hover);transform:translateY(-2px)}.contact-book-title{font-size:15px;font-weight:600}.contact-book-subtitle{display:none}.contact-divider{display:flex;align-items:center;gap:20px;margin-bottom:24px}.contact-divider-line{flex:1;height:1px;background:#00000026}.contact-divider-text{color:var(--color-ink-muted);font-weight:500}.contact-form{background:#fff;border-radius:var(--radius-xl);padding:30px;border:1px solid var(--color-cream-dark);box-shadow:var(--shadow-lg)}.contact-form-row{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:14px}@media(min-width:600px){.contact-form-row{grid-template-columns:1fr 1fr}.contact-form-row .contact-form-group{margin-bottom:0}}.contact-form-group{margin-bottom:14px}.contact-form-label{display:block;font-size:14px;font-weight:600;color:var(--color-ink);margin-bottom:6px}.contact-form-label span{font-weight:400;color:var(--color-ink-muted)}.contact-form-input,.contact-form-textarea{width:100%;padding:18px 20px;border:1px solid rgba(0,0,0,.15);border-radius:var(--radius-lg);font-size:16px;color:var(--color-ink);background:#fff;transition:all .2s ease}.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 4px #e85d041a}.contact-form-textarea{resize:none;min-height:140px}.contact-form-submit{width:100%}.contact-form-submit:disabled{opacity:.7;cursor:not-allowed}.contact-form-success{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:100px;color:#059669;font-weight:600}.contact-form-error{margin-top:12px;padding:12px 16px;background:#ef44441a;border-radius:var(--radius-md);color:#dc2626;font-size:14px;text-align:center}.footer{background:var(--color-ink);padding:40px 0}.footer-inner{display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}@media(min-width:900px){.footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:6px;justify-content:center}@media(min-width:900px){.footer-logo{justify-content:flex-start}}.footer-logo-icon{width:44px;height:44px;border-radius:var(--radius-lg);object-fit:contain}.footer-logo-text{font-size:24px;font-weight:700;color:#fff}.footer-tagline{color:#ffffff80;font-size:14px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 40px}.footer-link{color:#fff9;font-weight:500;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-email{color:#fff9;font-weight:500;font-size:15px;transition:color .2s ease}.footer-email:hover{color:#fff}.footer-bottom{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}@media(min-width:600px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright,.footer-owner{color:#fff6;font-size:14px}.footer-owner{display:flex;align-items:center;gap:8px}.footer-owner-link{color:inherit;text-decoration:none;transition:color .2s ease}.footer-owner-link:hover{color:#ffffffbf}@media(max-width:767px){.hero{text-align:center;padding-top:120px}.hero-chip{margin:0 auto 24px}.hero-title{font-size:36px;line-height:1.15}.hero-title-underline{display:none}.hero-subtitle{font-size:16px;max-width:100%}.hero-cta{flex-direction:column;align-items:center;gap:12px}.hero-cta .btn{width:100%;justify-content:center;font-size:15px;padding:14px 24px}.hero-trust{justify-content:center}.hero-cards,.scroll-indicator{display:none}.problems-header{text-align:center}.problems-solution-layout{grid-template-columns:1fr;gap:40px}.problems-column,.solution-column{text-align:center}.column-label{justify-content:center}.problems-grid{gap:16px}.problem-card{flex-direction:column;text-align:center;padding:24px 20px}.problem-icon{margin:0 auto 12px}.solution-highlight{padding:32px 24px;text-align:center}.solution-tags{justify-content:center}.solution-highlight .btn{width:100%;justify-content:center}.hiw-header,.hiw-title{text-align:center}.hiw-arrow{display:block;margin:16px auto 0}.steps-grid{grid-template-columns:1fr;gap:16px}.step-card{text-align:center;padding:28px 24px}.step-number{margin:0 auto 16px}.step-time-chip{margin:16px auto 0}.why-content{text-align:center}.why-features{grid-template-columns:1fr;gap:20px}.why-feature{flex-direction:column;text-align:center;padding:20px 16px}.why-feature-icon{margin:0 auto 12px}.project{grid-template-columns:1fr;gap:32px}.project-image{display:flex;justify-content:center;overflow:hidden}.project-mockup{max-width:100%;transform:scale(.9)}.project-content{text-align:center;padding:0 8px}.project-title{font-size:28px}.project-section{text-align:center}.project-section-text{font-size:15px}.project-results{text-align:center}.projects-list{gap:60px}.founder-content{text-align:center}.founder-stats{justify-content:center}.founder-quote{padding:20px 20px 20px 40px}.contact-grid,.contact-content{text-align:center}.contact-steps{text-align:left}.contact-step{justify-content:flex-start}.contact-direct,.contact-form-wrapper{text-align:center}.contact-form{text-align:left}.contact-form-row{grid-template-columns:1fr}.footer-inner,.footer-brand{text-align:center}.footer-logo{justify-content:center}.footer-bottom{text-align:center;gap:8px}.footer-owner{justify-content:center}}
