/* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f9fc;
    color: #14213d;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}


/* =========================================
   GLOBAL
========================================= */

.container {
    width: min(1160px, 92%);
    margin: auto;
}

.narrow-container {
    max-width: 850px;
}

.section-label {
    display: inline-block;
    color: #ff8a00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.section-heading h2,
.intro-section h2,
.fit-heading h2,
.location-box h2,
.cta-box h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    margin-bottom: 18px;
}

.section-heading p,
.intro-section p {
    color: #657084;
    font-size: 17px;
}


/* =========================================
   HEADER
========================================= */

.site-header {
    background: #071b49;
    color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.logo img {
    width: 155px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.main-nav a {
    font-size: 13px;
    font-weight: 700;
    opacity: .9;
}

.main-nav a:hover,
.main-nav a.active {
    color: #ff9a1f;
}

.header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.audit-button,
.primary-button {
    background: #ff8a00;
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
}

.phone-button {
    border: 1px solid rgba(255,255,255,.35);
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    color: white;
    font-size: 26px;
}


/* =========================================
   HERO
========================================= */

.seo-hero {
    background:
        radial-gradient(circle at 80% 30%, rgba(30,116,255,.25), transparent 35%),
        #071b49;
    color: white;
    padding: 90px 0;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: center;
}

.eyebrow {
    display: inline-block;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.15);
    padding: 8px 13px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.05;
    max-width: 700px;
    margin-bottom: 22px;
}

.hero-text {
    color: #d6e0f1;
    font-size: 18px;
    max-width: 650px;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.secondary-button {
    border: 1px solid rgba(255,255,255,.35);
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
}

.trust-line {
    margin-top: 24px;
    color: #aebbd1;
    font-size: 13px;
}

.trust-line span {
    color: #ff8a00;
    padding: 0 7px;
}


/* =========================================
   SEO DASHBOARD
========================================= */

.hero-visual {
    display: flex;
    justify-content: center;
}

.seo-dashboard {
    width: min(430px, 100%);
    background: white;
    color: #14213d;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 25px 70px rgba(0,0,0,.25);
    transform: rotate(1deg);
}

.dashboard-top,
.dashboard-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-top {
    font-weight: 800;
}

.dashboard-status {
    background: #e9f8ef;
    color: #18834b;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 11px;
}

.growth-number {
    margin-top: 50px;
    font-size: 28px;
    font-weight: 900;
}

.growth-text {
    color: #778196;
    font-size: 13px;
    margin-top: 4px;
}

.growth-bars {
    height: 170px;
    margin-top: 35px;
    display: flex;
    align-items: end;
    gap: 12px;
}

.bar {
    flex: 1;
    background: linear-gradient(to top, #0b5cff, #55a8ff);
    border-radius: 7px 7px 0 0;
}

.bar-one {
    height: 30%;
}

.bar-two {
    height: 43%;
}

.bar-three {
    height: 50%;
}

.bar-four {
    height: 65%;
}

.bar-five {
    height: 78%;
}

.bar-six {
    height: 95%;
}

.dashboard-footer {
    margin-top: 22px;
    font-size: 11px;
    color: #7b8494;
}


/* =========================================
   INTRO
========================================= */

.intro-section {
    background: white;
    padding: 100px 0;
}

.intro-section p {
    margin-bottom: 18px;
}


/* =========================================
   EXPERIENCE
========================================= */

.experience-section {
    padding: 100px 0;
    background: #f7f9fc;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.experience-card {
    background: white;
    border: 1px solid #e6eaf1;
    padding: 32px;
    border-radius: 18px;
    min-height: 250px;
    transition: .25s ease;
}

.experience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(13,38,76,.08);
}

.experience-card.featured {
    background: #071b49;
    color: white;
    border-color: #071b49;
}

.card-number {
    color: #ff8a00;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 35px;
}

.experience-card h3 {
    font-size: 23px;
    margin-bottom: 12px;
}

.experience-card p {
    color: #6d778a;
}

.featured p {
    color: #c8d2e4;
}


/* =========================================
   SERVICES
========================================= */

.services-section {
    background: white;
    padding: 100px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service-card {
    border: 1px solid #e4e9f1;
    padding: 28px;
    border-radius: 15px;
    min-height: 250px;
    transition: .25s ease;
}

.service-card:hover {
    border-color: #ff8a00;
    transform: translateY(-4px);
}

.service-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff1df;
    color: #ff8a00;
    font-weight: 900;
    font-size: 12px;
    margin-bottom: 25px;
}

.service-card h3 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.service-card p {
    color: #6c7688;
    font-size: 15px;
}

.strategy-card {
    background: #eef5ff;
    border-color: #d8e6fb;
}


/* =========================================
   FIT SECTION
========================================= */

.fit-section {
    background: #071b49;
    color: white;
    padding: 100px 0;
}

.fit-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
}

.fit-heading p {
    color: #bcc8dc;
    font-size: 17px;
}

.fit-list {
    display: grid;
    gap: 10px;
}

.fit-item {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
}

.fit-item > span {
    color: #ff8a00;
    font-weight: 900;
}

.fit-item h3 {
    margin-bottom: 4px;
}

.fit-item p {
    color: #b9c5d9;
    font-size: 14px;
}


/* =========================================
   LOCATION
========================================= */

.location-section {
    padding: 80px 0;
    background: white;
}

.location-box {
    background: #eef5ff;
    border-radius: 20px;
    padding: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.location-box p {
    color: #5e6a7d;
    font-size: 16px;
}


/* =========================================
   PROCESS
========================================= */

.process-section {
    padding: 100px 0;
    background: #f7f9fc;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.process-step {
    background: white;
    padding: 28px;
    border-radius: 15px;
    border-left: 4px solid #ff8a00;
}

.process-step > span {
    color: #ff8a00;
    font-weight: 900;
    font-size: 13px;
}

.process-step h3 {
    margin: 20px 0 8px;
}

.process-step p {
    color: #697487;
    font-size: 14px;
}


/* =========================================
   FAQ
========================================= */

.faq-section {
    background: white;
    padding: 100px 0;
}

.faq-container {
    max-width: 850px;
}

.faq-item {
    border-bottom: 1px solid #e2e6ed;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 17px;
    font-weight: 800;
    color: #14213d;
    cursor: pointer;
}

.faq-plus {
    color: #ff8a00;
    font-size: 24px;
}

.faq-answer {
    display: none;
    padding: 0 35px 22px 0;
    color: #667084;
}

.faq-item.open .faq-answer {
    display: block;
}


/* =========================================
   FINAL CTA
========================================= */

.final-cta {
    padding: 90px 0;
    background: #071b49;
}

.cta-box {
    text-align: center;
    max-width: 800px;
    margin: auto;
    color: white;
}

.cta-box p {
    color: #c1ccdd;
    max-width: 650px;
    margin: 0 auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.whatsapp-button {
    background: #20a86b;
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
}


/* =========================================
   FOOTER
========================================= */

.site-footer {
    background: #041331;
    color: white;
    padding: 70px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 45px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-grid p {
    color: #9eabc1;
    font-size: 14px;
    max-width: 300px;
}

.footer-grid h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-grid a {
    display: block;
    color: #aeb9ca;
    font-size: 14px;
    margin-bottom: 9px;
}

.footer-grid a:hover {
    color: #ff8a00;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    text-align: center;
    padding: 22px;
    margin-top: 50px;
    color: #8996ac;
    font-size: 13px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1050px) {

    .main-nav {
        display: none;
    }

    .header-actions {
        margin-left: auto;
    }

    .menu-toggle {
        display: block;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        justify-content: flex-start;
    }

    .experience-grid,
    .services-grid,
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fit-grid {
        grid-template-columns: 1fr;
    }

    .location-box {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 650px) {

    .header-actions {
        display: none;
    }

    .seo-hero {
        padding: 65px 0;
    }

    .hero-content h1 {
        font-size: 39px;
    }

    .experience-grid,
    .services-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .location-box {
        padding: 28px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2,
    .intro-section h2,
    .fit-heading h2,
    .location-box h2,
    .cta-box h2 {
        font-size: 32px;
    }

}