:root {
  --ink: #0b1020;
  --ink-2: #141a2d;
  --paper: #f4f2ed;
  --white: #ffffff;
  --lime: #c8ff3d;
  --violet: #8d7cff;
  --muted: #6d7180;
  --line: rgba(11, 16, 32, .13);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(8, 13, 29, .13);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: var(--lime); padding: 12px 18px; font-weight: 800; border-radius: 12px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(11, 16, 32, .88); border-color: rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 950; letter-spacing: -.8px; }
.brand > span:last-child { white-space: nowrap; }
.brand > span:last-child > span { color: var(--lime); }
.brand-mark { width: 27px; height: 24px; display: flex; align-items: end; gap: 3px; }
.brand-mark i { width: 7px; background: var(--lime); border-radius: 6px 6px 2px 2px; transform: skew(-8deg); }
.brand-mark i:nth-child(1) { height: 10px; }
.brand-mark i:nth-child(2) { height: 23px; }
.brand-mark i:nth-child(3) { height: 16px; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.nav-links > a:not(.button) { color: rgba(255,255,255,.73); transition: color .2s; }
.nav-links > a:not(.button):hover { color: var(--white); }
.menu-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 6px auto; background: var(--white); transition: transform .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 13px; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--lime); }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 13px 36px rgba(200,255,61,.18); }
.button-primary:hover { box-shadow: 0 16px 42px rgba(200,255,61,.3); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.28); padding-bottom: 5px; }
.dark-link { border-color: var(--line); }

.hero { min-height: 860px; position: relative; overflow: hidden; color: var(--white); background: var(--ink); padding-top: 82px; }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-glow { position: absolute; width: 620px; height: 620px; right: -190px; top: -190px; background: var(--violet); filter: blur(160px); opacity: .17; border-radius: 50%; }
.hero-grid { min-height: 708px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: rgba(255,255,255,.68); text-transform: uppercase; letter-spacing: 2px; font-weight: 800; font-size: 11px; }
.eyebrow span { width: 23px; height: 2px; background: var(--lime); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(52px, 6.1vw, 88px); line-height: .98; letter-spacing: -5px; font-weight: 900; }
.hero h1 em { color: var(--violet); font-style: normal; }
.hero h1 strong { color: var(--lime); font-weight: 900; }
.hero-copy > p { max-width: 610px; margin: 30px 0 32px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; padding: 0; margin: 34px 0 0; color: rgba(255,255,255,.56); font-size: 12px; font-weight: 650; }
.trust-list span { color: var(--lime); margin-right: 4px; }

.hero-visual { min-height: 540px; display: grid; place-items: center; position: relative; }
.dashboard-card { width: min(430px, 92%); min-height: 405px; position: relative; z-index: 2; padding: 24px; background: rgba(23,29,51,.9); border: 1px solid rgba(255,255,255,.12); border-radius: 26px; box-shadow: 0 40px 100px rgba(0,0,0,.36); backdrop-filter: blur(18px); transform: rotate(2deg); }
.dash-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.dash-head small { font-size: 9px; letter-spacing: 1.8px; color: rgba(255,255,255,.42); }
.dash-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: rgba(255,255,255,.2); }
.dash-dot:first-child { background: var(--lime); }
.dash-label { color: rgba(255,255,255,.52); margin-top: 26px; font-size: 12px; }
.dash-number { margin-top: 2px; font-size: 55px; font-weight: 900; letter-spacing: -3px; }
.dash-number span { font-size: 28px; color: var(--lime); }
.chart { height: 125px; margin-top: 18px; display: flex; align-items: end; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
.chart i { flex: 1; min-width: 6px; background: linear-gradient(to top, var(--violet), var(--lime)); border-radius: 7px 7px 0 0; opacity: .92; }
.dash-footer { display: grid; grid-template-columns: 1fr auto; gap: 7px 18px; margin-top: 18px; font-size: 12px; }
.dash-footer span { color: rgba(255,255,255,.47); }
.dash-footer strong { font-size: 13px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.96); color: var(--ink); border-radius: 16px; box-shadow: var(--shadow); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { margin-bottom: 3px; color: var(--muted); letter-spacing: 1.2px; font-size: 8px; }
.floating-card strong { font-size: 12px; }
.floating-leads { right: -9px; top: 92px; animation: float 5s ease-in-out infinite; }
.floating-site { left: 0; bottom: 78px; animation: float 5.5s .6s ease-in-out infinite; }
.mini-icon { width: 34px; height: 34px; display: grid; place-items: center; background: var(--lime); border-radius: 10px; font-weight: 900; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: #38d47b; box-shadow: 0 0 0 7px rgba(56,212,123,.13); margin: 0 7px; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 395px; height: 395px; border-color: rgba(200,255,61,.09); }
@keyframes float { 50% { transform: translateY(-11px); } }
.marquee { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.025); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 33px; padding: 22px 0; animation: marquee 27s linear infinite; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 850; letter-spacing: 2px; }
.marquee-track b { color: var(--lime); font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.section-kicker { display: block; margin-bottom: 18px; color: var(--violet); text-transform: uppercase; letter-spacing: 2.4px; font-size: 10px; font-weight: 900; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .method-copy h2, .difference-title h2, .faq-intro h2, .contact h2 { margin: 0; font-size: clamp(42px, 5vw, 69px); line-height: 1; letter-spacing: -3.4px; }
.section-heading h2 em, .method-copy h2 em, .difference-title h2 em, .faq-intro h2 em, .contact h2 em { color: var(--violet); font-style: normal; }
.section-heading > p { max-width: 470px; margin: 0 0 3px; color: var(--muted); line-height: 1.75; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-card { position: relative; min-height: 590px; padding: 46px; overflow: hidden; border-radius: var(--radius); }
.service-main { background: var(--white); border: 1px solid rgba(11,16,32,.06); box-shadow: 0 20px 60px rgba(11,16,32,.07); }
.service-accent { color: var(--white); background: var(--ink); }
.service-accent:after { content: ""; position: absolute; width: 330px; height: 330px; right: -130px; top: -130px; border-radius: 50%; background: var(--violet); filter: blur(95px); opacity: .32; }
.card-index { position: absolute; right: 35px; top: 31px; color: var(--muted); font-size: 11px; font-weight: 800; }
.service-accent .card-index { color: rgba(255,255,255,.35); }
.service-icon { width: 76px; height: 76px; position: relative; margin-bottom: 52px; display: flex; align-items: end; justify-content: center; gap: 5px; border-radius: 20px; background: var(--lime); }
.icon-browser { display: block; padding: 18px 14px 13px; }
.icon-browser:before { content: ""; display: block; height: 30px; border: 2px solid var(--ink); border-radius: 5px; }
.icon-browser:after { content: ""; position: absolute; left: 15px; right: 15px; top: 27px; border-top: 2px solid var(--ink); }
.icon-browser i { position: absolute; width: 3px; height: 3px; border-radius: 50%; top: 23px; background: var(--ink); }
.icon-browser i:nth-child(1) { left: 20px; }.icon-browser i:nth-child(2) { left: 26px; }.icon-browser i:nth-child(3) { left: 32px; }
.icon-traffic { background: var(--violet); padding: 18px 17px; }
.icon-traffic i { width: 7px; background: var(--white); border-radius: 5px 5px 0 0; }
.icon-traffic i:nth-child(1) { height: 14px; }.icon-traffic i:nth-child(2) { height: 23px; }.icon-traffic i:nth-child(3) { height: 32px; }.icon-traffic i:nth-child(4) { height: 42px; background: var(--lime); }
.service-card h3 { margin: 0 0 17px; font-size: 34px; letter-spacing: -1.5px; }
.service-card > p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.7; }
.service-accent > p { color: rgba(255,255,255,.58); }
.service-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; list-style: none; padding: 0; margin: 32px 0 47px; font-size: 13px; font-weight: 650; }
.service-card li:before { content: "✓"; margin-right: 9px; color: var(--violet); font-weight: 900; }
.service-accent li:before { color: var(--lime); }
.service-card > a { position: absolute; left: 46px; bottom: 42px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 900; border-bottom: 1px solid currentColor; padding-bottom: 5px; }

.method { background: var(--violet); }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.method-copy { position: sticky; top: 140px; }
.method-copy .section-kicker { color: var(--ink); }
.method-copy h2 em { color: var(--white); }
.method-copy p { max-width: 420px; margin: 26px 0 30px; line-height: 1.75; color: rgba(11,16,32,.7); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(11,16,32,.22); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 32px 0; border-bottom: 1px solid rgba(11,16,32,.22); }
.steps li > span { font-size: 12px; font-weight: 900; }
.steps h3 { margin: 0 0 9px; font-size: 25px; letter-spacing: -1px; }
.steps p { margin: 0; color: rgba(11,16,32,.68); line-height: 1.65; }

.work { background: #eae8e2; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.project-card { min-width: 0; }
.project-card:first-child { grid-column: 1 / -1; }
.project-card:first-child .project-screen { height: 530px; }
.project-screen { height: 430px; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: 0 18px 50px rgba(11,16,32,.1); }
.project-tag { display: inline-flex; position: absolute; z-index: 3; margin: 18px; padding: 9px 13px; color: var(--white); background: rgba(11,16,32,.72); backdrop-filter: blur(8px); border-radius: 999px; text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: 1.4px; }
.project-info { display: flex; justify-content: space-between; align-items: center; padding: 20px 3px 0; }
.project-info h3 { margin: 0; font-size: 19px; }
.project-info span { color: var(--muted); font-size: 12px; }
.screen-health { background: #ded9ce; padding: 50px; }
.screen-nav { height: 55px; display: flex; align-items: center; gap: 21px; padding: 0 24px; border-radius: 12px 12px 0 0; background: #fbfaf7; color: #173f36; }
.screen-nav span { margin-right: auto; font-family: Georgia, serif; font-size: 20px; font-weight: 800; }
.screen-nav i { width: 36px; height: 4px; background: #bdc9c0; border-radius: 4px; }
.screen-hero { height: calc(100% - 55px); position: relative; z-index: 1; padding: 55px; background: #f7f5f0; color: #173f36; }
.screen-hero small, .course-copy small, .ad-copy small { display: block; margin-bottom: 13px; letter-spacing: 2px; font-size: 8px; font-weight: 900; }
.screen-hero strong { display: block; font-family: Georgia, serif; font-size: clamp(32px,4.2vw,60px); line-height: 1; }
.screen-hero button, .course-copy button, .ad-copy button { margin-top: 25px; padding: 12px 17px; border: 0; border-radius: 999px; color: var(--white); background: #2e7663; font-size: 9px; font-weight: 800; }
.screen-circle { position: absolute; right: 4%; bottom: -22%; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle at 50% 30%, #f0cdb8, #bc715d 43%, #173f36 44%, #173f36 57%, #90ad9b 58%); }
.screen-course { padding: 52px 45px; color: var(--white); background: linear-gradient(135deg, #151530, #302363); }
.screen-course:after { content:""; position: absolute; width: 290px; height: 290px; right: -45px; bottom: -85px; border-radius: 50%; background: radial-gradient(circle at 42% 35%, #b7ff58, #4a9472 38%, #24204b 39%, #24204b 54%, #8d7cff 55%, #8d7cff 69%, transparent 70%); }
.screen-course .screen-nav { position: absolute; left: 24px; right: 24px; top: 18px; height: 35px; padding: 0; color: var(--white); background: transparent; }
.screen-course .screen-nav span { font-family: inherit; font-size: 13px; }
.screen-course .screen-nav i { background: var(--lime); width: 45px; }
.course-copy { position: relative; z-index: 2; margin-top: 65px; }
.course-copy strong { display: block; font-size: clamp(29px,3.2vw,46px); line-height: 1.05; letter-spacing: -2px; }
.course-copy button { background: var(--lime); color: var(--ink); }
.course-stat { position: absolute; z-index: 2; right: 28px; bottom: 25px; display: flex; flex-direction: column; padding: 16px 20px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; backdrop-filter: blur(8px); }
.course-stat b { font-size: 24px; color: var(--lime); }.course-stat span { font-size: 8px; opacity: .7; }
.screen-local { padding: 34px; background: #ddd8cf; }
.ad-top, .ad-copy { width: 82%; margin: 0 auto; padding: 13px 15px; background: var(--white); }
.ad-top { display: flex; align-items: center; gap: 8px; border-radius: 11px 11px 0 0; }
.ad-top > span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--white); background: #263638; border-radius: 50%; font-size: 10px; font-weight: 900; }
.ad-top div { display: flex; flex-direction: column; }.ad-top b { font-size: 9px; }.ad-top small { color: var(--muted); font-size: 7px; }.ad-top i { margin-left: auto; font-size: 9px; }
.ad-image { width: 82%; height: 170px; margin: 0 auto; overflow: hidden; background: #b7aa97; }
.room { height: 100%; position: relative; background: linear-gradient(160deg, #d1c8bb 56%, #756b60 57%); }
.room:before { content:""; position: absolute; width: 130px; height: 65px; left: 50%; bottom: 14px; transform: translateX(-50%); background: #67594e; border-radius: 15px 15px 5px 5px; box-shadow: 0 -20px 0 -10px #a59b8c; }
.room i { position:absolute; width: 55px; height: 75px; bottom: 52px; background: #365b4c; border-radius: 70% 10% 65% 15%; transform: rotate(-12deg); }.room i:nth-child(1){left:13%;}.room i:nth-child(2){right:12%; transform:rotate(17deg);}.room i:nth-child(3){width:95px;height:5px;left:42%;bottom:100px;border-radius:0;background:#524b44;}
.ad-copy { display: grid; grid-template-columns: 1fr auto; align-items: center; border-radius: 0 0 11px 11px; }
.ad-copy small { grid-column:1; margin:0; color:var(--muted); }.ad-copy strong { grid-column:1; font-family:Georgia,serif;font-size:16px;}.ad-copy button{grid-column:2;grid-row:1/3;margin:0;background:#263638;}

.difference { color: var(--white); background: var(--ink); }
.difference-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.difference-title h2 em { color: var(--lime); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.benefit { min-height: 245px; padding: 31px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.benefit > span { display: block; margin-bottom: 47px; color: var(--lime); font-size: 25px; }
.benefit h3 { margin: 0 0 10px; font-size: 18px; }
.benefit p { margin: 0; color: rgba(255,255,255,.5); line-height: 1.65; font-size: 13px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro p { max-width: 360px; margin: 23px 0 28px; color: var(--muted); line-height: 1.7; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 0; color: var(--ink); background: transparent; border: 0; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button i { width: 29px; height: 29px; flex: 0 0 auto; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-style: normal; transition: transform .25s, background .25s; }
.faq-item.open button i { transform: rotate(45deg); background: var(--violet); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); line-height: 1.75; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 28px; }

.contact { padding: 120px 0; color: var(--white); background: #171d31; position: relative; overflow: hidden; }
.contact:before { content:""; position:absolute; width:520px;height:520px;left:-260px;bottom:-280px;border-radius:50%;background:var(--violet);filter:blur(130px);opacity:.2; }
.contact-grid { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; }
.light-kicker { color: var(--lime); }
.contact h2 em { color: var(--lime); }
.contact-copy > p { max-width: 470px; margin: 27px 0 36px; color: rgba(255,255,255,.56); line-height: 1.75; }
.contact-details { display: flex; flex-direction: column; align-items: start; gap: 12px; font-size: 13px; font-weight: 750; }
.contact-details a { border-bottom: 1px solid rgba(255,255,255,.28); padding-bottom: 4px; }
.contact-form { padding: 36px; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.contact-form label { display: block; margin-bottom: 18px; color: #303543; font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 15px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #d9dbe1; border-radius: 0; outline: 0; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--violet); }
.contact-form ::placeholder { color: #a0a3ad; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-button { width: 100%; margin-top: 6px; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 9px; }

.footer { padding: 55px 0 24px; color: var(--white); background: #080c18; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 50px; }
.footer-top > p { max-width: 350px; margin: 0; color: rgba(255,255,255,.45); line-height: 1.65; font-size: 13px; }
.social-links { display: flex; justify-content: end; gap: 21px; font-size: 12px; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 49px; padding: 0 18px 0 11px; color: var(--ink); background: var(--lime); border-radius: 999px; box-shadow: 0 15px 40px rgba(0,0,0,.22); font-size: 11px; font-weight: 850; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float > span:first-child { width: 29px; height: 29px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-size: 18px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero h1 { font-size: clamp(52px,7vw,72px); }
  .floating-leads { right: 0; }
  .floating-site { left: -5px; }
  .method-grid, .difference-grid, .contact-grid { gap: 55px; }
  .faq-grid { gap: 60px; }
  .screen-circle { right: -7%; }
}

@media (max-width: 820px) {
  :root { --container: min(680px, calc(100% - 32px)); }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: rgba(11,16,32,.98); font-size: 22px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s, visibility .25s, transform .25s; }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links .button { font-size: 14px; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; padding: 85px 0 145px; }
  .hero h1 { font-size: clamp(52px,11vw,78px); letter-spacing: -4px; }
  .hero-visual { min-height: 510px; margin-top: 20px; }
  .dashboard-card { width: min(430px, 86%); }
  .floating-leads { right: 4%; }.floating-site { left: 3%; }
  .section { padding: 90px 0; }
  .section-heading, .method-grid, .difference-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-heading { margin-bottom: 48px; }
  .service-card { padding: 36px; }
  .service-card > a { left: 36px; }
  .method-copy, .faq-intro { position: static; }
  .work-grid { grid-template-columns: 1fr; }
  .project-card:first-child { grid-column: auto; }
  .project-card:first-child .project-screen, .project-screen { height: 430px; }
  .screen-health { padding: 35px 24px; }
  .screen-hero { padding: 55px 30px; }
  .screen-circle { width: 260px; height: 260px; right: -15%; bottom: -8%; }
  .difference-grid { gap: 55px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 610px) {
  .hero-grid { padding-top: 68px; }
  .hero h1 { font-size: clamp(45px,13vw,60px); letter-spacing: -3px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .trust-list { gap: 12px 18px; }
  .hero-visual { min-height: 420px; margin-top: 28px; }
  .dashboard-card { width: 93%; min-height: 345px; padding: 18px; }
  .chart { height: 92px; }
  .dash-number { font-size: 45px; }
  .floating-card { min-width: 168px; padding: 11px; }
  .floating-leads { top: 42px; right: -1%; }.floating-site { bottom: 25px; left: -1%; }
  .orbit-one { width: 410px; height: 410px; }.orbit-two { width: 300px; height: 300px; }
  .section-heading h2, .method-copy h2, .difference-title h2, .faq-intro h2, .contact h2 { font-size: 44px; letter-spacing: -2.5px; }
  .section-heading { gap: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 590px; padding: 31px 25px; }
  .service-icon { margin-bottom: 37px; }
  .service-card ul { grid-template-columns: 1fr; }
  .service-card > a { left: 25px; bottom: 32px; }
  .steps li { grid-template-columns: 45px 1fr; }
  .project-card:first-child .project-screen, .project-screen { height: 340px; }
  .screen-health { padding: 30px 15px; }
  .screen-nav i { display:none; }
  .screen-hero { padding: 42px 22px; }
  .screen-hero strong { font-size: 34px; }
  .screen-circle { width: 210px; height: 210px; right: -25%; }
  .screen-course { padding: 45px 24px; }
  .course-copy strong { font-size: 30px; }
  .course-stat { right: 16px; bottom: 15px; }
  .screen-local { padding: 27px 8px; }
  .ad-top, .ad-copy, .ad-image { width: 92%; }
  .ad-copy button { padding: 9px; }
  .project-info { display: block; }.project-info span { display:block; margin-top:4px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 215px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 27px 21px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .social-links { justify-content: start; }
  .footer-bottom { flex-direction: column; gap: 11px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 11px; }
  .whatsapp-float > span:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
