/* ============================================================
   MARKETING ONLINE / TIKTOK ADS — spoke page
   Tylko style specyficzne dla /marketing-online/tiktok-ads.
   Hub styles (mid-cta, mkt-process-list, mkt-cta-section, mkt-faq*,
   .tt-phone*) sa w marketing-online.css ladowanym przed tym plikiem.
   Chrome strony = zolty PAGWEB; kolory TikTok (#FF2A6C) tylko w mockupach.
   Sygnatura: hero = telefon FYP (nie dashboard), sekcja 3 = scrubber "hook w 3s".
============================================================ */

/* ─── HERO ─── */
.tads-hero {
    display: flex;
    align-items: center;
    position: relative;
    padding: 9rem 3rem 5rem;
    overflow: hidden;
    z-index: 1;
}
.tads-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;
}
.tads-hero__grid {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    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). */
.tads-hero__content { text-align: left; padding-top: 24px; }
.tads-hero__visual { position: relative; display: flex; justify-content: center; }


.tads-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);
}
.tads-hero__badge-dot {
    width: 7px; height: 7px;
    border-radius: 2px;
    background: var(--yellow);
    animation: pulseDot 1.5s ease-in-out infinite;
}

.tads-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;
}
.tads-hero__title em { font-style: normal; color: var(--yellow); text-shadow: 0 0 60px rgba(254,204,0,0.4); }
.tads-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.25rem;
}
.tads-hero__sub em { font-style: italic; color: var(--yellow); opacity: 0.85; }
.tads-hero__sub strong { color: var(--white); font-weight: 600; }
.tads-hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.25rem; }

/* Hero stat strip (zamiast panelu KPI) */
.tads-hero__stats {
    display: flex;
    gap: 2.25rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.5rem;
}
.tads-hero__stat { display: flex; flex-direction: column; gap: 0.2rem; }
.tads-hero__stat-num {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--yellow);
    line-height: 1;
}
.tads-hero__stat-label {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.6);
}

/* Hero phone (reuse hub .tt-phone) — lekka animacja float */
.tads-hero__phone {
    position: relative;
    animation: tadsPhoneFloat 5s ease-in-out infinite;
}
.tads-hero__phone::after {
    content: '';
    position: absolute;
    inset: -40px;
    background: radial-gradient(circle, rgba(255,42,108,0.18) 0%, transparent 65%);
    z-index: -1;
    pointer-events: none;
}
@keyframes tadsPhoneFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-12px); }
}

@media (max-width: 1024px) {
    .tads-hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 768px) {
    .tads-hero { padding: 7rem 1.5rem 3rem; min-height: auto; }
    .tads-hero__stats { gap: 1.5rem; }
}

/* ============================================================
   SEKCJA 3 — HOOK W 3 SEKUNDY (scrubber retencji) [sygnatura]
============================================================ */
.tads-hook-section { padding: 7rem 3rem 6rem; }

.tads-hook {
    max-width: 760px;
    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.75rem 2.5rem;
    position: relative;
    overflow: hidden;
}
.tads-hook::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;
}
.tads-hook:hover::before { opacity: 1; }

.tads-hook__display { text-align: center; margin-bottom: 2rem; }
.tads-hook__big {
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 1;
    color: var(--yellow);
    font-size: clamp(3.5rem, 11vw, 6rem);
    text-shadow: 0 0 60px rgba(254,204,0,0.35);
}
.tads-hook__pct { font-size: 0.45em; opacity: 0.7; }
.tads-hook__big-label {
    font-family: var(--font-body);
    font-size: 1rem;
    color: rgba(255,255,255,0.82);
    margin-top: 0.4rem;
}
.tads-hook__time {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    color: rgba(255,255,255,0.6);
    margin-top: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.tads-hook__time strong { color: var(--yellow); }

.tads-hook__bar {
    height: 12px;
    background: rgba(255,255,255,0.08);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}
.tads-hook__bar-fill {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #fe2c55, var(--yellow));
    border-radius: 999px;
    transition: width 0.25s var(--ease-out-expo);
}
.tads-hook__range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    outline: none;
    cursor: pointer;
}
.tads-hook__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--yellow);
    border: 3px solid var(--navy-dark);
    box-shadow: 0 4px 14px rgba(0,0,0,0.4);
    cursor: pointer;
}
.tads-hook__range::-moz-range-thumb {
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--yellow);
    border: 3px solid var(--navy-dark);
    cursor: pointer;
}
.tads-hook__range:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }
.tads-hook__scale {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    color: rgba(255,255,255,0.45);
}
.tads-hook__note {
    margin-top: 1.5rem;
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.82);
    min-height: 3rem;
}
.tads-hook__note strong { color: var(--yellow); }

@media (max-width: 768px) {
    .tads-hook-section { padding: 5rem 1.5rem; }
    .tads-hook { padding: 1.75rem 1.25rem; }
}

/* ============================================================
   TYPES GRID (6 celów) — port z mads
============================================================ */
.tads-types-section { padding: 6rem 3rem; }
.tads-types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 4rem; }
.tads-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;
}
.tads-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;
}
.tads-type-card:hover::before { opacity: 1; }
.tads-type-card:hover { border-color: rgba(254,204,0,0.25); transform: translateY(-4px); }
.tads-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);
}
.tads-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;
}
.tads-type-card__title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: var(--white); margin-bottom: 0.3rem; }
.tads-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;
}
.tads-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; }
.tads-type-card__desc strong { color: var(--yellow); font-weight: 600; }
.tads-type-card__features { list-style: none; margin: 0; padding: 0; }
.tads-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;
}
.tads-type-card__features li::before { content: '→'; position: absolute; left: 0; color: var(--yellow); font-weight: 700; opacity: 0.6; }

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

/* ============================================================
   AD FORMATS SHOWCASE — 5 tabs + mockupy — port shell z mads
============================================================ */
.tads-formats-section { padding: 6rem 3rem; }
.tads-formats { margin-top: 4rem; max-width: 1080px; margin-left: auto; margin-right: auto; }
.tads-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;
}
.tads-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;
}
.tads-formats__tab:hover { color: var(--white); background: rgba(255,255,255,0.04); }
.tads-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);
}
.tads-formats__tab:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
.tads-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: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.tads-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;
}
.tads-formats__stage:hover::before { opacity: 1; }
.tads-format-mockup { width: 100%; display: flex; flex-direction: column; align-items: center; animation: tadsFormatFadeIn 0.4s ease; }
.tads-format-mockup[hidden] { display: none; }
@keyframes tadsFormatFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.tads-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;
    max-width: 560px;
}
.tads-format-mockup__caption strong { color: var(--yellow); font-weight: 600; }

/* --- Spark Ad = .tt-phone + wstążka twórcy --- */
.tt-spark { position: relative; }
.tt-spark__ribbon {
    position: absolute;
    top: -14px; left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    white-space: nowrap;
    background: linear-gradient(135deg, #25f4ee, #fe2c55);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

/* --- Wspólna ramka telefonu dla TopView / Takeover / Collection --- */
.tt-screen {
    width: 270px;
    margin: 0 auto;
    aspect-ratio: 9/16;
    background: #000;
    border-radius: 28px;
    border: 2px solid #2a2a2a;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* TopView */
.tt-topview__banner {
    position: absolute; top: 0; left: 0; right: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(4px);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0.5rem;
    z-index: 2;
}
.tt-topview__video {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 35%, rgba(255,42,108,0.25) 0%, transparent 60%),
                linear-gradient(180deg, #1a0a14 0%, #2a0a1a 50%, #0a0a12 100%);
    display: flex; align-items: center; justify-content: center;
}
.tt-topview__play {
    width: 62px; height: 62px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #fe2c55;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; padding-left: 5px;
    box-shadow: 0 0 36px rgba(255,42,108,0.5);
}
.tt-topview__cta {
    position: absolute; left: 14px; right: 14px; bottom: 16px;
    background: #fe2c55; color: #fff;
    text-align: center;
    font-family: var(--font-body); font-size: 0.78rem; font-weight: 700;
    padding: 0.65rem; border-radius: 8px;
}

/* Brand Takeover */
.tt-takeover__splash {
    position: absolute; inset: 0;
    background: linear-gradient(150deg, #fe2c55 0%, #8a0a3d 55%, #25f4ee 140%);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 1.5rem;
}
.tt-takeover__chip {
    position: absolute; top: 14px; left: 14px;
    background: rgba(0,0,0,0.45);
    font-family: var(--font-mono); font-size: 0.58rem;
    text-transform: uppercase; letter-spacing: 0.05em;
    padding: 0.25rem 0.55rem; border-radius: 4px;
}
.tt-takeover__brand {
    font-family: var(--font-display);
    font-size: 1.8rem; font-weight: 800;
    text-shadow: 0 2px 16px rgba(0,0,0,0.4);
    margin-bottom: 0.5rem;
}
.tt-takeover__tagline { font-size: 0.85rem; opacity: 0.92; margin-bottom: 1.5rem; }
.tt-takeover__cta {
    background: #fff; color: #000;
    font-family: var(--font-body); font-size: 0.8rem; font-weight: 700;
    padding: 0.6rem 1.4rem; border-radius: 999px;
}

/* Collection / Shopping */
.tt-collection__video {
    position: absolute; top: 0; left: 0; right: 0; height: 58%;
    background: radial-gradient(ellipse at 50% 40%, rgba(255,42,108,0.22) 0%, transparent 60%),
                linear-gradient(180deg, #1a0a14, #0a0a12);
    display: flex; align-items: center; justify-content: center;
}
.tt-collection__play {
    width: 50px; height: 50px; border-radius: 50%;
    background: rgba(255,255,255,0.9); color: #fe2c55;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; padding-left: 4px;
}
.tt-collection__grid {
    position: absolute; left: 0; right: 0; bottom: 44px; top: 58%;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
    padding: 8px;
}
.tt-collection__tile {
    background: #15151f;
    border-radius: 8px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 0.2rem;
    font-size: 1.6rem;
}
.tt-collection__price { font-family: var(--font-mono); font-size: 0.6rem; color: var(--yellow); font-weight: 700; }
.tt-collection__bar {
    position: absolute; left: 0; right: 0; bottom: 0;
    background: #fe2c55; color: #fff;
    text-align: center;
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 700;
    padding: 0.65rem;
}

@media (max-width: 900px) {
    .tads-formats-section { padding: 5rem 1.5rem; }
    .tads-formats__tabs { grid-template-columns: 1fr 1fr; }
    .tads-formats__stage { padding: 2rem 1rem; min-height: 520px; }
}
@media (max-width: 380px) {
    .tt-screen { width: 240px; }
}

/* ============================================================
   PROCESS / COMPARISON / FAQ — port wrapperów z mads
============================================================ */
.tads-process-section { padding: 6rem 3rem; }
@media (max-width: 768px) { .tads-process-section { padding: 5rem 1.5rem; } }

.tads-compare-section { padding: 6rem 3rem; }
.tads-compare-wrap { max-width: 1080px; margin: 4rem auto 0; overflow-x: auto; }
.tads-compare {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: var(--font-body);
    color: rgba(255,255,255,0.7);
    min-width: 720px;
}
.tads-compare th, .tads-compare td {
    padding: 1.2rem 1.25rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tads-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);
}
.tads-compare thead th img { vertical-align: middle; margin-right: 0.4rem; }
.tads-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);
}
.tads-compare tbody tr:hover { background: rgba(255,255,255,0.015); }
.tads-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;
}
.tads-compare td { font-size: 0.92rem; line-height: 1.5; }
.tads-compare td strong { color: var(--white); font-weight: 600; }
.tads-compare td.tads-compare__col-featured strong { color: var(--yellow); }
.tads-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);
}
.tads-compare__note strong { color: var(--yellow); }
.tads-compare__note a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 768px) { .tads-compare-section { padding: 5rem 1.5rem; } }

.tads-faq-section { padding: 6rem 3rem; }
@media (max-width: 768px) { .tads-faq-section { padding: 5rem 1.5rem; } }

/* ============================================================
   STORYBOARD 15s — scenariusz reklamy (sekcja SEO, bespoke)
============================================================ */
.tads-story-section { padding: 6rem 3rem; }
.tads-story {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 4rem;
}
.tads-story__frame {
    position: relative;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 1.6rem 1.4rem 1.75rem;
    overflow: hidden;
    transition: transform 0.4s var(--ease-out-expo), border-color 0.4s ease;
}
.tads-story__frame::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fe2c55, var(--yellow));
}
.tads-story__frame:hover { transform: translateY(-4px); border-color: rgba(254,44,85,0.3); }
.tads-story__num {
    position: absolute;
    top: 1rem; right: 1.3rem;
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 800;
    color: rgba(255,255,255,0.06);
    line-height: 1;
}
.tads-story__time {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    color: #ff5a7e;
    background: rgba(254,44,85,0.12);
    border: 1px solid rgba(254,44,85,0.3);
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    margin-bottom: 0.9rem;
}
.tads-story__phase {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.5rem;
}
.tads-story__desc {
    font-family: var(--font-body);
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.78);
}
@media (max-width: 900px) {
    .tads-story { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .tads-story-section { padding: 5rem 1.5rem; }
}
@media (max-width: 540px) {
    .tads-story { grid-template-columns: 1fr; }
}
