* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Montserrat', system-ui, sans-serif;
    background: #f3f1ec;
    color: #15375f;
    -webkit-font-smoothing: antialiased
}

input,
textarea,
select,
button {
    font-family: inherit
}

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

.accent-gold {
    color: #d8b86a
}

.page-shell {
    max-width: 1480px;
    margin: 0 auto;
    background: #fbf9f5;
    box-shadow: 0 0 60px rgba(10, 34, 64, .12)
}

.hero {
    position: relative;
    background: #0a2240;
    overflow: hidden
}

.hero-media {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    min-width: 320px
}

.hero-image-slot,
.hero-image {
    width: 100%;
    height: 100%;
    display: block
}

.hero-image {
    position: absolute;
    inset: 0;
    object-fit: cover
}

.hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(100deg, #0a2240 0%, #0a2240 18%, rgba(10, 34, 64, .65) 42%, rgba(10, 34, 64, .2) 68%, rgba(10, 34, 64, 0) 90%)
}

.hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: clamp(32px, 6vw, 64px) clamp(24px, 5vw, 56px);
    max-width: 760px
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: .04em;
    color: #fff;
    font-size: clamp(38px, 8vw, 76px);
    line-height: .98
}

.hero-subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: #d8b86a;
    font-size: clamp(34px, 7.4vw, 70px);
    line-height: 1;
    margin-bottom: 14px
}

.hero-tagline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: clamp(15px, 2.4vw, 21px);
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1.3;
    max-width: 440px
}

.hero-summary {
    color: #eef2f8;
    font-size: clamp(16px, 2.6vw, 22px);
    font-weight: 600;
    margin-top: 22px
}

.hero-copy {
    color: #cdd8e8;
    font-size: clamp(14px, 2.3vw, 18px);
    font-weight: 400;
    line-height: 1.5;
    max-width: 380px;
    margin-top: 6px
}

.hero-spacer {
    margin-top: 32px;
    width: min(640px, 92vw)
}

.value-bar {
    background: #102d52;
    padding: clamp(22px, 3.5vw, 34px) clamp(20px, 4vw, 48px)
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 18px
}

.value-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 4px 8px
}

.value-icon {
    flex: none;
    width: 50px;
    height: 50px;
    border: 2px solid #c9a24b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b86a;
    font-size: 22px
}

.value-label {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .03em;
    line-height: 1.3;
    text-transform: uppercase
}

.pricing-section {
    padding: clamp(32px, 5vw, 56px) clamp(20px, 4vw, 48px);
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: clamp(18px, 2vw, 26px);
    align-items: stretch
}

.activation-card {
    border: 1.5px solid #d8c08a;
    border-radius: 14px;
    padding: 34px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff
}

.activation-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #c9a24b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 16px
}

.activation-label {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .08em;
    color: #1d3a63;
    text-transform: uppercase
}

.activation-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: clamp(38px, 7vw, 52px);
    color: #15375f;
    margin-top: 8px
}

.subscription-card {
    min-width: 280px;
    background: #102d52;
    border-radius: 14px;
    padding: clamp(24px, 3.5vw, 36px)
}

.subscription-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: clamp(20px, 3vw, 40px)
}

.subscription-title {
    color: #d8b86a;
    font-weight: 700;
    letter-spacing: .06em;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.tier-list {
    display: flex;
    flex-direction: column;
    gap: 13px
}

.tier-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #eaf0f8;
    font-size: clamp(13px, 2vw, 16px);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 11px
}

.tier-room {
    font-weight: 500
}

.tier-price {
    font-weight: 700;
    white-space: nowrap
}

.subscription-notes {
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, .14);
    padding-left: clamp(16px, 2.5vw, 28px)
}

.note-item {
    display: flex;
    gap: 12px
}

.note-icon {
    color: #d8b86a;
    font-size: 20px;
    line-height: 1
}

.note-text {
    color: #eaf0f8;
    font-size: clamp(13px, 1.9vw, 15px);
    line-height: 1.45
}

.feature-section {
    padding: clamp(8px, 2vw, 16px) clamp(20px, 4vw, 48px) clamp(40px, 5vw, 60px)
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: clamp(28px, 4vw, 42px)
}

.section-heading::before,
.section-heading::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #c9a24b;
    opacity: .4
}

.section-title {
    font-weight: 800;
    letter-spacing: .04em;
    color: #15375f;
    font-size: clamp(15px, 2.6vw, 22px);
    text-align: center;
    text-transform: uppercase
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: clamp(8px, 2vw, 4px)
}

.feature-card {
    text-align: center;
    padding: 14px clamp(8px, 1.5vw, 16px);
    border-right: 1px solid #e7e0d0
}

.feature-card:last-child {
    border-right: 0
}

.feature-icon {
    font-size: 40px;
    color: #15375f;
    line-height: 1;
    margin-bottom: 14px
}

.feature-title {
    font-weight: 800;
    color: #15375f;
    font-size: clamp(12px, 1.8vw, 14px);
    letter-spacing: .02em;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 10px
}

.feature-desc {
    color: #5b6a82;
    font-size: clamp(11px, 1.7vw, 13px);
    line-height: 1.5
}

.compliance-section {
    position: relative;
    background: linear-gradient(120deg, #0a2240, #15375f);
    overflow: hidden
}

.compliance-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .18
}

.compliance-grid {
    position: relative;
    padding: clamp(34px, 5vw, 52px) clamp(20px, 4vw, 48px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(28px, 4vw, 48px)
}

.compliance-title {
    color: #d8b86a;
    font-weight: 800;
    font-size: clamp(16px, 2.6vw, 21px);
    letter-spacing: .02em;
    margin-bottom: 16px;
    text-transform: uppercase
}

.compliance-lead,
.compliance-aside-text {
    color: #eaf0f8;
    font-size: clamp(13px, 2vw, 16px);
    line-height: 1.55
}

.compliance-lead {
    margin-bottom: 20px
}

.compliance-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.compliance-item {
    display: flex;
    gap: 13px
}

.compliance-badge {
    flex: none;
    width: 24px;
    height: 24px;
    border: 2px solid #c9a24b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b86a;
    font-size: 13px
}

.compliance-text {
    color: #dde6f2;
    font-size: clamp(13px, 1.9vw, 15px);
    line-height: 1.5
}

.compliance-aside {
    display: flex;
    gap: 18px;
    align-items: flex-start
}

.compliance-aside-icon {
    flex: none;
    width: 54px;
    height: 54px;
    border: 2px solid #c9a24b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b86a;
    font-size: 26px;
    margin-top: 4px
}

.compliance-aside-stack {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cta-section {
    padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 48px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(22px, 3vw, 36px);
    align-items: center
}

.cta-card {
    background: #c9a24b;
    border-radius: 14px;
    padding: clamp(28px, 3.5vw, 40px);
    color: #fff
}

.cta-title {
    font-family: 'Pinyon Script', cursive;
    font-size: clamp(30px, 5vw, 44px);
    line-height: 1.05;
    font-weight: 400;
    margin-bottom: 14px
}

.cta-text {
    font-size: clamp(13px, 2vw, 15px);
    line-height: 1.5;
    margin-bottom: 22px;
    opacity: .95
}

.cta-button {
    display: inline-block;
    background: #102d52;
    color: #fff;
    font-weight: 700;
    font-size: clamp(12px, 1.8vw, 14px);
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 30px
}

.contact-links-title {
    color: #15375f;
    font-weight: 800;
    letter-spacing: .06em;
    font-size: clamp(15px, 2.4vw, 19px);
    text-transform: uppercase;
    margin-bottom: 22px
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 14px
}

.contact-link-icon {
    flex: none;
    width: 38px;
    height: 38px;
    border: 2px solid #c9a24b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #15375f;
    font-size: 17px
}

.contact-link-text {
    color: #15375f;
    font-size: clamp(14px, 2vw, 17px);
    font-weight: 600
}

.contact-section {
    background: linear-gradient(120deg, #0a2240, #15375f);
    padding: clamp(36px, 5vw, 60px) clamp(20px, 4vw, 48px)
}

.contact-intro {
    max-width: 620px;
    margin: 0 auto 34px;
    text-align: center
}

.contact-title {
    font-family: 'Playfair Display', serif;
    color: #d8b86a;
    font-size: clamp(24px, 4.2vw, 38px);
    font-weight: 800;
    margin-bottom: 12px
}

.contact-text {
    color: #cdd8e8;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.5
}

.contact-form {
    max-width: 680px;
    margin: 0 auto;
    background: #fbf9f5;
    border-radius: 16px;
    padding: clamp(24px, 3.5vw, 40px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
}

.contact-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0
}

.contact-field--full,
.contact-actions {
    grid-column: 1 / -1
}

.contact-label {
    font-weight: 600;
    font-size: 13px;
    color: #15375f;
    letter-spacing: .02em
}

.contact-input {
    width: 100%;
    min-width: 0;
    border: 1.5px solid #d8d2c4;
    border-radius: 9px;
    padding: 13px 14px;
    font-size: 15px;
    color: #15375f;
    background: #fff;
    outline: none
}

.contact-input:focus {
    border-color: #c9a24b
}

.contact-textarea {
    resize: vertical
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px
}

.contact-note {
    color: #7d8aa0;
    font-size: 12px;
    flex: 1;
    min-width: 180px
}

.contact-submit {
    background: #c9a24b;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    padding: 15px 38px;
    border-radius: 30px;
    cursor: pointer
}

.footer {
    background: #081a32;
    padding: clamp(28px, 4vw, 40px) clamp(20px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center
}

.footer-title,
.footer-subtitle {
    font-family: 'Pinyon Script', cursive;
    line-height: .95
}

.footer-title {
    color: #fff;
    font-size: clamp(30px, 5vw, 46px)
}

.footer-subtitle {
    color: #d8b86a;
    font-size: clamp(24px, 4vw, 38px);
    line-height: .9;
    margin-bottom: 8px
}

.footer-rule {
    width: 120px;
    height: 1px;
    background: #c9a24b;
    opacity: .6;
    margin-bottom: 8px
}

.footer-text {
    color: #aebbcf;
    font-size: clamp(12px, 1.8vw, 15px);
    font-style: italic
}

@media (max-width: 900px) {
    .pricing-section {
        grid-template-columns: 1fr
    }

    .subscription-layout {
        grid-template-columns: 1fr
    }

    .subscription-notes {
        border-left: 0;
        padding-left: 0;
        padding-top: 8px
    }
}

@media (max-width: 700px) {
    .hero-media {
        width: 100%;
        min-width: 0;
        opacity: .28
    }

    .contact-form {
        grid-template-columns: 1fr
    }

    .contact-actions {
        flex-direction: column;
        align-items: stretch
    }

    .contact-note {
        min-width: 0
    }

    .contact-submit {
        width: 100%
    }
}