:root{--app-bg:#f7f8fc;--app-surface:#fff;--app-surface-soft:#f1f3fb;--app-primary:#5964d8;--app-primary-dark:#414bb3;--app-primary-soft:#e8eaff;--app-blue:#7184e8;--app-lavender:#dfe3ff;--app-text:#111936;--app-text-soft:#424b6b;--app-muted:#78809a;--app-border:#e2e5f0;--app-green:#54a98b;--app-yellow:#e9b95c;--app-radius:24px;--app-radius-small:14px;--app-shadow:0 18px 50px rgba(52,61,113,.08);--app-shadow-hover:0 25px 65px rgba(52,61,113,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 85% 5%,rgba(113,132,232,.1),transparent 25%),var(--app-bg);color:var(--app-text);font-family:DM Sans,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}a,button{-webkit-tap-highlight-color:transparent}.app-container{width:min(1400px,calc(100% - 40px));margin:0 auto}.header{justify-content:space-between;gap:28px;padding:12px 0;position:relative;z-index:100}.header,.header-left,.logo{display:flex;align-items:center}.logo{gap:12px;text-decoration:none;color:var(--app-primary)}.logo img{width:52px;height:64px;object-fit:contain}.brand{font-size:16px;font-weight:700;letter-spacing:-.02em}.header-nav{display:flex;align-items:center;justify-content:center;gap:34px;flex:1 1}.nav-link{color:var(--app-text-soft);text-decoration:underline;font-size:13px;font-weight:600;position:relative;transition:color .25s ease,transform .25s ease}.nav-link:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--app-primary);transition:width .25s ease}.nav-link:hover{color:var(--app-primary)}.nav-link:hover:after{width:100%}.header-contact{display:flex;align-items:center}.header-email{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:999px;background:var(--app-primary);color:var(--app-surface);font-size:13px;font-weight:600;text-decoration:none;margin:0 10px 0 0}.header-email:hover{transform:translateY(-2px);background:var(--app-primary-dark)}.contact-pill{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:999px;background:var(--app-primary);color:var(--app-surface);font-size:13px;font-weight:600;text-decoration:none}.contact-pill:hover{transform:translateY(-2px);background:var(--app-primary-dark)}.app-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);grid-gap:50px;gap:50px;margin-top:40px;min-height:570px;overflow:hidden;border-radius:30px;background:linear-gradient(135deg,#fff,#eef0ff);border:1px solid var(--app-border);box-shadow:var(--app-shadow)}.hero-copy{padding:70px 0 60px 65px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.status-label{display:inline-flex;align-items:center;gap:9px;width:-moz-fit-content;width:fit-content;padding:7px 11px;border-radius:999px;background:rgba(89,100,216,.09);color:var(--app-primary);font-size:10px;font-weight:700;letter-spacing:.1em}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--app-green);box-shadow:0 0 0 4px rgba(84,169,139,.12)}.hero-copy h1{margin:25px 0 22px;max-width:620px;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(48px,5.5vw,76px);line-height:1.02;letter-spacing:-.055em;font-weight:800}.hero-copy h1 span{color:var(--app-primary)}.hero-copy>p{max-width:520px;margin:0;color:var(--app-text-soft);font-size:16px;line-height:1.75}.hero-actions{display:flex;gap:12px;margin-top:30px}.app-button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:48px;padding:13px 20px;border-radius:13px;text-decoration:none;font-size:13px;font-weight:700;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.app-button.primary{color:#fff;background:linear-gradient(135deg,var(--app-primary),#7180e5);box-shadow:0 12px 25px rgba(89,100,216,.23)}.app-button.primary:hover{transform:translateY(-3px);background:var(--app-primary-dark);box-shadow:0 16px 35px rgba(89,100,216,.3)}.app-button.secondary{color:var(--app-text);background:hsla(0,0%,100%,.65);border:1px solid var(--app-border)}.app-button.secondary:hover{transform:translateY(-2px);background:#fff;box-shadow:var(--app-shadow)}.app-button.large{min-height:54px;padding:15px 24px}.hero-mini-stats{display:flex;gap:28px;margin-top:45px}.hero-mini-stats div{display:flex;flex-direction:column;gap:3px}.hero-mini-stats strong{font-size:13px;color:var(--app-primary)}.hero-mini-stats span{color:var(--app-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.hero-art{position:relative;min-height:570px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 60% 40%,rgba(113,132,232,.23),transparent 45%),linear-gradient(145deg,#e8ebff,#d8ddff);overflow:hidden}.hero-art:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:hsla(0,0%,100%,.34);filter:blur(3px)}.hero-illustration{position:relative;z-index:2;width:75%;max-width:500px}.hero-illustration svg{width:100%;height:auto}.floating-note{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;padding:11px 14px;border-radius:12px;background:hsla(0,0%,100%,.86);border:1px solid hsla(0,0%,100%,.9);box-shadow:0 15px 35px rgba(62,72,140,.12);color:var(--app-text);font-size:11px;font-weight:700}.floating-note span{color:var(--app-primary)}.note-one{top:90px;right:55px;transform:rotate(3deg)}.note-two{bottom:100px;left:35px;transform:rotate(-3deg)}.hero-bottom-label{position:absolute;left:28px;right:28px;bottom:20px;display:flex;justify-content:space-between;color:rgba(17,25,54,.45);font-size:9px;font-weight:700;letter-spacing:.12em}.section-label{display:flex;align-items:center;gap:10px;color:var(--app-primary);font-size:10px;font-weight:800;letter-spacing:.12em}.section-label span{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:8px;background:var(--app-primary-soft);font-size:9px}.overview-section{padding:115px 10px 90px}.overview-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:100px;gap:100px;margin-top:40px}.final-content h2,.journey-header h2,.overview-grid h2,.section-heading h2,.services-heading h2,.testimonial-heading h2{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-weight:800;letter-spacing:-.055em;line-height:1.02;font-size:clamp(42px,5vw,68px)}.final-content h2 span,.journey-header h2 span,.overview-grid h2 span,.section-heading h2 span,.services-heading h2 span,.testimonial-heading h2 span{color:var(--app-primary)}.overview-copy{padding-top:5px}.overview-copy p{color:var(--app-text-soft);font-size:15px;line-height:1.8;max-width:500px}.overview-copy p+p{color:var(--app-muted);font-size:13px}.text-link{display:inline-block;margin-top:12px;color:var(--app-primary);text-decoration:none;font-size:12px;font-weight:700}.application-section{padding:70px 0 110px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:45px}.section-heading>div:last-child p{margin:15px 0 0;color:var(--app-muted);font-size:13px}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.capability-card{min-height:475px;display:flex;flex-direction:column;padding:18px;border-radius:var(--app-radius);background:var(--app-surface);border:1px solid var(--app-border);box-shadow:0 5px 20px rgba(52,61,113,.035);transition:transform .3s ease,box-shadow .3s ease}.capability-card:hover{transform:translateY(-7px);box-shadow:var(--app-shadow-hover)}.capability-card.featured{background:linear-gradient(145deg,#636edf,#7e8ce9);border-color:transparent;color:#fff}.card-top{display:flex;justify-content:space-between;align-items:center;padding:2px 2px 0}.card-top>span{color:var(--app-primary);font-size:10px;font-weight:800}.featured .card-top>span{color:hsla(0,0%,100%,.7)}.card-status{padding:6px 9px;border-radius:999px;background:var(--app-surface-soft);color:var(--app-muted);font-size:9px;font-weight:700}.featured .card-status{color:#fff;background:hsla(0,0%,100%,.13)}.card-illustration{height:205px;display:flex;align-items:center;justify-content:center;margin:18px 0;border-radius:17px;background:linear-gradient(145deg,#f0f2ff,#e5e8ff)}.featured .card-illustration{background:hsla(0,0%,100%,.1)}.card-illustration svg{width:70%;height:170px}.card-body{margin-top:auto;padding:3px}.card-body h3{margin:0 0 9px;font-size:21px;font-weight:800;letter-spacing:-.03em}.card-body p{margin:0 0 18px;color:var(--app-muted);font-size:12px;line-height:1.7}.featured .card-body p{color:hsla(0,0%,100%,.72)}.card-body a{color:var(--app-primary);text-decoration:none;font-size:11px;font-weight:800}.featured .card-body a{color:#fff}.journey-section{padding:90px 0 120px}.journey-header{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin:32px 0 45px}.journey-header p{max-width:320px;color:var(--app-muted);font-size:13px;line-height:1.7}.progress-card{padding:28px;border-radius:25px;background:#fff;border:1px solid var(--app-border);box-shadow:var(--app-shadow)}.progress-header{display:flex;justify-content:space-between;align-items:center}.progress-header>div:first-child{display:flex;flex-direction:column;gap:5px}.progress-header span{color:var(--app-muted);font-size:9px;font-weight:800;letter-spacing:.12em}.progress-header strong{font-size:13px}.progress-percent{color:var(--app-primary);font-size:18px;font-weight:800}.progress-track{height:7px;margin:25px 0 32px;border-radius:999px;background:#e8eaf4;overflow:hidden}.progress-value{width:25%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--app-primary),var(--app-blue))}.journey-steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.journey-step{padding:18px;border-radius:16px;background:#f7f8fc;border:1px solid transparent}.journey-step.active{background:var(--app-primary-soft);border-color:#d5d9ff}.step-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-bottom:20px;border-radius:9px;background:#fff;color:var(--app-primary);font-size:9px;font-weight:800}.journey-step h3{margin:0 0 7px;font-size:14px}.journey-step p{margin:0;color:var(--app-muted);font-size:11px;line-height:1.6}.services-section{padding:80px 0 120px}.services-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin:30px 0 50px}.services-heading p{max-width:320px;color:var(--app-muted);font-size:13px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.service-card{position:relative;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;padding:25px;border-radius:21px;background:#fff;border:1px solid var(--app-border);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--app-shadow)}.service-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;background:var(--app-primary-soft);color:var(--app-primary);font-size:18px;font-weight:600}.service-card span{display:block;margin-top:25px;color:var(--app-primary);font-size:9px;font-weight:800;letter-spacing:.1em}.service-card h3{margin:7px 0 10px;font-size:20px;letter-spacing:-.03em}.service-card p{margin:0;color:var(--app-muted);font-size:12px;line-height:1.7}.service-card a{color:var(--app-primary);text-decoration:none;font-size:11px;font-weight:800}.testimonial-section{padding:70px 0 110px}.testimonial-heading{margin:30px 0 40px}.testimonial-empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed #ccd0df;border-radius:25px;background:hsla(0,0%,100%,.5)}.testimonial-art{width:110px;height:100px;margin-bottom:12px;opacity:.7}.testimonial-art svg{width:100%;height:100%}.testimonial-empty h3{margin:0 0 7px;font-size:19px}.testimonial-empty p{margin:0;color:var(--app-muted);font-size:12px}.final-application{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center;text-align:center;padding:70px 30px;overflow:hidden;border-radius:30px;background:linear-gradient(135deg,#e9ebff,#dce1ff);border:1px solid #d5d9f5}.final-art{position:absolute;inset:0;pointer-events:none}.final-art:before{content:"";position:absolute;width:430px;height:430px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:hsla(0,0%,100%,.4)}.sparkle{position:absolute;top:80px;left:18%;color:var(--app-primary);font-size:24px}.sparkle.two{top:auto;bottom:75px;left:auto;right:17%;font-size:15px}.sparkle.three{top:130px;left:auto;right:25%;font-size:12px}.final-content{position:relative;z-index:2;max-width:600px}.final-content .section-label{justify-content:center}.final-content h2{margin:22px 0 18px}.final-content p{max-width:440px;margin:0 auto 28px;color:var(--app-text-soft);font-size:14px;line-height:1.7}.app-footer{padding:65px 0 25px}.footer-main{display:flex;justify-content:space-between;gap:50px;padding-bottom:45px;border-bottom:1px solid var(--app-border)}.footer-logo{font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:800;letter-spacing:-.04em;color:var(--app-primary)}.footer-main p{margin:8px 0 0;color:var(--app-muted);font-size:11px}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.footer-contact span{margin-bottom:5px;color:var(--app-primary);font-size:9px;font-weight:800;letter-spacing:.1em}.footer-contact a{color:var(--app-text-soft);text-decoration:none;font-size:12px}.footer-contact a:hover{color:var(--app-primary)}.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;color:var(--app-muted);font-size:10px}@media (max-width:1024px){.app-container{width:min(900px,calc(100% - 32px))}.app-hero{grid-template-columns:1fr;min-height:auto;gap:0;margin-top:25px}.hero-copy{padding:55px}.hero-copy h1{font-size:clamp(50px,8vw,70px)}.hero-art{min-height:450px}.overview-grid{grid-template-columns:1fr;gap:35px}.capability-grid{grid-template-columns:repeat(2,1fr)}.capability-card{min-height:430px}.journey-steps{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:1fr}}@media (max-width:768px){body,html{overflow-x:hidden}body{width:100%}.app-container{width:calc(100% - 24px);max-width:600px;margin:0 auto}.header{min-height:60px;padding:8px 0;gap:10px}.header-left{min-width:0}.logo{gap:8px}.logo img{width:40px;height:48px}.brand{max-width:150px;font-size:13px;line-height:1.15}.header-contact,.header-nav{display:none!important}.app-hero{display:flex;flex-direction:column;margin-top:18px;border-radius:22px;overflow:hidden}.hero-copy{padding:34px 22px 28px;order:1}.status-label{padding:6px 9px;font-size:8px;letter-spacing:.08em}.status-dot{width:6px;height:6px}.hero-copy h1{margin:20px 0 17px;font-size:clamp(42px,13vw,58px);line-height:1.02;letter-spacing:-.055em}.hero-copy>p{font-size:14px;line-height:1.7;max-width:100%}.hero-actions{display:flex;flex-direction:column;gap:9px;margin-top:25px}.app-button{width:100%;min-height:50px;padding:13px 16px;border-radius:13px;font-size:13px}.app-button.primary{box-shadow:0 10px 22px rgba(89,100,216,.2)}.hero-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin-top:27px}.hero-mini-stats div{min-width:0;padding:10px 7px;border-radius:11px;background:hsla(0,0%,100%,.55);border:1px solid rgba(220,224,238,.7);text-align:center;align-items:center}.hero-mini-stats strong{font-size:12px}.hero-mini-stats span{font-size:8px;letter-spacing:.04em;white-space:nowrap}.hero-art{order:2;min-height:315px;height:315px}.hero-illustration{width:82%;max-width:390px}.hero-illustration svg{width:100%;height:auto}.floating-note{padding:8px 10px;gap:6px;border-radius:10px;font-size:9px;box-shadow:0 10px 25px rgba(62,72,140,.1)}.note-one{top:25px;right:14px;transform:rotate(3deg)}.note-two{bottom:35px;left:14px;transform:rotate(-3deg)}.hero-bottom-label{left:16px;right:16px;bottom:13px;font-size:7px}.overview-section{padding:70px 4px 55px}.application-section{padding:55px 0 70px}.journey-section{padding:60px 0 75px}.services-section{padding:55px 0 75px}.testimonial-section{padding:50px 0 70px}.journey-header,.overview-grid,.section-heading,.services-heading{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.overview-grid{margin-top:28px;gap:28px}.final-content h2,.journey-header h2,.overview-grid h2,.section-heading h2,.services-heading h2,.testimonial-heading h2{font-size:clamp(39px,11vw,52px);line-height:1.03;letter-spacing:-.055em}.overview-copy{padding:0}.overview-copy p{font-size:14px;line-height:1.75}.overview-copy p+p{font-size:12px}.section-label{font-size:8px;letter-spacing:.1em}.section-label span{width:23px;height:23px;border-radius:7px;font-size:8px}.section-heading{margin-bottom:28px}.capability-grid{display:flex;overflow-x:auto;gap:12px;margin-right:-12px;padding-right:12px;padding-bottom:10px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.capability-grid::-webkit-scrollbar{display:none}.capability-card{flex:0 0 82%;min-height:410px;padding:15px;border-radius:19px;scroll-snap-align:start}.card-top{padding:1px}.card-status{padding:5px 8px;font-size:8px}.card-illustration{height:170px;margin:15px 0;border-radius:14px}.card-illustration svg{width:75%;height:145px}.card-body h3{font-size:19px;margin-bottom:7px}.card-body p{font-size:11px;line-height:1.65;margin-bottom:15px}.card-body a{font-size:10px}.capability-grid:after{content:"Swipe →";flex:0 0 auto;align-self:center;color:var(--app-muted);font-size:9px;font-weight:700;letter-spacing:.05em}.journey-header{margin:25px 0 28px}.journey-header p{margin:0;font-size:12px;line-height:1.7}.progress-card{padding:16px;border-radius:19px}.progress-header span{font-size:8px}.progress-header strong{font-size:12px}.progress-percent{font-size:15px}.progress-track{height:6px;margin:20px 0 22px}.journey-steps{display:flex;flex-direction:column;gap:0}.journey-step{position:relative;display:grid;grid-template-columns:35px 1fr;grid-column-gap:12px;column-gap:12px;padding:15px 12px;border-radius:13px}.journey-step:not(:last-child):after{content:"";position:absolute;left:34px;top:48px;width:1px;height:calc(100% - 20px);background:#dce0eb}.journey-step.active:not(:last-child):after{background:#bfc5f4}.step-icon{position:relative;z-index:2;grid-row:span 2;width:31px;height:31px;margin:0;border-radius:9px;font-size:8px;border:1px solid var(--app-border)}.journey-step.active .step-icon{background:var(--app-primary);color:#fff;border-color:var(--app-primary)}.journey-step h3{margin:3px 0;font-size:13px}.journey-step p{grid-column:2;margin:0;font-size:10px;line-height:1.55}.services-heading{margin:25px 0 30px}.services-heading p{margin:0;font-size:12px;line-height:1.7}.services-grid{display:flex;flex-direction:column;gap:10px}.service-card{min-height:0;padding:18px;border-radius:17px}.service-icon{width:38px;height:38px;border-radius:11px;font-size:16px}.service-card span{margin-top:18px;font-size:8px}.service-card h3{margin:6px 0 8px;font-size:18px}.service-card p{font-size:11px;line-height:1.65}.service-card a{margin-top:18px;font-size:10px}.testimonial-heading{margin:25px 0 28px}.testimonial-empty{min-height:250px;padding:25px 18px;border-radius:19px}.testimonial-art{width:90px;height:85px}.testimonial-empty h3{font-size:17px}.testimonial-empty p{font-size:11px}.final-application{min-height:390px;padding:55px 22px;border-radius:22px}.final-content{width:100%}.final-content h2{margin:20px 0 15px}.final-content p{margin-bottom:24px;font-size:12px;line-height:1.7}.final-content .app-button{width:100%}.sparkle{top:45px;left:10%;font-size:17px}.sparkle.two{bottom:45px;right:10%;font-size:12px}.sparkle.three{top:75px;right:15%;font-size:9px}.app-footer{padding:45px 0 18px}.footer-main{display:flex;flex-direction:column;gap:28px;padding-bottom:30px}.footer-logo{font-size:16px}.footer-main p{font-size:10px}.footer-contact{align-items:flex-start;gap:5px}.footer-contact span{font-size:8px}.footer-contact a{font-size:11px}.footer-bottom{display:flex;flex-direction:column;gap:6px;font-size:8px;line-height:1.5}}@media (max-width:480px){.app-container{width:calc(100% - 18px)}.header{min-height:54px}.logo img{width:36px;height:44px}.brand{max-width:135px;font-size:12px}.app-hero{margin-top:12px;border-radius:19px}.hero-copy{padding:29px 18px 24px}.hero-copy h1{font-size:40px;margin:18px 0 15px}.hero-copy>p{font-size:13px}.hero-art{min-height:275px;height:275px}.hero-illustration{width:87%}.floating-note{padding:7px 9px;font-size:8px}.note-one{top:19px;right:9px}.note-two{bottom:32px;left:9px}.hero-mini-stats{gap:5px;margin-top:24px}.hero-mini-stats div{padding:8px 4px}.hero-mini-stats strong{font-size:11px}.hero-mini-stats span{font-size:7px}.final-content h2,.journey-header h2,.overview-grid h2,.section-heading h2,.services-heading h2,.testimonial-heading h2{font-size:37px}.capability-card{flex-basis:88%;min-height:395px}.card-illustration{height:155px}.card-illustration svg{height:130px}.progress-card{padding:13px}.journey-step{padding:13px 8px}.service-card{padding:16px}.service-card h3{font-size:17px}.final-application{min-height:350px;padding:45px 17px;border-radius:19px}.final-content h2{font-size:38px}.app-footer{padding-top:38px}}@media (max-width:360px){.app-container{width:calc(100% - 14px)}.hero-copy h1{font-size:36px}.hero-copy>p{font-size:12px}.hero-art{min-height:245px;height:245px}.hero-illustration{width:92%}.floating-note{display:none}.hero-bottom-label,.hero-mini-stats span{font-size:6px}.final-content h2,.journey-header h2,.overview-grid h2,.section-heading h2,.services-heading h2,.testimonial-heading h2{font-size:34px}.capability-card{flex-basis:92%}}@media (hover:none) and (pointer:coarse){.capability-card:hover,.service-card:hover{transform:none;box-shadow:0 5px 20px rgba(52,61,113,.035)}.app-button{min-height:52px}.card-body a,.service-card a,.text-link{display:inline-flex;min-height:38px;align-items:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width:1024px){.app-container{width:min(900px,calc(100% - 32px))}.app-hero{grid-template-columns:1fr;gap:0}.hero-copy{padding:55px}.hero-art{min-height:460px}.overview-grid{gap:35px}.capability-grid,.overview-grid{grid-template-columns:1fr}.capability-card{min-height:400px}.journey-steps{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:1fr}}@media (max-width:768px){.app-container{width:calc(100% - 24px)}.app-hero{margin-top:20px;border-radius:22px}.hero-copy{padding:40px 25px 35px}.hero-copy h1{font-size:48px}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column}.app-button{width:100%}.hero-mini-stats{margin-top:30px;gap:20px}.hero-art{min-height:330px}.hero-illustration{width:70%}.note-one{top:35px;right:15px}.note-two{bottom:45px;left:15px}.hero-bottom-label{font-size:7px}.application-section,.journey-section,.overview-section,.services-section,.testimonial-section{padding-top:70px;padding-bottom:70px}.final-content h2,.journey-header h2,.overview-grid h2,.section-heading h2,.services-heading h2,.testimonial-heading h2{font-size:44px}.journey-header,.section-heading,.services-heading{flex-direction:column;align-items:flex-start;gap:20px}.capability-card{min-height:430px}.progress-card{padding:18px}.journey-steps{grid-template-columns:1fr}.journey-step{display:grid;grid-template-columns:35px 1fr;grid-column-gap:12px;column-gap:12px}.step-icon{grid-row:span 2;margin:0}.journey-step h3{margin:3px 0}.journey-step p{grid-column:2}.final-application{min-height:420px;border-radius:22px}.footer-main{flex-direction:column}.footer-contact{align-items:flex-start}.footer-bottom{flex-direction:column;gap:8px}}@media (max-width:480px){.hero-copy h1{font-size:42px}.hero-art{min-height:280px}.floating-note{padding:8px 10px;font-size:9px}.note-one{top:20px;right:10px}.note-two{bottom:30px;left:10px}.final-content h2,.journey-header h2,.overview-grid h2,.section-heading h2,.services-heading h2,.testimonial-heading h2{font-size:38px}.card-illustration{height:175px}.card-illustration svg{height:140px}.final-application{padding:55px 20px}}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px}.mobile-menu-btn span{width:24px;height:2px;background:var(--muted);border-radius:2px;transition:all .3s ease}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--card);border-bottom:1px solid hsla(0,0%,100%,.1);flex-direction:column;gap:0;padding:16px;border-radius:0 0 12px 12px;z-index:100}.mobile-nav-link{padding:12px 16px;color:var(--muted);text-decoration:none;font-weight:500;border-radius:8px;transition:all .2s ease;display:block}.mobile-nav-link:hover{background:hsla(0,0%,100%,.05);color:#e6eef6}body.candy-theme .mobile-menu{background:hsla(36,33%,94%,.95);border-bottom-color:var(--candy-border)}body.candy-theme .mobile-nav-link{color:var(--candy-text-muted)}body.candy-theme .mobile-nav-link:hover{background:rgba(99,102,241,.1);color:var(--candy-text-dark)}