/* Raymuko 2026 brand system — derived from design/new resources/Identidad visual.pdf */

@font-face {
    font-family: "Organetto SemiExt";
    src: url("../fonts/organetto/organetto-semiext-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/inter-latin-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    color-scheme: light dark;
    --brand-blue: #10488b;
    --brand-orange: #e66721;
    --brand-green: #39b189;
    --brand-light-blue: #bad5e6;
    --brand-navy: #13182c;
    --brand-gray: #444444;
    --brand-white: #ffffff;

    --font-display: "Organetto SemiExt", "Inter", ui-sans-serif, system-ui, sans-serif;
    --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
    --radius-card: 8px;
    --radius-control: 6px;
    --ease-out: cubic-bezier(.16, 1, .3, 1);
    --shadow-soft: 0 18px 48px rgba(19, 24, 44, .09);
    --shadow-raised: 0 22px 60px rgba(19, 24, 44, .14);
}

:root[data-theme="light"] {
    --color-bg: var(--brand-white);
    --color-bg-elevated: var(--brand-white);
    --color-bg-muted: var(--brand-light-blue);
    --color-text: var(--brand-navy);
    --color-text-muted: var(--brand-gray);
    --color-border: var(--brand-light-blue);
    --color-accent: var(--brand-blue);
    --color-accent-contrast: var(--brand-white);
    --color-highlight: var(--brand-orange);
    --color-green: var(--brand-green);
    --color-orange: var(--brand-orange);
    --color-light-blue: var(--brand-light-blue);
    --color-navy: var(--brand-navy);
    --color-gray: var(--brand-gray);
    --color-success: var(--brand-green);
    --color-danger: var(--brand-orange);
    --surface-alpha: rgba(255, 255, 255, .92);
}

:root[data-theme="dark"] {
    --color-bg: var(--brand-navy);
    --color-bg-elevated: var(--brand-gray);
    --color-bg-muted: var(--brand-blue);
    --color-text: var(--brand-white);
    --color-text-muted: var(--brand-light-blue);
    --color-border: rgba(186, 213, 230, .42);
    --color-accent: var(--brand-orange);
    --color-accent-contrast: var(--brand-navy);
    --color-highlight: var(--brand-orange);
    --color-green: var(--brand-green);
    --color-orange: var(--brand-orange);
    --color-light-blue: var(--brand-light-blue);
    --color-navy: var(--brand-navy);
    --color-gray: var(--brand-gray);
    --color-success: var(--brand-green);
    --color-danger: var(--brand-orange);
    --surface-alpha: rgba(68, 68, 68, .72);
    --shadow-soft: 0 18px 48px rgba(0, 0, 0, .18);
    --shadow-raised: 0 22px 60px rgba(0, 0, 0, .28);
}

html {
    background: var(--color-bg);
}

body {
    min-width: 320px;
    background: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-body);
    font-size: 16px;
    font-feature-settings: "kern" 1, "liga" 1;
    font-optical-sizing: auto;
    font-weight: 400;
}

main {
    overflow: clip;
}

.container {
    width: min(1200px, calc(100% - 64px));
    max-width: calc(100vw - 64px);
}

.narrow {
    width: min(820px, calc(100% - 64px));
    max-width: calc(100vw - 64px);
}

.section {
    position: relative;
    padding: 112px 0;
}

.section-muted {
    border-block: 1px solid color-mix(in srgb, var(--brand-blue) 28%, transparent);
    background: var(--color-bg-muted);
}

:root[data-theme="light"] .section-muted {
    --color-text: var(--brand-navy);
    --color-text-muted: var(--brand-gray);
    --color-border: rgba(16, 72, 139, .26);
    --color-accent: var(--brand-blue);
    --color-accent-contrast: var(--brand-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--color-text);
    font-family: var(--font-display);
    font-synthesis: none;
    font-weight: 400;
    letter-spacing: -.015em;
}

h1 {
    max-width: 900px;
    font-size: clamp(44px, 4.4vw, 58px);
    line-height: 1;
}

h2 {
    font-size: clamp(32px, 3.2vw, 42px);
    line-height: 1.08;
}

h3 {
    font-size: clamp(21px, 1.8vw, 26px);
    line-height: 1.12;
}

p {
    color: var(--color-text-muted);
    line-height: 1.7;
}

.lead {
    max-width: 740px;
    margin-top: 24px;
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.58;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--color-accent);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    flex: 0 0 auto;
    background: var(--brand-orange);
    transform: skewX(-34deg);
}

.section-heading {
    width: min(780px, 100%);
    margin-bottom: 42px;
}

.section-heading > p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    font-size: 18px;
}

/* Header and brand assets */

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--color-border);
    background: color-mix(in srgb, var(--color-bg) 96%, transparent);
    backdrop-filter: blur(18px) saturate(1.1);
    transition: box-shadow .2s var(--ease-out), background .2s var(--ease-out);
}

.site-header.is-scrolled {
    box-shadow: 0 10px 30px rgba(19, 24, 44, .09);
}

.header-inner {
    min-height: 76px;
    grid-template-columns: 208px minmax(0, 1fr) auto;
    gap: 22px;
}

.brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.brand-logo-group {
    position: relative;
    display: grid;
    align-items: center;
}

.brand-logo-group-symbol {
    display: none;
}

.brand-asset {
    grid-area: 1 / 1;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.brand-asset-dark {
    display: none;
}

:root[data-theme="dark"] .brand-asset-light {
    display: none;
}

:root[data-theme="dark"] .brand-asset-dark {
    display: block;
}

.site-nav {
    gap: 2px;
}

.site-nav a {
    position: relative;
    padding: 12px 10px;
    border-radius: var(--radius-control);
    color: var(--color-text-muted);
    font-size: 13px;
    font-weight: 550;
}

.site-nav a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 6px;
    left: 10px;
    height: 2px;
    background: var(--brand-orange);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s var(--ease-out);
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--color-text);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.site-nav a.nav-cta {
    margin-left: 6px;
    padding-inline: 16px;
    border: 1px solid transparent;
    background: var(--color-accent);
    color: var(--color-accent-contrast);
}

.site-nav a.nav-cta:hover,
.site-nav a.nav-cta.is-active {
    border-color: var(--color-accent);
    background: transparent;
    color: var(--color-text);
}

.header-controls {
    gap: 8px;
}

.nav-toggle,
.segmented,
.theme-switch {
    border-radius: var(--radius-control);
}

.nav-toggle {
    width: 44px;
    height: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-color: var(--color-border);
    color: var(--color-text);
    background: var(--color-bg-elevated);
    transition: border-color .2s var(--ease-out), background .2s var(--ease-out), color .2s var(--ease-out);
}

.nav-toggle:hover,
.nav-toggle[aria-expanded="true"] {
    border-color: var(--brand-blue);
    background: var(--brand-blue);
    color: var(--brand-white);
}

:root[data-theme="dark"] .nav-toggle:hover,
:root[data-theme="dark"] .nav-toggle[aria-expanded="true"] {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: var(--brand-navy);
}

.nav-toggle-icon {
    display: flex;
    width: 20px;
    height: 14px;
    flex-direction: column;
    justify-content: space-between;
}

.nav-toggle-icon span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
    transition: transform .22s var(--ease-out), opacity .16s var(--ease-out);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:first-child {
    transform: translateY(6px) rotate(45deg);
}

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

.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:last-child {
    transform: translateY(-6px) rotate(-45deg);
}

.segmented,
.theme-switch {
    border: 1px solid var(--color-border);
    background: transparent;
}

.segmented a {
    min-width: 36px;
    padding: 7px 9px;
    border-radius: 4px;
    color: var(--color-text-muted);
}

.segmented a.is-active {
    background: var(--color-accent);
    color: var(--color-accent-contrast);
}

.theme-switch {
    width: 62px;
    height: 36px;
    padding: 3px;
}

.theme-switch-track,
.theme-switch-thumb {
    border-radius: 4px;
}

.theme-switch-thumb {
    background: var(--color-accent);
    box-shadow: none;
}

.theme-switch:hover {
    border-color: var(--color-accent);
    background: transparent;
}

/* Buttons and compact controls */

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.button {
    min-height: 50px;
    padding: 0 20px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-control);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    transition: transform .18s var(--ease-out), background .18s var(--ease-out), color .18s var(--ease-out), border-color .18s var(--ease-out), box-shadow .18s var(--ease-out);
}

.button::after {
    content: "↗";
    margin-left: 3px;
}

button.button::after {
    content: "→";
}

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

.button-primary {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: var(--color-accent-contrast);
}

.button-primary:hover {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: var(--brand-navy);
    box-shadow: 0 12px 28px rgba(230, 103, 33, .2);
}

:root[data-theme="dark"] .button-primary:hover {
    border-color: var(--brand-white);
    background: var(--brand-white);
}

.button-secondary {
    border-color: color-mix(in srgb, var(--color-text) 36%, transparent);
    background: transparent;
    color: var(--color-text);
}

.button-secondary:hover {
    border-color: var(--color-text);
    background: transparent;
}

.button-icon {
    width: 19px;
    height: 19px;
}

/* Hero compositions */

.hero {
    min-height: auto;
}

.hero-simple,
.product-hero,
.article-page > .hero-simple {
    position: relative;
    padding: 104px 0 88px;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-bg);
}

.hero-simple::after,
.product-hero::after {
    content: "";
    position: absolute;
    right: max(32px, calc((100vw - 1200px) / 2));
    bottom: -2px;
    width: 180px;
    height: 7px;
    background: var(--brand-orange);
    transform: skewX(-38deg);
}

.hero-simple h1,
.product-hero h1,
.article-page h1 {
    max-width: 980px;
    line-height: 1.04;
}

.hero-simple h1 {
    font-size: clamp(40px, 3.8vw, 52px);
}

.hero-simple .hero-grid h1 {
    font-size: clamp(38px, 3.35vw, 48px);
}

.product-hero h1 {
    font-size: clamp(40px, 3.4vw, 50px);
}

.article-page h1 {
    max-width: 900px;
    font-size: clamp(40px, 4vw, 54px);
}

.home-hero {
    position: relative;
    display: block;
    padding: 92px 0 48px;
    background: var(--color-bg);
}

.home-hero-wash {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-hero-wash::before {
    content: "";
    position: absolute;
    top: 102px;
    right: -130px;
    width: 560px;
    height: 12px;
    background: var(--brand-orange);
    opacity: .16;
    transform: rotate(-27deg);
}

.home-hero .hero-grid {
    position: relative;
    grid-template-columns: minmax(0, 1.06fr) minmax(430px, .86fr);
    gap: clamp(54px, 7vw, 96px);
    align-items: center;
}

.home-hero h1 {
    max-width: 760px;
    font-size: clamp(48px, 4.3vw, 60px);
}

.home-hero .lead {
    max-width: 690px;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 760px;
    margin-top: 40px;
    border-block: 1px solid var(--color-border);
}

.hero-proof span {
    display: block;
    padding: 15px 16px 15px 0;
    border: 0;
    border-right: 1px solid var(--color-border);
    border-radius: 0;
    background: transparent;
    color: var(--color-text-muted);
    font-size: 13px;
    line-height: 1.45;
}

.hero-proof span + span {
    padding-left: 16px;
}

.hero-proof span:last-child {
    border-right: 0;
}

.hero-proof span::before {
    content: none;
}

.hero-panel {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(186, 213, 230, .24);
    border-radius: var(--radius-card);
    background: linear-gradient(145deg, var(--brand-navy), color-mix(in srgb, var(--brand-blue) 28%, var(--brand-navy)) 64%, var(--brand-navy));
    box-shadow: var(--shadow-raised);
}

.hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 82% 28%, rgba(16, 72, 139, .54), transparent 31%),
        radial-gradient(circle at 70% 72%, rgba(57, 177, 137, .13), transparent 34%);
    opacity: 1;
    pointer-events: none;
}

.hero-panel::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -12%;
    z-index: 0;
    width: 58%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(230, 103, 33, .72), transparent);
    opacity: .72;
    transform: rotate(-19deg);
    pointer-events: none;
}

.quality-system {
    position: relative;
    z-index: 1;
    min-height: 500px;
    isolation: isolate;
    color: var(--brand-white);
}

.quality-system::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border: 1px solid rgba(186, 213, 230, .08);
    border-radius: inherit;
    pointer-events: none;
}

.quality-system-canvas {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: .82;
    pointer-events: none;
    mask-image: linear-gradient(90deg, transparent 12%, #000 50%);
}

.quality-system-shell {
    position: relative;
    z-index: 1;
    min-height: 500px;
    display: grid;
    grid-template-rows: auto 1fr auto auto;
}

.quality-system-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 20px;
    border-bottom: 1px solid rgba(186, 213, 230, .18);
    color: var(--brand-light-blue);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.quality-system-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.quality-system-brand img {
    width: 42px;
    height: auto;
}

.quality-system-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.quality-system-status i,
.quality-stage-number i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-green);
    box-shadow: 0 0 0 4px rgba(57, 177, 137, .16);
}

.quality-system-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 126px;
    gap: 20px;
    align-items: center;
    min-height: 240px;
    padding: 36px 34px 28px;
}

.quality-system-copy {
    position: relative;
    z-index: 2;
}

.quality-system-index {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-orange);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .08em;
}

.quality-system-index::before {
    content: "";
    width: 26px;
    height: 2px;
    background: currentColor;
}

.quality-system-copy h2 {
    max-width: 390px;
    margin-top: 22px;
    color: var(--brand-white);
    font-size: clamp(27px, 2vw, 32px);
    line-height: 1.04;
}

.quality-system-copy p {
    max-width: 390px;
    margin: 16px 0 0;
    color: var(--brand-light-blue);
    font-size: 14px;
    line-height: 1.55;
}

.quality-system-sensor {
    position: relative;
    width: 118px;
    height: 118px;
    justify-self: end;
    border: 1px solid rgba(186, 213, 230, .18);
    border-radius: 50%;
}

.quality-system-sensor::before,
.quality-system-sensor::after,
.quality-system-sensor span {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.quality-system-sensor::before {
    inset: 17px;
    border: 1px solid rgba(186, 213, 230, .28);
}

.quality-system-sensor::after {
    inset: 41px;
    border: 1px solid var(--brand-orange);
    box-shadow: 0 0 28px rgba(230, 103, 33, .22);
}

.quality-system-sensor span {
    inset: 52px;
    background: var(--brand-white);
    box-shadow: 0 0 0 7px rgba(16, 72, 139, .72), 0 0 30px rgba(186, 213, 230, .28);
}

.quality-pipeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0 20px 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(186, 213, 230, .2);
}

.quality-stage {
    position: relative;
    min-width: 0;
    min-height: 92px;
    display: grid;
    align-content: space-between;
    gap: 15px;
    padding: 7px 18px 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.quality-stage + .quality-stage {
    border-left: 1px solid rgba(186, 213, 230, .18);
}

.quality-stage-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--brand-light-blue);
    font-size: 10px;
    letter-spacing: .08em;
}

.quality-stage-number i {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 3px rgba(57, 177, 137, .12);
}

.quality-stage-copy {
    align-content: center;
    min-width: 0;
}

.quality-stage-copy strong,
.quality-stage-copy span {
    display: block;
}

.quality-stage-copy strong {
    color: var(--brand-white);
    font-size: 13px;
    font-weight: 550;
}

.quality-stage-copy span {
    margin-top: 5px;
    color: var(--brand-light-blue);
    font-size: 10px;
    line-height: 1.35;
}

.quality-system-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 20px;
    border-top: 1px solid rgba(186, 213, 230, .18);
    color: var(--brand-light-blue);
    font-size: 11px;
}

.quality-system-checks {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quality-system-checks i {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--brand-green);
}

.quality-system-checks i:nth-child(2) {
    background: var(--brand-blue);
}

.quality-system-checks i:nth-child(3) {
    background: var(--brand-orange);
}

.stats-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 48px;
    border: 1px solid var(--color-border);
    border-left: 5px solid var(--brand-orange);
    background: var(--color-bg-elevated);
}

.stats-strip div {
    min-height: 112px;
    padding: 22px 24px;
    border: 0;
    border-right: 1px solid var(--color-border);
}

.stats-strip div:last-child {
    border-right: 0;
}

.stats-strip strong {
    color: var(--brand-blue);
    font-size: clamp(25px, 2.8vw, 34px);
    font-weight: 600;
}

:root[data-theme="dark"] .stats-strip strong {
    color: var(--brand-orange);
}

.stats-strip span {
    display: block;
    margin-top: 7px;
    color: var(--color-text-muted);
    font-size: 13px;
    line-height: 1.4;
}

/* Grids and cards */

.hero-grid,
.two-column,
.product-form-grid,
.process-grid {
    gap: 64px;
}

.split-cards,
.pricing-grid,
.product-grid,
.article-grid,
.value-grid,
.small-business-value-grid {
    gap: 20px;
}

.split-cards,
.pricing-grid,
.article-grid,
.value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.surface-card,
.product-card,
.pricing-card,
.article-card,
.value-card,
.partnership-card,
.preview-explainer,
.form-card,
.contact-aside,
.product-device {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-card);
    background: var(--color-bg-elevated);
    box-shadow: none;
}

.surface-card,
.product-card,
.pricing-card,
.article-card,
.value-card {
    min-height: 260px;
    padding: 28px;
    transition: border-color .2s var(--ease-out), box-shadow .2s var(--ease-out), transform .2s var(--ease-out);
}

.surface-card:hover,
.product-card:hover,
.article-card:hover,
.value-card:hover {
    border-color: var(--brand-blue);
    box-shadow: var(--shadow-soft);
    transform: translateY(-3px);
}

:root[data-theme="dark"] .surface-card:hover,
:root[data-theme="dark"] .product-card:hover,
:root[data-theme="dark"] .article-card:hover,
:root[data-theme="dark"] .value-card:hover {
    border-color: var(--brand-orange);
}

.surface-card h3,
.product-card h3,
.value-card h3,
.article-card h2 {
    margin-bottom: 14px;
}

.article-card h2 {
    font-size: clamp(24px, 1.9vw, 26px);
    line-height: 1.12;
    text-wrap: pretty;
}

.form-card h2 {
    font-size: clamp(26px, 2.35vw, 32px);
    line-height: 1.12;
}

.surface-card p,
.product-card p,
.value-card p,
.article-card p {
    margin-top: 0;
}

.surface-card a,
.product-card a,
.article-card a,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-accent);
    font-size: 14px;
    font-weight: 600;
}

.surface-card a::after,
.product-card a::after,
.article-card a::after,
.text-link::after {
    content: "→";
}

.mini-checklist,
.feature-list,
.small-business-proof,
.offer-includes {
    padding: 0;
    list-style: none;
}

.mini-checklist li,
.small-business-proof li,
.offer-includes li {
    grid-template-columns: 8px minmax(0, 1fr);
    gap: 14px;
    color: var(--color-text-muted);
}

.mini-checklist li::before,
.small-business-proof li::before,
.offer-includes li::before,
.reason-stack p::before {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: var(--brand-green);
    box-shadow: none;
}

.product-card {
    min-height: 340px;
    overflow: hidden;
    transform-style: flat;
}

.product-card .product-accent {
    width: auto;
    height: 5px;
    margin: -28px -28px 28px;
    background: var(--brand-blue);
}

.product-accent-green {
    background: var(--brand-green) !important;
}

.product-accent-orange {
    background: var(--brand-orange) !important;
}

.product-accent-light-blue {
    background: var(--brand-light-blue) !important;
}

.product-card-meta {
    align-items: center;
}

.product-card h3 {
    max-width: 520px;
    font-size: clamp(24px, 2.15vw, 29px);
}

.status-pill,
.store-hint,
.tag-row span,
.offer-pill,
.pricing-badge {
    border-radius: 4px;
}

.status-pill {
    border-color: color-mix(in srgb, var(--brand-green) 54%, transparent);
    background: color-mix(in srgb, var(--brand-green) 16%, transparent);
    color: var(--color-text);
}

.service-list div,
.capability-grid span,
.benefit-stack p,
.device-screen span {
    border-radius: var(--radius-card);
    background: transparent;
}

.steps {
    gap: 0;
    border-top: 1px solid var(--color-border);
}

.step {
    display: grid;
    grid-template-columns: 50px minmax(160px, .7fr) 1fr;
    gap: 24px;
    align-items: start;
    padding: 24px 0;
    border-bottom: 1px solid var(--color-border);
}

.step span {
    color: var(--brand-blue);
}

:root[data-theme="dark"] .step span {
    color: var(--brand-orange);
}

.step p {
    margin: 0;
}

.uruguay-section {
    overflow: hidden;
    background: var(--brand-navy);
    color: var(--brand-white);
}

.uruguay-section::after {
    content: "UY";
    position: absolute;
    right: max(32px, calc((100vw - 1200px) / 2));
    bottom: -50px;
    color: rgba(186, 213, 230, .08);
    font-size: clamp(180px, 28vw, 420px);
    font-weight: 700;
    line-height: .72;
    pointer-events: none;
}

.uruguay-section h2,
.uruguay-section h3 {
    color: var(--brand-white);
}

.uruguay-section .eyebrow {
    color: var(--brand-light-blue);
}

.uruguay-section p,
.uruguay-section .reason-stack p {
    color: var(--brand-light-blue);
    border-color: rgba(186, 213, 230, .22);
}

.partnership-card {
    padding: clamp(36px, 6vw, 72px);
    border-left: 6px solid var(--brand-orange);
    background: var(--brand-light-blue);
}

.partnership-card h2,
.partnership-card p {
    color: var(--brand-navy);
}

.partnership-card h2 {
    max-width: 820px;
    font-size: clamp(32px, 3vw, 40px);
}

.partnership-card p:last-child {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 18px;
}

/* Service, pricing, and product pages */

.small-business-hero {
    padding: 82px 0 72px;
    background: var(--color-bg);
}

.small-business-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    gap: 54px;
}

.small-business-hero-copy {
    padding-top: 28px;
}

.small-business-hero h1 {
    max-width: 760px;
    font-size: clamp(42px, 4vw, 56px);
    line-height: 1.04;
}

.small-business-price-hook {
    border-color: var(--brand-orange);
    border-radius: var(--radius-control);
    background: transparent;
}

.small-business-offer-card {
    position: relative;
    min-height: 100%;
    padding: clamp(26px, 3vw, 38px);
    overflow: hidden;
    border: 1px solid var(--brand-blue);
    border-radius: var(--radius-card);
    background: var(--brand-navy);
    box-shadow: var(--shadow-raised);
    color: var(--brand-white);
}

.small-business-offer-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 8px;
    background: var(--brand-orange);
    transform: skewX(-38deg) translateX(18px);
}

.small-business-offer-card h2,
.small-business-offer-card h3,
.small-business-offer-card strong,
.small-business-offer-card .offer-price,
.small-business-offer-card .offer-urgency {
    color: var(--brand-white);
}

.small-business-offer-card h2 {
    font-size: clamp(30px, 2.7vw, 36px);
    line-height: 1.08;
}

.small-business-offer-card p,
.small-business-offer-card li,
.small-business-offer-card .offer-was {
    color: var(--brand-light-blue);
}

.small-business-offer-card .offer-pill {
    border-color: var(--brand-green);
    background: transparent;
    color: var(--brand-white);
}

.small-business-offer-card .offer-savings {
    color: var(--brand-orange);
}

.small-business-offer-card .button-primary {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: var(--brand-navy);
}

.pricing-card {
    padding: 28px;
}

.pricing-card-featured {
    border-color: var(--brand-orange);
    background: var(--color-bg-elevated);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-orange) 18%, transparent);
}

.pricing-badge {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: var(--brand-navy);
}

.offer-savings {
    color: var(--brand-orange);
}

.product-hero {
    overflow: hidden;
}

.product-hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 6px;
    background: var(--product-color, var(--brand-blue));
    pointer-events: none;
}

.product-blue {
    --product-color: var(--brand-blue);
}

.product-green {
    --product-color: var(--brand-green);
}

.product-orange {
    --product-color: var(--brand-orange);
}

.product-light-blue {
    --product-color: var(--brand-light-blue);
}

.product-device {
    min-height: 500px;
    padding: 16px;
    border-color: var(--product-color, var(--brand-blue));
    background: var(--brand-navy);
    box-shadow: var(--shadow-raised);
}

.device-top {
    height: 4px;
    background: var(--product-color, var(--brand-blue));
}

.device-screen {
    min-height: 430px;
    border-color: rgba(186, 213, 230, .3);
    background: var(--brand-navy);
}

.device-screen strong {
    color: var(--brand-white);
}

.device-screen span {
    border-color: rgba(186, 213, 230, .28);
    color: var(--brand-light-blue);
}

.product-proof {
    border-left: 5px solid var(--brand-green);
    background: var(--color-bg-elevated);
}

/* Forms, articles, legal, and previews */

.contact-grid,
.product-proof {
    gap: 40px;
}

.contact-aside,
.form-card {
    padding: clamp(24px, 3.4vw, 38px);
}

.contact-aside {
    border-top: 5px solid var(--brand-green);
}

.contact-aside .reason-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: start;
    height: auto;
}

.contact-aside article {
    flex: 0 0 auto;
    height: auto;
    grid-template-rows: max-content max-content;
    align-content: start;
    align-items: start;
    border-color: var(--color-border);
    color: var(--color-text);
}

.contact-aside article p {
    display: block;
    height: auto;
}

.form-card {
    border-top: 5px solid var(--brand-blue);
    box-shadow: var(--shadow-soft);
}

:root[data-theme="dark"] .form-card {
    border-top-color: var(--brand-orange);
}

.form-card label {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 550;
}

.form-card input,
.form-card select,
.form-card textarea,
.chatbot-compose textarea {
    min-height: 48px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-control);
    background: var(--color-bg);
    color: var(--color-text);
}

.form-card textarea {
    min-height: 132px;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
.chatbot-compose textarea:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 20%, transparent);
}

.form-message {
    border-radius: var(--radius-control);
}

.form-message.is-success {
    border-color: var(--brand-green);
    color: var(--color-text);
}

.form-message.is-error {
    border-color: var(--brand-orange);
    color: var(--color-text);
}

.coupon-banner {
    border-color: var(--brand-green);
    background: transparent;
}

.coupon-banner span {
    color: var(--brand-green);
}

.article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
    overflow: hidden;
}

.article-card-media {
    margin: -28px -28px 24px;
}

.article-hero-media {
    margin-top: 44px;
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-soft);
}

.article-body,
.legal-body {
    margin-top: 42px;
}

.legal-summary {
    max-width: 760px;
    margin-top: 24px;
    color: var(--color-text-muted);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.7;
}

.legal-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 760px);
    gap: clamp(48px, 7vw, 96px);
    align-items: start;
    justify-content: center;
}

.legal-toc {
    position: sticky;
    top: 112px;
    padding: 24px;
    border: 1px solid var(--color-border);
    border-top: 4px solid var(--brand-blue);
    border-radius: var(--radius-card);
    background: var(--color-surface);
}

.legal-toc ol {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: legal-sections;
}

.legal-toc li {
    counter-increment: legal-sections;
}

.legal-toc a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    color: var(--color-text-muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.legal-toc a::before {
    content: counter(legal-sections, decimal-leading-zero);
    color: var(--brand-orange);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .04em;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
    color: var(--color-text);
}

.legal-body {
    min-width: 0;
    margin-top: 0;
}

.legal-intro {
    margin: 0 0 48px;
    padding: 24px 28px;
    border-left: 4px solid var(--brand-green);
    background: var(--color-surface);
    color: var(--color-text);
}

.legal-body section {
    scroll-margin-top: 108px;
}

.legal-body section + section {
    margin-top: 52px;
    padding-top: 44px;
    border-top: 1px solid var(--color-border);
}

.legal-body h2 {
    margin: 0 0 18px;
    font-size: clamp(25px, 2.2vw, 31px);
    line-height: 1.2;
}

.legal-body p {
    margin: 0;
}

.legal-body p + p {
    margin-top: 18px;
}

.legal-body ul {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.legal-body li {
    position: relative;
    padding-left: 22px;
    color: var(--color-text-muted);
    font-size: 16px;
    line-height: 1.7;
}

.legal-body li::before {
    content: "";
    position: absolute;
    top: .68em;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--brand-green);
}

.legal-closing {
    margin-top: 52px !important;
    padding: 24px 28px;
    border: 1px solid var(--color-border);
    border-top: 4px solid var(--brand-orange);
    border-radius: var(--radius-card);
    background: var(--color-surface);
    color: var(--color-text) !important;
    font-weight: 600;
}

.two-column h2,
.product-proof h2,
.product-form-grid h2 {
    font-size: clamp(30px, 2.6vw, 36px);
    line-height: 1.1;
}

.product-proof h2 {
    font-size: clamp(30px, 2.4vw, 34px);
}

.article-body p,
.legal-body p {
    font-size: clamp(17px, 1.45vw, 19px);
    line-height: 1.8;
}

.article-byline {
    margin: 16px 0 0;
    color: var(--color-text-muted);
    font-size: 14px;
    font-weight: 650;
}

.article-body h2 {
    margin: 44px 0 12px;
    font-size: clamp(26px, 2.4vw, 32px);
    line-height: 1.16;
}

.article-related-link {
    margin-top: 28px;
}

.preview-lock {
    min-height: calc(100vh - 76px);
}

.preview-explainer {
    border-left: 5px solid var(--brand-orange);
}

.pin-demo span {
    border-radius: var(--radius-control);
    background: transparent;
}

/* CTA, footer, chat, and consent */

.cta-band {
    padding: 76px 0;
    border-block: 1px solid color-mix(in srgb, var(--brand-blue) 24%, transparent);
    background: color-mix(in srgb, var(--brand-light-blue) 28%, var(--brand-white));
}

.cta-band .eyebrow,
.cta-band h2,
.cta-band p {
    color: var(--brand-navy);
}

.cta-band .eyebrow::before {
    background: var(--brand-orange);
}

.cta-band-inner {
    position: relative;
    padding-left: 30px;
    border-left: 5px solid var(--brand-orange);
}

:root[data-theme="dark"] .cta-band {
    border-color: rgba(186, 213, 230, .24);
    background: color-mix(in srgb, var(--brand-blue) 22%, var(--brand-navy));
}

:root[data-theme="dark"] .cta-band h2,
:root[data-theme="dark"] .cta-band .eyebrow {
    color: var(--brand-white);
}

.cta-band h2 {
    max-width: 800px;
    font-size: clamp(32px, 3vw, 40px);
    line-height: 1.1;
}

.cta-band .button-primary {
    border-color: var(--brand-navy);
    background: var(--brand-navy);
    color: var(--brand-white);
}

.cta-band .button-primary:hover {
    border-color: var(--brand-white);
    background: var(--brand-white);
    color: var(--brand-navy);
}

.site-footer {
    padding: 76px 0 28px;
    border-top: 0;
    background: var(--brand-navy);
    color: var(--brand-white);
}

.footer-brand img {
    width: 225px;
    height: auto;
}

.footer-grid {
    grid-template-columns: 1.35fr repeat(3, .72fr);
    gap: 42px;
}

.footer-grid > div:first-child p {
    max-width: 360px;
    color: var(--brand-light-blue);
}

.footer-grid h2 {
    color: var(--brand-white);
    font-size: 12px;
    letter-spacing: .12em;
}

.footer-grid a,
.footer-link-button {
    color: var(--brand-light-blue);
}

.footer-grid a:hover,
.footer-link-button:hover {
    color: var(--brand-white);
}

.social-links a {
    border-radius: var(--radius-control);
    border-color: rgba(186, 213, 230, .38);
    background: transparent;
    color: var(--brand-light-blue);
}

.social-links a:hover {
    border-color: var(--brand-orange);
    color: var(--brand-white);
}

.footer-bottom {
    border-color: rgba(186, 213, 230, .24);
    color: var(--brand-light-blue);
}

.chatbot-toggle {
    border: 2px solid var(--brand-white);
    border-radius: var(--radius-card);
    background: var(--brand-blue);
    color: var(--brand-white);
    box-shadow: 0 14px 34px rgba(19, 24, 44, .24);
}

:root[data-theme="dark"] .chatbot-toggle {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: var(--brand-navy);
}

.chatbot-panel {
    border-radius: var(--radius-card);
    border-color: var(--color-border);
    box-shadow: var(--shadow-raised);
}

.chatbot-header {
    border-top: 5px solid var(--brand-orange);
    background: var(--color-bg-elevated);
}

.chatbot-message,
.chatbot-icon-button,
.chatbot-prompts button,
.chatbot-actions button,
.chatbot-compose textarea {
    border-radius: var(--radius-control);
}

.analytics-consent-panel {
    border-top: 5px solid var(--brand-orange);
    border-radius: var(--radius-card);
    background: var(--color-bg-elevated);
    box-shadow: var(--shadow-raised);
    backdrop-filter: none;
}

/* Restrained motion */

.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .36s var(--ease-out), transform .36s var(--ease-out);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .header-inner {
        grid-template-columns: 180px minmax(0, 1fr) auto;
        gap: 14px;
    }

    .brand-logo-group-full img {
        width: 180px;
    }

    .site-nav a {
        padding-inline: 8px;
        font-size: 12px;
    }

    .home-hero .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr);
        gap: 46px;
    }

    .quality-system-main {
        grid-template-columns: minmax(0, 1fr) 100px;
        padding-inline: 26px;
    }

    .quality-system-sensor {
        width: 96px;
        height: 96px;
    }

    .quality-system-sensor::before {
        inset: 14px;
    }

    .quality-system-sensor::after {
        inset: 33px;
    }

    .quality-system-sensor span {
        inset: 43px;
    }

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

@media (max-width: 980px) {
    .container,
    .narrow {
        width: min(1200px, calc(100% - 48px));
        max-width: calc(100vw - 48px);
    }

    .section {
        padding: 80px 0;
    }

    .header-inner {
        grid-template-columns: 208px 1fr auto;
    }

    .brand-logo-group-full img {
        width: 208px;
    }

    .nav-toggle {
        display: inline-flex;
        justify-self: center;
    }

    .site-nav {
        top: 76px;
        right: 24px;
        left: 24px;
        padding: 12px;
        border: 1px solid var(--color-border);
        border-radius: var(--radius-card);
        background: var(--color-bg-elevated);
        box-shadow: var(--shadow-raised);
    }

    :root[data-theme="dark"] .site-nav {
        border-color: color-mix(in srgb, var(--brand-light-blue) 24%, transparent);
        background: var(--brand-navy);
        box-shadow: 0 24px 64px rgba(0, 0, 0, .42);
    }

    .site-nav a {
        padding: 13px 14px;
        color: var(--color-text);
        font-size: 14px;
    }

    .site-nav a.nav-cta {
        margin: 4px 0 0;
        text-align: center;
    }

    .home-hero .hero-grid,
    .hero-grid,
    .two-column,
    .product-form-grid,
    .process-grid,
    .contact-grid,
    .product-proof,
    .footer-grid,
    .small-business-hero-grid,
    .legal-layout {
        grid-template-columns: 1fr;
    }

    .legal-layout {
        gap: 40px;
    }

    .legal-toc {
        position: static;
    }

    .legal-toc ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero .hero-grid {
        gap: 58px;
    }

    .hero-panel {
        width: min(720px, 100%);
    }

    .split-cards,
    .pricing-grid,
    .article-grid,
    .value-grid,
    .small-business-value-grid,
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        gap: 32px;
    }
}

@media (max-width: 680px) {
    .container,
    .narrow {
        width: min(1200px, calc(100% - 32px));
        max-width: calc(100vw - 32px);
    }

    .legal-toc {
        padding: 20px;
    }

    .legal-toc ol {
        grid-template-columns: 1fr;
    }

    .legal-intro,
    .legal-closing {
        padding: 20px;
    }

    .legal-body section + section {
        margin-top: 40px;
        padding-top: 36px;
    }

    .section {
        padding: 64px 0;
    }

    .header-inner {
        min-height: 68px;
        grid-template-columns: auto auto auto;
        gap: 8px;
        justify-content: space-between;
    }

    .brand-logo-group-full {
        display: none;
    }

    .brand-logo-group-symbol {
        display: grid;
    }

    .brand-logo-group-symbol img {
        width: 46px;
    }

    .brand {
        min-width: 46px;
        min-height: 44px;
        justify-content: flex-start;
    }

    .site-nav {
        top: 68px;
        right: 16px;
        left: 16px;
    }

    .header-controls {
        gap: 5px;
    }

    .segmented {
        padding: 2px;
    }

    .segmented a {
        min-width: 32px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 7px;
    }

    .theme-switch {
        width: 56px;
        height: 44px;
    }

    .home-hero {
        padding: 58px 0 36px;
    }

    h1 {
        font-size: clamp(34px, 9vw, 40px);
        line-height: 1.04;
    }

    .home-hero h1 {
        font-size: clamp(36px, 9.6vw, 42px);
    }

    .hero-simple h1 {
        font-size: clamp(32px, 8.5vw, 36px);
    }

    .hero-simple .hero-grid h1,
    .product-hero h1,
    .article-page h1 {
        font-size: clamp(31px, 8.2vw, 35px);
    }

    .small-business-hero h1 {
        font-size: clamp(34px, 8.8vw, 38px);
    }

    h2 {
        font-size: clamp(28px, 7vw, 32px);
    }

    h3 {
        font-size: 20px;
    }

    .article-card h2 {
        font-size: clamp(22px, 6vw, 24px);
    }

    .product-card h3 {
        font-size: 24px;
    }

    .form-card h2,
    .small-business-offer-card h2 {
        font-size: 28px;
    }

    .two-column h2,
    .product-proof h2,
    .product-form-grid h2,
    .partnership-card h2,
    .cta-band h2 {
        font-size: clamp(27px, 7vw, 30px);
        line-height: 1.12;
    }

    .lead {
        font-size: 18px;
    }

    .button-row {
        display: grid;
    }

    .button {
        width: 100%;
    }

    .hero-proof,
    .stats-strip,
    .split-cards,
    .pricing-grid,
    .article-grid,
    .value-grid,
    .small-business-value-grid,
    .product-grid {
        grid-template-columns: 1fr;
    }

    .hero-proof span,
    .hero-proof span + span {
        padding: 13px 0;
        border-right: 0;
        border-bottom: 1px solid var(--color-border);
    }

    .hero-proof span:last-child {
        border-bottom: 0;
    }

    .hero-panel,
    .quality-system,
    .quality-system-shell {
        min-height: 0;
    }

    .quality-system-topline {
        padding: 14px 16px;
    }

    .quality-system-brand > span {
        display: none;
    }

    .quality-system-main {
        position: relative;
        min-height: 260px;
        display: block;
        padding: 30px 22px 26px;
    }

    .quality-system-copy {
        max-width: 88%;
    }

    .quality-system-copy h2 {
        margin-top: 20px;
        font-size: 26px;
    }

    .quality-system-copy p {
        font-size: 13px;
    }

    .quality-system-sensor {
        position: absolute;
        top: 24px;
        right: 18px;
        width: 90px;
        height: 90px;
        opacity: .42;
    }

    .quality-system-sensor::before {
        inset: 13px;
    }

    .quality-system-sensor::after {
        inset: 31px;
    }

    .quality-system-sensor span {
        inset: 40px;
    }

    .quality-system-canvas {
        opacity: .56;
        mask-image: linear-gradient(180deg, #000 0%, transparent 70%);
    }

    .quality-pipeline {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 0 14px 14px;
    }

    .quality-stage {
        min-height: 0;
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: center;
        align-content: center;
        gap: 10px;
        padding: 11px 13px;
    }

    .quality-stage + .quality-stage {
        border-top: 1px solid rgba(186, 213, 230, .18);
        border-left: 0;
    }

    .quality-stage-number {
        align-self: stretch;
        flex-direction: column;
        align-items: flex-start;
    }

    .quality-system-footer {
        align-items: flex-start;
        padding: 13px 16px;
    }

    .quality-system-footer > span:first-child {
        max-width: 220px;
    }

    .stats-strip div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--color-border);
    }

    .stats-strip div:last-child {
        border-bottom: 0;
    }

    .surface-card,
    .product-card,
    .pricing-card,
    .article-card,
    .value-card {
        min-height: 0;
        padding: 22px;
    }

    .product-card .product-accent {
        margin: -22px -22px 22px;
    }

    .step {
        grid-template-columns: 36px 1fr;
        gap: 12px;
    }

    .step p {
        grid-column: 2;
    }

    .small-business-hero {
        padding: 54px 0;
    }

    .small-business-hero-copy {
        padding-top: 0;
    }

    .small-business-offer-card,
    .form-card,
    .contact-aside {
        padding: 22px;
    }

    .product-device {
        min-height: 410px;
    }

    .device-screen {
        min-height: 350px;
    }

    .cta-band {
        padding: 60px 0;
    }

    .cta-band-inner,
    .preview-explainer {
        align-items: flex-start;
        flex-direction: column;
    }

    .cta-band-inner {
        padding-left: 22px;
    }

    .site-footer {
        padding-top: 60px;
    }

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

    .analytics-consent {
        padding: 10px;
    }

    .analytics-consent-panel {
        width: calc(100vw - 20px);
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .analytics-consent-actions {
        justify-content: stretch;
    }
}

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

    .reveal {
        opacity: 1;
        transform: none;
    }
}
