:root{
  --text:#0f172a;
  --muted:#64748b;
  --white:#ffffff;
  --brand:#0b74d1;
  --wa:#16a34a;
  --radius:16px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.5;font-size:16px;letter-spacing:-.005em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}

h1,h2,h3{letter-spacing:-.02em}

.container{width:min(1180px, 92%);margin:0 auto}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(15,23,42,.08)}
.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:76px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800}
.brand-logo{height:36px;width:auto;max-width:100%;display:block;object-fit:contain}
.brand-text{font-size:14px;letter-spacing:.2px}
.site-nav{display:flex;align-items:center;gap:16px;justify-content:center}
.nav-link{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;color:#0f172a;font-size:16px;line-height:24px;letter-spacing:.01em}
.nav-link:hover{color:oklch(0.5 0.134 242.749)}
.nav-link.is-active{color:oklch(0.5 0.134 242.749)}
.nav-link{opacity:.82;padding:10px 8px;border-radius:10px;transition:all .18s ease}
.nav-link:hover{opacity:1;background:rgba(15,23,42,.05)}
.header-cta{display:flex;align-items:center;gap:10px}

.nav-toggle{display:none;margin-left:auto;border:1px solid rgba(15,23,42,.12);background:#fff;border-radius:12px;padding:10px 10px;gap:6px}
.nav-toggle span{display:block;width:18px;height:2px;background:#0f172a;border-radius:2px;opacity:.8}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;padding:12px 16px;font-weight:800;font-size:13px;border:1px solid transparent;transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease}
.btn svg{display:block}
.btn:active{transform:translateY(1px)}
.btn--primary{background:#0b74d1;color:#fff;box-shadow:none}
.btn--primary:hover{background:#0a67bb}
.btn--ghost{background:rgba(15,23,42,.04);border-color:rgba(15,23,42,.08);color:#0f172a}
.btn--ghost:hover{background:rgba(15,23,42,.06)}
.btn--wa{background:#fff;border-color:rgba(34,197,94,.85);color:#16a34a}

.header-cta .btn.btn--primary{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;color:rgb(255, 255, 255);font-size:16px;line-height:24px}
.btn--wa:hover{background:rgba(34,197,94,.06)}
.btn--wa svg{color:#16a34a}
.btn--full{width:100%}

.notice{padding:14px 16px;border-radius:14px;margin-top:18px;margin-bottom:-6px;font-size:14px}
.notice--success{background:rgba(34,197,94,.10);border:1px solid rgba(34,197,94,.25)}
.notice--error{background:rgba(239,68,68,.10);border:1px solid rgba(239,68,68,.25)}

.hero{position:relative;overflow:hidden}
.hero--banner{min-height:unset;aspect-ratio:1920/650}
.hero-bg{position:absolute;inset:0;background:linear-gradient(100deg, #071225 0%, #0b2f5a 45%, #0a5c86 100%);z-index:0}
.hero-slider{position:absolute;inset:0;pointer-events:none;z-index:0}
.hero-track{position:absolute;inset:0;display:flex;width:200%;transform:translateX(0);transition:transform 900ms ease}
.hero-slide{flex:0 0 50%;height:100%}
.hero-slide--1{background:url("../images/slider-desktop-1.png") center/cover no-repeat}
.hero-slide--2{background:url("../images/slider-desktop-2.png") center/cover no-repeat}
.hero-slider:after{display:none}
.hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.10);backdrop-filter:saturate(180%) blur(14px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 18px 45px rgba(2,6,23,.22);transition:transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease}
.hero-nav:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.55);box-shadow:0 22px 55px rgba(2,6,23,.26)}
.hero-nav:active{transform:translateY(-50%) scale(.985)}
.hero-nav:focus{outline:none}
.hero-nav:focus-visible{box-shadow:0 22px 55px rgba(2,6,23,.26), 0 0 0 4px rgba(11,116,209,.28)}
.hero-nav--prev{left:14px}
.hero-nav--next{right:14px}
.hero-dots{position:absolute;left:0;right:0;bottom:14px;z-index:3;display:flex;gap:10px;justify-content:center;align-items:center}
.hero-dot{width:34px;height:6px;border-radius:999px;border:0;background:rgba(255,255,255,.28);cursor:pointer;transition:background .18s ease, transform .18s ease}
.hero-dot.is-active{background:rgba(255,255,255,.65)}
.hero-dot:focus{outline:none}
.hero-dot:focus-visible{box-shadow:0 0 0 4px rgba(11,116,209,.28)}
.hero-inner--banner{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:24px;align-items:center;justify-items:end;padding:clamp(22px, 2.6vw, 40px) 0}
.hero-copy--banner{color:#fff}
.hero-eyebrow{font-size:12px;letter-spacing:.12em;opacity:.75;margin-bottom:18px}
.hero-copy--banner h1{margin:0;font-weight:900;letter-spacing:.02em;line-height:1.02}
.hero-h1-top{display:block;font-size:40px}
.hero-h1-mid{display:block;font-size:36px;font-weight:400;opacity:.85;margin-top:6px}
.hero-h1-bot{display:block;font-size:40px;margin-top:6px}
.hero-copy--banner p{margin:18px 0 0;max-width:52ch;color:rgba(255,255,255,.78)}

.form-card{background:#fff;border-radius:18px;box-shadow:0 24px 60px rgba(2,6,23,.35);border:1px solid rgba(255,255,255,.10);padding:14px;max-width:440px;margin-left:auto;position:relative;transform:translateX(10px)}
.form-card--lead{font-family:Nunito, Arial, sans-serif}
.form-card--lead .form-card-title{font-weight:800;font-size:24px;letter-spacing:-.02em;color:#0f172a;text-align:center;line-height:1.2}
.form-card--lead .form-card-subtitle{margin-top:6px;color:#64748b;font-size:13px;text-align:center;line-height:1.4}
.form-split{display:flex;align-items:center;justify-content:center;gap:10px;color:#94a3b8;font-size:12px;margin:12px 0}
.form-split:before,.form-split:after{content:"";height:1px;flex:1;background:rgba(148,163,184,.35)}

.form-errors{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.18);color:#991b1b;border-radius:14px;padding:10px 12px;font-size:13px;margin:12px 0}

.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.form--banner .form-grid{grid-template-columns:1fr 1fr}
.field{display:flex;flex-direction:column;gap:6px}
.field label{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.field input,.field select{border-radius:16px;border:1px solid rgba(148,163,184,.55);padding:14px 14px;background:#fff;outline:none;font-size:14px;transition:border-color .16s ease, box-shadow .16s ease}
.form-card--lead .field input,.form-card--lead .field select{font-family:inherit;font-weight:600}
.form-card--lead .btn{font-family:inherit;font-weight:800}
.form-card--lead .form-split{font-family:inherit;font-weight:600}
.fieldcard--lead .field input::placeholder{color:rgba(100,116,139,.75)}

.form- input:focus,.field select:focus{border-color:rgba(11,116,209,.6);box-shadow:0 0 0 4px rgba(11,116,209,.15)}
.field--submit{grid-column:1 / -1}
.form-note{margin-top:8px;font-size:11px;color:#64748b}

.form-details{margin-top:6px;border:1px solid rgba(15,23,42,.10);border-radius:14px;background:rgba(15,23,42,.02)}
.form-details > summary{list-style:none;cursor:pointer;padding:10px 12px;font-size:12px;font-weight:900;color:#0f172a;opacity:.9}
.form-details > summary::-webkit-details-marker{display:none}
.form-details[open] > summary{border-bottom:1px solid rgba(15,23,42,.08)}
.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px}

@media (max-width: 980px){
  .details-grid{grid-template-columns:1fr}
}

.section{padding:44px 0}
.section-head h2{margin:0;font-size:24px;letter-spacing:-.02em}
.section-head p{margin:8px 0 0;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.card{padding:16px;border-radius:18px;border:1px solid rgba(15,23,42,.06);background:#fff;box-shadow:0 16px 45px rgba(2,6,23,.06)}
.card-title{font-weight:800;font-size:13px}
.card-text{color:var(--muted);font-size:13px;margin-top:6px}

.about-hero{background:linear-gradient(180deg, #eaf8ff 0%, #dff3ff 100%);border-bottom:1px solid rgba(15,23,42,.06)}
.about-hero-inner{padding:28px 0 22px}
.about-eyebrow{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;color:oklch(0.5 0.134 242.749);font-size:12px;line-height:16px}
.about-title{margin:6px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;color:oklch(0.279 0.041 260.031);font-size:36px;line-height:45px;letter-spacing:-.02em}

.about-section{background:#f8fafc;padding:28px 0 60px}
.about-card{max-width:1040px;margin:18px auto 0;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 26px 70px rgba(2,6,23,.10);padding:34px}
.about-body{max-width:none;margin:0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;color:rgb(0, 0, 0);font-size:16px;line-height:24px}
.about-body p{margin:0 0 12px}
.about-block{max-width:none;margin:18px 0 0}
.about-block h2{margin:0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;color:rgb(0, 0, 0);font-size:24px;line-height:36px;letter-spacing:-.02em}
.about-block p{margin:8px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;color:rgb(0, 0, 0);font-size:16px;line-height:24px}

.reveal{opacity:1;transform:none}
.has-js .reveal{opacity:0;transform:translateY(16px);transition:opacity .45s ease, transform .45s ease}
.has-js .reveal.is-in{opacity:1;transform:translateY(0)}

.careers-wrap{max-width:1180px;margin:18px auto 0}
.careers-top{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end}
.careers-intro h2{margin:0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:800;font-size:30px;line-height:38px;color:oklch(0.208 0.042 265.755);letter-spacing:-.015em}
.careers-intro p{margin:10px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:26px;color:oklch(0.446 0.043 257.281);max-width:70ch}

.careers-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px}
.careers-stat{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 16px 45px rgba(2,6,23,.06);padding:14px 14px}
.careers-stat-value{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:800;font-size:22px;line-height:28px;color:oklch(0.208 0.042 265.755)}
.careers-stat-label{margin-top:2px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:18px;color:oklch(0.554 0.046 257.417)}

.careers-grid{margin-top:24px;display:grid;grid-template-columns:minmax(0, 1fr) 440px;gap:24px;align-items:start}
.careers-left{display:flex;flex-direction:column;gap:28px}
.careers-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 26px 70px rgba(2,6,23,.08);padding:22px}
.careers-card-head h3{margin:0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:800;font-size:22px;line-height:28px;color:oklch(0.208 0.042 265.755)}
.careers-card-head p{margin:8px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:oklch(0.446 0.043 257.281)}

.why-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px}
.why-card{border-radius:16px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg, rgba(248,250,252,1), rgba(248,250,252,.55));padding:14px;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.why-card:hover{transform:translateY(-2px);box-shadow:0 16px 45px rgba(2,6,23,.10);border-color:rgba(11,116,209,.25)}
.why-ico{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(11,116,209,.10);color:oklch(0.5 0.134 242.749)}
.why-title{margin-top:10px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:15px;line-height:22px;color:oklch(0.208 0.042 265.755)}
.why-text{margin-top:4px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:18px;color:oklch(0.446 0.043 257.281)}

.team-grid{margin-top:16px;display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:10px}
.team-photo{aspect-ratio:1/1;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(135deg, rgba(11,116,209,.10), rgba(2,6,23,.05));background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 16px 45px rgba(2,6,23,.06)}
.team-photo--1{background-image:url("../images/41ea3e23-3062-4ed9-b472-95dd3d1a356f.png")}
.team-photo--2{background-image:url("../images/598ecb5a-9cac-494a-8bcb-92386f39bc95.png")}
.team-photo--3{background-image:url("../images/6ad1aeb1-a307-4d8b-8291-608922d76762.png")}
.team-photo--4{background-image:url("../images/b5c91928-e849-4e3e-831d-0d3fcba447a9.png")}

.apply-card{border-radius:20px;border:1px solid rgba(15,23,42,.10);background:rgba(255,255,255,.70);backdrop-filter:saturate(180%) blur(14px);box-shadow:0 26px 70px rgba(2,6,23,.10);padding:22px;position:sticky;top:96px}
.apply-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.apply-head h3{margin:0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:800;font-size:22px;line-height:28px;color:oklch(0.208 0.042 265.755)}
.apply-head p{margin:8px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:oklch(0.446 0.043 257.281)}
.apply-badge{flex:0 0 auto;border-radius:999px;padding:8px 12px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:16px;color:oklch(0.5 0.134 242.749);background:rgba(11,116,209,.10);border:1px solid rgba(11,116,209,.16)}

.apply-form{margin-top:16px}
.apply-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px}
.field{display:flex;flex-direction:column;gap:8px}
.field-label{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:18px;color:oklch(0.208 0.042 265.755)}
.field input,.field textarea{width:100%;border-radius:14px;border:1px solid rgba(15,23,42,.10);background:rgba(255,255,255,.92);padding:12px 12px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:#0f172a;outline:none;transition:border-color .18s ease, box-shadow .18s ease}
.field textarea{font-weight:500;resize:vertical;min-height:110px}
.field input:focus,.field textarea:focus{border-color:rgba(11,116,209,.35);box-shadow:0 0 0 4px rgba(11,116,209,.16)}

.upload{margin-top:12px}
.upload-input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}
.upload-drop{display:flex;align-items:center;gap:12px;border-radius:18px;border:1px dashed rgba(11,116,209,.35);background:linear-gradient(180deg, rgba(11,116,209,.06), rgba(255,255,255,.75));padding:14px 14px;cursor:pointer;transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease}
.upload-drop.is-drag{border-color:rgba(11,116,209,.7);box-shadow:0 16px 45px rgba(2,6,23,.10);transform:translateY(-1px)}
.upload-ico{width:44px;height:44px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:rgba(11,116,209,.12);color:oklch(0.5 0.134 242.749);flex:0 0 44px}
.upload-title{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:800;font-size:14px;line-height:20px;color:oklch(0.208 0.042 265.755)}
.upload-sub{margin-top:2px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:oklch(0.446 0.043 257.281)}
.upload-btn{margin-left:auto;flex:0 0 auto;border-radius:12px;border:1px solid rgba(15,23,42,.10);background:#fff;padding:10px 12px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:13px;line-height:18px;color:oklch(0.208 0.042 265.755);cursor:pointer}
.upload-btn:hover{background:rgba(255,255,255,.92)}
.upload-meta{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.upload-file{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:13px;line-height:18px;color:oklch(0.208 0.042 265.755)}
.upload-status{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:18px;color:oklch(0.446 0.043 257.281)}
.upload-progress{margin-top:10px;height:8px;border-radius:999px;background:rgba(15,23,42,.08);overflow:hidden}
.upload-bar{height:100%;width:0%;background:linear-gradient(90deg, #0b74d1, #22c55e);border-radius:999px;transition:width .12s ease}

.apply-actions{margin-top:14px;display:flex;align-items:center;gap:12px}
.apply-message{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:18px;color:oklch(0.446 0.043 257.281)}
.apply-message.is-error{color:rgb(220,38,38)}
.apply-message.is-ok{color:rgb(22,163,74)}

@media (max-width: 980px){
  .careers-top{grid-template-columns:1fr;gap:14px}
  .careers-stats{grid-template-columns:repeat(3, 1fr)}
  .careers-grid{grid-template-columns:1fr;gap:14px}
  .apply-card{position:static;top:auto}
  .apply-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .team-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .apply-form{padding-bottom:86px}
  .apply-actions{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(12px + env(safe-area-inset-bottom));width:min(520px, 92vw);background:rgba(248,250,252,.92);backdrop-filter:saturate(180%) blur(10px);padding:10px;border-radius:16px;border:1px solid rgba(15,23,42,.08);z-index:60}
  .apply-actions .apply-message{display:none}
  .apply-submit{width:100%}
}

.contact-grid-wrapper{max-width:1180px;margin:18px auto 0}
.contact-grid{display:grid;grid-template-columns:360px 1fr;gap:30px;align-items:start}
.contact-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 16px 45px rgba(2,6,23,.06);padding:18px}
.contact-card-title{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;color:oklch(0.208 0.042 265.755);font-size:20px;line-height:28px}
.contact-card-sub{margin-top:8px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;color:oklch(0.446 0.043 257.281);font-size:16px;line-height:26px}

.contact-item{margin-top:12px;display:flex;gap:12px;align-items:center;padding:12px 12px;border-radius:14px;background:rgba(15,23,42,.02);border:1px solid rgba(15,23,42,.06)}
.contact-ico{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(11,116,209,.10);color:oklch(0.5 0.134 242.749);flex:0 0 34px}
.contact-item-label{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;color:oklch(0.446 0.043 257.281);font-size:12px;line-height:16px}
.contact-item-value{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;color:oklch(0.208 0.042 265.755);font-size:16px;line-height:24px}

.contact-hours{margin-top:14px;padding-top:12px;border-top:1px solid rgba(15,23,42,.08)}
.contact-hours-title{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;color:oklch(0.208 0.042 265.755);font-size:16px;line-height:24px}
.contact-hours-row{margin-top:6px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;color:oklch(0.554 0.046 257.417);font-size:13px;line-height:18px}

.contact-quick{margin-top:18px;border-radius:18px;background:oklch(0.5 0.134 242.749);color:#fff;padding:18px;box-shadow:0 16px 45px rgba(2,6,23,.10)}
.contact-quick-title{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;color:rgb(255, 255, 255);font-size:18px;line-height:28px}
.contact-quick-text{margin-top:6px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:18px;opacity:.92}
.contact-quick .btn{margin-top:12px;background:#fff;color:oklch(0.5 0.134 242.749);font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:20px}
.contact-quick .btn:hover{background:rgba(255,255,255,.92)}

.contact-map .contact-map-frame{margin-top:12px;border-radius:14px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#f8fafc}
.contact-map iframe{display:block}

.contact-map .contact-card-title{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;color:oklch(0.208 0.042 265.755);font-size:24px;line-height:32px}
.contact-map .contact-card-sub{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;color:oklch(0.446 0.043 257.281);font-size:14px;line-height:20px}

.steps{padding:64px 0 46px}
.steps-head{text-align:center}
.steps-head h2{margin:0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:800;color:oklch(0.208 0.042 265.755);font-size:48px;line-height:48px;letter-spacing:-.02em}
.steps-head p{margin:10px auto 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:32px;color:oklch(0.554 0.046 257.417);max-width:72ch}
.steps-accent{color:oklch(0.588 0.158 241.966)}

.steps-grid{margin-top:34px;display:grid;grid-template-columns:480px 1fr;gap:24px;align-items:stretch;max-width:1200px;margin-left:auto;margin-right:auto}
.steps-feature{border-radius:18px;border:1px solid rgba(15,23,42,.06);background:#fff;box-shadow:0 16px 45px rgba(2,6,23,.06);padding:26px}
.steps-pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:oklch(0.5 0.134 242.749);background:rgba(11,116,209,.10);border:1px solid rgba(11,116,209,.16)}
.steps-feature h3{margin:14px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:800;font-size:30px;line-height:38px;color:oklch(0.208 0.042 265.755);letter-spacing:-.015em}
.steps-feature h3 .steps-accent{color:oklch(0.588 0.158 241.966)}
.steps-nowrap{white-space:nowrap}
.steps-feature p{margin:12px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:oklch(0.446 0.043 257.281)}
.steps-metrics{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.metric{border-radius:14px;border:1px solid rgba(15,23,42,.06);background:#f8fafc;padding:16px}
.metric-value{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:800;font-size:20px;line-height:28px;color:oklch(0.588 0.158 241.966)}
.metric-label{margin-top:4px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:oklch(0.554 0.046 257.417)}

.steps-cards{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:18px}
.step-card{position:relative;border-radius:18px;border:1px solid rgba(15,23,42,.06);background:#fff;box-shadow:0 16px 45px rgba(2,6,23,.06);padding:22px;min-height:280px;display:flex;flex-direction:column}
.step-top{display:flex;align-items:center;justify-content:flex-start}
.step-no{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:800;font-size:24px;line-height:32px;color:oklch(0.588 0.158 241.966);background:rgba(11,116,209,.10);border:1px solid rgba(11,116,209,.16)}
.step-title{margin-top:12px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:28px;color:oklch(0.208 0.042 265.755);letter-spacing:-.015em}
.step-text{margin-top:10px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:oklch(0.554 0.046 257.417)}
.step-ico{margin-top:auto;display:flex;justify-content:flex-end;color:#0f172a;opacity:.86;padding-top:12px}
.step-ico svg{width:72px;height:72px}
.step-ico img{width:72px;height:72px;object-fit:contain;display:block}

.faq{padding:52px 0}
.faq-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.faq-head h2{margin:0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:30px;line-height:36px;color:oklch(0.208 0.042 265.755)}
.faq-head p{margin:8px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:oklch(0.446 0.043 257.281);max-width:64ch}
.faq-all{margin-top:10px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:14px;color:oklch(0.5 0.134 242.749)}
.faq-all span{display:inline-block;transform:translateY(-1px)}

.faq-grid{margin-top:20px;display:grid;grid-template-columns:1.9fr 1fr;gap:22px;align-items:start}
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 10px 26px rgba(2,6,23,.04);padding:12px 14px}
.faq-item[open]{border-color:rgba(11,116,209,.18);box-shadow:0 16px 45px rgba(2,6,23,.06)}
.faq-item > summary{cursor:pointer;list-style:none;display:flex;align-items:flex-start;gap:10px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:rgb(0, 0, 0)}
.faq-item > summary::-webkit-details-marker{display:none}
.faq-item > summary:after{content:"";margin-left:auto;width:18px;height:18px;flex:0 0 18px;background:currentColor;opacity:.55;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat;transition:transform .16s ease}
.faq-item[open] > summary:after{transform:rotate(180deg)}
.faq-body{margin-top:10px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:oklch(0.554 0.046 257.417)}

.about-card .faq-item{box-shadow:none}
.about-card .faq-grid{margin-top:0}
.about-card .faq-body{color:rgb(0, 0, 0);font-size:16px;line-height:24px}
.about-card .faq-body a{text-decoration:underline}

.faq-grid-wrapper{max-width:1180px;margin:18px auto 0}

.faq-grid-wrapper .faq-grid{grid-template-columns:minmax(0, 760px) minmax(0, 360px);justify-content:center;gap:30px}
.faq-grid-wrapper .faq-item > summary{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;color:rgb(0, 0, 0);font-size:16px;line-height:24px}
.faq-grid-wrapper .faq-body{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;color:oklch(0.554 0.046 257.417);font-size:14px;line-height:20px}
.faq-grid-wrapper .faq-item{box-shadow:none}

.faq-grid-wrapper .faq-side{position:sticky;top:96px}

.faq-side{border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 16px 45px rgba(2,6,23,.06);padding:18px}
.faq-side-ico{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.92);color:#fff}
.faq-side-ico svg{width:30px;height:30px;display:block;color:rgb(255, 255, 255)}
.faq-side h3{margin:14px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:30px;line-height:38px;color:oklch(0.208 0.042 265.755)}
.faq-side h3 span{display:block}
.faq-side h3 .faq-side-break{display:block}
.faq-side p{margin:8px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:28px;color:oklch(0.446 0.043 257.281)}
.faq-side .btn{margin-top:14px}
.faq-side .btn.btn--primary{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:rgb(255, 255, 255)}

@media (max-width: 980px){
  .steps{padding:46px 0 30px}
  .steps-head h2{font-size:32px;line-height:32px}
  .steps-grid{grid-template-columns:1fr;gap:14px}
  .steps-cards{grid-template-columns:1fr}
  .step-card{min-height:unset}

  .about-hero-inner{padding:22px 0 18px}
  .about-title{font-size:30px;line-height:38px}
  .about-section{padding:26px 0 44px}
  .about-card{margin:14px auto 0;padding:18px}

  .contact-grid{grid-template-columns:1fr;gap:14px}
  .contact-grid-wrapper{margin:14px auto 0}

  .faq{padding:38px 0}
  .faq-head{flex-direction:column;align-items:flex-start}
  .faq-head h2{font-size:26px;line-height:32px}
  .faq-head p{font-size:13px;line-height:20px}
  .faq-grid{grid-template-columns:1fr;gap:14px}
  .faq-grid-wrapper{margin:14px auto 0}
  .faq-grid-wrapper .faq-grid{grid-template-columns:1fr;justify-content:stretch}
  .faq-grid-wrapper .faq-side{position:static;top:auto}

  .site-footer{padding:34px 0 22px}
  .footer-top{grid-template-columns:1fr;gap:26px}
  .footer-logo img{height:30px}
  .footer-desc{max-width:unset}

  .footer-title{font-size:16px;line-height:24px}
  .footer-col{gap:12px}
  .footer-col a{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:oklch(0.928 0.006 264.531)}
  .footer-contact{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:oklch(0.928 0.006 264.531)}
  .footer-follow{font-size:16px;line-height:24px}

  .footer-social{gap:14px}
  .footer-social a{width:34px;height:34px;border-radius:12px}
  .footer-social a svg{width:20px;height:20px}

  .footer-bottom{align-items:center}
  .footer-copy{text-align:center}
}

.site-footer{padding:44px 0 34px;background:radial-gradient(1200px 600px at 20% 0%, rgba(30,58,138,.22), rgba(2,6,23,0) 55%),#0b1220;color:#e5e7eb}
.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.25fr;gap:34px;align-items:start}
.footer-logo img{height:36px;width:auto;max-width:100%;display:block;object-fit:contain}
.footer-desc{margin:14px 0 0;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:oklch(0.707 0.022 261.325);max-width:40ch}

.footer-col{display:flex;flex-direction:column;gap:10px}
.footer-title{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:20px;color:#f8fafc;margin-top:2px}
.footer-col a{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:18px;color:rgba(226,232,240,.78)}
.footer-col a:hover{color:#fff}

.footer-contact{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:18px;color:rgba(226,232,240,.78)}
.footer-contact a{color:rgba(226,232,240,.9)}
.footer-contact a:hover{color:#fff}

.footer-follow{margin-top:14px;font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:20px;color:#f8fafc}
.footer-social{margin-top:8px;display:flex;gap:12px;align-items:center}
.footer-social a{width:28px;height:28px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(148,163,184,.12);border:1px solid rgba(148,163,184,.18)}
.footer-social a:hover{background:rgba(148,163,184,.18);border-color:rgba(148,163,184,.28)}

 .footer-social a svg.icon-x{display:block;transform:translateY(.5px) scale(.95)}

.footer-bottom{margin-top:28px;padding-top:18px;border-top:1px solid rgba(148,163,184,.16);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}
.footer-copy{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:rgba(226,232,240,.65)}

@media (max-width: 980px){
  .site-footer{padding:34px 0 22px}
  .footer-top{grid-template-columns:1fr;gap:26px}
  .footer-logo img{height:36px}
  .footer-desc{max-width:unset}

  .footer-title{font-size:16px;line-height:24px}
  .footer-col{gap:12px}
  .footer-col a{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:oklch(0.928 0.006 264.531)}
  .footer-contact{font-family:Nunito, Arial, sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:oklch(0.928 0.006 264.531)}
  .footer-follow{font-size:16px;line-height:24px}

  .footer-social{gap:14px}
  .footer-social a{width:34px;height:34px;border-radius:12px}
  .footer-social a svg{width:20px;height:20px}

  .footer-bottom{align-items:center}
  .footer-copy{text-align:center}
}

.wa-float{position:fixed;right:18px;bottom:18px;z-index:60;padding:12px 14px;border-radius:999px;background:rgba(22,163,74,.95);color:#fff;font-weight:800;font-size:13px;box-shadow:0 18px 40px rgba(22,163,74,.32);transition:transform .18s ease}
.wa-float:hover{transform:translateY(-2px)}

@media (max-width: 980px){
  .hero--banner{aspect-ratio:auto;min-height:320px}
  .hero-inner--banner{grid-template-columns:1fr;gap:16px;padding:0}
  .hero-copy--banner{display:none}
  .hero-form--desktop{display:none}
  .hero-h1-top,.hero-h1-bot{font-size:32px}
  .hero-h1-mid{font-size:28px}
  .hero-dots{bottom:10px}
  .cards{grid-template-columns:1fr}
  .hero-nav{display:none}
}

.hero-form-mobile{display:none}

@media (max-width: 980px){
  .hero-form-mobile{display:block;margin-top:-42px}
  .hero-form-mobile .form-card{max-width:420px;margin:0 auto;transform:none;border-radius:22px;padding:16px}
  .hero-form-mobile .form-grid{grid-template-columns:1fr}
}

@media (max-width: 920px){
  .nav-toggle{display:inline-flex}
  .site-nav{position:fixed;inset:76px 0 auto 0;display:none;flex-direction:column;gap:6px;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(14px);padding:12px 14px;border-bottom:1px solid rgba(15,23,42,.08)}
  .site-nav.is-open{display:flex}
  .header-cta{display:none}
}
