/* ============================================================
   MARKETING ONLINE — hub page
   Tylko style specyficzne dla /marketing-online.
   Reset, body, header, footer, btn, section* są w global.css.
============================================================ */

/* ─── HERO (2-column: tekst po lewej, floating ad cards po prawej) ─── */
.mkt-hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 9rem 3rem 5rem;
    overflow: hidden;
    z-index: 1;
}
.mkt-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;
}
.mkt-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, nie do środka
       (patrz css/seo.css) — dzięki temu okruszki i nagłówek startują na tej samej wysokości
       na każdej podstronie usługowej. */
    align-items: start;
}
/* Wyrównanie startu lewej kolumny do /strony-internetowe (208 px od góry).
   Pomiar: bez tego plakietka startowała na 184 px — o 24 px za wysoko. */
.mkt-hero__content { text-align: left; padding-top: 24px; }
.mkt-hero__visual {
    position: relative;
    min-height: 460px;
    perspective: 1200px;
}

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

.mkt-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6.5vw, 5.2rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
}
.mkt-hero__title em {
    font-style: normal;
    color: var(--yellow);
    text-shadow: 0 0 60px rgba(254,204,0,0.4);
}

.mkt-hero__sub {
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.80);
    max-width: 540px;
    margin-bottom: 2.5rem;
}

.mkt-hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Floating ad mockup cards (prawa kolumna hero) */
.mkt-float-stack {
    position: relative;
    width: 100%;
    height: 460px;
}
.mkt-float-card {
    --card-accent: var(--yellow);
    position: absolute;
    width: 218px;
    background: rgba(15, 28, 50, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 0.85rem 1rem;
    box-shadow: 0 18px 50px rgba(0,0,0,0.45),
                0 0 0 1px rgba(0,0,0,0.2);
    transform-origin: center center;
    will-change: transform;
}
.mkt-float-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--card-accent) 0%, transparent 60%);
    opacity: 0.25;
    z-index: -1;
    filter: blur(8px);
}
.mkt-float-card__head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mkt-float-card__platform {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
}
.mkt-float-card__badge {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.18rem 0.45rem;
    border-radius: 3px;
    background: rgba(254,204,0,0.15);
    color: var(--yellow);
    border: 1px solid rgba(254,204,0,0.25);
}
.mkt-float-card__body { display: flex; flex-direction: column; gap: 0.4rem; }
.mkt-float-card__title-line {
    height: 8px;
    background: linear-gradient(90deg, rgba(254,204,0,0.55), rgba(254,204,0,0.15));
    border-radius: 4px;
    width: 85%;
}
.mkt-float-card__line {
    height: 5px;
    background: rgba(255,255,255,0.12);
    border-radius: 3px;
    width: 95%;
}
.mkt-float-card__line--short { width: 60%; }
.mkt-float-card__image-placeholder {
    height: 56px;
    border-radius: 7px;
    background: linear-gradient(135deg, rgba(254,204,0,0.12), rgba(30,60,100,0.45));
    border: 1px solid rgba(255,255,255,0.05);
    margin-top: 0.2rem;
}
.mkt-float-card__body--video {
    height: 90px;
    border-radius: 9px;
    background: linear-gradient(160deg, rgba(255,42,108,0.25), rgba(30,30,30,0.85));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,42,108,0.2);
}
.mkt-float-card__play {
    width: 36px; height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: var(--navy-dark);
    font-size: 0.95rem;
    padding-left: 3px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

/* Color theme per platforma + indywidualne pozycje + osobne animacje */
.mkt-float-card--google   { --card-accent: #FFC233; top: 6%;  left: 4%;  animation: floatGoogle 6s ease-in-out infinite; }
.mkt-float-card--meta     { --card-accent: #4267B2; top: 8%;  right: 0;  animation: floatMeta 7s ease-in-out infinite; }
.mkt-float-card--tiktok   { --card-accent: #FF2A6C; bottom: 6%; left: 8%; width: 188px; animation: floatTiktok 7.5s ease-in-out infinite; }
.mkt-float-card--linkedin { --card-accent: #0A66C2; bottom: 4%; right: 6%; animation: floatLinkedin 6.5s ease-in-out infinite; }

@keyframes floatGoogle {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50%      { transform: translateY(-14px) rotate(-1.5deg); }
}
@keyframes floatMeta {
    0%, 100% { transform: translateY(0) rotate(2.5deg); }
    50%      { transform: translateY(-18px) rotate(1deg); }
}
@keyframes floatTiktok {
    0%, 100% { transform: translateY(0) rotate(4deg); }
    50%      { transform: translateY(-12px) rotate(2deg); }
}
@keyframes floatLinkedin {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50%      { transform: translateY(-16px) rotate(-0.5deg); }
}

@media (max-width: 1024px) {
    .mkt-hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .mkt-hero__visual { min-height: 380px; }
    .mkt-float-stack { height: 380px; max-width: 460px; margin: 0 auto; }
}
@media (max-width: 768px) {
    .mkt-hero { padding: 7rem 1.5rem 3rem; min-height: auto; }
    .mkt-hero__visual { display: none; }
}

/* ─── PLATFORM GRID (4 karty 2x2) ─── */
.platforms-section { padding: 7rem 3rem 6rem; }

.platform-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}

.platform-card {
    --card-accent: var(--yellow);
    --card-bg: rgba(255,255,255,0.02);
    --card-border: rgba(255,255,255,0.06);
    position: relative;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.45s var(--ease-out-expo);
    overflow: hidden;
    cursor: default;
}
.platform-card::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 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}
.platform-card:hover::before { opacity: 1; }
.platform-card:hover {
    border-color: var(--card-accent);
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

/* Color theme per platforma */
.platform-card--google   { --card-accent: rgba(254,204,0,0.4); }
.platform-card--meta     { --card-accent: rgba(24,119,242,0.5); }
.platform-card--tiktok   { --card-accent: rgba(255,42,108,0.5); }
.platform-card--linkedin { --card-accent: rgba(10,102,194,0.55); }

.platform-card__head {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative; z-index: 1;
}
.platform-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px; height: 64px;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 0.85rem;
}
.platform-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.platform-card__icon--double {
    gap: 4px;
    padding: 0.7rem;
}
.platform-card__icon--double img {
    width: 36px; height: 36px;
}
.platform-card__head-text { flex: 1; }
.platform-card__title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.25rem;
}
.platform-card__tagline {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.platform-card__desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    margin-bottom: 1.5rem;
    position: relative; z-index: 1;
}

.platform-card__features {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    position: relative; z-index: 1;
}
.platform-card__features li {
    position: relative;
    padding-left: 1.5rem;
    font-family: var(--font-body);
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.78);
    margin-bottom: 0.6rem;
}
.platform-card__features li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--yellow);
    font-weight: 700;
    opacity: 0.6;
}

.platform-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--yellow);
    text-decoration: none;
    position: relative; z-index: 1;
    transition: gap 0.3s var(--ease-out-expo);
}
.platform-card__cta:hover { gap: 0.85rem; }
.platform-card__arrow {
    font-size: 1.1em;
    transition: transform 0.3s var(--ease-out-expo);
}
.platform-card__cta:hover .platform-card__arrow { transform: translateX(4px); }

@media (max-width: 900px) {
    .platforms-section { padding: 5rem 1.5rem; }
    .platform-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .platform-card { padding: 2rem 1.75rem; }
    .platform-card__title { font-size: 1.3rem; }
}

/* ─── WHY US (3 karty horyzontalne) ─── */
.why-us-section { padding: 6rem 3rem; }

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}
.why-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 18px;
    padding: 2.2rem 2rem;
    transition: all 0.4s var(--ease-out-expo);
}
.why-card:hover {
    border-color: rgba(254,204,0,0.2);
    transform: translateY(-4px);
}
.why-card__icon {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(254,204,0,0.08);
    border: 1px solid rgba(254,204,0,0.15);
}
.why-card__title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.7rem;
}
.why-card__desc {
    font-family: var(--font-body);
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
}

@media (max-width: 900px) {
    .why-us-section { padding: 5rem 1.5rem; }
    .why-grid { grid-template-columns: 1fr; gap: 1rem; }
}

/* ─── PROCESS LIST (vertical timeline-style) ─── */
.process-mkt { padding: 6rem 3rem; }

.mkt-process-list {
    list-style: none;
    margin: 4rem auto 0;
    padding: 0;
    max-width: 780px;
    position: relative;
}
.mkt-process-list::before {
    content: '';
    position: absolute;
    left: 39px; top: 20px; bottom: 20px;
    width: 2px;
    background: linear-gradient(180deg,
        rgba(254,204,0,0.4) 0%,
        rgba(254,204,0,0.15) 50%,
        rgba(254,204,0,0.05) 100%);
}
.mkt-process-step {
    display: flex;
    gap: 1.75rem;
    padding-bottom: 2.5rem;
    position: relative;
}
.mkt-process-step:last-child { padding-bottom: 0; }
.mkt-process-step__num {
    flex-shrink: 0;
    width: 80px; height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--navy-deeper);
    border: 2px solid rgba(254,204,0,0.25);
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--yellow);
    position: relative;
    z-index: 1;
}
.mkt-process-step__body {
    padding-top: 1rem;
    flex: 1;
}
.mkt-process-step__title {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.6rem;
    display: flex;
    align-items: baseline;
    gap: 0.85rem;
    flex-wrap: wrap;
}
.mkt-process-step__desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.78);
}

@media (max-width: 768px) {
    .process-mkt { padding: 5rem 1.5rem; }
    .mkt-process-list::before { left: 27px; }
    .mkt-process-step { gap: 1.25rem; }
    .mkt-process-step__num { width: 56px; height: 56px; font-size: 1.1rem; }
    .mkt-process-step__title { font-size: 1.15rem; }
    .mkt-process-step__body { padding-top: 0.5rem; }
}

/* ─── FAQ (<details>/<summary> native akordeon) ─── */
.faq-mkt-section { padding: 6rem 3rem; }

.mkt-faq-list {
    max-width: 820px;
    margin: 4rem auto 0;
}
.mkt-faq-item {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    margin-bottom: 0.85rem;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.mkt-faq-item[open] {
    border-color: rgba(254,204,0,0.2);
    background: rgba(254,204,0,0.03);
}
.mkt-faq-btn {
    list-style: none;
    cursor: pointer;
    padding: 1.4rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
    transition: color 0.3s ease;
}
.mkt-faq-btn::-webkit-details-marker { display: none; }
.mkt-faq-btn::marker { content: ''; }
.mkt-faq-item:hover .mkt-faq-btn { color: var(--yellow); }
.mkt-faq-btn__icon {
    flex-shrink: 0;
    width: 28px; height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(254,204,0,0.25);
    border-radius: 50%;
    color: var(--yellow);
    font-size: 1.1rem;
    font-weight: 700;
    transition: transform 0.3s var(--ease-out-expo), background 0.3s ease;
}
.mkt-faq-item[open] .mkt-faq-btn__icon {
    background: var(--yellow);
    color: var(--navy-deeper);
    transform: rotate(45deg);
}
.mkt-faq-answer {
    padding: 0 1.6rem 1.6rem 1.6rem;
}
.mkt-faq-answer p {
    font-family: var(--font-body);
    font-size: 0.92rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.82);
}
.mkt-faq-answer strong { color: var(--yellow); font-weight: 600; }

@media (max-width: 768px) {
    .faq-mkt-section { padding: 5rem 1.5rem; }
    .mkt-faq-btn { font-size: 0.95rem; padding: 1.2rem 1.4rem; gap: 0.85rem; }
    .mkt-faq-answer { padding: 0 1.4rem 1.4rem; }
}

/* ─── CONTACT CTA ─── */
/* .mkt-cta* — USUNIĘTE (martwy kod). Wszystkie 5 stron marketingowych ma teraz
   sekcję #contact opartą o wspólny komponent .contact-section/.contact-form z global.css. */

.section__label--center {
    justify-content: center;
}

@media (max-width: 768px) {
}

/* ============================================================
   MID CTA — slim banner między sekcjami
============================================================ */
.mid-cta {
    padding: 2.5rem 3rem;
    background: linear-gradient(90deg,
        rgba(254,204,0,0.03) 0%,
        rgba(254,204,0,0.07) 50%,
        rgba(254,204,0,0.03) 100%);
    border-top: 1px solid rgba(254,204,0,0.12);
    border-bottom: 1px solid rgba(254,204,0,0.12);
    position: relative;
    z-index: 1;
}
.mid-cta--alt {
    background: linear-gradient(90deg,
        rgba(254,204,0,0.05) 0%,
        rgba(254,204,0,0.02) 100%);
}
.mid-cta__inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.mid-cta__text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 280px;
}
.mid-cta__text strong {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: -0.01em;
}
.mid-cta__text span {
    font-family: var(--font-body);
    font-size: 0.92rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.5;
}
.mid-cta__btn { flex-shrink: 0; }

@media (max-width: 768px) {
    .mid-cta { padding: 2rem 1.5rem; }
    .mid-cta__text strong { font-size: 1.1rem; }
}

/* ============================================================
   AD MOCKUP SHOWCASE — tab nav + 4 mockupy platform reklamowych
============================================================ */
.ad-showcase { padding: 7rem 3rem 6rem; }

.ad-showcase__wrap {
    margin-top: 3rem;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

/* Tabs */
.mockup-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 0.5rem;
    margin-bottom: 2rem;
}
.mockup-tab {
    --tab-accent: var(--yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255,255,255,0.78);
    cursor: pointer;
    transition: all 0.3s ease;
}
.mockup-tab:hover {
    color: var(--white);
    background: rgba(255,255,255,0.04);
}
.mockup-tab[aria-selected="true"] {
    color: var(--navy-dark);
    background: var(--tab-accent);
    border-color: var(--tab-accent);
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.mockup-tab[aria-selected="true"] img { filter: brightness(0) saturate(0); }
.mockup-tab img { transition: filter 0.3s ease; }
.mockup-tab:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: 2px;
}
.mockup-tab__icon-pair {
    display: inline-flex;
    gap: 2px;
    align-items: center;
}
.mockup-tab--google   { --tab-accent: #FFC233; }
.mockup-tab--meta     { --tab-accent: #4267B2; }
.mockup-tab--tiktok   { --tab-accent: #FF2A6C; }
.mockup-tab--linkedin { --tab-accent: #0A66C2; }
.mockup-tab--meta[aria-selected="true"]     { color: #ffffff; }
.mockup-tab--tiktok[aria-selected="true"]   { color: #ffffff; }
.mockup-tab--linkedin[aria-selected="true"] { color: #ffffff; }
.mockup-tab--meta[aria-selected="true"] img,
.mockup-tab--tiktok[aria-selected="true"] img,
.mockup-tab--linkedin[aria-selected="true"] img { filter: brightness(0) invert(1); }

/* Stage z gradient bg */
.mockup-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: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.mockup-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;
}
.mockup-stage:hover::before { opacity: 1; }

.mockup {
    width: 100%;
    max-width: 620px;
    position: relative;
    animation: mockupFadeIn 0.4s ease;
}
@keyframes mockupFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ─── GOOGLE SERP MOCKUP ─── */
.serp {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
    color: #202124;
    font-family: 'Arial', sans-serif;
}
.serp__bar {
    background: #f1f3f4;
    padding: 0.55rem 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #e0e2e5;
}
.serp__bar-dots { display: flex; gap: 6px; }
.serp__bar-dots span {
    width: 11px; height: 11px;
    border-radius: 50%;
    display: inline-block;
}
.serp__bar-dots span:nth-child(1) { background: #ff5f56; }
.serp__bar-dots span:nth-child(2) { background: #ffbd2e; }
.serp__bar-dots span:nth-child(3) { background: #27c93f; }
.serp__bar-url {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 0.3rem 0.85rem;
    font-size: 0.72rem;
    color: #5f6368;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.serp__bar-lock { font-size: 0.65rem; }
.serp__body { padding: 1.25rem 1.5rem; }
.serp__searchbar {
    border: 1px solid #dfe1e5;
    border-radius: 24px;
    padding: 0.55rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.88rem;
    color: #3c4043;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    margin-bottom: 0.85rem;
}
.serp__searchbar-icon { color: #9aa0a6; font-size: 0.85rem; }
.serp__tabs {
    display: flex;
    gap: 1.5rem;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.78rem;
    color: #5f6368;
}
.serp__tab--active { color: #1a73e8; border-bottom: 3px solid #1a73e8; padding-bottom: 0.5rem; margin-bottom: -0.55rem; font-weight: 500; }
.serp__result {
    margin-bottom: 1rem;
    padding: 0.45rem 0;
}
.serp__result--highlighted {
    background: rgba(254,204,0,0.12);
    border-radius: 8px;
    padding: 0.7rem 0.85rem;
    margin: 0 -0.25rem 1.2rem;
    box-shadow: 0 0 0 2px rgba(254,204,0,0.6), 0 0 22px rgba(254,204,0,0.3);
    position: relative;
}
.serp__result-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.18rem;
    font-size: 0.72rem;
}
.serp__ad-label {
    color: #006621;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: none;
}
.serp__result-url { color: #006621; }
.serp__result-title {
    font-size: 1rem;
    font-weight: 400;
    color: #1a0dab;
    margin-bottom: 0.18rem;
    text-decoration: underline;
    text-decoration-color: transparent;
}
.serp__result-desc {
    font-size: 0.78rem;
    color: #4d5156;
    line-height: 1.45;
}
.serp__highlight-tag {
    position: absolute;
    top: -10px;
    right: 16px;
    background: var(--yellow);
    color: var(--navy-dark);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* ─── META FB POST MOCKUP ─── */
.fb-post {
    max-width: 480px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
    overflow: hidden;
    color: #050505;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}
.fb-post__head {
    padding: 0.85rem 1rem 0.5rem;
    display: flex;
    gap: 0.7rem;
    align-items: center;
}
.fb-post__avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1877f2, #4267B2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}
.fb-post__head-text { flex: 1; }
.fb-post__author { font-size: 0.92rem; font-weight: 600; color: #050505; }
.fb-post__meta {
    font-size: 0.72rem;
    color: #65676b;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.fb-post__sponsored { font-weight: 600; }
.fb-post__copy {
    padding: 0 1rem 0.7rem;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #050505;
}
.fb-post__image {
    position: relative;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #1877f2 0%, #4267B2 50%, #0a3070 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.fb-post__image-glow {
    position: absolute;
    width: 60%; height: 200%;
    background: radial-gradient(circle, rgba(254,204,0,0.4) 0%, transparent 50%);
    top: -50%; left: -10%;
    pointer-events: none;
}
.fb-post__image-label {
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,0.95);
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.fb-post__cta {
    padding: 0.7rem 1rem;
    background: #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.fb-post__cta-text { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.fb-post__cta-url { font-size: 0.7rem; color: #65676b; text-transform: uppercase; letter-spacing: 0.05em; }
.fb-post__cta-title { font-size: 0.92rem; font-weight: 600; color: #050505; }
.fb-post__cta-btn {
    background: #e4e6eb;
    border: none;
    border-radius: 6px;
    padding: 0.55rem 0.85rem;
    font-weight: 600;
    font-size: 0.82rem;
    color: #050505;
    cursor: pointer;
    white-space: nowrap;
}
.fb-post__reactions {
    padding: 0.55rem 1rem;
    display: flex;
    gap: 1.5rem;
    border-top: 1px solid #e4e6eb;
    font-size: 0.82rem;
    color: #65676b;
    font-weight: 600;
}

/* ─── TIKTOK PHONE MOCKUP ─── */
.tt-phone {
    width: 280px;
    margin: 0 auto;
    aspect-ratio: 9/19;
    background: #000;
    border-radius: 32px;
    padding: 12px;
    border: 2px solid #333;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
    position: relative;
}
.tt-phone__notch {
    position: absolute;
    top: 14px; left: 50%;
    transform: translateX(-50%);
    width: 90px; height: 22px;
    background: #000;
    border-radius: 12px;
    z-index: 2;
}
.tt-phone__screen {
    width: 100%; height: 100%;
    border-radius: 22px;
    background: linear-gradient(180deg, #1a1a1a 0%, #2a0a1a 50%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}
.tt-phone__video {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at center, rgba(255,42,108,0.18) 0%, transparent 60%);
}
.tt-phone__play {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    color: #ff2a6c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding-left: 5px;
    box-shadow: 0 0 30px rgba(255,42,108,0.5);
}
.tt-phone__sponsored {
    position: absolute;
    top: 56px; left: 12px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.tt-phone__side {
    position: absolute;
    right: 10px;
    bottom: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #fff;
}
.tt-phone__avatar {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff2a6c, #6a0a3d);
    border: 2px solid #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.85rem;
}
.tt-phone__icon {
    font-size: 1.4rem;
    display: flex; flex-direction: column; align-items: center;
    gap: 0.15rem;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
}
.tt-phone__icon span { font-size: 0.62rem; font-weight: 700; }
.tt-phone__music {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25f4ee 0%, #fe2c55 100%);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 0.95rem;
}
.tt-phone__caption {
    position: absolute;
    bottom: 16px; left: 14px; right: 80px;
    color: #fff;
}
.tt-phone__user { font-size: 0.78rem; font-weight: 700; margin-bottom: 0.3rem; }
.tt-phone__text { font-size: 0.72rem; line-height: 1.4; margin-bottom: 0.6rem; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }
.tt-phone__cta {
    background: #fe2c55;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.45rem 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    cursor: pointer;
}

/* ─── LINKEDIN SPONSORED POST MOCKUP ─── */
.li-post {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
    color: #000;
    font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
}
.li-post__head {
    padding: 0.85rem 1rem 0.5rem;
    display: flex;
    gap: 0.7rem;
}
.li-post__avatar {
    width: 48px; height: 48px;
    border-radius: 6px;
    background: linear-gradient(135deg, #0a66c2, #004182);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1rem;
    flex-shrink: 0;
}
.li-post__head-text { flex: 1; }
.li-post__author { font-size: 0.95rem; font-weight: 700; color: #000; }
.li-post__industry { font-size: 0.72rem; color: rgba(0,0,0,0.6); margin-bottom: 0.18rem; }
.li-post__meta { font-size: 0.7rem; color: rgba(0,0,0,0.55); display: flex; align-items: center; gap: 0.25rem; }
.li-post__promoted { font-weight: 600; }
.li-post__copy {
    padding: 0 1rem 0.85rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(0,0,0,0.9);
}
.li-post__copy strong { color: #0a66c2; }
.li-post__link-card {
    margin: 0 1rem 0.85rem;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}
.li-post__link-thumb {
    width: 100px;
    background: linear-gradient(135deg, #0a66c2, #004182);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 1.8rem;
}
.li-post__link-body { flex: 1; padding: 0.7rem 0.85rem; min-width: 0; }
.li-post__link-title {
    font-size: 0.9rem; font-weight: 600;
    color: #000;
    margin-bottom: 0.3rem;
    line-height: 1.3;
}
.li-post__link-url {
    font-size: 0.72rem;
    color: rgba(0,0,0,0.55);
    text-transform: lowercase;
}
.li-post__reactions {
    padding: 0.55rem 1rem;
    display: flex;
    gap: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: 0.82rem;
    color: rgba(0,0,0,0.6);
    font-weight: 600;
}

/* Responsive showcase */
@media (max-width: 900px) {
    .ad-showcase { padding: 5rem 1.5rem; }
    .mockup-tabs { grid-template-columns: 1fr 1fr; }
    .mockup-tab { font-size: 0.78rem; padding: 0.75rem 0.5rem; }
    .mockup-stage { padding: 2rem 1rem; min-height: 420px; }
    .serp__body { padding: 1rem; }
    .serp__result-title { font-size: 0.9rem; }
    .tt-phone { width: 240px; }
}
@media (max-width: 480px) {
    .mockup-tab span { font-size: 0.75rem; }
    .mockup-tab__icon-pair { display: none; }
}
