@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #141018;
  --ink-deep: #0b0910;
  --paper: #f7f6f8;
  --paper-strong: #eeebf1;
  --white: #ffffff;
  --muted: #67616c;
  --muted-light: #b9b2bd;
  --purple: #830d8f;
  --magenta: #c329cf;
  --magenta-soft: #e4a9ea;
  --violet-pale: #f2eaf4;
  --line: rgba(20, 16, 24, 0.13);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }

.site { overflow: clip; background: var(--paper); }
.shell { width: min(100% - 80px, 1240px); margin: 0 auto; }
.section { padding: clamp(90px, 10vw, 150px) 0; }

.header { position: absolute; z-index: 15; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); background: linear-gradient(180deg, rgba(7, 6, 10, 0.46), transparent); color: var(--white); }
.header-inner { display: flex; align-items: center; gap: 28px; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand img { width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 50%; background: white; object-fit: cover; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: 0.07em; line-height: 0.8; }
.brand small { color: var(--magenta-soft); font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.main-nav a { color: rgba(255, 255, 255, 0.82); font-size: 12px; font-weight: 600; transition: color 180ms ease; }
.main-nav a:hover { color: var(--magenta-soft); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: 12px; font-weight: 800; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.header-cta { min-height: 40px; margin-left: 12px; padding: 10px 14px; background: var(--magenta); color: white; box-shadow: 0 10px 25px rgba(80, 8, 89, 0.38); }
.header-cta:hover, .button-primary:hover { background: #d932e4; box-shadow: 0 14px 34px rgba(111, 9, 125, 0.28); transform: translateY(-2px); }
.menu-button { display: none; place-items: center; width: 42px; height: 42px; margin-left: auto; border: 1px solid rgba(255, 255, 255, 0.36); background: rgba(20, 16, 24, 0.22); color: white; cursor: pointer; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: min(770px, 100vh); background: #1b1422; color: white; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; z-index: -3; inset: -7% -2% -10%; will-change: transform; }
.hero-image picture { display: block; width: 100%; height: 100%; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7, 6, 10, 0.9) 0%, rgba(7, 6, 10, 0.72) 28%, rgba(7, 6, 10, 0.22) 58%, rgba(7, 6, 10, 0.12) 100%), linear-gradient(0deg, rgba(7, 6, 10, 0.54), transparent 50%); }
.hero-grain { position: absolute; z-index: -1; inset: 0; opacity: 0.38; background-image: linear-gradient(115deg, transparent 0 48%, rgba(229, 169, 234, 0.12) 48.1% 48.2%, transparent 48.3%), radial-gradient(circle at 31% 55%, rgba(195, 41, 207, 0.25), transparent 24%); pointer-events: none; }
.hero-content { display: grid; align-content: end; min-height: min(770px, 100vh); padding: 166px 0 30px; }
.hero-content > div:first-child { max-width: 695px; }
.hero-kicker, .section-label { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--magenta-soft); font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 0.13em; line-height: 1; }
.hero-kicker span { width: 33px; height: 2px; background: var(--magenta); }
.hero h1 { max-width: 690px; margin: 21px 0 23px; color: white; font-family: var(--display); font-size: clamp(4.6rem, 7.15vw, 8.5rem); font-weight: 800; letter-spacing: -0.038em; line-height: 0.79; text-transform: uppercase; }
.hero h1 em { color: var(--magenta-soft); font-style: normal; }
.hero-copy { max-width: 465px; margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 15px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 31px; }
.button { min-height: 49px; padding: 13px 18px; }
.button-primary { background: var(--magenta); color: white; box-shadow: 0 13px 28px rgba(78, 7, 87, 0.28); }
.hero-link, .text-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }
.hero-link { color: white; }
.hero-link svg, .text-cta svg { transition: transform 180ms ease; }
.hero-link:hover svg { transform: translate(3px, 3px); }
.hero-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 55px; color: rgba(255, 255, 255, 0.55); font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.hero-bottom a { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255, 255, 255, 0.36); border-radius: 50%; color: white; animation: hint-bob 2.3s ease-in-out infinite; }
.hero-bottom > :last-child { text-align: right; }

.proof-strip { position: relative; z-index: 2; background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: 0.73fr 0.8fr 1.36fr auto; align-items: stretch; min-height: 110px; }
.proof-grid > * { display: grid; align-content: center; gap: 5px; padding: 18px 27px; border-left: 1px solid var(--line); }
.proof-grid > :first-child { padding-left: 0; border-left: 0; }
.proof-grid strong { color: var(--ink); font-family: var(--display); font-size: 30px; font-weight: 700; line-height: 0.9; letter-spacing: 0.01em; }
.proof-grid span { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.proof-grid span svg { color: var(--magenta); }
.proof-grid a { display: flex; align-items: center; align-self: center; gap: 8px; color: var(--purple); font-size: 12px; font-weight: 800; }

.diagnostic-section { background: var(--paper); }
.diagnostic-grid { display: grid; grid-template-columns: minmax(310px, 0.85fr) minmax(430px, 1.15fr); align-items: center; gap: clamp(52px, 10vw, 154px); }
.section-label { color: var(--purple); }
.section-label i { width: 33px; height: 1px; background: var(--magenta); }
h2 { margin: 23px 0 20px; color: var(--ink); font-family: var(--display); font-size: clamp(3.8rem, 5.6vw, 6.6rem); font-weight: 800; letter-spacing: -0.035em; line-height: 0.82; text-transform: uppercase; }
.lead { max-width: 475px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.text-cta { margin-top: 32px; color: var(--purple); }
.text-cta:hover svg { transform: translate(3px, -3px); }
.diagnostic-panel { position: relative; min-height: 525px; padding: 28px; overflow: hidden; background: #1a111e; color: white; box-shadow: 24px 24px 0 var(--magenta-soft); }
.diagnostic-panel::before { position: absolute; top: -38%; right: -9%; width: 680px; height: 680px; border: 1px solid rgba(235, 183, 241, 0.28); border-radius: 50%; box-shadow: 0 0 0 42px rgba(235, 183, 241, 0.06), 0 0 0 113px rgba(235, 183, 241, 0.04); content: ""; }
.diagnostic-panel::after { position: absolute; right: -4px; bottom: -2px; color: rgba(255, 255, 255, 0.05); content: "PNM"; font-family: var(--display); font-size: 260px; font-weight: 900; letter-spacing: -0.08em; line-height: 0.7; }
.panel-top, .signal-list { position: relative; z-index: 1; display: flex; justify-content: space-between; color: var(--magenta-soft); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; }
.panel-message { position: relative; z-index: 1; max-width: 400px; margin-top: 130px; }
.panel-message svg { color: var(--magenta-soft); }
.panel-message p { margin: 20px 0 8px; color: rgba(255, 255, 255, 0.6); font-size: 13px; }
.panel-message strong { color: white; font-family: var(--display); font-size: clamp(3.6rem, 5vw, 5.5rem); font-weight: 800; letter-spacing: -0.03em; line-height: 0.8; text-transform: uppercase; }
.signal-list { position: absolute; right: 28px; bottom: 26px; left: 28px; gap: 17px; justify-content: flex-start; border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 16px; color: rgba(255, 255, 255, 0.7); font-family: var(--body); font-size: 11px; letter-spacing: 0; }
.signal-list span { display: inline-flex; align-items: center; gap: 7px; }
.signal-list i { width: 7px; height: 7px; background: var(--magenta); border-radius: 50%; }

.charge-section { background: var(--white); }
.charge-grid { display: grid; grid-template-columns: minmax(430px, 1.07fr) minmax(310px, 0.93fr); align-items: center; gap: clamp(52px, 10vw, 145px); }
.charge-visual { position: relative; display: grid; place-items: center; min-height: 470px; overflow: hidden; background: linear-gradient(135deg, #efddf2, #f8f4f8 48%, #e3c0e7); }
.charge-visual::before { position: absolute; inset: 18px; border: 1px solid rgba(128, 13, 143, 0.22); content: ""; }
.charge-number { position: absolute; top: 31px; left: 34px; color: var(--purple); font-family: var(--display); font-size: 19px; font-weight: 800; }
.charge-visual > p { position: absolute; bottom: 28px; left: 34px; color: var(--purple); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; }
.charge-core { position: relative; z-index: 2; display: grid; place-items: center; width: 188px; height: 188px; border: 1px solid var(--purple); border-radius: 50%; background: var(--purple); color: white; box-shadow: 0 0 0 15px rgba(131, 13, 143, 0.1), 0 19px 50px rgba(90, 10, 101, 0.2); text-align: center; }
.charge-core span { margin-top: 8px; font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: 0.03em; line-height: 0.86; }
.charge-orbit { position: absolute; border: 1px solid rgba(131, 13, 143, 0.42); border-radius: 50%; }
.orbit-one { width: 310px; height: 310px; animation: slow-turn 16s linear infinite; }
.orbit-two { width: 410px; height: 410px; border-style: dashed; animation: slow-turn 25s linear infinite reverse; }
.charge-copy > p { max-width: 465px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.charge-copy ul { display: grid; gap: 12px; padding: 0; margin: 30px 0 0; list-style: none; }
.charge-copy li { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 14px; font-weight: 600; }
.charge-copy li svg { color: var(--purple); }

.process-section { background: var(--ink-deep); color: white; }
.process-section .section-label { color: var(--magenta-soft); }
.process-section .section-label span, .process-section h2 { color: white; }
.split-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.5fr); align-items: end; gap: 64px; }
.split-head h2 { margin-bottom: 0; }
.split-head > p { max-width: 330px; margin: 0 0 6px; color: rgba(255, 255, 255, 0.66); font-size: 15px; line-height: 1.7; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 76px; }
.process-step { position: relative; min-height: 286px; padding: 23px 23px 25px; border: 1px solid rgba(255, 255, 255, 0.2); overflow: hidden; }
.process-step::after { position: absolute; right: -5px; bottom: -37px; color: rgba(255, 255, 255, 0.06); content: attr(data-number); font-family: var(--display); font-size: 190px; font-weight: 900; }
.process-step > span { color: var(--magenta-soft); font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: 0.12em; }
.process-step > i { display: block; width: 37px; height: 2px; margin-top: 48px; background: var(--magenta); }
.process-step h3 { position: relative; z-index: 1; margin: 20px 0 11px; font-family: var(--display); font-size: 31px; font-weight: 700; letter-spacing: 0.01em; line-height: 0.9; text-transform: uppercase; }
.process-step p { position: relative; z-index: 1; max-width: 310px; margin: 0; color: rgba(255, 255, 255, 0.63); font-size: 13px; line-height: 1.62; }

.services-section { background: var(--paper); }
.services-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(255px, 0.5fr); align-items: end; gap: 68px; }
.services-head h2 { margin-bottom: 0; }
.services-head > p { max-width: 310px; margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; border: 1px solid var(--line); background: var(--line); }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 282px; padding: 22px; background: var(--paper); transition: background 180ms ease, box-shadow 180ms ease; }
.service-card:hover { z-index: 1; background: white; box-shadow: 0 17px 42px rgba(29, 18, 34, 0.1); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: var(--purple); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: 0.1em; }
.service-card h3 { margin: auto 0 11px; color: var(--ink); font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: 0.01em; line-height: 0.9; text-transform: uppercase; }
.service-card p { margin: 0 0 22px; color: var(--muted); font-size: 12px; line-height: 1.62; }
.service-card a { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(131, 13, 143, 0.34); color: var(--purple); transition: background 180ms ease, color 180ms ease; }
.service-card:hover a { background: var(--purple); color: white; }

.principles-section { background: var(--violet-pale); }
.principles-grid { display: grid; grid-template-columns: minmax(300px, 0.83fr) minmax(440px, 1.17fr); align-items: center; gap: clamp(55px, 10vw, 148px); }
.principles-intro h2 { max-width: 570px; }
.principles-intro p { max-width: 380px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.principles-list { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 15px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.principle-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(131, 13, 143, 0.42); color: var(--purple); }
.principle h3 { margin: 0 0 5px; font-family: var(--display); font-size: 25px; font-weight: 700; letter-spacing: 0.01em; line-height: 0.9; text-transform: uppercase; }
.principle p { max-width: 415px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.principle-index { color: var(--purple); font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; }

.reviews-section { background: white; }
.reviews-summary { display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.reviews-summary h2 { max-width: 635px; margin-bottom: 0; }
.rating-box { display: flex; align-items: center; gap: 15px; min-width: 224px; padding: 21px; background: var(--purple); color: white; }
.rating-box > strong { font-family: var(--display); font-size: 65px; font-weight: 800; line-height: 0.8; }
.rating-box > span { color: rgba(255, 255, 255, 0.83); font-size: 12px; line-height: 1.58; }
.stars { color: #e2b548; font-size: 13px; letter-spacing: 0.08em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 67px; }
.review-card { display: flex; flex-direction: column; min-height: 272px; padding: 25px; background: var(--paper); }
.review-top { display: flex; align-items: center; justify-content: space-between; }
.review-top > :last-child { color: var(--purple); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; }
.review-card blockquote { max-width: 310px; margin: auto 0 26px; color: var(--ink); font-family: var(--display); font-size: 31px; font-weight: 600; letter-spacing: 0.005em; line-height: 0.98; }
.review-card footer { padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.review-note { margin: 23px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.contact-section { padding: clamp(90px, 10vw, 145px) 0; background: var(--ink-deep); color: white; }
.contact-grid { display: grid; grid-template-columns: minmax(310px, 1fr) minmax(410px, 0.95fr); align-items: end; gap: clamp(50px, 10vw, 146px); }
.contact-section .section-label { color: var(--magenta-soft); }
.contact-section .section-label span, .contact-section h2 { color: white; }
.contact-copy h2 { margin-bottom: 21px; font-size: clamp(4.2rem, 6.3vw, 7.4rem); }
.contact-copy h2 em { color: var(--magenta-soft); font-style: normal; }
.contact-copy > p { max-width: 400px; margin: 0 0 32px; color: rgba(255, 255, 255, 0.66); font-size: 16px; line-height: 1.72; }
.contact-card { border-top: 1px solid rgba(255, 255, 255, 0.2); }
.contact-card a { display: grid; grid-template-columns: 39px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 100px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); color: white; transition: padding 180ms ease, background 180ms ease; }
.contact-card a:hover { padding: 0 12px; background: rgba(255, 255, 255, 0.045); }
.contact-card a > svg:first-child { color: var(--magenta-soft); }
.contact-card span { display: grid; gap: 7px; }
.contact-card small { color: var(--magenta-soft); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; }
.contact-card strong { font-family: var(--display); font-size: 23px; font-weight: 600; letter-spacing: 0.01em; line-height: 1.04; }

.floating-whatsapp { position: fixed; z-index: 30; right: max(24px, env(safe-area-inset-right)); bottom: max(24px, env(safe-area-inset-bottom)); display: grid; place-items: center; width: 59px; height: 59px; border: 1px solid rgba(255, 255, 255, 0.76); border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 28px rgba(10, 74, 37, 0.3), 0 0 0 7px rgba(37, 211, 102, 0.11); transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease; }
.floating-whatsapp::before { position: absolute; right: calc(100% + 12px); top: 50%; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, 0.12); background: #141018; color: white; content: "Falar no WhatsApp"; font-size: 11px; font-weight: 700; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(6px, -50%); transition: opacity 180ms ease, transform 180ms ease; }
.floating-whatsapp:hover { background: #20bb59; box-shadow: 0 15px 34px rgba(10, 74, 37, 0.38), 0 0 0 8px rgba(37, 211, 102, 0.15); transform: translateY(-4px); }
.floating-whatsapp:hover::before, .floating-whatsapp:focus-visible::before { opacity: 1; transform: translate(0, -50%); }
.floating-whatsapp:focus-visible { outline: 3px solid rgba(255, 255, 255, 0.92); outline-offset: 4px; }

.footer { background: #07060a; color: white; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 95px; }
.footer p, .footer > a { margin: 0; color: rgba(255, 255, 255, 0.47); font-size: 11px; }
.footer-inner > a { display: inline-flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, 0.56); font-size: 11px; }
.footer-inner > a:hover { color: var(--magenta-soft); }

@keyframes hint-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
@keyframes slow-turn { to { transform: rotate(360deg); } }

@media (max-width: 1020px) {
  .shell { width: min(100% - 56px, 800px); }
  .main-nav { gap: 19px; }
  .header-cta { margin-left: 0; }
  .hero-content { min-height: 720px; }
  .diagnostic-grid, .charge-grid, .principles-grid, .contact-grid { grid-template-columns: 1fr; }
  .diagnostic-grid, .charge-grid, .principles-grid { gap: 62px; }
  .diagnostic-panel { min-height: 490px; }
  .charge-visual { max-width: 740px; width: 100%; }
  .split-head, .services-head { grid-template-columns: 1fr; gap: 25px; }
  .split-head > p, .services-head > p { max-width: 450px; }
  .process-list { grid-template-columns: 1fr; gap: 0; margin-top: 52px; }
  .process-step { min-height: 230px; border-bottom: 0; }
  .process-step:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .process-step > i { margin-top: 30px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-summary { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 47px; }
  .review-card { min-height: 220px; }
  .contact-details { max-width: 670px; }
}

@media (max-width: 690px) {
  .shell { width: min(100% - 34px, 520px); }
  .section { padding: 76px 0; }
  .header { position: sticky; background: rgba(11, 9, 16, 0.94); }
  .header-inner { min-height: 70px; }
  .main-nav, .header-cta { display: none; }
  .menu-button { display: grid; margin-left: auto; }
  .mobile-nav { display: grid; padding-bottom: 18px; }
  .mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 49px; border-top: 1px solid rgba(255, 255, 255, 0.16); color: white; font-family: var(--display); font-size: 19px; letter-spacing: 0.02em; text-transform: uppercase; }
  .brand img { width: 37px; height: 37px; }
  .brand strong { font-size: 21px; }
  .hero { min-height: 770px; }
  .hero-content { min-height: 770px; align-content: end; padding: 152px 0 22px; }
  .hero h1 { font-size: clamp(4.2rem, 18vw, 6.5rem); }
  .hero-copy { font-size: 14px; }
  .hero-bottom { grid-template-columns: 1fr auto; margin-top: 43px; font-size: 10px; }
  .hero-bottom > :last-child { display: none; }
  .diagnostic-grid, .charge-grid, .principles-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .diagnostic-panel { min-height: 490px; }
  .charge-visual { max-width: 740px; width: 100%; }
  .split-head, .services-head, .channel-head { grid-template-columns: 1fr; gap: 25px; }
  .split-head > p, .services-head > p, .channel-intro { max-width: 450px; }
  .process-list { grid-template-columns: 1fr; gap: 0; margin-top: 52px; }
  .process-step { min-height: 230px; border-bottom: 0; }
  .process-step:last-child { border-bottom: 1px solid rgba(20, 16, 24, 0.16); }
  .process-step > i { margin-top: 30px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-summary { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 47px; }
  .review-card { min-height: 220px; }
  .rescue-grid { grid-template-columns: 1fr; gap: 62px; }
  .contact-details { max-width: 670px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding: 43px 0 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; min-height: 96px; gap: 8px; }
  .floating-whatsapp { right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); width: 55px; height: 55px; }
  .floating-whatsapp::before { display: none; }
  .privacy-hero { padding: 76px 0 69px; }
  .privacy-hero-grid { grid-template-columns: 1fr; gap: 43px; }
  .privacy-meta { min-width: 0; padding: 18px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.2); border-left: 0; }
  .privacy-content { padding: 71px 0 84px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 48px; }
  .privacy-nav { position: static; display: flex; flex-wrap: wrap; gap: 10px 17px; }
  .privacy-nav span { width: 100%; margin-bottom: 0; }
  .privacy-article section + section { margin-top: 43px; }
  .privacy-article p, .privacy-article li { font-size: 14px; }
}

/* WordPress runtime adaptations: keep the approved layout while replacing React motion. */
.reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(.99);
  filter: blur(6px);
  transition:
    opacity 1.1s cubic-bezier(.22, 1, .36, 1),
    transform 1.1s cubic-bezier(.22, 1, .36, 1),
    filter 1.1s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform, filter;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.hero-intro,
.hero-bottom {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(.985);
  filter: blur(7px);
  transition:
    opacity 1.15s cubic-bezier(.22, 1, .36, 1),
    transform 1.15s cubic-bezier(.22, 1, .36, 1),
    filter 1.15s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform, filter;
}

.hero-bottom {
  transform: translate3d(0, 16px, 0);
  transition-delay: .46s;
}

body.is-loaded .hero-intro,
body.is-loaded .hero-bottom {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.service-card {
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), border-color .35s ease, background-color .35s ease;
}

.footer-credit {
  margin: 0;
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  transition: color .25s ease;
}

.footer-credit:hover {
  color: var(--magenta-soft);
}

.charge-progress {
  transform: scaleX(0);
}

@media (max-width: 690px) {
  .header .mobile-nav {
    display: none;
  }

  .header.menu-open .mobile-nav {
    display: grid;
  }

  body.menu-open {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .hero-intro,
  .hero-bottom {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .service-card {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
/* Restored final composition */
.charge-scroll-section { position: relative; height: 265svh; background: var(--white); }
.charge-sticky { position: sticky; top: 0; isolation: isolate; height: 100svh; min-height: 640px; overflow: hidden; background: #f5eff4; }
.charge-backdrop { position: absolute; z-index: -3; inset: 0; overflow: hidden; background: #1a111e; backface-visibility: hidden; transform: translateZ(0); will-change: clip-path, opacity; }
.charge-backdrop picture { display: block; width: 100%; height: 100%; }
.charge-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.charge-glow { position: absolute; z-index: -2; inset: 0 42% 0 0; background: radial-gradient(circle at 36% 58%, rgba(160, 18, 169, 0.4), transparent 56%); mix-blend-mode: multiply; pointer-events: none; }
.charge-wash { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(252, 249, 251, 0.02) 0%, rgba(252, 249, 251, 0.14) 40%, rgba(252, 249, 251, 0.88) 52%, rgba(252, 249, 251, 0.98) 62%, #fcfafb 75%); pointer-events: none; }
.charge-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, 0.84fr); align-items: center; height: 100%; }
.charge-copy { grid-column: 2; max-width: 510px; margin-left: auto; padding: 48px 0; }
.charge-copy .section-label { color: var(--purple); }
.charge-copy h2 { max-width: 510px; margin-bottom: 20px; }
.charge-copy > p { max-width: 465px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.charge-copy ul { display: grid; gap: 12px; padding: 0; margin: 30px 0 0; list-style: none; }
.charge-copy li { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 14px; font-weight: 600; }
.charge-copy li svg { color: var(--purple); }
.charge-progress { position: absolute; right: max(28px, calc((100% - 1260px) / 2)); bottom: 26px; width: 86px; height: 2px; background: var(--purple); transform-origin: left; }

.channel-section { background: var(--paper); }
.channel-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr); align-items: end; gap: 68px; }
.channel-head h2 { margin-bottom: 0; }
.channel-head h2 em { color: var(--purple); font-style: normal; }
.channel-intro { max-width: 335px; margin-bottom: 7px; }
.channel-intro p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.channel-intro .text-cta { margin-top: 24px; }
.channel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 68px; }
.channel-card { background: var(--white); border: 1px solid var(--line); transition: box-shadow 180ms ease, transform 180ms ease; }
.channel-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(29, 18, 34, 0.12); }
.channel-frame { aspect-ratio: 16 / 9; background: #0d0910; }
.channel-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.channel-card-footer { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; color: var(--purple); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; }
.channel-card-footer a { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(131, 13, 143, 0.35); color: var(--purple); transition: background 180ms ease, color 180ms ease; }
.channel-card-footer a:hover { background: var(--purple); color: var(--white); }

.rescue-section { position: relative; overflow: hidden; background: var(--purple); color: var(--white); }
.rescue-section::after { position: absolute; right: -4%; bottom: -24%; color: rgba(255, 255, 255, 0.08); content: "24H"; font-family: var(--display); font-size: clamp(13rem, 28vw, 28rem); font-weight: 900; letter-spacing: -0.09em; line-height: 0.7; pointer-events: none; }
.rescue-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr); align-items: center; gap: clamp(52px, 10vw, 145px); }
.rescue-section .section-label { color: var(--magenta-soft); }
.rescue-section h2 { color: var(--white); }
.rescue-copy h2 { margin-bottom: 22px; }
.rescue-copy h2 em { color: var(--magenta-soft); font-style: normal; }
.rescue-copy > p { max-width: 420px; margin: 0 0 30px; color: rgba(255, 255, 255, 0.75); font-size: 16px; line-height: 1.72; }
.rescue-panel { padding: 27px; border: 1px solid rgba(255, 255, 255, 0.28); background: rgba(20, 10, 28, 0.24); }
.rescue-panel-top { display: flex; justify-content: space-between; color: var(--magenta-soft); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; }
.rescue-number { margin-top: 60px; color: var(--white); font-family: var(--display); font-size: clamp(6rem, 11vw, 11rem); font-weight: 800; letter-spacing: -0.06em; line-height: 0.7; }
.rescue-number span { color: var(--magenta-soft); }
.rescue-panel > p { max-width: 260px; margin: 27px 0 36px; color: rgba(255, 255, 255, 0.72); font-size: 14px; line-height: 1.65; }
.rescue-panel > a { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 11px; padding-top: 17px; border-top: 1px solid rgba(255, 255, 255, 0.24); color: var(--white); }
.rescue-panel > a svg:first-child { color: var(--magenta-soft); }
.rescue-panel > a strong { font-family: var(--display); font-size: 20px; font-weight: 600; }

.contact-side { display: grid; gap: 22px; }
.contact-map { border-top: 1px solid rgba(255, 255, 255, 0.2); }
.contact-map-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 57px; color: var(--magenta-soft); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; }
.contact-map-top a { display: inline-flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, 0.72); font-family: var(--body); font-size: 11px; letter-spacing: 0; transition: color 180ms ease; }
.contact-map-top a:hover { color: var(--magenta-soft); }
.contact-map-frame { aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.2); background: #24212a; }
.contact-map-frame iframe { display: block; width: 100%; height: 100%; border: 0; filter: grayscale(0.85) contrast(1.04); }

.footer { background: #07060a; color: white; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.footer-main { display: grid; grid-template-columns: minmax(260px, 1.2fr) minmax(150px, 0.55fr) minmax(200px, 0.75fr); gap: 56px; padding: 56px 0 46px; }
.footer-brand p { max-width: 300px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.48); font-size: 13px; line-height: 1.7; }
.footer-nav, .footer-socials { display: grid; align-content: start; justify-items: start; gap: 11px; }
.footer-kicker { display: block; margin-bottom: 8px; color: var(--magenta-soft); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; }
.footer-nav a, .footer-socials a { display: inline-flex; align-items: center; gap: 7px; width: max-content; color: rgba(255, 255, 255, 0.7); font-size: 12px; transition: color 180ms ease, transform 180ms ease; }
.footer-nav a:hover, .footer-socials a:hover { color: var(--magenta-soft); transform: translateX(3px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.footer-bottom p, .footer-bottom span { margin: 0; color: rgba(255, 255, 255, 0.42); font-size: 11px; }
.footer-credit { margin: 0; color: rgba(255, 255, 255, 0.52); font-size: 11px; }

.privacy-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.privacy-header { background: var(--ink-deep); color: var(--white); }
.privacy-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; }
.privacy-back { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.72); font-size: 12px; font-weight: 700; transition: color 180ms ease, transform 180ms ease; }
.privacy-back:hover { color: var(--magenta-soft); transform: translateX(-3px); }
.privacy-hero { padding: 102px 0 90px; background: var(--ink-deep); color: var(--white); }
.privacy-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; }
.privacy-kicker { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--magenta-soft); font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 0.13em; }
.privacy-kicker i { width: 33px; height: 2px; background: var(--magenta); }
.privacy-hero h1 { max-width: 700px; margin: 25px 0 23px; color: var(--white); font-family: var(--display); font-size: clamp(4.6rem, 8vw, 8.6rem); font-weight: 800; letter-spacing: -0.04em; line-height: 0.79; text-transform: uppercase; }
.privacy-hero h1 em { color: var(--magenta-soft); font-style: normal; }
.privacy-hero-copy { max-width: 510px; margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 16px; line-height: 1.7; }
.privacy-meta { display: grid; gap: 8px; min-width: 185px; padding: 18px 0 3px 24px; border-left: 1px solid rgba(255, 255, 255, 0.2); }
.privacy-meta span { color: var(--magenta-soft); font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; }
.privacy-meta strong { margin: 6px 0 17px; font-family: var(--display); font-size: 25px; font-weight: 700; line-height: 0.9; }
.privacy-content { padding: clamp(74px, 9vw, 122px) 0; background: var(--paper); }
.privacy-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); align-items: start; gap: clamp(48px, 9vw, 105px); }
.privacy-nav { position: sticky; top: 28px; display: grid; align-content: start; justify-items: start; gap: 10px; }
.privacy-nav span { margin-bottom: 8px; color: var(--purple); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; }
.privacy-nav a { color: var(--muted); font-size: 12px; line-height: 1.35; transition: color 180ms ease, transform 180ms ease; }
.privacy-nav a:hover { color: var(--purple); transform: translateX(3px); }
.privacy-article { max-width: 760px; }
.privacy-article section + section { margin-top: 54px; }
.privacy-article h2 { margin: 0 0 15px; font-size: clamp(2.7rem, 4.1vw, 4.6rem); line-height: 0.84; }
.privacy-article p, .privacy-article li { color: var(--muted); font-size: 15px; line-height: 1.82; }
.privacy-article p { margin: 0; }
.privacy-article ul { display: grid; gap: 9px; padding-left: 21px; margin: 0; }
.privacy-article li::marker { color: var(--magenta); }
.privacy-article a { color: var(--purple); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.privacy-note { margin-top: 54px !important; padding: 19px 21px; border-left: 2px solid var(--magenta); background: var(--violet-pale); color: var(--ink) !important; font-size: 13px !important; line-height: 1.65 !important; }
.privacy-page-footer .footer-bottom { border-top-color: rgba(255, 255, 255, 0.14); }

@media (max-width: 1020px) {
  .charge-content { grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.88fr); }
  .channel-head { grid-template-columns: 1fr; gap: 25px; }
  .channel-intro { max-width: 450px; }
  .rescue-grid { grid-template-columns: 1fr; gap: 62px; }
}
@media (max-width: 690px) {
  .proof-strip { overflow: hidden; }
  .proof-grid { grid-template-columns: 1fr; min-height: 92px; }
  .proof-grid > * { display: none; }
  .proof-grid > :last-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 92px;
    padding: 18px 0;
    border-left: 0;
    white-space: nowrap;
  }
  .charge-scroll-section { height: 225svh; }
  .charge-sticky { min-height: 0; }
  .charge-backdrop img { object-position: center bottom; }
  .charge-glow { inset: 0; background: radial-gradient(circle at 28% 36%, rgba(160, 18, 169, 0.3), transparent 46%); }
  .charge-wash { background: linear-gradient(180deg, rgba(249, 246, 247, 0.98) 0%, rgba(249, 246, 247, 0.94) 34%, rgba(249, 246, 247, 0.62) 57%, rgba(249, 246, 247, 0.17) 78%, rgba(249, 246, 247, 0.04) 100%); }
  .charge-content { display: flex; align-items: flex-start; }
  .charge-copy { width: 100%; margin: 0; padding: 74px 0 40px; }
  .charge-copy h2 { margin-top: 19px; font-size: clamp(3.55rem, 15.5vw, 5.1rem); }
  .charge-copy > p { font-size: 14px; }
  .charge-copy ul { gap: 11px; }
  .charge-progress { right: 17px; bottom: 23px; width: 58px; }
  .channel-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .channel-head { gap: 19px; }
  .channel-intro p { font-size: 14px; }
  .rescue-grid { gap: 47px; }
  .rescue-panel { padding: 20px; }
  .rescue-number { margin-top: 48px; font-size: clamp(5.8rem, 24vw, 8rem); }
  .rescue-copy > p { font-size: 14px; }
  .contact-side { gap: 18px; }
  .contact-map-frame { aspect-ratio: 16 / 10; }
  .contact-card a { grid-template-columns: 31px minmax(0, 1fr) 17px; gap: 11px; min-height: 97px; }
  .contact-card strong { font-size: 20px; }
  .contact-card a > svg:first-child { width: 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding: 43px 0 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; min-height: 96px; gap: 8px; }
  .privacy-hero { padding: 76px 0 69px; }
  .privacy-hero-grid { grid-template-columns: 1fr; gap: 43px; }
  .privacy-meta { min-width: 0; padding: 18px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.2); border-left: 0; }
  .privacy-content { padding: 71px 0 84px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 48px; }
  .privacy-nav { position: static; display: flex; flex-wrap: wrap; gap: 10px 17px; }
  .privacy-nav span { width: 100%; margin-bottom: 0; }
  .privacy-article section + section { margin-top: 43px; }
  .privacy-article p, .privacy-article li { font-size: 14px; }
}
