/* ============================================================
   MARKETING ONLINE / GOOGLE ADS — spoke page
   Tylko style specyficzne dla /marketing-online/google-ads.
   Hub styles (mid-cta, mkt-process-list, mkt-cta-section, mkt-faq*) sa w
   marketing-online.css ladowanym przed tym plikiem.
============================================================ */

/* ─── HERO ─── */
.gads-hero {
    min-height: 88vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 9rem 3rem 5rem;
    overflow: hidden;
    z-index: 1;
}
.gads-hero__bg-glow {
    position: absolute;
    width: 1100px; height: 1100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,204,0,0.10) 0%, transparent 65%);
    pointer-events: none;
    transform: translate(-50%, -50%);
    top: 50%; left: 30%;
    z-index: 0;
}
.gads-hero__grid {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    /* WSPÓLNA ZASADA STRON USŁUGOWYCH: kolumna z tekstem do GÓRY (patrz css/seo.css). */
    align-items: start;
}
/* Start lewej kolumny wyrównany do /strony-internetowe (208 px od góry). */
.gads-hero__content { text-align: left; padding-top: 24px; }
.gads-hero__visual { position: relative; }


.gads-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--yellow);
    border: 1px solid rgba(254,204,0,0.25);
    border-radius: 4px;
    padding: 0.45rem 1rem;
    margin-bottom: 1.75rem;
    background: rgba(254,204,0,0.08);
}
.gads-hero__badge-dot {
    width: 7px; height: 7px;
    border-radius: 2px;
    background: var(--yellow);
    animation: pulseDot 1.5s ease-in-out infinite;
}

.gads-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 5.5vw, 4.6rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}
.gads-hero__title em {
    font-style: normal;
    color: var(--yellow);
    text-shadow: 0 0 60px rgba(254,204,0,0.4);
}
.gads-hero__sub {
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.3vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    max-width: 580px;
    margin-bottom: 2.5rem;
}
.gads-hero__sub em {
    font-style: italic;
    color: var(--yellow);
    opacity: 0.85;
}
.gads-hero__sub strong { color: var(--white); font-weight: 600; }
.gads-hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Hero dashboard mockup */
.gads-dashboard {
    background: linear-gradient(160deg, rgba(20, 35, 60, 0.92), rgba(15, 28, 50, 0.95));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 1.25rem 1.4rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 25px 70px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}
.gads-dashboard::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(254,204,0,0.12) 0%, transparent 50%);
    pointer-events: none;
}
.gads-dashboard__head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 1.2rem;
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    position: relative;
}
.gads-dashboard__live {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.65rem;
    color: #27c93f;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.gads-dashboard__live span {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #27c93f;
    box-shadow: 0 0 10px rgba(39,201,63,0.6);
    animation: pulseDot 1.5s ease-in-out infinite;
}
.gads-dashboard__kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.2rem;
    position: relative;
}
.gads-kpi {
    padding: 0.85rem 0.8rem;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.gads-kpi--accent {
    background: linear-gradient(135deg, rgba(254,204,0,0.1), rgba(254,204,0,0.02));
    border-color: rgba(254,204,0,0.25);
}
.gads-kpi__label {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    color: rgba(255,255,255,0.70);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.gads-kpi__num {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
}
.gads-kpi--accent .gads-kpi__num { color: var(--yellow); }
.gads-kpi__trend {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 600;
}
.gads-kpi__trend--up { color: #27c93f; }

.gads-dashboard__chart {
    height: 90px;
    margin-bottom: 1rem;
    position: relative;
}
.gads-dashboard__chart svg { width: 100%; height: 100%; display: block; }
.gads-chart__line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: gadsChartDraw 2.5s ease-out 0.5s forwards;
}
.gads-chart__dot {
    opacity: 0;
    animation: gadsChartDot 0.6s ease-out 3s forwards;
    transform-origin: center;
}
@keyframes gadsChartDraw {
    to { stroke-dashoffset: 0; }
}
@keyframes gadsChartDot {
    0%   { opacity: 0; transform: scale(0); }
    60%  { opacity: 1; transform: scale(1.5); }
    100% { opacity: 1; transform: scale(1); }
}

.gads-dashboard__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    position: relative;
}
.gads-dashboard__row-cell {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-align: center;
}
.gads-dashboard__row-label {
    font-family: var(--font-mono);
    font-size: 0.58rem;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.gads-dashboard__row-val {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
}
.gads-dashboard__row-val--accent { color: var(--yellow); }

@media (max-width: 1024px) {
    .gads-hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .gads-dashboard { max-width: 480px; margin: 0 auto; }
}
@media (max-width: 768px) {
    .gads-hero { padding: 7rem 1.5rem 3rem; min-height: auto; }
    .gads-dashboard__kpis { grid-template-columns: 1fr; gap: 0.6rem; }
}

/* ============================================================
   SERP SIMULATOR (wow #1)
============================================================ */
.gads-serp-section { padding: 7rem 3rem 6rem; }

.serp-sim {
    max-width: 880px;
    margin: 4rem auto 0;
    background: rgba(15, 28, 50, 0.5);
    border: 1px solid rgba(254,204,0,0.15);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}
.serp-sim::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(254,204,0,0.05), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.serp-sim:hover::before { opacity: 1; }
.serp-sim__input-wrap {
    margin-bottom: 2rem;
    position: relative;
}
.serp-sim__label {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 0.75rem;
}
.serp-sim__input-row {
    position: relative;
    display: flex;
    align-items: center;
}
.serp-sim__input-icon {
    position: absolute;
    left: 1.2rem;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.65);
    pointer-events: none;
}
.serp-sim__input {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1.5px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 1.1rem 1.25rem 1.1rem 3.2rem;
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--white);
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.serp-sim__input::placeholder { color: rgba(255,255,255,0.60); }
.serp-sim__input:focus {
    outline: none;
    border-color: var(--yellow);
    background: rgba(254,204,0,0.06);
    box-shadow: 0 0 0 4px rgba(254,204,0,0.15);
}
.serp-sim__hint {
    margin-top: 0.55rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: rgba(255,255,255,0.60);
}

.serp-sim__result {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    color: #202124;
    font-family: 'Arial', sans-serif;
    min-height: 360px;
    transition: min-height 0.3s ease;
}

.serp-sim__placeholder {
    padding: 5rem 2rem;
    text-align: center;
    color: rgba(0,0,0,0.4);
}
.serp-sim__placeholder-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.3;
}
.serp-sim__placeholder p {
    font-family: var(--font-body);
    font-size: 0.95rem;
}

/* SERP rendered by JS - reuse classes from hub showcase .serp.* */
.serp-sim__result .serp { box-shadow: none; border-radius: 0; }
.serp-sim__result .serp__bar { display: none; } /* bez browser frame */

@media (max-width: 768px) {
    .gads-serp-section { padding: 5rem 1.5rem; }
    .serp-sim { padding: 1.5rem 1.25rem; }
    .serp-sim__input { font-size: 0.95rem; padding-left: 2.8rem; }
}

/* ============================================================
   TYPES GRID (6 typów kampanii)
============================================================ */
.gads-types-section { padding: 6rem 3rem; }

.gads-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}
.gads-type-card {
    position: relative;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 18px;
    padding: 2rem 1.75rem;
    transition: all 0.4s var(--ease-out-expo);
    overflow: hidden;
}
.gads-type-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(500px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(254,204,0,0.05), transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.gads-type-card:hover::before { opacity: 1; }
.gads-type-card:hover {
    border-color: rgba(254,204,0,0.25);
    transform: translateY(-4px);
}
.gads-type-card--featured {
    background: linear-gradient(135deg, rgba(254,204,0,0.06), rgba(254,204,0,0.015));
    border-color: rgba(254,204,0,0.2);
}
.gads-type-card__icon {
    font-size: 1.8rem;
    width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 13px;
    background: rgba(254,204,0,0.08);
    border: 1px solid rgba(254,204,0,0.15);
    margin-bottom: 1rem;
}
.gads-type-card__title {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.3rem;
}
.gads-type-card__sub {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: rgba(254,204,0,0.75);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.gads-type-card__desc {
    font-family: var(--font-body);
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.80);
    margin-bottom: 1.25rem;
}
.gads-type-card__desc strong { color: var(--yellow); font-weight: 600; }
.gads-type-card__features {
    list-style: none;
    margin: 0; padding: 0;
}
.gads-type-card__features li {
    position: relative;
    padding-left: 1.4rem;
    font-family: var(--font-body);
    font-size: 0.85rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.78);
    margin-bottom: 0.5rem;
}
.gads-type-card__features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--yellow);
    font-weight: 700;
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .gads-types-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
    .gads-types-section { padding: 5rem 1.5rem; }
    .gads-types-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .gads-type-card { padding: 1.75rem 1.5rem; }
}

/* ============================================================
   AD FORMATS SHOWCASE (wow #2) — 5 tabs + 5 mockupów
============================================================ */
.gads-formats-section { padding: 6rem 3rem; }

.gads-formats { margin-top: 4rem; max-width: 1080px; margin-left: auto; margin-right: auto; }

.gads-formats__tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.4rem;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 0.4rem;
    margin-bottom: 2rem;
}
.gads-formats__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem 0.5rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.78);
    cursor: pointer;
    transition: all 0.3s ease;
}
.gads-formats__tab:hover {
    color: var(--white);
    background: rgba(255,255,255,0.04);
}
.gads-formats__tab[aria-selected="true"] {
    color: var(--navy-dark);
    background: var(--yellow);
    border-color: var(--yellow);
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.gads-formats__tab:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: 2px;
}

.gads-formats__stage {
    position: relative;
    background: radial-gradient(ellipse at center top, rgba(254,204,0,0.06) 0%, transparent 65%),
                linear-gradient(180deg, rgba(15,28,50,0.6), rgba(15,28,50,0.3));
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gads-formats__stage::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(254,204,0,0.05), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.gads-formats__stage:hover::before { opacity: 1; }

.gads-format-mockup {
    width: 100%;
    max-width: 640px;
    animation: gadsFormatFadeIn 0.4s ease;
}
@keyframes gadsFormatFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.gads-format-mockup__caption {
    margin-top: 1.2rem;
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.55;
}
.gads-format-mockup__caption strong { color: var(--yellow); font-weight: 600; }

/* --- Search Ad mockup --- */
.search-ad {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    color: #202124;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    border-left: 4px solid var(--yellow);
}
.search-ad__head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.4rem;
    font-size: 0.72rem;
}
.search-ad__label {
    color: #006621;
    font-weight: 700;
}
.search-ad__url { color: #006621; }
.search-ad__title {
    font-size: 1.15rem;
    font-weight: 400;
    color: #1a0dab;
    margin-bottom: 0.4rem;
    line-height: 1.35;
}
.search-ad__desc {
    font-size: 0.86rem;
    color: #4d5156;
    line-height: 1.5;
    margin-bottom: 0.7rem;
}
.search-ad__desc strong { color: #202124; font-weight: 600; }
.search-ad__sitelinks {
    display: flex; gap: 1rem; flex-wrap: wrap;
}
.search-ad__sitelink {
    color: #1a0dab;
    font-size: 0.85rem;
    cursor: pointer;
}

/* --- Performance Max mockup --- */
.pmax-ad {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    color: #202124;
    font-family: 'Arial', sans-serif;
    min-height: 280px;
}
.pmax-ad__images {
    display: grid;
    grid-template-rows: 2fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    background: #fafafa;
}
.pmax-ad__img--main { grid-column: span 2; }
.pmax-ad__img {
    background: linear-gradient(135deg, #1a73e8, #4267B2);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
    position: relative;
}
.pmax-ad__img--main { background: linear-gradient(135deg, rgba(254,204,0,0.4), #1a73e8 60%); }
.pmax-ad__img-label {
    position: absolute;
    bottom: 8px; left: 10px;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.85);
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.pmax-ad__content {
    padding: 1.25rem 1.4rem;
    display: flex;
    flex-direction: column;
}
.pmax-ad__brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.pmax-ad__brand img { filter: brightness(0.4); }
.pmax-ad__brand-text {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a73e8;
    letter-spacing: -0.02em;
}
.pmax-ad__sponsored {
    font-size: 0.65rem;
    color: #5f6368;
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.pmax-ad__headline {
    font-size: 1.05rem;
    font-weight: 600;
    color: #202124;
    line-height: 1.3;
    margin-bottom: 0.55rem;
}
.pmax-ad__sub {
    font-size: 0.84rem;
    color: #5f6368;
    line-height: 1.5;
    margin-bottom: 1rem;
    flex: 1;
}
.pmax-ad__cta {
    align-self: flex-start;
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.55rem 1rem;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
}

/* --- Shopping ads --- */
.shop-ads {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
    background: #ffffff;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.shop-ad {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 0.85rem;
    color: #202124;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s ease;
}
.shop-ad--featured {
    box-shadow: 0 0 0 2px rgba(254,204,0,0.7), 0 0 18px rgba(254,204,0,0.25);
    transform: scale(1.03);
}
.shop-ad__img {
    aspect-ratio: 1;
    background: linear-gradient(135deg, #f1f3f4, #dfe1e5);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 0.55rem;
}
.shop-ad__title {
    font-size: 0.75rem;
    font-weight: 400;
    color: #1a0dab;
    line-height: 1.3;
    margin-bottom: 0.35rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shop-ad__price {
    font-size: 0.95rem;
    font-weight: 700;
    color: #202124;
    margin-bottom: 0.2rem;
}
.shop-ad__store {
    font-size: 0.65rem;
    color: #5f6368;
}
.shop-ad__rating {
    display: block;
    font-size: 0.65rem;
    color: #f4b400;
    margin-top: 0.25rem;
}

/* --- YouTube ad --- */
.yt-ad {
    background: #0f0f0f;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.45);
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
}
.yt-ad__player {
    aspect-ratio: 16/9;
    position: relative;
    background: linear-gradient(135deg, #2d2d2d 0%, #0a1530 60%, #0a1a30 100%);
    overflow: hidden;
}
.yt-ad__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(254,204,0,0.15) 0%, transparent 50%);
}
.yt-ad__play {
    width: 72px; height: 72px;
    background: rgba(255,255,255,0.95);
    border: none;
    border-radius: 50%;
    color: #ff0000;
    font-size: 1.6rem;
    padding-left: 6px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 0 40px rgba(255,0,0,0.4);
}
.yt-ad__skip {
    position: absolute;
    bottom: 16px; right: 16px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 0.6rem 1rem;
    font-size: 0.78rem;
    border-radius: 4px;
}
.yt-ad__skip-text strong { color: var(--yellow); margin: 0 0.15rem; }
.yt-ad__sponsored {
    position: absolute;
    top: 16px; left: 16px;
    background: rgba(255,255,0,0.95);
    color: #000;
    padding: 0.2rem 0.55rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 2px;
}
.yt-ad__progress {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: rgba(255,255,255,0.15);
}
.yt-ad__progress-bar {
    height: 100%;
    background: #ff0000;
    width: 30%;
}
.yt-ad__meta {
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: #0f0f0f;
}
.yt-ad__brand { display: flex; gap: 0.6rem; align-items: center; flex: 1; }
.yt-ad__avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff0000, #c00);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
}
.yt-ad__brand-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
}
.yt-ad__cta-text {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.78);
}
.yt-ad__btn {
    background: #ff0000;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.55rem 0.95rem;
    font-weight: 600;
    font-size: 0.82rem;
    cursor: pointer;
}

/* --- Display banner mockup --- */
.display-ad {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    padding: 1.5rem;
}
.display-ad__article {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.display-ad__article-title {
    height: 22px;
    background: rgba(0,0,0,0.7);
    border-radius: 4px;
    width: 70%;
    margin-bottom: 0.4rem;
}
.display-ad__article-line {
    height: 9px;
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
    width: 100%;
}
.display-ad__article-line--short { width: 65%; }
.display-ad__banner {
    margin: 0.85rem 0;
    background: linear-gradient(135deg, #0a1f33 0%, #1c385c 50%, #2a4f7f 100%);
    border-radius: 8px;
    padding: 1.4rem 1.5rem;
    position: relative;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.display-ad__banner-sponsored {
    position: absolute;
    top: 8px; right: 10px;
    font-size: 0.6rem;
    color: rgba(255,255,255,0.72);
    font-family: var(--font-mono);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.display-ad__banner-content {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}
.display-ad__banner-content img { filter: brightness(0) invert(1); }
.display-ad__banner-brand {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--yellow);
    letter-spacing: -0.02em;
}
.display-ad__banner-headline {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    flex: 1;
    min-width: 180px;
}
.display-ad__banner-cta {
    background: var(--yellow);
    color: var(--navy-dark);
    border: none;
    border-radius: 6px;
    padding: 0.55rem 1.1rem;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
}

@media (max-width: 900px) {
    .gads-formats-section { padding: 5rem 1.5rem; }
    .gads-formats__tabs { grid-template-columns: 1fr 1fr; }
    .gads-formats__stage { padding: 2rem 1rem; min-height: 380px; }
    .pmax-ad { grid-template-columns: 1fr; }
    .pmax-ad__images { grid-template-rows: 200px 80px; }
    .shop-ads { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   PROCESS — reuse hub .mkt-process-list (z marketing-online.css)
============================================================ */
.gads-process-section { padding: 6rem 3rem; }
@media (max-width: 768px) {
    .gads-process-section { padding: 5rem 1.5rem; }
}

/* ============================================================
   COMPARISON TABLE
============================================================ */
.gads-compare-section { padding: 6rem 3rem; }

.gads-compare-wrap {
    max-width: 1080px;
    margin: 4rem auto 0;
    overflow-x: auto;
}

.gads-compare {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: var(--font-body);
    color: rgba(255,255,255,0.7);
    min-width: 700px;
}
.gads-compare th,
.gads-compare td {
    padding: 1.2rem 1.25rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.gads-compare thead th {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.015);
}
.gads-compare thead th img {
    vertical-align: middle;
    margin-right: 0.4rem;
}
.gads-compare__col-featured {
    background: linear-gradient(180deg, rgba(254,204,0,0.08) 0%, rgba(254,204,0,0.02) 100%) !important;
    color: var(--yellow);
}
.gads-compare tbody tr:hover { background: rgba(255,255,255,0.015); }
.gads-compare th[scope="row"] {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    width: 180px;
    background: transparent;
}
.gads-compare td {
    font-size: 0.92rem;
    line-height: 1.5;
}
.gads-compare td strong { color: var(--white); font-weight: 600; }
.gads-compare td.gads-compare__col-featured strong { color: var(--yellow); }

.gads-compare__note {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: rgba(254,204,0,0.05);
    border: 1px solid rgba(254,204,0,0.15);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
}
.gads-compare__note strong { color: var(--yellow); }
.gads-compare__note a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 768px) {
    .gads-compare-section { padding: 5rem 1.5rem; }
}

/* ============================================================
   FAQ — reuse hub .mkt-faq* (z marketing-online.css)
============================================================ */
.gads-faq-section { padding: 6rem 3rem; }
@media (max-width: 768px) {
    .gads-faq-section { padding: 5rem 1.5rem; }
}
