/* ==========================================================================
   Page-Specific Styles - Consolidated from inline <style> blocks
   ========================================================================== */

/* ==========================================================================
   INDEX PAGE (index.html)
   ========================================================================== */
/* Index page styles are defined in global.css */

/* ==========================================================================
   WHY PAGE (why.html)
   ========================================================================== */

/* --- Page Hero --- */
.page-hero {
    text-align: center;
    padding: 60px 6% 40px;
    max-width: 780px;
    margin: 0 auto;
}

.page-hero h1 {
    font-size: clamp(2rem, 6vw, 3.5rem);
    line-height: 0.95;
    margin: 0 0 24px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 900;
    overflow-wrap: break-word;
    word-break: break-word;
}

.page-hero .subtitle {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Three Pillars --- */
.pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 780px;
    margin: 40px auto 0;
    padding: 0 20px;
}

.pillar {
    text-align: center;
    padding: 28px 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.pillar-number {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.pillar h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin: 0 0 8px;
}

.pillar p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* --- Why Section Layout --- */
.why-section {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 20px;
}

.section-label {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0 0 16px;
}

.why-section h2 {
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    line-height: 1.1;
    overflow-wrap: break-word;
    word-break: break-word;
}

.why-section .section-desc {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0 0 36px;
    max-width: 620px;
}

.section-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    max-width: 780px;
}

/* --- Problem Comparison (Why Page) --- */
.why-section .compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.why-section .compare-card {
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.why-section .compare-card h3 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 16px;
}

.why-section .compare-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-section .compare-card ul li {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #999;
    padding: 6px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.why-section .compare-card ul li::before {
    content: '\2717';
    color: #ccc;
    flex-shrink: 0;
}

/* --- Solution Features --- */
.solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.solution-item {
    padding: 28px 24px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.solution-item h4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
}

.solution-item p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* --- Infrastructure Table --- */
.infra-table {
    width: 100%;
    border-collapse: collapse;
}

.infra-table th {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    text-align: left;
    padding: 12px 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.infra-table td {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--text-main);
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: top;
}

.infra-table td:first-child {
    font-family: "area-normal", sans-serif;
    font-weight: 900;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.infra-table td:last-child {
    color: var(--text-muted);
}

/* --- Black Card (Highlight) --- */
.highlight-card {
    background: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    backdrop-filter: blur(20px) saturate(1.4);
    color: white;
    border-radius: 20px;
    padding: 44px 40px;
    max-width: 780px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.highlight-card h2 {
    font-size: clamp(1.3rem, 3.5vw, 1.8rem);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    line-height: 1.15;
    color: white;
    overflow-wrap: break-word;
    word-break: break-word;
}

.highlight-card .section-label {
    color: rgba(255,255,255,0.4);
}

.highlight-card .section-desc {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    margin: 0 0 28px;
}

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

.highlight-card ul li {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.75);
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.highlight-card ul li::before {
    content: '\2014';
    opacity: 0.35;
    flex-shrink: 0;
}

/* --- Workspace Options --- */
.options-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.option-card {
    padding: 24px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.option-card h4 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
}

.option-card p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0 0 12px;
}

.option-card .best-for {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
}

.coming-soon-badge {
    display: inline-block;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.5);
    color: var(--text-muted);
    padding: 3px 8px;
    border-radius: 4px;
    margin-top: 4px;
}

/* --- Vision Phases --- */
.phase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.phase-card {
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.phase-card .phase-num {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.phase-card h4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.phase-card p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

/* --- CTA Section --- */
.why-cta {
    text-align: center;
    padding: 60px 20px 80px;
    max-width: 580px;
    margin: 0 auto;
}

.why-cta h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    line-height: 1.1;
}

.why-cta p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0 0 28px;
}

.btn-cta {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    color: white;
    padding: 20px 40px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.btn-cta:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.btn-cta span {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.78rem;
    display: block;
    opacity: 0.6;
    margin-top: 3px;
    letter-spacing: 0.02em;
    text-transform: none;
}

/* --- Signature --- */
.signature {
    text-align: center;
    padding: 0 20px 20px;
    font-size: 0.8rem;
    color: var(--text-muted);
    font-family: "area", sans-serif;
    font-weight: 400;
}

/* --- Why Page Responsive --- */
@media (max-width: 768px) {
    .pillars { grid-template-columns: 1fr; }
    .why-section .compare-grid { grid-template-columns: 1fr; }
    .solution-grid { grid-template-columns: 1fr; }
    .options-grid { grid-template-columns: 1fr 1fr; }
    .phase-grid { grid-template-columns: 1fr; }
    .infra-table { font-size: 0.85rem; }
    .highlight-card { padding: 32px 24px; }
    .page-hero { padding: 40px 5% 30px; }
    .page-hero h1 { font-size: clamp(1.8rem, 6vw, 2.8rem); }
    .corp-section h2 { font-size: clamp(1.3rem, 4vw, 1.8rem); }
    .spec-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 500px) {
    .options-grid { grid-template-columns: 1fr; }
    .infra-table th, .infra-table td { padding: 10px 8px; font-size: 0.8rem; }
    .page-hero h1 { font-size: clamp(1.6rem, 8vw, 2.2rem); }
    .page-hero h1 br { display: none; }
    .spec-grid { grid-template-columns: 1fr; }
}
}

/* ==========================================================================
   PARTNERSHIP PAGE (partnership.html)
   ========================================================================== */

.partner-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.partner-tier {
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.partner-tier.featured {
    background: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    backdrop-filter: blur(20px) saturate(1.4);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tier-label {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.partner-tier.featured .tier-label {
    color: rgba(255, 255, 255, 0.4);
}

.partner-tier h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
}

.partner-tier ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 16px;
}

.partner-tier.featured ul {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.partner-tier ul li {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--text-muted);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.5;
}

.partner-tier.featured ul li {
    color: rgba(255, 255, 255, 0.7);
}

.partner-tier ul li::before {
    content: '\2014';
    opacity: 0.35;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .partner-tiers { grid-template-columns: 1fr; }
}

/* ==========================================================================
   FOUNDING CREDIT PAGE (founding-credit.html)
   ========================================================================== */

.credit-box {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: left;
}

.credit-box h2 {
    font-size: 1.5rem;
    margin-top: 0;
    text-transform: uppercase;
}

.credit-box p {
    font-family: "area", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #444;
    font-size: 1.1rem;
}

.highlight-blue { color: var(--accent-color); }

.payment-area {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.disclaimer {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 20px;
    max-width: 500px;
}

/* ==========================================================================
   LEGAL PAGES (privacy.html, terms.html)
   ========================================================================== */

.legal-page body {
    line-height: 1.6;
}

.legal-page .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 10% 120px 10%;
}

.legal-page h1 {
    font-family: "area-normal", sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 0.9;
    margin-bottom: 48px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
}

.legal-page h2 {
    font-family: "area-normal", sans-serif;
    font-weight: 900;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 40px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.legal-page p,
.legal-page li {
    font-size: 1rem;
    color: #444;
    margin-bottom: 20px;
}

.legal-page ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.effective-date {
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .legal-page h1 { font-size: 2.5rem; }
    .legal-page .container { padding: 40px 5%; }
}

/* ==========================================================================
   RETURN PAGE (return.html)
   ========================================================================== */

.return-page .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 10% 120px 10%;
    text-align: center;
}

.return-page h1 {
    font-family: "area-normal", sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 0.9;
    margin-bottom: 48px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.message {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 32px;
}

.email-link {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    font-family: "area-normal", sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 16px 40px;
    border-radius: 4px;
    transition: opacity 0.2s;
}

.email-link:hover {
    opacity: 0.85;
}

.thank-you {
    margin-top: 48px;
    font-size: 1rem;
    color: var(--text-muted);
}

@media (max-width: 600px) {
    .return-page h1 { font-size: 2.5rem; }
    .return-page .container { padding: 40px 5%; }
}

/* ==========================================================================
   THANK YOU PAGE (thanks-fc.html)
   ========================================================================== */

.thanks-page body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 10%;
}

.check-icon {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.thanks-page h1 {
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: 0.9;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.thanks-page p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    max-width: 600px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
}

.billing-note {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    padding: 20px 30px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-family: "area", sans-serif;
    font-weight: 400;
    color: var(--text-muted);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.billing-note strong {
    font-family: "area-normal", sans-serif;
    color: var(--primary-color);
}

.btn-outline {
    display: inline-block;
    margin-top: 40px;
    padding: 15px 30px;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
}

.btn-outline:hover {
    background: var(--primary-color);
    color: white;
}

/* ==========================================================================
   FOUNDING CREDIT + SUBPAGE SHARED STYLES
   ========================================================================== */

.subpage-body {
    font-family: "area", sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.subpage-body-bold {
    font-family: "area-normal", sans-serif;
    font-weight: 900;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 10% 120px 10%;
}

.container.centered {
    text-align: center;
}

@media (max-width: 600px) {
    .credit-box { padding: 25px; }
}

/* ==========================================================================
   CORPORATE PAGES (GWH)
   ========================================================================== */

/* --- Corporate Section --- */
.corp-section {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 20px;
}

.corp-section h2 {
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    line-height: 1.1;
    overflow-wrap: break-word;
    word-break: break-word;
}

.corp-section .section-desc {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0 0 36px;
    max-width: 620px;
}

.corp-section p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0 0 20px;
}

.corp-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.corp-section ul li {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--text-muted);
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
}

.corp-section ul li::before {
    content: '\2014';
    opacity: 0.35;
    flex-shrink: 0;
}

/* --- Corporate Spec Grid --- */
.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.spec-card {
    padding: 28px 24px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.spec-card h4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
}

.spec-card p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.spec-card .spec-value {
    font-family: "area-normal", sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    display: block;
}

/* --- Corporate Contact Grid --- */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.contact-card {
    padding: 28px 24px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.contact-card h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 12px;
    color: var(--text-muted);
}

.contact-card p,
.contact-card address {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--text-main);
    line-height: 1.6;
    margin: 0;
    font-style: normal;
}

.contact-card a {
    color: var(--text-main);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-card a:hover {
    color: var(--text-muted);
}

@media (max-width: 768px) {
    .spec-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   LANDING PAGE VARIANT 001 (001.html)
   ========================================================================== */

.lp-001 .ticker-wrap {
    background: var(--primary-color);
}

.lp-001 .ticker-track {
    animation: ticker 50s linear infinite;
}

.lp-001 .stats-row {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.lp-001 .stat-divider {
    background: #eeeeee;
}

.lp-001 .btn-founding {
    background: white;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    border-radius: 12px;
}

.lp-001 .btn-founding:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: none;
}

.lp-001 .why-highlights-inner {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.lp-001 .btn-why {
    background: #f4f4f4;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    border-radius: 12px;
}

.lp-001 .btn-why:hover {
    background: #e8e8e8;
    box-shadow: none;
}

.lp-001 #mc_embed_signup input[type="text"],
.lp-001 #mc_embed_signup input[type="email"] {
    border: 2px solid #eeeeee;
    background: white;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 12px;
    box-shadow: none;
}

.lp-001 #mc_embed_signup input[type="text"]:focus,
.lp-001 #mc_embed_signup input[type="email"]:focus {
    border-color: var(--primary-color);
    background: white;
    box-shadow: none;
}

.lp-001 #mc_embed_signup input[type="submit"] {
    background-color: #f4f4f4;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    border-radius: 12px;
    box-shadow: none;
}

.lp-001 #mc_embed_signup input[type="submit"]:hover {
    background-color: #e8e8e8;
    transform: none;
    box-shadow: none;
}

/* ==========================================================================
   LANDING PAGE VARIANT 002 (002.html)
   ========================================================================== */

/* --- Split Hero --- */
.split-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80vh;
    gap: 0;
}

.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 6% 60px 8%;
}

.hero-left h1 {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: 0.9;
    margin: 0 0 24px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 900;
}

.hero-left .subtitle {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin: 0 0 32px;
    max-width: 440px;
}

.urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff3f3;
    color: #cc0000;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 8px;
    margin-bottom: 28px;
}

.urgency-badge .dot {
    width: 8px;
    height: 8px;
    background: #cc0000;
    border-radius: 50%;
    animation: pulse 1.5s ease infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 8px;
}

.hero-stat-number {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
}

.hero-stat-label {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

/* --- Hero Right (Offer) --- */
.hero-right {
    background: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    backdrop-filter: blur(20px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 8%;
}

.hero-right .spots-badge {
    width: fit-content;
}

.hero-right h2 {
    font-size: 2rem;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.hero-right > p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    margin: 0 0 28px;
    line-height: 1.6;
}

/* --- Perks Bar --- */
.perks-bar {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 28px 6%;
}

.perks-bar-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

.perk-item {
    text-align: center;
}

.perk-item strong {
    display: block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.perk-item span {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* --- Value Compare (002) --- */
.value-section {
    max-width: 720px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.value-section h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    line-height: 1.1;
}

.value-section > p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0 0 36px;
}

.lp-002 .compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    text-align: left;
}

.lp-002 .compare-card {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 28px 24px;
}

.lp-002 .compare-card.highlight {
    background: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    backdrop-filter: blur(20px) saturate(1.4);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lp-002 .compare-card h3 {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0 0 16px;
    opacity: 0.5;
}

.compare-card .compare-price {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 6px;
}

.compare-card .compare-period {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    opacity: 0.5;
    margin-bottom: 20px;
}

.lp-002 .compare-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-002 .compare-card ul li {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-002 .compare-card.highlight ul li {
    color: rgba(255,255,255,0.75);
}

.lp-002 .compare-card ul li::before {
    content: '\2713';
    font-weight: 900;
    font-size: 0.75rem;
}

.lp-002 .compare-card.highlight ul li::before {
    color: #4ade80;
}

.lp-002 .btn-founding {
    background: white;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    border-radius: 12px;
}

.lp-002 .btn-founding:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: none;
}

.lp-002 #mc_embed_signup input[type="text"],
.lp-002 #mc_embed_signup input[type="email"] {
    border: 2px solid #eeeeee;
    background: white;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 12px;
    box-shadow: none;
}

.lp-002 #mc_embed_signup input[type="text"]:focus,
.lp-002 #mc_embed_signup input[type="email"]:focus {
    border-color: var(--primary-color);
    background: white;
    box-shadow: none;
}

.lp-002 #mc_embed_signup input[type="submit"] {
    background-color: #f4f4f4;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    border-radius: 12px;
    box-shadow: none;
}

.lp-002 #mc_embed_signup input[type="submit"]:hover {
    background-color: #e8e8e8;
    transform: none;
    box-shadow: none;
}

/* --- 002 Responsive --- */
@media (max-width: 768px) {
    .split-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .hero-left {
        padding: 50px 6%;
    }
    .hero-left h1 {
        font-size: 3.5rem;
    }
    .hero-right {
        padding: 40px 6%;
    }
    .perks-bar-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .lp-002 .compare-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   LANDING PAGE VARIANT 003 (003.html)
   ========================================================================== */

.hero-full {
    padding: 80px 8% 60px;
    max-width: 900px;
    margin: 0 auto;
}

.hero-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0 0 20px;
}

.hero-full h1 {
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    line-height: 1;
    margin: 0 0 24px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    font-weight: 900;
}

.hero-full h1 em {
    font-style: normal;
    color: var(--text-muted);
}

.hero-full .lead {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0 0 40px;
    max-width: 600px;
}

.hero-cta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 18px 36px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    background: #333;
    transform: translateY(-1px);
}

.hero-cta-note {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.proof-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 32px 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.proof-item { text-align: center; }

.proof-number {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
}

.proof-label {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.72rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 4px;
}

.proof-divider {
    width: 1px;
    height: 32px;
    background: #eee;
}

.story-section {
    max-width: 640px;
    margin: 60px auto;
    padding: 0 20px;
}

.story-section h2 {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
    line-height: 1.15;
}

.story-section p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0 0 20px;
}

.quote-block {
    max-width: 640px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.quote-inner {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 36px 32px;
    position: relative;
}

.quote-inner::before {
    content: '\201C';
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 28px;
    opacity: 0.08;
}

.quote-text {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-main);
    margin: 0 0 16px;
    font-style: italic;
}

.quote-attr {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.features-section {
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.features-section h2 {
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 28px;
    line-height: 1.1;
    text-align: center;
}

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

.feature-card {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
}

.feature-icon {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.feature-card h3 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
}

.feature-card p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.final-cta {
    max-width: 640px;
    margin: 0 auto 20px;
    padding: 0 20px;
}

.final-cta-card {
    background: rgba(0, 0, 0, 0.65);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    backdrop-filter: blur(20px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: white;
    border-radius: 20px;
    padding: 48px 40px;
    text-align: center;
}

.final-cta-card h2 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    line-height: 1.1;
}

.final-cta-card > p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    margin: 0 0 8px;
    line-height: 1.6;
}

.final-price {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 24px 0 4px;
}

.final-price-sub {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.45);
    margin: 0 0 28px;
}

.btn-founding-light {
    display: block;
    background: white;
    color: var(--primary-color);
    padding: 20px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s ease;
    max-width: 400px;
    margin: 0 auto;
}

.btn-founding-light:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
}

.btn-founding-light span {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 0.78rem;
    display: block;
    opacity: 0.5;
    margin-top: 3px;
    letter-spacing: 0.02em;
    text-transform: none;
}

.lp-003 #mc_embed_signup input[type="text"],
.lp-003 #mc_embed_signup input[type="email"] {
    border: 2px solid #eeeeee;
    background: white;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 12px;
    box-shadow: none;
}

.lp-003 #mc_embed_signup input[type="text"]:focus,
.lp-003 #mc_embed_signup input[type="email"]:focus {
    border-color: var(--primary-color);
    background: white;
    box-shadow: none;
}

.lp-003 #mc_embed_signup input[type="submit"] {
    background-color: #f4f4f4;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border: none;
    border-radius: 12px;
    box-shadow: none;
}

.lp-003 #mc_embed_signup input[type="submit"]:hover {
    background-color: #e8e8e8;
    transform: none;
    box-shadow: none;
}

/* --- 003 Responsive --- */
@media (max-width: 768px) {
    .hero-full { padding: 50px 6% 40px; }
    .hero-full h1 { font-size: 2.8rem; }
    .proof-strip { gap: 24px; }
    .proof-divider { display: none; }
    .feature-cards { grid-template-columns: 1fr; gap: 12px; }
    .final-cta-card { padding: 36px 24px; }
    .final-cta-card h2 { font-size: 1.6rem; }
    .final-price { font-size: 2.4rem; }
}

/* ==========================================================================
   INDEX COPY PAGE (index copy.html)
   ========================================================================== */

.lp-copy .hero {
    padding: 60px 10% 40px 10%;
}

.lp-copy .highlight {
    color: var(--accent-color);
}

.lp-copy p.tagline {
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #444;
}

.credit-cta {
    max-width: 600px;
    margin: 60px auto;
    padding: 40px;
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    text-align: center;
}

.credit-cta h2 {
    font-size: 1.8rem;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.credit-cta p {
    font-family: "area", sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    margin-bottom: 30px;
    color: #444;
}

.lp-copy .mailchimp-container {
    max-width: 480px;
}

.lp-copy #mc_embed_signup input[type="text"],
.lp-copy #mc_embed_signup input[type="email"] {
    padding: 22px;
    margin-bottom: 12px;
    border: 2px solid #eeeeee;
    border-radius: 12px;
    font-size: 1rem;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: white;
    box-shadow: none;
}

.lp-copy #mc_embed_signup input[type="submit"] {
    background-color: #f4f4f4;
    padding: 22px 30px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    margin-top: 8px;
}

.lp-copy #mc_embed_signup input[type="submit"]:hover {
    background-color: #e0e0e0;
    transform: none;
    box-shadow: none;
}

@media (max-width: 900px) {
    .lp-copy .hero { padding: 40px 5%; }
    .credit-cta { margin: 40px 5%; padding: 30px; }
}

/* ==========================================================================
   MEMBERS PAGE (members/index.html)
   ========================================================================== */

.members-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 240px);
    padding: 80px 10% 120px;
}

.members-card {
    max-width: 640px;
    text-align: center;
    padding: 48px 56px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.members-tag {
    display: inline-block;
    font-family: "area-normal", sans-serif;
    font-weight: 900;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 999px;
    padding: 8px 16px;
    margin-bottom: 20px;
}

.members-card h1 {
    font-family: "area-normal", sans-serif;
    font-weight: 900;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    line-height: 0.95;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.members-card p {
    margin: 0;
    font-size: 1.1rem;
    color: #444;
}

@media (max-width: 720px) {
    .members-hero {
        padding: 60px 6% 100px;
        min-height: auto;
    }

    .members-card {
        padding: 36px 28px;
    }
}
