:root {
    --bg: #091224;
    --bg-soft: #102243;
    --bg-strong: #1f4cb8;
    --text: #f8fafc;
    --muted: rgba(226, 232, 240, 0.78);
    --warm: #f59e0b;
    --warm-strong: #ea580c;
    --line: rgba(255, 255, 255, 0.12);
    --line-strong: rgba(255, 255, 255, 0.18);
    --shadow-soft: 0 18px 38px rgba(2, 8, 23, 0.16);
    --shadow-card: 0 24px 50px rgba(2, 8, 23, 0.22);
    --shadow-strong: 0 28px 64px rgba(2, 8, 23, 0.28);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(96, 165, 250, 0.2), transparent 26%),
        radial-gradient(circle at 78% 18%, rgba(245, 158, 11, 0.16), transparent 18%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 22%),
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.22), transparent 24%),
        linear-gradient(135deg, var(--bg) 0%, var(--bg-soft) 52%, var(--bg-strong) 100%);
}

html {
    scroll-behavior: smooth;
}

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

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

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    background: rgba(9, 18, 36, 0.58);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(2, 8, 23, 0.12);
}

.nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
}

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

.brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 40px rgba(2, 8, 23, 0.24);
    overflow: hidden;
    flex-shrink: 0;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-copy {
    display: grid;
    gap: 2px;
}

.brand-kicker {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.brand-name {
    font-size: 1.1rem;
    font-weight: 900;
}

.nav-actions,
.footer-links,
.cta-actions,
.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.nav-link,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.98rem;
    font-weight: 800;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

.nav-link:focus-visible,
.button:focus-visible,
.feature-card a:focus-visible,
.footer-links a:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

.nav-link-outline,
.button-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.nav-link-solid,
.button-primary {
    background: linear-gradient(135deg, var(--warm) 0%, var(--warm-strong) 100%);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(234, 88, 12, 0.22);
    color: #fff;
}

.nav-link-outline:hover,
.button-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.24);
}

.nav-link-solid:hover,
.button-primary:hover {
    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.26);
}

.button-block {
    width: 100%;
}

.hero-section {
    position: relative;
    overflow: clip;
    text-align: center;
    padding: 74px 0 68px;
}

.hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
    pointer-events: none;
    opacity: 0.9;
}

.hero-orb-one {
    width: 320px;
    height: 320px;
    top: 16%;
    right: 10%;
    background: rgba(245, 158, 11, 0.14);
}

.hero-orb-two {
    width: 220px;
    height: 220px;
    bottom: 12%;
    left: 10%;
    background: rgba(96, 165, 250, 0.14);
}

.hero-stack {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1040px;
}

.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.14);
    border: 1px solid rgba(245, 158, 11, 0.24);
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.12);
}

.eyebrow-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--warm);
    box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.16);
}

.hero-title {
    margin: 22px 0 0;
    font-size: clamp(3.2rem, 8vw, 6.5rem);
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.hero-title span {
    display: block;
    white-space: nowrap;
}

.hero-title em {
    color: var(--warm);
    font-style: italic;
    font-weight: 700;
}

.hero-text {
    margin: 22px 0 0;
    max-width: 42ch;
    color: var(--muted);
    font-size: 1.18rem;
    line-height: 1.8;
}

.hero-actions {
    margin-top: 12px;
}

.hero-stats,
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 980px;
    margin-top: 48px;
}

.hero-stat {
    text-align: center;
    padding: 26px 22px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
    border: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

.hero-stat strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
}

.hero-stat span {
    display: block;
    margin-top: 8px;
    color: rgba(226, 232, 240, 0.82);
    line-height: 1.6;
}

.section {
    position: relative;
    scroll-margin-top: 110px;
}

.section-features {
    margin-top: -22px;
    padding: 22px 0 84px;
    background: linear-gradient(180deg, rgba(12, 28, 62, 0) 0%, rgba(11, 28, 64, 0.92) 14%, rgba(10, 27, 59, 0.98) 100%);
}

.feature-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 2.2fr);
    gap: 28px;
    align-items: stretch;
}

.feature-spotlight,
.feature-card,
.pricing-card,
.cta-panel {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-card);
}

.feature-spotlight {
    padding: 38px 34px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(35, 53, 92, 0.98), rgba(23, 39, 75, 0.98));
}

.feature-spotlight h2,
.section-heading h2,
.cta-copy h2 {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.03;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.feature-spotlight p,
.section-heading p,
.cta-copy p {
    margin: 16px 0 0;
    color: rgba(226, 232, 240, 0.76);
    line-height: 1.8;
}

.feature-spotlight-list {
    margin: 24px 0 0;
    padding-left: 20px;
    color: rgba(226, 232, 240, 0.8);
    line-height: 1.9;
}

.feature-spotlight-list li + li {
    margin-top: 6px;
}

.feature-spotlight-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    color: #ffd39a;
    font-size: 1rem;
    font-weight: 800;
}

.feature-spotlight-link::after {
    content: "\2192";
    font-size: 1.05rem;
}

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

.feature-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-height: 250px;
    padding: 30px 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(47, 70, 118, 0.98), rgba(32, 52, 96, 0.98));
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
    box-shadow: var(--shadow-strong);
}

.pill-label,
.section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    width: fit-content;
    background: #ffedd5;
    color: #c2410c;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-card h3 {
    margin: 20px 0 0;
    font-size: 1.6rem;
    line-height: 1.12;
    font-weight: 900;
    max-width: 10ch;
}

.feature-card p {
    margin: 18px 0 0;
    color: rgba(226, 232, 240, 0.76);
    line-height: 1.85;
    max-width: 24ch;
}

.feature-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 30px;
    color: var(--warm);
    font-size: 1rem;
    font-weight: 800;
}

.feature-card a::after {
    content: "\2192";
    font-size: 1.05rem;
}

.section-pricing {
    padding: 8px 0 68px;
    background: linear-gradient(180deg, rgba(10, 27, 59, 0.98) 0%, rgba(13, 31, 67, 0.98) 100%);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.pricing-grid {
    margin-top: 38px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 34px 30px 30px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(36, 54, 95, 0.98), rgba(22, 39, 75, 0.98));
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pricing-card:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
    box-shadow: var(--shadow-strong);
}

.pricing-card-featured {
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.16), rgba(37, 54, 94, 0.98));
    border-color: rgba(245, 158, 11, 0.28);
}

.pricing-plan {
    font-size: 1.1rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: -0.01em;
}

.pricing-price {
    margin-top: 18px;
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.pricing-price span {
    margin-left: 6px;
    color: rgba(226, 232, 240, 0.72);
    font-size: 1rem;
    font-weight: 700;
}

.pricing-card ul {
    margin: 28px 0 0;
    padding-left: 22px;
    color: rgba(226, 232, 240, 0.82);
    line-height: 1.95;
    flex: 1;
}

.pricing-card li + li {
    margin-top: 8px;
}

.pricing-card .button-block {
    margin-top: 28px;
}

.pricing-note {
    margin-top: 26px;
    text-align: center;
    color: rgba(226, 232, 240, 0.72);
    line-height: 1.7;
}

.section-cta {
    padding: 12px 0 100px;
    background: linear-gradient(180deg, rgba(10, 27, 59, 0.98) 0%, rgba(9, 18, 36, 1) 100%);
}

.section-contact-strip {
    padding: 0 0 72px;
    background: linear-gradient(180deg, rgba(9, 18, 36, 1) 0%, rgba(8, 16, 31, 1) 100%);
}

.contact-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
    gap: 24px;
    align-items: center;
    padding: 32px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(31, 48, 87, 0.96), rgba(15, 28, 54, 0.98));
    box-shadow: var(--shadow-card);
}

.contact-strip-copy h2 {
    margin: 16px 0 0;
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.contact-strip-copy p {
    margin: 14px 0 0;
    color: rgba(226, 232, 240, 0.76);
    line-height: 1.8;
    max-width: 40ch;
}

.contact-strip-actions {
    display: grid;
    gap: 14px;
}

.contact-chip {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 40px rgba(2, 8, 23, 0.14);
}

.contact-chip-label {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-chip strong {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.35;
}

.floating-contact {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--warm) 0%, var(--warm-strong) 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 18px 38px rgba(234, 88, 12, 0.28);
}

.section-businesses {
    padding: 8px 0 72px;
    background: linear-gradient(180deg, rgba(13, 31, 67, 0.98) 0%, rgba(10, 27, 59, 0.98) 100%);
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.business-card {
    padding: 26px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(40, 60, 104, 0.98), rgba(24, 42, 80, 0.98));
    box-shadow: var(--shadow-card);
}

.business-card h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.18;
}

.business-card p {
    margin: 14px 0 0;
    color: rgba(226, 232, 240, 0.76);
    line-height: 1.8;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 38px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(31, 48, 87, 0.96), rgba(16, 31, 61, 0.98));
}

.site-footer {
    background: #091224;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: clip;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.09), transparent 68%);
    pointer-events: none;
    transform: translate(18%, 28%);
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 46px 0 34px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.7fr) minmax(260px, 0.9fr);
    gap: 34px;
    align-items: start;
    width: 100%;
}

.footer-column {
    display: grid;
    gap: 10px;
    align-content: start;
}

.footer-column-brand {
    max-width: 360px;
}

.footer-column-links {
    justify-items: start;
}

.footer-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.22), rgba(234, 88, 12, 0.16));
    border: 1px solid rgba(245, 158, 11, 0.24);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(234, 88, 12, 0.14);
}

.footer-heading {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-title {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.footer-tagline {
    color: rgba(226, 232, 240, 0.76);
    line-height: 1.8;
    max-width: 28ch;
}

.footer-contact-label {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-column-contact {
    padding: 24px 24px 22px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
        linear-gradient(180deg, rgba(31, 48, 87, 0.9), rgba(18, 31, 57, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 22px 44px rgba(2, 8, 23, 0.2);
}

.footer-contact-link {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.footer-contact-email {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    font-weight: 700;
}

.footer-contact-note {
    color: rgba(226, 232, 240, 0.72);
    line-height: 1.7;
    max-width: 28ch;
}

.footer-contact-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: fit-content;
    margin-top: 8px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--warm) 0%, var(--warm-strong) 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(234, 88, 12, 0.2);
}

.footer-copy {
    line-height: 1.7;
    color: rgba(226, 232, 240, 0.72);
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    text-align: center;
}

.footer-links {
    display: grid;
    gap: 12px;
}

.footer-links a {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    width: fit-content;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}

.footer-links a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1100px) {
    .feature-layout {
        grid-template-columns: 1fr;
    }

    .cta-panel {
        display: grid;
    }
}

@media (max-width: 900px) {
    .hero-stats,
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .contact-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 20px, 1180px);
    }

    .nav-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .nav-actions {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .nav-actions::-webkit-scrollbar {
        display: none;
    }

    .nav-link {
        min-height: 40px;
        padding: 0 12px;
        font-size: 0.84rem;
        white-space: nowrap;
    }

    .hero-actions,
    .cta-actions {
        width: 100%;
        max-width: 420px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .hero-actions .button,
    .cta-actions .button {
        width: 100%;
        min-width: 0;
        padding: 0 18px;
    }

    .hero-section {
        padding: 40px 0 46px;
    }

    .hero-title {
        font-size: clamp(2.55rem, 12vw, 3.9rem);
        line-height: 0.96;
    }

    .hero-title span {
        white-space: normal;
    }

    .hero-text {
        max-width: 30rem;
        font-size: 1rem;
        line-height: 1.7;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 34px;
        max-width: 420px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .feature-spotlight,
    .feature-card,
    .pricing-card,
    .cta-panel {
        padding: 22px;
    }

    .section-features {
        margin-top: -14px;
        padding: 10px 0 48px;
        background: linear-gradient(180deg, rgba(11, 28, 64, 0.96) 0%, rgba(9, 22, 48, 1) 100%);
    }

    .section-pricing {
        padding: 0 0 44px;
        background: linear-gradient(180deg, rgba(13, 31, 67, 0.98) 0%, rgba(9, 22, 48, 1) 100%);
    }

    .section-cta {
        padding: 0 0 60px;
        background: linear-gradient(180deg, rgba(9, 22, 48, 1) 0%, rgba(9, 18, 36, 1) 100%);
    }

    .section-businesses {
        padding: 0 0 48px;
    }

    .section-contact-strip {
        padding: 0 0 48px;
    }

    .hero-stat {
        padding: 18px 10px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(33, 52, 95, 0.98), rgba(19, 35, 68, 0.99));
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 20px 40px rgba(2, 8, 23, 0.2);
        backdrop-filter: none;
    }

    .hero-stat strong {
        font-size: 0.95rem;
    }

    .hero-stat span {
        font-size: 0.84rem;
        line-height: 1.45;
    }

    .pricing-card {
        padding: 24px 22px 22px;
        border-radius: 24px;
    }

    .pricing-card ul {
        margin-top: 22px;
        line-height: 1.7;
    }

    .pricing-card .button-block {
        margin-top: 22px;
    }

    .pricing-plan {
        font-size: 1rem;
    }

    .pricing-price {
        font-size: 1.9rem;
    }

    .pricing-price span {
        font-size: 0.92rem;
    }

    .cta-panel {
        background: linear-gradient(180deg, rgba(27, 43, 80, 0.98), rgba(14, 26, 51, 0.99));
    }

    .brand {
        gap: 8px;
        flex: 1;
        min-width: 0;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .brand-kicker {
        font-size: 0.58rem;
        letter-spacing: 0.08em;
    }

    .brand-name {
        font-size: 0.98rem;
    }

    .feature-card {
        min-height: 220px;
        padding: 22px 20px;
        border-radius: 24px;
    }

    .feature-card h3 {
        margin-top: 16px;
        font-size: 1.35rem;
        max-width: none;
    }

    .feature-card p {
        margin-top: 14px;
        font-size: 0.96rem;
        line-height: 1.65;
        max-width: none;
    }

    .feature-card a {
        padding-top: 22px;
        font-size: 0.95rem;
    }

    .business-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .business-card {
        padding: 22px 20px;
        border-radius: 24px;
    }

    .business-card h3 {
        font-size: 1.2rem;
    }

    .business-card p {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .contact-strip {
        padding: 24px 22px;
        border-radius: 24px;
    }

    .contact-strip-copy h2 {
        font-size: 1.7rem;
    }

    .contact-chip {
        padding: 16px 18px;
        border-radius: 20px;
    }

    .footer-inner {
        padding: 36px 0 28px;
        gap: 16px;
    }

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

    .footer-column,
    .footer-column-links {
        justify-items: center;
        text-align: center;
    }

    .footer-tagline,
    .footer-contact-note {
        max-width: none;
    }

    .footer-links {
        gap: 12px;
    }

    .footer-links a,
    .footer-contact-cta {
        width: auto;
    }

    .footer-copy {
        padding-top: 12px;
    }
}

@media (max-width: 520px) {
    .nav-link {
        min-height: 38px;
        padding: 0 10px;
        font-size: 0.8rem;
    }

    .brand-kicker {
        display: none;
    }

    .brand-name {
        font-size: 0.92rem;
    }

    .hero-actions,
    .cta-actions {
        width: 100%;
    }

    .hero-actions .button,
    .cta-actions .button {
        padding: 0 14px;
        font-size: 0.92rem;
    }

    .floating-contact {
        left: 12px;
        right: 12px;
        bottom: 12px;
        min-height: 46px;
        padding: 0 14px;
        font-size: 0.88rem;
    }
}
