/* Social Media Ads page styles */

:root {
  --green:       oklch(55% 0.16 145);
  --green-light: oklch(93% 0.05 145);
  --pink:        oklch(60% 0.18 340);
  --pink-light:  oklch(94% 0.04 340);
  --teal:        oklch(58% 0.16 195);
  --teal-light:  oklch(93% 0.04 195);
}

/* ── PAGE HERO ── */
.page-hero { padding: clamp(4rem, 8vw, 7rem) 0 0; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: fixed; top: -140px; right: -100px; width: 580px; height: 580px; border-radius: 50%; background: radial-gradient(circle, oklch(92% 0.05 340) 0%, transparent 70%); pointer-events: none; z-index: -1; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--pink-light); color: var(--pink); padding: 6px 14px 6px 8px; border-radius: 100px; font-size: 0.78rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: 0.01em; width: fit-content; margin-bottom: 1.25rem; }
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
h1 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(2.2rem, 4.5vw, 3.4rem); line-height: 1.1; letter-spacing: -0.035em; color: var(--text); text-wrap: balance; margin-bottom: 1.25rem; }
h1 em { font-style: normal; background: linear-gradient(135deg, var(--pink), var(--teal)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-desc { font-size: 1.05rem; line-height: 1.7; color: var(--muted); max-width: 430px; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; padding: 13px 24px; border-radius: 100px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.95rem; text-decoration: none; border: none; cursor: pointer; box-shadow: 0 4px 18px oklch(62% 0.18 28 / 30%); transition: transform 0.15s, box-shadow 0.2s, background 0.2s; }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 8px 24px oklch(62% 0.18 28 / 40%); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--indigo); padding: 13px 20px; border-radius: 100px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 0.95rem; text-decoration: none; border: 1.5px solid var(--border); transition: border-color 0.2s, background 0.2s; }
.btn-ghost:hover { border-color: var(--indigo-mid); background: var(--indigo-light); }

/* ── PHONE MOCKUP ── */
.phone-wrap { position: relative; display: flex; justify-content: center; }
.phone { width: 240px; background: #0a0a0a; border-radius: 36px; padding: 12px; box-shadow: 0 20px 60px oklch(0% 0 0 / 25%), 0 0 0 1px oklch(100% 0 0 / 0.1); position: relative; }
.phone-notch { width: 80px; height: 22px; background: #0a0a0a; border-radius: 0 0 14px 14px; margin: 0 auto 8px; position: relative; z-index: 2; }
.phone-screen { background: #fff; border-radius: 26px; overflow: hidden; }
.feed-header { background: #fff; padding: 8px 12px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid oklch(92% 0 0); }
.feed-logo { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 0.85rem; background: linear-gradient(135deg, var(--pink), oklch(55% 0.18 50)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.feed-icons { display: flex; gap: 8px; }
.feed-post { border-bottom: 1px solid oklch(92% 0 0); }
.post-header { padding: 8px 10px; display: flex; align-items: center; gap: 7px; }
.post-avatar { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), oklch(55% 0.18 50)); }
.post-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.65rem; font-weight: 700; color: #000; }
.post-sponsored { font-size: 0.55rem; color: oklch(60% 0 0); }
.post-img { width: 100%; aspect-ratio: 1; background: linear-gradient(135deg, oklch(88% 0.06 265), oklch(82% 0.08 320)); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.post-img-text { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 0.75rem; color: #fff; text-align: center; line-height: 1.2; padding: 0 12px; }
.post-cta-strip { background: oklch(95% 0.01 265); padding: 7px 10px; display: flex; justify-content: space-between; align-items: center; }
.post-cta-text { font-size: 0.6rem; color: var(--muted); }
.post-cta-btn { background: var(--indigo); color: #fff; border-radius: 4px; padding: 3px 8px; font-size: 0.6rem; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; }
.post-actions { padding: 6px 10px 8px; display: flex; gap: 8px; }
.post-action { width: 14px; height: 14px; opacity: 0.6; }
.tiktok-post { background: #000; padding: 0; position: relative; aspect-ratio: 9/14; display: flex; align-items: flex-end; overflow: hidden; }
.tiktok-bg { position: absolute; inset: 0; background: linear-gradient(160deg, oklch(30% 0.14 300), oklch(20% 0.1 180)); }
.tiktok-overlay { position: relative; z-index: 1; padding: 8px 10px; width: 100%; }
.tiktok-tag { background: oklch(100% 0 0 / 0.15); color: #fff; font-size: 0.55rem; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; padding: 2px 6px; border-radius: 3px; display: inline-block; margin-bottom: 4px; }
.tiktok-caption { font-size: 0.6rem; color: #fff; font-weight: 600; line-height: 1.3; margin-bottom: 5px; }
.tiktok-cta { background: var(--pink); color: #fff; border-radius: 4px; padding: 4px 10px; font-size: 0.6rem; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; display: inline-flex; align-items: center; gap: 3px; }
.tiktok-side { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 10px; align-items: center; z-index: 2; }
.tiktok-side-icon { width: 22px; height: 22px; border-radius: 50%; background: oklch(100% 0 0 / 0.15); display: flex; align-items: center; justify-content: center; }

/* ── FLOAT TAGS ── */
.float-tag { position: absolute; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 8px 12px; box-shadow: 0 4px 20px oklch(0% 0 0 / 12%); font-size: 0.75rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; display: flex; align-items: center; gap: 6px; }
.float-tag.t1 { top: -10px; right: -10px; color: var(--pink); animation: float1 4s ease-in-out infinite; }
.float-tag.t2 { bottom: 30px; left: -10px; color: var(--teal); animation: float2 4.5s ease-in-out infinite; }

/* ── TRUST BAR ── */
.trust-bar { margin-top: 4rem; border-top: 1px solid var(--border); padding: 1.75rem 0; display: flex; align-items: center; gap: 2.5rem; flex-wrap: wrap; }
.trust-stat { display: flex; flex-direction: column; gap: 2px; }
.trust-stat-val { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--indigo); letter-spacing: -0.04em; }
.trust-stat-lbl { font-size: 0.78rem; color: var(--muted); font-weight: 500; }
.trust-divider { width: 1px; height: 36px; background: var(--border); }

/* ── SECTION ── */
.section { padding: 6rem 0 0; }

/* ── PLATFORM CARDS ── */
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2.5rem; }
.platform-card { border-radius: 20px; padding: 2rem; border: 1.5px solid var(--border); background: #fff; display: flex; flex-direction: column; gap: 1rem; transition: transform 0.2s, box-shadow 0.2s; }
.platform-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px oklch(0% 0 0 / 8%); }
.platform-card.meta { border-color: oklch(82% 0.08 265); background: linear-gradient(135deg, oklch(97% 0.03 265), #fff 60%); }
.platform-card.tiktok { border-color: oklch(88% 0.06 340); background: linear-gradient(135deg, oklch(97% 0.02 340), #fff 60%); }
.platform-header { display: flex; align-items: center; gap: 12px; }
.platform-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.platform-icon.meta-icon { background: linear-gradient(135deg, oklch(55% 0.22 265), oklch(55% 0.18 230)); }
.platform-icon.tiktok-icon { background: #000; }
.platform-name { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--text); }
.platform-sub { font-size: 0.78rem; color: var(--muted); }
.platform-desc { font-size: 0.87rem; line-height: 1.65; color: var(--muted); }
.platform-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.platform-tag { font-size: 0.74rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; padding: 4px 10px; border-radius: 100px; }
.meta .platform-tag { background: oklch(90% 0.05 265); color: var(--indigo); }
.tiktok .platform-tag { background: oklch(92% 0.04 340); color: var(--pink); }

/* ── CREATIVE BLOCK ── */
.creative-block { margin-top: 3rem; background: linear-gradient(135deg, oklch(15% 0.05 280) 0%, oklch(8% 0.03 300) 100%); border-radius: 24px; padding: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.creative-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(1.2rem, 2vw, 1.6rem); color: #fff; letter-spacing: -0.03em; margin-bottom: 0.75rem; text-wrap: balance; }
.creative-desc { font-size: 0.9rem; line-height: 1.7; color: oklch(72% 0.04 265); margin-bottom: 1.25rem; }
.creative-items { display: flex; flex-direction: column; gap: 0.65rem; }
.creative-item { display: flex; align-items: center; gap: 10px; font-size: 0.87rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; color: oklch(85% 0.05 265); }
.creative-bullet { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.creative-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.creative-pillar { background: oklch(100% 0 0 / 0.06); border-radius: 14px; padding: 1rem; display: flex; flex-direction: column; gap: 0.4rem; }
.cp-icon { font-size: 1.2rem; margin-bottom: 0.1rem; }
.cp-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.82rem; color: #fff; }
.cp-desc { font-size: 0.74rem; line-height: 1.5; color: oklch(65% 0.04 265); }

/* ── PRICING ── */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; align-items: stretch; }
.price-card { border-radius: 24px; border: 1.5px solid var(--border); background: #fff; display: flex; flex-direction: column; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.price-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px oklch(40% 0.18 265 / 10%); }
.price-card.featured { border-color: var(--pink); box-shadow: 0 8px 40px oklch(60% 0.18 340 / 14%); transform: translateY(-6px); }
.price-card.featured:hover { transform: translateY(-10px); }
.popular-badge { background: linear-gradient(90deg, var(--pink), oklch(55% 0.18 310)); color: #fff; text-align: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px; }
.price-body { padding: 2rem; flex: 1; display: flex; flex-direction: column; gap: 1.25rem; }
.price-tier { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.price-card:not(.featured) .price-tier { color: var(--muted); }
.price-card.featured .price-tier { color: var(--pink); }
.price-name { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 1.4rem; letter-spacing: -0.03em; color: var(--text); margin-top: -0.25rem; }
.price-spend { display: inline-flex; align-items: center; gap: 5px; background: var(--indigo-light); color: var(--indigo-mid); font-size: 0.75rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; padding: 4px 10px; border-radius: 100px; width: fit-content; margin-top: -0.25rem; }
.price-card.featured .price-spend { background: var(--pink-light); color: var(--pink); }
.price-amount { display: flex; align-items: flex-end; gap: 4px; line-height: 1; }
.price-eur { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.price-num { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 2.6rem; letter-spacing: -0.05em; color: var(--text); }
.price-per { font-size: 0.82rem; color: var(--muted); margin-bottom: 6px; }
.price-desc { font-size: 0.85rem; line-height: 1.6; color: var(--muted); }
.price-divider { border: none; border-top: 1px solid var(--border); }
.price-features { display: flex; flex-direction: column; gap: 0.65rem; flex: 1; }
.pf { display: flex; align-items: flex-start; gap: 8px; font-size: 0.85rem; line-height: 1.5; color: var(--text); }
.pf-icon { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.pf-g { background: var(--green-light); }
.pf-p { background: var(--pink-light); }
.price-footer { padding: 0 2rem 2rem; }
.btn-select { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 13px; border-radius: 12px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.92rem; cursor: pointer; border: none; text-decoration: none; transition: transform 0.15s, box-shadow 0.2s, background 0.2s; }
.btn-select:hover { transform: translateY(-1px); }
.price-card:not(.featured) .btn-select { background: var(--indigo-light); color: var(--indigo); }
.price-card:not(.featured) .btn-select:hover { background: oklch(88% 0.08 265); }
.price-card.featured .btn-select { background: linear-gradient(135deg, var(--pink), oklch(55% 0.18 310)); color: #fff; box-shadow: 0 4px 16px oklch(60% 0.18 340 / 30%); }
.price-card.featured .btn-select:hover { box-shadow: 0 8px 24px oklch(60% 0.18 340 / 40%); }

/* ── DASHBOARD BLOCK ── */
.dash-block { margin-top: 6rem; background: linear-gradient(135deg, oklch(38% 0.18 265) 0%, oklch(28% 0.14 280) 100%); border-radius: 28px; padding: clamp(2.5rem, 4vw, 4rem); display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; overflow: hidden; }
.dash-block::before { content: ''; position: absolute; top: -80px; right: 60px; width: 320px; height: 320px; border-radius: 50%; background: oklch(100% 0 0 / 0.04); pointer-events: none; }
.dash-block-label { color: oklch(72% 0.10 265); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.5rem; }
.dash-block-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(1.3rem, 2.2vw, 1.8rem); color: #fff; letter-spacing: -0.03em; margin-bottom: 0.75rem; text-wrap: balance; }
.dash-block-desc { font-size: 0.92rem; line-height: 1.7; color: oklch(78% 0.05 265); margin-bottom: 1.5rem; }
.dash-perks { display: flex; flex-direction: column; gap: 0.6rem; }
.dash-perk { display: flex; align-items: center; gap: 8px; font-size: 0.87rem; font-weight: 500; font-family: 'Plus Jakarta Sans', sans-serif; color: oklch(85% 0.05 265); }
.dash-perk-dot { width: 18px; height: 18px; border-radius: 50%; background: oklch(100% 0 0 / 0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mini-dash { background: oklch(100% 0 0 / 0.07); border-radius: 18px; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.mini-dash-hdr { display: flex; justify-content: space-between; align-items: center; }
.mini-dash-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; font-weight: 700; color: oklch(68% 0.06 265); text-transform: uppercase; letter-spacing: 0.05em; }
.mini-live { display: flex; align-items: center; gap: 4px; font-size: 0.68rem; font-weight: 600; color: oklch(72% 0.14 145); font-family: 'Plus Jakarta Sans', sans-serif; }
.mini-live-dot { width: 5px; height: 5px; border-radius: 50%; background: oklch(65% 0.16 145); animation: pulse 2s ease-in-out infinite; }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.mini-stat { background: oklch(100% 0 0 / 0.08); border-radius: 12px; padding: 0.85rem; }
.mini-stat-lbl { font-size: 0.65rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; color: oklch(65% 0.06 265); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.3rem; }
.mini-stat-val { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.3rem; font-weight: 800; color: #fff; letter-spacing: -0.04em; line-height: 1; margin-bottom: 0.2rem; }
.mini-stat-d { font-size: 0.68rem; font-weight: 600; color: oklch(72% 0.14 145); }
.mini-channel-row { display: flex; gap: 0.5rem; }
.mini-channel { flex: 1; background: oklch(100% 0 0 / 0.08); border-radius: 10px; padding: 8px 10px; display: flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 600; font-family: 'Plus Jakarta Sans', sans-serif; color: oklch(82% 0.05 265); }
.mini-channel-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.mini-bars { display: flex; align-items: flex-end; gap: 4px; height: 40px; margin-top: 4px; }
.mini-bar { flex: 1; border-radius: 3px 3px 0 0; background: oklch(100% 0 0 / 0.15); }
.mini-bar.hi { background: oklch(60% 0.18 340); }

/* ── CTA FINAL ── */
.cta-final { margin: 6rem 0; text-align: center; }
.cta-final-inner { background: #fff; border: 1px solid var(--border); border-radius: 28px; padding: clamp(3rem, 5vw, 5rem) 2rem; box-shadow: 0 4px 6px oklch(0% 0 0 / 3%), 0 20px 50px oklch(40% 0.18 265 / 7%); position: relative; overflow: hidden; }
.cta-final-inner::before { content: ''; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 400px; height: 200px; border-radius: 50%; background: radial-gradient(ellipse, oklch(93% 0.04 340) 0%, transparent 70%); pointer-events: none; }
.cta-final h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.4rem); letter-spacing: -0.035em; color: var(--text); margin-bottom: 0.75rem; position: relative; }
.cta-final h2 em { font-style: normal; color: var(--pink); }
.cta-final p { font-size: 1rem; line-height: 1.7; color: var(--muted); max-width: 480px; margin: 0 auto 2rem; position: relative; }
.cta-btns { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; position: relative; }

/* ── RESPONSIVE ── */
@media (max-width: 1000px) { .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; } .price-card.featured { transform: none; } }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } .phone-wrap { display: none; } .platform-grid { grid-template-columns: 1fr; } .creative-block { grid-template-columns: 1fr; } .creative-pillars { grid-template-columns: repeat(2, 1fr); } .dash-block { grid-template-columns: 1fr; } }
