:root{--navy:#071f3d;--blue:#1559d6;--red:#e9483f;--cream:#f5f3ed;--paper:#fbfcfd;--ink:#12233a;--muted:#607087;--line:#dbe2ea;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",sans-serif;line-height:1.6}
.site-header{height:86px;padding:0 clamp(20px,5vw,76px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:11px;color:var(--navy);font:800 .97rem Manrope,sans-serif;text-decoration:none;white-space:nowrap}.brand-mark{width:40px;height:40px;display:grid;place-items:center;background:var(--red);color:white;border-radius:50% 50% 12px 50%;font-size:.72rem}
.top-nav{display:flex;justify-content:center;gap:clamp(14px,2vw,30px)}.top-nav a{color:#314158;text-decoration:none;font-size:.88rem;font-weight:600}.top-nav a:hover{color:var(--blue)}button{font:inherit}
.header-cta,.inline-button{border:0;cursor:pointer;background:transparent;color:var(--blue);font-weight:700}.header-cta{padding:11px 17px;border:1px solid var(--blue);border-radius:5px}.menu-toggle{display:none}
.hero{min-height:720px;padding:clamp(70px,8vw,120px) clamp(24px,6vw,92px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.8fr);align-items:center;gap:clamp(42px,8vw,110px);background:linear-gradient(125deg,#f8fafc 0%,#eef4fb 58%,#e6eef8 100%);position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:440px;height:440px;background:radial-gradient(circle,rgba(21,89,214,.18),transparent 68%);pointer-events:none}.eyebrow{margin:0 0 16px;color:var(--red);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.08;margin:0}h1{font-size:clamp(3.1rem,6.3vw,6.5rem);letter-spacing:-.058em;max-width:900px}h1 em{font-style:normal;color:var(--blue)}.hero-intro{max-width:650px;font-size:clamp(1.05rem,1.5vw,1.28rem);color:var(--muted);margin:27px 0}
.hero-actions{display:flex;align-items:center;gap:24px}.primary-button,.submit-button{border:0;border-radius:5px;background:var(--blue);color:white;padding:16px 22px;display:inline-flex;align-items:center;justify-content:space-between;gap:38px;font-weight:800;cursor:pointer;box-shadow:0 12px 28px rgba(21,89,214,.2);transition:.2s}.primary-button:hover,.submit-button:hover{background:var(--navy);transform:translateY(-2px)}.text-link{color:var(--navy);font-weight:700;text-decoration:none;border-bottom:1px solid}
.trust-row{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:38px;color:#52647a;font-size:.83rem;font-weight:700}.trust-row span:before{content:"✓";color:var(--blue);margin-right:8px}
.hero-visual{min-height:570px;position:relative;isolation:isolate;align-self:stretch;overflow:hidden}.visual-ring{position:absolute;width:360px;height:360px;border:72px solid rgba(233,72,63,.9);border-radius:50%;right:2%;top:-90px;z-index:-2}.hero-people{position:absolute;width:min(760px,58vw);max-width:none;height:auto;right:-14%;bottom:-120px;z-index:-1;filter:drop-shadow(0 24px 25px rgba(7,31,61,.12))}.insight-track{position:absolute;inset:0;z-index:2;overflow:hidden}.insight-card{position:absolute;left:var(--card-left);bottom:-105px;width:min(430px,82%);display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:center;padding:17px 20px;background:rgba(255,255,255,.9);border:1px solid rgba(160,180,202,.65);border-radius:12px;box-shadow:0 14px 30px rgba(7,31,61,.12);backdrop-filter:blur(9px);animation:insightRise 12s linear infinite both}.insight-card span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-weight:800;font-size:.75rem}.insight-card strong{display:block;font:800 1.05rem Manrope,sans-serif;color:var(--navy)}.insight-card p{margin:3px 0 0;color:var(--muted);font-size:.86rem}.insight-one{--card-left:8%;animation-delay:0s}.insight-two{--card-left:0%;animation-delay:4s}.insight-three{--card-left:14%;animation-delay:8s}@keyframes insightRise{0%{opacity:0;transform:translateY(0)}8%{opacity:1}78%{opacity:1}100%{opacity:0;transform:translateY(-690px)}}
.section-nav{display:flex;justify-content:center;gap:clamp(18px,4vw,55px);padding:22px 20px;background:var(--navy)}.section-nav a{color:#d9e5f2;text-decoration:none;font-size:.82rem;font-weight:700}
.section{padding:clamp(78px,9vw,130px) clamp(24px,6vw,92px)}.split{display:grid;grid-template-columns:.8fr 1fr;gap:clamp(42px,9vw,140px);align-items:start}.section h2{font-size:clamp(2.4rem,4.5vw,4.8rem);letter-spacing:-.045em}.prose{font-size:1.06rem;color:var(--muted)}.prose p:first-child{font-size:1.25rem;color:var(--ink)}.inline-button{padding:0 0 5px;border-bottom:1px solid var(--blue)}
.solutions{background:var(--cream)}.section-title{max-width:760px;margin-bottom:48px}.section-title>p:last-child{color:var(--muted);max-width:620px}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.solution-card{min-height:390px;background:#fff;border:1px solid var(--line);padding:34px;display:flex;flex-direction:column;justify-content:space-between;border-radius:7px}.solution-card.featured{background:var(--blue);color:#fff;border-color:var(--blue)}.solution-card h3{font-size:clamp(1.5rem,2.3vw,2.2rem);margin:16px 0}.solution-card p:not(.card-label){color:var(--muted)}.solution-card.featured p:not(.card-label){color:#dbe7ff}.card-index{font:700 1.05rem Manrope;color:var(--red)}.featured .card-index{color:#fff}.card-label{font-size:.72rem;font-weight:800;letter-spacing:.09em}.solution-card button,.solution-card a{align-self:flex-start;border:0;background:none;padding:0;color:inherit;font-weight:800;text-decoration:none;cursor:pointer}
.eligibility{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(40px,8vw,120px);align-items:center}.eligibility-copy>p:last-child{color:var(--muted)}.criteria-grid{display:grid;grid-template-columns:1fr 1fr}.criteria-grid>div{min-height:160px;padding:26px;border:1px solid var(--line);margin:-1px 0 0 -1px;display:flex;flex-direction:column;justify-content:space-between}.criteria-grid b{color:var(--red);font-size:.8rem}.criteria-grid span{font:700 1.05rem Manrope}
.benefits{background:var(--navy);color:#fff}.section-title.light{max-width:900px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.2)}.benefit-grid article{padding:30px 24px 10px 0;min-height:230px}.benefit-grid article+article{padding-left:24px;border-left:1px solid rgba(255,255,255,.18)}.benefit-grid span{color:#78a4ff;font-size:.74rem}.benefit-grid h3{font-size:1.25rem;margin:38px 0 12px}.benefit-grid p{color:#b8c7d8;font-size:.9rem}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:44px}.process-grid article{padding:34px;border:1px solid var(--line);margin-right:-1px}.process-grid strong{display:block;color:var(--red);margin-bottom:72px}.process-grid h3{font-size:1.35rem}.process-grid p{color:var(--muted)}.center-button{margin:0 auto;display:flex;width:max-content}
.articles{background:#eef3f9}.row-title{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:30px}.row-title>p{max-width:390px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-grid article{background:#fff;padding:28px;min-height:285px;border-radius:6px;display:flex;flex-direction:column}.article-tag{color:var(--red);font-size:.7rem;font-weight:800;letter-spacing:.09em}.article-grid h3{font-size:1.35rem;margin:30px 0 10px}.article-grid p{color:var(--muted)}.article-grid small{margin-top:auto;color:var(--blue);font-weight:700}
.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(35px,8vw,100px)}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:23px 0;display:flex;justify-content:space-between;gap:22px;font-weight:700}summary::-webkit-details-marker{display:none}summary span{color:var(--blue);font-size:1.4rem}details p{margin:0 0 24px;color:var(--muted);max-width:720px}
.final-cta{padding:70px clamp(24px,6vw,92px);background:var(--red);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:40px}.final-cta h2{font-size:clamp(2rem,4vw,4rem);max-width:850px}.final-cta p:last-child{margin-bottom:0;color:#ffe5e2}.final-cta .eyebrow{color:white}.inverse{background:white;color:var(--navy);box-shadow:none;white-space:nowrap}.inverse:hover{background:var(--navy);color:white}
footer{background:#06182f;color:#aebed0;padding:58px clamp(24px,6vw,92px) 28px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:42px}footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}footer strong{color:white}footer a{color:#aebed0;text-decoration:none;font-size:.9rem}.footer-brand{display:flex;gap:14px}.footer-brand p{margin:5px 0}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.15);padding-top:22px;margin:20px 0 0;font-size:.8rem}
dialog{width:min(92vw,560px);border:0;border-radius:9px;padding:34px;background:white;box-shadow:0 30px 90px rgba(3,20,40,.35)}dialog::backdrop{background:rgba(3,18,36,.72);backdrop-filter:blur(5px)}.dialog-head{display:flex;justify-content:space-between;align-items:start}.dialog-head h2{font-size:2.2rem}.close-button{border:0;background:#edf1f6;width:40px;height:40px;border-radius:50%;font-size:1.7rem;cursor:pointer}.dialog-copy{color:var(--muted)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:7px;margin-bottom:15px;font-size:.86rem;font-weight:700}input{width:100%;border:1px solid #c8d3df;background:#fbfcfd;border-radius:4px;padding:14px;font:1rem "DM Sans",sans-serif;color:var(--ink);outline:none}input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(21,89,214,.12)}.kvkk-consent{display:flex;align-items:flex-start;gap:11px;margin:5px 0 20px;color:#4f6077;font-weight:500;line-height:1.45}.kvkk-consent input{appearance:none;flex:0 0 22px;width:22px;height:22px;margin:1px 0 0;padding:0;border:1.5px solid #7f8a99;border-radius:4px;background:#fff;cursor:pointer;display:grid;place-items:center}.kvkk-consent input:checked{background:var(--blue);border-color:var(--blue)}.kvkk-consent input:checked:after{content:"✓";color:#fff;font-size:.9rem;font-weight:800}.kvkk-link{border:0;background:none;padding:0;color:var(--red);font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.kvkk-dialog{width:min(92vw,680px)}.kvkk-dialog .dialog-head h2{font-size:clamp(1.65rem,4vw,2.25rem)}.kvkk-text{max-height:min(50vh,420px);overflow:auto;margin:18px 0 24px;padding-right:10px;color:var(--muted)}.kvkk-text p:first-child{margin-top:0}.submit-button{width:100%;box-shadow:none}.form-status{min-height:24px;color:#b42318;font-size:.86rem}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #f7a49f;outline-offset:3px}
@media(max-width:1050px){.site-header{grid-template-columns:auto auto auto}.top-nav{display:none;position:absolute;top:86px;left:0;right:0;background:white;padding:20px;box-shadow:0 12px 25px rgba(3,18,36,.12);flex-wrap:wrap}.top-nav.open{display:flex}.menu-toggle{display:block;border:0;background:none;color:var(--navy);font-weight:700}.hero{grid-template-columns:1fr}.hero-visual{min-height:600px}.hero-people{width:min(820px,88vw);right:-8%}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-grid article:nth-child(3){border-left:0}.faq{grid-template-columns:1fr}}
@media(max-width:700px){html{scroll-padding-top:72px}.site-header{height:72px;padding:0 18px;gap:12px}.brand span:last-child{font-size:.78rem}.brand-mark{width:34px;height:34px}.header-cta{font-size:.76rem;padding:8px 10px}.top-nav{top:72px}.hero{min-height:auto;padding-top:62px}.hero-copy h1{font-size:clamp(2.65rem,13vw,4.2rem)}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{min-height:500px;margin-inline:-18px}.visual-ring{width:250px;height:250px;border-width:48px;top:20px}.hero-people{width:740px;max-width:145vw;right:-38%;bottom:-88px}.insight-card{width:88%;padding:13px 14px}.insight-one{--card-left:4%}.insight-two{--card-left:8%}.insight-three{--card-left:3%}.insight-card strong{font-size:.92rem}.insight-card p{font-size:.75rem}@keyframes insightRise{0%{opacity:0;transform:translateY(0)}8%{opacity:1}78%{opacity:1}100%{opacity:0;transform:translateY(-610px)}}.section-nav{overflow:auto;justify-content:flex-start;white-space:nowrap}.split,.eligibility{grid-template-columns:1fr}.section h2{font-size:clamp(2.15rem,10vw,3.4rem)}.solution-grid,.criteria-grid,.process-grid,.article-grid{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.benefit-grid article+article{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.18)}.process-grid article{margin:0 0 -1px}.process-grid strong{margin-bottom:34px}.row-title,.final-cta{display:block}.final-cta .primary-button{margin-top:28px;width:100%}footer{grid-template-columns:1fr}.copyright{grid-column:auto}.field-row{grid-template-columns:1fr}dialog{padding:24px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.insight-card{animation:none;opacity:1;transform:none}}

/* Hero visual alignment */
.visual-ring{display:none}
.hero-people{right:-10%;bottom:-38px}
@media(max-width:700px){.hero-people{right:-31%;bottom:-24px}}
