:root {
    --primary-color: #f26b21;
    --primary-dark: #d95713;
    --primary-hover: #ff7a2f;
    --corporate-navy: #08111f;
    --corporate-navy-2: #0d1b2a;
    --corporate-ink: #0f172a;
    --corporate-muted: #475569;
    --corporate-line: #cbd5e1;
    --corporate-white: #ffffff;
    --corporate-soft: #f8fafc;
    --shadow-corporate: 0 20px 45px rgba(8, 17, 31, .15);
}

*, *::before, *::after { 
    box-sizing: border-box; 
}

html { 
    scroll-behavior: smooth; 
    scroll-padding-top: 74px; 
}

body {
    margin: 0; 
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px; 
    line-height: 1.75;
    color: #334155; 
    background: #f8fafc;
    -webkit-font-smoothing: antialiased;
}

img { 
    display: block; 
    max-width: 100%; 
    height: auto; 
}

a { 
    text-decoration: none; 
    transition: 0.3s ease; 
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0; 
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700; 
    color: #0f172a;
}

h1 { 
    font-size: clamp(2.6rem, 5.2vw, 4.5rem); 
    line-height: 1.15; 
    letter-spacing: -1px; 
}

h2 { 
    font-size: clamp(1.9rem, 3.2vw, 2.8rem); 
    letter-spacing: -.5px; 
    margin-bottom: 16px; 
}

h3 { 
    font-size: clamp(1.15rem, 2vw, 1.45rem); 
}

p { 
    font-family: 'Inter', sans-serif; 
}

.container { 
    width: 100%; 
    max-width: 1280px; 
    margin: 0 auto; 
    padding: 0 24px; 
}

section { 
    position: relative; 
    padding: 80px 20px; 
}

.prelaunch-banner {
    background: #08111f; 
    color: #ffffff; 
    text-align: center;
    padding: 12px 20px; 
    font-size: .85rem; 
    font-weight: 600;
    position: relative; 
    z-index: 1000;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.prelaunch-banner p { 
    margin: 0; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    flex-wrap: wrap; 
    font-family: 'Inter', sans-serif; 
}

.prelaunch-badge { 
    background: #f26b21; 
    color: #ffffff; 
    padding: 4px 12px; 
    border-radius: 20px; 
    font-size: 0.75rem; 
    text-transform: uppercase; 
    font-weight: 800; 
    letter-spacing: 0.5px; 
}

.quick-nav-section {
    position: sticky; 
    top: 0; 
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px); 
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0; 
    box-shadow: 0 4px 20px rgba(15, 23, 42, .04);
}

.quick-nav-container { 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 14px; 
    flex-wrap: wrap; 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

.quick-nav-link { 
    color: #475569; 
    font-family: 'Inter', sans-serif; 
    font-size: .85rem; 
    font-weight: 600; 
    padding: 6px 16px; 
    border-radius: 20px; 
    background: #f1f5f9; 
}

.quick-nav-link:hover { 
    background: var(--primary-color); 
    color: #ffffff; 
}

.top-header { 
    max-width: 1320px; 
    margin: 0 auto; 
    padding: 18px 24px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 22px; 
    flex-wrap: wrap; 
    background: #ffffff; 
    border-bottom: 1px solid #e2e8f0; 
}

.logo { 
    width: 270px; 
    min-height: 90px; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
}

.logo-heading { 
    margin: 0; 
    font-size: 36px; 
    line-height: 1; 
    font-family: 'Libre Baskerville', serif; 
    font-weight: 700; 
    letter-spacing: -1px; 
}

.logo-latest { 
    color: #f26b21; 
}

.logo-directory { 
    color: #0f172a; 
}

.logo-tagline { 
    margin-top: 6px; 
    font-size: 12px; 
    font-weight: 600; 
    color: #64748b; 
    display: flex; 
    gap: 6px; 
    font-family: 'Inter', sans-serif; 
}

.top-center, .top-right { 
    display: block; 
    width: 100%; 
    max-width: 370px; 
    aspect-ratio: 2/1; 
    border-radius: 16px; 
    overflow: hidden; 
    box-shadow: 0 8px 25px rgba(0,0,0,0.06); 
    border: 1px solid #e2e8f0; 
}

.top-center img, .top-right img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.intro-text, .section-intro { 
    max-width: 780px; 
    margin: 0 auto 40px; 
    text-align: center; 
    color: #475569; 
    font-size: 1.1rem; 
    line-height: 1.8; 
}

.directory-grid { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 24px; 
}

.benefits-grid, .steps-grid, .seo-columns { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 24px; 
}

.premium-card { 
    position: relative; 
    overflow: hidden; 
    display: block; 
    border-radius: 20px; 
    background: #ffffff; 
    color: inherit; 
    text-decoration: none; 
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05); 
    border: 1px solid #e2e8f0; 
    transition: all 0.3s ease; 
    text-align: center; 
}

.premium-card:hover { 
    transform: translateY(-6px); 
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1); 
    border-color: #cbd5e1; 
}

.premium-card img { 
    width: 100%; 
    aspect-ratio: 16/10; 
    object-fit: cover; 
}

.cta-primary, .cta-secondary, .whatsapp-btn { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    padding: 16px 36px; 
    border-radius: 40px; 
    font-weight: 700; 
    font-size: 1rem; 
    font-family: 'Inter', sans-serif; 
    transition: all 0.3s ease; 
}

.cta-primary { 
    background: #f26b21; 
    color: #fff; 
    box-shadow: 0 10px 30px rgba(242,107,33,0.3); 
}

.cta-primary:hover { 
    background: #e05b11; 
    transform: translateY(-2px); 
}

.cta-secondary { 
    color: #fff; 
    background: rgba(255,255,255,0.08); 
    border: 1px solid rgba(255,255,255,0.25); 
}

.cta-secondary:hover { 
    background: rgba(255,255,255,0.18); 
    transform: translateY(-2px); 
}

.site-footer {
    background-color: #0f172a;
    color: #cbd5e1;
    border-top: 1px solid #1e293b;
    padding: 3rem 0;
    margin-top: 5rem;
    font-family: inherit;
    box-sizing: border-box;
}

.site-footer *, .site-footer *::before, .site-footer *::after {
    box-sizing: border-box;
}

.footer-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .footer-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .footer-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.site-footer .footer-top-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 1.5rem;
}

@media (min-width: 1024px) {
    .site-footer .footer-top-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 2rem;
    }
}

.footer-col-brand {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 1024px) {
    .footer-col-brand {
        grid-column: span 1;
    }
}

.footer-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .footer-logo-wrap {
        justify-content: flex-start;
    }
}

.footer-logo {
    width: 200px;
    height: 40px;
    object-fit: contain;
    max-height: 35px;
}

.footer-desc {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #cbd5e1;
    margin: 0;
}

.footer-subtext {
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #64748b;
    margin: 0;
}

.footer-heading {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.875rem;
}

.footer-links li {
    display: block;
    line-height: 1.4;
}

.footer-links a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #ff3366;
}

.footer-contact-space {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.footer-contact-space p {
    margin: 0;
}

.footer-contact-space strong {
    color: #ffffff;
}

.footer-highlight {
    color: #06b6d4;
    text-decoration: none;
}

.footer-highlight:hover {
    text-decoration: underline;
}

.footer-address {
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #cbd5e1;
}

.footer-directory-section {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #1e293b;
}

.seo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    font-size: 0.8125rem;
    text-align: center;
    justify-content: center;
}

.seo-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.seo-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-bottom-border {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #1e293b;
}

.footer-bottom-flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
    color: #94a3b8;
    text-align: center;
}

@media (min-width: 640px) {
    .footer-bottom-flex {
        flex-direction: row;
        text-align: left;
    }
}

.footer-bottom-flex p {
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.footer-bottom-links a {
    color: inherit;
    text-decoration: underline;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

.footer-dot {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.hero-corporate {
    background: linear-gradient(135deg, #03070f 0%, #08111f 50%, #0d1b2a 100%);
    padding: 120px 20px 110px;
    position: relative;
    overflow: hidden;
}

.hero-corporate-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 25%, rgba(242,107,33,0.22), transparent 45%), radial-gradient(circle at 20% 80%, rgba(56,109,160,0.18), transparent 40%);
    pointer-events: none;
}

.hero-container-custom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(242,107,33,0.15);
    border: 1px solid rgba(242,107,33,0.4);
    border-radius: 30px;
    color: #ff8542;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
    font-family: 'Inter', sans-serif;
}

.hero-main-title {
    color: #ffffff;
    font-size: clamp(3rem, 6.5vw, 5rem);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 28px;
    font-family: 'Libre Baskerville', serif;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.hero-title-gradient {
    background: linear-gradient(135deg, #f26b21, #ff944d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-lead {
    color: #e2e8f0;
    font-size: 1.25rem;
    line-height: 1.85;
    max-width: 820px;
    margin: 0 auto 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.hero-btn-icon {
    font-size: 0.85rem;
    margin-left: 4px;
}

.hero-proof {
    display: inline-flex;
    align-items: center;
    gap: 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 36px;
    border-radius: 24px;
    backdrop-filter: blur(12px);
}

.hero-proof-strong {
    display: block;
    font-size: 1.5rem;
    color: #ff8542;
    font-weight: 800;
    font-family: 'Libre Baskerville', serif;
}

.hero-proof-span {
    font-size: 0.75rem;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.proof-divider {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,0.2);
}

.directory-types {
    padding: 90px 20px;
    background: #f8fafc;
}

.directory-container-wide {
    max-width: 1500px;
    margin: 0 auto;
}

.directory-header-wrapper {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.directory-main-heading {
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    line-height: 1.25;
    max-width: 100%;
    margin: 0 auto 16px;
    color: #0f172a;
    font-weight: 700;
}

.directory-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.card-inner-pad {
    padding: 26px;
    text-align: center;
}

.card-title {
    font-size: 1.15rem;
    color: #0f172a;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
}

.card-icon {
    color: #f26b21;
    margin-right: 6px;
}

.card-desc {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 28px 20px;
    background: #08111f;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
}

.trust-icon {
    color: #f26b21;
    margin-right: 6px;
}

.seo-columns {
    padding: 90px 20px;
    background: #f8fafc;
}

.directory-grid-auto {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.how-it-works {
    padding: 90px 20px;
    background: #ffffff;
}

.step {
    background: #f8fafc;
    padding: 36px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(242,107,33,0.1);
    color: #f26b21;
    font-weight: 800;
    font-size: 1.1rem;
    border-radius: 50%;
    margin-bottom: 16px;
}

.how-it-works-note {
    margin-top: 35px;
    text-align: center;
    font-size: 0.95rem;
    color: #334155;
    background: #f8fafc;
    padding: 18px 24px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    font-family: 'Inter', sans-serif;
}

.highlight-strong {
    color: #f26b21;
}

.benefits {
    padding: 90px 20px;
    background: #ffffff;
}

.benefit-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 36px 26px;
    border-radius: 20px;
    text-align: center;
}

.benefit-icon {
    font-size: 1.8rem;
    color: #f26b21;
    margin-bottom: 18px;
}

.faq-section {
    padding: 90px 20px;
    background: #f8fafc;
}

.faq-container-width {
    max-width: 1100px;
    margin: 0 auto;
}

.faq-accordion-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-accordion-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
}

.faq-accordion-summary {
    padding: 22px 26px;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    font-size: 1.05rem;
    font-family: 'Libre Baskerville', serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-summary-span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.faq-chevron {
    font-size: 0.85rem;
    color: #64748b;
}

.faq-accordion-content {
    padding: 0 26px 22px;
    color: #475569;
    line-height: 1.75;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
}

.faq-p-reset {
    margin: 0;
}

.faq-icon-orange {
    color: #f26b21;
}

.contact {
    padding: 90px 20px;
    background: #ffffff;
    text-align: center;
}

.contact-container-width {
    max-width: 750px;
    margin: 0 auto;
}

.contact-heading-main {
    color: #0f172a;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 16px;
}

.contact-sub-text {
    color: #475569;
    font-size: 1.05rem;
    margin-bottom: 30px;
    font-family: 'Inter', sans-serif;
}

.social-icons {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.social-icon-fb {
    width: 50px;
    height: 50px;
    background: #1877f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
}

.social-icon-x {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
}

.social-icon-yt {
    width: 50px;
    height: 50px;
    background: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
}

.social-icon-ig {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #25d366;
    color: #ffffff;
    padding: 16px 38px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(37,211,102,0.3);
    font-family: 'Inter', sans-serif;
}

.whatsapp-icon-size {
    font-size: 1.3rem;
}

.user-select-none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.footer-directory-heading {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

@media (max-width: 1200px) {
    .directory-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .directory-grid-4 { grid-template-columns: 1fr !important; }
    
    .top-header {
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
    .logo {
        margin: 0 auto;
    }
    .top-center, .top-right {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .hero-proof {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 16px !important;
        width: 100% !important;
        max-width: 340px !important;
        margin: 0 auto !important;
    }
    .hero-proof .proof-divider {
        width: 60px !important;
        height: 1px !important;
    }
}