.hero-head{position:relative;z-index:2}
.nav a.is-active:not(.nav-cta){color:var(--ink)}
.mobile-nav a.is-active:not(.mobile-cta){background:#f2f5f9;color:var(--ink)}
a:focus-visible,.button:focus-visible,.menu-button:focus-visible{outline:3px solid rgba(91,140,255,.38);outline-offset:4px}
.contact-form input:focus-visible,.contact-form textarea:focus-visible,.contact-form select:focus-visible{outline:none}

.short-section-head{max-width:930px;margin-bottom:42px}
.short-section-head h2{max-width:900px}
.short-section-head h2 span{color:#7c8797}
.problem-section{background:#fff;border-top:1px solid #e4e8ee;border-bottom:1px solid #e4e8ee}
.problem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.problem-card{position:relative;display:flex;flex-direction:column;min-height:330px;padding:28px;border:1px solid #dde3eb;border-radius:24px;background:#f8fafc;box-shadow:0 8px 24px rgba(10,16,32,.035);transition:transform .3s var(--ease),box-shadow .3s ease,border-color .3s ease}
.problem-card:hover{transform:translateY(-6px);border-color:#cad4e2;box-shadow:0 22px 52px rgba(10,16,32,.085)}
.problem-top{display:flex;align-items:center;justify-content:space-between;gap:16px}
.problem-top>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#eaf1ff;color:#3268da;font-size:.7rem;font-weight:900}
.problem-top small{font-size:.68rem;font-weight:850;color:#667286;text-transform:uppercase;letter-spacing:.08em;text-align:right}
.problem-card h3{font-size:1.55rem;line-height:1.19;letter-spacing:-.034em;margin:44px 0 12px;color:var(--ink)}
.problem-card p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.62}
.problem-result{margin-top:auto;padding-top:26px;color:#2f61cc;font-size:.78rem;letter-spacing:.01em}

.method-section{background:transparent;color:#fff;padding:72px 0}
.method-shell{position:relative;overflow:hidden;padding:66px;border-radius:36px;background:linear-gradient(135deg,#080e1b 0%,#101b34 68%,#15294d 100%);box-shadow:0 30px 82px rgba(10,16,32,.16)}
.method-shell::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-230px;top:-290px;background:radial-gradient(circle,rgba(91,140,255,.22),rgba(91,140,255,0) 70%);pointer-events:none}
.method-copy,.method-steps{position:relative;z-index:1}
.method-copy{margin-bottom:36px}
.method-copy h2 span{color:#9eb9ff}
.method-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.method-steps article{position:relative;min-height:245px;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:21px;background:rgba(10,20,39,.78);transition:transform .3s var(--ease),background .3s ease,border-color .3s ease}
.method-steps article:hover{transform:translateY(-5px);background:#13233f;border-color:rgba(157,185,255,.22)}
.method-steps article>span{display:inline-grid;place-items:center;min-width:38px;height:34px;padding:0 10px;border-radius:999px;border:1px solid rgba(157,185,255,.16);background:rgba(157,185,255,.08);color:#9db9ff;font-size:.7rem;font-weight:900}
.method-steps h3{font-size:1.4rem;line-height:1.22;letter-spacing:-.028em;margin:52px 0 10px;color:#fff}
.method-steps p{margin:0;color:#abb7c8;font-size:.9rem;line-height:1.6}

.contact-section{padding:36px 0 56px;background:linear-gradient(180deg,#f4f6f9 0%,#eef2f6 100%)}
.contact-shell{grid-template-columns:.88fr 1.12fr;gap:76px;padding:58px 62px;border-radius:34px}
.contact-copy h2{max-width:540px}
.contact-copy>p:not(.section-kicker){max-width:500px}
.direct-contacts{margin-top:28px;display:grid;gap:12px;max-width:380px}
.contact-action{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:66px;padding:10px 14px 10px 10px;border-radius:17px;text-decoration:none;transition:transform .25s var(--ease),background .2s ease,border-color .2s ease,box-shadow .25s ease}
.contact-action:hover{transform:translateY(-2px)}
.contact-action:focus-visible{outline:3px solid rgba(91,140,255,.4);outline-offset:4px}
.contact-action-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px}
.contact-action-icon svg{display:block}
.contact-action-copy{display:grid;line-height:1.16;min-width:0}
.contact-action-copy strong{font-size:.88rem}
.contact-action-copy small{margin-top:4px;font-size:.72rem;letter-spacing:.01em;overflow-wrap:anywhere}
.contact-action-arrow{font-size:1.08rem;transition:transform .22s var(--ease)}
.contact-action:hover .contact-action-arrow{transform:translateX(3px)}
.email-now{background:#fff;border:1px solid #dce3ec;color:var(--ink);box-shadow:0 10px 26px rgba(10,16,32,.07)}
.email-now:hover{background:#f8faff;border-color:#c8d5e6;box-shadow:0 15px 34px rgba(10,16,32,.1);color:var(--ink)}
.email-now .contact-action-icon{background:#edf3ff;color:#315fcb}
.email-now .contact-action-copy strong{color:var(--ink)}
.email-now .contact-action-copy small{color:#6f7b8e}
.email-now .contact-action-arrow{color:#315fcb}
.call-now{background:var(--navy);color:#fff;box-shadow:0 12px 30px rgba(10,16,32,.14)}
.call-now:hover{background:#17243d;box-shadow:0 17px 36px rgba(10,16,32,.2);color:#fff}
.call-now .contact-action-icon{background:#fff;color:var(--navy)}
.call-now .contact-action-copy strong{color:#fff}
.call-now .contact-action-copy small{color:#aeb9ca}
.call-now .contact-action-arrow{color:#9db9ff}
.contact-form{padding:28px}

[data-reveal]{opacity:0;transform:translateY(30px) scale(.988);transition:opacity .68s var(--ease),transform .68s var(--ease)}
[data-reveal].is-visible{opacity:1;transform:none}
.problem-card[data-reveal],.method-steps article[data-reveal]{transform:translateY(38px) scale(.975)}
.problem-card[data-reveal].is-visible,.method-steps article[data-reveal].is-visible{transform:none}

@media(min-width:1001px){
  :root{--max:1260px}
  body{background:linear-gradient(180deg,#f7f9fc 0%,#f2f5f9 40%,#f4f6f9 100%)}
  .site-header{background:rgba(247,249,252,.76);border-bottom-color:rgba(214,221,230,.6)}
  .site-header.is-scrolled{background:rgba(251,252,253,.92);box-shadow:0 12px 34px rgba(10,16,32,.055)}
  .nav-wrap{height:82px}
  .brand-mark{width:42px;height:42px;border-radius:13px}
  .nav{gap:3px;padding:5px;border:1px solid rgba(214,221,230,.84);background:rgba(255,255,255,.64);box-shadow:0 9px 28px rgba(10,16,32,.045);border-radius:999px}
  .nav a{padding:9px 14px;border-radius:999px;font-size:.84rem}
  .nav a:not(.nav-cta)::after{display:none}
  .nav a:not(.nav-cta):hover{background:rgba(255,255,255,.88)}
  .nav a.is-active:not(.nav-cta){background:#fff;box-shadow:0 4px 14px rgba(10,16,32,.06)}
  .nav .nav-cta{padding:10px 18px;margin-left:3px}

  .hero{padding:26px 0 22px}
  .hero-shell{display:grid;grid-template-columns:minmax(0,1fr) 390px;grid-template-rows:auto 1fr;column-gap:66px;row-gap:12px;align-items:end;min-height:680px;padding:62px 72px 0;border-radius:40px;background:linear-gradient(132deg,#070c17 0%,#0c1730 54%,#152a50 100%);box-shadow:0 38px 100px rgba(10,16,32,.18);isolation:isolate}
  .hero-shell::before{width:680px;height:680px;left:-250px;top:-330px;background:radial-gradient(circle,rgba(91,140,255,.29),rgba(91,140,255,0) 69%)}
  .hero-shell::after{background-size:58px 58px;opacity:.8}
  .hero-head{grid-column:1 / -1;grid-row:1;align-self:start;width:100%;padding-top:5px}
  .hero-head .eyebrow{margin-bottom:18px;color:#a8c0ff}
  .hero-head h1{width:100%;max-width:none;margin:0;font-size:clamp(4rem,4.85vw,5.9rem);line-height:.93;letter-spacing:-.062em;text-wrap:balance}
  .hero-head h1 span{display:inline;color:#a7bfff}
  .hero-copy{grid-column:1;grid-row:2;align-self:start;max-width:700px;padding:8px 0 58px}
  .hero-lead{font-size:1.12rem;line-height:1.7;max-width:665px;margin-top:8px;color:#c7cfdd}
  .hero-actions{margin-top:30px;gap:11px}
  .hero-actions .button{min-height:54px;padding-inline:23px;border-radius:14px}
  .hero-note{margin-top:13px;color:#98a4b8}
  .hero-visual{grid-column:2;grid-row:2;align-self:end;padding-top:0}
  .portrait-wrap{width:100%;max-width:390px;margin:0}
  .portrait-wrap::before{content:"";position:absolute;inset:36px -16px -22px 32px;border:1px solid rgba(151,180,255,.18);border-radius:32px 32px 0 0;transform:rotate(2deg);pointer-events:none}
  .portrait-glow{inset:12% 0 1%;filter:blur(34px)}
  .portrait-wrap img{border-radius:32px 32px 0 0;box-shadow:0 32px 80px rgba(0,0,0,.32)}
  .portrait-status{left:20px;right:20px;bottom:24px;padding:14px 15px;border-radius:16px}
  .portrait-status strong{font-size:.79rem;line-height:1.25}
  .portrait-status small{font-size:.69rem}

  .section{padding:92px 0}
  .section h2{font-size:clamp(2.9rem,4.05vw,4.55rem)}
  .problem-section{padding-top:96px;padding-bottom:102px}
  .contact-copy h2{font-size:clamp(2.8rem,3.9vw,4.2rem)}
}

@media(max-width:1000px){
  .hero-shell{grid-template-columns:1fr .72fr;gap:28px;padding:52px 38px 0}
  .hero-head{grid-column:1 / -1}
  .problem-grid{grid-template-columns:1fr 1fr}
  .problem-card:last-child{grid-column:1 / -1}
  .method-shell{padding:48px}
  .method-steps{grid-template-columns:1fr 1fr}
  .method-steps article:last-child{grid-column:1 / -1}
  .contact-shell{gap:42px;padding:42px}
}

@media(max-width:820px){
  body.menu-open{overflow:hidden}
  .hero-shell{grid-template-columns:1fr;min-height:0;padding:48px 32px 0}
  .hero-head,.hero-copy,.hero-visual{grid-column:1}
  .hero-head{grid-row:auto}
  .hero-copy{grid-row:auto;padding:0 0 24px}
  .hero-visual{grid-row:auto;width:min(100%,500px);margin-inline:auto}
  .hero h1{max-width:760px}
  .problem-grid{grid-template-columns:1fr}
  .problem-card:last-child{grid-column:auto}
  .method-steps{grid-template-columns:1fr}
  .method-steps article:last-child{grid-column:auto}
  .contact-shell{grid-template-columns:1fr}
}

@media(max-width:620px){
  html{scroll-padding-top:76px}
  .site-header{background:rgba(255,255,255,.94)}
  .nav-wrap{height:64px}
  .brand-mark{width:36px;height:36px;border-radius:11px}
  .brand-copy strong{font-size:.9rem}
  .menu-button{width:40px;height:40px;border-radius:12px}
  .menu-button span:first-child{top:15px}
  .menu-button span:last-child{top:22px}
  .menu-button[aria-expanded="true"] span:first-child,.menu-button[aria-expanded="true"] span:last-child{top:19px}

  .hero{padding:12px 0 14px}
  .hero-shell{padding:28px 18px 0;border-radius:22px;background:linear-gradient(145deg,#080d19 0%,#0d1730 64%,#14254b 100%)}
  .hero-shell::before{width:350px;height:350px;left:-175px;top:-180px}
  .hero-shell::after{background-size:38px 38px;opacity:.7}
  .eyebrow{font-size:.64rem;letter-spacing:.13em;margin-bottom:12px}
  .hero h1{font-size:clamp(2.35rem,11.7vw,3.25rem);line-height:.98;letter-spacing:-.054em}
  .hero h1 span{display:block;margin-top:4px}
  .hero-lead{font-size:.96rem;line-height:1.58;margin-top:20px;color:#c6cfdd}
  .hero-actions{display:grid;margin-top:22px;gap:8px}
  .hero-actions .button{width:100%;min-height:49px;border-radius:13px}
  .hero-note{font-size:.72rem;margin-top:10px}
  .hero-visual{margin-top:4px}
  .portrait-wrap{width:100%}
  .portrait-wrap img{height:275px;aspect-ratio:auto;object-fit:cover;object-position:center 24%;border-radius:20px 20px 0 0}
  .portrait-status{left:12px;right:12px;bottom:12px;padding:11px 12px;border-radius:14px}
  .portrait-status strong{font-size:.72rem}
  .portrait-status small{font-size:.65rem}

  .section{padding:58px 0}
  .section h2{font-size:clamp(2.18rem,10.2vw,3.25rem)}
  .short-section-head{margin-bottom:28px}
  .problem-section{padding-top:62px;padding-bottom:66px}
  .problem-grid{gap:10px}
  .problem-card{min-height:0;padding:22px;border-radius:19px}
  .problem-card h3{font-size:1.34rem;margin:30px 0 10px}
  .problem-card p{font-size:.9rem;line-height:1.55}
  .problem-result{padding-top:22px}

  .method-section{padding:18px 0 28px}
  .method-shell{padding:28px 18px;border-radius:22px}
  .method-copy{margin-bottom:24px}
  .method-steps{gap:9px}
  .method-steps article{min-height:0;padding:22px;border-radius:17px}
  .method-steps h3{font-size:1.28rem;margin:30px 0 8px}
  .method-steps p{font-size:.87rem;line-height:1.55}

  .contact-section{padding:22px 0 34px}
  .contact-shell{padding:22px;border-radius:22px}
  .contact-form{padding:20px;border-radius:18px}
  .direct-contacts{max-width:none}
  .contact-action{width:100%}
  .contact-action-copy small{font-size:.69rem}
  .whatsapp-float{width:52px;height:52px;right:14px;bottom:14px}
}

@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important}}
