/* =====================================================
   GOOGLE ADS PAGE
   LEADS BY CLICKS
===================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f9fc;
    color: #10213f;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

.ga-container {
    width: min(1180px, 92%);
    margin: auto;
}


/* =====================================================
   HEADER
===================================================== */

.ga-header {
    background: #ffffff;
    border-bottom: 1px solid #e7ebf2;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.ga-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.ga-logo img {
    width: 145px;
}

.ga-nav {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: auto;
}

.ga-nav a {
    font-size: 14px;
    font-weight: 600;
    color: #243553;
    transition: 0.2s;
}

.ga-nav a:hover,
.ga-nav a.active {
    color: #f58220;
}

.ga-header-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ga-top-cta {
    background: #f58220;
    color: white;
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.ga-phone {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}


/* =====================================================
   BUTTONS
===================================================== */

.ga-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid transparent;
    transition: 0.25s ease;
    cursor: pointer;
}

.ga-btn-orange {
    background: #f58220;
    color: #ffffff;
}

.ga-btn-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(245, 130, 32, 0.22);
}

.ga-btn-outline {
    border-color: #ffffff;
    color: #ffffff;
}

.ga-btn-outline:hover {
    background: #ffffff;
    color: #10213f;
}

.ga-btn-white {
    background: #ffffff;
    color: #10213f;
}

.ga-btn-whatsapp {
    background: #ffffff;
    color: #168a4b;
}


/* =====================================================
   LABEL
===================================================== */

.ga-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.3px;
    color: #f58220;
}

.ga-label span {
    display: inline-flex;
    width: 29px;
    height: 29px;
    justify-content: center;
    align-items: center;
    border: 1px solid #f58220;
    border-radius: 50%;
    font-size: 11px;
}


/* =====================================================
   HERO
===================================================== */

.ga-hero {
    background: #102b58;
    color: #ffffff;
    padding: 90px 0;
    overflow: hidden;
}

.ga-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

.ga-hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -2.5px;
    margin: 28px 0;
    max-width: 720px;
}

.ga-hero h1 span {
    color: #f58220;
}

.ga-hero-description {
    font-size: 18px;
    color: #d9e2f2;
    max-width: 650px;
}

.ga-hero-buttons {
    display: flex;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.ga-trust-line {
    margin-top: 28px;
    font-size: 13px;
    color: #b9c8df;
}

.ga-trust-line span {
    color: #f58220;
    margin: 0 7px;
}


/* =====================================================
   PERFORMANCE CARD
===================================================== */

.ga-hero-performance {
    background: #ffffff;
    color: #10213f;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    transform: rotate(1deg);
}

.ga-performance-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9edf4;
    padding-bottom: 14px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.live-dot {
    color: #168a4b;
}

.ga-performance-main {
    display: flex;
    justify-content: space-between;
    padding: 28px 4px;
}

.ga-performance-main small {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #78859a;
}

.ga-performance-main strong {
    display: block;
    font-size: 65px;
    line-height: 1;
    color: #f58220;
    margin: 7px 0;
}

.ga-performance-main p {
    font-size: 13px;
}

.ga-performance-ctr {
    text-align: right;
}

.ga-performance-ctr span {
    display: block;
    font-size: 11px;
    color: #78859a;
}

.ga-performance-ctr strong {
    font-size: 34px;
    color: #102b58;
}

.ga-performance-image {
    background: #eef2f7;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}

.ga-performance-image img {
    width: 100%;
}


/* =====================================================
   STAT STRIP
===================================================== */

.ga-stat-strip {
    background: #ffffff;
    border-bottom: 1px solid #e5e9f0;
}

.ga-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ga-stat {
    padding: 30px;
    border-right: 1px solid #e5e9f0;
}

.ga-stat:last-child {
    border-right: none;
}

.ga-stat strong {
    display: block;
    font-size: 35px;
    color: #f58220;
}

.ga-stat span {
    color: #69778d;
    font-size: 13px;
}


/* =====================================================
   GENERAL SECTIONS
===================================================== */

.ga-case-section,
.ga-small-business,
.ga-services,
.ga-difference,
.ga-industries,
.ga-process,
.ga-testimonials,
.ga-faq {
    padding: 100px 0;
}

.ga-section-intro {
    max-width: 760px;
    margin-bottom: 55px;
}

.ga-section-intro h2,
.ga-services-intro h2,
.ga-difference-heading h2,
.ga-industries-heading h2,
.ga-process-heading h2 {
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -2px;
    margin: 22px 0;
}

.ga-section-intro h2 em {
    color: #f58220;
    font-style: normal;
}

.ga-section-intro p {
    color: #64738a;
    font-size: 17px;
}


/* =====================================================
   CASE STUDIES
===================================================== */

.ga-case-large {
    display: grid;
    grid-template-columns: 70px 0.75fr 1.25fr;
    gap: 30px;
    background: #ffffff;
    border: 1px solid #e4e9f1;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 30px;
    align-items: center;
}

.ga-case-number {
    font-size: 45px;
    font-weight: 800;
    color: #dce3ed;
}

.ga-case-details > span {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #718097;
}

.ga-case-details h3 {
    font-size: 78px;
    line-height: 1;
    color: #f58220;
    margin-top: 10px;
}

.ga-case-details h4 {
    font-size: 20px;
    margin: 5px 0 15px;
}

.ga-case-details p {
    color: #69778d;
}

.ga-case-metrics {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}

.ga-case-metrics strong {
    display: block;
    font-size: 24px;
    color: #102b58;
}

.ga-case-metrics span {
    font-size: 11px;
    color: #7b8798;
}

.ga-case-image {
    background: #eef2f7;
    padding: 12px;
    border-radius: 12px;
}

.ga-case-image img {
    width: 100%;
    border-radius: 7px;
}


.ga-case-second {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 35px;
    background: #102b58;
    color: #ffffff;
    border-radius: 20px;
    padding: 35px;
    align-items: center;
}

.ga-case-second .ga-case-details > span {
    color: #b9c8df;
}

.ga-case-second .ga-case-details h4 {
    color: #ffffff;
}

.ga-case-second .ga-case-details p {
    color: #d2dbea;
}

.ga-case-second .ga-case-metrics strong {
    color: #ffffff;
}

.ga-case-second .ga-case-metrics span {
    color: #aebbd0;
}


/* =====================================================
   SMALL BUSINESS RESULTS
===================================================== */

.ga-small-business {
    background: #eef3f9;
}

.ga-small-heading {
    max-width: 750px;
    margin-bottom: 50px;
}

.ga-small-heading h2 {
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: -2px;
    margin: 20px 0;
}

.ga-small-heading p {
    color: #64738a;
    font-size: 17px;
}

.ga-client-results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ga-client-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e0e6ef;
    transition: 0.25s;
}

.ga-client-card:hover {
    transform: translateY(-6px);
}

.ga-client-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.ga-client-card div {
    padding: 18px;
}

.ga-client-card span {
    font-size: 9px;
    font-weight: 800;
    color: #f58220;
    letter-spacing: 1px;
}

.ga-client-card h3 {
    margin-top: 5px;
}


/* =====================================================
   SERVICES - LIST STYLE
===================================================== */

.ga-services {
    background: #ffffff;
}

.ga-services-intro {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 55px;
}

.ga-services-intro p {
    color: #64738a;
    font-size: 17px;
}

.ga-services-intro h2 span {
    color: #f58220;
}

.ga-service-item {
    display: grid;
    grid-template-columns: 80px 1fr 50px;
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid #dfe5ee;
    align-items: center;
    transition: 0.25s;
}

.ga-service-item:hover {
    padding-left: 15px;
}

.service-count {
    font-size: 25px;
    font-weight: 800;
    color: #f58220;
}

.ga-service-item h3 {
    font-size: 23px;
    margin-bottom: 5px;
}

.ga-service-item p {
    color: #6a788e;
    max-width: 700px;
}

.service-arrow {
    font-size: 28px;
    color: #f58220;
}


/* =====================================================
   PROBLEM
===================================================== */

.ga-problem {
    background: #102b58;
    color: #ffffff;
    padding: 100px 0;
}

.ga-problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.ga-problem-heading h2 {
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: -2px;
    margin-top: 25px;
}

.ga-problem-content p {
    color: #d2dbea;
    font-size: 17px;
    margin-bottom: 20px;
}

.ga-problem-content h3 {
    margin-top: 35px;
    margin-bottom: 20px;
}

.ga-problem-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ga-problem-list span {
    border: 1px solid rgba(255,255,255,0.15);
    padding: 11px 13px;
    border-radius: 6px;
    color: #e4eaf4;
    font-size: 13px;
}


/* =====================================================
   DIFFERENCE
===================================================== */

.ga-difference {
    background: #ffffff;
}

.ga-difference-heading {
    max-width: 800px;
    margin-bottom: 55px;
}

.ga-difference-heading h2 span {
    color: #f58220;
}

.ga-difference-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #dfe5ee;
    border-left: 1px solid #dfe5ee;
}

.ga-difference-grid article {
    padding: 40px;
    border-right: 1px solid #dfe5ee;
    border-bottom: 1px solid #dfe5ee;
}

.ga-difference-grid article > span {
    color: #f58220;
    font-weight: 800;
}

.ga-difference-grid h3 {
    font-size: 25px;
    margin: 15px 0;
}

.ga-difference-grid p {
    color: #68768c;
}


/* =====================================================
   INDUSTRIES
===================================================== */

.ga-industries {
    background: #eef3f9;
}

.ga-industries-heading {
    margin-bottom: 50px;
}

.ga-industries-heading h2 span {
    color: #f58220;
}

.ga-industry-layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 25px;
}

.ga-industry-feature {
    background: #102b58;
    color: #ffffff;
    border-radius: 18px;
    padding: 45px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ga-industry-feature > span {
    color: #f58220;
    font-size: 13px;
    font-weight: 800;
}

.ga-industry-feature h3 {
    font-size: 34px;
    margin: 10px 0;
}

.ga-industry-feature p {
    color: #d0dbea;
}

.ga-industry-list {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
}

.ga-industry-list article {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    padding: 27px 30px;
    border-bottom: 1px solid #e1e6ee;
}

.ga-industry-list article:last-child {
    border-bottom: none;
}

.ga-industry-list article > span {
    color: #f58220;
    font-weight: 800;
}

.ga-industry-list h3 {
    margin-bottom: 4px;
}

.ga-industry-list p {
    color: #6b788d;
    font-size: 14px;
}


/* =====================================================
   LOCATION
===================================================== */

.ga-location {
    background: #ffffff;
    padding: 80px 0;
}

.ga-location-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
}

.ga-location h2 {
    font-size: 42px;
    line-height: 1.1;
    margin-top: 20px;
}

.ga-location p {
    color: #66748a;
    margin-bottom: 15px;
}


/* =====================================================
   PROCESS
===================================================== */

.ga-process {
    background: #102b58;
    color: #ffffff;
}

.ga-process-heading {
    margin-bottom: 65px;
}

.ga-process-heading h2 span {
    color: #f58220;
}

.ga-timeline {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.ga-step {
    padding: 20px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.ga-step:last-child {
    border-right: 1px solid rgba(255,255,255,0.2);
}

.ga-step > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #f58220;
    color: #f58220;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.ga-step h3 {
    margin: 20px 0 10px;
}

.ga-step p {
    color: #bcc9dc;
    font-size: 13px;
}


/* =====================================================
   TESTIMONIALS
===================================================== */

.ga-testimonials {
    background: #f7f9fc;
}

.ga-section-intro h2 span {
    color: #f58220;
}

.ga-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.ga-video {
    background: #10213f;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    max-width: 330px;
    margin: auto;
    width: 100%;
}

.ga-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* =====================================================
   FAQ
===================================================== */

.ga-faq {
    background: #ffffff;
}

.ga-faq-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
}

.ga-faq-heading h2 {
    font-size: 45px;
    line-height: 1.1;
    margin: 20px 0;
}

.ga-faq-heading p {
    color: #69778c;
}

.ga-faq-list details {
    border-bottom: 1px solid #dfe5ed;
    padding: 20px 0;
}

.ga-faq-list summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
}

.ga-faq-list p {
    color: #68768b;
    margin-top: 12px;
    padding-right: 30px;
}


/* =====================================================
   AUDIT CTA
===================================================== */

.ga-audit {
    background: #f58220;
    padding: 90px 0;
}

.ga-audit-grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 60px;
    align-items: center;
}

.ga-audit-copy {
    color: #ffffff;
}

.ga-audit-copy .ga-label {
    color: #ffffff;
}

.ga-audit-copy h2 {
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 25px 0;
}

.ga-audit-copy p {
    color: #fff3e9;
    font-size: 17px;
}

.ga-audit-actions {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.ga-form-box {
    background: #ffffff;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.ga-form-box h3 {
    font-size: 25px;
}

.ga-form-box p {
    color: #738096;
    margin-bottom: 20px;
}

.ga-form-box label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 5px;
}

.ga-form-box input,
.ga-form-box textarea {
    width: 100%;
    border: 1px solid #dce2eb;
    border-radius: 7px;
    padding: 12px;
    font-family: inherit;
    font-size: 14px;
    outline: none;
}

.ga-form-box input:focus,
.ga-form-box textarea:focus {
    border-color: #f58220;
}

.ga-form-box button {
    width: 100%;
    margin-top: 20px;
}


/* =====================================================
   FOOTER
===================================================== */

.ga-footer {
    background: #081a35;
    color: #ffffff;
    padding-top: 70px;
}

.ga-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
}

.ga-footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.ga-footer p {
    color: #aebbd0;
    max-width: 330px;
    font-size: 14px;
}

.ga-footer h3 {
    margin-bottom: 18px;
}

.ga-footer a {
    display: block;
    color: #b8c4d7;
    font-size: 14px;
    margin-bottom: 9px;
}

.ga-footer a:hover {
    color: #f58220;
}

.ga-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    text-align: center;
}

.ga-footer-bottom p {
    margin: auto;
    font-size: 12px;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 1050px) {

    .ga-nav {
        display: none;
    }

    .ga-header-inner {
        justify-content: space-between;
    }

    .ga-hero-grid,
    .ga-location-inner,
    .ga-faq-grid,
    .ga-audit-grid {
        grid-template-columns: 1fr;
    }

    .ga-timeline {
        grid-template-columns: repeat(3, 1fr);
    }

    .ga-client-results {
        grid-template-columns: repeat(2, 1fr);
    }

    .ga-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 700px) {

    .ga-header-right .ga-top-cta {
        display: none;
    }

    .ga-phone {
        font-size: 12px;
    }

    .ga-hero {
        padding: 60px 0;
    }

    .ga-hero h1 {
        font-size: 42px;
    }

    .ga-hero-grid,
    .ga-case-large,
    .ga-case-second,
    .ga-services-intro,
    .ga-problem-grid,
    .ga-industry-layout {
        grid-template-columns: 1fr;
    }

    .ga-stat-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ga-stat {
        border-bottom: 1px solid #e5e9f0;
    }

    .ga-case-number {
        display: none;
    }

    .ga-small-heading h2,
    .ga-problem-heading h2,
    .ga-audit-copy h2 {
        font-size: 38px;
    }

    .ga-client-results {
        grid-template-columns: 1fr;
    }

    .ga-service-item {
        grid-template-columns: 50px 1fr;
    }

    .service-arrow {
        display: none;
    }

    .ga-problem-list {
        grid-template-columns: 1fr;
    }

    .ga-difference-grid {
        grid-template-columns: 1fr;
    }

    .ga-timeline {
        grid-template-columns: 1fr;
    }

    .ga-step {
        border-left: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding: 25px 0;
    }

    .ga-video-grid {
        grid-template-columns: 1fr;
    }

    .ga-video {
        max-width: 290px;
    }

    .ga-footer-grid {
        grid-template-columns: 1fr;
    }

    .ga-footer {
        padding-top: 50px;
    }

}