/* Deploy Page Styles — Offer Hub */

/* ================================
   HERO SECTION
   ================================ */
.deploy-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    overflow: hidden;
    text-align: center;
    color: #ffffff;
}

.deploy-hero .hero-background {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 70%, rgba(255,255,255,0.05) 0%, transparent 50%);
}

.deploy-hero .hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}

.deploy-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 2rem 4rem;
}

.deploy-hero .hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    letter-spacing: 6px;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}

.deploy-hero .hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.deploy-hero .hero-intro {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

/* ================================
   QUIZ ENTRY BLOCK
   ================================ */
.quiz-entry-section {
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #f8f8f8 100%);
    padding: 6rem 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.quiz-entry-content {
    max-width: 700px;
    margin: 0 auto;
}

.quiz-entry-content h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.quiz-entry-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    color: #444444;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.2rem 2.8rem;
    background: linear-gradient(45deg, #000000, #333333);
    color: #ffffff;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.3);
    background: linear-gradient(45deg, #1a1a1a, #000000);
}

.btn-primary i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(3px);
}

.secondary-link {
    display: block;
    margin-top: 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.secondary-link:hover {
    color: #000000;
    text-decoration: underline;
}

/* ================================
   SOVEREIGNTY ARCHITECTURE SECTION
   ================================ */
.sovereignty-section {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    padding: 6rem 0;
    color: #ffffff;
    position: relative;
}

.sovereignty-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.08) 0%, transparent 50%);
    pointer-events: none;
}

.sovereignty-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sovereignty-content h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sovereignty-badge {
    display: inline-block;
    padding: 0.4rem 1.2rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 2rem;
}

.sovereignty-tagline {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    font-style: italic;
}

.sovereignty-copy {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.sovereignty-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2.5rem 0;
}

.dismantle-list, .rebuild-list {
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.dismantle-list {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}

.rebuild-list {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
}

.dismantle-list h4, .rebuild-list h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    color: rgba(255,255,255,0.7);
}

.dismantle-list ul, .rebuild-list ul {
    list-style: none;
    padding: 0;
}

.dismantle-list li, .rebuild-list li {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.5;
}

.dismantle-list li::before {
    content: '✕';
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.4);
    font-size: 0.8rem;
}

.rebuild-list li::before {
    content: '⚡';
    position: absolute;
    left: 0;
}

.sovereignty-details {
    margin: 3rem 0;
}

.sovereignty-details h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.sovereignty-details ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.sovereignty-details li {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.6rem;
    padding-left: 1.5rem;
    position: relative;
}

.sovereignty-details li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.5);
}

.investment-block {
    margin: 3rem 0;
    padding: 2.5rem;
    background: linear-gradient(45deg, rgba(255,255,255,0.08), rgba(255,255,255,0.15));
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.investment-block .price {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.investment-block .price-note {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    font-style: italic;
    margin-bottom: 2rem;
}

.btn-primary-light {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.2rem 2.8rem;
    background: linear-gradient(45deg, #ffffff, #f0f0f0);
    color: #000000;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
}

.btn-primary-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255,255,255,0.3);
}

.btn-primary-light i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.btn-primary-light:hover i {
    transform: translateX(3px);
}

/* ================================
   PRIVATE ADVISORY SECTION
   ================================ */
.advisory-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    padding: 6rem 0;
    text-align: center;
}

.advisory-content {
    max-width: 700px;
    margin: 0 auto;
}

.advisory-content h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
}

.advisory-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #444444;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* ================================
   CORPORATE SECTION
   ================================ */
.corporate-section {
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #f8f8f8 100%);
    padding: 6rem 0;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.corporate-content {
    max-width: 700px;
    margin: 0 auto;
}

.corporate-content h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
}

.corporate-content p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #444444;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* ================================
   BOOK PROMO SECTION
   ================================ */
.book-promo-section {
    background: linear-gradient(to bottom, #000000, #0f0f0f);
    padding: 5rem 0;
    text-align: center;
    color: #ffffff;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.book-promo-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 2rem;
}

.book-promo-eyebrow {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 1.25rem;
}

.book-promo-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 1.25rem;
}

.book-promo-sub {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
    margin: 0 auto 2rem;
    max-width: 460px;
}

.book-promo-price-row {
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 2rem;
}

.book-promo-currency {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    align-self: flex-start;
    margin-top: 0.35rem;
}

.book-promo-amount {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.book-promo-cents {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #888;
    align-self: flex-start;
    margin-top: 0.35rem;
}

.book-promo-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #000000;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.book-promo-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(255,255,255,0.1);
}

/* ================================
   THREE OFFERS GRID
   ================================ */
.three-offers-section {
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #f8f8f8 100%);
    padding: 6rem 0;
}

.three-offers-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

/* Base box */
.offer-box {
    background: #ffffff;
    border: 1.5px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.offer-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.1);
}

.offer-box-inner {
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Featured (middle) box */
.offer-box--featured {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    border-color: #000000;
    transform: scale(1.03);
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
    position: relative;
}

.offer-box--featured:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.3);
}

/* Label */
.offer-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 1rem;
}

.offer-label--featured {
    color: rgba(255,255,255,0.5);
}

/* Title */
.offer-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 0.75rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.offer-title--featured {
    font-size: 1.5rem;
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Price */
.offer-price {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: #000000;
    margin-bottom: 1.2rem;
}

.offer-price--featured {
    color: #ffffff;
    font-size: 2.2rem;
}

/* Tagline */
.offer-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-style: italic;
    color: rgba(255,255,255,0.75);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

/* Description */
.offer-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.7;
    margin-bottom: auto;
    padding-bottom: 1.5rem;
}

/* Bullets */
.offer-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1.2rem;
    flex-grow: 1;
}

.offer-bullets li {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.85);
    padding: 0.4rem 0 0.4rem 1.4rem;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.offer-bullets li:last-child {
    border-bottom: none;
}

.offer-bullets li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.4);
}

/* Note */
.offer-note {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

/* Button */
.offer-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.8rem;
    background: linear-gradient(45deg, #000000, #333333);
    color: #ffffff;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: auto;
    align-self: flex-start;
}

.offer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.offer-btn--featured {
    background: linear-gradient(45deg, #ffffff, #f0f0f0);
    color: #000000;
    align-self: flex-start;
}

.offer-btn--featured:hover {
    box-shadow: 0 8px 25px rgba(255,255,255,0.25);
}

.offer-btn i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.offer-btn:hover i {
    transform: translateX(3px);
}

/* Responsive */
@media (max-width: 900px) {
    .three-offers-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .offer-box--featured {
        transform: none;
        order: -1;
    }

    .offer-box--featured:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 480px) {
    .three-offers-section {
        padding: 4rem 0;
    }

    .offer-box-inner {
        padding: 2rem 1.5rem;
    }
}

/* ================================
   QUIZ PAGE
   ================================ */
.quiz-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.quiz-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    padding: 120px 2rem 3rem;
}

.quiz-hero .hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.quiz-hero .hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

.quiz-embed-section {
    background: #ffffff;
    padding: 4rem 0 6rem;
    min-height: 60vh;
}

.quiz-embed-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.tally-placeholder {
    background: #f8f8f8;
    border: 2px dashed #cccccc;
    border-radius: 15px;
    padding: 4rem 2rem;
    text-align: center;
    color: #999999;
    font-family: 'Inter', sans-serif;
}

.tally-placeholder i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.tally-placeholder p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.tally-placeholder small {
    font-size: 0.85rem;
    color: #bbbbbb;
}

/* ================================
   RESULTS PAGE
   ================================ */
.results-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.results-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.08) 0%, transparent 50%);
    pointer-events: none;
}

.results-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 2rem 4rem;
}

.results-hero .hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 0;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.result-body {
    background: #ffffff;
    padding: 0;
}

.result-section {
    padding: 4rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.result-section:last-of-type {
    border-bottom: none;
}

.result-section .container {
    max-width: 700px;
}

.result-section h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1rem;
}

.result-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(45deg, #000000, #333333);
}

.result-section p {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.result-section .law-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    font-style: italic;
    line-height: 1.4;
    padding: 1.5rem;
    background: rgba(0,0,0,0.03);
    border-left: 4px solid #000000;
    border-radius: 0 10px 10px 0;
}

.result-cta {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    padding: 5rem 0;
    text-align: center;
    color: #ffffff;
}

.result-cta .container {
    max-width: 600px;
}

.result-cta .cta-note {
    display: block;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    font-style: italic;
}

/* ================================
   CALL PAGE
   ================================ */
.call-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #000000 0%, #1a1a1a 60%, #000000 100%);
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.call-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    padding: 120px 2rem 3rem;
}

.call-hero .hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.call-hero .hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
}

.call-embed-section {
    background: #ffffff;
    padding: 4rem 0 6rem;
    min-height: 60vh;
}

.call-embed-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ================================
   ENQUIRY / CORPORATE PAGES
   ================================ */
.enquiry-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.enquiry-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    padding: 120px 2rem 3rem;
}

.enquiry-hero .hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.enquiry-hero .hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
}

.enquiry-embed-section {
    background: #ffffff;
    padding: 4rem 0 6rem;
    min-height: 50vh;
}

.enquiry-embed-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ================================
   ENQUIRY FORM (enquiry-form.js)
   ================================ */
#enquiry-form-mount {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
}

.ef-heading-block {
    text-align: center;
    margin-bottom: 3rem;
}

.ef-heading {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 1rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.ef-subtext {
    font-size: 1rem;
    color: #666666;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

.ef-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ef-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ef-field label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.ef-required-star {
    color: #c0392b;
    font-weight: 700;
}

.ef-input {
    width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #d0d0d0;
    border-radius: 4px;
    font-size: 0.975rem;
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    background: #fafafa;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.ef-input:focus {
    border-color: #0a0a0a;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(10,10,10,0.06);
}

.ef-input::placeholder {
    color: #aaaaaa;
}

textarea.ef-input {
    resize: vertical;
    min-height: 110px;
    line-height: 1.6;
}

select.ef-input {
    cursor: pointer;
    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='%230a0a0a' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
}

input[type="date"].ef-input {
    cursor: pointer;
}

.ef-disclaimer {
    font-size: 0.78rem;
    color: #999999;
    line-height: 1.6;
    border-top: 1px solid #eeeeee;
    padding-top: 1.25rem;
    margin: 0.5rem 0 0;
}

.ef-submit-wrap {
    padding-top: 0.5rem;
}

.ef-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: #0a0a0a;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    width: 100%;
    justify-content: center;
}

.ef-submit-btn:hover:not(:disabled) {
    background: #222222;
    transform: translateY(-1px);
}

.ef-submit-btn:active {
    transform: translateY(0);
}

.ef-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Loading spinner */
.ef-btn-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: ef-spin 0.7s linear infinite;
}

.ef-loading .ef-btn-text::after {
    content: '…';
}

.ef-loading .ef-btn-spinner {
    display: inline-block;
}

@keyframes ef-spin {
    to { transform: rotate(360deg); }
}

/* Hidden utility */
.ef-hidden {
    display: none !important;
}

/* Success state */
.ef-success-message {
    text-align: center;
    padding: 3rem 2rem;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-top: 1rem;
}

.ef-success-icon {
    font-size: 2.5rem;
    color: #1a9b5f;
    margin-bottom: 1rem;
}

.ef-success-message h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 0.75rem;
}

.ef-success-message p {
    font-size: 0.975rem;
    color: #555555;
    line-height: 1.7;
    max-width: 480px;
    margin: 0 auto;
}

/* Error state */
.ef-error-message {
    padding: 1rem 1.25rem;
    background: #fff5f5;
    border: 1px solid #ffc3c3;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #c0392b;
    line-height: 1.6;
    margin-top: 0.75rem;
}

.ef-error-message a {
    color: #c0392b;
    font-weight: 600;
}

/* Responsive adjustments for enquiry form */
@media (max-width: 600px) {
    .ef-heading {
        font-size: 1.5rem;
    }

    .ef-submit-btn {
        padding: 15px 24px;
        font-size: 0.82rem;
    }
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 768px) {
    .deploy-hero .hero-title {
        font-size: 3.5rem;
        letter-spacing: 3px;
    }

    .deploy-hero .hero-subtitle {
        font-size: 1.1rem;
    }

    .quiz-entry-content h2 {
        font-size: 1.8rem;
    }

    .sovereignty-content h2 {
        font-size: 2rem;
    }

    .sovereignty-lists {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .sovereignty-tagline {
        font-size: 1.2rem;
    }

    .investment-block .price {
        font-size: 2.2rem;
    }

    .advisory-content h2,
    .corporate-content h2 {
        font-size: 1.8rem;
    }

    .faq-content .section-header h2 {
        font-size: 1.8rem;
    }

    .quiz-hero .hero-title,
    .call-hero .hero-title,
    .enquiry-hero .hero-title {
        font-size: 2.2rem;
    }

    .results-hero .hero-title {
        font-size: 2.5rem;
    }

    .result-section h2 {
        font-size: 1.3rem;
    }

    .result-section .law-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .deploy-hero .hero-title {
        font-size: 2.8rem;
        letter-spacing: 2px;
    }

    .deploy-hero .hero-content {
        padding: 100px 1rem 3rem;
    }

    .quiz-entry-content h2 {
        font-size: 1.5rem;
    }

    .sovereignty-content h2 {
        font-size: 1.7rem;
    }

    .btn-primary, .btn-primary-light {
        padding: 1rem 2rem;
        font-size: 0.95rem;
    }

    .faq-item {
        padding: 1.2rem 1.5rem;
    }

    .quiz-hero .hero-title,
    .call-hero .hero-title,
    .enquiry-hero .hero-title {
        font-size: 1.8rem;
    }

    .results-hero .hero-title {
        font-size: 2rem;
    }
}
