* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

.landing-body {
    font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    background: #111c2b;
    color: #f7fbff;
}

.landing-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 48px 22px;
    background:
        radial-gradient(circle at 50% 48%, rgba(28, 60, 91, 0.48), transparent 42%),
        radial-gradient(circle at 50% 100%, rgba(239, 112, 24, 0.18), transparent 38%),
        linear-gradient(145deg, #111c2b 0%, #132235 48%, #0d1827 100%);
}

.landing-page::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: radial-gradient(rgba(255, 133, 36, 0.85) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(to top, #000 0%, transparent 45%);
}

.landing-page::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.04), transparent 20%, transparent 80%, rgba(255,255,255,0.04)),
        linear-gradient(to bottom, rgba(255,255,255,0.06), transparent 20%, transparent 82%, rgba(0,0,0,0.26));
}

.landing-background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.line {
    position: absolute;
    border: 1px solid rgba(255, 126, 32, 0.34);
    border-color: rgba(255, 126, 32, 0.34) transparent transparent transparent;
    border-radius: 50%;
    opacity: 0.75;
}

.line-one {
    width: 520px;
    height: 360px;
    left: -80px;
    top: 22%;
    transform: rotate(12deg);
}

.line-two {
    width: 760px;
    height: 310px;
    right: -240px;
    bottom: -60px;
    transform: rotate(-8deg);
}

.dashboard-card {
    position: absolute;
    border: 1px solid rgba(180, 211, 239, 0.14);
    border-radius: 18px;
    background: rgba(14, 27, 43, 0.56);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    color: rgba(222, 235, 248, 0.74);
}

.card-label {
    display: block;
    color: rgba(228, 239, 250, 0.58);
    font-size: 15px;
    margin-bottom: 18px;
}

.module-card {
    left: clamp(20px, 5vw, 74px);
    top: 34%;
    width: min(290px, 28vw);
    padding: 24px;
    transform: rotate(-2deg);
}

.module-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.module-card li {
    display: flex;
    align-items: center;
    min-height: 44px;
    border-top: 1px solid rgba(194, 218, 240, 0.08);
    font-size: 15px;
}

.module-card li::before {
    content: "";
    width: 13px;
    height: 13px;
    margin-right: 14px;
    border: 1px solid rgba(198, 220, 242, 0.45);
    border-radius: 4px;
}

.compliance-card {
    right: clamp(22px, 6vw, 88px);
    top: 18%;
    width: min(340px, 28vw);
    padding: 24px;
    transform: rotate(-5deg);
}

.compliance-row {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 110px;
    padding: 16px;
    border: 1px solid rgba(194, 218, 240, 0.08);
    border-radius: 14px;
}

.compliance-row strong,
.compliance-row span {
    display: block;
}

.compliance-row strong {
    color: rgba(247, 251, 255, 0.76);
    margin-bottom: 6px;
}

.ring {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(#f47a1f 0 72%, #17588a 72% 100%);
    position: relative;
    flex: 0 0 auto;
}

.ring::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: #0b1e33;
}

.ring span {
    position: relative;
    z-index: 1;
    color: rgba(247, 251, 255, 0.78);
    font-size: 21px;
    font-weight: 800;
}

.terms-card {
    right: -18px;
    bottom: 16%;
    width: min(410px, 31vw);
    padding: 24px;
    transform: rotate(2deg);
}

.term-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-top: 1px solid rgba(194, 218, 240, 0.08);
    font-size: 14px;
}

.term-row time {
    color: rgba(180, 211, 239, 0.45);
}

.landing-hero {
    position: relative;
    z-index: 2;
    width: min(980px, 100%);
    text-align: center;
    padding: 24px 0 34px;
    animation: pageFade 900ms ease-out both;
}

.landing-logo {
    width: min(620px, 78vw);
    height: auto;
    margin-bottom: 22px;
    border-radius: 10px;
    mix-blend-mode: normal;
    animation: introItem 1050ms cubic-bezier(.2, .8, .2, 1) 80ms both;
}

.landing-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 7vw, 80px);
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: 0;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
    animation: introItem 1050ms cubic-bezier(.2, .8, .2, 1) 260ms both;
}

.landing-hero p {
    width: min(800px, 100%);
    margin: 26px auto 0;
    color: rgba(231, 241, 251, 0.86);
    font-size: clamp(19px, 2.4vw, 28px);
    line-height: 1.45;
    animation: introItem 1050ms cubic-bezier(.2, .8, .2, 1) 430ms both;
}

.landing-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 44px;
    animation: introItem 1050ms cubic-bezier(.2, .8, .2, 1) 610ms both;
}

.landing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 0 46px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ff9b2f, #ef6f17);
    color: #fff;
    font-size: clamp(18px, 2.2vw, 25px);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(239, 111, 23, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.landing-cta::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 14px;
    border: 2px solid currentColor;
    border-radius: 5px;
    box-shadow: inset 0 7px 0 -5px currentColor;
}

.landing-cta:hover {
    transform: translateY(-3px);
    filter: brightness(1.06);
    box-shadow: 0 24px 56px rgba(239, 111, 23, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.landing-cta-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(216, 232, 248, 0.24);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.landing-cta-secondary:hover {
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.landing-cta:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 5px;
}

@keyframes pageFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes introItem {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 960px) {
    .module-card,
    .compliance-card,
    .terms-card {
        opacity: 0.36;
    }

    .module-card {
        left: -86px;
        width: 250px;
    }

    .compliance-card {
        right: -100px;
        width: 290px;
    }

    .terms-card {
        display: none;
    }
}

@media (max-width: 620px) {
    .landing-page {
        min-height: 100svh;
        padding: 38px 18px;
    }

    .landing-logo {
        width: min(360px, 88vw);
        margin-bottom: 22px;
    }

    .landing-hero h1 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .landing-hero p {
        margin-top: 20px;
        font-size: 18px;
    }

    .landing-actions {
        margin-top: 34px;
    }

    .landing-cta {
        width: min(100%, 330px);
        min-height: 62px;
        padding: 0 24px;
        border-radius: 14px;
    }

    .dashboard-card {
        display: none;
    }

    .line-one {
        left: -250px;
        top: 18%;
    }
}

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

.offer-body {
    min-height: 100vh;
    background: #111c2b;
}

.offer-page {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 28px 0 64px;
}

.offer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0 42px;
}

.offer-logo img {
    width: 220px;
    max-width: 56vw;
    border-radius: 8px;
}

.offer-header nav {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.offer-header nav a {
    color: #fff;
    text-decoration: none;
    padding: 12px 16px;
    border: 1px solid rgba(216, 232, 248, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
}

.offer-hero {
    max-width: 860px;
    margin-bottom: 42px;
}

.offer-eyebrow {
    margin: 0 0 12px;
    color: #ff9b2f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.offer-hero h1 {
    margin: 0;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: 0;
}

.offer-hero p,
.offer-section-heading p,
.offer-card p,
.offer-card li,
.offer-card span,
.offer-contact p {
    color: rgba(231, 241, 251, 0.78);
    line-height: 1.55;
}

.offer-section {
    margin-top: 44px;
}

.offer-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    margin-bottom: 18px;
}

.offer-section-heading h2,
.offer-contact h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 38px);
    letter-spacing: 0;
}

.offer-section-heading p {
    max-width: 520px;
    margin: 0;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.offer-grid-small {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.offer-card {
    position: relative;
    padding: 22px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(216, 232, 248, 0.16);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.offer-card.is-featured {
    border-color: rgba(255, 155, 47, 0.62);
    background: rgba(255, 155, 47, 0.12);
}

.offer-card.is-selected {
    outline: 3px solid #ff9b2f;
    outline-offset: 3px;
}

.offer-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ff9b2f;
    color: #111c2b;
    font-size: 12px;
    font-weight: 900;
}

.offer-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
}

.offer-card strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 21px;
}

.offer-card ul {
    margin: 18px 0 0;
    padding-left: 18px;
}

.offer-card li {
    margin-bottom: 8px;
}

.offer-card-cta {
    display: inline-flex;
    margin-top: 16px;
    color: #ffb15f;
    font-weight: 800;
    text-decoration: none;
}

.offer-card-cta:hover {
    color: #fff;
}

.offer-contact {
    margin-top: 48px;
    padding: 28px;
    border-radius: 14px;
    border: 1px solid rgba(255, 155, 47, 0.30);
    background: rgba(255, 155, 47, 0.10);
}

.offer-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.offer-contact .landing-cta {
    min-width: 220px;
}

@media (max-width: 1040px) {
    .offer-grid,
    .offer-grid-small {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .offer-header,
    .offer-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .offer-grid,
    .offer-grid-small {
        grid-template-columns: 1fr;
    }
}
