:root {
  --blue-950: #082653;
  --blue-900: #0a326c;
  --blue-800: #0b4faa;
  --blue-700: #1768cf;
  --blue-100: #e9f2ff;
  --orange: #ff850e;
  --orange-soft: #fff1e2;
  --ink: #10233e;
  --muted: #607089;
  --line: #dfe7f1;
  --surface: #f5f8fc;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 20px 60px rgba(15, 48, 91, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.94); border-bottom-color: rgba(16,35,62,.08); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(16,35,62,.06); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; width: 186px; padding: 6px 8px; border-radius: 10px; background: white; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; color: #31445e; font-size: 14px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: -8px; left: 50%; height: 2px; background: var(--orange); transition: .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; left: 0; }
.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; border: 0; background: none; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid var(--blue-800); border-radius: 13px; background: var(--blue-800); color: white; font-weight: 800; font-size: 14px; box-shadow: 0 10px 26px rgba(11,79,170,.22); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--blue-700); box-shadow: 0 14px 34px rgba(11,79,170,.28); }
.button-small { min-height: 44px; padding: 0 17px; border-radius: 11px; }
.button-ghost { border-color: #ccd9e8; background: rgba(255,255,255,.62); color: var(--ink); box-shadow: none; }
.button-ghost:hover { background: white; }
.button-white { border-color: white; background: white; color: var(--blue-900); box-shadow: none; }
.button-white:hover { background: var(--orange-soft); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: #fff; font-weight: 800; }

.hero { position: relative; min-height: 840px; padding-top: 82px; overflow: hidden; background: linear-gradient(125deg, #f7fbff 0%, #eef6ff 52%, #fff8ef 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#7ca6d6 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; min-height: 650px; padding-top: 60px; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-800); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 25px; height: 3px; border-radius: 99px; background: var(--orange); }
.eyebrow-light { color: #bbd8ff; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(46px, 5.8vw, 78px); line-height: 1.03; letter-spacing: -.055em; font-weight: 800; }
.hero h1 em { color: var(--blue-800); font-style: normal; }
.hero-lead { max-width: 610px; margin: 26px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; gap: 0; margin-top: 54px; }
.hero-trust div { min-width: 130px; padding: 0 24px; border-left: 1px solid var(--line); }
.hero-trust div:first-child { padding-left: 0; border: 0; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { color: var(--blue-900); font-size: 20px; line-height: 1.25; }
.hero-trust span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; align-self: end; height: 620px; }
.hero-person { position: absolute; z-index: 2; right: -26px; bottom: 0; width: 620px; filter: drop-shadow(0 26px 35px rgba(26,59,101,.13)); }
.visual-ring { position: absolute; right: 0; bottom: 60px; width: 510px; aspect-ratio: 1; border: 70px solid rgba(11,79,170,.08); border-radius: 50%; }
.visual-ring::after { content: ""; position: absolute; inset: 40px; border: 2px dashed rgba(11,79,170,.22); border-radius: 50%; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(255,255,255,.90); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; white-space: nowrap; }
.floating-card strong { font-size: 14px; }
.floating-card small { color: var(--muted); font-size: 10px; }
.speed-card { top: 170px; right: -14px; }
.support-card { bottom: 88px; left: 5px; }
.signal { height: 30px; display: flex; gap: 3px; align-items: end; }
.signal i { width: 5px; border-radius: 8px; background: var(--blue-700); }
.signal i:nth-child(1) { height: 10px; } .signal i:nth-child(2) { height: 19px; } .signal i:nth-child(3) { height: 28px; }
.status-dot { width: 14px; height: 14px; border: 4px solid #d8f7e5; border-radius: 50%; background: #25b866; box-sizing: content-box; }
.trust-strip { position: relative; z-index: 3; height: 108px; display: flex; align-items: center; gap: 45px; padding: 18px 28px; border: 1px solid rgba(16,35,62,.08); border-radius: 22px 22px 0 0; background: rgba(255,255,255,.86); box-shadow: 0 -10px 40px rgba(20,52,92,.05); backdrop-filter: blur(12px); }
.trust-strip > span { max-width: 150px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.trust-logos { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-logos img { max-width: 110px; max-height: 42px; object-fit: contain; filter: grayscale(1); opacity: .62; transition: .2s; }
.trust-logos img:hover { filter: none; opacity: 1; }

.section-heading h2, .benefit-intro h2, .about-copy h2, .contact h2 { margin: 0; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.split-heading > p { max-width: 480px; margin: 0 0 5px; }
.packages { background: white; }
.package-tabs { width: max-content; display: flex; gap: 5px; margin-bottom: 30px; padding: 5px; border-radius: 13px; background: var(--surface); }
.tab-button { padding: 11px 18px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); font-family: inherit; font-weight: 800; cursor: pointer; }
.tab-button.active { background: white; color: var(--blue-800); box-shadow: 0 4px 15px rgba(20,52,92,.09); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-grid[hidden] { display: none !important; }
.price-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 35px rgba(15,48,91,.055); transition: .25s; }
.price-card:hover { transform: translateY(-5px); border-color: #b9cce3; box-shadow: var(--shadow); }
.featured-card { border: 2px solid var(--blue-700); box-shadow: 0 20px 55px rgba(11,79,170,.14); }
.popular-badge { position: absolute; top: 0; right: 24px; transform: translateY(-50%); padding: 6px 12px; border-radius: 99px; background: var(--orange); color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-top { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.package-label { margin-top: 7px; color: var(--blue-800); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.speed { color: var(--blue-900); font-size: 36px; line-height: 1; font-weight: 800; letter-spacing: -.05em; }
.speed small { font-size: 12px; letter-spacing: 0; }
.price-card > p { min-height: 54px; margin: 24px 0 22px; color: var(--muted); font-size: 13px; }
.price { min-height: 64px; display: flex; align-items: baseline; gap: 6px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.price strong { font-size: 24px; letter-spacing: -.035em; }
.price span { color: var(--muted); font-size: 11px; }
.custom-price { align-items: flex-start; flex-direction: column; gap: 0; }
.check-list { display: grid; gap: 12px; margin: 24px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-800); font-size: 10px; font-weight: 900; }
.card-button { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border-radius: 11px; background: var(--surface); color: var(--blue-900); font-size: 13px; font-weight: 800; transition: .2s; }
.card-button:hover { background: var(--blue-800); color: white; }
.featured-card .card-button { background: var(--blue-800); color: white; }
.featured-card .card-button:hover { background: var(--blue-700); }
.package-note { margin: 24px 0 0; color: #7a8798; font-size: 11px; }

.benefits { color: white; background: var(--blue-950); }
.benefits-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; }
.benefit-intro { position: sticky; top: 120px; align-self: start; }
.benefit-intro p { margin: 28px 0 28px; color: #b8c9df; }
.benefit-list { display: grid; }
.benefit-list article { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.benefit-list article:first-child { padding-top: 0; }
.benefit-list article:last-child { border: 0; }
.benefit-list .number { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #8ab8f3; font-size: 11px; }
.benefit-list h3 { margin: 0 0 8px; font-size: 22px; }
.benefit-list p { margin: 0; color: #afc1d8; font-size: 14px; }

.solutions { background: var(--surface); }
.centered-heading { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p { max-width: 630px; margin: 20px auto 0; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { position: relative; min-height: 286px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: .25s; }
.solution-card:hover { z-index: 2; transform: translateY(-4px); box-shadow: var(--shadow); }
.solution-card img { width: 44px; height: 44px; object-fit: contain; margin-bottom: 27px; }
.solution-card > span { position: absolute; top: 34px; right: 34px; color: #b6c1cf; font-size: 11px; font-weight: 800; }
.solution-card h3 { margin: 0 0 11px; font-size: 18px; }
.solution-card p { margin: 0; color: var(--muted); font-size: 13px; }

.about-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 95px; }
.about-visual { position: relative; min-height: 560px; display: grid; place-items: center; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, #edf5ff, #fff3e6); }
.about-visual::before { content: ""; position: absolute; width: 320px; height: 320px; border: 60px solid rgba(255,133,14,.12); border-radius: 50%; }
.about-visual img { position: relative; width: 90%; z-index: 1; }
.about-stat { position: absolute; z-index: 2; right: 24px; bottom: 24px; padding: 18px 22px; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.about-stat strong, .about-stat span { display: block; }
.about-stat strong { color: var(--blue-800); font-size: 26px; }
.about-stat span { color: var(--muted); font-size: 10px; }
.about-copy > p { margin: 25px 0 27px; color: var(--muted); }
.about-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.about-options article { padding: 20px; border-left: 3px solid var(--orange); background: var(--surface); }
.about-options span { color: var(--blue-800); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.about-options h3 { margin: 7px 0; font-size: 16px; }
.about-options p { margin: 0; color: var(--muted); font-size: 11px; }
.metrics { display: flex; gap: 30px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.metrics strong, .metrics span { display: block; }
.metrics strong { color: var(--blue-900); font-size: 21px; }
.metrics span { color: var(--muted); font-size: 10px; }

.contact { padding-top: 20px; }
.contact-box { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 60px 68px; border-radius: 30px; color: white; background: linear-gradient(125deg, var(--blue-900), var(--blue-800)); box-shadow: 0 28px 70px rgba(11,79,170,.22); }
.contact-copy > p { max-width: 540px; margin: 22px 0 28px; color: #c7dbf5; }
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: center; }
.contact-info article { display: flex; gap: 13px; align-items: flex-start; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.08); }
.contact-icon { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.13); color: #ffd2a6; font-size: 10px; font-weight: 800; }
.contact-info small, .contact-info a, .contact-info address { display: block; }
.contact-info small { color: #a9c8ed; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.contact-info a, .contact-info address { margin-top: 4px; color: white; font-size: 12px; font-weight: 700; font-style: normal; line-height: 1.55; }

.site-footer { margin-top: 112px; padding: 72px 0 0; color: #c0cde0; background: #071c39; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 65px; padding-bottom: 58px; }
.footer-logo { width: 205px; margin-bottom: 20px; padding: 9px 10px; border-radius: 11px; background: white; }
.footer-brand p { max-width: 320px; margin: 0; font-size: 13px; }
.footer-grid h3 { margin: 0 0 18px; color: white; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid span { font-size: 11px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-bottom-links { display: flex; gap: 18px; align-items: center; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 8px 14px 8px 8px; border: 1px solid rgba(255,255,255,.55); border-radius: 99px; background: #1fbd67; color: white; box-shadow: 0 12px 30px rgba(5,77,35,.28); }
.whatsapp-float span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: white; color: #159c50; font-size: 9px; font-weight: 900; }
.whatsapp-float b { font-size: 11px; }

.policy-page { background: var(--surface); }
.policy-page .site-footer { margin-top: 0; }
.policy-hero { position: relative; overflow: hidden; padding: 170px 0 90px; background: linear-gradient(125deg, #f7fbff 0%, #edf5ff 55%, #fff5e9 100%); }
.policy-hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(#7ca6d6 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.policy-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: end; }
.policy-hero h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 5.2vw, 74px); line-height: 1.04; letter-spacing: -.052em; font-weight: 800; color: var(--blue-950); }
.policy-hero p { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.policy-summary { padding: 28px; border: 1px solid rgba(16,35,62,.08); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.policy-summary strong, .policy-summary span { display: block; }
.policy-summary strong { color: var(--blue-800); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.policy-summary span { margin: 7px 0 22px; color: var(--blue-950); font-weight: 800; }
.text-link-dark { color: var(--blue-800); }
.policy-section { padding-top: 80px; background: var(--surface); }
.policy-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 54px; align-items: start; }
.policy-toc { position: sticky; top: 112px; display: grid; gap: 10px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 30px rgba(15,48,91,.05); }
.policy-toc span { margin-bottom: 6px; color: var(--blue-800); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.policy-toc a { padding: 8px 0; border-bottom: 1px solid #edf2f8; color: var(--muted); font-size: 12px; font-weight: 800; }
.policy-toc a:last-child { border-bottom: 0; }
.policy-toc a:hover { color: var(--blue-800); }
.policy-content { padding: 48px 56px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 20px 55px rgba(15,48,91,.06); }
.policy-content section + section { margin-top: 44px; padding-top: 40px; border-top: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 16px; color: var(--blue-950); font-size: 26px; line-height: 1.25; letter-spacing: -.025em; }
.policy-content p { margin: 0 0 16px; color: var(--muted); font-size: 15px; }
.policy-content p:last-child { margin-bottom: 0; }
.policy-content ul { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.policy-content li { position: relative; padding-left: 27px; color: var(--muted); font-size: 14px; }
.policy-content li::before { content: ""; position: absolute; left: 3px; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }
.policy-contact { border-radius: 22px; }
.policy-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.policy-contact-grid a { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); transition: .2s; }
.policy-contact-grid a:hover { transform: translateY(-2px); border-color: #b9cce3; background: white; box-shadow: 0 14px 35px rgba(15,48,91,.08); }
.policy-contact-grid small, .policy-contact-grid strong { display: block; }
.policy-contact-grid small { color: var(--blue-800); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.policy-contact-grid strong { margin-top: 6px; color: var(--blue-950); font-size: 14px; }

@media (max-width: 1060px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; }
  .hero-visual { height: 540px; }
  .hero-person { width: 530px; }
  .benefits-grid, .about-grid { gap: 55px; }
  .contact-box { gap: 45px; padding: 50px; }
  .policy-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .policy-summary { max-width: 460px; }
}

@media (max-width: 860px) {
  .section { padding: 86px 0; }
  .nav-wrap { height: 72px; }
  .brand { width: 165px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 72px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .main-nav a::after { display: none; }
  .nav-cta { display: none; }
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { width: min(600px, 100%); height: 500px; margin: 0 auto; }
  .hero-person { right: 0; width: 540px; }
  .trust-strip { height: auto; flex-direction: column; align-items: flex-start; gap: 20px; }
  .trust-strip > span { max-width: none; }
  .trust-logos { width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .package-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .price-card > p { min-height: 0; }
  .benefits-grid, .about-grid, .contact-box { grid-template-columns: 1fr; }
  .benefit-intro { position: static; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .about-visual { min-height: 460px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .policy-hero { padding: 140px 0 72px; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-toc { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .policy-toc span { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .hero-grid { padding-top: 48px; }
  .hero h1 { font-size: 45px; }
  .hero-lead { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { justify-content: space-between; margin-top: 38px; }
  .hero-trust div { min-width: 0; padding: 0 11px; }
  .hero-trust strong { font-size: 16px; }
  .hero-trust span { max-width: 80px; font-size: 9px; }
  .hero-visual { height: 390px; }
  .hero-person { width: 430px; right: -24px; }
  .visual-ring { width: 340px; border-width: 45px; }
  .floating-card { padding: 11px 12px; }
  .speed-card { top: 90px; right: 0; }
  .support-card { bottom: 35px; left: 0; }
  .trust-strip { margin-top: 20px; border-radius: 18px 18px 0 0; }
  .trust-logos { gap: 25px; }
  .trust-logos img { max-width: 76px; max-height: 30px; }
  .section-heading h2, .benefit-intro h2, .about-copy h2, .contact h2 { font-size: 36px; }
  .package-tabs { width: 100%; }
  .tab-button { flex: 1; padding-inline: 8px; font-size: 12px; }
  .price-card { padding: 25px; }
  .benefits-grid { gap: 52px; }
  .benefit-list article { grid-template-columns: 52px 1fr; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; }
  .about-grid { gap: 45px; }
  .about-visual { min-height: 360px; }
  .about-options { grid-template-columns: 1fr; }
  .metrics { justify-content: space-between; gap: 12px; }
  .contact { padding-top: 10px; }
  .contact-box { width: 100%; padding: 42px 24px; border-radius: 0; }
  .contact-info { grid-template-columns: 1fr; }
  .site-footer { margin-top: 72px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 22px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: 1 / 3; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-bottom-links { align-items: flex-start; flex-direction: column; gap: 8px; }
  .whatsapp-float b { display: none; }
  .whatsapp-float { right: 16px; bottom: 16px; padding-right: 8px; }
  .policy-hero { padding: 126px 0 58px; }
  .policy-hero h1 { font-size: 42px; }
  .policy-hero p { font-size: 15px; }
  .policy-summary { padding: 22px; }
  .policy-section { padding-top: 50px; }
  .policy-toc { grid-template-columns: 1fr; }
  .policy-content { padding: 30px 22px; border-radius: 20px; }
  .policy-content h2 { font-size: 22px; }
  .policy-contact-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
