:root {
    --red: #d90000;
    --red-dark: #d90000;
    --red-soft: #f8d9dc;
    --text: #d90000;
    --bg: #fff6f6;
    --white: #ffffff;
    --shadow: 0 24px 60px rgba(132, 12, 28, 0.16);
    --radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #ffffff;
    line-height: 1.6;
}

body.site-locked {
    overflow: hidden;
}

body.site-locked header,
body.site-locked main,
body.site-locked footer {
    filter: blur(34px);
    transform: scale(1.02);
    transform-origin: center top;
    pointer-events: none;
    user-select: none;
}

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

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

.site-lock-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.site-locked .site-lock-overlay {
    display: flex;
}

.site-lock-card {
    width: min(100%, 860px);
    padding: 42px 36px 28px;
    background: var(--red);
    color: var(--white);
    border-radius: var(--radius);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.18),
        0 0 56px rgba(217, 0, 0, 0.42);
    text-align: center;
}

.site-lock-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px 26px;
    flex-wrap: wrap;
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.site-lock-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

.site-lock-email::before,
.site-lock-phone::before,
.site-lock-hours::before {
    content: "";
    width: 1.05rem;
    height: 1.05rem;
    display: inline-block;
    background-color: currentColor;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.site-lock-email::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3.5' y='6.5' width='17' height='11' rx='1.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4.5 8l7.5 5.5L19.5 8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3.5' y='6.5' width='17' height='11' rx='1.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4.5 8l7.5 5.5L19.5 8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.site-lock-phone::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.4 4.8c-.5-1-1.8-1.3-2.8-.7L3 5c-1 .6-1.4 1.8-1.1 2.9C4 15 9 20 16.1 22.1c1.1.3 2.3-.1 2.9-1.1l.9-1.6c.6-1 .3-2.3-.7-2.8l-3-1.5c-.9-.5-2-.2-2.6.6l-.9 1.2c-2.4-1.1-4.5-3.2-5.6-5.6l1.2-.9c.8-.6 1.1-1.7.6-2.6l-1.5-3Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.4 4.8c-.5-1-1.8-1.3-2.8-.7L3 5c-1 .6-1.4 1.8-1.1 2.9C4 15 9 20 16.1 22.1c1.1.3 2.3-.1 2.9-1.1l.9-1.6c.6-1 .3-2.3-.7-2.8l-3-1.5c-.9-.5-2-.2-2.6.6l-.9 1.2c-2.4-1.1-4.5-3.2-5.6-5.6l1.2-.9c.8-.6 1.1-1.7.6-2.6l-1.5-3Z' fill='black'/%3E%3C/svg%3E");
}

.site-lock-hours::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 7.5v5l3.5 2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M12 7.5v5l3.5 2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.site-lock-message {
    margin: 0;
    font-size: clamp(1.5rem, 2.8vw, 2.3rem);
    font-weight: 800;
    line-height: 1.28;
    color: var(--white);
}

.site-lock-links {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-lock-links a {
    color: var(--white);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.4;
}

.site-lock-links a:hover {
    opacity: 0.82;
}

.hero-shell {
    padding: 24px 24px 0;
}

.topbar {
    width: auto;
    max-width: none;
    margin: -24px -24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    min-height: 56px;
    padding: 0 max(24px, calc((100vw - 1180px) / 2 + 24px));
    background: var(--red);
    border-radius: 0;
    color: var(--white);
}

.topbar-contact {
    color: var(--white);
    display: inline-flex;
    height: 56px;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    position: static;
    white-space: nowrap;
}

.topbar-label {
    margin-right: 14px;
}

.topbar-value {
    display: inline-flex;
    align-items: center;
}

.topbar-email::before,
.topbar-phone::before {
    content: "";
    width: 1.15rem;
    height: 1.15rem;
    display: inline-block;
    background-color: currentColor;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.topbar-email::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3.5' y='6.5' width='17' height='11' rx='1.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4.5 8l7.5 5.5L19.5 8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3.5' y='6.5' width='17' height='11' rx='1.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M4.5 8l7.5 5.5L19.5 8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.topbar-phone::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.4 4.8c-.5-1-1.8-1.3-2.8-.7L3 5c-1 .6-1.4 1.8-1.1 2.9C4 15 9 20 16.1 22.1c1.1.3 2.3-.1 2.9-1.1l.9-1.6c.6-1 .3-2.3-.7-2.8l-3-1.5c-.9-.5-2-.2-2.6.6l-.9 1.2c-2.4-1.1-4.5-3.2-5.6-5.6l1.2-.9c.8-.6 1.1-1.7.6-2.6l-1.5-3Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.4 4.8c-.5-1-1.8-1.3-2.8-.7L3 5c-1 .6-1.4 1.8-1.1 2.9C4 15 9 20 16.1 22.1c1.1.3 2.3-.1 2.9-1.1l.9-1.6c.6-1 .3-2.3-.7-2.8l-3-1.5c-.9-.5-2-.2-2.6.6l-.9 1.2c-2.4-1.1-4.5-3.2-5.6-5.6l1.2-.9c.8-.6 1.1-1.7.6-2.6l-1.5-3Z' fill='black'/%3E%3C/svg%3E");
}

.menu-bar {
    max-width: 1180px;
    margin: 20px auto 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 74px;
}

.menu-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
}

.menu-logo img {
    width: auto;
    height: 80px;
    max-width: min(100%, 320px);
}

.menu-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex-wrap: wrap;
}

.menu-links a {
    color: var(--red);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.menu-links a:hover {
    opacity: 0.82;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    max-width: 100%;
}

.brand {
    color: var(--red);
    font-weight: 700;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.brand img {
    width: auto;
    height: 82px;
    max-width: min(100%, 420px);
}

.hero-card {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    background: var(--red);
    color: var(--white);
    border-radius: var(--radius);
    box-shadow: 0 0 0 1px rgba(73, 3, 14, 0.08), 0 0 34px rgba(73, 3, 14, 0.24);
    overflow: hidden;
}

.legal-page .hero-card {
    grid-template-columns: 1fr;
    background: transparent;
    color: var(--red);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.legal-page .hero-copy {
    padding-top: 100px;
}

.legal-page .eyebrow,
.legal-page .hero-copy h1,
.legal-page .hero-text {
    color: var(--red);
}

.legal-page .hero-text {
    max-width: 820px;
}

.contact-page .hero-card {
    grid-template-columns: 1fr;
    background: var(--red);
    color: var(--white);
    border-radius: var(--radius);
    box-shadow:
        0 18px 34px rgba(73, 3, 14, 0.30),
        0 34px 72px rgba(73, 3, 14, 0.38);
    padding: 40px;
}

.contact-page .eyebrow,
.contact-page .hero-copy h1,
.contact-page .hero-text {
    color: var(--white);
}

.contact-page .hero-text {
    max-width: 760px;
}

.contact-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.contact-hero-points span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
    font-size: 0.96rem;
    font-weight: 700;
}

.hero-card-single {
    grid-template-columns: 1fr;
    border: 0;
    box-shadow:
        0 18px 34px rgba(73, 3, 14, 0.30),
        0 34px 72px rgba(73, 3, 14, 0.38);
}

.hero-title-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4px 20px 8px;
    margin-bottom: 400px;
    background: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.hero-title-logo::after {
    content: "";
    align-self: stretch;
    height: 2px;
    margin-top: -3px;
    background: var(--red);
}

.hero-title-logo img {
    width: min(100%, 280px);
    height: auto;
}

.eyebrow {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.82rem;
    font-weight: 800;
    opacity: 0.84;
}

.hero-copy h1 {
    margin: 0;
    font-size: clamp(2.5rem, 4vw, 4.8rem);
    line-height: 0.98;
}

.hero-text {
    margin: 22px 0 0;
    max-width: 620px;
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.92);
}

.download-badges {
    margin-top: 22px;
    --badge-clear-space: 15px;
    --badge-row-gap: 8px;
    --badge-height-standard: 56px;
    --badge-height-google: 60px;
}

.download-label {
    position: relative;
    margin: 0 0 16px;
    padding-top: 34px;
    font-size: 1.28rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.download-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #ffffff;
}

.download-note {
    margin: 14px 0 0;
    font-size: 0.84rem;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
}

.hero-feature-list {
    margin: 100px 0 22px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 10px;
    justify-items: start;
}

.hero-feature-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 1.16rem;
    font-weight: 600;
    color: var(--white);
    text-align: left;
    line-height: 1.5;
    min-height: calc(2 * 1.5em);
    width: 100%;
    margin: 0;
}

.hero-feature-list li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
    font-weight: 800;
    font-size: 0.9rem;
    flex: 0 0 26px;
    margin-top: 0.12em;
}

.badge-groups {
    display: flex;
    width: 100%;
    margin: 0 auto;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
}

.badge-column {
    display: grid;
    gap: 12px;
    justify-items: start;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: var(--badge-clear-space);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.store-badge:hover {
    transform: translateY(-2px);
    opacity: 0.96;
}

.store-badge img {
    width: auto;
    max-width: none;
    height: var(--badge-height-standard);
    object-fit: contain;
}

.device-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 1004px);
    margin: 16px auto 0;
    min-height: 64px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--red);
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-align: center;
}

.google-play-badge img {
    height: var(--badge-height-google);
}

.microsoft-badge img,
.apple-badge img {
    height: var(--badge-height-standard);
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-panel {
    width: min(100%, 430px);
    padding: 18px;
    background: var(--red);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(73, 3, 14, 0.20);
}

.section {
    max-width: 1180px;
    margin: 0 auto;
    padding: 96px 24px 0;
}

.home-section {
    margin-top: 30px;
    padding: 58px 24px;
    background: transparent;
    color: var(--text);
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgba(217, 0, 0, 1);
}

main > .home-section:first-of-type {
    border-top-color: transparent;
}

main > .home-section:first-of-type {
    margin-top: 72px;
}

main > .home-section:first-of-type + .home-section {
    margin-top: 72px;
    padding-top: 72px;
    border-top-color: rgba(217, 0, 0, 1);
}

#premium + .home-section {
    border-top-color: transparent;
}

.section-label {
    margin: 0 0 10px;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.8rem;
    font-weight: 800;
}

.section-label.light {
    color: var(--red);
}

.section-heading h2,
.premium-section h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    color: var(--red);
}

.section-heading-wide {
    max-width: 860px;
}

.section-intro {
    margin: 18px 0 0;
    max-width: 760px;
    font-size: 1.08rem;
    color: var(--red);
}

.section-intro-light {
    color: var(--red);
}

.section-columns,
.platform-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 24px;
    align-items: start;
}

.premium-inline-title {
    margin: 0;
    display: inline-block;
    width: fit-content;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: clamp(calc(2rem + 3px), calc(3vw + 3px), calc(3rem + 3px));
    line-height: 1.1;
    color: var(--red);
    white-space: nowrap;
    justify-self: center;
    align-self: center;
    text-align: center;
}

.text-column p {
    margin: 0;
    font-size: 1.05rem;
    color: var(--red);
}

.section-check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.section-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    color: var(--red);
}

.section-check-list li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: var(--red);
    color: var(--white);
    font-size: 0.84rem;
    font-weight: 800;
    flex: 0 0 24px;
    margin-top: 1px;
}

.feature-lines {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.feature-hero-card {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 26px;
    padding: 0;
    background: transparent;
    color: var(--red);
    border-radius: 0;
    box-shadow: none;
}

.feature-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.feature-hero-item {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 0 8px 0 42px;
    padding-right: 8px;
}

.feature-hero-item::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    width: 18px;
    height: 18px;
    color: var(--red);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    transform: rotate(-18deg);
    text-shadow:
        12px -4px 0 var(--red),
        10px 10px 0 var(--red);
}

.feature-hero-item h3 {
    margin: 0;
    color: var(--red);
    font-size: 1.35rem;
}

.feature-hero-item p {
    margin: 0;
    color: var(--red);
    line-height: 1.7;
}

.feature-line {
    padding: 0 0 18px 18px;
    border-left: 4px solid var(--red);
    border-bottom: 1px solid rgba(194, 15, 30, 0.12);
}

.feature-line h3,
.platform-heading {
    margin: 0 0 10px;
    color: var(--red);
    font-size: 1.3rem;
}

.feature-line p {
    margin: 0;
    max-width: 780px;
    color: var(--red);
}

.platform-column {
    padding-top: 8px;
}

.platform-card-section {
    background: var(--red);
    color: var(--white);
    border-top-color: transparent;
    border-radius: var(--radius);
    box-shadow:
        0 0 0 1px rgba(217, 0, 0, 0.16),
        0 0 48px rgba(217, 0, 0, 0.34);
    overflow: hidden;
}

.platform-card-section .section-label,
.platform-card-section h2,
.platform-card-section .platform-heading,
.platform-card-section .section-check-list li {
    color: var(--white);
}

.platform-card-section .platform-heading {
    font-size: calc(1.3rem + 3px);
    margin-bottom: 8px;
}

.platform-card-section .section-check-list {
    gap: 16px;
}

.platform-card-section .section-check-list li {
    font-size: calc(1rem + 0.5px);
    line-height: calc(1.5em + 2px);
    gap: 10px;
}

.platform-card-section .section-check-list li::before {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: var(--white);
    font-size: 1.1em;
    flex: 0 0 auto;
    margin-top: 0.08em;
}

.premium-section {
    margin-top: 54px;
    padding: 56px 24px;
    background: var(--red);
    border-top-width: 0;
    border-top-style: none;
    border: 0;
    border-radius: 30px;
    box-shadow:
        0 0 0 1px rgba(217, 0, 0, 0.18),
        0 0 56px rgba(217, 0, 0, 0.44);
    overflow: hidden;
    scroll-margin-top: 48px;
}

.premium-card-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
    gap: 28px;
    align-items: center;
}

.premium-card-copy {
    min-width: 0;
}

.premium-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 100%;
}

.premium-card-icon img {
    width: min(100%, 272px);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    object-fit: cover;
    object-position: 44% 52%;
    background: transparent;
    box-shadow: 0 0 28px rgba(255, 255, 255, 0.34);
}

.premium-check-list {
    margin-top: 30px;
}

.premium-section .section-label,
.premium-section h2,
.premium-section p,
.premium-section li {
    color: var(--white);
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.premium-section .section-intro {
    font-size: calc(1.08rem + 2px);
}

.premium-check-list li {
    color: var(--white);
    font-size: calc(1rem + 5px);
    font-weight: 800;
    line-height: 1.45;
}

.premium-section .section-check-list li::before {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: var(--white);
    font-size: 1.15rem;
    flex: 0 0 auto;
    margin-top: 0.08em;
}

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

body.enhanced .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.footer {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 24px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    color: var(--red);
    font-weight: 700;
}

.footer-meta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
}

.footer-meta p {
    margin: 0;
}

.legal-shell {
    padding-top: 34px;
}

.contact-shell {
    padding-top: 10px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 28px;
}

.contact-info-card {
    margin-top: 0;
    height: 100%;
    box-shadow: none;
}

.contact-page .contact-info-card.hero-card {
    box-shadow: none;
}

.contact-info-card .feature-hero-item p a {
    color: var(--white);
}

.contact-info-card .feature-hero-item h3,
.contact-info-card .feature-hero-item p {
    color: var(--white);
}

.contact-info-card .feature-hero-item::before {
    content: none;
}

.contact-info-card .feature-hero-item {
    padding-left: 0;
}

.contact-info-card .feature-hero-item + .feature-hero-item {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 34px;
    align-items: start;
    margin-top: 30px;
}

.contact-form-section {
    margin-top: 54px;
    box-shadow: none;
}

.contact-page .contact-form-section.premium-section {
    box-shadow: none;
}

.contact-card {
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.30);
    border-radius: 28px;
    padding: 34px 30px;
    box-shadow: 0 18px 40px rgba(73, 3, 14, 0.16);
}

.contact-form-card {
    box-shadow: 0 22px 46px rgba(73, 3, 14, 0.20);
}

.contact-side-card {
    background: #ffffff;
    box-shadow: none;
}

.contact-page .contact-side-card {
    box-shadow: none;
}

.contact-card .section-label,
.contact-card h2,
.contact-card p,
.contact-card a,
.contact-card h3,
.contact-card span {
    color: var(--red);
}

.contact-card h2 {
    margin: 0 0 20px;
    font-size: clamp(1.9rem, 2.6vw, 2.5rem);
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.contact-field {
    display: grid;
    gap: 8px;
}

.contact-field span {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--red);
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid rgba(217, 0, 0, 1);
    border-radius: 18px;
    padding: 16px 18px;
    font: inherit;
    color: var(--red);
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.contact-field textarea {
    resize: vertical;
    min-height: 190px;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: rgba(217, 0, 0, 0.55);
    box-shadow: 0 0 0 4px rgba(217, 0, 0, 0.10);
}

.contact-actions {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.contact-submit {
    border: 0;
    border-radius: 999px;
    padding: 16px 28px;
    width: fit-content;
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: var(--white);
    background: var(--red);
    cursor: pointer;
}

.contact-hint,
.contact-status,
.contact-info-item p,
.contact-info-item a {
    color: var(--red);
}

.contact-hint {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.65;
}

.contact-status {
    margin: 0;
    min-height: 1.6em;
    font-size: 0.95rem;
    font-weight: 700;
}

.contact-info-list {
    display: grid;
    gap: 18px;
}

.contact-info-item + .contact-info-item {
    padding-top: 18px;
    border-top: 1px solid rgba(217, 0, 0, 1);
}

.contact-info-item h3 {
    margin: 0 0 6px;
    font-size: 1.08rem;
    color: var(--red);
}

.contact-info-item p {
    margin: 0;
    line-height: 1.75;
}

.legal-card {
    background: transparent;
    color: var(--red);
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.legal-card h2,
.legal-card h3,
.legal-card h4,
.legal-card p,
.legal-card li,
.legal-card .section-label {
    color: var(--red);
}

.legal-card h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 3vw, 2.8rem);
}

.legal-section + .legal-section {
    margin-top: 22px;
    padding-top: 34px;
    border-top: 1px solid rgba(217, 0, 0, 0.16);
}

.legal-section h3 {
    margin: 0 0 12px;
    font-size: 1.24rem;
}

.legal-section h4 {
    margin: 18px 0 8px;
    font-size: 1rem;
}

.legal-card p {
    margin: 0 0 14px;
    line-height: 1.75;
}

.legal-list {
    margin: 0 0 14px;
    padding-left: 1.2rem;
}

.legal-list li + li {
    margin-top: 10px;
}

.legal-shell.reveal,
body.enhanced .legal-shell.reveal {
    opacity: 1;
    transform: none;
}

@media (max-width: 980px) {
    .hero-card,
    .section-columns,
    .platform-columns,
    .contact-info-grid,
    .contact-layout,
    .contact-field-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 640px) {
    .hero-shell {
        padding: 18px 14px 0;
    }

    .hero-card {
        padding: 24px 18px;
    }

    .menu-bar {
        margin: 0 auto 28px;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        min-height: 0;
    }

    .menu-logo img {
        height: 64px;
    }

    .menu-links {
        width: 100%;
        justify-content: flex-start;
        gap: 14px 18px;
    }

    .hero-feature-list {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .hero-feature-list li,
    .hero-feature-list li:nth-child(1),
    .hero-feature-list li:nth-child(2),
    .hero-feature-list li:nth-child(3),
    .hero-feature-list li:nth-child(4),
    .hero-feature-list li:nth-child(5),
    .hero-feature-list li:nth-child(6),
    .hero-feature-list li:nth-child(7),
    .hero-feature-list li:nth-child(8),
    .hero-feature-list li:nth-child(9),
    .hero-feature-list li:nth-child(10),
    .hero-feature-list li:nth-child(11) {
        grid-column: auto;
        grid-row: auto;
        justify-self: stretch;
    }

    .brand img {
        height: 58px;
    }

    .badge-groups {
        flex-wrap: wrap;
        justify-content: center;
    }

    .store-badge img {
        max-width: 100%;
    }

    .device-download-btn {
        width: 100%;
    }

    .premium-card-layout {
        grid-template-columns: 1fr;
    }

    .premium-card-icon {
        margin-top: 8px;
    }


    .section {
        padding: 72px 14px 0;
    }

    .home-section {
        margin-top: 22px;
        padding: 46px 16px;
    }

    main > .home-section:first-of-type {
        margin-top: 56px;
    }

    .topbar {
        margin: -18px -14px 100px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        min-height: 52px;
        padding: 0 14px;
    }

    .topbar-contact {
        height: 52px;
    }

    .footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 56px;
    }

    .site-lock-card {
        padding: 30px 20px 24px;
    }

    .site-lock-contact {
        margin-bottom: 22px;
        padding-bottom: 18px;
        gap: 12px 18px;
    }

    .site-lock-contact-link {
        font-size: 0.92rem;
    }

    .site-lock-message {
        font-size: clamp(1.24rem, 6vw, 1.7rem);
    }

    .site-lock-links {
        gap: 12px 16px;
    }

    .premium-section {
        margin-top: 40px;
        padding: 44px 16px;
    }


    .legal-card {
        padding: 0;
    }
}
