/* Shared Ecuafact visual system, based on the supplied Home design. */
:root {
    color-scheme: light;
    --blue: #0769ed;
    --blue-hover: #053ac0;
    --navy: #082579;
    --ink: #101116;
    --muted: #555b66;
    --surface: #f3f4f6;
    --line: #e4e7eb;
    --radius: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: #fff;
    font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font-size: 16px; line-height: 1.55; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
h1, h2, h3, p { margin: 0; }
h2 { font-size: clamp(30px, 3.25vw, 54px); line-height: 1.1; letter-spacing: -1.5px; }
h3 { line-height: 1.18; letter-spacing: -.55px; }
ul { margin: 0; padding: 0; list-style: none; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.container { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.wide { width: min(1720px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--navy); color: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 11px 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; line-height: 1.4; font-weight: 700; transition: background .18s ease, box-shadow .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover { background: var(--blue-hover); box-shadow: 0 6px 20px #0769ed20; }
.button-secondary { background: #f1f3f6; color: #0548b2; }
.button-secondary:hover { background: #e8edf6; }
.button-white { background: white; color: #084cad; }
.button-outline { border-color: #fff9; color: white; background: #0759bc; }
.button-small { min-height: 34px; padding: 7px 15px; font-size: 12px; }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 14px; }
.eyebrow { display: inline-block; padding: 4px 14px; border-radius: 999px; background: #f2f3f4; color: #292c33; font-size: 14px; line-height: 1.4; font-weight: 700; }
.section-heading { text-align: center; max-width: 960px; margin: 0 auto 54px; }
.section-heading h2 { margin-top: 16px; }
.section-heading > p { margin: 18px auto 0; max-width: 680px; color: var(--muted); }

/* Two-level navigation from the supplied Photoshop design. */
.utility-bar { border-bottom: 1px solid #f0f1f3; }
.utility-inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.audience-switch { display: inline-flex; padding: 3px; border-radius: 999px; background: #f1f2f3; font-size: 12px; font-weight: 700; }
.audience-switch a { padding: 4px 11px; border-radius: 999px; }
.audience-switch a[aria-current] { background: white; box-shadow: 0 1px 4px #00000009; }
.utility-note { color: #696d75; font-size: 12px; font-weight: 600; }
.utility-actions { display: flex; gap: 10px; }
.main-header { background: #fff; position: sticky; top: 0; z-index: 40; box-shadow: 0 1px 0 #0314450a; }
.navigation-inner { min-height: 94px; display: flex; align-items: center; gap: 36px; }
.brand { flex: 0 0 220px; }
.brand img { width: 220px; height: auto; }
.site-navigation { display: flex; align-items: center; flex: 1; }
.navigation-links { display: flex; align-items: center; gap: clamp(12px, 1.15vw, 22px); }
.navigation-links a { display: inline-block; padding-block: 12px; font-size: 13px; font-weight: 600; white-space: nowrap; transition: color .15s ease; }
.navigation-links a:hover { color: var(--blue); }
.nav-dropdown { position: relative; }
.nav-dropdown-heading { display: flex; align-items: center; gap: 2px; }
.nav-dropdown-heading button { display: grid; place-items: center; width: 28px; height: 36px; padding: 0; border: 0; border-radius: 6px; color: inherit; background: transparent; }
.nav-dropdown-heading button:hover { background: #f0f4fc; }
.nav-dropdown-heading .icon { width: 15px; height: 15px; }
.nav-dropdown-heading button[aria-expanded="true"] .icon { transform: rotate(180deg); }
.services-navigation { position: absolute; z-index: 25; min-width: 235px; left: -18px; top: 100%; padding: 10px 18px; border: 1px solid #e6e9ef; border-radius: 16px; background: white; box-shadow: 0 14px 32px #03144512; }
.services-navigation a { display: block; padding: 11px 0; }
.navigation-tools { margin-left: auto; display: flex; align-items: center; gap: 22px; color: var(--navy); }
.search-link { padding: 10px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1.5px solid var(--navy); border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.phone-link .icon { width: 16px; height: 16px; }
.menu-toggle { display: none; background: #f4f6fa; border: 0; width: 44px; height: 44px; border-radius: 50%; align-items: center; justify-content: center; color: var(--navy); }
.mobile-login { display: none; }

/* All copy remains selectable, indexable HTML. */
.hero { text-align: center; padding: 35px 24px 0; }
.hero .eyebrow { color: white; background: var(--navy); font-size: 13px; padding: 5px 16px; }
.hero-headline { font-size: clamp(36px, 4.3vw, 72px); font-weight: 700; line-height: 1.08; letter-spacing: -2.5px; max-width: 1230px; margin: 61px auto 18px; text-wrap: balance; }
.hero-headline span { display: block; }
.hero-subtitle { font-size: clamp(16px, 1.15vw, 20px); line-height: 1.5; font-weight: 400; margin: 0 auto; }
.hero .button-row { margin-top: 29px; }
.hero-art { width: min(580px, 85vw); margin: 36px auto 0; }
.hero-art img { width: 100%; }
.trust { text-align: center; padding-top: 18px; }
.trust h2 { font-size: clamp(18px, 1.5vw, 25px); letter-spacing: -.4px; }
.trust p { color: var(--ink); font-size: 17px; max-width: 700px; margin: 12px auto 0; }
.brand-grid { display: grid; grid-template-columns: repeat(8, 1fr); align-items: center; justify-items: center; gap: 36px; max-width: 1230px; margin: 42px auto 0; }
.brand-grid img { max-width: 100%; max-height: 52px; width: auto; object-fit: contain; opacity: .8; }

.pricing { padding-top: 146px; }
.pricing .section-heading { max-width: 930px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: start; }
.plan-card { background: #f0f4f5; border: 1px solid #edf0f2; border-radius: var(--radius); overflow: hidden; }
.plan-content { padding: 38px 32px 34px; }
.plan-content h3 { font-size: 17px; color: #59616d; letter-spacing: 0; font-weight: 600; }
.plan-price { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; color: var(--blue); margin-top: 9px; }
.plan-price strong { font-size: clamp(42px, 4vw, 60px); line-height: 1.1; letter-spacing: -2px; }
.plan-price span { font-size: 14px; font-weight: 600; }
.plan-caption { color: #565e68; font-size: 15px; max-width: 180px; margin: 13px 0 22px; min-height: 46px; }
.plan-content .button { padding-inline: 20px; }
.plan-features { padding-top: 30px; margin-top: 30px; border-top: 1px solid #dce3e7; }
.plan-features li { display: flex; align-items: baseline; gap: 10px; font-size: 14px; line-height: 1.5; margin-top: 14px; }
.plan-features li::before { content: "✓"; background: #243d56; color: white; display: inline-flex; align-items: center; justify-content: center; width: 14px; height: 14px; border-radius: 3px; font-size: 10px; line-height: 1; flex-shrink: 0; }
.plan-features .unavailable { color: #64707c; }
.plan-features .unavailable::before { content: "×"; background: #dbe2e7; color: #4c5865; }
.featured-plan { border: 1px solid var(--navy); }
.plan-ribbon { text-align: center; color: white; background: var(--navy); font-size: 14px; font-weight: 700; padding: 12px; }
.plan-ribbon span { color: #ffda64; margin-left: 5px; }
.plans-link { text-align: center; margin: 30px 0 0; font-size: 14px; color: #59616d; }
.text-link { color: #084fae; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }

.services { padding-top: 142px; }
.service-grid { max-width: 1110px; margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.service-card { display: block; }
.service-image { overflow: hidden; background: var(--navy); border-radius: 20px; aspect-ratio: 346 / 223; box-shadow: 0 4px 10px #06174514; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-caption { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin: 18px 8px 0; }
.service-caption h3 { font-size: 22px; max-width: 190px; }
.service-caption .icon { width: 20px; }
.benefits { padding-top: 148px; }
.benefits .section-heading { margin-bottom: 42px; }
.benefit-grid { width: min(1068px, 100%); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { padding: 27px 28px 30px; border-radius: 17px; background: #f3f3f5; }
.benefit-icon { display: grid; place-items: center; border-radius: 50%; background: white; width: 55px; height: 55px; margin-bottom: 22px; }
.benefit-icon .icon { width: 27px; height: 27px; }
.benefit-card h3 { font-size: 27px; max-width: 240px; }
.benefit-card p { margin-top: 14px; font-size: 14px; color: #51545e; line-height: 1.6; }
.benefits-more { text-align: center; margin-top: 27px; }

.advice { margin-top: 155px; width: min(1120px, calc(100% - 64px)); margin-inline: auto; overflow: hidden; border-radius: 36px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: linear-gradient(168deg, #277bff 4%, #50bdea 100%); }
.advice-photo { align-self: stretch; }
.advice-photo img { width: 100%; height: 100%; object-fit: cover; mask-image: linear-gradient(to right, #000 94%, transparent); }
.advice-copy { padding: 48px 35px 48px 12px; color: white; }
.advice-copy h2 { font-size: clamp(32px, 3vw, 48px); line-height: 1.13; max-width: 445px; letter-spacing: -1px; text-wrap: balance; text-shadow: 0 1px 2px #13375930; }
.advice-copy .button-row { justify-content: flex-start; gap: 10px; margin-top: 32px; }
.advice-copy .button { font-size: 12px; padding-inline: 17px; }

.testimonials { padding-top: 152px; }
.testimonials-panel { width: 100%; min-height: 670px; margin-inline: auto; padding: 100px 44px 100px 52px; overflow: hidden; border-radius: 30px; background: #f3f3f6; display: grid; grid-template-columns: .85fr 1.3fr; gap: 44px; align-items: center; }
.testimonials-heading { max-width: 340px; }
.testimonials-heading .eyebrow { background: white; }
.testimonials-heading h2 { font-size: clamp(32px, 3.3vw, 52px); margin-top: 20px; }
.testimonials-heading p { color: #575d67; margin-top: 22px; font-size: 14px; }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 16px; transform: rotate(4deg); min-width: 0; }
.quote-card { background: white; border-radius: 17px; padding: 27px 26px; min-width: 0; }
.quote-card:first-child { transform: translateY(-45px); }
.quote-card:last-child { transform: translateY(45px); }
.quote-card blockquote { margin: 0 0 12px; font-size: 15px; color: #555; line-height: 1.6; }
.quote-card strong { font-size: 22px; display: block; line-height: 1.2; }
.quote-date { font-size: 14px; color: #555; margin-top: 6px; }

.faq { padding-top: 152px; }
.faq-list { max-width: 790px; margin-inline: auto; }
.faq details { background: #f7f8fa; border-radius: 17px; margin: 11px 0; border: 1px solid transparent; }
.faq details[open] { background: #f2f6fc; border-color: #e3eaf4; }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 19px 25px; cursor: pointer; font-size: 15px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: #4778bb; font-size: 24px; line-height: 1; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 60px 24px 25px; color: #4a515e; font-size: 15px; line-height: 1.75; }
.faq-more { text-align: center; margin-top: 23px; font-size: 14px; }
.closing { text-align: center; padding: 152px 24px 140px; }
.closing h2 { max-width: 1000px; margin-inline: auto; font-size: clamp(34px, 4vw, 64px); text-wrap: balance; }
.closing > p { max-width: 680px; margin: 23px auto 0; color: #555b66; }
.closing > .button { margin-top: 28px; }
.download-dialog { border: 1px solid var(--line); border-radius: 22px; padding: 42px 30px 32px; width: min(390px, calc(100% - 40px)); text-align: center; color: var(--ink); }
.download-dialog::backdrop { background: #091d4566; }
.download-dialog h2 { font-size: 26px; letter-spacing: -.5px; }
.dialog-close { position: absolute; right: 8px; top: 8px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--surface); font-size: 24px; line-height: 1; }
.store-links { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; margin-top: 20px; }
.store-links img { height: 40px; width: auto; }

.site-footer { background: #e8e8eb; padding: 100px 0 33px; }
.footer-grid { display: grid; grid-template-columns: 1fr 260px; gap: 70px; }
.footer-about > img { width: 340px; }
.footer-about > p { max-width: 380px; font-size: 17px; line-height: 1.6; margin-top: 32px; }
.footer-about address { font-style: normal; font-size: 13px; line-height: 1.4; font-weight: 700; margin-top: 27px; }
.footer-about address a:hover { text-decoration: underline; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { font-weight: 700; font-size: 20px; line-height: 1.3; }
.footer-links a:hover { color: #064fae; }
.footer-secondary { margin-top: 26px; }
.footer-secondary a, .footer-legal a, .cookie-settings { font-size: 13px; font-weight: 600; }
.footer-secondary li, .footer-legal li { margin-bottom: 8px; }
.footer-company { font-weight: 700; font-size: 12px; line-height: 1.5; margin-top: 30px; }
.footer-legal { margin-top: 28px; }
.cookie-settings { padding: 0; border: 0; color: inherit; background: transparent; text-align: left; }
.cookie-settings:hover { text-decoration: underline; }
.social-links { display: flex; justify-content: center; gap: 20px; margin-top: 75px; }
.social-links a { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 15px; color: white; background: var(--navy); }
.social-links a:hover { background: var(--blue-hover); }
.copyright { text-align: center; font-size: 13px; margin-top: 28px; }
.chat-whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 45; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg,#25d366,#128c7e); color: white; box-shadow: 0 4px 15px #25d36659; transition: transform .2s ease; }
.chat-whatsapp-float .icon { width: 34px; height: 34px; stroke-width: 1.7; }
.chat-whatsapp-float:hover { transform: scale(1.06); }
@media (max-width: 768px) {
    .chat-whatsapp-float { width: 48px; height: 48px; right: 12px; bottom: calc(env(safe-area-inset-bottom, 0px) + 12px); }
    .chat-whatsapp-float .icon { width: 28px; height: 28px; }
    body:has(#cookieConsent:not([hidden])[style*="block"]) .chat-whatsapp-float { bottom: 270px; }
}

/* Existing consent controller; matching IDs preserve the current tracking choice. */
.cookie-banner { position: fixed; z-index: 50; bottom: 18px; left: 18px; width: min(430px, calc(100% - 36px)); background: #fff; border: 1px solid #e1e6ee; box-shadow: 0 10px 55px #17294a1c; border-radius: 18px; padding: 23px; }
.cookie-content p { font-size: 13px; color: #535965; line-height: 1.65; }
.cookie-content p a { text-decoration: underline; text-underline-offset: 3px; color: #054aaf; }
.cookie-actions { display: flex; gap: 10px; margin-top: 16px; }
.cookie-actions button { border: 1px solid #dce2eb; border-radius: 999px; padding: 9px 22px; font-size: 13px; font-weight: 700; }
.btn-cookie-accept { background: var(--blue); color: white; border-color: var(--blue) !important; }
.btn-cookie-reject { background: #f4f6f9; color: #293442; }

@media (min-width: 1700px) {
    .testimonials.container { width: min(1392px, calc(100% - 96px)); }
    .testimonials-panel { min-height: 776px; }
    .site-footer > .container { width: min(1520px, calc(100% - 96px)); }
    .hero { padding-top: 49px; }
    .hero-headline { margin-top: 84px; }
    .hero-art { margin-top: 37px; width: 700px; }
    .pricing, .services, .benefits, .testimonials, .faq { padding-top: 175px; }
}
@media (max-width: 1250px) {
    .wide { width: calc(100% - 48px); }
    .navigation-inner { gap: 28px; }
    .brand { flex-basis: 180px; }
    .brand img { width: 180px; }
    .navigation-links { gap: 18px; }
    .navigation-links a { font-size: 12px; }
    .phone-link { display: none; }
    .navigation-tools { margin-left: auto; }
    .brand-grid { gap: 25px; }
    .plan-content { padding-inline: 27px; }
    .footer-grid { gap: 40px; }
}
@media (min-width: 1201px) and (max-width: 1550px) {
    .navigation-inner { gap: 24px; }
    .brand { flex-basis: 180px; }
    .brand img { width: 180px; }
    .navigation-links { gap: 16px; }
    .navigation-links a { font-size: 12px; }
    .navigation-tools { gap: 12px; }
    .phone-link { font-size: 11px; padding-inline: 10px; }
}
@media (max-width: 1200px) {
    .utility-note { display: none; }
    .main-header { border-bottom: 1px solid #f2f3f6; }
    .navigation-inner { min-height: 80px; justify-content: space-between; }
    .menu-toggle { display: flex; }
    .site-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100dvh - 128px); overflow-y: auto; background: white; border-bottom: 1px solid #e3e7ed; box-shadow: 0 20px 24px #13213a0b; padding: 20px 32px 30px; }
    .site-navigation.is-open { display: block; }
    .navigation-links { display: block; }
    .navigation-links a { display: block; padding: 12px 0; font-size: 16px; }
    .nav-dropdown-heading { justify-content: space-between; }
    .nav-dropdown-heading button { width: 44px; height: 44px; }
    .services-navigation { position: static; box-shadow: none; border: 0; border-radius: 12px; padding: 6px 18px; background: #f4f6fa; }
    .services-navigation a { font-size: 14px; }
    .navigation-tools { justify-content: flex-start; margin: 12px 0 0; }
    .phone-link { display: inline-flex; }
}
@media (max-width: 900px) {
    .utility-note { display: none; }
    .main-header { border-bottom: 1px solid #f2f3f6; }
    .navigation-inner { min-height: 80px; justify-content: space-between; }
    .menu-toggle { display: flex; }
    .site-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; border-bottom: 1px solid #e3e7ed; box-shadow: 0 20px 24px #13213a0b; padding: 20px 32px 30px; }
    .site-navigation.is-open { display: block; }
    .navigation-links { display: block; }
    .navigation-links a { display: block; padding: 12px 0; font-size: 16px; }
    .navigation-tools { justify-content: flex-start; margin: 12px 0 0; }
    .phone-link { display: inline-flex; }
    .mobile-login { display: inline-flex; margin-top: 18px; }
    .hero-headline { font-size: 48px; margin-top: 49px; letter-spacing: -1.8px; }
    .hero-art { width: 540px; max-width: 100%; }
    .brand-grid { grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 600px; }
    .brand-grid img { max-width: 106px; max-height: 45px; }
    .plan-grid { gap: 16px; }
    .plan-content { padding: 27px 20px; }
    .plan-price strong { font-size: 42px; }
    .plan-caption { font-size: 13px; }
    .plan-features li { font-size: 12px; }
    .service-grid { gap: 22px; }
    .service-caption h3 { font-size: 20px; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .benefit-card h3 { font-size: 25px; }
    .advice-copy { padding: 30px 24px 30px 8px; }
    .advice-copy h2 { font-size: 33px; }
    .advice-copy .button-row { align-items: flex-start; flex-direction: column; margin-top: 22px; }
    .testimonials-panel { padding: 38px 30px 55px; gap: 35px; grid-template-columns: 1fr; min-height: 0; }
    .testimonials-heading { max-width: 540px; }
    .quote-grid { margin-top: 15px; }
    .quote-card:first-child { transform: translateY(-12px); }
    .quote-card:last-child { transform: translateY(12px); }
    .quote-card { padding: 23px; }
    .footer-grid { grid-template-columns: 1.2fr 1fr; gap: 38px 55px; }
    .footer-about { grid-row: span 2; }
    .footer-about > img { width: 280px; }
}
@media (max-width: 640px) {
    html { scroll-padding-top: 20px; }
    .container, .wide { width: calc(100% - 40px); }
    .utility-inner { min-height: 45px; gap: 8px; }
    .audience-switch { font-size: 10px; }
    .audience-switch a { padding: 4px 8px; }
    .utility-actions .button-secondary { display: none; }
    .utility-actions .button-primary { font-size: 10px; padding: 7px 12px; min-height: 30px; }
    .brand, .brand img { width: 165px; flex-basis: 165px; }
    .navigation-inner { min-height: 74px; }
    .hero { padding: 28px 18px 0; }
    .hero .eyebrow { font-size: 11px; }
    .hero-headline { font-size: clamp(32px, 8.7vw, 46px); line-height: 1.1; margin-top: 38px; letter-spacing: -1.3px; }
    .hero-headline span { display: inline; }
    .hero-subtitle { max-width: 320px; font-size: 15px; line-height: 1.55; }
    .hero .button-row { gap: 10px; margin-top: 23px; }
    .hero .button { font-size: 12px; padding: 12px 17px; }
    .hero-art { width: 430px; margin-top: 27px; }
    .trust { padding-top: 22px; }
    .trust h2 { font-size: 17px; line-height: 1.3; max-width: 290px; margin-inline: auto; }
    .trust p { font-size: 14px; max-width: 320px; }
    .brand-grid { margin-top: 29px; gap: 23px; }
    .brand-grid img { max-width: 68px; max-height: 33px; }
    .pricing, .services, .benefits, .testimonials, .faq { padding-top: 85px; }
    .section-heading { margin-bottom: 34px; }
    .section-heading h2 { letter-spacing: -.9px; font-size: 31px; }
    .eyebrow { font-size: 12px; }
    .plan-grid { grid-template-columns: 1fr; gap: 24px; width: min(380px, 100%); margin-inline: auto; }
    .plan-content { padding: 30px; }
    .plan-content h3 { font-size: 16px; }
    .plan-price strong { font-size: 52px; }
    .plan-caption { max-width: none; min-height: 0; font-size: 14px; }
    .plan-features { margin-top: 26px; padding-top: 14px; }
    .plan-features li { font-size: 14px; }
    .service-grid { grid-template-columns: 1fr; gap: 32px; max-width: 380px; }
    .service-caption h3 { max-width: none; font-size: 22px; }
    .service-caption { margin-top: 13px; }
    .benefit-grid { gap: 12px; }
    .benefit-card { padding: 20px 16px 23px; border-radius: 14px; }
    .benefit-icon { width: 43px; height: 43px; margin-bottom: 18px; }
    .benefit-card h3 { font-size: 20px; letter-spacing: -.5px; }
    .benefit-card p { font-size: 12px; line-height: 1.65; }
    .advice { margin-top: 85px; width: calc(100% - 40px); grid-template-columns: 1fr; border-radius: 24px; }
    .advice-photo { height: 340px; overflow: hidden; }
    .advice-photo img { object-fit: cover; object-position: center 25%; mask-image: none; }
    .advice-copy { padding: 32px 27px 38px; }
    .advice-copy h2 { font-size: 35px; max-width: 330px; }
    .advice-copy .button-row { flex-direction: row; flex-wrap: wrap; }
    .testimonials-panel { grid-template-columns: 1fr; padding: 30px 23px; gap: 30px; }
    .testimonials-heading { max-width: none; }
    .testimonials-heading h2 { font-size: 36px; max-width: 290px; }
    .testimonials-heading p { margin-top: 15px; }
    .quote-grid { grid-template-columns: 1fr; transform: none; margin-top: 0; }
    .quote-card { padding: 23px; }
    .quote-card blockquote { font-size: 14px; }
    .quote-card:first-child, .quote-card:last-child { transform: none; }
    .faq summary { font-size: 14px; padding: 18px; gap: 16px; }
    .faq details p { padding: 0 20px 22px; font-size: 14px; }
    .closing { padding: 88px 20px; }
    .closing h2 { font-size: 37px; letter-spacing: -1.2px; }
    .closing > p { font-size: 14px; }
    .site-footer { padding-top: 59px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px 28px; }
    .footer-about { grid-column: 1 / -1; grid-row: auto; }
    .footer-about > img { width: 265px; }
    .footer-about > p { margin-top: 25px; font-size: 15px; }
    .footer-links a { font-size: 17px; }
    .footer-secondary a, .footer-legal a, .cookie-settings { font-size: 12px; }
    .footer-company { font-size: 10px; }
    .social-links { margin-top: 45px; }
    .copyright { font-size: 11px; }
    .cookie-banner { bottom: 12px; left: 12px; width: calc(100% - 24px); padding: 18px 20px; }
}
@media (max-width: 360px) {
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card h3 { max-width: none; }
    .benefit-card p { font-size: 14px; }
    .brand-grid { gap: 18px; }
    .brand-grid img { max-width: 59px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
    .utility-bar, .site-navigation, .menu-toggle, .cookie-banner { display: none !important; }
    .hero, .pricing, .services, .benefits, .testimonials, .faq, .closing { padding-block: 30px; }
    .plan-card, .benefit-card, .quote-card { break-inside: avoid; }
    .faq details p { display: block; }
}
