:root{--blue:#1769ff;--dark:#0b1b33;--text:#162033;--muted:#65758b;--line:#e6edf7;--soft:#f5f9ff;--white:#fff;--shadow:0 24px 70px rgba(20,62,130,.14);--radius:28px}*{box-sizing:border-box}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{height:82px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:12px;min-width:245px}.brand-mark{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--blue),#003ea8);color:#fff;display:grid;place-items:center;font-weight:800}.brand strong{display:block;font-size:12px;letter-spacing:.22em;color:var(--blue);line-height:1}.brand b{display:block;font-size:20px;line-height:1.05}.brand em{font-style:normal;font-size:10px;color:var(--muted)}.main-nav{display:flex;gap:18px;align-items:center;margin-left:auto;font-size:14px;font-weight:700;color:#26364c}.main-nav a:hover{color:var(--blue)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:800;border:1px solid var(--blue);background:var(--blue);color:white;box-shadow:0 12px 34px rgba(23,105,255,.22)}.btn.secondary{background:white;color:var(--blue);box-shadow:none}.menu-toggle{display:none;border:0;background:var(--soft);border-radius:12px;font-size:24px;padding:8px 12px}.hero{padding:62px 0 42px;background:radial-gradient(circle at 75% 22%,#dcecff 0,#f8fbff 32%,#fff 68%)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;padding:8px 12px;border:1px solid #cfe0ff;background:#eef5ff;border-radius:999px;color:var(--blue);font-weight:800;font-size:13px}.hero h1{font-size:62px;line-height:1.02;margin:20px 0 18px;letter-spacing:-.055em;color:var(--dark)}.hero p{font-size:19px;line-height:1.72;color:var(--muted);max-width:620px}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.trust-row span{background:white;border:1px solid var(--line);border-radius:18px;padding:14px;font-weight:800;font-size:13px;box-shadow:0 12px 30px rgba(20,62,130,.06)}.product-stage{position:relative;min-height:520px;border-radius:38px;background:linear-gradient(145deg,#fff,#edf6ff);box-shadow:var(--shadow);overflow:hidden;border:1px solid #dbe8f7}.stage-ring{position:absolute;inset:auto 30px 18px 30px;height:120px;border-radius:50%;background:radial-gradient(ellipse,#c9e1ff 0,#edf6ff 58%,transparent 70%);filter:blur(1px)}.stage-main{position:absolute;left:50%;bottom:76px;transform:translateX(-50%);max-height:390px;max-width:68%;filter:drop-shadow(0 30px 34px rgba(15,45,90,.18));z-index:2}.stage-side{position:absolute;bottom:90px;max-height:260px;max-width:33%;opacity:.74;filter:drop-shadow(0 20px 25px rgba(15,45,90,.12));z-index:1}.stage-side.left{left:26px}.stage-side.right{right:18px}.stage-card{position:absolute;top:24px;left:24px;background:rgba(255,255,255,.82);border:1px solid #dbe8f7;backdrop-filter:blur(12px);border-radius:24px;padding:18px;box-shadow:0 16px 40px rgba(20,62,130,.10);z-index:3}.stage-card strong{display:block;font-size:20px;color:var(--dark)}.stage-card small{display:block;color:var(--muted);font-weight:700}.section{padding:78px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-head h2{font-size:40px;letter-spacing:-.04em;margin:0;color:var(--dark)}.section-head p{color:var(--muted);max-width:560px;line-height:1.7;margin:0}.brand-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.brand-box{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;text-align:center;font-weight:900;color:#27374d;box-shadow:0 12px 30px rgba(20,62,130,.05)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:white;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 16px 45px rgba(20,62,130,.07);transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card .img-wrap{height:210px;border-radius:22px;background:linear-gradient(145deg,#f7fbff,#eaf3ff);display:grid;place-items:center;margin-bottom:16px}.product-card img{max-height:180px;max-width:88%;filter:drop-shadow(0 15px 18px rgba(15,45,90,.14))}.badge{display:inline-flex;background:#eaf3ff;color:var(--blue);border-radius:999px;padding:6px 10px;font-weight:900;font-size:12px}.product-card h3{font-size:21px;margin:12px 0 8px}.product-card p{color:var(--muted);line-height:1.55;font-size:14px}.features{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.features span{background:#f2f6fb;border:1px solid var(--line);border-radius:999px;padding:7px 9px;font-size:12px;font-weight:800}.mini-link{font-weight:900;color:var(--blue)}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.solution-card{background:white;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 14px 35px rgba(20,62,130,.06)}.solution-card h3{margin:0 0 8px;color:var(--dark)}.solution-card p{margin:0;color:var(--muted);line-height:1.65}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.step{background:white;border:1px solid var(--line);border-radius:24px;padding:22px;position:relative}.step b{display:block;width:34px;height:34px;border-radius:12px;background:var(--blue);color:#fff;display:grid;place-items:center;margin-bottom:16px}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.panel{background:white;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow)}.panel h2{font-size:38px;letter-spacing:-.04em;margin:0 0 14px;color:var(--dark)}.panel p{color:var(--muted);line-height:1.75}.page-hero{padding:64px 0;background:linear-gradient(135deg,#f7fbff,#eaf3ff)}.page-hero h1{font-size:48px;letter-spacing:-.04em;margin:0 0 12px;color:var(--dark)}.page-hero p{font-size:18px;color:var(--muted);max-width:760px;line-height:1.7}.detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center}.detail-img{background:linear-gradient(145deg,#f7fbff,#eaf3ff);border:1px solid var(--line);border-radius:34px;min-height:430px;display:grid;place-items:center;box-shadow:var(--shadow)}.detail-img img{max-height:360px;max-width:80%;filter:drop-shadow(0 25px 30px rgba(15,45,90,.14))}.table{width:100%;border-collapse:separate;border-spacing:0 10px}.table td{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px}.table td:first-child{border-left:1px solid var(--line);border-radius:16px 0 0 16px;font-weight:800}.table td:last-child{border-right:1px solid var(--line);border-radius:0 16px 16px 0;color:var(--muted)}.form{display:grid;gap:14px}.form input,.form select,.form textarea{width:100%;padding:15px 16px;border:1px solid var(--line);border-radius:16px;font:inherit}.footer{background:#071a33;color:#d9e8ff;padding:58px 0 24px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:30px}.footer a,.footer p{display:block;color:#b9c9df;line-height:1.7;margin:6px 0}.footer-brand{font-size:24px;font-weight:900;color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:20px;color:#91a9c5;font-size:13px}.mobile-actions{display:none}
@media(max-width:980px){.nav-wrap{height:auto;min-height:76px;flex-wrap:wrap}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;order:3;width:100%;flex-direction:column;align-items:flex-start;padding:12px 0 18px}.main-nav.open{display:flex}.nav-cta{display:none}.hero-grid,.split,.detail{grid-template-columns:1fr}.hero h1{font-size:44px}.product-stage{min-height:430px}.stage-main{max-height:300px}.trust-row,.cards,.solution-grid,.process,.brand-strip{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.mobile-actions{position:fixed;left:12px;right:12px;bottom:12px;z-index:60;background:#fff;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 18px 40px rgba(15,45,90,.18);overflow:hidden}.mobile-actions a{text-align:center;padding:14px 8px;font-weight:900;color:var(--blue)}}
@media(max-width:620px){.brand{min-width:0}.brand b{font-size:17px}.brand em{display:none}.hero{padding:36px 0}.hero h1{font-size:36px}.hero p{font-size:16px}.trust-row,.cards,.solution-grid,.process,.brand-strip,.footer-grid{grid-template-columns:1fr}.product-stage{min-height:360px}.stage-side{display:none}.stage-main{max-height:250px;max-width:78%}.stage-card{left:16px;top:16px}.section{padding:54px 0}.section-head{display:block}.section-head h2{font-size:32px}.page-hero h1{font-size:36px}.detail-img{min-height:320px}.detail-img img{max-height:260px}.footer{padding-bottom:88px}}
.brand-logo-img{width:48px;height:48px;object-fit:contain;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(20,87,180,.12)}
.alert{padding:15px;border-radius:14px;margin:15px 0}.alert.success{background:#e8fff1;color:#08753d}.alert.error{background:#fff0f0;color:#b00020}
.compare-wrap{overflow:auto;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow)}.compare-table{width:100%;border-collapse:collapse;min-width:880px}.compare-table th{background:#eef5ff;color:var(--dark);text-align:left;padding:18px;font-weight:900}.compare-table td{border-top:1px solid var(--line);padding:18px;vertical-align:middle;color:var(--muted)}.compare-product{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;color:var(--dark)}.compare-product img{width:64px;height:64px;object-fit:contain;background:#f6faff;border-radius:14px}.compare-product strong{display:block}.compare-product span{font-size:12px;color:var(--muted)}.pill{display:inline-flex;background:#f2f6fb;border:1px solid var(--line);border-radius:999px;padding:6px 9px;margin:3px;font-size:12px;font-weight:800;color:var(--dark)}.btn.small{padding:9px 13px;font-size:13px}.district-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.district-card{display:block;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 14px 34px rgba(20,62,130,.06);transition:.22s}.district-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#cfe0ff}.district-card strong{display:block;font-size:20px;color:var(--dark);margin-bottom:8px}.district-card span{color:var(--muted);font-weight:700}@media(max-width:980px){.district-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.district-grid{grid-template-columns:1fr}}

/* Sprint 5 corporate polish */
.nav-search{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;color:var(--dark);border-radius:999px;padding:12px 16px;font-weight:900;box-shadow:0 10px 22px rgba(20,62,130,.05)}
.section.compact{padding:28px 0;background:#fff}.quick-support{display:grid;grid-template-columns:1.7fr repeat(3,auto);gap:12px;align-items:center;background:#071a33;color:#fff;border-radius:28px;padding:18px 20px;box-shadow:0 20px 55px rgba(7,26,51,.18)}.quick-support strong{display:block;font-size:18px}.quick-support span{display:block;color:#b9c9df;font-size:14px;margin-top:3px}.quick-support a{background:#fff;color:#1769ff;border-radius:999px;padding:12px 16px;font-weight:900;text-align:center}.quick-support a:first-of-type{background:#1769ff;color:#fff}
.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.support-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 18px 42px rgba(20,62,130,.07);transition:.24s;min-height:260px;display:flex;flex-direction:column}.support-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.support-card.primary{background:linear-gradient(135deg,#1769ff,#003ea8);color:#fff}.support-card span{font-weight:900;color:#1769ff;background:#eef5ff;border-radius:999px;width:max-content;padding:7px 10px}.support-card.primary span{background:rgba(255,255,255,.18);color:#fff}.support-card h3{font-size:24px;margin:22px 0 10px;color:var(--dark)}.support-card.primary h3,.support-card.primary p,.support-card.primary b{color:#fff}.support-card p{color:var(--muted);line-height:1.7;flex:1}.support-card b{color:#1769ff}.faq-panel details{border:1px solid var(--line);border-radius:18px;padding:16px;margin:12px 0;background:#fff}.faq-panel summary{font-weight:900;cursor:pointer}.faq-panel p{margin:12px 0 0}.search-hero{display:flex;gap:12px;max-width:780px;margin-top:22px}.search-hero input{flex:1;border:1px solid #cfe0ff;border-radius:999px;padding:16px 20px;font:inherit;box-shadow:0 12px 32px rgba(20,62,130,.08)}
.product-card .img-wrap{position:relative;overflow:hidden}.product-card .img-wrap:after{content:"";position:absolute;left:18%;right:18%;bottom:18px;height:18px;border-radius:50%;background:rgba(20,62,130,.12);filter:blur(8px);z-index:0}.product-card .img-wrap img{position:relative;z-index:1}.hero h1 strong{color:var(--blue)}
@media(max-width:980px){.nav-search{display:none}.quick-support{grid-template-columns:1fr 1fr}.quick-support div{grid-column:1/-1}.support-grid{grid-template-columns:1fr 1fr}.search-hero{flex-direction:column}.search-hero .btn{width:100%}}
@media(max-width:620px){.quick-support{grid-template-columns:1fr}.support-grid{grid-template-columns:1fr}}
/* Sprint 6 enterprise polish */
.bank-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:24px 0}.bank-card{background:#fff;border:1px solid #dbe8f5;border-radius:18px;padding:18px;font-weight:800;text-align:center;color:#12355d;box-shadow:0 12px 30px rgba(16,32,51,.06)}.notice-card{margin-top:18px;background:#eef6ff;border:1px solid #cfe3fb;border-radius:20px;padding:18px;color:#254b72}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.faq-grid.wide{grid-template-columns:1fr}.faq-item{background:#fff;border:1px solid #dce8f5;border-radius:18px;padding:18px;box-shadow:0 12px 28px rgba(16,32,51,.05)}.faq-item summary{font-weight:800;cursor:pointer;color:#0d2b4d}.faq-item p{color:#58718b;line-height:1.7}.center{text-align:center;margin-top:24px}.small-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card{background:#fff;border:1px solid #dce8f5;border-radius:24px;padding:24px;box-shadow:0 18px 40px rgba(16,32,51,.07)}.info-card span{display:inline-flex;background:#eef6ff;color:#1262df;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;margin-bottom:12px}.clean-list{padding-left:18px;line-height:2;color:#415a77}.narrow{max-width:850px}.page-hero{background:linear-gradient(135deg,#f4f9ff 0%,#ffffff 72%);padding:70px 0;border-bottom:1px solid #e3edf7}.page-hero h1{font-size:clamp(34px,5vw,58px);max-width:900px;margin:8px 0 14px;color:#0d2b4d}.page-hero p{font-size:18px;max-width:760px;color:#58718b;line-height:1.7}.cta-panel{margin-top:28px;background:#0d2b4d;color:#fff;border-radius:28px;padding:34px}.cta-panel p{color:#d8e7f5}.cta-panel .btn{background:#fff;color:#1262df}@media(max-width:900px){.bank-grid,.faq-grid,.small-cards{grid-template-columns:1fr}.page-hero{padding:46px 0}}

/* Sprint 7 - Professional header and navigation redesign */
.site-header{position:sticky;top:0;z-index:80;background:#fff;border-bottom:1px solid #e5edf7;box-shadow:0 10px 30px rgba(16,32,51,.04)}
.header-info{background:linear-gradient(90deg,#071a33,#0d3f8f);color:#eaf3ff;font-size:13px;font-weight:800}
.info-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.info-left,.info-right{display:flex;align-items:center;gap:22px;white-space:nowrap}.info-right a{color:#fff}.main-header{background:rgba(255,255,255,.96);backdrop-filter:blur(16px)}
.pro-nav-wrap{height:92px;gap:22px}.pro-brand{min-width:290px}.pro-brand-mark{width:56px;height:56px;border-radius:18px;font-size:17px;letter-spacing:-.02em}.brand-copy strong{font-size:13px;letter-spacing:.24em}.brand-copy b{font-size:21px}.brand-copy em{font-size:11px;font-weight:800;color:#63758c}
.pro-main-nav{margin-left:auto;gap:4px;font-size:14px;color:#142238}.pro-main-nav .nav-link{height:44px;display:inline-flex;align-items:center;padding:0 12px;border-radius:14px;font-weight:900;color:#142238;transition:.2s}.pro-main-nav .nav-link:hover{background:#eef5ff;color:#1769ff}.nav-item{position:relative}.nav-button{border:0;background:transparent;font:inherit;cursor:pointer}.nav-button:after{content:"⌄";font-size:12px;margin-left:7px;color:#1769ff}.has-mega:hover>.mega-menu,.has-mega:focus-within>.mega-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.mega-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:620px;background:#fff;border:1px solid #dfeafa;border-radius:26px;box-shadow:0 28px 80px rgba(20,62,130,.18);padding:22px;display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:20px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:.18s}.compact-mega{min-width:310px;grid-template-columns:1fr}.mega-menu:before{content:"";position:absolute;top:-14px;left:0;right:0;height:16px}.mega-title{display:block;color:#1769ff;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.mega-col a{display:block;padding:10px 12px;border-radius:14px;font-weight:800;color:#26364c}.mega-col a:hover{background:#f2f7ff;color:#1769ff}.mega-highlight{background:linear-gradient(135deg,#1769ff,#003ea8);color:#fff;border-radius:22px;padding:20px;display:flex;flex-direction:column;justify-content:center}.mega-highlight strong{font-size:20px}.mega-highlight p{color:#dbe9ff;line-height:1.55}.mega-highlight a{background:#fff;color:#1769ff;border-radius:999px;padding:11px 14px;font-weight:900;text-align:center}.header-actions{display:flex;align-items:center;gap:10px;margin-left:8px}.search-pill,.call-pill,.whatsapp-pill{height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:0 17px;font-weight:900}.search-pill{background:#f5f9ff;border:1px solid #dce8f7;color:#142238}.call-pill{background:#fff;border:1px solid #1769ff;color:#1769ff}.whatsapp-pill{background:#13b95c;color:#fff;box-shadow:0 12px 28px rgba(19,185,92,.18)}
.topbar{position:static}.nav-cta{display:none}.nav-search{display:none}
@media(max-width:1180px){.pro-brand{min-width:255px}.header-actions .search-pill{display:none}.pro-main-nav .nav-link{padding:0 9px}.call-pill{display:none}}
@media(max-width:980px){.header-info{display:none}.pro-nav-wrap{height:auto;min-height:78px;flex-wrap:wrap}.pro-brand{min-width:0}.menu-toggle{display:block;margin-left:auto}.header-actions{display:none}.pro-main-nav{display:none;order:3;width:100%;margin:0;padding:10px 0 18px;flex-direction:column;align-items:stretch;gap:8px}.pro-main-nav.open{display:flex}.pro-main-nav .nav-link{height:auto;width:100%;justify-content:space-between;padding:14px 16px;background:#f7fbff;border:1px solid #e4edf8;border-radius:16px}.nav-item{width:100%}.mega-menu{position:static;min-width:0;width:100%;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;box-shadow:none;margin-top:8px;border-radius:18px;grid-template-columns:1fr;padding:12px}.has-mega:hover>.mega-menu,.has-mega:focus-within>.mega-menu{display:grid}.mega-highlight{display:none}.compact-mega{min-width:0}.pro-brand-mark{width:50px;height:50px}.brand-copy b{font-size:19px}}
@media(max-width:620px){.pro-brand{gap:9px}.brand-copy strong{font-size:11px}.brand-copy b{font-size:17px}.pro-brand-mark{width:46px;height:46px;border-radius:15px}.pro-nav-wrap{min-height:72px}.menu-toggle{font-size:22px}}
.contact-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:24px;align-items:stretch}.contact-info-card p{line-height:1.6}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.map-panel{overflow:hidden}.map-box{height:420px;border-radius:18px;overflow:hidden;background:#eef5ff;border:1px solid #dbe8ff}.map-box iframe{width:100%;height:100%;display:block}.map-placeholder{height:100%;display:grid;place-items:center;text-align:center;color:#50627a;padding:30px}.alert{padding:12px 14px;border-radius:12px;margin-bottom:12px;font-weight:700}.alert.ok{background:#e8fff1;color:#08753d}.alert.err{background:#fff0f0;color:#b00020}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.map-box{height:320px}}

/* Sprint 11 - Mobile UX polish */
@media (max-width: 980px){
  html,body{overflow-x:hidden}
  body{padding-bottom:78px;background:#fff}
  .container{width:min(100% - 28px,1180px)}
  .site-header{position:sticky;top:0;z-index:100;box-shadow:0 8px 24px rgba(16,32,51,.08)}
  .main-header{background:#fff}
  .pro-nav-wrap{min-height:74px;padding:10px 0;display:flex;align-items:center;gap:12px}
  .pro-brand{flex:1;min-width:0;gap:10px}
  .brand-logo-img,.pro-brand-mark{width:44px!important;height:44px!important;border-radius:14px!important;flex:0 0 44px}
  .brand-copy{min-width:0;display:block}
  .brand-copy strong{font-size:10px!important;letter-spacing:.18em!important}
  .brand-copy b{font-size:16px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}
  .brand-copy em{font-size:10px!important;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px}
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#eef5ff;color:#1769ff;font-size:0;position:relative;border:1px solid #d8e8ff;margin-left:auto}
  .menu-toggle:before{content:'☰';font-size:24px;line-height:1}
  .menu-toggle.is-open:before{content:'×';font-size:30px}
  .pro-main-nav{position:fixed!important;left:14px;right:14px;top:84px;max-height:calc(100vh - 110px);overflow:auto;background:#fff;border:1px solid #dce8f7;border-radius:22px;box-shadow:0 28px 80px rgba(16,32,51,.22);padding:12px!important;display:none!important;z-index:110;gap:8px!important}
  .pro-main-nav.open{display:flex!important}
  .pro-main-nav .nav-link{width:100%;min-height:48px;padding:13px 14px!important;border-radius:15px;background:#f8fbff;border:1px solid #e5edf7;font-size:15px;color:#102033;justify-content:space-between}
  .pro-main-nav .nav-link:hover{background:#eef5ff;color:#1769ff}
  .nav-button:after{margin-left:auto}
  .mega-menu{display:none!important;position:static!important;width:100%!important;min-width:0!important;margin-top:7px;grid-template-columns:1fr!important;padding:10px!important;border-radius:16px!important;box-shadow:none!important;background:#f8fbff;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}
  .nav-item.open > .mega-menu{display:grid!important}
  .mega-col a{background:#fff;border:1px solid #e8f0fa;margin:6px 0;padding:12px 13px}
  .mega-highlight{display:none!important}
  .header-actions{display:none!important}

  .hero{padding:28px 0 34px;background:linear-gradient(180deg,#f5faff 0%,#fff 100%)}
  .hero-grid{display:flex;flex-direction:column;gap:22px}
  .eyebrow{font-size:12px;padding:7px 11px}
  .hero h1{font-size:clamp(32px,9.5vw,44px)!important;line-height:1.04;letter-spacing:-.045em;margin:16px 0 12px;max-width:95%}
  .hero p{font-size:15.8px!important;line-height:1.65;max-width:100%}
  .cta-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}
  .btn{min-height:48px;padding:13px 14px;font-size:14px;width:100%}
  .trust-row{grid-template-columns:1fr 1fr!important;gap:10px;margin-top:18px}
  .trust-row span{padding:12px;border-radius:15px;font-size:12px;min-height:52px;display:flex;align-items:center}

  .product-stage{width:100%;min-height:330px!important;border-radius:28px;box-shadow:0 18px 50px rgba(20,62,130,.12);overflow:hidden;margin-top:4px}
  .stage-card{top:14px;left:14px;border-radius:18px;padding:12px 14px;max-width:170px}
  .stage-card strong{font-size:17px}.stage-card small{font-size:11px}
  .stage-main{bottom:48px!important;max-height:245px!important;max-width:66%!important}
  .stage-side{display:block!important;bottom:68px!important;max-height:155px!important;max-width:28%!important;opacity:.55}
  .stage-side.left{left:12px}.stage-side.right{right:10px}
  .stage-ring{left:22px!important;right:22px!important;bottom:8px!important;height:86px!important}

  .quick-support{grid-template-columns:1fr!important;border-radius:22px;padding:18px;gap:10px}
  .quick-support a{display:block;width:100%}
  .section{padding:44px 0!important}
  .section.compact{padding:20px 0!important}
  .section-head{display:block;margin-bottom:22px}
  .section-head h2{font-size:clamp(28px,7vw,34px)!important;line-height:1.12}.section-head p{margin-top:10px;font-size:15px}
  .brand-strip{display:flex!important;gap:10px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.brand-box{min-width:135px;padding:18px 16px;scroll-snap-align:start}
  .cards{grid-template-columns:1fr!important;gap:14px}.product-card{border-radius:22px;padding:16px}.product-card .img-wrap{height:190px}.product-card img{max-height:165px}.product-card h3{font-size:20px}
  .solution-grid,.process,.bank-grid,.faq-grid,.small-cards{grid-template-columns:1fr!important;gap:14px}.solution-card,.step,.info-card,.faq-item,.bank-card{border-radius:20px;padding:18px}.step b{margin-bottom:10px}
  .split,.detail,.contact-grid{grid-template-columns:1fr!important;gap:16px}.panel{padding:22px;border-radius:24px}.panel h2{font-size:30px!important;line-height:1.15}
  .page-hero{padding:38px 0!important}.page-hero h1{font-size:34px!important}.page-hero p{font-size:15.5px!important}
  .detail-img{min-height:290px;border-radius:24px}.detail-img img{max-height:230px}
  .footer{margin-top:36px;padding:42px 0 92px}.footer-grid{grid-template-columns:1fr!important;gap:20px}
  .mobile-actions{display:grid!important;position:fixed;left:10px;right:10px;bottom:10px;z-index:120;background:#fff;border:1px solid #dce8f7;border-radius:18px;grid-template-columns:repeat(3,1fr);box-shadow:0 18px 45px rgba(15,45,90,.24);overflow:hidden}.mobile-actions a{font-size:13px;padding:13px 6px;color:#1769ff;font-weight:900;text-align:center}.mobile-actions a:nth-child(2){background:#13b95c;color:#fff}
}
@media (max-width:420px){
  .container{width:min(100% - 22px,1180px)}
  .brand-copy b{max-width:160px;font-size:15px!important}.brand-copy em{max-width:165px}
  .hero h1{font-size:31px!important}.cta-row{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr!important}.product-stage{min-height:300px!important}.stage-main{max-height:220px!important}.stage-side{max-height:130px!important}.stage-card{max-width:150px}.product-card .img-wrap{height:170px}
}

/* Sprint 12 - FULL MOBILE REBUILD */
@media (max-width: 900px){
  html{overflow-x:hidden;-webkit-text-size-adjust:100%}
  body{overflow-x:hidden;background:#fff;padding-bottom:82px}
  .container{width:100%;max-width:none;padding-left:16px;padding-right:16px;margin:0 auto}

  /* Header */
  .header-info{display:none!important}
  .site-header{position:sticky;top:0;z-index:999;background:#fff;border-bottom:1px solid #e7eef8;box-shadow:0 8px 26px rgba(13,38,76,.08)}
  .main-header{background:#fff}
  .pro-nav-wrap,.nav-wrap{height:68px!important;min-height:68px!important;padding:0 14px!important;width:100%;display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important}
  .pro-brand,.brand{min-width:0!important;flex:1 1 auto!important;gap:9px!important;overflow:hidden}
  .brand-logo-img,.pro-brand-mark,.brand-mark{width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;font-size:14px!important;flex:0 0 42px!important}
  .brand-copy{display:block!important;min-width:0!important;line-height:1.05!important;overflow:hidden!important}
  .brand-copy strong{font-size:10px!important;letter-spacing:.14em!important;white-space:nowrap!important;display:block!important;color:#1769ff!important}
  .brand-copy b{font-size:15.5px!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:205px!important;display:block!important}
  .brand-copy em{font-size:9.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:220px!important;display:block!important;color:#6b7a90!important}
  .header-actions{display:none!important}
  .menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important;border:1px solid #d8e7fb!important;background:#f2f7ff!important;color:#1769ff!important;border-radius:14px!important;margin-left:auto!important;font-size:0!important;z-index:1002!important;box-shadow:none!important}
  .menu-toggle:before{content:'☰';font-size:24px;font-weight:900;line-height:1}
  .menu-toggle.is-open:before{content:'×';font-size:32px;line-height:.8}

  /* Off canvas menu */
  .pro-main-nav,.main-nav{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(86vw,360px)!important;height:100dvh!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;background:#fff!important;box-shadow:30px 0 80px rgba(12,32,70,.22)!important;border-right:1px solid #dfe8f4!important;z-index:1001!important;padding:82px 16px 22px!important;overflow-y:auto!important;transform:translateX(-105%)!important;transition:transform .28s ease!important;margin:0!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .pro-main-nav.open,.main-nav.open{transform:translateX(0)!important}
  .pro-main-nav:before,.main-nav:before{content:'Menü';position:absolute;left:18px;top:24px;font-size:22px;font-weight:900;color:#102033}
  .pro-main-nav .nav-link,.main-nav .nav-link,.nav-button{width:100%!important;min-height:48px!important;height:auto!important;padding:13px 14px!important;border-radius:15px!important;background:#f7fbff!important;border:1px solid #e4edf8!important;color:#102033!important;font-size:15px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:space-between!important;text-align:left!important;line-height:1.2!important}
  .pro-main-nav .nav-link:hover,.main-nav .nav-link:hover,.nav-button:hover{background:#eef5ff!important;color:#1769ff!important}
  .nav-item{width:100%!important;display:block!important}
  .nav-button:after{content:'⌄';font-size:16px;color:#1769ff;margin-left:auto}
  .nav-item.open .nav-button:after{content:'⌃'}
  .mega-menu,.compact-mega{position:static!important;display:none!important;width:100%!important;min-width:0!important;grid-template-columns:1fr!important;gap:8px!important;margin:8px 0 0!important;padding:10px!important;border:1px solid #e5edf8!important;border-radius:16px!important;background:#fbfdff!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}
  .nav-item.open>.mega-menu{display:grid!important}
  .has-mega:hover>.mega-menu{display:none!important}
  .has-mega.open:hover>.mega-menu{display:grid!important}
  .mega-title{font-size:12px!important;color:#1769ff!important;margin:2px 0 8px!important;display:block!important}
  .mega-col a{display:block!important;background:#fff!important;border:1px solid #e8f0fa!important;border-radius:12px!important;padding:11px 12px!important;margin:6px 0!important;font-size:14px!important;color:#26364c!important}
  .mega-highlight{display:none!important}

  /* Hero */
  .hero{padding:24px 0 30px!important;background:linear-gradient(180deg,#f4f9ff 0%,#fff 78%)!important;min-height:auto!important}
  .hero-grid{display:flex!important;flex-direction:column!important;gap:22px!important;align-items:stretch!important}
  .hero-grid>div:first-child{order:1!important}.hero-grid>.product-stage{order:2!important}
  .eyebrow{font-size:12px!important;padding:7px 11px!important;border-radius:999px!important}
  .hero h1{font-size:clamp(31px,9vw,42px)!important;line-height:1.05!important;letter-spacing:-.045em!important;margin:14px 0 12px!important;max-width:100%!important}
  .hero p{font-size:15.5px!important;line-height:1.62!important;margin:0!important;max-width:100%!important;color:#596a80!important}
  .cta-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:20px 0!important}
  .btn{min-height:48px!important;width:100%!important;padding:13px 12px!important;border-radius:14px!important;font-size:14px!important;box-shadow:0 10px 24px rgba(23,105,255,.16)!important}
  .btn.secondary{box-shadow:none!important;background:#fff!important}
  .trust-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:16px!important}
  .trust-row span{font-size:12px!important;padding:12px!important;border-radius:14px!important;min-height:52px!important;display:flex!important;align-items:center!important;background:#fff!important}

  /* Product stage mobile: clean, not crowded */
  .product-stage{min-height:320px!important;width:100%!important;border-radius:28px!important;background:linear-gradient(145deg,#ffffff,#edf6ff)!important;border:1px solid #dce9f7!important;box-shadow:0 18px 48px rgba(20,62,130,.13)!important;overflow:hidden!important;margin:0!important}
  .stage-card{top:14px!important;left:14px!important;right:auto!important;max-width:160px!important;padding:12px 13px!important;border-radius:18px!important;background:rgba(255,255,255,.9)!important;z-index:4!important}
  .stage-card strong{font-size:16px!important}.stage-card small{font-size:11px!important}
  .stage-main{left:50%!important;bottom:44px!important;transform:translateX(-50%)!important;max-height:232px!important;max-width:64%!important;z-index:3!important;filter:drop-shadow(0 24px 26px rgba(15,45,90,.18))!important}
  .stage-side{bottom:66px!important;max-height:145px!important;max-width:26%!important;opacity:.45!important;z-index:2!important;filter:drop-shadow(0 15px 18px rgba(15,45,90,.1))!important}
  .stage-side.left{left:8px!important}.stage-side.right{right:8px!important}
  .stage-ring{left:20px!important;right:20px!important;bottom:8px!important;height:78px!important;opacity:.9!important}

  /* Sections */
  .section{padding:42px 0!important}.section.compact{padding:20px 0!important}.section.soft{background:#f6faff!important}
  .quick-support{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;border-radius:22px!important;padding:18px!important}.quick-support a{width:100%!important;text-align:center!important}
  .section-head{display:block!important;margin-bottom:22px!important}.section-head h2{font-size:clamp(27px,7.2vw,34px)!important;line-height:1.12!important;margin-bottom:9px!important}.section-head p{font-size:15px!important;line-height:1.6!important}
  .brand-strip{display:flex!important;gap:10px!important;overflow-x:auto!important;padding:2px 0 12px!important;scroll-snap-type:x mandatory!important}.brand-box{min-width:132px!important;padding:18px 14px!important;border-radius:18px!important;scroll-snap-align:start!important}
  .cards,.solution-grid,.process,.bank-grid,.faq-grid,.small-cards{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  .product-card,.solution-card,.step,.info-card,.bank-card,.faq-item{border-radius:20px!important;padding:18px!important}
  .product-card .img-wrap{height:188px!important;border-radius:18px!important}.product-card img{max-height:165px!important}.product-card h3{font-size:20px!important}
  .split,.detail,.contact-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.panel{padding:22px!important;border-radius:24px!important}.panel h2{font-size:28px!important;line-height:1.15!important}
  .page-hero{padding:36px 0!important}.page-hero h1{font-size:34px!important;line-height:1.1!important}.page-hero p{font-size:15.5px!important;line-height:1.6!important}
  .detail-img{min-height:280px!important;border-radius:24px!important}.detail-img img{max-height:225px!important}
  .form-grid{grid-template-columns:1fr!important}
  .map-box{height:300px!important}
  .footer{padding:40px 0 98px!important;margin-top:28px!important}.footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:22px!important}.footer a{padding:4px 0!important}
  .mobile-actions{display:grid!important;position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;z-index:1000!important;background:#fff!important;border:1px solid #dce8f7!important;border-radius:18px!important;grid-template-columns:repeat(3,1fr)!important;box-shadow:0 18px 45px rgba(15,45,90,.24)!important;overflow:hidden!important}.mobile-actions a{font-size:13px!important;padding:13px 6px!important;color:#1769ff!important;font-weight:900!important;text-align:center!important}.mobile-actions a:nth-child(2){background:#13b95c!important;color:#fff!important}
}
@media (max-width:420px){
  .container{padding-left:12px!important;padding-right:12px!important}
  .brand-copy b{max-width:154px!important;font-size:14px!important}.brand-copy em{max-width:160px!important}
  .hero h1{font-size:30px!important}.cta-row{grid-template-columns:1fr!important}.trust-row{grid-template-columns:1fr!important}.product-stage{min-height:292px!important}.stage-main{max-height:208px!important;max-width:68%!important}.stage-side{max-height:118px!important}.stage-card{max-width:145px!important}.section{padding:36px 0!important}.product-card .img-wrap{height:165px!important}
}

/* === SPRINT 13 CLEAN HEADER + MOBILE FINAL OVERRIDE === */
.clean-header{position:sticky!important;top:0!important;z-index:999!important;background:#fff!important;border-bottom:1px solid #e6edf7!important;box-shadow:0 10px 32px rgba(13,38,76,.06)!important}.top-line{background:#0d3674!important;color:#fff!important;font-size:13px!important}.top-line-inner{min-height:34px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.top-badges,.top-links{display:flex!important;align-items:center!important;gap:18px!important;white-space:nowrap!important}.top-links a{color:#fff!important;font-weight:800!important}.header-main{background:#fff!important}.header-inner{height:86px!important;display:flex!important;align-items:center!important;gap:24px!important}.site-logo{display:flex!important;align-items:center!important;gap:12px!important;min-width:250px!important;color:#111d32!important}.site-logo img{max-height:58px!important;max-width:230px!important;object-fit:contain!important}.logo-icon{width:52px!important;height:52px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#1769ff,#0b51d3)!important;color:#fff!important;font-weight:900!important;font-size:18px!important;letter-spacing:-.02em!important;flex:none!important}.logo-text{display:block!important;line-height:1.05!important}.logo-text strong{display:block!important;font-size:13px!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:#1769ff!important}.logo-text b{display:block!important;font-size:22px!important;font-weight:900!important;color:#111d32!important}.logo-text small{display:block!important;margin-top:4px!important;font-size:11px!important;font-weight:800!important;color:#56677f!important}.desktop-nav{display:flex!important;align-items:center!important;gap:2px!important;margin-left:auto!important;height:100%!important}.desktop-nav>a,.desktop-dd>a{height:42px!important;display:inline-flex!important;align-items:center!important;padding:0 12px!important;border-radius:12px!important;color:#142239!important;font-weight:900!important;font-size:14px!important;line-height:1!important}.desktop-nav>a:hover,.desktop-dd:hover>a,.desktop-nav .is-active{background:#eef5ff!important;color:#1769ff!important}.desktop-dd{position:relative!important;height:100%!important;display:flex!important;align-items:center!important}.desktop-dd>a:after{content:'⌄';font-size:13px;margin-left:6px;color:#1769ff}.desktop-mega{position:absolute!important;top:78px!important;left:0!important;display:grid!important;grid-template-columns:220px 220px 250px!important;gap:14px!important;min-width:760px!important;padding:18px!important;border:1px solid #dfe9f7!important;border-radius:22px!important;background:#fff!important;box-shadow:0 28px 70px rgba(13,38,76,.16)!important;opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important;transition:.18s ease!important;z-index:1000!important}.desktop-dd:hover .desktop-mega{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.desktop-mega.small{grid-template-columns:260px!important;min-width:300px!important}.desktop-mega h4{font-size:12px!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#1769ff!important;margin:0 0 10px!important}.desktop-mega a{display:block!important;padding:10px 12px!important;border-radius:12px!important;color:#26364c!important;font-weight:800!important;font-size:14px!important}.desktop-mega a:hover{background:#f1f6ff!important;color:#1769ff!important}.mega-cta{padding:16px!important;border-radius:18px!important;background:linear-gradient(135deg,#eef5ff,#fff)!important;border:1px solid #dce8f7!important}.mega-cta strong{display:block!important;color:#102033!important;font-size:18px!important}.mega-cta p{margin:8px 0 12px!important;color:#607087!important;font-size:14px!important;line-height:1.5!important}.mega-cta a{background:#1769ff!important;color:#fff!important;text-align:center!important}.clean-actions{display:flex!important;gap:10px!important;align-items:center!important}.search-btn,.call-btn,.wa-btn{height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;font-weight:900!important;font-size:14px!important;padding:0 16px!important;white-space:nowrap!important}.search-btn{border:1px solid #dfe9f7!important;background:#fff!important;color:#102033!important}.call-btn{border:1px solid #1769ff!important;background:#fff!important;color:#1769ff!important}.wa-btn{background:#15b95d!important;color:#fff!important;border:1px solid #15b95d!important}.mobile-menu-btn{display:none!important;width:48px!important;height:48px!important;border:1px solid #dce8f7!important;background:#f7fbff!important;border-radius:15px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;padding:0!important}.mobile-menu-btn span{width:22px!important;height:2px!important;background:#102033!important;border-radius:9px!important;display:block!important}.mobile-dim{display:none!important;position:fixed!important;inset:0!important;background:rgba(10,25,45,.45)!important;z-index:1990!important}.mobile-drawer{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:min(88vw,370px)!important;background:#fff!important;z-index:2000!important;box-shadow:30px 0 80px rgba(10,25,45,.24)!important;transform:translateX(-105%)!important;transition:transform .25s ease!important;overflow-y:auto!important;padding:18px!important;display:block!important}.mobile-menu-open .mobile-drawer{transform:translateX(0)!important}.mobile-menu-open .mobile-dim{display:block!important}.mobile-drawer-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding-bottom:16px!important;border-bottom:1px solid #e6edf7!important}.site-logo.mini{min-width:0!important}.site-logo.mini .logo-icon{width:44px!important;height:44px!important;border-radius:14px!important}.site-logo.mini .logo-text strong{font-size:11px!important}.site-logo.mini .logo-text b{font-size:17px!important}.mobile-close{width:42px!important;height:42px!important;border:1px solid #e1eaf6!important;background:#f7fbff!important;border-radius:14px!important;font-size:28px!important;line-height:1!important;color:#102033!important}.mobile-nav-list{padding:16px 0!important;display:flex!important;flex-direction:column!important;gap:8px!important}.mobile-nav-list>a,.mobile-acc{width:100%!important;min-height:50px!important;border:1px solid #e3edf7!important;background:#f8fbff!important;color:#132033!important;border-radius:15px!important;padding:13px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:15px!important;font-weight:900!important;text-align:left!important;font-family:inherit!important}.mobile-acc span{color:#1769ff!important;font-size:20px!important;line-height:1!important}.mobile-panel{max-height:0;overflow:hidden!important;transition:max-height .25s ease!important;display:block!important;background:#fbfdff!important;border-radius:16px!important;margin:0!important}.mobile-panel a{display:block!important;margin:6px 8px!important;padding:11px 12px!important;border-radius:12px!important;background:#fff!important;border:1px solid #e8f0fa!important;color:#26364c!important;font-size:14px!important;font-weight:800!important}.mobile-drawer-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding:14px 0 4px!important}.mobile-drawer-actions a{height:46px!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #1769ff!important;color:#1769ff!important;font-weight:900!important}.mobile-drawer-actions .green{background:#15b95d!important;border-color:#15b95d!important;color:#fff!important}
@media(max-width:1180px){.desktop-nav{gap:0!important}.desktop-nav>a,.desktop-dd>a{padding:0 8px!important;font-size:13px!important}.site-logo{min-width:230px!important}.search-btn{display:none!important}}
@media(max-width:980px){body{padding-bottom:68px!important}.top-line{display:none!important}.header-inner{height:72px!important;gap:12px!important}.desktop-nav,.clean-actions{display:none!important}.mobile-menu-btn{display:flex!important;margin-left:auto!important}.site-logo{min-width:0!important;max-width:calc(100% - 64px)!important}.site-logo img{max-height:48px!important;max-width:220px!important}.logo-icon{width:50px!important;height:50px!important;border-radius:16px!important}.logo-text strong{font-size:10px!important;letter-spacing:.18em!important}.logo-text b{font-size:18px!important}.logo-text small{font-size:10px!important;white-space:nowrap!important}.brand,.main-nav,.pro-main-nav,.nav-wrap .header-actions{display:none!important}.site-header{overflow:visible!important}.hero{padding-top:34px!important}.hero h1{font-size:42px!important;line-height:1.06!important;letter-spacing:-.045em!important}.hero p{font-size:16px!important;line-height:1.65!important}.hero-grid{grid-template-columns:1fr!important;gap:24px!important}.trust-row{grid-template-columns:1fr 1fr!important}.product-stage{min-height:360px!important;border-radius:28px!important}.stage-main{max-height:260px!important;bottom:52px!important}.stage-side{display:none!important}.mobile-actions{display:grid!important;position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;z-index:1200!important;background:#fff!important;border:1px solid #dce8f7!important;border-radius:18px!important;grid-template-columns:repeat(3,1fr)!important;box-shadow:0 18px 45px rgba(15,45,90,.24)!important;overflow:hidden!important}.mobile-actions a{font-size:13px!important;padding:13px 6px!important;color:#1769ff!important;font-weight:900!important;text-align:center!important}.mobile-actions a:nth-child(2){background:#15b95d!important;color:#fff!important}}
@media(max-width:560px){.container{width:min(100% - 28px,1180px)!important}.site-logo{gap:9px!important}.logo-icon{width:46px!important;height:46px!important}.logo-text b{font-size:17px!important}.logo-text small{display:none!important}.hero h1{font-size:35px!important}.cta-row .btn{width:100%!important}.trust-row{grid-template-columns:1fr!important}.product-stage{min-height:310px!important}.stage-main{max-height:225px!important}.stage-card{left:16px!important;top:16px!important;padding:13px!important;border-radius:18px!important}.stage-card strong{font-size:17px!important}.mobile-drawer{width:90vw!important}}

/* Sprint 14 — Corporate desktop header redesign */
@media (min-width:981px){
  .clean-header{background:#fff!important;border-bottom:1px solid #e5edf7!important;box-shadow:0 8px 30px rgba(20,49,87,.055)!important;overflow:visible!important}
  .clean-header .top-line{height:34px!important;background:#0b2f6b!important;color:#fff!important;border:0!important}
  .clean-header .top-line-inner{width:min(1440px,94%)!important;height:34px!important}
  .clean-header .top-line a,.clean-header .top-line span{font-size:12px!important;color:#fff!important;font-weight:700!important}
  .clean-header .header-main{background:#fff!important}
  .clean-header .header-inner{width:min(1440px,94%)!important;height:92px!important;display:grid!important;grid-template-columns:minmax(255px,310px) 1fr auto!important;gap:28px!important;align-items:center!important}
  .clean-header .site-logo{min-width:0!important;width:auto!important;max-width:310px!important;gap:13px!important}
  .clean-header .logo-icon{width:54px!important;height:54px!important;border-radius:17px!important;font-size:16px!important;box-shadow:0 12px 28px rgba(23,105,255,.22)!important;flex:none!important}
  .clean-header .logo-text{min-width:0!important}
  .clean-header .logo-text strong{font-size:11px!important;line-height:1!important;letter-spacing:.25em!important}
  .clean-header .logo-text b{font-size:21px!important;line-height:1.18!important;letter-spacing:-.025em!important;white-space:nowrap!important}
  .clean-header .logo-text small{font-size:10px!important;margin-top:4px!important;color:#6a7890!important;white-space:nowrap!important}
  .clean-header .desktop-nav.corporate-nav{height:92px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;min-width:0!important;margin:0!important;position:relative!important}
  .clean-header .corporate-nav>a,.clean-header .corporate-nav>.desktop-dd>a{height:44px!important;display:inline-flex!important;align-items:center!important;padding:0 13px!important;border-radius:12px!important;font-size:14px!important;line-height:1!important;font-weight:800!important;white-space:nowrap!important;color:#17263d!important;transition:.18s ease!important}
  .clean-header .corporate-nav>a:hover,.clean-header .corporate-nav>.desktop-dd>a:hover,.clean-header .corporate-nav>a.is-active{background:#eff5ff!important;color:#1769ff!important}
  .clean-header .corporate-nav>.desktop-dd>a:after{content:'⌄'!important;font-size:12px!important;margin-left:7px!important;color:#5e7190!important;transform:translateY(-1px)!important}
  .clean-header .desktop-dd{height:92px!important;display:flex!important;align-items:center!important;position:relative!important}
  .clean-header .desktop-mega{top:78px!important;left:50%!important;transform:translate(-50%,10px)!important;min-width:760px!important;border-radius:20px!important;padding:20px!important;gap:18px!important}
  .clean-header .desktop-dd:hover .desktop-mega{transform:translate(-50%,0)!important}
  .clean-header .desktop-mega.compact-menu{grid-template-columns:290px!important;min-width:330px!important;left:0!important;transform:translate(0,10px)!important}
  .clean-header .desktop-dd:hover .desktop-mega.compact-menu{transform:translate(0,0)!important}
  .clean-header .corporate-actions{display:flex!important;align-items:center!important;gap:10px!important}
  .clean-header .corporate-actions .call-btn,.clean-header .corporate-actions .wa-btn{height:52px!important;border-radius:15px!important;padding:0 15px!important;gap:9px!important;font-size:13px!important;line-height:1.15!important;min-width:118px!important;box-shadow:none!important}
  .clean-header .corporate-actions a>span:last-child{display:flex!important;flex-direction:column!important;font-weight:900!important}
  .clean-header .corporate-actions small{font-size:9px!important;font-weight:700!important;opacity:.72!important;margin-bottom:2px!important}
  .clean-header .action-icon{width:28px!important;height:28px!important;border-radius:9px!important;display:grid!important;place-items:center!important;background:rgba(23,105,255,.09)!important;font-size:15px!important;flex:none!important}
  .clean-header .wa-btn .action-icon{background:rgba(255,255,255,.18)!important}
  .clean-header .call-btn{background:#fff!important}
  .clean-header .wa-btn{box-shadow:0 10px 24px rgba(21,185,93,.18)!important}
}
@media (min-width:981px) and (max-width:1250px){
  .clean-header .header-inner{grid-template-columns:235px 1fr auto!important;gap:14px!important;width:min(100% - 28px,1440px)!important}
  .clean-header .corporate-nav>a,.clean-header .corporate-nav>.desktop-dd>a{padding:0 9px!important;font-size:13px!important}
  .clean-header .corporate-actions .call-btn{display:none!important}
  .clean-header .logo-text small{display:none!important}
}

/* Sprint 15 — Kurumsal logo entegrasyonu */
.site-logo.brand-logo{display:flex!important;align-items:center!important;width:285px!important;max-width:285px!important;min-width:245px!important;height:72px!important;padding:5px 0!important;overflow:visible!important}
.site-logo.brand-logo img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;object-position:left center!important}
.mobile-drawer .site-logo.brand-logo{width:230px!important;min-width:0!important;height:58px!important}
@media(min-width:981px){.clean-header .site-logo.brand-logo{max-width:300px!important;width:300px!important;height:74px!important}.clean-header .header-inner{grid-template-columns:300px 1fr auto!important}}
@media(min-width:981px) and (max-width:1250px){.clean-header .site-logo.brand-logo{width:240px!important;max-width:240px!important}.clean-header .header-inner{grid-template-columns:240px 1fr auto!important}}
@media(max-width:980px){.site-logo.brand-logo{width:235px!important;min-width:0!important;height:60px!important}.header-inner{min-height:74px!important}.mobile-menu-btn{margin-left:auto!important}}
@media(max-width:560px){.site-logo.brand-logo{width:205px!important;height:54px!important}.mobile-drawer .site-logo.brand-logo{width:205px!important}}
