/* Google SEO page styles */

:root {
  --green:       oklch(55% 0.16 145);
  --green-light: oklch(93% 0.05 145);
}

/* ── 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(85% 0.07 265) 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(--indigo-light); color: var(--indigo-mid); 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(--indigo-mid); }
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(--indigo-mid), var(--accent)); -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); }

/* ── SERP MOCKUP ── */
.serp-wrap { position: relative; }
.serp-card { background: #fff; border-radius: 16px; box-shadow: 0 4px 6px oklch(0% 0 0 / 4%), 0 24px 60px oklch(40% 0.18 265 / 12%); border: 1px solid var(--border); padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.serp-bar { display: flex; align-items: center; gap: 8px; background: oklch(97% 0.01 265); border: 1px solid var(--border); border-radius: 100px; padding: 8px 16px; font-size: 0.8rem; color: var(--muted); }
.serp-result { display: flex; flex-direction: column; gap: 3px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.serp-result:last-child { border-bottom: none; padding-bottom: 0; }
.serp-result.top .serp-url { color: var(--green); }
.serp-url { font-size: 0.72rem; color: var(--muted); font-family: 'Plus Jakarta Sans', sans-serif; display: flex; align-items: center; gap: 4px; }
.serp-title { font-size: 0.9rem; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; color: var(--indigo); text-decoration: underline; text-underline-offset: 2px; }
.serp-result.top .serp-title { color: oklch(35% 0.18 265); }
.serp-desc { font-size: 0.75rem; color: var(--muted); line-height: 1.5; }
.serp-pos-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--green-light); color: var(--green); font-size: 0.7rem; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; padding: 3px 8px; border-radius: 100px; margin-bottom: 2px; width: fit-content; }

/* ── 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: -14px; right: 24px; color: var(--green); animation: float1 4s ease-in-out infinite; }
.float-tag.t2 { bottom: 16px; right: -18px; color: var(--indigo); 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; }

/* ── SEO EXPLAINER ── */
.seo-explainer { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 3rem; }
.seo-steps { display: flex; flex-direction: column; gap: 1.5rem; }
.seo-step { display: flex; gap: 1rem; align-items: flex-start; }
.seo-step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--indigo-light); display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 0.85rem; color: var(--indigo); flex-shrink: 0; }
.seo-step-body { display: flex; flex-direction: column; gap: 4px; }
.seo-step-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--text); }
.seo-step-desc { font-size: 0.85rem; line-height: 1.6; color: var(--muted); }

/* ── GROWTH GRAPH ── */
.growth-graph { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 1.5rem; box-shadow: 0 4px 24px oklch(40% 0.18 265 / 8%); }
.gg-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; }
.gg-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 0.85rem; color: var(--text); }
.gg-sub { font-size: 0.72rem; color: var(--muted); margin-top: 2px; }
.gg-badge { background: var(--green-light); color: var(--green); font-size: 0.72rem; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; padding: 4px 10px; border-radius: 100px; display: flex; align-items: center; gap: 4px; }
.gg-chart { position: relative; }
svg.area-chart { width: 100%; height: 120px; overflow: visible; }
.gg-labels { display: flex; justify-content: space-between; margin-top: 6px; }
.gg-label { font-size: 0.65rem; color: var(--muted); }
.gg-keywords { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-top: 1rem; }
.gg-kw { display: flex; align-items: center; justify-content: space-between; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 6px 10px; font-size: 0.75rem; }
.gg-kw-name { font-weight: 500; color: var(--text); }
.gg-kw-pos { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 0.8rem; color: var(--green); }

/* ── 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; position: relative; }
.price-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px oklch(40% 0.18 265 / 10%); }
.price-card.featured { border-color: var(--indigo); box-shadow: 0 8px 40px oklch(40% 0.18 265 / 14%); transform: translateY(-6px); }
.price-card.featured:hover { transform: translateY(-10px); }
.popular-badge { background: var(--indigo); 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(--indigo-mid); }
.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-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; }
.price-card:not(.featured) .pf-icon { background: var(--green-light); }
.price-card.featured .pf-icon { background: var(--indigo-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: var(--accent); color: #fff; box-shadow: 0 4px 16px oklch(62% 0.18 28 / 30%); }
.price-card.featured .btn-select:hover { background: var(--accent-hover); box-shadow: 0 8px 24px oklch(62% 0.18 28 / 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-kw-list { display: flex; flex-direction: column; gap: 6px; }
.mini-kw-row { display: flex; align-items: center; gap: 8px; background: oklch(100% 0 0 / 0.08); border-radius: 10px; padding: 8px 10px; }
.mini-kw-name { font-size: 0.75rem; font-weight: 600; color: oklch(85% 0.05 265); font-family: 'Plus Jakarta Sans', sans-serif; flex: 1; }
.mini-kw-bar-wrap { flex: 2; background: oklch(100% 0 0 / 0.1); border-radius: 4px; height: 5px; overflow: hidden; }
.mini-kw-bar { height: 100%; border-radius: 4px; background: var(--green); }
.mini-kw-pos { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.72rem; font-weight: 800; color: oklch(72% 0.14 145); min-width: 24px; text-align: right; }
.mini-trend { display: flex; gap: 4px; align-items: flex-end; height: 40px; margin-top: 4px; }
.mini-trend-bar { flex: 1; border-radius: 3px 3px 0 0; background: oklch(100% 0 0 / 0.12); }
.mini-trend-bar.hi { background: oklch(55% 0.16 265); }

/* ── 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(90% 0.05 265) 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(--indigo-mid); }
.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; } .price-card.featured:hover { transform: translateY(-4px); } }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } .serp-wrap { display: none; } .seo-explainer { grid-template-columns: 1fr; } .dash-block { grid-template-columns: 1fr; } }
