:root {
    --navy-950: #020b18;
    --navy-900: #061a3a;
    --navy-800: #0a2a5e;
    --navy-700: #123f82;
    --blue-600: #1769db;
    --blue-500: #287cea;
    --blue-400: #4e91ef;
    --blue-100: #dbeafe;
    --ink: #10233f;
    --muted: #5e6f86;
    --line: #dfe7f1;
    --surface: #f5f8fc;
    --white: #fff;
    --whatsapp: #16a765;
    --whatsapp-dark: #0f8d54;
    --shadow-sm: 0 0.5rem 1.5rem rgba(6, 26, 58, 0.08);
    --shadow-md: 0 1.5rem 4rem rgba(6, 26, 58, 0.14);
    --radius-sm: 0.75rem;
    --radius-md: 1.25rem;
    --radius-lg: 2rem;
    --container: 75rem;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--white);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 20rem;
    margin: 0;
    color: var(--ink);
    background: var(--white);
    line-height: 1.6;
}

body.nav-open {
    overflow: hidden;
}

img,
svg {
    display: block;
    max-width: 100%;
}

svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--navy-900);
    line-height: 1.12;
    letter-spacing: -0.035em;
}

h1 {
    margin-bottom: 1.5rem;
    font-size: clamp(2.65rem, 6vw, 5.3rem);
}

h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
    font-size: 1.25rem;
}

p {
    color: var(--muted);
}

.container {
    width: min(calc(100% - 2.5rem), var(--container));
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    z-index: 200;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    color: var(--white);
    background: var(--navy-900);
    border-radius: 0.5rem;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.eyebrow {
    display: block;
    margin-bottom: 1rem;
    color: var(--blue-600);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.button {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.8rem 1.4rem;
    border: 1px solid transparent;
    border-radius: 0.8rem;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button:focus-visible,
.main-nav a:focus-visible,
.text-link:focus-visible {
    outline: 3px solid rgba(40, 124, 234, 0.35);
    outline-offset: 3px;
}

.button--small {
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
}

.button--large {
    min-height: 3.8rem;
    font-size: 1rem;
}

.button--whatsapp {
    color: var(--white);
    background: var(--whatsapp);
    box-shadow: 0 0.75rem 1.75rem rgba(22, 167, 101, 0.2);
}

.button--whatsapp .icon--brand {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 auto;
}

.icon--brand {
    fill: currentColor;
    stroke: none;
}

.button--whatsapp:hover {
    background: var(--whatsapp-dark);
    box-shadow: 0 1rem 2.5rem rgba(22, 167, 101, 0.28);
}

.button--ghost {
    color: var(--navy-900);
    border-color: rgba(6, 26, 58, 0.18);
    background: rgba(255, 255, 255, 0.7);
}

.button--ghost:hover,
.button--outline:hover {
    border-color: var(--blue-500);
    background: var(--blue-100);
}

.button--outline {
    color: var(--navy-900);
    border-color: var(--line);
    background: var(--white);
}

.button--light {
    color: var(--navy-900);
    background: var(--white);
    box-shadow: var(--shadow-md);
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: 5.25rem;
    border-bottom: 1px solid rgba(223, 231, 241, 0.72);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(1.25rem);
}

.site-header__inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.site-brand__icon,
.site-brand__wordmark {
    position: relative;
    display: block;
    overflow: hidden;
    flex: none;
}

.site-brand__icon {
    width: 2.6rem;
    height: 3.32rem;
}

.site-brand__wordmark {
    width: 7.9rem;
    height: 2.1rem;
}

.site-brand__icon img,
.site-brand__wordmark img {
    position: absolute;
    max-width: none;
    height: auto;
}

.site-brand__icon img {
    top: -0.01rem;
    left: -0.85rem;
    width: 4.3rem;
}

.site-brand__wordmark img {
    top: -7.32rem;
    left: 0;
    width: 7.9rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.main-nav > a:not(.button) {
    position: relative;
    padding: 0.8rem 0.85rem;
    color: #4f6077;
    font-size: 0.9rem;
    font-weight: 700;
}

.main-nav > a:not(.button)::after {
    position: absolute;
    right: 0.85rem;
    bottom: 0.45rem;
    left: 0.85rem;
    height: 2px;
    background: var(--blue-500);
    content: "";
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.main-nav > a:not(.button):hover,
.main-nav > a:not(.button).is-active {
    color: var(--navy-900);
}

.main-nav > a:not(.button).is-active::after {
    transform: scaleX(1);
}

.main-nav .button {
    margin-left: 0.5rem;
}

.nav-toggle {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.65rem;
    border: 0;
    background: transparent;
}

.nav-toggle > span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 0.28rem 0;
    background: var(--navy-900);
    transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 7.5rem) 0;
    background:
        radial-gradient(circle at 8% 5%, rgba(40, 124, 234, 0.12), transparent 30rem),
        linear-gradient(180deg, #f9fbfe 0%, #fff 100%);
}

.hero::before {
    position: absolute;
    top: -20rem;
    left: -20rem;
    width: 38rem;
    height: 38rem;
    border: 1px solid rgba(40, 124, 234, 0.08);
    border-radius: 8rem;
    content: "";
    transform: rotate(35deg);
}

.hero__grid {
    position: relative;
    display: grid;
    align-items: center;
    gap: clamp(3rem, 7vw, 6rem);
    grid-template-columns: minmax(0, 0.9fr) minmax(30rem, 1.1fr);
}

.hero__content > p {
    max-width: 41rem;
    margin-bottom: 2rem;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.75;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    padding: 0;
    margin: 1.8rem 0 0;
    list-style: none;
}

.hero__trust li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #40536d;
    font-size: 0.85rem;
    font-weight: 700;
}

.hero__trust svg {
    width: 1rem;
    color: var(--blue-600);
}

.hero__visual {
    position: relative;
}

.hero__visual::before {
    position: absolute;
    z-index: -1;
    top: -1.5rem;
    right: -1.5rem;
    width: 60%;
    height: 55%;
    border-radius: var(--radius-lg);
    background: var(--blue-100);
    content: "";
}

.hero__visual > img {
    width: 100%;
    min-height: 28rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    object-fit: cover;
}

.hero__badge {
    position: absolute;
    right: -1rem;
    bottom: -1.5rem;
    display: flex;
    max-width: 19rem;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(1rem);
}

.hero__badge > svg {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    color: var(--blue-600);
}

.hero__badge span {
    display: flex;
    flex-direction: column;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.4;
}

.hero__badge strong {
    color: var(--navy-900);
    font-size: 0.9rem;
}

.trust-bar {
    position: relative;
    z-index: 3;
    color: var(--white);
    background: var(--navy-900);
}

.trust-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-bar__grid > div {
    display: flex;
    min-height: 8rem;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-bar__grid > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-bar strong {
    margin-bottom: 0.3rem;
    font-size: 1.25rem;
}

.trust-bar span {
    color: #a9bdd8;
    font-size: 0.82rem;
}

.section {
    padding: clamp(5rem, 9vw, 8rem) 0;
}

.section--light {
    background: var(--surface);
}

.section-heading {
    max-width: 50rem;
    margin-bottom: 3.2rem;
}

.section-heading > p {
    max-width: 38rem;
    font-size: 1.05rem;
}

.section-heading--split {
    display: grid;
    max-width: none;
    align-items: end;
    gap: 3rem;
    grid-template-columns: 1.3fr 0.7fr;
}

.section-heading--split h2,
.section-heading--split p {
    margin-bottom: 0;
}

.section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.section-heading--center p {
    margin-inline: auto;
}

.service-grid {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(3, 1fr);
}

.service-card {
    position: relative;
    display: flex;
    min-height: 22rem;
    flex-direction: column;
    padding: 2rem;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.service-card::after {
    position: absolute;
    right: -4rem;
    bottom: -4rem;
    width: 9rem;
    height: 9rem;
    border: 1px solid rgba(40, 124, 234, 0.08);
    border-radius: 2rem;
    content: "";
    transform: rotate(35deg);
}

.service-card:hover {
    border-color: rgba(40, 124, 234, 0.35);
    box-shadow: var(--shadow-sm);
    transform: translateY(-5px);
}

.service-card__icon {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    margin-bottom: 1.5rem;
    color: var(--blue-600);
    background: var(--blue-100);
    border-radius: 0.9rem;
    place-items: center;
}

.service-card__icon svg {
    width: 1.65rem;
    height: 1.65rem;
}

.service-card__tag {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: var(--blue-600);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.service-card h3 {
    margin-bottom: 0.85rem;
    font-size: 1.45rem;
}

.service-card p {
    margin-bottom: 1.5rem;
}

.service-card > a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    color: var(--blue-600);
    font-size: 0.9rem;
    font-weight: 800;
}

.service-card > a svg,
.text-link svg {
    width: 1rem;
    transition: transform 180ms ease;
}

.service-card > a:hover svg,
.text-link:hover svg {
    transform: translateX(0.3rem);
}

.section-action {
    margin-top: 2.5rem;
    text-align: center;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--blue-600);
    font-weight: 800;
}

.feature-split {
    display: grid;
    align-items: stretch;
    gap: 1.3rem;
    grid-template-columns: 1.05fr 0.95fr;
}

.feature-panel {
    padding: clamp(2.5rem, 5vw, 4.5rem);
    color: var(--white);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 85% 15%, rgba(78, 145, 239, 0.3), transparent 16rem),
        var(--navy-900);
}

.feature-panel .eyebrow {
    color: #8fbcff;
}

.feature-panel h2,
.feature-panel p {
    color: var(--white);
}

.feature-panel p {
    max-width: 40rem;
    color: #b9c9df;
    font-size: 1.05rem;
}

.feature-panel .button {
    margin-top: 1rem;
}

.warranty-grid {
    display: grid;
    gap: 1.3rem;
    grid-template-columns: repeat(2, 1fr);
}

.warranty-grid article {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
}

.big-number {
    display: block;
    margin-bottom: 1.5rem;
    color: var(--blue-600);
    font-size: clamp(4rem, 8vw, 7rem);
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -0.08em;
}

.warranty-grid h3 {
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
}

.warranty-grid p {
    margin-bottom: 0;
    font-size: 0.92rem;
}

.process {
    display: grid;
    padding: 0;
    margin: 0;
    counter-reset: process;
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
}

.process li {
    position: relative;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
}

.process li:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -1.55rem;
    width: 1.6rem;
    border-top: 3px dashed var(--blue-400);
    content: "";
    transform: translateY(-50%);
}

.process span {
    display: grid;
    width: 2rem;
    height: 2rem;
    margin-bottom: 1.15rem;
    color: var(--blue-600);
    border: 1px solid #b9d5fa;
    border-radius: 50%;
    background: var(--blue-100);
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1;
    place-items: center;
}

.process h3 {
    margin-bottom: 0.75rem;
}

.process p {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.coverage-card {
    position: relative;
    display: grid;
    align-items: center;
    gap: 3rem;
    padding: clamp(2.5rem, 5vw, 4rem);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface);
    grid-template-columns: 1.4fr 0.6fr;
}

.coverage-card::after {
    position: absolute;
    top: -8rem;
    right: -4rem;
    width: 18rem;
    height: 18rem;
    border: 1px solid rgba(40, 124, 234, 0.12);
    border-radius: 4rem;
    content: "";
    transform: rotate(45deg);
}

.coverage-card h2 {
    max-width: 40rem;
}

.coverage-card p {
    margin-bottom: 0;
}

.coverage-card__action {
    position: relative;
    z-index: 2;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
}

.coverage-card__action p {
    margin-bottom: 1rem;
    color: var(--ink);
    font-weight: 700;
}

.cta {
    padding: clamp(4rem, 7vw, 6rem) 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(78, 145, 239, 0.35), transparent 24rem),
        linear-gradient(135deg, var(--navy-900), #0b3472);
}

.cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.cta .eyebrow {
    color: #9cc4ff;
}

.cta h2,
.cta p {
    color: var(--white);
}

.cta h2 {
    margin-bottom: 0.75rem;
}

.cta p {
    max-width: 44rem;
    margin-bottom: 0;
    color: #b9c9df;
}

.page-hero {
    position: relative;
    padding: clamp(5rem, 10vw, 8.5rem) 0;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 0%, rgba(40, 124, 234, 0.3), transparent 30rem),
        var(--navy-900);
}

.page-hero::after {
    position: absolute;
    right: -8rem;
    bottom: -12rem;
    width: 28rem;
    height: 28rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6rem;
    content: "";
    transform: rotate(45deg);
}

.page-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 52rem;
    margin-inline: auto;
}

.page-hero .eyebrow {
    color: #8fbcff;
}

.page-hero h1 {
    margin-bottom: 1.2rem;
    color: var(--white);
    font-size: clamp(2.7rem, 6vw, 5rem);
}

.page-hero p {
    margin-bottom: 0;
    color: #b9c9df;
    font-size: 1.15rem;
}

.repair-card {
    display: grid;
    align-items: center;
    gap: 1.5rem;
    padding: clamp(2rem, 4vw, 3rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    grid-template-columns: auto 1fr auto;
}

.repair-card .service-card__icon {
    margin: 0;
}

.repair-card h2 {
    margin-bottom: 0.7rem;
    font-size: 1.8rem;
}

.repair-card p {
    margin-bottom: 0;
}

.service-hero {
    padding: clamp(5rem, 10vw, 8rem) 0;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 83% 25%, rgba(40, 124, 234, 0.28), transparent 24rem),
        var(--navy-900);
}

.service-hero__grid {
    display: grid;
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 0.45fr;
}

.service-hero .eyebrow {
    color: #8fbcff;
}

.service-hero h1 {
    color: var(--white);
}

.service-hero p {
    max-width: 48rem;
    margin-bottom: 2rem;
    color: #b9c9df;
    font-size: 1.1rem;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    color: #b9c9df;
    font-size: 0.85rem;
    font-weight: 700;
}

.back-link svg {
    width: 1rem;
    transform: rotate(180deg);
}

.service-hero__mark {
    display: grid;
    width: min(24vw, 17rem);
    aspect-ratio: 1;
    justify-self: end;
    color: #84b5fa;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4rem;
    background: rgba(255, 255, 255, 0.04);
    place-items: center;
    transform: rotate(7deg);
}

.service-hero__mark svg {
    width: 45%;
    height: 45%;
    transform: rotate(-7deg);
}

.service-detail-grid {
    display: grid;
    align-items: start;
    gap: clamp(3rem, 8vw, 7rem);
    grid-template-columns: 1fr 0.8fr;
}

.check-list {
    display: grid;
    padding: 0;
    margin: 2rem 0 0;
    gap: 0.9rem;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #42566f;
}

.check-list svg {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
    margin-top: 0.25rem;
    color: var(--blue-600);
    stroke-width: 2.4;
}

.consult-card {
    padding: clamp(2rem, 4vw, 3rem);
    color: var(--white);
    border-radius: var(--radius-md);
    background: var(--navy-900);
    box-shadow: var(--shadow-md);
}

.consult-card > svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 2rem;
    color: var(--blue-400);
}

.consult-card h3,
.consult-card p {
    color: var(--white);
}

.consult-card h3 {
    font-size: 1.65rem;
}

.consult-card p {
    color: #b9c9df;
}

.consult-card strong {
    display: block;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #d9e8fc;
    font-size: 0.9rem;
}

.benefit-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.benefit-grid article {
    min-height: 13rem;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.benefit-grid span {
    display: block;
    margin-bottom: 2.5rem;
    color: var(--blue-500);
    font-size: 0.75rem;
    font-weight: 900;
}

.benefit-grid p {
    margin-bottom: 0;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 700;
}

.brands {
    display: grid;
    align-items: center;
    gap: 4rem;
    grid-template-columns: 0.8fr 1.2fr;
}

.brands h2 {
    font-size: 2.4rem;
}

.brands ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.brands li {
    padding: 0.8rem 1.1rem;
    color: var(--navy-800);
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    font-size: 0.9rem;
    font-weight: 800;
}

.story-grid {
    display: grid;
    gap: 5rem;
    grid-template-columns: 0.7fr 1.3fr;
}

.story-copy {
    max-width: 45rem;
}

.story-copy p {
    font-size: 1.1rem;
}

.warranty-page-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}

.warranty-card {
    padding: clamp(2.2rem, 5vw, 4rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
}

.warranty-card--primary {
    color: var(--white);
    background: var(--navy-900);
}

.warranty-card--primary h2,
.warranty-card--primary p,
.warranty-card--primary li {
    color: var(--white);
}

.warranty-card--primary .check-list {
    border-color: rgba(255, 255, 255, 0.12);
}

.warranty-card__unit {
    margin: -1rem 0 2rem;
    color: var(--blue-500);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.warranty-card h2 {
    font-size: 2rem;
}

.warranty-card .check-list {
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

.fine-print {
    max-width: 52rem;
}

.fine-print h2 {
    font-size: 2.4rem;
}

.fine-print .button {
    margin-top: 1rem;
}

.contact-grid {
    display: grid;
    align-items: start;
    gap: 5rem;
    grid-template-columns: 1fr 0.8fr;
}

.contact-primary {
    max-width: 42rem;
}

.contact-primary p {
    font-size: 1.05rem;
}

.contact-primary .button {
    margin-top: 1rem;
}

.contact-details {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
}

.contact-details article {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.35rem 1.5rem;
    border-bottom: 1px solid var(--line);
}

.contact-details article:last-child {
    border-bottom: 0;
}

.contact-details span {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-details strong,
.contact-details a {
    color: var(--navy-900);
    font-size: 0.95rem;
    font-weight: 800;
}

.kit-grid {
    display: grid;
    align-items: stretch;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kit-card__media {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.kit-card__media figure { margin: 0; min-width: 0; }
.kit-card__media img { display: block; width: 100%; height: 11rem; object-fit: contain; background: white; }
.kit-card__media figcaption { font-size: 0.7rem; line-height: 1.5; color: var(--muted); overflow-wrap: anywhere; }
.kit-card__price-label { color: var(--blue-600); font-size: 0.8rem; font-weight: 700; margin-top: 0.3rem; }
.kit-card__conditions { margin: 0 0 1.5rem; border-top: 1px solid var(--line); padding-top: 1rem; font-size: 0.8rem; }
.kit-card__conditions summary { cursor: pointer; font-weight: 700; }
.kit-card__conditions p { margin: 0.75rem 0 0; white-space: pre-line; line-height: 1.65; }

.kit-card {
    position: relative;
    display: flex;
    min-height: 31rem;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
}

.kit-card--featured {
    border-color: var(--blue-500);
    box-shadow: var(--shadow-sm);
}

.kit-card__tag {
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    align-self: flex-start;
    margin: 0;
    padding: 0.35rem 0.6rem;
    color: var(--blue-600);
    border-radius: 999px;
    background: var(--blue-100);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kit-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
}

.kit-card__price {
    display: block;
    margin: 1rem 0 0;
    color: var(--navy-900);
    font-size: 2rem;
    letter-spacing: -0.04em;
}

.kit-card__price small {
    color: var(--muted);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
}

.kit-card .check-list {
    margin-bottom: 1.5rem;
}

.kit-card .button {
    width: 100%;
    margin-top: auto;
}

.review-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.review-card {
    position: relative;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
}

.review-card__photo {
    width: calc(100% + 4rem);
    max-width: none;
    height: 12rem;
    margin: -2rem -2rem 1.5rem;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    object-fit: cover;
}

.review-card > svg {
    position: absolute;
    top: 1.7rem;
    right: 1.7rem;
    width: 1.8rem;
    height: 1.8rem;
    color: #b8c8dc;
}

.review-card__stars {
    margin-bottom: 1.5rem;
    color: #efad24;
    letter-spacing: 0.12em;
}

.review-card blockquote {
    min-height: 8rem;
    margin: 0 0 1.5rem;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.7;
}

.review-card footer {
    display: flex;
    flex-direction: column;
}

.review-card footer span {
    color: var(--muted);
    font-size: 0.8rem;
}

.page-hero--compact {
    padding-block: 4.5rem;
}

.review-form-wrap {
    max-width: 48rem;
}

.review-form {
    display: grid;
    padding: clamp(1.5rem, 5vw, 3rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    gap: 1.3rem;
}

.review-form label {
    display: grid;
    gap: 0.45rem;
}

.review-form label > span,
.rating-field legend {
    color: var(--navy-900);
    font-size: 0.85rem;
    font-weight: 800;
}

.review-form input[type="text"],
.review-form input[type="file"],
.review-form textarea {
    width: 100%;
    padding: 0.85rem 0.95rem;
    color: var(--ink);
    border: 1px solid #cfd9e6;
    border-radius: 0.65rem;
    background: var(--white);
    font: inherit;
}

.review-form input:focus,
.review-form textarea:focus {
    border-color: var(--blue-500);
    outline: 3px solid rgba(40, 124, 234, 0.12);
}

.review-form label small {
    color: var(--muted);
    font-size: 0.72rem;
}

.review-form em,
.rating-field em {
    color: #b42318;
    font-size: 0.75rem;
    font-style: normal;
}

.form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

.rating-field {
    padding: 0;
    border: 0;
}

.rating-field > div {
    display: inline-flex;
    margin-top: 0.5rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating-field input {
    position: absolute;
    opacity: 0;
}

.rating-field label {
    padding-right: 0.25rem;
    color: #c6d0dd;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
}

.rating-field input:checked ~ label,
.rating-field label:hover,
.rating-field label:hover ~ label {
    color: #efad24;
}

.form-privacy {
    margin-bottom: 0;
    font-size: 0.75rem;
}

.review-form .button {
    justify-self: start;
}

.review-form--complete {
    justify-items: center;
    text-align: center;
}

.review-form--complete > svg {
    width: 3rem;
    height: 3rem;
    color: var(--whatsapp);
}

.alert {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
}

.alert--success {
    color: #08653c;
    border: 1px solid #8ad3b2;
    background: #eaf9f1;
}

.site-footer {
    padding-top: 5rem;
    color: #c5d3e6;
    background: var(--navy-950);
}

.footer-grid {
    display: grid;
    gap: 3rem;
    padding-bottom: 4rem;
    grid-template-columns: 1.5fr repeat(3, 1fr);
}

.site-brand--footer .site-brand__wordmark img {
    filter: brightness(0) invert(1);
}

.footer-brand > p {
    max-width: 19rem;
    margin: 1.5rem 0 0.7rem;
    color: #9bacc3;
}

.illustrative-note {
    color: #6f829b;
    font-size: 0.7rem;
}

.site-footer h2 {
    margin-bottom: 1.2rem;
    color: var(--white);
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer li {
    margin-bottom: 0.6rem;
}

.site-footer a,
.site-footer p {
    color: #9bacc3;
    font-size: 0.85rem;
}

.site-footer a:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding-block: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
    margin: 0;
    color: #71839a;
    font-size: 0.72rem;
}

.floating-whatsapp {
    position: fixed;
    z-index: 90;
    right: 1.25rem;
    bottom: 1.25rem;
    display: grid;
    width: 3.6rem;
    height: 3.6rem;
    color: var(--white);
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: var(--whatsapp);
    box-shadow: 0 0.8rem 2rem rgba(8, 66, 39, 0.25);
    place-items: center;
    transition: transform 180ms ease;
}

.floating-whatsapp:hover {
    transform: translateY(-3px) scale(1.03);
}

.floating-whatsapp svg {
    width: 1.85rem;
    height: 1.85rem;
    fill: currentColor;
    stroke: none;
}

@media (max-width: 64rem) {
    body.nav-open .site-header {
        background: var(--white);
    }

    .nav-toggle {
        display: block;
    }

    .nav-toggle[aria-expanded="true"] > span:nth-child(1) {
        transform: translateY(0.38rem) rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] > span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle[aria-expanded="true"] > span:nth-child(3) {
        transform: translateY(-0.38rem) rotate(-45deg);
    }

    .main-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: calc(100vh - 5.25rem);
        height: calc(100dvh - 5.25rem);
        padding: 1.5rem max(1.25rem, calc((100% - var(--container)) / 2)) 4rem;
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        overscroll-behavior: contain;
        border-top: 1px solid var(--line);
        background: var(--white);
        box-shadow: 0 1.5rem 3rem rgba(6, 26, 58, 0.12);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-0.75rem);
        visibility: hidden;
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .main-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .main-nav > a:not(.button) {
        padding: 1rem 0;
        border-bottom: 1px solid var(--line);
        font-size: 1rem;
    }

    .main-nav > a:not(.button)::after {
        display: none;
    }

    .main-nav .button {
        margin: 1rem 0 0;
    }

    .hero__grid {
        grid-template-columns: 1fr;
    }

    .hero__content {
        max-width: 48rem;
    }

    .hero__visual {
        width: 100%;
    }

    .trust-bar__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-bar__grid > div:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .trust-bar__grid > div:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .review-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-split {
        grid-template-columns: 1fr;
    }

    .process {
        gap: 1.25rem;
        grid-template-columns: repeat(2, 1fr);
    }

    .process li:not(:last-child)::after {
        display: none;
    }

    .process li:nth-child(odd):not(:last-child)::after {
        right: -1.3rem;
        display: block;
        width: 1.35rem;
    }

    .service-hero__grid {
        grid-template-columns: 1fr 0.35fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 45rem) {
    .container {
        width: min(calc(100% - 2rem), var(--container));
    }

    h1 {
        font-size: clamp(2.55rem, 12vw, 4rem);
    }

    h2 {
        font-size: clamp(1.9rem, 9vw, 2.8rem);
    }

    .hero {
        padding-top: 4rem;
    }

    .hero__actions,
    .hero__actions .button {
        width: 100%;
    }

    .hero__visual > img {
        min-height: 22rem;
        object-position: 63% center;
    }

    .hero__badge {
        right: 0.75rem;
        bottom: -2rem;
        left: 0.75rem;
        max-width: none;
    }

    .trust-bar {
        margin-top: 1rem;
    }

    .trust-bar__grid {
        grid-template-columns: 1fr;
    }

    .trust-bar__grid > div {
        min-height: auto;
        padding: 1.25rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .section-heading--split {
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .kit-grid,
    .review-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 20rem;
    }

    .warranty-grid {
        grid-template-columns: 1fr;
    }

    .process {
        gap: 1.5rem;
        grid-template-columns: 1fr;
    }

    .process li {
        min-height: auto;
    }

    .process li:nth-child(odd):not(:last-child)::after,
    .process li:not(:last-child)::after {
        top: auto;
        right: 50%;
        bottom: -1.55rem;
        display: block;
        width: 0;
        height: 1.6rem;
        border-top: 0;
        border-right: 3px dashed var(--blue-400);
        transform: translateX(50%);
    }

    .coverage-card {
        gap: 2rem;
        grid-template-columns: 1fr;
    }

    .cta__inner {
        align-items: stretch;
        flex-direction: column;
    }

    .cta .button {
        width: 100%;
    }

    .page-hero__inner {
        margin-left: auto;
    }

    .repair-card {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .service-hero__grid {
        grid-template-columns: 1fr;
    }

    .service-hero__mark {
        display: none;
    }

    .service-detail-grid,
    .brands,
    .story-grid,
    .contact-grid {
        gap: 3rem;
        grid-template-columns: 1fr;
    }

    .benefit-grid,
    .warranty-page-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

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