:root {
    --ink: #050d18;
    --ink2: #0a1929;
    --ink3: #0f2238;
    --navy: #0B1F3A;
    --blue: #1a4a8a;
    --gold: #C8922A;
    --gold2: #e8b04a;
    --gold3: #f5d070;
    --red: #c0392b;
    --red2: #e74c3c;
    --white: #ffffff;
    --off: #f0ece4;
    --muted: rgba(255, 255, 255, 0.42);
    --border: rgba(255, 255, 255, 0.07);
    --gold-border: rgba(200, 146, 42, 0.22);
    --glass: rgba(255, 255, 255, 0.04);
    --glass2: rgba(255, 255, 255, 0.07)
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    font-family: 'Barlow', sans-serif;
    background: var(--ink);
    color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

.en {
    display: block
}

.es {
    display: none !important
}

.en-i {
    display: inline
}

.es-i {
    display: none !important
}

.en-flex {
    display: flex
}

.es-flex {
    display: none !important
}

body.spanish .en {
    display: none !important
}

body.spanish .es {
    display: block !important
}

body.spanish .en-i {
    display: none !important
}

body.spanish .es-i {
    display: inline !important
}

body.spanish .en-flex {
    display: none !important
}

body.spanish .es-flex {
    display: flex !important
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 20% 10%, rgba(200, 146, 42, 0.05) 0%, transparent 55%), radial-gradient(ellipse 60% 40% at 80% 60%, rgba(192, 57, 43, 0.06) 0%, transparent 50%), radial-gradient(ellipse 50% 70% at 50% 100%, rgba(19, 45, 82, 0.5) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0
}

.lang-bar {
    position: relative;
    z-index: 400;
    background: rgba(5, 13, 24, 0.95);
    border-bottom: 1px solid var(--border);
    padding: 9px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.lang-alert {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3)
}

.blink-dot {
    width: 6px;
    height: 6px;
    background: var(--red2);
    border-radius: 50%;
    animation: blink 1.2s ease-in-out infinite;
    flex-shrink: 0
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.15
    }
}

.lang-btns {
    display: flex;
    gap: 6px
}

.lang-btn {
    background: transparent;
    border: 1px solid var(--border);
    color: rgba(255, 255, 255, 0.3);
    padding: 5px 18px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.2s
}

.lang-btn.active {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--ink)
}

.lang-btn:hover:not(.active) {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7)
}

nav {
    position: sticky;
    top: 0;
    z-index: 300;
    background: rgba(5, 13, 24, 0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--border);
    padding: 0 48px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

nav.nav-hidden {
    transform: translateY(-101%)
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    flex-shrink: 0
}

.nav-logo-img {
    height: 64px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3)) brightness(1.2) contrast(1.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.nav-logo:hover .nav-logo-img {
    filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.65)) drop-shadow(0 4px 20px rgba(200, 146, 42, 0.5)) brightness(1.3) contrast(1.2);
    transform: scale(1.08) rotate(-1deg)
}

.nav-logo {
    position: relative
}

.nav-logo-text {
    line-height: 1
}

.nav-wordmark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase
}

.nav-wordmark em {
    font-style: normal;
    color: var(--gold)
}

.nav-tagline {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 5px
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin-left: auto
}

.nav-links a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
    position: relative;
    white-space: nowrap
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.25s;
    transform-origin: left
}

.nav-links a:hover {
    color: #fff
}

.nav-links a:hover::after {
    transform: scaleX(1)
}

.nav-cta {
    background: var(--red) !important;
    color: #fff !important;
    padding: 11px 22px !important;
    border-radius: 4px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s !important
}

.nav-cta::after {
    display: none !important
}

.nav-cta:hover {
    background: #d44030 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 24px rgba(192, 57, 43, 0.4) !important;
    color: #fff !important
}

.ticker {
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg, var(--red) 0%, #a93226 50%, var(--red) 100%);
    padding: 10px 0;
    overflow: hidden
}

.ticker::before,
.ticker::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2
}

.ticker::before {
    left: 0;
    background: linear-gradient(90deg, var(--red), transparent)
}

.ticker::after {
    right: 0;
    background: linear-gradient(270deg, var(--red), transparent)
}

.ticker-track {
    display: flex;
    animation: scroll 36s linear infinite;
    width: max-content;
    white-space: nowrap
}

.ticker-item {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    padding: 0 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0
}

.ticker-sep {
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    flex-shrink: 0
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.hero {
    position: relative;
    z-index: 1;
    padding: 100px 48px 80px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 28px;
    opacity: 0;
    animation: fadeUp 0.7s 0.1s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.hero-eyebrow::before,
.hero-eyebrow::after {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--gold)
}

.hero-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(42px, 6.5vw, 88px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    max-width: 820px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.8s 0.22s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.hero-h1 em {
    font-style: italic;
    color: var(--gold2)
}

.hero-sub {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 64px;
    font-weight: 300;
    opacity: 0;
    animation: fadeUp 0.8s 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.calc-card {
    background: var(--glass);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    overflow: hidden;
    opacity: 0;
    animation: fadeUp 0.9s 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.calc-header {
    padding: 28px 36px 0;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    flex-wrap: wrap
}

.calc-header-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold)
}

.calc-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(192, 57, 43, 0.15);
    border: 1px solid rgba(192, 57, 43, 0.35);
    color: #ff8a80;
    padding: 4px 12px;
    border-radius: 3px
}

.calc-body {
    padding: 32px 36px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 32px;
    align-items: start
}

.calc-field label {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 10px
}

.calc-select {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 16px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s
}

.calc-select:focus {
    outline: none;
    border-color: var(--gold);
    background-color: rgba(200, 146, 42, 0.06)
}

.calc-select option {
    background: #0a1929;
    color: #fff
}

.units-wrap {
    position: relative
}

.units-display {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color 0.2s
}

.units-number {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    min-width: 36px
}

.units-label {
    font-size: 13px;
    color: var(--muted)
}

.units-controls {
    display: flex;
    gap: 8px
}

.unit-btn {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border);
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
    font-weight: 300
}

.unit-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3)
}

.units-slider {
    width: 100%;
    margin-top: 12px;
    -webkit-appearance: none;
    appearance: none;
    height: 3px;
    background: var(--border);
    border-radius: 3px;
    outline: none;
    cursor: pointer
}

.units-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: var(--gold);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 12px rgba(200, 146, 42, 0.5);
    transition: transform 0.15s
}

.units-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2)
}

.calc-result {
    background: rgba(200, 146, 42, 0.06);
    border: 1px solid rgba(200, 146, 42, 0.18);
    border-radius: 12px;
    padding: 24px 26px;
    position: relative;
    overflow: hidden
}

.calc-result::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold2))
}

.result-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 8px
}

.result-amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--red2);
    line-height: 1;
    margin-bottom: 4px;
    transition: color 0.3s;
    min-height: 58px
}

.result-amount.critical {
    color: #ff4444
}

.result-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
    line-height: 1.5
}

.result-laws {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px
}

.law-badge {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 3px;
    background: rgba(192, 57, 43, 0.15);
    border: 1px solid rgba(192, 57, 43, 0.3);
    color: #ff8a80;
    transition: all 0.25s
}

.law-badge.active {
    background: rgba(192, 57, 43, 0.25);
    border-color: rgba(192, 57, 43, 0.55);
    color: #ffb3ae
}

.result-cta {
    display: block;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, var(--red), #a93226);
    color: #fff;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    overflow: hidden
}

.result-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-101%);
    transition: transform 0.3s ease
}

.result-cta:hover::before {
    transform: translateX(0)
}

.result-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(192, 57, 43, 0.45)
}

.risk-meter {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px
}

.risk-bar {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden
}

.risk-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #27ae60, #f39c12, var(--red));
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0%
}

.risk-level {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    transition: color 0.3s;
    min-width: 56px;
    text-align: right
}

.stats-bar {
    position: relative;
    z-index: 1;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 32px 48px;
    display: flex;
    align-items: stretch;
    overflow: hidden
}

.stats-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.35
}

.stat-grid {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border)
}

.stat-cell {
    background: var(--ink);
    padding: 28px 32px;
    text-align: center;
    position: relative;
    transition: background 0.3s
}

.stat-cell:hover {
    background: var(--ink2)
}

.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    font-weight: 700;
    color: var(--gold2);
    line-height: 1;
    margin-bottom: 8px
}

.stat-desc {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5
}

.section {
    position: relative;
    z-index: 1;
    padding: 112px 48px
}

.section-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 22px
}

.eyebrow::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--gold)
}

.section-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4.5vw, 58px);
    font-weight: 700;
    line-height: 1.06;
    color: #fff;
    margin-bottom: 18px
}

.section-h2 em {
    font-style: italic;
    color: var(--gold2)
}

.section-lead {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
    max-width: 540px;
    font-weight: 300
}

.scenarios-section {
    background: var(--ink)
}

.scenarios-header {
    margin-bottom: 64px
}

.scenarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.scenario-card {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s, border-color 0.35s;
    cursor: default
}

.scenario-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--red), var(--red2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1)
}

.scenario-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(192, 57, 43, 0.25);
    border-color: rgba(192, 57, 43, 0.25)
}

.scenario-card:hover::before {
    transform: scaleX(1)
}

.scenario-n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.18);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 28px
}

.scenario-icon {
    font-size: 32px;
    margin-bottom: 20px;
    display: block
}

.scenario-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px
}

.scenario-body {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 32px
}

.scenario-damage {
    padding-top: 24px;
    border-top: 1px solid var(--border)
}

.damage-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 700;
    color: var(--red2);
    line-height: 1;
    margin-bottom: 6px
}

.damage-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 1px;
    text-transform: uppercase
}

.laws-section {
    background: var(--ink2)
}

.laws-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 64px
}

.law-card {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s, border-color 0.3s
}

.law-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(200, 146, 42, 0.18);
    border-color: rgba(200, 146, 42, 0.2)
}

.law-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--gold), var(--gold2));
    border-radius: 3px 0 0 3px
}

.law-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff8a80;
    margin-bottom: 18px
}

.law-status .dot {
    width: 5px;
    height: 5px;
    background: var(--red2);
    border-radius: 50%;
    animation: blink 1.2s ease-in-out infinite
}

.law-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 16px
}

.law-desc {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 28px
}

.law-penalty-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding-top: 22px;
    border-top: 1px solid var(--border)
}

.penalty-fig {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--red2);
    line-height: 1
}

.penalty-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 4px
}

.how-section {
    background: var(--ink)
}

.how-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 64px;
    position: relative
}

.how-steps::before {
    content: '';
    position: absolute;
    top: 52px;
    left: calc(16.67%+16px);
    right: calc(16.67%+16px);
    height: 1px;
    background: linear-gradient(90deg, var(--gold), var(--gold2), var(--gold));
    opacity: 0.25;
    pointer-events: none
}

.step-card {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 48px 36px 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s
}

.step-card:hover {
    transform: translateY(-4px);
    border-color: rgba(200, 146, 42, 0.22)
}

.step-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 0 0 2px 2px
}

.step-card:hover::after {
    transform: scaleX(1)
}

.step-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 88px;
    font-weight: 700;
    color: rgba(200, 146, 42, 0.07);
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 24px;
    transition: color 0.3s
}

.step-card:hover .step-num {
    color: rgba(200, 146, 42, 0.12)
}

.step-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
    position: relative
}

.step-body {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 24px
}

.step-time {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(200, 146, 42, 0.1);
    border: 1px solid rgba(200, 146, 42, 0.22);
    color: var(--gold2);
    padding: 5px 14px;
    border-radius: 4px
}

.authority-section {
    background: var(--ink2)
}

.authority-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.auth-img-container {
    position: relative
}

.auth-img-box {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
    border: 1px solid var(--border)
}

.auth-img-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 13, 24, 0.8) 0%, transparent 50%);
    z-index: 1
}

.auth-img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
    filter: grayscale(20%) contrast(1.05);
    transition: transform 0.7s ease
}

.auth-img-box:hover .auth-img {
    transform: scale(1.04)
}

.auth-img-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    background: var(--gold);
    color: var(--ink);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 4px
}

.auth-img-container::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -20px;
    bottom: -20px;
    left: 20px;
    border: 1px solid rgba(200, 146, 42, 0.1);
    border-radius: 18px;
    pointer-events: none;
    z-index: -1
}

.auth-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 24px;
    padding-left: 24px;
    border-left: 2px solid var(--gold);
    position: relative
}

.auth-body {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.85;
    margin-bottom: 40px;
    font-weight: 300
}

.auth-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 40px
}

.auth-stat-card {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 22px 18px;
    text-align: center;
    transition: border-color 0.3s
}

.auth-stat-card:hover {
    border-color: rgba(200, 146, 42, 0.25)
}

.auth-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--gold2);
    line-height: 1;
    margin-bottom: 8px
}

.auth-stat-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.5
}

.pricing-section {
    background: var(--ink)
}

.pricing-header {
    text-align: center;
    margin-bottom: 64px
}

.pricing-header .eyebrow {
    justify-content: center
}

.pricing-header .section-lead {
    margin: 0 auto;
    text-align: center
}

.founders-strip {
    background: rgba(192, 57, 43, 0.1);
    border: 1px solid rgba(192, 57, 43, 0.28);
    border-radius: 12px;
    padding: 26px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden
}

.founders-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--red), var(--red2), var(--red))
}

.founders-eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ff8a80;
    margin-bottom: 6px
}

.founders-hl {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff
}

.founders-hl s {
    color: rgba(255, 255, 255, 0.45);
    text-decoration-color: var(--red2)
}

.founders-hl strong {
    color: var(--gold2)
}

.founders-right {
    flex-shrink: 0;
    text-align: right
}

.spots-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.spots-track {
    width: 200px;
    height: 4px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 6px auto
}

.spots-fill {
    height: 100%;
    width: 48%;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    border-radius: 4px
}

.spots-note {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.18)
}

.audit-card {
    background: var(--glass);
    border: 1px solid var(--gold-border);
    border-radius: 14px;
    padding: 48px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden
}

.audit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold2), var(--gold))
}

.audit-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 50%, rgba(200, 146, 42, 0.04) 0%, transparent 50%);
    pointer-events: none
}

.audit-price-col {
    position: relative;
    z-index: 1
}

.audit-was {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
    text-decoration: line-through;
    text-decoration-color: var(--red2);
    letter-spacing: 1px;
    margin-bottom: 4px
}

.audit-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 96px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px
}

.audit-note {
    font-size: 14px;
    color: var(--gold2);
    font-weight: 600;
    margin-bottom: 36px
}

.audit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--red);
    color: #fff;
    padding: 17px 40px;
    border-radius: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s;
    white-space: nowrap
}

.audit-btn:hover {
    background: #d44030;
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(192, 57, 43, 0.45)
}

.audit-features-col {
    position: relative;
    z-index: 1
}

.audit-features-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 20px
}

.audit-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px
}

.audit-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55
}

.chk {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 1px;
    background: rgba(39, 174, 96, 0.1);
    border: 1px solid rgba(39, 174, 96, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #81c784
}

.tiers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.tier-card {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s, border-color 0.3s
}

.tier-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45)
}

.tier-card.featured {
    background: rgba(200, 146, 42, 0.06);
    border-color: rgba(200, 146, 42, 0.28)
}

.tier-card.featured:hover {
    border-color: rgba(200, 146, 42, 0.45);
    box-shadow: 0 24px 64px rgba(200, 146, 42, 0.12)
}

.tier-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold2), var(--gold))
}

.tier-crown {
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    color: var(--ink);
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 7px;
    margin: -40px -32px 28px;
    border-radius: 14px 14px 0 0
}

.tier-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px
}

.tier-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px
}

.tier-period {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 12px
}

.tier-units {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold2);
    background: rgba(200, 146, 42, 0.08);
    border: 1px solid rgba(200, 146, 42, 0.2);
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 22px
}

.tier-pitch {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1.7;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--border);
    font-weight: 300
}

.tier-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 1;
    margin-bottom: 28px
}

.tier-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.48);
    line-height: 1.55
}

.tier-features li.hi {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500
}

.tier-btn {
    display: block;
    width: 100%;
    padding: 14px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.25s
}

.tier-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.38)
}

.tier-card.featured .tier-btn {
    background: linear-gradient(135deg, var(--gold), var(--gold2));
    border-color: var(--gold);
    color: var(--ink)
}

.tier-card.featured .tier-btn:hover {
    background: linear-gradient(135deg, var(--gold2), var(--gold3));
    box-shadow: 0 8px 28px rgba(200, 146, 42, 0.35)
}

.testimonials-section {
    background: var(--ink2)
}

.t-header {
    text-align: center;
    margin-bottom: 64px
}

.t-header .eyebrow {
    justify-content: center
}

.t-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.t-card {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s
}

.t-card:hover {
    transform: translateY(-4px);
    border-color: rgba(200, 146, 42, 0.2)
}

.t-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease
}

.t-card:hover::before {
    transform: scaleX(1)
}

.t-qmark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    color: var(--gold);
    opacity: 0.1;
    line-height: 0.8;
    margin-bottom: 22px;
    display: block;
    transition: opacity 0.3s
}

.t-card:hover .t-qmark {
    opacity: 0.18
}

.t-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
    margin-bottom: 30px
}

.t-author-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 22px;
    border-top: 1px solid var(--border)
}

.t-ava {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ink3), var(--blue));
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--gold2);
    flex-shrink: 0
}

.t-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff
}

.t-role {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 3px
}

.final-section {
    background: var(--ink);
    padding: 140px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.final-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 80px;
    background: linear-gradient(180deg, transparent, rgba(200, 146, 42, 0.5))
}

.final-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(200, 146, 42, 0.04) 0%, transparent 65%);
    pointer-events: none
}

.final-inner {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.final-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 5.5vw, 72px);
    font-weight: 700;
    line-height: 1.06;
    color: #fff;
    margin-bottom: 24px
}

.final-h2 em {
    font-style: italic;
    color: var(--gold2)
}

.final-sub {
    font-size: 17px;
    color: var(--muted);
    max-width: 520px;
    margin: 0 auto 56px;
    line-height: 1.8;
    font-weight: 300
}

.final-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.btn-red {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--red);
    color: #fff;
    padding: 18px 44px;
    border-radius: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.25s
}

.btn-red:hover {
    background: #d44030;
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(192, 57, 43, 0.45)
}

.btn-outline2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    padding: 18px 44px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s
}

.btn-outline2:hover {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff
}

.final-note {
    margin-top: 28px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.14);
    letter-spacing: 0.5px
}

.btn-calendly {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    padding: 18px 44px;
    border: 1px solid rgba(200, 146, 42, 0.28);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    position: relative
}

.btn-calendly:hover {
    border-color: var(--gold);
    color: var(--gold2)
}

.btn-calendly::after {
    content: 'Booking calendar launching soon.\ACall (888) 322-4043 to schedule now.';
    white-space: pre;
    position: absolute;
    bottom: calc(100%+12px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--ink2);
    border: 1px solid var(--gold-border);
    color: rgba(255, 255, 255, 0.65);
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: none;
    padding: 10px 16px;
    text-align: center;
    line-height: 1.7;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    width: 220px;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4)
}

.btn-calendly::before {
    content: '';
    position: absolute;
    bottom: calc(100%+4px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--gold-border);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 101
}

.btn-calendly:hover::after,
.btn-calendly:hover::before {
    opacity: 1
}

.calendly-soon {
    font-size: 9px;
    letter-spacing: 1.5px;
    font-weight: 700;
    background: rgba(200, 146, 42, 0.15);
    border: 1px solid rgba(200, 146, 42, 0.3);
    color: var(--gold2);
    padding: 2px 7px;
    vertical-align: middle;
    margin-left: 4px;
    text-transform: uppercase
}

.nav-calendly {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(200, 146, 42, 0.18);
    padding: 8px 16px;
    transition: all 0.2s;
    position: relative
}

.nav-calendly:hover {
    color: var(--gold2);
    border-color: var(--gold)
}

.nav-calendly::after {
    content: 'Booking launching soon — call (888) 322-4043';
    white-space: nowrap;
    position: absolute;
    top: calc(100%+10px);
    right: 0;
    background: var(--ink2);
    border: 1px solid var(--gold-border);
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: none;
    padding: 8px 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 300;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4)
}

.nav-calendly:hover::after {
    opacity: 1
}

footer {
    background: #020810;
    border-top: 1px solid var(--border);
    padding: 32px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 146, 42, 0.3), transparent)
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.footer-logo-img {
    height: 34px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 1px 6px rgba(200, 146, 42, 0.2))
}

.footer-brand em {
    font-style: normal;
    color: var(--gold)
}

.footer-copy {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.16);
    letter-spacing: 0.5px
}

.footer-links {
    display: flex;
    gap: 24px
}

.footer-links a {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.2s
}

.footer-links a:hover {
    color: rgba(255, 255, 255, 0.55)
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 146, 42, 0.2), transparent);
    position: relative;
    z-index: 1
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1)
}

.reveal.in {
    opacity: 1;
    transform: translateY(0)
}

.rd1 {
    transition-delay: 0.08s
}

.rd2 {
    transition-delay: 0.18s
}

.rd3 {
    transition-delay: 0.28s
}

.rd4 {
    transition-delay: 0.38s
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(32px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:1024px) {
    .authority-inner {
        grid-template-columns: 1fr
    }

    .audit-card {
        grid-template-columns: 1fr
    }

    .calc-body {
        grid-template-columns: 1fr 1fr
    }

    .calc-body .calc-result {
        grid-column: 1/-1
    }
}

@media(max-width:900px) {

    nav,
    footer,
    .lang-bar {
        padding-left: 20px;
        padding-right: 20px
    }

    .nav-links {
        display: none
    }

    .section,
    .hero,
    .stats-bar,
    .final-section {
        padding-left: 20px;
        padding-right: 20px
    }

    .scenarios-grid,
    .laws-grid,
    .how-steps,
    .tiers-grid,
    .t-grid {
        grid-template-columns: 1fr
    }

    .how-steps::before {
        display: none
    }

    .stat-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .auth-stats {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:600px) {
    .calc-body {
        grid-template-columns: 1fr
    }

    .stat-grid {
        grid-template-columns: 1fr 1fr
    }

    .final-btns {
        flex-direction: column;
        align-items: center
    }

    .audit-card {
        padding: 28px
    }

    .audit-price {
        font-size: 72px
    }

    .hero-h1 {
        font-size: clamp(36px, 9vw, 60px)
    }
}

.wa-float {
    position: fixed;
    bottom: 32px;
    left: 32px;
    right: auto;
    z-index: 999;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.wa-btn {
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
    transition: all 0.3s ease;
    position: relative
}

.wa-btn svg {
    width: 28px;
    height: 28px;
    fill: #fff
}

.wa-tooltip {
    background: var(--ink2);
    border: 1px solid var(--gold-border);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4)
}

.wa-float:hover {
    transform: scale(1.05)
}

.wa-float:hover .wa-tooltip {
    opacity: 1;
    transform: translateX(0)
}

.wa-float:hover .wa-btn {
    background: #20ba59;
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.6)
}

@media (max-width:600px) {
    .wa-float {
        bottom: 24px;
        left: 24px;
        right: auto
    }

    .wa-tooltip {
        display: none
    }
}

.mob-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 700;
    height: 56px;
    padding: 0 8px;
    gap: 8px;
    align-items: center;
    background: rgba(5, 13, 24, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(200, 146, 42, 0.15)
}

.mob-bar.visible {
    transform: translateY(0)
}

.mob-bar.visible~.wa-float {
    bottom: 72px !important
}

.mob-bar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 40px;
    border-radius: 6px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.15s;
    white-space: nowrap;
    border: none
}

.mob-bar-btn:active {
    opacity: 0.75
}

.mob-bar-btn-book {
    flex: 0 0 88px;
    width: 88px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1) !important
}

.mob-bar-btn-protect {
    flex: 1;
    font-size: 13px;
    color: #050d18;
    background: linear-gradient(135deg, #C8922A, #e8b04a)
}

@media(min-width:769px) {
    .mob-bar {
        display: none !important
    }
}

@media(max-width:768px) {
    body {
        padding-bottom: 64px
    }
}