/* ============================================================
   Google Ads Page — Premium Modern Design
   ============================================================ */
:root {
    --ga-brand: #2f5aae;
    --ga-green: #27ae60;
    --ga-green2: #0EB33D;
    --ga-teal: #338eaa;
    --ga-dark: #0a0f1e;
    --ga-light: #f4f5f7;
    --ga-text: #272626;
    --ga-text-light: #3d4654;
    --ga-white: #fff;
    --ga-gold: #f5a623;
}

/* ── Button ── */
.ga-btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; font-family: 'Tajawal', sans-serif;
    font-size: 15px; font-weight: 700;
    padding: 14px 40px; border-radius: 50px; border: none;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: var(--ga-white);
    text-decoration: none; cursor: pointer;
    box-shadow: 0 8px 30px rgba(39,174,96,0.3);
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ga-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(39,174,96,0.4);
}

/* ============================================================
   1. HERO
   ============================================================ */
.ga-hero {
    position: relative;
    min-height: 85vh;
    display: flex; align-items: center;
    background-color: #1a8d4e;
    background-size: cover; background-position: center;
    overflow: hidden;
}
/* Decorative shapes */
.ga-hero::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 400px; height: 400px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    z-index: 1; pointer-events: none;
}
.ga-hero::after {
    content: '';
    position: absolute;
    bottom: -150px; left: -150px;
    width: 500px; height: 500px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    z-index: 1; pointer-events: none;
    animation: orbFloat1 10s ease-in-out infinite;
}
@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.08); }
}
@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, 20px) scale(1.05); }
}
.ga-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(0,60,20,.6) 0%, rgba(0,0,0,.3) 40%, rgba(0,80,30,.5) 100%);
    z-index: 1;
}
/* Extra decorative elements via overlay pseudo */
.ga-hero__overlay::before {
    content: '';
    position: absolute;
    top: 15%; left: 8%;
    width: 200px; height: 200px;
    border: 2px solid rgba(255,255,255,0.08);
    border-radius: 50%;
    animation: orbFloat2 8s ease-in-out infinite;
    pointer-events: none;
}
.ga-hero__overlay::after {
    content: '';
    position: absolute;
    bottom: 20%; right: 10%;
    width: 120px; height: 120px;
    border: 2px solid rgba(255,255,255,0.06);
    border-radius: 24px;
    transform: rotate(45deg);
    animation: orbFloat1 12s ease-in-out infinite;
    pointer-events: none;
}
.ga-hero__content {
    position: relative; z-index: 2;
    text-align: center; padding: 100px 20px 80px;
    max-width: 800px; margin: 0 auto;
}
.ga-hero__badge {
    display: inline-block;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.25);
    color: var(--ga-white); font-size: 15px; font-weight: 700;
    padding: 10px 32px; border-radius: 50px;
    margin-bottom: 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    letter-spacing: 0.5px;
}
.ga-hero__title {
    font-size: clamp(34px, 5.5vw, 58px);
    font-weight: 900; color: var(--ga-white);
    line-height: 1.35; margin-bottom: 20px;
    text-shadow: 0 3px 24px rgba(0,0,0,.25);
}
/* Typewriter */
.ga-hero__typewriter {
    display: flex; align-items: center; justify-content: center;
    gap: 2px; margin-bottom: 20px;
    min-height: 48px;
}
.ga-hero__tw-text {
    font-size: clamp(24px, 4vw, 42px);
    font-weight: 900; color: #fde047;
    text-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.ga-hero__tw-cursor {
    font-size: clamp(24px, 4vw, 42px);
    font-weight: 300; color: #fde047;
    animation: ga-blink .7s step-end infinite;
}
@keyframes ga-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.ga-hero__desc {
    font-size: 17px; color: rgba(255,255,255,.9);
    margin-bottom: 32px; max-width: 520px; margin-inline: auto;
    line-height: 1.8;
}
.ga-btn--hero {
    padding: 14px 44px; font-size: 16px;
    background: var(--ga-white); color: var(--ga-green);
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.ga-btn--hero:hover {
    background: #f0fdf4; box-shadow: 0 8px 30px rgba(0,0,0,.2);
    transform: translateY(-3px);
}

/* ============================================================
   2. ABOUT — 2 columns
   ============================================================ */
.ga-about {
    padding: 70px 0; background: var(--ga-white);
    position: relative; overflow: hidden;
}
.ga-about__grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 40px; align-items: center;
}
.ga-about__carousel { border-radius: 20px; overflow: hidden; }
.ga-about__carousel img {
    width: 100%; height: 380px;
    object-fit: cover; display: block; border-radius: 20px;
}
.ga-about__logo { max-width: 100px; margin-bottom: 16px; }
.ga-about__title {
    font-size: clamp(20px, 2.5vw, 24px); font-weight: 800;
    color: var(--ga-dark); margin-bottom: 12px; line-height: 1.4;
}
.ga-about__desc {
    font-size: 15px; font-weight: 500; color: var(--ga-text-light);
    line-height: 2;
}
/* swiper dots */
.ga-about .swiper-pagination-bullet { width: 10px; height: 10px; background: #ccc; opacity: 1; }
.ga-about .swiper-pagination-bullet-active { background: var(--ga-green); width: 26px; border-radius: 5px; }
.ga-about .swiper-button-next,
.ga-about .swiper-button-prev {
    color: var(--ga-green); width: 36px; height: 36px;
    background: var(--ga-white); border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,.12);
}
.ga-about .swiper-button-next::after,
.ga-about .swiper-button-prev::after { font-size: 14px; font-weight: 700; }

/* ============================================================
   3. PRICING — matching original layout
   ============================================================ */
.ga-pricing {
    padding: 60px 0; text-align: center;
    background: linear-gradient(160deg, #f0f4f8 0%, #e8ecf1 50%, #f4f5f7 100%);
    position: relative; overflow: hidden;
}
.ga-pricing::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #27ae60, #338eaa, #2f5aae);
}
.ga-pricing__title {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: var(--ga-dark); margin-bottom: 8px; line-height: 1.4;
}
.ga-pricing__subtitle {
    font-size: 18px; font-weight: 700;
    color: var(--ga-dark); margin-bottom: 40px;
}
.ga-pricing__grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; direction: rtl;
}
.ga-pricing__card {
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    border: 2px solid var(--ga-teal);
    border-radius: 24px; padding: 30px 24px;
    text-align: center; position: relative;
    display: flex; flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ga-pricing__card::after {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ga-green), var(--ga-teal));
    opacity: 0;
    transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ga-pricing__card:hover::after { opacity: 1; }
.ga-pricing__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    border-color: var(--ga-green);
}
.ga-pricing__card:not(.ga-pricing__card--featured):nth-child(1) { background: linear-gradient(180deg, #eff6ff 0%, #fff 100%); }
.ga-pricing__card:not(.ga-pricing__card--featured):nth-child(2) { background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%); }
.ga-pricing__card:not(.ga-pricing__card--featured):nth-child(3) { background: linear-gradient(180deg, #fffbeb 0%, #fff 100%); }
/* Featured card — dark blue */
.ga-pricing__card.ga-pricing__card--featured {
    background: linear-gradient(160deg, var(--ga-brand), #1e3f7a);
    border-color: var(--ga-brand); color: var(--ga-white);
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(47,90,174,0.3);
    z-index: 2;
}
.ga-pricing__card.ga-pricing__card--featured::after {
    background: linear-gradient(90deg, #7dd3fc, #60a5fa, #818cf8);
}
.ga-pricing__card.ga-pricing__card--featured:hover {
    transform: scale(1.05) translateY(-6px);
    box-shadow: 0 30px 70px rgba(47,90,174,0.35);
}
.ga-pricing__badge {
    position: absolute; top: -1px; right: -1px;
    background: var(--ga-brand); color: var(--ga-white);
    font-size: 12px; font-weight: 700;
    padding: 6px 16px; border-radius: 0 18px 0 12px;
    writing-mode: vertical-rl; letter-spacing: 2px;
}
.ga-pricing__card.ga-pricing__card--featured .ga-pricing__badge {
    background: linear-gradient(135deg, var(--ga-green), #0EB33D);
}
.ga-pricing__logo {
    width: 60px; height: 60px;
    object-fit: contain; margin: 0 auto 16px;
}
.ga-pricing__name {
    font-size: 20px; font-weight: 700;
    color: var(--ga-teal); margin-bottom: 12px;
}
.ga-pricing__card.ga-pricing__card--featured .ga-pricing__name { color: #7dd3fc; }
.ga-pricing__price {
    display: flex; align-items: baseline;
    justify-content: center; gap: 8px;
    margin-bottom: 8px;
}
.ga-pricing__amount {
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 900; color: var(--ga-dark);
    line-height: 1;
}
.ga-pricing__card.ga-pricing__card--featured .ga-pricing__amount { color: var(--ga-white); }
.ga-pricing__currency {
    font-size: 14px; font-weight: 600;
    color: var(--ga-text-light);
}
.ga-pricing__card.ga-pricing__card--featured .ga-pricing__currency { color: rgba(255,255,255,.7); }
.ga-pricing__note {
    font-size: 13px; color: var(--ga-text-light);
    margin-bottom: 20px;
}
.ga-pricing__card.ga-pricing__card--featured .ga-pricing__note { color: rgba(255,255,255,.6); }
.ga-pricing__features-title {
    font-size: 16px; font-weight: 700;
    color: var(--ga-dark); margin: 16px 0 12px;
    padding-top: 16px; border-top: 1px solid #e5e7eb;
}
.ga-pricing__card.ga-pricing__card--featured .ga-pricing__features-title {
    color: var(--ga-white); border-color: rgba(255,255,255,.2);
}
.ga-pricing__features {
    list-style: none; padding: 0; margin: 0;
    text-align: right; flex-grow: 1;
}
.ga-pricing__features li {
    padding: 8px 0; font-size: 14px;
    color: var(--ga-text); display: flex;
    align-items: center; gap: 8px;
    line-height: 1.8;
}
.ga-pricing__features li::before {
    content: '\23F1'; font-size: 16px;
}
.ga-pricing__features li:nth-child(2)::before { content: '\26A1'; }
.ga-pricing__features li:nth-child(3)::before { content: '\1F4C4'; }
.ga-pricing__card.ga-pricing__card--featured .ga-pricing__features li { color: rgba(255,255,255,.9); }
.ga-pricing__card.ga-pricing__card--featured .ga-pricing__features li::before { opacity: .8; }

/* ============================================================
   4. WHY CHOOSE US
   ============================================================ */
.ga-why {
    padding: 70px 0;
    background: linear-gradient(160deg, #f8fbff 0%, #eaf1fd 30%, #f0f4f8 100%);
    position: relative; overflow: hidden;
}
.ga-why::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #27ae60, #338eaa, #2f5aae);
}
.ga-why__title {
    text-align: center; font-size: clamp(24px, 3vw, 36px);
    font-weight: 800; color: var(--ga-dark);
    margin-bottom: 40px; line-height: 1.4;
}
.ga-why__grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px; margin-bottom: 50px;
}
.ga-why__card {
    border-radius: 24px;
    border: 2px solid #e8ecf1;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    padding: 30px 24px; text-align: center;
    position: relative; overflow: visible;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ga-why__card::after {
    content: '';
    position: absolute; top: 0; left: 5%; right: 5%;
    width: 90%; margin: auto;
    height: 4px; border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, var(--ga-green), var(--ga-teal));
    opacity: 0;
    transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ga-why__card:hover::after { opacity: 1; }
.ga-why__card:nth-child(1) { background: linear-gradient(180deg, #eff6ff 0%, #fff 100%); }
.ga-why__card:nth-child(2) { background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%); }
.ga-why__card:nth-child(3) { background: linear-gradient(180deg, #fffbeb 0%, #fff 100%); }
.ga-why__card:nth-child(4) { background: linear-gradient(180deg, #eff6ff 0%, #fff 100%); }
.ga-why__card:nth-child(5) { background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%); }
.ga-why__card:nth-child(6) { background: linear-gradient(180deg, #fffbeb 0%, #fff 100%); }
.ga-why__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    border-color: var(--ga-green);
}
.ga-why__badge {
    position: absolute; top: -14px; left: 50%;
    transform: translateX(-50%);
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--ga-green), #0EB33D);
    color: var(--ga-white);
    border: none; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 900;
    box-shadow: 0 4px 15px rgba(39,174,96,0.3);
}
.ga-why__icon {
    width: 110px; height: 110px;
    margin: 20px auto 16px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 24px;
}
.ga-why__card:nth-child(1) .ga-why__icon { background: linear-gradient(135deg, #dbeafe, #bfdbfe); }
.ga-why__card:nth-child(2) .ga-why__icon { background: linear-gradient(135deg, #d1fae5, #a7f3d0); }
.ga-why__card:nth-child(3) .ga-why__icon { background: linear-gradient(135deg, #fef3c7, #fde68a); }
.ga-why__card:nth-child(4) .ga-why__icon { background: linear-gradient(135deg, #fce4ec, #f8bbd0); }
.ga-why__card:nth-child(5) .ga-why__icon { background: linear-gradient(135deg, #e0e7ff, #c7d2fe); }
.ga-why__card:nth-child(6) .ga-why__icon { background: linear-gradient(135deg, #ecfeff, #cffafe); }
.ga-why__icon img { width: 100%; height: 100%; object-fit: contain; }
.ga-why__card h3 {
    font-size: 18px; font-weight: 700;
    color: var(--ga-dark); margin-bottom: 10px;
}
.ga-why__card p {
    font-size: 15px; font-weight: 500; color: var(--ga-text-light); line-height: 1.8;
}

/* Results carousel */
.ga-why__carousel { margin-top: 20px; }
.ga-why__carousel img {
    width: 100%; border-radius: 16px; display: block;
    box-shadow: 0 8px 30px rgba(0,0,0,.12);
}
.ga-why__carousel .swiper-pagination-bullet { width: 10px; height: 10px; background: #ccc; opacity: 1; }
.ga-why__carousel .swiper-pagination-bullet-active { background: var(--ga-green); width: 26px; border-radius: 5px; }
.ga-why__carousel .swiper-button-next,
.ga-why__carousel .swiper-button-prev {
    color: var(--ga-green); width: 40px; height: 40px;
    background: var(--ga-white); border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,.12);
}
.ga-why__carousel .swiper-button-next::after,
.ga-why__carousel .swiper-button-prev::after { font-size: 16px; }

/* ============================================================
   5. CONTACT + OFFER
   ============================================================ */
.ga-contact {
    padding: 60px 0;
    background: linear-gradient(160deg, #f8fbff 0%, #eaf1fd 30%, #f0f4f8 100%);
    position: relative; overflow: hidden;
}
.ga-contact::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #27ae60, #338eaa, #2f5aae);
}
.ga-contact__grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 40px; align-items: stretch;
}

/* ── Contact Info Side ── */
.ga-contact__info {
    background: var(--ga-white);
    border-radius: 24px; padding: 36px;
    border: 2px solid #e8ecf1;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}
.ga-contact__title {
    font-size: clamp(22px, 2.5vw, 28px); font-weight: 800;
    color: var(--ga-dark); margin-bottom: 28px; text-align: center;
    line-height: 1.4;
    position: relative; display: inline-block; width: 100%;
}
.ga-contact__title::after {
    content: '';
    display: block; width: 60px; height: 3px; margin: 10px auto 0;
    background: linear-gradient(90deg, var(--ga-green), var(--ga-teal));
    border-radius: 2px;
}
.ga-contact__items {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.ga-contact__item {
    display: flex; align-items: center; gap: 14px;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(160deg, #f8fbff, #f0f4f8);
    border: 1px solid #e8ecf1;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ga-contact__item:hover {
    background: var(--ga-white);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    border-color: var(--ga-teal);
}
.ga-contact__item svg {
    width: 28px; height: 28px; flex-shrink: 0;
    color: var(--ga-teal);
}
.ga-contact__item strong {
    display: block; font-size: 13px;
    color: var(--ga-text); margin-bottom: 2px; font-weight: 700;
}
.ga-contact__item a {
    font-size: 13px; color: var(--ga-text-light);
    text-decoration: none; direction: ltr; display: inline-block;
    transition: color .2s;
}
.ga-contact__item a:hover { color: var(--ga-teal); }

/* ── Offer Card ── */
.ga-contact__offer {
    border: 3px solid var(--ga-gold);
    border-radius: 24px; padding: 40px 30px;
    text-align: center;
    background: linear-gradient(145deg, #fffbeb, #fef3c7);
    box-shadow: 0 10px 40px rgba(245,166,35,0.12);
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    position: relative; overflow: hidden;
}
.ga-contact__offer::before {
    content: '';
    position: absolute; top: -50px; right: -50px;
    width: 150px; height: 150px;
    background: rgba(245,166,35,0.08);
    border-radius: 50%;
    pointer-events: none;
}
.ga-contact__offer:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(245,166,35,0.2);
}
.ga-contact__offer-icon {
    width: 90px; height: 90px;
    object-fit: contain; margin-bottom: 20px;
}
.ga-contact__offer-title {
    font-size: 24px; font-weight: 800;
    color: var(--ga-dark); margin-bottom: 12px;
}
.ga-contact__offer-desc {
    font-size: 15px; font-weight: 500; color: var(--ga-text-light); line-height: 1.9;
    max-width: 320px;
}

/* ============================================================
   6. MARQUEE
   ============================================================ */
.ga-marquee {
    background: var(--ga-green); padding: 14px 0;
    overflow: hidden; white-space: nowrap;
    direction: ltr;
}
.ga-marquee__track {
    display: inline-flex;
    animation: ga-scroll 40s linear infinite;
}
.ga-marquee__item {
    display: inline-block; padding: 0 40px;
    font-size: 16px; font-weight: 700;
    color: var(--ga-white); white-space: nowrap;
}
@keyframes ga-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.33%); }
}

/* ============================================================
   7. HOW WE WORK
   ============================================================ */
.ga-how {
    padding: 70px 0;
    background: linear-gradient(160deg, #f8fbff 0%, #eaf1fd 30%, #f0f4f8 100%);
    position: relative; overflow: hidden;
}
.ga-how::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #27ae60, #338eaa, #2f5aae);
}
.ga-how__header { text-align: center; margin-bottom: 40px; }
.ga-how__label {
    display: inline-block; font-size: 14px;
    font-weight: 700; color: var(--ga-green);
    margin-bottom: 8px;
}
.ga-how__title {
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 800; color: var(--ga-dark); line-height: 1.4;
    max-width: 700px; margin: 0 auto;
}
.ga-how__grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.ga-how__grid > .ga-how__card:last-child:nth-child(3n+1) {
    grid-column: 2;
}
.ga-how__card {
    border-radius: 24px;
    border: 2px solid #e8ecf1;
    padding: 30px 24px; text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative; overflow: hidden;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ga-how__card::after {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ga-green), var(--ga-teal));
    opacity: 0;
    transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ga-how__card:hover::after { opacity: 1; }
.ga-how__card:nth-child(1) { background: linear-gradient(180deg, #eff6ff 0%, #fff 100%); }
.ga-how__card:nth-child(2) { background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%); }
.ga-how__card:nth-child(3) { background: linear-gradient(180deg, #fffbeb 0%, #fff 100%); }
.ga-how__card:nth-child(4) { background: linear-gradient(180deg, #eff6ff 0%, #fff 100%); }
.ga-how__card:nth-child(5) { background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%); }
.ga-how__card:nth-child(6) { background: linear-gradient(180deg, #fffbeb 0%, #fff 100%); }
.ga-how__card:nth-child(7) { background: linear-gradient(180deg, #eff6ff 0%, #fff 100%); }
.ga-how__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    border-color: var(--ga-green);
}
.ga-how__card-icon {
    width: 80px; height: 80px;
    margin: 0 auto 16px; display: flex;
    align-items: center; justify-content: center;
    border-radius: 20px;
    padding: 14px;
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ga-how__card:hover .ga-how__card-icon {
    transform: scale(1.05);
}
.ga-how__card:nth-child(1) .ga-how__card-icon { background: linear-gradient(135deg, #dbeafe, #bfdbfe); }
.ga-how__card:nth-child(2) .ga-how__card-icon { background: linear-gradient(135deg, #d1fae5, #a7f3d0); }
.ga-how__card:nth-child(3) .ga-how__card-icon { background: linear-gradient(135deg, #fef3c7, #fde68a); }
.ga-how__card:nth-child(4) .ga-how__card-icon { background: linear-gradient(135deg, #fce4ec, #f8bbd0); }
.ga-how__card:nth-child(5) .ga-how__card-icon { background: linear-gradient(135deg, #e0e7ff, #c7d2fe); }
.ga-how__card:nth-child(6) .ga-how__card-icon { background: linear-gradient(135deg, #ecfeff, #cffafe); }
.ga-how__card:nth-child(7) .ga-how__card-icon { background: linear-gradient(135deg, #fef3c7, #fde68a); }
.ga-how__card-icon img { width: 100%; height: 100%; object-fit: contain; }
.ga-how__card h3 {
    font-size: 16px; font-weight: 700;
    color: var(--ga-dark); margin-bottom: 10px;
}
.ga-how__card p {
    font-size: 15px; font-weight: 500; color: var(--ga-text-light); line-height: 1.8;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
    .ga-pricing__grid { grid-template-columns: repeat(2, 1fr); }
    .ga-pricing__card--featured { grid-column: span 2; max-width: 400px; margin-inline: auto; transform: scale(1.02); }
    .ga-why__grid { grid-template-columns: repeat(2, 1fr); }
    .ga-how__grid { grid-template-columns: repeat(2, 1fr); }
    .ga-how__grid > .ga-how__card:last-child:nth-child(3n+1) { grid-column: auto; }
    .ga-contact__items { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .ga-hero { min-height: 650px; padding-top: 70px; }
    .ga-hero__content { padding: 60px 20px; }
    .ga-about__grid { grid-template-columns: 1fr; }
    .ga-about__carousel img { height: 260px; }
    .ga-pricing__grid { grid-template-columns: 1fr; }
    .ga-pricing__card.ga-pricing__card--featured { grid-column: auto; max-width: none; transform: none; width: 100%; }
    .ga-why__grid { grid-template-columns: 1fr; }
    .ga-contact__grid { grid-template-columns: 1fr; }
    .ga-contact__items { grid-template-columns: 1fr; }
    .ga-contact__info { padding: 24px; }
    .ga-how__grid { grid-template-columns: 1fr; }
}
