/*
Theme Name: AZN PPC
Theme URI: https://aznppc.com
Author: AZN PPC
Description: Fast, conversion-focused theme for an Amazon PPC agency. Edit results, testimonials, booking link and contact details in Appearance → Customize → AZN PPC Settings.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: aznppc
*/

:root {
  --ink: #0A1020;
  --ink-2: #111a2e;
  --ink-3: #1a2540;
  --line-dark: rgba(255,255,255,.09);
  --text: #1c2333;
  --muted: #5b6478;
  --muted-dark: #9aa6c0;
  --bg: #ffffff;
  --bg-soft: #f5f7fb;
  --line: #e4e8f0;
  --accent: #ff7a1a;
  --accent-2: #ff4d4d;
  --accent-soft: #fff1e6;
  --good: #12b76a;
  --good-soft: #e7f8ef;
  --bad: #f04438;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(10,16,32,.04), 0 12px 32px rgba(10,16,32,.08);
  --shadow-lg: 0 30px 80px rgba(10,16,32,.25);
  --max: 1180px;
  --font-head: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -.02em; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.8rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link:focus { position: fixed; top: 10px; left: 10px; z-index: 999; width: auto; height: auto; clip: auto; background: #fff; padding: 10px 16px; border-radius: 8px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 110px 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--ink); color: #dbe2f0; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-head { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.12rem; }
.section-dark .section-head p { color: var(--muted-dark); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.grad { background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 1rem; padding: 16px 28px; border-radius: 999px; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; box-shadow: 0 10px 30px rgba(255,106,40,.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(255,106,40,.45); }
.btn-ghost { border-color: rgba(255,255,255,.22); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.btn-outline { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--ink); }
.btn-sm { padding: 11px 20px; font-size: .92rem; }
.btn-lg { padding: 20px 36px; font-size: 1.08rem; }
.btn .arrow { transition: transform .2s; }
.btn:hover .arrow { transform: translateX(4px); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .3s, box-shadow .3s, padding .3s; padding: 18px 0; }
.admin-bar .site-header { top: 32px; }
.site-header.scrolled { background: rgba(10,16,32,.88); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); padding: 10px 0; box-shadow: 0 1px 0 var(--line-dark); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; letter-spacing: -.02em; }
.logo-mark { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: grid; place-items: center; }
.logo img { max-height: 42px; width: auto; }
.logo span em { font-style: normal; color: var(--accent); }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; }
.main-nav a { display: block; padding: 8px 14px; color: #c9d2e5; text-decoration: none; font-weight: 500; font-size: .96rem; border-radius: 8px; transition: color .2s, background .2s; }
.main-nav a:hover, .main-nav .current-menu-item > a { color: #fff; background: rgba(255,255,255,.06); }
.header-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; padding: 8px; cursor: pointer; }
.nav-toggle svg { width: 28px; height: 28px; }

/* Hero */
.hero { position: relative; background: var(--ink); color: #c9d2e5; padding: 170px 0 110px; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(700px 400px at 85% 10%, rgba(255,122,26,.20), transparent 60%),
  radial-gradient(600px 500px at 0% 100%, rgba(80,110,255,.16), transparent 60%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 20%, transparent 70%); opacity: .5; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 4.4vw, 3.55rem); }
.hero-sub { font-size: 1.2rem; max-width: 560px; color: #aeb9d0; margin-bottom: 34px; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 8px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.04); border-radius: 999px; font-size: .88rem; color: #dbe2f0; margin-bottom: 26px; }
.pill b { background: var(--good); color: #fff; border-radius: 999px; padding: 2px 10px; font-size: .75rem; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero-actions .btn-lg { padding: 18px 28px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; list-style: none; margin: 0; padding: 0; font-size: .94rem; color: #aeb9d0; }
.hero-trust li { display: flex; align-items: center; gap: 8px; }
.hero-trust svg { color: var(--good); flex: none; }
.flags { display: inline-flex; gap: 6px; margin-left: 4px; }

/* Dashboard mock */
.dash { position: relative; background: linear-gradient(180deg, #16203a, #101829); border: 1px solid var(--line-dark); border-radius: 22px; padding: 22px; box-shadow: var(--shadow-lg); }
.dash-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.dash-title { color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .98rem; }
.dash-dots { display: flex; gap: 6px; } .dash-dots i { width: 9px; height: 9px; border-radius: 50%; background: #2b3756; }
.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.kpi { background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); border-radius: 12px; padding: 12px; }
.kpi small { display: block; color: var(--muted-dark); font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; }
.kpi strong { display: block; color: #fff; font-family: var(--font-head); font-size: 1.35rem; margin: 2px 0; }
.kpi .up, .kpi .down { font-size: .78rem; font-weight: 600; color: var(--good); }
.chart { background: rgba(255,255,255,.03); border: 1px solid var(--line-dark); border-radius: 12px; padding: 14px 12px 6px; }
.chart-legend { display: flex; gap: 16px; font-size: .75rem; color: var(--muted-dark); margin-bottom: 6px; }
.chart-legend span::before { content: ""; display: inline-block; width: 10px; height: 3px; border-radius: 3px; margin-right: 6px; vertical-align: middle; background: var(--c); }
.chart svg { width: 100%; height: auto; display: block; }
.chart .line-sales { stroke-dasharray: 900; stroke-dashoffset: 900; animation: draw 2.2s .3s ease forwards; }
.chart .line-acos { stroke-dasharray: 900; stroke-dashoffset: 900; animation: draw 2.2s .6s ease forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.float-card { position: absolute; background: #fff; color: var(--ink); border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 12px; font-size: .86rem; animation: bob 5s ease-in-out infinite; }
.float-card strong { display: block; font-family: var(--font-head); font-size: 1.05rem; }
.float-card .ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--good-soft); color: var(--good); flex: none; }
.float-1 { left: -34px; bottom: -26px; }
.float-2 { right: -22px; top: -24px; animation-delay: -2.5s; }
.float-2 .ic { background: var(--accent-soft); color: var(--accent); }
@keyframes bob { 50% { transform: translateY(-8px); } }
.sample-note { display: block; text-align: right; font-size: .72rem; color: #6d7a96; margin-top: 10px; }

/* Stats band */
.stats { background: var(--ink-2); border-top: 1px solid var(--line-dark); padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 0 10px; border-right: 1px solid var(--line-dark); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-family: var(--font-head); font-size: clamp(2rem, 3.4vw, 2.7rem); font-weight: 800; color: #fff; line-height: 1.1; }
.stat span { color: var(--muted-dark); font-size: .95rem; }

/* Cards */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.card p { color: var(--muted); margin: 0; }
.icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent); margin-bottom: 20px; }
.icon svg { width: 26px; height: 26px; }
.pain .icon { background: #fdecec; color: var(--bad); }
.card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 600; color: var(--accent); text-decoration: none; font-size: .95rem; }
.card ul.checks { margin-top: 16px; }

ul.checks { list-style: none; padding: 0; margin: 0; }
ul.checks li { position: relative; padding-left: 30px; margin-bottom: 10px; color: var(--text); }
ul.checks li::before { content: ""; position: absolute; left: 0; top: 5px; width: 18px; height: 18px; border-radius: 50%; background: var(--good-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2312b76a' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat; }
ul.crosses li::before { background: #fdecec url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f04438' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") center/10px no-repeat; }

/* Split / problem */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split h2 { margin-bottom: 20px; }
.lead { font-size: 1.15rem; color: var(--muted); }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; position: relative; }
.step { position: relative; padding: 30px 26px; border-radius: var(--radius); background: var(--ink-2); border: 1px solid var(--line-dark); }
.step-num { font-family: var(--font-head); font-weight: 800; font-size: .85rem; color: var(--accent); background: rgba(255,122,26,.12); border-radius: 999px; padding: 4px 12px; display: inline-block; margin-bottom: 16px; }
.step p { color: var(--muted-dark); margin: 0; font-size: .96rem; }
.step .when { display: block; margin-top: 14px; font-size: .82rem; color: #fff; opacity: .6; }

/* Case studies */
.case { background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.case:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.case-head { padding: 26px 28px 20px; background: linear-gradient(135deg, #101829, #1b2745); color: #fff; }
.case-head h3 { color: #fff; margin: 8px 0 0; font-size: 1.2rem; }
.tag { display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,.1); color: #dbe2f0; margin-right: 6px; }
.case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.case-metrics div { padding: 18px 10px; text-align: center; border-right: 1px solid var(--line); }
.case-metrics div:last-child { border-right: 0; }
.case-metrics strong { display: block; white-space: nowrap; font-family: var(--font-head); font-size: clamp(1.1rem, 1.9vw, 1.45rem); color: var(--good); line-height: 1.2; }
.case-metrics small { color: var(--muted); font-size: .8rem; }
.case-body { padding: 22px 28px 28px; color: var(--muted); font-size: .98rem; flex: 1; }
.case-body p:last-child { margin: 0; }
.case-detail { display: grid; grid-template-columns: 1fr 1.3fr; gap: 0; margin-bottom: 36px; }
.case-detail .case-head { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.case-detail .case-head h3 { font-size: 1.6rem; }
.case-detail .case-metrics { grid-template-columns: 1fr 1fr 1fr; margin-top: 26px; border: 0; gap: 10px; }
.case-detail .case-metrics div { background: rgba(255,255,255,.06); border-radius: 12px; border: 0; }
.case-detail .case-metrics small { color: var(--muted-dark); }
.case-detail .case-body { padding: 40px; }
.case-detail h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--accent); margin: 0 0 6px; }
.case-detail .case-body p { margin-bottom: 20px; color: var(--text); }

/* Comparison */
.compare { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); font-size: .98rem; }
.compare th, .compare td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.compare thead th { font-family: var(--font-head); font-size: 1rem; color: var(--ink); background: var(--bg-soft); }
.compare thead th.us { background: var(--ink); color: #fff; }
.compare td.us { background: #fffaf5; font-weight: 600; color: var(--ink); }
.compare tr:last-child td { border-bottom: 0; }
.yes { color: var(--good); font-weight: 700; } .no { color: var(--bad); font-weight: 700; } .meh { color: #b54708; font-weight: 700; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); }

/* Testimonials */
.quote { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; display: flex; flex-direction: column; }
.stars { color: #f5a524; letter-spacing: 2px; margin-bottom: 14px; font-size: 1.05rem; }
.quote blockquote { margin: 0 0 24px; font-size: 1.05rem; color: var(--text); flex: 1; }
.quote-by { display: flex; align-items: center; gap: 12px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; flex: none; }
.quote-by strong { display: block; color: var(--ink); font-size: .98rem; }
.quote-by .role { display: block; color: var(--muted); font-size: .88rem; }
.quote-by .avatar { color: #fff; }

/* Fit */
.fit { border-radius: var(--radius); padding: 38px; }
.fit-yes { background: var(--good-soft); border: 1px solid #c4ecd6; }
.fit-no { background: #fff5f4; border: 1px solid #fbd5d2; }

/* Pricing */
.price-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 38px 32px; display: flex; flex-direction: column; }
.price-card.featured { background: var(--ink); color: #c9d2e5; border-color: var(--ink); transform: scale(1.03); box-shadow: var(--shadow-lg); }
.price-card.featured h3, .price-card.featured .price { color: #fff; }
.price-card.featured ul.checks li { color: #dbe2f0; }
.price-card .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #fff; font-size: .78rem; font-weight: 700; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.price { font-family: var(--font-head); font-size: 2.3rem; font-weight: 800; color: var(--ink); margin: 6px 0 2px; line-height: 1.1; }
.price small { font-size: 1rem; font-weight: 600; color: var(--muted); }
.price-for { color: var(--muted); font-size: .95rem; margin-bottom: 22px; }
.price-card.featured .price-for, .price-card.featured .price small { color: var(--muted-dark); }
.price-card ul.checks { margin-bottom: 30px; flex: 1; }
.price-card .btn { width: 100%; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq summary { list-style: none; cursor: pointer; padding: 22px 60px 22px 26px; font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: 1.06rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--bg-soft); display: grid; place-items: center; font-size: 1.3rem; font-weight: 500; transition: transform .25s, background .25s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--accent-soft); color: var(--accent); }
.faq .answer { padding: 0 26px 22px; color: var(--muted); }

/* CTA band */
.cta-band { position: relative; background: var(--ink); color: #c9d2e5; border-radius: 28px; padding: 70px 60px; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(500px 300px at 100% 0%, rgba(255,122,26,.3), transparent 60%), radial-gradient(400px 300px at 0% 100%, rgba(80,110,255,.2), transparent 60%); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #aeb9d0; font-size: 1.1rem; margin: 0; }
.cta-box { background: rgba(255,255,255,.05); border: 1px solid var(--line-dark); border-radius: 18px; padding: 28px; }
.cta-box ul.checks li { color: #dbe2f0; font-size: .96rem; }
.cta-box .btn { width: 100%; margin-top: 12px; }
.cta-box .fine { text-align: center; font-size: .82rem; color: var(--muted-dark); margin-top: 12px; }

/* Page hero (inner pages) */
.page-hero { background: var(--ink); padding: 160px 0 90px; color: #aeb9d0; position: relative; overflow: hidden; isolation: isolate; text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(600px 300px at 50% 0%, rgba(255,122,26,.18), transparent 70%); }
.page-hero h1 { color: #fff; max-width: 880px; margin: 0 auto 18px; font-size: clamp(2.1rem, 4.6vw, 3.5rem); }
.page-hero p { max-width: 680px; margin: 0 auto 30px; font-size: 1.18rem; }

/* About */
.founder { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.founder-photo { position: relative; aspect-ratio: 4/5; border-radius: 24px; background: linear-gradient(160deg, #1b2745, #0A1020); overflow: hidden; display: grid; place-items: center; color: #fff; font-family: var(--font-head); font-size: 5rem; font-weight: 800; box-shadow: var(--shadow-lg); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-photo .badge-float { position: absolute; left: 20px; right: 20px; bottom: 20px; background: rgba(255,255,255,.95); color: var(--ink); border-radius: 14px; padding: 14px 18px; font-size: .9rem; font-weight: 500; }
.founder-photo .badge-float strong { display: block; font-size: 1.05rem; }
.tools { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tools span { padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: .94rem; color: var(--ink); }

/* Booking */
.booking { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.booking-embed { background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.booking-embed iframe { width: 100%; height: 720px; border: 0; display: block; }
.booking-fallback { padding: 60px 40px; text-align: center; }
.audit-list li { margin-bottom: 16px; }
.audit-list strong { color: var(--ink); }
.contact-alt { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* Blog / generic content */
.content { max-width: 760px; margin: 0 auto; }
.content h2 { font-size: 1.8rem; margin-top: 1.6em; }
.content a { color: var(--accent); }
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; display: block; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card .thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, #1b2745, #0A1020); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card .pc-body { padding: 24px; }
.post-card h3 { font-size: 1.15rem; }
.post-card p { color: var(--muted); font-size: .95rem; margin: 0; }
.pagination { margin-top: 40px; text-align: center; }
.pagination .page-numbers { display: inline-block; padding: 8px 14px; border-radius: 8px; border: 1px solid var(--line); margin: 0 3px; text-decoration: none; }
.pagination .current { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Footer */
.site-footer { background: var(--ink); color: var(--muted-dark); padding: 80px 0 30px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 50px; }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: var(--muted-dark); text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .86rem; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line-dark); display: grid; place-items: center; }
.socials a:hover { background: rgba(255,255,255,.06); }
.disclaimer { font-size: .8rem; opacity: .7; margin-top: 16px; }

/* Mobile sticky CTA */
.mobile-cta { display: none; }

/* Admin placeholder notice */
.azn-admin-notice { background: #fffbeb; color: #7a4a00; border: 1px solid #f5d28a; text-align: center; font-size: .88rem; padding: 10px 16px; position: fixed; left: 16px; bottom: 16px; max-width: 420px; border-radius: 12px; box-shadow: var(--shadow); z-index: 200; }
.azn-admin-notice a { color: #7a4a00; font-weight: 700; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .chart .line-sales, .chart .line-acos { animation: none; stroke-dashoffset: 0; }
  .float-card { animation: none; }
}

/* Responsive */
@media (max-width: 1080px) {
  .grid-4, .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .float-1 { left: 10px; } .float-2 { right: 10px; }
}
@media (max-width: 960px) {
  .main-nav { position: fixed; inset: 0; top: 0; background: var(--ink); padding: 100px 24px 40px; transform: translateX(100%); transition: transform .3s ease; z-index: -1; }
  .main-nav.open { transform: none; }
  .main-nav ul { flex-direction: column; gap: 4px; }
  .main-nav a { font-size: 1.3rem; padding: 14px 12px; color: #fff; }
  .nav-toggle { display: block; }
  .header-cta .btn { display: none; }
  .hero { padding: 130px 0 80px; }
  .hero-grid, .split, .founder, .booking, .cta-band, .case-detail { grid-template-columns: 1fr; }
  .hero-grid { gap: 70px; }
  .grid-3, .post-list { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .stat:nth-child(2) { border-right: 0; }
  .price-card.featured { transform: none; }
  .cta-band { padding: 50px 32px; }
  .section { padding: 80px 0; }
  .split { gap: 40px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { padding: 0 16px; }
  .grid-2, .grid-3, .grid-4, .steps, .post-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 40px; }
  .hero-actions .btn { width: 100%; }
  .dash { padding: 14px; }
  .dash-kpis { gap: 6px; }
  .kpi { padding: 9px; } .kpi strong { font-size: 1.05rem; } .kpi small { font-size: .62rem; }
  .float-card { display: none; }
  .card, .quote, .fit { padding: 26px; }
  .cta-band { padding: 40px 22px; border-radius: 22px; }
  .case-detail .case-head, .case-detail .case-body { padding: 26px; }
  .compare th, .compare td { padding: 14px; font-size: .9rem; }
  .booking-embed iframe { height: 900px; }
  .mobile-cta { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; transform: translateY(150%); transition: transform .3s; }
  .mobile-cta.show { transform: none; }
  .mobile-cta .btn { width: 100%; }
  .site-footer { padding-bottom: 90px; }
}

/* Footer overrides */
.site-footer .logo { color: #fff; }
.site-footer a.btn-primary, .site-footer a.btn-primary:hover { color: #fff; }
