/* ==========================================================================
   LONCA LONDON - HOMEPAGE STYLES
   Cinematic, modern design for the main landing page
   ========================================================================== */

:root {
    --hp-bg: #0b1020;
    --hp-bg-2: #0f172a;
    --hp-primary: #10b981;
    --hp-primary-dark: #059669;
    --hp-secondary: #3b82f6;
    --hp-accent: #f59e0b;
    --hp-text: rgba(255, 255, 255, 0.92);
    --hp-muted: rgba(255, 255, 255, 0.68);
    --hp-card: rgba(255, 255, 255, 0.05);
    --hp-border: rgba(255, 255, 255, 0.10);
}

.home-page {
    background: var(--hp-bg);
    color: var(--hp-text);
    min-height: 100vh;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.hp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(11, 16, 32, 0.75);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--hp-border);
    transition: all 0.3s ease;
}

.hp-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.hp-brand {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    text-decoration: none;
    color: white;
}

.hp-brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(59, 130, 246, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 1.3rem;
    color: var(--hp-primary);
}

.hp-brand-text strong {
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0.3px;
}

.hp-brand-text small {
    display: block;
    color: var(--hp-muted);
    font-size: 0.8rem;
}

.hp-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.hp-nav a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.hp-nav a:hover {
    color: #fff;
}

.hp-nav-cta {
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.16);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: rgba(255, 255, 255, 0.95) !important;
}

.hp-nav-cta:hover {
    background: rgba(16, 185, 129, 0.25);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hp-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.hp-hero-bg {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 1400px 900px at 10% 20%, rgba(16, 185, 129, 0.18), transparent 55%),
        radial-gradient(ellipse 1200px 800px at 85% 75%, rgba(59, 130, 246, 0.15), transparent 50%),
        radial-gradient(ellipse 800px 600px at 50% 50%, rgba(168, 85, 247, 0.08), transparent 50%);
}

.hp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 16, 32, 0.3) 0%, rgba(11, 16, 32, 0.8) 100%);
}

.hp-hero-grain {
    position: absolute;
    inset: -20%;
    opacity: 0.18;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
    transform: rotate(5deg);
    pointer-events: none;
}

.hp-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hp-kicker {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.hp-kicker-pill {
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    font-size: 0.9rem;
    color: var(--hp-primary);
}

.hp-kicker-pill i {
    margin-right: 0.4rem;
}

.hp-kicker-dot {
    opacity: 0.5;
}

.hp-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 4.2rem;
    line-height: 1.1;
    margin: 0 0 1.25rem;
    letter-spacing: -0.5px;
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.hp-hero-subtitle {
    font-family: 'Lora', serif;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    max-width: 580px;
    margin: 0 0 2rem;
}

/* Countdown */
.hp-countdown {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--hp-border);
    border-radius: 20px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    display: inline-block;
}

.hp-countdown-label {
    font-size: 0.9rem;
    color: var(--hp-muted);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hp-countdown-timer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hp-time-unit {
    text-align: center;
}

.hp-time-value {
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, var(--hp-primary), var(--hp-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: transform 0.2s ease;
}

.hp-time-label {
    font-size: 0.75rem;
    color: var(--hp-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hp-time-sep {
    font-size: 2rem;
    font-weight: 300;
    color: var(--hp-muted);
    padding: 0 0.25rem;
}

/* Hero Actions */
.hp-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.hp-cta-primary {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3); }
    50% { box-shadow: 0 8px 40px rgba(16, 185, 129, 0.5); }
}

/* Proof Points */
.hp-proof {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.hp-proof-item {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
}

.hp-proof-item i {
    color: var(--hp-primary);
}

/* Hero Visual */
.hp-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hp-hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    animation: float 6s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.95);
    padding: 1.5rem;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

/* ==========================================================================
   SECTION STYLES
   ========================================================================== */

.hp-section-header {
    margin-bottom: 3rem;
}

.hp-section-header-center {
    text-align: center;
}

.hp-section-header-center .hp-muted {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hp-h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    margin: 0 0 0.75rem;
    letter-spacing: -0.4px;
}

.hp-muted {
    color: var(--hp-muted);
    line-height: 1.7;
    margin: 0;
}

/* ==========================================================================
   MENTORSHIPS SECTION
   ========================================================================== */

.hp-mentorships {
    padding: 6rem 0;
    background: radial-gradient(ellipse 1000px 700px at 70% 20%, rgba(59, 130, 246, 0.08), transparent 60%);
}

.hp-mentors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.hp-trade-card {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.35s ease;
}

.hp-trade-card:hover {
    transform: translateY(-8px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.hp-trade-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.hp-trade-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hp-trade-card:hover .hp-trade-image img {
    transform: scale(1.1);
}

.hp-trade-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(11, 16, 32, 0.9) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 1rem;
}

.hp-trade-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--hp-primary), var(--hp-primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
}

.hp-trade-content {
    padding: 1.25rem;
}

.hp-trade-content h3 {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    color: white;
}

.hp-trade-content p {
    font-size: 0.95rem;
    color: var(--hp-muted);
    margin: 0 0 1rem;
    line-height: 1.6;
}

.hp-trade-cta {
    color: var(--hp-primary);
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hp-trade-cta i {
    transition: transform 0.3s ease;
}

.hp-trade-card:hover .hp-trade-cta i {
    transform: translateX(5px);
}

/* ==========================================================================
   VISUAL SECTION
   ========================================================================== */

.hp-visual {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(59, 130, 246, 0.06));
    border-top: 1px solid var(--hp-border);
    border-bottom: 1px solid var(--hp-border);
}

.hp-visual-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hp-visual-content .hp-h2 {
    margin-bottom: 1.25rem;
}

.hp-visual-text {
    font-family: 'Lora', serif;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.hp-visual-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.95);
    padding: 1.5rem;
}

/* ==========================================================================
   MANIFESTO SECTION
   ========================================================================== */

.hp-manifesto {
    padding: 6rem 0;
    text-align: center;
    background: radial-gradient(ellipse 1200px 800px at 30% 50%, rgba(168, 85, 247, 0.08), transparent 60%);
}

.hp-manifesto-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin: 0 0 2.5rem;
}

.hp-manifesto-content {
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.hp-manifesto-content p {
    font-family: 'Lora', serif;
    font-size: 1.15rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.5rem;
}

.hp-manifesto-final {
    color: var(--hp-primary) !important;
    font-size: 1.25rem !important;
}

.hp-manifesto-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ==========================================================================
   COMPARISON SECTION
   ========================================================================== */

.hp-comparison {
    padding: 6rem 0;
    background: var(--hp-bg-2);
}

.hp-comparison-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: stretch;
}

.hp-comparison-col {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 24px;
    padding: 2rem;
}

.hp-comparison-old {
    border-color: rgba(239, 68, 68, 0.3);
}

.hp-comparison-new {
    border-color: rgba(16, 185, 129, 0.3);
    background: rgba(16, 185, 129, 0.05);
}

.hp-comparison-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--hp-muted);
    margin-bottom: 0.5rem;
}

.hp-comparison-col h3 {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
    color: white;
}

.hp-comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hp-comparison-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.hp-comparison-old .hp-comparison-list li i {
    color: #ef4444;
    margin-top: 4px;
}

.hp-comparison-new .hp-comparison-list li i {
    color: var(--hp-primary);
    margin-top: 4px;
}

.hp-comparison-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--hp-muted);
}

/* ==========================================================================
   ABOUT/HOW IT WORKS SECTION
   ========================================================================== */

.hp-about {
    padding: 6rem 0;
}

.hp-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 5rem;
}

.hp-feature-card {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.hp-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(16, 185, 129, 0.3);
}

.hp-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(59, 130, 246, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--hp-primary);
    margin-bottom: 1.25rem;
}

.hp-feature-card h3 {
    font-size: 1.2rem;
    margin: 0 0 0.75rem;
    color: white;
}

.hp-feature-card p {
    font-size: 0.95rem;
    color: var(--hp-muted);
    line-height: 1.7;
    margin: 0;
}

/* Steps */
.hp-steps {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 24px;
    padding: 3rem;
}

.hp-steps-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 2.5rem;
}

.hp-steps-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}

.hp-step {
    flex: 1;
    max-width: 280px;
    text-align: center;
}

.hp-step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hp-primary), var(--hp-primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0 auto 1rem;
}

.hp-step h4 {
    font-size: 1.15rem;
    margin: 0 0 0.75rem;
    color: white;
}

.hp-step p {
    font-size: 0.95rem;
    color: var(--hp-muted);
    line-height: 1.6;
    margin: 0;
}

.hp-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--hp-muted);
    padding-top: 1.5rem;
}

/* ==========================================================================
   BENEFITS SECTION
   ========================================================================== */

.hp-benefits {
    padding: 6rem 0;
    background: radial-gradient(ellipse 1000px 700px at 80% 30%, rgba(245, 158, 11, 0.08), transparent 60%);
}

.hp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.hp-benefit-card {
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.hp-benefit-card:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 158, 11, 0.3);
}

.hp-benefit-highlight {
    grid-column: span 1;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(16, 185, 129, 0.05));
    border-color: rgba(245, 158, 11, 0.25);
}

.hp-benefit-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(16, 185, 129, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--hp-accent);
    margin-bottom: 1.25rem;
}

.hp-benefit-card h3 {
    font-size: 1.2rem;
    margin: 0 0 0.75rem;
    color: white;
}

.hp-benefit-card > p {
    font-size: 0.95rem;
    color: var(--hp-muted);
    line-height: 1.7;
    margin: 0;
}

.hp-benefit-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.hp-benefit-list li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.hp-benefit-list li i {
    color: var(--hp-primary);
}

.hp-benefits-cta {
    text-align: center;
}

.hp-benefits-cta p {
    color: var(--hp-muted);
    margin-bottom: 1.25rem;
}

/* ==========================================================================
   REGISTRATION SECTION
   ========================================================================== */

.hp-register {
    padding: 6rem 0;
    background: linear-gradient(180deg, var(--hp-bg-2) 0%, var(--hp-bg) 100%);
}

.hp-register-container {
    max-width: 1000px;
    margin: 0 auto;
}

.hp-register-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.hp-tab-btn {
    flex: 1;
    background: var(--hp-card);
    border: 2px solid var(--hp-border);
    color: var(--hp-muted);
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.hp-tab-btn i {
    font-size: 1.8rem;
}

.hp-tab-btn:hover {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}

.hp-tab-btn.active {
    background: linear-gradient(135deg, var(--hp-primary), var(--hp-primary-dark));
    border-color: var(--hp-primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

/* Form Panels */
.hp-form-panel {
    display: none;
    background: var(--hp-card);
    border: 1px solid var(--hp-border);
    border-radius: 24px;
    padding: 2.5rem;
    animation: fadeIn 0.4s ease;
}

.hp-form-panel.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.hp-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.hp-form-info h3 {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    color: white;
}

.hp-form-info h3 i {
    color: var(--hp-primary);
    margin-right: 0.5rem;
}

.hp-form-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1rem;
}

.hp-form-desc {
    font-size: 0.95rem;
    color: var(--hp-muted);
    line-height: 1.7;
    margin: 0 0 1.5rem;
}

.hp-form-highlights {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hp-highlight {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.hp-highlight > i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(16, 185, 129, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hp-primary);
    flex-shrink: 0;
}

.hp-highlight h4 {
    font-size: 0.95rem;
    margin: 0 0 0.25rem;
    color: white;
}

.hp-highlight p {
    font-size: 0.85rem;
    color: var(--hp-muted);
    margin: 0;
    line-height: 1.5;
}

/* Form Styles */
.hp-form-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.75rem;
}

.hp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hp-form-group {
    margin-bottom: 1rem;
}

.hp-form input,
.hp-form select {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.hp-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.hp-form input:focus,
.hp-form select:focus {
    outline: none;
    border-color: var(--hp-primary);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15);
}

.hp-form select {
    cursor: pointer;
}

.hp-form select option {
    background: var(--hp-bg);
    color: white;
}

.hp-checkbox-group {
    margin: 1.25rem 0;
}

.hp-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    cursor: pointer;
    line-height: 1.6;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
}

.hp-checkbox-label input[type="checkbox"] {
    display: none;
}

.hp-checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.08);
}

.hp-checkbox-label input[type="checkbox"]:checked + .hp-checkmark {
    background: linear-gradient(135deg, var(--hp-primary), var(--hp-primary-dark));
    border-color: var(--hp-primary);
}

.hp-checkbox-label input[type="checkbox"]:checked + .hp-checkmark::after {
    content: '✓';
    position: absolute;
    top: 0px;
    left: 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.hp-terms-link {
    color: #60a5fa;
    text-decoration: none;
}

.hp-terms-link:hover {
    color: #93c5fd;
}

.hp-submit-btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
}

.hp-form-note {
    text-align: center;
    font-size: 0.85rem;
    color: var(--hp-muted);
    margin: 1rem 0 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.hp-footer {
    padding: 4rem 0 2rem;
    background: var(--hp-bg);
    border-top: 1px solid var(--hp-border);
}

.hp-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.hp-footer-brand h3 {
    font-size: 1.3rem;
    margin: 0 0 1rem;
    color: white;
}

.hp-footer-brand h3 i {
    color: var(--hp-primary);
    margin-right: 0.5rem;
}

.hp-footer-brand > p {
    font-size: 0.95rem;
    color: var(--hp-muted);
    line-height: 1.7;
    margin: 0 0 1.25rem;
}

.hp-footer-contact p {
    font-size: 0.9rem;
    color: var(--hp-muted);
    margin: 0.5rem 0;
}

.hp-footer-contact i {
    color: var(--hp-primary);
    margin-right: 0.5rem;
    width: 16px;
}

.hp-footer-links h4 {
    font-size: 1rem;
    margin: 0 0 1rem;
    color: white;
}

.hp-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hp-footer-links li {
    margin-bottom: 0.6rem;
}

.hp-footer-links a {
    color: var(--hp-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.hp-footer-links a:hover {
    color: var(--hp-primary);
}

.hp-footer-social h4 {
    font-size: 1rem;
    margin: 0 0 0.5rem;
    color: white;
}

.hp-footer-social > p {
    font-size: 0.85rem;
    color: var(--hp-muted);
    margin: 0 0 1rem;
}

.hp-social-links {
    display: flex;
    gap: 0.75rem;
}

.hp-social-links a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--hp-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hp-muted);
    text-decoration: none;
    transition: all 0.3s ease;
}

.hp-social-links a:hover {
    background: var(--hp-primary);
    border-color: var(--hp-primary);
    color: white;
}

.hp-footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--hp-border);
}

.hp-footer-bottom p {
    font-size: 0.9rem;
    color: var(--hp-muted);
    margin: 0 0 0.5rem;
}

.hp-footer-bottom .fa-heart {
    color: #ef4444;
}

.hp-tagline {
    font-size: 0.85rem;
    color: var(--hp-primary);
}

/* ==========================================================================
   BUTTONS (Override base)
   ========================================================================== */

.home-page .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.75rem;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

.home-page .btn-primary {
    background: linear-gradient(135deg, var(--hp-primary), var(--hp-primary-dark));
    color: white;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3);
}

.home-page .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(16, 185, 129, 0.4);
}

.home-page .btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.home-page .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
}

.home-page .btn-large {
    padding: 1.15rem 2rem;
    font-size: 1.05rem;
}

.home-page .btn-full {
    width: 100%;
    justify-content: center;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
    .hp-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hp-hero-visual {
        order: -1;
    }
    
    .hp-hero-image {
        max-width: 400px;
    }
    
    .hp-hero-subtitle {
        max-width: 100%;
    }
    
    .hp-countdown {
        display: block;
    }
    
    .hp-proof {
        justify-content: center;
    }
    
    .hp-hero-actions {
        justify-content: center;
    }
    
    .hp-visual-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hp-visual-image {
        order: -1;
    }
    
    .hp-comparison-grid {
        grid-template-columns: 1fr;
    }
    
    .hp-comparison-divider {
        transform: rotate(90deg);
        padding: 1rem 0;
    }
    
    .hp-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hp-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hp-form-grid {
        grid-template-columns: 1fr;
    }
    
    .hp-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hp-hero-title {
        font-size: 2.8rem;
    }
    
    .hp-h2 {
        font-size: 2.2rem;
    }
    
    .hp-nav {
        display: none;
    }
    
    .hp-features-grid,
    .hp-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .hp-steps-grid {
        flex-direction: column;
        gap: 2rem;
    }
    
    .hp-step-arrow {
        transform: rotate(90deg);
        padding: 0;
    }
    
    .hp-register-tabs {
        flex-direction: column;
    }
    
    .hp-form-row {
        grid-template-columns: 1fr;
    }
    
    .hp-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hp-footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hp-social-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hp-hero {
        padding: 6rem 0 3rem;
    }
    
    .hp-hero-title {
        font-size: 2.2rem;
    }
    
    .hp-time-value {
        font-size: 1.8rem;
    }
    
    .hp-manifesto-title {
        font-size: 2.2rem;
    }
}

