/* Premium agency hero + section system */

.hero--agency {
    position: relative;
    min-height: auto;
    margin-top: calc(-1 * var(--header-h));
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    isolation: isolate;
}

.hero--agency .hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero--agency .hero__bg-photo {
    position: absolute;
    inset: -28px;
    background-size: cover;
    background-position: center 42%;
    background-repeat: no-repeat;
    transform: scale(1.12);
    filter: blur(14px) brightness(0.9) saturate(0.82) contrast(1.02);
    transition: transform 0.4s var(--ease-out);
}

.hero--agency .hero__gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(10, 46, 33, 0.42) 0%,
            rgba(10, 46, 33, 0.56) 48%,
            rgba(10, 46, 33, 0.68) 100%),
        linear-gradient(180deg,
            rgba(10, 46, 33, 0.32) 0%,
            rgba(26, 92, 66, 0.22) 55%,
            rgba(10, 46, 33, 0.38) 100%);
    pointer-events: none;
}

.hero--agency .hero__mesh {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(26, 92, 66, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 92, 66, 0.04) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, black, transparent);
    -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, black, transparent);
    opacity: 0.35;
}

.hero--agency .hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: hero-glow-drift 14s ease-in-out infinite alternate;
}

.hero--agency .hero__glow--1 {
    width: min(55vw, 620px);
    height: min(55vw, 620px);
    top: -8%;
    left: -10%;
    background: rgba(255, 215, 80, 0.14);
}

.hero--agency .hero__glow--2 {
    width: min(45vw, 500px);
    height: min(45vw, 500px);
    bottom: 5%;
    right: -5%;
    background: rgba(45, 122, 90, 0.1);
    animation-delay: -5s;
}

/* Hero floating bubbles + icons (mouse-reactive via JS) */
.hero-fx {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero-fx__bubble {
    position: absolute;
    will-change: transform;
}

.hero-fx__bubble-core {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid rgba(212, 175, 55, 0.42);
    background: radial-gradient(
        circle at 32% 28%,
        rgba(255, 230, 120, 0.42) 0%,
        rgba(45, 122, 90, 0.2) 52%,
        rgba(255, 215, 80, 0.14) 100%
    );
    box-shadow:
        0 0 22px rgba(255, 215, 80, 0.22),
        inset 0 0 18px rgba(26, 92, 66, 0.1);
    backdrop-filter: blur(2px);
    animation: hero-fx-float 16s ease-in-out infinite;
}

.hero-fx__bubble--1 .hero-fx__bubble-core,
.hero-fx__bubble--3 .hero-fx__bubble-core,
.hero-fx__bubble--5 .hero-fx__bubble-core {
    border-color: rgba(255, 215, 80, 0.55);
    background: radial-gradient(
        circle at 28% 22%,
        rgba(255, 240, 160, 0.55) 0%,
        rgba(212, 175, 55, 0.28) 48%,
        rgba(255, 215, 80, 0.12) 100%
    );
    box-shadow:
        0 0 32px rgba(255, 215, 80, 0.32),
        inset 0 0 20px rgba(255, 230, 120, 0.18);
}

.hero-fx__bubble--2 .hero-fx__bubble-core,
.hero-fx__bubble--4 .hero-fx__bubble-core {
    border-color: rgba(45, 122, 90, 0.5);
    background: radial-gradient(
        circle at 35% 30%,
        rgba(130, 210, 170, 0.4) 0%,
        rgba(26, 92, 66, 0.28) 50%,
        rgba(45, 122, 90, 0.14) 100%
    );
    box-shadow:
        0 0 28px rgba(45, 122, 90, 0.28),
        inset 0 0 18px rgba(26, 92, 66, 0.14);
}

.hero--agency.is-hovering .hero-fx__bubble-core {
    animation-play-state: paused;
}

.hero--agency.is-hovering .hero-fx__bubble {
    opacity: 0.95;
}

.hero-fx__bubble--1 { width: 90px;  height: 90px;  top: 14%; left: 8%;  }
.hero-fx__bubble--2 { width: 130px; height: 130px; top: 62%; left: 5%;  }
.hero-fx__bubble--3 { width: 56px;  height: 56px;  top: 38%; right: 10%; }
.hero-fx__bubble--4 { width: 110px; height: 110px; top: 72%; right: 12%; }
.hero-fx__bubble--5 { width: 44px;  height: 44px;  top: 22%; right: 28%; }

.hero-fx__bubble--1 .hero-fx__bubble-core { animation-delay: 0s; }
.hero-fx__bubble--2 .hero-fx__bubble-core { animation-delay: -4s; }
.hero-fx__bubble--3 .hero-fx__bubble-core { animation-delay: -7s; }
.hero-fx__bubble--4 .hero-fx__bubble-core { animation-delay: -2s; }
.hero-fx__bubble--5 .hero-fx__bubble-core { animation-delay: -9s; }

.hero-fx__icon {
    position: absolute;
    display: block;
    will-change: transform;
}

.hero-fx__icon-core {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: rgba(201, 162, 39, 0.72);
    transition: color 0.35s;
    animation: hero-fx-icon-drift 12s ease-in-out infinite;
}

.hero--agency.is-hovering .hero-fx__icon-core {
    animation-play-state: paused;
    color: rgba(26, 92, 66, 0.78);
}

.hero-fx__icon svg {
    width: 100%;
    height: 100%;
    filter:
        drop-shadow(0 0 8px rgba(255, 215, 80, 0.45))
        drop-shadow(0 0 4px rgba(45, 122, 90, 0.25));
}

.hero-fx__icon--target .hero-fx__icon-core,
.hero-fx__icon--chart .hero-fx__icon-core {
    color: rgba(26, 92, 66, 0.62);
}

.hero-fx__icon--arrow .hero-fx__icon-core,
.hero-fx__icon--star .hero-fx__icon-core {
    color: rgba(212, 175, 55, 0.78);
}

.hero--agency.is-hovering .hero-fx__icon--target .hero-fx__icon-core,
.hero--agency.is-hovering .hero-fx__icon--chart .hero-fx__icon-core {
    color: rgba(45, 122, 90, 0.9);
}

.hero--agency.is-hovering .hero-fx__icon--arrow .hero-fx__icon-core,
.hero--agency.is-hovering .hero-fx__icon--star .hero-fx__icon-core {
    color: rgba(201, 162, 39, 0.95);
}

.hero-fx__icon--chart  { top: 18%; right: 14%; width: 2.2rem; height: 2.2rem; animation-delay: -1s; }
.hero-fx__icon--target { top: 48%; left: 12%;  width: 2.8rem; height: 2.8rem; animation-delay: -3s; }
.hero-fx__icon--arrow  { top: 28%; left: 22%;  width: 2rem;   height: 2rem;   animation-delay: -5s; }
.hero-fx__icon--star   { top: 68%; right: 22%; width: 1.75rem; height: 1.75rem; animation-delay: -2s; }

.hero-fx__icon--chart .hero-fx__icon-core  { animation-delay: -1s; }
.hero-fx__icon--target .hero-fx__icon-core { animation-delay: -3s; }
.hero-fx__icon--arrow .hero-fx__icon-core  { animation-delay: -5s; }
.hero-fx__icon--star .hero-fx__icon-core    { animation-delay: -2s; }

.hero-fx__line {
    position: absolute;
    width: 1px;
    height: 100px;
    background: linear-gradient(180deg, transparent, rgba(255, 215, 80, 0.55), rgba(45, 122, 90, 0.35), transparent);
    opacity: 0.45;
    will-change: top, opacity, transform;
    animation: hero-fx-line-fall 11s linear infinite;
}

.hero-fx__line--2 {
    background: linear-gradient(180deg, transparent, rgba(45, 122, 90, 0.5), rgba(255, 215, 80, 0.4), transparent);
}

.hero--agency.is-hovering .hero-fx__line {
    opacity: 0.65;
}

.hero-fx__line--1 { top: -15%; right: 18%; height: 120px; animation-delay: 0s; }
.hero-fx__line--2 { top: -20%; left: 16%;  height: 90px;  animation-delay: -4s; }
.hero-fx__line--3 { top: -10%; right: 42%; height: 70px;  animation-delay: -7s; }

@keyframes hero-fx-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(10px, -18px) scale(1.04); }
    66% { transform: translate(-6px, -28px) scale(0.97); }
}

@keyframes hero-fx-icon-drift {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(6px, -10px) rotate(6deg); }
}

@keyframes hero-fx-line-fall {
    0% { top: -20%; opacity: 0; }
    12% { opacity: 0.45; }
    88% { opacity: 0.45; }
    100% { top: 110%; opacity: 0; }
}

@media (max-width: 960px) {
    .hero-fx__bubble--4,
    .hero-fx__bubble--5,
    .hero-fx__icon--star,
    .hero-fx__line--3 {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-fx__bubble-core,
    .hero-fx__icon-core,
    .hero-fx__line {
        animation: none !important;
    }

    .hero--agency .hero__headline-brand,
    .hero--agency .hero__headline-main,
    .hero--agency .hero__tagline {
        animation: none !important;
    }
}

.hero--agency .hero__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold-bright);
    box-shadow: 0 0 12px rgba(255, 215, 80, 0.7);
    animation: hero-badge-pulse 2s ease-in-out infinite;
}

@keyframes hero-badge-pulse {
    0%, 100% { box-shadow: 0 0 8px rgba(255, 215, 80, 0.5); transform: scale(1); }
    50% { box-shadow: 0 0 20px rgba(255, 215, 80, 0.85); transform: scale(1.12); }
}

@keyframes hero-glow-drift {
    0% { transform: translate(0, 0) scale(1); opacity: 0.75; }
    100% { transform: translate(3%, 4%) scale(1.08); opacity: 1; }
}

.hero--agency .hero__wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    width: 100%;
    /* Extra space below overlapping logo (112px + 18px shift) */
    padding-block: calc(var(--header-h) + 3.5rem) 3.5rem;
}

.hero--agency .hero__content {
    position: relative;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    text-align: right;
}

.hero--agency .hero__media {
    width: 100%;
    margin: 1.75rem 0 0;
    order: 10;
}

.hero--agency .hero__content-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.hero--agency .hero__media-frame {
    width: 100%;
    line-height: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(10, 46, 33, 0.35);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}

.hero--agency .hero__media-img,
.hero--agency .hero__media-video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}

.hero--agency .hero__media-video {
    background: #0a2e21;
}

.hero--agency .hero__media-img--promo {
    width: 100%;
    height: auto;
}

.hero--agency .hero__headline--static {
    margin: 0 0 0.75rem;
}

.hero--agency .hero__desc--static {
    margin: 0 0 1rem;
}

.hero-flash--rotating {
    margin-top: 0.15rem;
}

.hero--agency .hero__cta {
    justify-content: flex-start;
}

.hero--agency .hero__desc,
.hero--agency .hero__tagline {
    margin-inline: 0;
    max-width: none;
}

.hero--agency .hero__metrics {
    max-width: none;
    margin-inline: 0;
    margin-bottom: 0;
}

.hero--agency .hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0;
    margin-bottom: clamp(1rem, 2.5vw, 1.35rem);
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.35);
}

.hero--agency .hero__headline {
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    line-height: 1.2;
}

/* Dynamic flash — text rotates, height follows active slide */
.hero-flash {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    transition: height 0.45s var(--ease-out);
    overflow: hidden;
}

.hero-flash__slide {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out), visibility 0.5s;
    pointer-events: none;
}

.hero-flash__slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}

.hero-flash__slide .hero__headline,
.hero-flash__slide .hero-flash__headline {
    margin-bottom: 0;
}

.hero-flash__slide .hero__desc {
    margin-bottom: 0;
}

.hero-flash__slide .hero__tagline {
    margin-bottom: 0;
}

.hero-flash__slide .hero__tagline--emphasis {
    margin-bottom: 0;
}

.hero-flash__slot {
    flex-shrink: 0;
}

.hero-flash__slot--headline {
    margin-bottom: 0.65rem;
}

.hero-flash__slot--desc {
    margin-bottom: 0;
}

.hero-flash__slot--cta {
    margin-top: 0.65rem;
    margin-bottom: 0;
}

.hero-flash__slot--empty {
    display: none;
}

@media (max-width: 640px) {
    .google-copy__header--with-badge {
        flex-wrap: wrap;
    }

    .google-copy__partner-badge {
        width: min(120px, 38vw);
        margin-inline-start: auto;
    }

    .hero--agency .hero-metric__badge {
        width: 58px;
    }
}

.google-copy__header--lead {
    margin-bottom: 0.25rem;
}

.google-copy__header--with-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1rem, 3vw, 1.75rem);
    direction: rtl;
    text-align: right;
}

.google-copy__header-text {
    flex: 1;
    min-width: 0;
}

.google-copy__partner-badge {
    flex-shrink: 0;
    margin: 0;
    width: min(148px, 32vw);
    padding: 0.55rem 0.65rem;
    background: rgba(255, 255, 255, 0.98);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 215, 80, 0.45);
    align-self: center;
}

.google-copy__partner-badge img {
    display: block;
    width: 100%;
    height: auto;
}

.google-copy__main-title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 3vw, 1.95rem);
    line-height: 1.35;
}

.google-copy__header--lead .google-copy__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.4;
}

.web-content__focus {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, rgba(26, 92, 66, 0.08), rgba(255, 215, 80, 0.12));
    border: 1px solid rgba(26, 92, 66, 0.12);
    border-right: 3px solid var(--green);
}

.web-content__focus-title {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--gold-dark);
}

.web-content__focus p {
    margin: 0;
    line-height: 1.7;
    color: var(--text-muted);
    font-weight: 600;
}

.web-content__cta {
    margin-top: 1.5rem;
    padding: clamp(1.15rem, 3vw, 1.65rem);
    border-radius: var(--radius);
    text-align: center;
    background: linear-gradient(135deg, rgba(26, 92, 66, 0.12) 0%, rgba(255, 215, 80, 0.18) 100%);
    border: 1px solid rgba(26, 92, 66, 0.14);
}

.web-content__cta-title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.15rem, 2.6vw, 1.45rem);
    font-weight: 800;
    color: var(--green-dark);
}

.web-content__cta-text {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-muted);
    font-weight: 600;
}

.section-marquee--webs {
    background: linear-gradient(90deg, rgba(26, 92, 66, 0.92), rgba(45, 122, 90, 0.88));
}

.section-marquee--webs .section-marquee__track--rtl,
.section-marquee--webs .section-marquee__track--ltr {
    animation-duration: 110s;
}

.section-marquee--webs:hover .section-marquee__track {
    animation-play-state: paused;
}

.section-marquee--webs .section-marquee__track span {
    color: #fff;
}

.hero--agency .hero__headline-brand {
    display: block;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    background: linear-gradient(
        115deg,
        #7a5c10 0%,
        #b8860b 12%,
        #d4af37 28%,
        #f5e6b8 42%,
        #c9a227 52%,
        #fff8e7 58%,
        #a67c00 72%,
        #d4af37 88%,
        #8b6914 100%
    );
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: hero-gold-shimmer 7s ease-in-out infinite;
    filter:
        drop-shadow(0 3px 14px rgba(0, 0, 0, 0.5))
        drop-shadow(0 0 28px rgba(201, 162, 39, 0.38));
}

.hero--agency .hero__headline-main {
    display: block;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    background: linear-gradient(
        100deg,
        #e8dcc0 0%,
        #d4af37 35%,
        #fff5dc 50%,
        #c9a227 65%,
        #f0e4c8 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: hero-gold-shimmer 9s ease-in-out infinite reverse;
    filter:
        drop-shadow(0 2px 12px rgba(0, 0, 0, 0.45))
        drop-shadow(0 0 20px rgba(201, 162, 39, 0.3));
}

@keyframes hero-gold-shimmer {
    0% { background-position: 0% center; }
    50% { background-position: 100% center; }
    100% { background-position: 0% center; }
}

.hero--agency .hero__desc {
    margin: 0 0 1rem;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 600;
    line-height: 1.6;
    color: rgba(255, 252, 245, 0.96);
    max-width: 52ch;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.hero--agency .hero__tagline {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(232, 210, 160, 0.92);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.35);
    animation: hero-tagline-glow 5s ease-in-out infinite;
}

@keyframes hero-tagline-glow {
    0%, 100% { color: rgba(220, 195, 140, 0.88); }
    50% { color: rgba(245, 230, 184, 0.98); }
}

.hero--agency .hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.15rem;
    margin-top: 0.75rem;
    margin-bottom: 2.25rem;
}

.btn--hero-primary {
    background: linear-gradient(135deg, #ffe566 0%, #ffd700 50%, #d4af37 100%);
    color: var(--green-dark);
    border: none;
    border-radius: 999px;
    font-weight: 800;
    box-shadow: 0 8px 32px rgba(255, 215, 80, 0.45), 0 2px 0 rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
}

.btn--hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(255, 215, 80, 0.55);
    text-decoration: none;
}

.btn--hero-outline {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    font-weight: 700;
    padding: 0.9rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    transition: background 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.btn--hero-outline:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
    text-decoration: none;
}

.hero--agency .hero__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.hero--agency .hero-metric {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.35rem 0;
    background: none;
    border: none;
    backdrop-filter: none;
}

.hero--agency .hero-metric__icon {
    color: var(--gold-bright);
    font-size: 0.85rem;
    line-height: 1.4;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}

.hero--agency .hero-metric--partner {
    align-items: center;
    gap: 0.75rem;
}

.hero--agency .hero-metric__badge {
    flex-shrink: 0;
    width: 72px;
    height: auto;
    display: block;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.96);
    padding: 0.35rem 0.4rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 215, 80, 0.45);
}

.hero--agency .hero-metric__body {
    min-width: 0;
}

.hero--agency .hero-metric strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0.15rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.35);
}

.hero--agency .hero-metric span {
    display: block;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.35;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-bento {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
    margin-inline-end: auto;
}

.hero-bento__main {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 215, 80, 0.15);
}

.hero-bento__main img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: contain;
    object-position: center top;
}

.hero-bento__main--promo {
    background: rgba(10, 46, 33, 0.35);
}

.hero-bento__main--promo img {
    max-height: min(72vh, 520px);
    margin: 0 auto;
}

.hero-bento__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 46, 33, 0.55) 100%);
    pointer-events: none;
}

.hero-bento__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.75rem;
    height: 4.75rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--green-dark);
    font-size: 1rem;
    cursor: default;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s var(--ease-out);
    padding-right: 0.2rem;
}

.hero-bento__main:hover .hero-bento__play {
    transform: translate(-50%, -50%) scale(1.08);
}

.hero-bento__label {
    position: absolute;
    bottom: 0.85rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
}

.hero-bento__card {
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.hero-bento__card--partner {
    padding: 0.65rem;
    background: rgba(255, 255, 255, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    margin-inline: auto;
}

.hero-bento__card--partner img {
    width: 100%;
    height: auto;
    display: block;
}

.hero--agency .hero__tagline--emphasis {
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 800;
    color: #fff;
    text-shadow:
        0 2px 14px rgba(0, 0, 0, 0.55),
        0 0 24px rgba(255, 215, 80, 0.35);
    animation: none;
    margin-bottom: 1rem;
}

.hero--agency .hero__metrics--static {
    margin-top: 0;
}

.hero--agency .hero__metrics--emphasis .hero-metric {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 215, 80, 0.45);
    border-radius: var(--radius-sm);
    padding: 0.85rem 1rem;
}

.hero--agency .hero__metrics--emphasis .hero-metric strong {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--gold-bright);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.hero--agency .hero__metrics--emphasis .hero-metric span {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

/* Section marquees (Google Ads + Commitment + Services) */
.section-marquee {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    padding: 0.85rem 0;
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.section-marquee--top {
    margin-top: 0;
}

.section-marquee--bottom {
    margin-bottom: 0;
}

.section-marquee--wide {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-block: 0.85rem;
    mask-image: linear-gradient(90deg, transparent, black 1.5%, black 98.5%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 1.5%, black 98.5%, transparent);
}

.section-marquee--wide .section-marquee__track {
    gap: 2rem;
    min-width: 200%;
}

.section-marquee--wide .section-marquee__track span {
    font-size: clamp(0.95rem, 2.2vw, 1.12rem);
    letter-spacing: 0.02em;
}

.section-marquee--wide .section-marquee__track span::before {
    margin-left: 3.5rem;
}

.section-marquee--google {
    background: rgba(26, 92, 66, 0.08);
    border-block: 1px solid rgba(26, 92, 66, 0.12);
}

.section-marquee--commitment {
    background: rgba(26, 92, 66, 0.06);
    border-block: 1px solid rgba(255, 215, 80, 0.22);
}

.section-marquee--services {
    background: rgba(26, 92, 66, 0.07);
    border-block: 1px solid rgba(255, 215, 80, 0.28);
}

.section-marquee--services .section-marquee__track span {
    color: var(--green-dark);
    font-weight: 800;
}

.section-marquee__track {
    display: flex;
    gap: 2.5rem;
    width: max-content;
}

.section-marquee__track span {
    flex-shrink: 0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
    color: var(--green-dark);
}

.section-marquee--commitment .section-marquee__track span {
    color: #1a3d2e;
}

.section-marquee__track span::before {
    content: "✦";
    margin-left: 2.5rem;
    color: var(--gold-dark);
    opacity: 0.75;
}

.section-marquee__track--rtl {
    animation: section-marquee-rtl 40s linear infinite;
}

.section-marquee__track--ltr {
    animation: section-marquee-ltr 40s linear infinite;
}

@keyframes section-marquee-rtl {
    0% { transform: translateX(0); }
    100% { transform: translateX(25%); }
}

@keyframes section-marquee-ltr {
    0% { transform: translateX(0); }
    100% { transform: translateX(-25%); }
}

.web-showcase__content {
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 4vw, 2.75rem);
    margin-top: 1.75rem;
    text-align: right;
}

.web-content__intro {
    padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.15rem, 3vw, 1.65rem);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(26, 92, 66, 0.09) 0%, rgba(255, 215, 80, 0.14) 100%);
    border: 1px solid rgba(26, 92, 66, 0.14);
    border-right: 4px solid var(--green);
}

.web-content__intro-title {
    margin: 0 0 0.85rem;
    font-size: clamp(1.2rem, 2.8vw, 1.55rem);
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.35;
}

.web-content__intro-body p {
    margin: 0 0 0.85rem;
    font-size: clamp(0.98rem, 2.1vw, 1.05rem);
    line-height: 1.8;
    color: var(--text-muted);
    font-weight: 600;
}

.web-content__intro-body p:last-child {
    margin-bottom: 0;
}

.web-content__features {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.web-content__features-title {
    margin: 0;
    font-size: clamp(1.15rem, 2.6vw, 1.4rem);
    font-weight: 800;
    color: var(--gold-dark);
    line-height: 1.35;
}

.web-content__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.web-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.15rem 1.2rem 1.25rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(26, 92, 66, 0.12);
    border-right: 3px solid var(--green);
    box-shadow: 0 4px 20px rgba(26, 92, 66, 0.07);
    overflow: hidden;
    transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
}

.web-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
    transform: translateX(100%);
    transition: transform 0.5s var(--ease-out);
}

.web-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.web-feature-card:hover::before {
    transform: translateX(-100%);
}

.web-feature-card:nth-child(odd) {
    background: linear-gradient(135deg, #1a5c42 0%, #2d7a5a 100%);
    border-color: rgba(255, 215, 80, 0.28);
    border-right-color: var(--gold-bright);
}

.web-feature-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.15rem;
}

.web-feature-card__num {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--gold-dark);
}

.web-feature-card:nth-child(odd) .web-feature-card__num {
    color: var(--gold-bright);
}

.web-feature-card__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1;
    color: var(--green-dark);
    background: linear-gradient(145deg, var(--gold-bright), var(--gold-dark));
    box-shadow: 0 2px 8px rgba(201, 162, 39, 0.35);
}

.web-feature-card h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.35;
}

.web-feature-card:nth-child(odd) h3 {
    color: var(--green-dark);
}

.web-feature-card h4 {
    margin: 0;
    font-size: clamp(1rem, 1.35vw, 1.08rem);
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.4;
}

.web-feature-card p {
    margin: 0;
    font-size: clamp(0.92rem, 1.15vw, 0.98rem);
    font-weight: 600;
    line-height: 1.65;
    color: var(--text-muted);
}

.web-feature-card:nth-child(odd) h4 {
    color: #fff;
}

.web-feature-card:nth-child(odd) p {
    color: rgba(255, 255, 255, 0.92);
}

.web-showcase__below-image {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1.75rem;
    text-align: right;
}

.web-showcase__section-heading {
    margin: 0 0 1rem;
    font-size: clamp(1.2rem, 2.8vw, 1.55rem);
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.35;
}

.web-showcase__section-heading--gold {
    margin-top: 1.75rem;
    color: var(--gold-dark);
}

.web-showcase__body-text {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.web-showcase__checklist {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    margin-top: 0.5rem;
}

.web-showcase__check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0;
}

.web-showcase__check-icon {
    flex-shrink: 0;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-top: 0.1rem;
}

.web-showcase__check-body h4 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.4;
}

.web-showcase__check-body p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.75;
    color: var(--text-muted);
}

.web-showcase__below-item {
    padding: 1rem 1.15rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(26, 92, 66, 0.12);
    border-right: 3px solid var(--green);
}

.web-showcase__below-item h3 {
    margin: 0 0 0.45rem;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--green-dark);
}

.web-showcase__below-item p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--text-muted);
}

.testimonials-subtitle--light,
.testimonials-note--light,
.testimonials-typed__note--light {
    color: #fff !important;
    font-weight: 700;
    opacity: 1;
}

.testimonials-subtitle--light {
    font-size: clamp(1.1rem, 2.8vw, 1.35rem);
    line-height: 1.55;
}

.testimonials-note--light {
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    margin-top: 0.75rem;
    line-height: 1.55;
}

.testimonials-typed__note--light {
    font-size: clamp(1rem, 2.3vw, 1.15rem);
    font-style: normal;
    line-height: 1.55;
}

.testimonials-subtitle--dark,
.testimonials-note--dark,
.testimonials-typed__note--dark {
    color: #111 !important;
    font-weight: 700;
}

.testimonials-subtitle--dark {
    font-size: var(--font-lead);
}

.testimonials-note--dark {
    font-size: var(--font-body);
    margin-top: 0.65rem;
}

.testimonials-typed__note--dark {
    font-style: normal;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .section-marquee__track--rtl,
    .section-marquee__track--ltr {
        animation: none;
    }
}

.hero--agency .hero__marquee {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0.85rem 0;
    background: rgba(10, 46, 33, 0.45);
    border-top: 1px solid rgba(255, 215, 80, 0.15);
    overflow: hidden;
    backdrop-filter: blur(8px);
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.hero--agency .hero__marquee-track {
    display: flex;
    gap: 2.5rem;
    width: max-content;
    animation: hero-marquee 32s linear infinite;
}

.hero--agency .hero__marquee-track span {
    flex-shrink: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255, 248, 220, 0.85);
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.hero--agency .hero__marquee-track span::before {
    content: "✦";
    margin-left: 2.5rem;
    color: var(--gold-bright);
    opacity: 0.6;
}

@keyframes hero-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); }
}

.hero--agency .hero__scroll {
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 13px;
    display: flex;
    justify-content: center;
    padding-top: 7px;
    text-decoration: none;
    transition: border-color 0.3s;
}

.hero--agency .hero__scroll:hover { border-color: rgba(255, 215, 80, 0.6); }

.hero--agency .hero__scroll span {
    width: 3px;
    height: 7px;
    border-radius: 2px;
    background: var(--gold-bright);
    animation: hero-scroll-dot 2s ease-in-out infinite;
}

@keyframes hero-scroll-dot {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(8px); opacity: 0.3; }
}

/* Section pro headers — same right-edge alignment as sections 01, 03, 04 */
.section-pro {
    position: relative;
    margin-bottom: 3rem;
    width: 100%;
    max-width: none;
    text-align: right;
}

.section-pro--center {
    text-align: right;
}

.section-pro--center .section-pro__body {
    text-align: right;
}

.section-pro__num {
    position: absolute;
    top: -0.5rem;
    right: 0;
    left: auto;
    font-size: clamp(4rem, 10vw, 6.5rem);
    font-weight: 800;
    line-height: 1;
    color: rgba(26, 92, 66, 0.07);
    -webkit-text-fill-color: rgba(26, 92, 66, 0.07);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    letter-spacing: -0.04em;
    pointer-events: none;
    user-select: none;
}

.section-pro__body {
    position: relative;
    z-index: 1;
}

.section-pro__body .section-eyebrow,
.section-pro__body h2,
.section-pro__lead,
.section-pro__text {
    position: relative;
    z-index: 1;
}

.section-pro__body h2 {
    font-size: var(--font-h2);
    margin: 0 0 0.85rem;
    line-height: 1.2;
}

.section-pro__lead {
    font-size: var(--font-lead);
    margin: 0;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: none;
}

.section-pro__text {
    margin: 0.85rem 0 0;
    font-size: var(--font-body);
    color: var(--text-muted);
    line-height: 1.75;
    max-width: none;
}

.section-pro--center .section-pro__lead,
.section-pro--center .section-pro__text {
    margin-inline: 0;
}

/* Service tags */
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.service-tag {
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--green-dark);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(26, 92, 66, 0.15);
    box-shadow: 0 2px 12px rgba(26, 92, 66, 0.06);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.service-tag:hover {
    transform: translateY(-2px);
    border-color: rgba(26, 92, 66, 0.3);
    box-shadow: var(--shadow);
}

/* ── Section 02: Services showcase (cream split — no full-bleed image) ── */
.section--services-showcase {
    background: linear-gradient(180deg, #fff9ee 0%, #f8f0dc 45%, #fff5d6 100%);
    position: relative;
    overflow: hidden;
}

.section--services-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 50% 40% at 80% 20%, rgba(255, 215, 80, 0.12), transparent 55%);
}

.services-showcase {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) 1.15fr;
    gap: clamp(2.5rem, 5vw, 4.5rem);
    align-items: start;
}

.services-showcase--stacked {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
    text-align: right;
}

.services-showcase--with-marquee {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: stretch;
    text-align: right;
}

.services-showcase--with-marquee .services-showcase__marquee {
    order: 2;
    margin: 0;
}

.services-showcase--with-marquee .services-showcase__list {
    order: 3;
}

.services-showcase--stacked .services-showcase__panel {
    width: 100%;
    text-align: right;
}

.services-showcase--stacked .services-showcase__frame {
    display: block;
    width: 100%;
}

.section-pro__lead--headline {
    font-size: var(--font-lead);
    font-weight: 700;
    color: var(--green-dark);
}

.services-showcase__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 1rem;
    justify-self: stretch;
    width: 100%;
    text-align: right;
    padding-inline-end: 0;
}

.services-showcase__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.55rem;
    padding: 0.55rem 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--green-dark);
    border-bottom: 1px solid rgba(26, 92, 66, 0.1);
    transition: transform 0.3s var(--ease-out), color 0.3s;
}

.services-showcase__item:hover {
    transform: translateX(-4px);
    color: var(--green);
}

.services-showcase__mark {
    flex-shrink: 0;
    color: var(--gold-dark);
    font-size: 0.75rem;
}

.services-showcase__panel {
    text-align: center;
}

.services-showcase__frame {
    display: inline-block;
    width: 100%;
    line-height: 0;
    padding: 0.5rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, #fff 0%, #eef6f0 100%);
    border: 1px solid rgba(26, 92, 66, 0.12);
    box-shadow: 0 16px 48px rgba(26, 92, 66, 0.1);
    transition: transform 0.45s var(--ease-out), box-shadow 0.45s;
}

.services-showcase__frame:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(26, 92, 66, 0.16);
}

.services-showcase__frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc(var(--radius-lg) - 8px);
}

.services-showcase__caption {
    margin: 1rem 0 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-muted);
}

/* ── Green contact block (after services) ── */
.contact-block.contact-block--green {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(4rem, 7vw, 5.5rem) 0;
    background: linear-gradient(165deg, #2d7a5a 0%, #1a5c42 35%, #134a35 70%, #0f3d2c 100%);
}

.contact-block.contact-block--green::before {
    display: none;
}

.contact-block--green .contact-block__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 50% 55% at 15% 25%, rgba(255, 215, 80, 0.12), transparent 55%),
        radial-gradient(ellipse 45% 50% at 85% 75%, rgba(45, 122, 90, 0.35), transparent 50%);
}

.contact-block--green > .site-container {
    position: relative;
    z-index: 1;
}

.contact-block--green .contact-block__subtitle--light {
    color: rgba(255, 255, 255, 0.96);
    font-weight: 700;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.contact-block--green .contact-block__head h2.title-gold--light {
    filter: drop-shadow(0 3px 14px rgba(0, 0, 0, 0.45));
}

.contact-block--green .contact-form-wrap {
    background: rgba(255, 255, 255, 0.97);
    border-color: rgba(255, 215, 80, 0.25);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.contact-block--green .contact-block__layout--media {
    grid-template-columns: 1fr;
}

/* ── Full-width green bands (section 06 testimonials) ── */
.section--full-green {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 0;
    margin: 0;
}

.section-full__content {
    position: relative;
    z-index: 1;
    padding-block: clamp(4rem, 7vw, 5.5rem) clamp(2rem, 4vw, 3rem);
}

.section-full__mesh,
.section-full__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Section 06 — deep green testimonials band */
.section--testimonials-band {
    background: linear-gradient(165deg, #1f6b4a 0%, #1a5c42 30%, #134a35 65%, #0a2e21 100%);
    color: rgba(255, 255, 255, 0.92);
}

.section--testimonials-band .section-full__content {
    padding-block-end: clamp(4rem, 7vw, 5.5rem);
}

.section-full__glow {
    background:
        radial-gradient(ellipse 55% 60% at 85% 15%, rgba(255, 215, 80, 0.14), transparent 55%),
        radial-gradient(ellipse 45% 50% at 10% 90%, rgba(45, 122, 90, 0.4), transparent 50%);
}

.section-pro__num--light {
    color: rgba(255, 255, 255, 0.08);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.08);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
}

.section-eyebrow--light {
    color: var(--gold-bright);
    background: rgba(10, 46, 33, 0.4);
    border-color: rgba(255, 215, 80, 0.45);
}

.title-gold--light {
    background: linear-gradient(135deg, #ffe566 0%, #ffd700 38%, #f5c400 72%, #ffe566 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0 3px 14px rgba(0, 0, 0, 0.45));
}

.section-pro__lead--light,
.testimonials-note--light {
    color: rgba(255, 255, 255, 0.78) !important;
}

.testimonials-featured {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    align-items: start;
    gap: clamp(2.5rem, 5vw, 4rem);
    direction: rtl;
    width: 100%;
    max-width: 100%;
}

.testimonials-featured__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    min-width: 0;
    width: fit-content;
    max-width: 100%;
    text-align: right;
}

.testimonials-featured__figure {
    display: block;
    margin: 0 auto;
    line-height: 0;
    width: fit-content;
    max-width: 100%;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.testimonials-featured__figure img {
    display: block;
    width: auto;
    max-width: min(100%, 460px);
    height: auto;
    max-height: min(620px, 72vh);
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.testimonials-featured__quote {
    margin: 0;
    padding: 0;
}

.testimonials-featured__stars {
    margin-bottom: 0.65rem;
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    color: var(--gold-bright);
}

.testimonials-featured__quote p {
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.96);
    font-style: italic;
}

.testimonials-featured__quote footer {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold-bright);
}

.testimonials-carousel__nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.testimonials-carousel__count {
    min-width: 4.5rem;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--gold-bright);
    letter-spacing: 0.04em;
}

.testimonials-carousel__btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 215, 80, 0.45);
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold-bright);
    font: inherit;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.testimonials-carousel__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.testimonials-carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
}

.testimonials-carousel__dot.is-active {
    background: var(--gold-bright);
    transform: scale(1.15);
}

.testimonial-open p {
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.96);
    font-style: italic;
}

.testimonials-open__visual-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonials-open__visuals.is-carousel {
    position: relative;
    width: 100%;
}

.testimonials-open__visual-slide {
    display: none;
    margin: 0;
}

.testimonials-open__visual-slide.is-active {
    display: block;
}

.testimonial-open--image-primary p {
    display: none;
}

.testimonial-open--image-primary footer {
    margin-top: 0.35rem;
}

@media (max-width: 768px) {
    .testimonials-featured {
        grid-template-columns: minmax(0, max-content);
        justify-content: center;
        gap: 2rem;
    }

    .testimonials-featured__card {
        width: fit-content;
        max-width: 100%;
        margin-inline: auto;
    }

    .testimonials-featured__figure {
        width: fit-content;
        max-width: 100%;
        margin-inline: auto;
    }

    .testimonials-featured__figure img {
        width: auto;
        max-width: min(100%, 420px);
        max-height: none;
    }

    .testimonials-featured__quote,
    .testimonials-typed__quote {
        padding-inline: 0;
    }

    .testimonials-typed__head,
    .testimonials-typed__nav,
    .testimonials-typed__track.is-carousel,
    .testimonials-typed__cta {
        padding-inline: 0.85rem;
    }
}

.testimonial-open {
    margin: 0;
    padding: 0 1.5rem 0 0;
    border: none;
    border-right: 3px solid var(--gold-bright);
    background: none;
    box-shadow: none;
    text-align: right;
    transition: transform 0.35s var(--ease-out), border-color 0.35s;
}

.testimonial-open:hover {
    transform: translateX(-4px);
    border-right-color: #fff;
}

.testimonial-open__stars {
    color: var(--gold-bright);
    font-size: 0.8rem;
    letter-spacing: 3px;
    margin-bottom: 0.65rem;
}

.testimonial-open footer {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gold-bright);
}

.testimonials-open__cta {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 215, 80, 0.25);
    text-align: right;
}

.testimonials-open__cta h3 {
    margin: 0 0 0.5rem;
    font-size: var(--font-h3);
    color: var(--gold-bright);
}

.testimonials-open__cta p {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: var(--font-body);
}

.testimonials-typed {
    position: relative;
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    border-radius: var(--radius-lg);
    padding: 3px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 215, 80, 0.22);
    text-align: right;
    width: 100%;
    max-width: 100%;
}

.testimonials-typed__head,
.testimonials-typed__nav,
.testimonials-typed__track.is-carousel,
.testimonials-typed__cta {
    padding-inline: clamp(1rem, 2.5vw, 1.5rem);
}

.testimonials-typed__head {
    margin-bottom: 1.25rem;
    padding-top: clamp(1.5rem, 3vw, 2rem);
}

.testimonials-typed__title {
    margin: 0 0 0.35rem;
    font-size: var(--font-h3);
    font-weight: 800;
    color: var(--gold-bright);
}

.testimonials-typed__note {
    margin: 0;
    font-size: var(--font-small);
    color: rgba(255, 255, 255, 0.68);
    font-style: italic;
}

.testimonials-typed__nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.testimonials-typed__track {
    position: relative;
    overflow: hidden;
    min-height: clamp(160px, 20vw, 240px);
    margin-bottom: 1.75rem;
}

.testimonials-typed__track.is-carousel {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
}

.testimonials-typed__track.is-carousel .testimonials-typed__quote {
    grid-area: 1 / 1;
    display: block;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition:
        opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.65s;
    pointer-events: none;
}

.testimonials-typed__track.is-carousel .testimonials-typed__quote.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 1;
    pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
    .testimonials-typed__track.is-carousel .testimonials-typed__quote {
        transition: none;
        transform: none;
    }
}

.testimonials-typed__quote {
    margin: 0;
    padding: 0 1.5rem 0 0;
    border: none;
    border-right: 3px solid var(--gold-bright);
    background: none;
    box-shadow: none;
    text-align: right;
}

.testimonials-typed__stars {
    color: var(--gold-bright);
    font-size: 0.8rem;
    letter-spacing: 3px;
    margin-bottom: 0.65rem;
}

.testimonials-typed__quote p {
    margin: 0 0 0.85rem;
    font-size: var(--font-body);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.95);
    font-style: italic;
}

.testimonials-typed__quote footer {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--gold-bright);
}

.testimonials-typed__cta {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 215, 80, 0.22);
}

.testimonials-typed__cta-text {
    margin: 0 0 1.25rem;
    font-size: var(--font-lead);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.testimonials-typed__cta-text strong {
    display: inline;
    color: var(--gold-bright);
    font-weight: 800;
}

.testimonials-open__visual {
    display: block;
    width: 100%;
    align-self: start;
}

.testimonials-open__visual-wrap {
    display: inline-block;
    width: 100%;
    line-height: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.testimonials-open__visual-wrap--portrait {
    max-width: 100%;
}

.testimonials-open__visual-wrap--portrait img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(72vh, 820px);
    object-fit: contain;
    object-position: center top;
}

/* Why section showcase */
.why-showcase {
    display: grid;
    grid-template-columns: 0.88fr minmax(380px, 1.12fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
    margin-bottom: 3rem;
    --section-title-offset: 2.35rem;
}

.why-showcase--stacked {
    display: block;
    margin-bottom: 3rem;
}

.why-showcase--stacked .why-showcase__content {
    width: 100%;
    text-align: right;
}

.why-showcase--stacked .why-showcase__visual {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 1.25rem 0 1.75rem;
    align-self: stretch;
}

.why-showcase--stacked .why-showcase__frame {
    width: 100%;
}

.why-showcase--stacked .why-showcase__head h2,
.why-showcase--stacked .why-showcase__lead {
    max-width: none;
}

.why-showcase__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.why-showcase__head {
    position: relative;
    margin-bottom: 1.75rem;
}

.why-showcase__num {
    position: absolute;
    top: -0.5rem;
    right: 0;
    left: auto;
    font-size: clamp(4rem, 10vw, 6.5rem);
    font-weight: 800;
    line-height: 1;
    color: rgba(26, 92, 66, 0.07);
    pointer-events: none;
    user-select: none;
    letter-spacing: -0.04em;
}

.why-showcase__head .section-eyebrow {
    position: relative;
    z-index: 1;
}

.why-showcase__head h2 {
    position: relative;
    z-index: 1;
    font-size: clamp(1.85rem, 4vw, 2.65rem);
    margin: 0 0 1rem;
    line-height: 1.2;
    max-width: 16ch;
}

.why-showcase__lead {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 48ch;
    color: var(--text-muted);
}

.why-pillars {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.why-pillar {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.05rem 1.2rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(26, 92, 66, 0.12);
    border-right: 3px solid var(--green);
    box-shadow: 0 4px 20px rgba(26, 92, 66, 0.06);
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s, border-color 0.3s;
}

.why-pillar:hover {
    transform: translateX(-4px);
    box-shadow: var(--shadow);
    border-color: rgba(26, 92, 66, 0.22);
}

.why-pillar__icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.85rem;
    color: var(--gold-dark);
    background: rgba(255, 215, 80, 0.2);
    border: 1px solid rgba(255, 215, 80, 0.35);
}

.why-pillar__text strong {
    display: block;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--green-dark);
    margin-bottom: 0.2rem;
    line-height: 1.35;
}

.why-pillar__text span {
    display: block;
    font-size: 0.88rem;
    color: #1a3d2e;
    line-height: 1.55;
}

.why-showcase__visual {
    position: relative;
    align-self: start;
    width: 100%;
    margin-top: var(--section-title-offset);
}

.why-showcase__frame {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 2px solid rgba(255, 215, 80, 0.45);
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(26, 92, 66, 0.08);
    background: #eef6f0;
}

.why-showcase__frame img {
    display: block;
    width: 100%;
    height: auto;
}

.why-showcase__frame-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 45%, rgba(255, 215, 80, 0.08) 100%);
    pointer-events: none;
}

/* Why bento grid — 5 items: 1–2 on top row, 3–5 equal width below */
.why-grid--bento {
    align-items: stretch;
}

.why-grid--bento .why-card:nth-child(1),
.why-grid--bento .why-card:nth-child(2) {
    grid-column: span 3;
}

.why-grid--bento .why-card:nth-child(3),
.why-grid--bento .why-card:nth-child(4),
.why-grid--bento .why-card:nth-child(5) {
    grid-column: span 2;
    padding: 1.5rem 1.4rem 1.7rem;
}

.why-grid--bento .why-card:nth-child(3) h3,
.why-grid--bento .why-card:nth-child(4) h3,
.why-grid--bento .why-card:nth-child(5) h3 {
    font-size: clamp(1.08rem, 1.55vw, 1.18rem);
    line-height: 1.38;
}

.why-grid--bento .why-card:nth-child(3) p,
.why-grid--bento .why-card:nth-child(4) p,
.why-grid--bento .why-card:nth-child(5) p {
    font-size: clamp(0.96rem, 1.2vw, 1.02rem);
    font-weight: 600;
    line-height: 1.65;
}

.why-grid--bento .why-card:nth-child(1) {
    background: linear-gradient(135deg, #1a5c42 0%, #2d7a5a 100%);
    border-top-color: var(--gold-bright);
    border-color: rgba(255, 215, 80, 0.3);
}

.why-grid--bento .why-card:nth-child(1) h3,
.why-grid--bento .why-card:nth-child(1) p { color: rgba(255, 255, 255, 0.9); }

.why-grid--bento .why-card:nth-child(1) h3 { color: #fff; }

.why-grid--bento .why-card:nth-child(1) .why-card__num {
    color: var(--gold-bright);
    background: rgba(255, 215, 80, 0.15);
    border-color: rgba(255, 215, 80, 0.35);
}

.feature-list--hero {
    margin-top: 0;
}

/* ── Section 03: Google Ads spotlight ── */
.google-spotlight__head {
    position: relative;
    margin-bottom: 2.5rem;
    max-width: 820px;
}

.google-spotlight__num {
    position: absolute;
    top: -0.75rem;
    right: 0;
    font-size: clamp(4rem, 10vw, 6rem);
    font-weight: 800;
    line-height: 1;
    color: rgba(26, 92, 66, 0.08);
    pointer-events: none;
    letter-spacing: -0.04em;
}

.google-spotlight__head-body {
    position: relative;
    z-index: 1;
}

.google-spotlight__head-body h2 {
    font-size: clamp(1.75rem, 3.8vw, 2.45rem);
    margin: 0 0 0.85rem;
    line-height: 1.2;
    max-width: 22ch;
}

.google-spotlight__intro {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--text-muted);
    max-width: 58ch;
}

.google-spotlight--stacked .google-spotlight__head {
    margin-bottom: 0.5rem;
}

.google-spotlight--stacked {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2.25rem);
    text-align: right;
}

.google-spotlight__hero {
    width: 100%;
    margin: 0;
}

.google-spotlight--stacked .google-spotlight__frame {
    display: block;
    width: 100%;
    max-width: none;
}

.google-spotlight--stacked .google-spotlight__grid {
    width: 100%;
    margin-block: 0.25rem;
}

.google-spotlight__copy {
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 4vw, 2.75rem);
    text-align: right;
}

.google-copy__header {
    padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.15rem, 3vw, 1.65rem);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(26, 92, 66, 0.1) 0%, rgba(255, 215, 80, 0.12) 100%);
    border: 1px solid rgba(26, 92, 66, 0.14);
    border-right: 4px solid var(--green);
}

.google-copy__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    line-height: 1.35;
}

.google-copy__lead {
    margin: 0;
    font-size: clamp(1rem, 2.2vw, 1.08rem);
    line-height: 1.75;
    color: var(--green-dark);
    font-weight: 600;
}

.google-copy__section {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.google-copy__section-head {
    max-width: 52rem;
}

.google-copy__heading {
    margin: 0 0 0.5rem;
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.35;
}

.google-copy__heading--gold {
    color: var(--gold-dark);
}

.google-copy__section-intro {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--text-muted);
    font-weight: 600;
}

.google-copy__cards {
    display: grid;
    gap: 0.85rem;
}

.google-copy__cards--channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.google-copy__cards--channels .google-copy__card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.google-copy__cards--goals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.google-copy__cards--why {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.google-copy__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.1rem 1.15rem 1.2rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(26, 92, 66, 0.12);
    border-right: 3px solid var(--green);
    box-shadow: 0 4px 18px rgba(26, 92, 66, 0.06);
    transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
}

.google-copy__card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.google-copy__card-icon {
    font-size: 1.25rem;
    line-height: 1;
}

.google-copy__card-icon--lg {
    font-size: 1.65rem;
}

.google-copy__card h4 {
    margin: 0;
    font-size: clamp(1rem, 1.35vw, 1.08rem);
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.35;
}

.google-copy__card p {
    margin: 0;
    font-size: clamp(0.92rem, 1.15vw, 0.98rem);
    font-weight: 600;
    line-height: 1.65;
    color: var(--text-muted);
}

.google-copy__card--goal {
    background: linear-gradient(145deg, #fff 0%, #f4faf6 100%);
}

.google-copy__card--why {
    color: #fff;
    background: linear-gradient(135deg, #1a5c42 0%, #2d7a5a 100%);
    border-color: rgba(255, 215, 80, 0.28);
    border-right-color: var(--gold-bright);
    min-height: 100%;
}

.google-copy__why-num {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--gold-bright);
    margin-bottom: 0.15rem;
}

.google-copy__cards--why .google-copy__card h4,
.google-copy__card--why h4 {
    color: #fff;
    font-size: 0.92rem;
}

.google-copy__cards--why .google-copy__card p,
.google-copy__card--why p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.86rem;
}

.google-spotlight__copy-title {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    line-height: 1.35;
}

.google-spotlight__copy-lead {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.google-spotlight__copy-heading {
    margin: 1.35rem 0 0.65rem;
    font-size: clamp(1.08rem, 2.3vw, 1.28rem);
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.4;
}

.google-spotlight__copy-heading:first-of-type {
    margin-top: 0.5rem;
}

.google-spotlight__copy-heading--gold {
    color: var(--gold-dark);
}

.google-spotlight__copy p {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.google-spotlight__copy p:last-child {
    margin-bottom: 0;
}

.google-spotlight__copy p strong {
    color: var(--green-dark);
    font-weight: 800;
}

.google-spotlight__part {
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.google-spotlight__part--intro {
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.google-spotlight__part--detail {
    padding: clamp(1.35rem, 3vw, 2rem);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(26, 92, 66, 0.12);
    box-shadow: 0 8px 32px rgba(26, 92, 66, 0.06);
}

.google-spotlight__detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
}

.google-spotlight__detail-col .google-spotlight__subheading:first-child {
    margin-top: 0;
}

.google-spotlight__body {
    text-align: right;
}

.google-spotlight__body-title {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 3.2vw, 1.9rem);
    line-height: 1.3;
    max-width: none;
}

.google-spotlight__body-intro,
.google-spotlight__body-text {
    margin: 0 0 1.15rem;
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.google-spotlight__subheading {
    margin: 1.25rem 0 0.65rem;
    font-size: clamp(1.08rem, 2.4vw, 1.3rem);
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.4;
}

.google-spotlight__part--intro .google-spotlight__subheading:first-of-type {
    margin-top: 0.75rem;
}

.google-spotlight__subheading--gold {
    color: var(--gold-dark);
}

.google-spotlight__list,
.google-spotlight__why {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.google-spotlight__list li,
.google-spotlight__why li {
    font-size: 0.94rem;
    line-height: 1.65;
    color: var(--text-muted);
    padding: 0.65rem 0.9rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(26, 92, 66, 0.1);
    border-right: 3px solid var(--green);
}

.google-spotlight__list li strong,
.google-spotlight__why li strong {
    color: var(--green-dark);
}

.google-spotlight__goals {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.google-spotlight__goals li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--text-muted);
    padding: 0.75rem 0.9rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(26, 92, 66, 0.1);
    border-right: 3px solid var(--green);
}

.google-spotlight__goal-icon {
    flex-shrink: 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.google-spotlight__goals li strong {
    color: var(--green-dark);
}

.testimonials-typed__star {
    color: rgba(255, 215, 80, 0.35);
}

.testimonials-typed__star.is-filled {
    color: var(--gold-bright);
}

.google-spotlight__stage {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
}

.google-spotlight__visual {
    position: relative;
    align-self: start;
}

.google-spotlight__frame {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    padding: 0.5rem;
    background: linear-gradient(145deg, #fff 0%, #eef6f0 100%);
    border: 2px solid rgba(255, 215, 80, 0.45);
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(26, 92, 66, 0.08);
}

.google-spotlight__frame img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    border-radius: calc(var(--radius-lg) - 4px);
}

.google-spotlight__ring {
    position: absolute;
    inset: -6px;
    border-radius: calc(var(--radius-lg) + 6px);
    border: 2px solid rgba(255, 215, 80, 0.35);
    animation: google-ring-pulse 3.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes google-ring-pulse {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50% { opacity: 0.85; transform: scale(1.015); }
}

.google-spotlight__partner {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 3;
    width: min(130px, 38%);
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.96);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 215, 80, 0.45);
    animation: google-partner-float 5s ease-in-out infinite;
}

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

.google-spotlight__partner img {
    display: block;
    width: 100%;
    height: auto;
}

.google-spotlight__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
}

.google-tile {
    position: relative;
    padding: 1.15rem 1.2rem 1.35rem 1.35rem;
    border-radius: var(--radius-sm);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(26, 92, 66, 0.12);
    border-right: 3px solid var(--green);
    box-shadow: 0 4px 20px rgba(26, 92, 66, 0.07);
    transition: transform 0.35s var(--ease-out), box-shadow 0.35s, border-color 0.35s;
    overflow: hidden;
}

.google-tile::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
    transform: translateX(100%);
    transition: transform 0.5s var(--ease-out);
}

.google-tile:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(26, 92, 66, 0.22);
}

.google-tile:hover::before {
    transform: translateX(-100%);
}

.google-tile:nth-child(odd) {
    background: linear-gradient(135deg, #1a5c42 0%, #2d7a5a 100%);
    border-color: rgba(255, 215, 80, 0.25);
    border-right-color: var(--gold-bright);
}

.google-tile__num {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--gold-dark);
    margin-bottom: 0.4rem;
}

.google-tile:nth-child(odd) .google-tile__num {
    color: var(--gold-bright);
}

.google-tile h3 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.02rem, 1.45vw, 1.12rem);
    font-weight: 800;
    line-height: 1.35;
    color: var(--green-dark);
}

.google-tile:nth-child(odd) h3 {
    color: #fff;
}

.google-tile p {
    margin: 0;
    font-size: clamp(0.92rem, 1.15vw, 0.98rem);
    font-weight: 600;
    line-height: 1.6;
    color: #1a3d2e;
}

.google-tile:nth-child(odd) p {
    color: rgba(255, 255, 255, 0.95);
}

.google-spotlight__cta {
    margin: 2rem 0 0;
    padding: 1.1rem 1.5rem;
    border-radius: var(--radius-sm);
    font-weight: 800;
    font-size: clamp(1rem, 2vw, 1.12rem);
    text-align: center;
    color: var(--green-dark);
    background: linear-gradient(135deg, rgba(255, 230, 120, 0.35), rgba(255, 215, 80, 0.15));
    border: 1px solid rgba(201, 162, 39, 0.35);
    animation: google-cta-glow 4s ease-in-out infinite;
}

@keyframes google-cta-glow {
    0%, 100% { box-shadow: 0 0 0 rgba(201, 162, 39, 0); }
    50% { box-shadow: 0 0 24px rgba(201, 162, 39, 0.25); }
}

/* ── Section 04: Websites browser showcase ── */
.web-showcase__layout {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 1.05fr);
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
    margin-bottom: 2.5rem;
    --section-title-offset: 2.35rem;
}

.web-showcase__layout--stacked {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: stretch;
    text-align: right;
    --section-title-offset: 0;
}

.web-showcase__layout--stacked .web-showcase__browser {
    margin-top: 0;
    width: 100%;
    max-width: none;
}

.web-showcase__layout--stacked .web-browser {
    transform: none;
}

.web-showcase__intro--headline {
    font-size: var(--font-lead);
    font-weight: 700;
    color: var(--green-dark);
    line-height: 1.7;
}

.web-showcase__head {
    position: relative;
}

.web-showcase__num {
    position: absolute;
    top: -0.5rem;
    right: 0;
    font-size: clamp(3.5rem, 8vw, 5rem);
    font-weight: 800;
    line-height: 1;
    color: rgba(26, 92, 66, 0.07);
    pointer-events: none;
}

.web-showcase__head h2 {
    position: relative;
    z-index: 1;
    font-size: clamp(1.65rem, 3.5vw, 2.25rem);
    margin: 0 0 0.65rem;
    line-height: 1.25;
}

.web-showcase__subtitle {
    position: relative;
    z-index: 1;
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.web-showcase__intro {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #1a3d2e;
}

.web-showcase__browser {
    margin-top: var(--section-title-offset);
    align-self: start;
}

.web-browser {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #1a1510;
    box-shadow: var(--shadow-lg), 0 20px 60px rgba(15, 61, 44, 0.2);
    border: 2px solid rgba(26, 92, 66, 0.2);
    transform: perspective(900px) rotateY(-3deg);
    transition: transform 0.5s var(--ease-out);
}

.web-browser:hover {
    transform: perspective(900px) rotateY(0deg) translateY(-6px);
}

.web-browser__bar {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1rem;
    background: linear-gradient(180deg, #2a2520, #1a1510);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.web-browser__bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.web-browser__bar span:nth-child(1) { background: #ff5f57; }
.web-browser__bar span:nth-child(2) { background: #febc2e; }
.web-browser__bar span:nth-child(3) { background: #28c840; }

.web-browser__screen {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.web-browser__screen img {
    display: block;
    width: 100%;
    height: auto;
}

.web-browser__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.18) 50%, transparent 58%);
    transform: translateX(-100%);
    animation: web-browser-shine 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes web-browser-shine {
    0%, 70%, 100% { transform: translateX(-100%); }
    85% { transform: translateX(100%); }
}

.web-showcase__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    align-items: stretch;
}

.web-feature {
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    height: 100%;
    padding: 1.35rem 1.5rem;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(26, 92, 66, 0.14);
    box-shadow: var(--shadow);
    transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
    overflow: hidden;
}

.web-feature:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.web-feature__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1rem;
    color: var(--gold-dark);
    background: rgba(255, 215, 80, 0.2);
    border: 1px solid rgba(255, 215, 80, 0.35);
    animation: web-icon-pulse 3s ease-in-out infinite;
}

.web-feature:nth-child(2) .web-feature__icon {
    animation-delay: -1.5s;
}

@keyframes web-icon-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

.web-feature__body h3 {
    margin: 0 0 0.4rem;
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--green-dark);
    line-height: 1.35;
}

.web-feature__body p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #1a3d2e;
}

.web-feature__line {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--green), var(--gold));
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.45s var(--ease-out);
}

.web-feature:hover .web-feature__line {
    transform: scaleX(1);
}

/* ── Flash border frame (all sections — same as Part 05) ── */
.flash-frame {
    position: relative;
    border-radius: var(--radius-lg);
    padding: 3px;
    overflow: hidden;
}

.flash-frame__border {
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg, var(--gold), var(--green-light), var(--gold-bright), var(--green), var(--gold));
    animation: promise-border-spin 8s linear infinite;
    opacity: 0.72;
    z-index: 0;
    pointer-events: none;
}

.flash-frame__inner {
    position: relative;
    z-index: 1;
    border-radius: calc(var(--radius-lg) - 3px);
    background: linear-gradient(135deg, #fffdf8 0%, #f8f4ea 100%);
    box-shadow: var(--shadow-md);
}

.flash-frame.why-grid {
    padding: 3px;
    margin-top: 1.5rem;
}

.flash-frame.why-grid .flash-frame__inner.why-grid__inner {
    display: grid;
    grid-template-columns: inherit;
    gap: inherit;
    padding: clamp(1rem, 2vw, 1.35rem);
    background: linear-gradient(135deg, #fffdf8 0%, #f5f0e4 100%);
}

.why-grid--bento.flash-frame {
    display: block;
}

.why-grid--bento.flash-frame .why-grid__inner,
.why-grid--bento.flash-frame .flash-frame__inner.why-grid__inner {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.5vw, 1.15rem);
}

.google-spotlight.flash-frame .flash-frame__inner {
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.google-copy__lead--after-image {
    margin: 0 0 1.35rem;
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--text-muted);
}

.web-showcase__layout--stacked {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 3vw, 2rem);
}

.web-showcase__layout--stacked .web-showcase__head {
    order: 1;
}

.web-showcase__layout--stacked .web-showcase__browser {
    order: 2;
}

.web-showcase__layout--stacked .web-showcase__content {
    order: 3;
}

.web-showcase__content.flash-frame .flash-frame__inner {
    padding: clamp(1.15rem, 2.5vw, 1.75rem);
}

.web-feature-card__check {
    display: none !important;
}

.contact-form-wrap.flash-frame .flash-frame__inner {
    padding: clamp(1rem, 2vw, 1.35rem);
}

.testimonials-typed__title,
.testimonials-typed__note,
.section-pro__lead,
.testimonials-featured__figure img {
    transform: none;
    letter-spacing: normal;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
}

.testimonials-featured__figure img {
    max-width: min(100%, 460px);
    max-height: min(620px, 72vh);
}

.testimonials-typed {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.testimonials-typed::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg, var(--gold), var(--green-light), var(--gold-bright), var(--green), var(--gold));
    animation: promise-border-spin 8s linear infinite;
    opacity: 0.55;
    z-index: 0;
    pointer-events: none;
}

.testimonials-typed > * {
    position: relative;
    z-index: 1;
}

/* ── Section 05: Commitment promise block ── */
.promise-block {
    position: relative;
    border-radius: var(--radius-lg);
    padding: 3px;
    overflow: hidden;
}

.promise-block__border {
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg, var(--gold), var(--green-light), var(--gold-bright), var(--green), var(--gold));
    animation: promise-border-spin 8s linear infinite;
    opacity: 0.72;
}

@keyframes promise-border-spin {
    to { transform: rotate(360deg); }
}

.promise-block__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(240px, 0.85fr) 1.15fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
    padding: clamp(1.75rem, 3vw, 2.5rem);
    border-radius: calc(var(--radius-lg) - 3px);
    background: linear-gradient(135deg, #fffdf8 0%, #f5f0e4 100%);
    box-shadow: var(--shadow-lg);
}

.promise-block__inner--stacked {
    grid-template-columns: 1fr;
    max-width: none;
    width: 100%;
    margin-inline: 0;
}

.promise-block__inner--stacked .promise-block__content {
    width: 100%;
}

.promise-block__inner--stacked .promise-block__media {
    margin: 1.25rem 0 1.75rem;
    width: 100%;
    max-width: none;
    align-self: stretch;
}

.promise-block__inner--stacked .promise-block__arch {
    display: block;
    width: 100%;
}

.promise-block__inner--stacked .promise-block__quote h2 {
    margin-bottom: 0;
}

.section--testimonials-band .section-pro {
    text-align: right;
}

.section--testimonials-band .section-pro__body {
    margin-inline: 0;
    max-width: none;
}

.promise-block__media {
    align-self: start;
}

.promise-block__arch {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 3px solid rgba(255, 215, 80, 0.5);
    box-shadow: 0 16px 48px rgba(26, 92, 66, 0.15);
    padding: 0.5rem;
    background: #fff;
}

.promise-block__arch img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc(var(--radius-lg) - 6px);
    transition: transform 0.6s var(--ease-out);
}

.promise-block__arch:hover img {
    transform: scale(1.04);
}

.promise-block__label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--green-dark);
    background: rgba(26, 92, 66, 0.08);
    border: 1px solid rgba(26, 92, 66, 0.15);
}

.promise-block__num {
    color: var(--gold-dark);
}

.promise-block__quote {
    margin: 0 0 1.5rem;
    padding: 0;
    border: none;
}

.promise-block__quote h2 {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    margin: 0 0 1rem;
    line-height: 1.3;
}

.promise-block__quote p {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #1a3d2e;
}

.promise-block__quote p:last-child {
    margin-bottom: 0;
}

.promise-block__trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.promise-trust {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.65rem 1.15rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: right;
    color: #fff;
    background: linear-gradient(135deg, #1a5c42, #2d7a5a);
    border: 1px solid rgba(255, 215, 80, 0.3);
    transition: transform 0.3s var(--ease-out);
}

.promise-trust span {
    color: var(--gold-bright);
}

.promise-trust:hover {
    transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
    .google-spotlight__ring,
    .google-spotlight__partner,
    .google-spotlight__cta,
    .web-browser__shine,
    .web-feature__icon,
    .promise-block__border,
    .flash-frame__border,
    .testimonials-typed::before {
        animation: none !important;
    }

    .web-browser {
        transform: none !important;
    }
}

@media (max-width: 960px) {
    .web-content__grid {
        grid-template-columns: 1fr;
    }

    .google-copy__cards--channels,
    .google-copy__cards--goals,
    .google-copy__cards--why {
        grid-template-columns: 1fr;
    }

    .google-copy__cards--channels .google-copy__card:last-child:nth-child(odd) {
        grid-column: auto;
    }
}

@media (max-width: 1100px) {
    .google-spotlight__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .google-spotlight__stage {
        grid-template-columns: 1fr;
    }

    .google-spotlight__part--intro .google-spotlight__visual {
        order: 1;
        max-width: 480px;
        margin-inline: auto;
    }

    .google-spotlight__part--intro .google-spotlight__body {
        order: 2;
    }

    .google-spotlight__detail-grid {
        grid-template-columns: 1fr;
    }

    .google-spotlight__goals {
        grid-template-columns: 1fr;
    }

    .google-spotlight__visual {
        order: 2;
        max-width: 520px;
        margin-inline: auto;
    }

    .google-spotlight__grid {
        order: 1;
    }

    .web-showcase__layout {
        grid-template-columns: 1fr;
    }

    .web-showcase__browser {
        order: 2;
        max-width: 520px;
        margin-inline: auto;
    }

    .web-showcase__head {
        order: 1;
    }

    .web-browser {
        transform: none;
    }

    .promise-block__inner {
        grid-template-columns: 1fr;
    }

    .promise-block__inner:not(.promise-block__inner--stacked) .promise-block__media {
        max-width: 360px;
        margin-inline: auto;
    }

    .promise-block__inner--stacked {
        padding-inline: 1rem;
        padding-block: 1.35rem;
    }

    .promise-block__inner--stacked .promise-block__media {
        width: calc(100% + 2rem);
        max-width: none;
        margin-inline: -1rem;
        margin-block: 1.25rem 1.75rem;
    }

    .promise-block__inner--stacked .promise-block__arch {
        display: block;
        width: 100%;
        padding: 0.35rem;
    }

    .promise-block__inner--stacked .promise-block__arch img {
        width: 100%;
        min-width: 100%;
    }

    .services-showcase:not(.services-showcase--stacked) {
        grid-template-columns: 1fr;
    }

    .services-showcase:not(.services-showcase--stacked) .services-showcase__panel {
        order: 2;
    }

    .services-showcase:not(.services-showcase--stacked) .services-showcase__list {
        order: 1;
        grid-template-columns: 1fr;
    }

    .why-showcase:not(.why-showcase--stacked) {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .why-grid--bento.flash-frame .why-grid__inner,
    .why-grid--bento.flash-frame .flash-frame__inner.why-grid__inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .why-grid--bento .why-card:nth-child(1),
    .why-grid--bento .why-card:nth-child(2) {
        grid-column: span 3;
    }

    .why-grid--bento .why-card:nth-child(3),
    .why-grid--bento .why-card:nth-child(4),
    .why-grid--bento .why-card:nth-child(5) {
        grid-column: span 2;
    }
}

@media (max-width: 960px) {
    .hero--agency {
        min-height: auto;
        overflow: visible;
    }

    .hero--agency .hero__wrap {
        padding-block: calc(var(--header-h) + 3rem) 3rem;
        overflow: visible;
    }

    .hero--agency .hero__content,
    .hero--agency .hero__content-inner {
        overflow: visible;
        gap: 0;
    }

    .hero--agency .hero__cta {
        margin-top: 1rem;
        gap: 1rem;
    }

    .hero--agency .hero__headline-brand {
        font-size: clamp(2rem, 8.5vw, 2.85rem);
        line-height: 1.12;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .hero--agency .hero__headline-main {
        font-size: clamp(1.15rem, 4.5vw, 1.55rem);
        line-height: 1.35;
        overflow-wrap: break-word;
    }

    .hero--agency .hero__desc,
    .hero--agency .hero__tagline,
    .hero--agency .hero__badge {
        max-width: 100%;
    }

    .hero--agency .hero__media {
        margin-top: 2rem;
    }

    .hero--agency .hero__metrics {
        grid-template-columns: 1fr;
    }

    .hero--agency .hero__scroll {
        display: none;
    }

    .why-showcase:not(.why-showcase--stacked) {
        grid-template-columns: 1fr;
    }

    .why-showcase:not(.why-showcase--stacked) .why-showcase__visual {
        order: 2;
    }

    .why-showcase:not(.why-showcase--stacked) .why-showcase__content {
        order: 1;
    }

    .services-showcase:not(.services-showcase--stacked) .services-showcase__panel {
        order: 2;
    }

    .services-showcase:not(.services-showcase--stacked) .services-showcase__list {
        order: 1;
    }

    .google-spotlight__visual {
        order: 2;
    }

    .google-spotlight__grid {
        order: 1;
    }

    .web-showcase__layout:not(.web-showcase__layout--stacked) .web-showcase__browser {
        order: 2;
    }

    .web-showcase__layout:not(.web-showcase__layout--stacked) .web-showcase__head {
        order: 1;
    }

    .promise-block__media {
        order: 2;
    }

    .promise-block__content {
        order: 1;
    }

    .google-spotlight__grid {
        grid-template-columns: 1fr;
    }

    .web-showcase__features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .promise-block__trust {
        grid-template-columns: 1fr;
    }

    .promise-block__inner--stacked .promise-block__media {
        width: calc(100vw - (2 * var(--site-gutter)));
        margin-inline: calc(50% - 50vw + var(--site-gutter));
    }

    .why-grid--bento.flash-frame .why-grid__inner,
    .why-grid--bento.flash-frame .flash-frame__inner.why-grid__inner {
        grid-template-columns: 1fr;
    }

    .why-grid--bento,
    .why-grid--bento .why-card:nth-child(1),
    .why-grid--bento .why-card:nth-child(2),
    .why-grid--bento .why-card:nth-child(3),
    .why-grid--bento .why-card:nth-child(4),
    .why-grid--bento .why-card:nth-child(5) {
        grid-column: span 1;
    }
}

/* Case studies banner — below hero, near slider */
.case-studies-banner {
    position: relative;
    z-index: 2;
    margin-top: -0.5rem;
    padding: clamp(1.75rem, 4vw, 2.5rem) 0;
    background:
        linear-gradient(135deg, rgba(10, 46, 33, 0.97) 0%, rgba(26, 92, 66, 0.94) 55%, rgba(45, 122, 90, 0.92) 100%);
    border-block: 1px solid rgba(255, 215, 80, 0.35);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.case-studies-banner__inner {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.case-studies-banner__title {
    margin: 0;
    font-size: clamp(1.35rem, 3.2vw, 2rem);
    font-weight: 800;
    line-height: 1.35;
    color: var(--gold-bright);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.case-studies-banner__icon {
    margin-inline-end: 0.35rem;
}

.case-studies-banner__subtitle {
    margin: 0;
    max-width: 62ch;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.65;
    color: rgba(255, 252, 245, 0.94);
}

.case-studies-banner__link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    padding: 0.7rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffe566 0%, #ffd700 48%, #d4af37 100%);
    color: var(--green-dark);
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out);
}

.case-studies-banner__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

/* Case studies section */
.section--case-studies {
    padding-block: clamp(3rem, 7vw, 4.5rem);
    background: linear-gradient(180deg, rgba(248, 244, 236, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}

.case-studies-list {
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 5vw, 3rem);
    margin-top: clamp(1.5rem, 4vw, 2.25rem);
}

.case-study__inner {
    padding: clamp(1.25rem, 3vw, 1.75rem);
}

.case-study__head {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
    text-align: right;
}

.case-study__num {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--green-mid);
    opacity: 0.75;
}

.case-study__title {
    margin: 0;
    font-size: clamp(1.15rem, 2.4vw, 1.55rem);
    font-weight: 800;
    line-height: 1.45;
    color: var(--green-dark);
}

.case-study__chart {
    margin: 0 0 1.35rem;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(26, 92, 66, 0.12);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
}

.case-study__chart img {
    display: block;
    width: 100%;
    height: auto;
}

.case-study__results-heading {
    margin: 0 0 1rem;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 800;
    color: var(--green-dark);
}

.case-study__stats {
    list-style: none;
    margin: 0 0 1.35rem;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.case-study__stat {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem 1rem;
    align-items: start;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-sm);
    background: rgba(26, 92, 66, 0.06);
    border: 1px solid rgba(26, 92, 66, 0.12);
    text-align: right;
}

.case-study__stat-value {
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--gold-dark);
    white-space: nowrap;
}

.case-study__stat-label {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(20, 52, 40, 0.92);
}

.case-study__insight {
    padding: 1rem 1.1rem;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, rgba(26, 92, 66, 0.08), rgba(201, 162, 39, 0.1));
    border-inline-start: 3px solid var(--gold-mid);
}

.case-study__insight-title {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--green-dark);
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.case-study__insight-text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(20, 52, 40, 0.9);
}

@media (max-width: 640px) {
    .case-study__stat {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .case-study__stat-value {
        white-space: normal;
    }
}

/* Mobile — softer image corners so text inside graphics is not clipped */
@media (max-width: 768px) {
    .hero--agency .hero__media-frame,
    .why-showcase__frame,
    .google-spotlight__frame,
    .web-browser,
    .web-browser__screen,
    .promise-block__arch,
    .case-study__chart,
    .testimonials-featured__figure img {
        border-radius: 10px;
        overflow: visible;
    }

    .hero--agency .hero__media-frame img,
    .hero--agency .hero__media-video,
    .why-showcase__frame img,
    .google-spotlight__frame img,
    .web-browser__screen img,
    .promise-block__arch img,
    .case-study__chart img {
        border-radius: 10px;
        object-fit: contain;
    }

    .google-spotlight__ring {
        border-radius: 14px;
    }
}
