/*
Theme Name: Dine Marketers
Theme URI: https://dinemarketers.com
Author: Dine Marketers
Description: Custom lightweight theme for Dine Marketers - restaurant marketing agency. Gutenberg-first, fast, SEO-friendly.
Version: 2.0
Requires PHP: 7.4
Text Domain: dinemarketers
*/

:root{
  --coral: #ff5a36;
  --coral-light: #ff8a6e;
  --coral-deep: #e64a28;
  --coral-tint: #fff0eb;
  --dark: #17140f;
  --dark-2: #221d16;
  --cream: #eae7e1;
  --text: #17140f;
  --text-soft: #57534e;
  --text-mute: #8a8479;
  --text-mute2: #a8a29a;
  --panel: #faf9f7;
  --panel-2: #f7f5f1;
  --white: #ffffff;
  --border: rgba(23,20,15,.1);
  --border-soft: rgba(23,20,15,.07);
  --border-dark: rgba(255,255,255,.1);
  --radius: 12px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --container: 1200px;
  --font-head: 'Bricolage Grotesque', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow-sm: 0 4px 14px rgba(23,20,15,.06);
  --shadow-md: 0 20px 40px -20px rgba(23,20,15,.28);
  --shadow-lg: 0 30px 60px -40px rgba(23,20,15,.4);
  --navy: #17140f;
  --navy-light: #221d16;
  --navy-deeper: #0f0c08;
  --orange: #ff5a36;
  --orange-light: #ff8a6e;
  --green: #37a866;
  --bg-tint: #faf9f7;
  --bg-tint-2: #f7f5f1;
  --radius-old: 10px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  font-family: var(--font-body);
  color: var(--text-soft);
  margin: 0;
  line-height: 1.7;
  font-size: 17px;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img{ max-width:100%; height:auto; display:block; }
a{ color: var(--coral); text-decoration:none; transition: color .2s ease; }
a:hover{ color: var(--coral-deep); }

h1,h2,h3,h4,h5{
  font-family: var(--font-head);
  color: var(--text);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 20px;
}
h1{ font-size: clamp(36px, 5.2vw, 62px); letter-spacing: -.03em; font-weight: 700; }
h2{ font-size: clamp(26px, 3.4vw, 40px); }
h3{ font-size: clamp(18px, 2.1vw, 20px); font-weight: 600; }
p{ margin: 0 0 18px; color: var(--text-soft); }
h1 + p, h2 + p{ font-size: 18px; }
strong{ color: var(--text); }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family: var(--font-body);
  font-size:12.5px; font-weight:600; letter-spacing:.12em; text-transform:uppercase;
  color: var(--coral-deep); margin-bottom:16px;
}
.eyebrow::before{ content:''; width:7px; height:7px; border-radius:50%; background:var(--coral); }
.eyebrow-pill{
  display:inline-flex; align-items:center; gap:8px; width:fit-content;
  padding:7px 14px; border:1px solid rgba(255,90,54,.28); background:#fff; border-radius:999px;
  font-family: var(--font-body); font-size:12.5px; font-weight:600; color:var(--coral-deep); letter-spacing:.02em;
  margin-bottom:24px;
}
.eyebrow-pill::before{ content:''; width:7px; height:7px; border-radius:50%; background:var(--coral); display:inline-block; }
.eyebrow-pill.on-dark{ border-color:rgba(255,90,54,.4); background:transparent; color:#ff8a6e; }

.container{ max-width: var(--container); margin: 0 auto; padding: 0 24px; position: relative; }
.container-narrow{ max-width: 860px; }

.btn, .wp-block-button__link, a.button{
  display: inline-flex; align-items:center; justify-content:center; gap:8px;
  background: var(--coral);
  color: var(--white) !important;
  font-family: var(--font-body);
  font-weight: 600; font-size: 15.5px;
  padding: 15px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 26px -10px rgba(255,90,54,.75);
  transition: transform .18s ease, box-shadow .18s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover, .wp-block-button__link:hover{
  background: var(--coral-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -10px rgba(255,90,54,.85);
  color:#fff !important;
}
.btn-lg{ padding:16px 32px; font-size:16px; }
.btn-outline{
  background: #fff;
  border: 1px solid rgba(23,20,15,.14);
  color: var(--text) !important;
  box-shadow:none;
}
.btn-outline:hover{ background: var(--panel); color:var(--text) !important; border-color:rgba(23,20,15,.2); box-shadow:none; transform: translateY(-2px); }
.btn-white{ background:#fff; color:var(--text) !important; box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.btn-white:hover{ background: var(--coral); color:#fff !important; }
.btn-dark-outline{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); color:#fff !important; box-shadow:none; }
.btn-dark-outline:hover{ background:rgba(255,255,255,.14); transform: translateY(-2px); }

.site-header{
  position: sticky; top:0; z-index:999;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border-soft);
}
.site-header .container{
  display:flex; align-items:center; justify-content:space-between;
  padding-top:18px; padding-bottom:18px; gap: 24px;
}
.site-logo{
  display:flex; align-items:center; gap:9px;
  font-family: var(--font-head);
  font-size:19px; font-weight:700; color:var(--text);
  letter-spacing:-.02em; flex-shrink:0;
}
.site-logo .logo-mark{
  width:30px; height:30px; border-radius:9px; background:var(--coral);
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-weight:800; font-size:17px; flex-shrink:0;
}
.site-logo .accent{ color: var(--coral); }

.main-nav{ flex:1; display:flex; justify-content:center; }
.main-nav ul{ list-style:none; display:flex; align-items:center; gap:8px; margin:0; padding:0; }
.main-nav > ul > li{ position:relative; }
.main-nav > ul > li > a{
  display:flex; align-items:center; gap:6px;
  color:#57534e; font-weight:500; font-size:14.5px;
  padding:10px 14px; border-radius:999px;
  transition: background .18s ease, color .18s ease;
}
.main-nav > ul > li > a:hover{ color:var(--text); background: var(--panel); }
.main-nav > ul > li.current-menu-item > a{ background: var(--panel); color:var(--text); }

.main-nav li.menu-item-has-children > a::after,
.main-nav li.has-dropdown > a::after{
  content:''; width:7px; height:7px; margin-left:2px;
  border-right:2px solid currentColor; border-bottom:2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); opacity:.55; transition: transform .18s ease;
}
.main-nav li.menu-item-has-children:hover > a::after,
.main-nav li.has-dropdown:hover > a::after{ transform: rotate(225deg) translateY(1px); }
.main-nav li.menu-item-has-children, .main-nav li.has-dropdown{ position:relative; }

.main-nav .sub-menu, .main-nav .dropdown{
  position:absolute; top:100%; left:50%; transform: translate(-50%, 8px);
  background:var(--white); box-shadow: var(--shadow-lg); border-radius: var(--radius-lg);
  min-width:260px; padding:12px; list-style:none; opacity:0; visibility:hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  border: 1px solid var(--border-soft);
}
.main-nav li.menu-item-has-children:hover > .sub-menu,
.main-nav li.has-dropdown:hover > .dropdown{ opacity:1; visibility:visible; transform: translate(-50%, 4px); }
.main-nav .sub-menu li, .main-nav .dropdown li{ display:block; }
.main-nav .sub-menu a, .main-nav .dropdown a{
  display:block; padding:12px 14px; border-radius:12px; font-weight:600; font-size:14.5px; color: var(--text);
}
.main-nav .sub-menu a:hover, .main-nav .dropdown a:hover{ background: var(--panel); color:var(--coral); }

.header-cta{ display:flex; align-items:center; gap:18px; flex-shrink:0; }
.header-phone{ font-family:var(--font-body); font-weight:600; font-size:14px; color:var(--text); white-space:nowrap; }
.header-cta .btn{ padding:11px 20px; font-size:14px; }
.menu-toggle{
  display:none; background:none; border:none; font-size:24px; color:var(--text); cursor:pointer;
  width:40px; height:40px; align-items:center; justify-content:center; border-radius:10px;
}
.menu-toggle:hover{ background: var(--panel); }

@media (max-width: 1080px){
  .main-nav ul{ gap:2px; }
  .main-nav > ul > li > a{ padding:10px 10px; font-size:14px; }
  .header-phone{ display:none; }
}

@media (max-width: 900px){
  .main-nav{ display:none; }
  .menu-toggle{ display:flex; }
  .header-cta .btn span{ display:none; }
  .header-cta .btn{ width:40px; height:40px; padding:0; border-radius:50%; }
  .main-nav.is-open{
    display:block; position:absolute; top:100%; left:0; right:0;
    background:var(--white); box-shadow: var(--shadow-lg); padding:16px 20px 24px;
    z-index:998; max-height: calc(100vh - 70px); overflow-y: auto; border-top: 1px solid var(--border-soft);
  }
  .main-nav.is-open ul{ flex-direction:column; align-items:stretch; gap:2px; }
  .main-nav.is-open > ul > li > a{ justify-content:space-between; width:100%; padding:14px 12px; border-radius:10px; }
  .main-nav .sub-menu, .main-nav .dropdown{ display:none; }
  .main-nav.is-open li.menu-item-has-children.is-open > .sub-menu,
  .main-nav.is-open li.has-dropdown.is-open > .dropdown{
    position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; display:block;
    margin:4px 0 8px; padding-left:12px; border:none; background:var(--panel); border-radius:10px;
  }
}

.site-header.on-dark{ background: var(--dark); border-bottom-color: var(--border-dark); }
.site-header.on-dark .site-logo{ color:#fff; }
.site-header.on-dark .main-nav > ul > li > a{ color:#cfc9c1; }
.site-header.on-dark .main-nav > ul > li > a:hover{ color:#fff; background:rgba(255,255,255,.08); }
.site-header.on-dark .header-phone{ color:#fff; }
.site-header.on-dark .menu-toggle{ color:#fff; }

.section{ padding: 88px 0; }
.section-tint{ background: var(--panel); }
.section-panel2{ background: var(--panel-2); }
.section-dark{ background: linear-gradient(160deg, var(--dark) 0%, var(--dark-2) 100%); color:#fff; position:relative; overflow:hidden; }
.section-dark h2, .section-dark h3{ color:#fff; }
.section-dark p{ color:#cfc9c1; }
.section-dark::after{
  content:''; position:absolute; width:520px; height:520px; border-radius:50%;
  background: radial-gradient(circle, rgba(255,90,54,.28), transparent 70%);
  top:-220px; right:-160px; pointer-events:none;
}
.section-navy{ background: linear-gradient(160deg, var(--dark) 0%, var(--dark-2) 100%); color:#fff; position:relative; overflow:hidden; }
.section-navy h2, .section-navy h3{ color:#fff; }
.section-navy p{ color:#cfc9c1; }
.section-navy::after{
  content:''; position:absolute; width:520px; height:520px; border-radius:50%;
  background: radial-gradient(circle, rgba(255,90,54,.28), transparent 70%);
  top:-220px; right:-160px; pointer-events:none;
}

.trust-bar{ background:var(--panel); padding:40px 0; }
.trust-bar .container{ display:flex; align-items:center; justify-content:center; gap:52px; flex-wrap:wrap; }
.trust-bar img{ max-height:32px; width:auto; filter:grayscale(100%); opacity:.55; transition:filter .3s ease, opacity .3s ease; }
.trust-bar img:hover{ filter:grayscale(0%); opacity:1; }
.trust-bar-label{ font-weight:600; color:var(--text); margin-right:8px; font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; }

.hero-section{ position:relative; overflow:hidden; padding-top:74px; padding-bottom:60px; text-align:center;
  background: radial-gradient(120% 80% at 50% -10%, #fff4f0 0%, #ffffff 58%); }
.hero-section h1{ max-width:760px; margin:0 auto; }
.hero-section .lede{ max-width:560px; margin:24px auto 0; font-size:18px; }
.hero-cta-row{ display:flex; gap:14px; justify-content:center; margin-top:34px; flex-wrap:wrap; }
.hero-microcopy{ margin-top:20px; font-family:var(--font-body); font-size:13.5px; font-weight:500; color:var(--text-mute); }

.browser-mock{ max-width:900px; margin:52px auto 0; border-radius:18px; border:1px solid var(--border);
  background:#fff; box-shadow: var(--shadow-lg); overflow:hidden; text-align:left; }
.browser-mock-bar{ display:flex; align-items:center; gap:7px; padding:12px 16px; background:var(--panel-2); border-bottom:1px solid var(--border-soft); }
.browser-mock-dot{ width:11px; height:11px; border-radius:50%; display:inline-block; }
.browser-mock-url{ margin-left:14px; font-family:var(--font-body); font-size:12px; font-weight:500; color:var(--text-mute); }
.browser-mock-body{ display:flex; align-items:stretch; gap:1px; background:var(--border); flex-wrap:wrap; }
.browser-mock-left{ flex:1.6; min-width:260px; background:var(--dark); padding:34px; display:flex; flex-direction:column; justify-content:center; min-height:220px; }
.browser-mock-right{ flex:1; min-width:220px; background:#fff; padding:28px; display:flex; flex-direction:column; gap:14px; min-height:220px; }
.mock-tag{ font-family:var(--font-body); font-size:12px; font-weight:600; color:#ff8a6e; letter-spacing:.14em; text-transform:uppercase; }
.mock-headline{ margin-top:12px; font-family:var(--font-head); font-size:30px; line-height:1.1; color:#fff; letter-spacing:-.02em; font-weight:700; }
.mock-btn{ margin-top:20px; display:inline-flex; width:fit-content; padding:11px 18px; background:var(--coral); color:#fff; font-family:var(--font-body); font-weight:600; font-size:13px; border-radius:999px; }
.mock-label{ font-family:var(--font-body); font-size:12px; font-weight:600; color:var(--text-mute); letter-spacing:.1em; text-transform:uppercase; }
.mock-stat{ font-family:var(--font-head); font-size:30px; font-weight:700; color:var(--text); }
.mock-stat-label{ font-family:var(--font-body); font-size:13px; font-weight:500; color:var(--text-soft); }
.mock-divider{ height:1px; background:var(--border); }
.mock-bars{ display:flex; gap:5px; align-items:flex-end; height:64px; }
.mock-bars > div{ flex:1; border-radius:4px; }
.mock-trend{ display:flex; align-items:center; gap:6px; font-family:var(--font-body); font-weight:600; font-size:13px; color:#37a866; }

.stats-bar{ display:grid; grid-template-columns:repeat(4,1fr); background: var(--dark); color:#fff; }
.stats-bar-item{ padding:38px 32px; border-right:1px solid rgba(255,255,255,.08); }
.stats-bar-item:last-child{ border-right:none; }
.stats-bar-number{ font-family:var(--font-head); font-size:clamp(30px,3.4vw,46px); font-weight:700; color:#ff7a5c; letter-spacing:-.02em; }
.stats-bar-label{ margin-top:10px; font-family:var(--font-body); font-size:14px; font-weight:500; line-height:1.4; color:#cfc9c1; }
@media (max-width: 800px){ .stats-bar{ grid-template-columns:repeat(2,1fr); } }

.stat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:28px; text-align:center; }
.stat{ padding:8px; }
.stat .stat-number{ font-family:var(--font-head); font-size: clamp(32px, 4vw, 46px); font-weight:700; color:var(--text); letter-spacing:-0.02em; line-height:1; margin-bottom:10px; display:block; }
.section-dark .stat .stat-number, .section-navy .stat .stat-number{ color:#fff; }
.stat .stat-label{ font-family:var(--font-body); font-size:14.5px; color:var(--text-soft); font-weight:600; }
.section-dark .stat .stat-label, .section-navy .stat .stat-label{ color:#cfc9c1; }
@media (max-width: 800px){ .stat-grid{ grid-template-columns:repeat(2,1fr); } }

.num-card{ padding:30px; border:1px solid var(--border); border-radius:var(--radius-lg); background:var(--panel); }
.num-card .num-badge{
  width:44px; height:44px; border-radius:12px; background:var(--coral-tint);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-head); font-weight:700; font-size:20px; color:var(--coral);
}
.num-card h3{ margin:22px 0 0; }
.num-card p{ margin:12px 0 0; font-size:14.5px; }

.process-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:0; margin-top:42px; border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; }
.process-cell{ padding:28px 30px; border-right:1px solid var(--border); border-bottom:1px solid var(--border); }
.process-cell:nth-child(2n){ border-right:none; }
.process-num{ font-family:var(--font-head); font-weight:700; font-size:15px; color:var(--coral); }
.process-cell h3{ margin:0; display:inline; }
.process-cell-head{ display:flex; align-items:center; gap:12px; }
.process-cell p{ margin:12px 0 0; font-size:14px; }
.process-cell.dark{ background:var(--dark); border-right:none; border-bottom:none; display:flex; flex-direction:column; justify-content:center; }
.process-cell.dark h3{ color:#fff; }
.process-cell.dark p{ color:#cfc9c1; margin:10px 0 16px; }
@media (max-width: 700px){ .process-grid{ grid-template-columns:1fr; } .process-cell{ border-right:none !important; } }

.card{
  background:#fff; border-radius: var(--radius-lg); padding:26px;
  box-shadow: var(--shadow-sm); border:1px solid var(--border);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card h3{ margin-bottom:11px; }
.card p:last-child{ margin-bottom:0; }
.card.highlight{ background:var(--coral-tint); border-color:rgba(255,90,54,.3); }
.card-media{ display:grid; grid-template-columns:240px 1fr; gap:28px; align-items:center; }
.card-media img{ border-radius:14px; }
@media (max-width: 700px){ .card-media{ grid-template-columns:1fr; } }

.step-number{
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px; border-radius:12px;
  background: var(--coral-tint);
  color:var(--coral); font-family:var(--font-head); font-weight:700; font-size:18px;
  margin-bottom:16px;
}

.testimonial{ background:var(--panel); border-radius: var(--radius-lg); padding:28px; border:1px solid var(--border); display:flex; flex-direction:column; }
.testimonial p{ flex:1; color:#3a352e; font-size:15px; }
.testimonial-stars{ color:#ffab00; letter-spacing:2px; font-family:var(--font-body); font-weight:600; font-size:15px; }
.testimonial-author{ display:flex; align-items:center; gap:12px; margin-top:22px; }
.testimonial-avatar{
  width:40px; height:40px; border-radius:50%; flex-shrink:0;
  background: var(--dark); color:#fff; display:flex; align-items:center; justify-content:center;
  font-family:var(--font-head); font-weight:700; font-size:16px;
}
.testimonial-name{ font-weight:600; color:var(--text); font-size:14px; font-family:var(--font-body); }
.testimonial-role{ font-size:12.5px; color:var(--text-mute); font-family:var(--font-body); }

.badge{ display:inline-flex; align-items:center; gap:8px; background:var(--coral-tint); color:var(--coral-deep);
  padding:7px 14px; border-radius:999px; font-family:var(--font-body); font-size:12.5px; font-weight:700; }

.big-cta{ border-radius: var(--radius-xl); background: var(--dark); padding:56px 48px; position:relative; overflow:hidden; }
.big-cta::before{ content:''; position:absolute; right:-60px; top:-60px; width:280px; height:280px; border-radius:50%;
  background: radial-gradient(circle, rgba(255,90,54,.35), transparent 70%); }
.big-cta-inner{ position:relative; max-width:620px; }
.big-cta h2{ color:#fff; margin:0; }
.big-cta p{ color:#cfc9c1; margin:18px 0 0; font-size:16.5px; }
.big-cta .hero-cta-row{ justify-content:flex-start; margin-top:30px; }

.split-hero{ display:grid; grid-template-columns:1.05fr .95fr; min-height:420px; }
.split-hero-copy{ padding:64px 44px; display:flex; flex-direction:column; justify-content:center; }
.split-hero-copy h1{ margin:0; max-width:520px; }
.split-hero-copy .lede{ margin:22px 0 0; max-width:460px; font-size:17px; }
.split-hero-copy .hero-cta-row{ justify-content:flex-start; margin-top:28px; }
.split-hero-trust{ display:flex; align-items:center; gap:22px; margin-top:32px; filter:saturate(0); opacity:.6; flex-wrap:wrap; }
.split-hero-panel{ background:var(--panel-2); padding:40px; display:flex; flex-direction:column; justify-content:center; gap:16px; border-left:1px solid var(--border-soft); }
.proof-card{ background:#fff; border:1px solid var(--border); border-radius:var(--radius-lg); padding:22px; box-shadow: var(--shadow-sm); }
.proof-card-label{ font-family:var(--font-body); font-size:12px; font-weight:600; color:var(--text-mute); letter-spacing:.1em; text-transform:uppercase; }
.proof-card-value{ display:flex; align-items:baseline; gap:10px; margin-top:10px; }
.proof-card-value .big{ font-family:var(--font-head); font-size:40px; font-weight:700; color:var(--text); }
.proof-card-value .delta{ font-family:var(--font-body); font-weight:600; font-size:13px; color:#37a866; }
.proof-row{ display:flex; gap:16px; }
.proof-row .proof-card{ flex:1; }
.proof-row .proof-card.dark{ background:var(--dark); border:none; }
.proof-row .proof-card.dark .proof-card-label{ color:#a8a29a; }
.proof-row .proof-card.dark .big-num{ font-family:var(--font-head); font-size:30px; font-weight:700; color:#fff; }
@media (max-width: 860px){ .split-hero{ grid-template-columns:1fr; } .split-hero-panel{ border-left:none; border-top:1px solid var(--border-soft); } }

.dark-hero{ background: var(--dark); position:relative; }
.dark-hero-inner{ padding:80px 44px 64px; text-align:center; position:relative;
  background: radial-gradient(130% 90% at 50% 0%, rgba(255,90,54,.16) 0%, transparent 55%); }
.dark-hero h1{ color:#fff; max-width:820px; margin:0 auto; font-size: clamp(32px, 4.6vw, 56px); font-weight:800; letter-spacing:-.03em; }
.dark-hero .lede{ color:#cfc9c1; max-width:540px; margin:22px auto 0; font-size:17px; }
.dark-hero-meta{ display:flex; align-items:center; justify-content:center; gap:14px; margin-top:20px; flex-wrap:wrap; }
.dark-hero-meta span{ font-family:var(--font-body); font-size:13px; font-weight:500; color:#a8a29a; }
.dark-hero-strip{ display:inline-grid; grid-template-columns:repeat(4,auto); gap:0; margin-top:44px; border:1px solid var(--border-dark); border-radius:16px; overflow:hidden; }
.dark-hero-strip > div{ padding:18px 28px; border-right:1px solid var(--border-dark); }
.dark-hero-strip > div:last-child{ border-right:none; }
.dark-hero-strip .n{ font-family:var(--font-head); font-size:26px; font-weight:700; color:#ff7a5c; }
.dark-hero-strip .l{ margin-top:5px; font-family:var(--font-body); font-size:11.5px; color:#a8a29a; }
@media (max-width: 700px){ .dark-hero-strip{ grid-template-columns:repeat(2,auto); } .dark-hero-strip > div{ border-bottom:1px solid var(--border-dark); } }

.site-footer{ background: var(--dark); color: #cfc9c1; padding: 56px 0 34px; position: relative; }
.site-footer a{ color:#fff; }
.site-footer a:hover{ color: var(--coral); }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap:32px; }
.site-footer h4{ color:#8a8479; font-size:12px; margin-bottom:16px; letter-spacing:.12em; text-transform:uppercase; font-family:var(--font-body); font-weight:600; }
.site-footer p{ color:#a8a29a; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.08); margin-top:40px; padding-top:22px; font-size:12.5px; text-align:center; color:#8a8479; }
@media (max-width: 800px){ .footer-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .footer-grid{ grid-template-columns: 1fr; } }

.wp-block-columns{ gap: 32px; }
.wp-block-group{ margin-bottom: 0; }
.entry-content{ font-size:17px; }
.entry-content h2{ margin-top:48px; }
.entry-content ul{ padding-left:22px; }
.entry-content li{ margin-bottom:8px; }

.faq-item{ border-bottom:1px solid var(--border); padding:22px 4px; }
.faq-item summary{ cursor:pointer; font-family:var(--font-head); font-weight:600; color:var(--text); font-size:17px; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary:after{ content:'+'; color:var(--coral); font-size:22px; flex-shrink:0; transition: transform .2s ease; border:1px solid var(--border); border-radius:50%; width:26px; height:26px; display:flex; align-items:center; justify-content:center; font-family:var(--font-body); }
.faq-item[open] summary:after{ content:'\2212'; }
.faq-item p{ margin-top:14px; color: var(--text-soft); }


/* Piotnet Forms — contact form theming to match design system */
.piotnetforms-field,
.piotnetforms-field-textual {
	font-family: var(--font-body);
	font-size: 15px;
	color: var(--text);
	background: var(--white);
	border: 1.5px solid var(--border);
	border-radius: 12px;
	padding: 13px 16px;
	width: 100%;
	box-sizing: border-box;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.piotnetforms-field:focus,
.piotnetforms-field-textual:focus {
	outline: none;
	border-color: var(--coral);
	box-shadow: 0 0 0 3px var(--coral-tint);
}
.piotnetforms-field::placeholder,
.piotnetforms-field-textual::placeholder {
	color: var(--text-mute2);
}
.piotnetforms-button {
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--white);
	background: var(--coral);
	border: 0;
	border-radius: 999px;
	padding: 13px 28px;
	cursor: pointer;
	box-shadow: 0 12px 26px -10px var(--coral);
	transition: background .15s ease, transform .15s ease;
}
.piotnetforms-button:hover {
	background: var(--coral-deep);
	transform: translateY(-1px);
}


/* Contact page — 2b lead-form + $600 offer hero */
.contact-copy{ background:var(--dark); color:#fff; }
.contact-copy h1{ color:#fff; }
.contact-copy .lede{ color:#cfc9c1; }
.contact-info{ margin-top:40px; display:flex; flex-direction:column; gap:22px; }
.contact-info-row{ display:flex; align-items:flex-start; gap:14px; }
.contact-info-icon{ width:40px; height:40px; flex:none; border-radius:11px; background:rgba(255,90,54,.16); display:flex; align-items:center; justify-content:center; font-size:18px; color:var(--coral-light); }
.contact-info-title{ font-family:var(--font-body); font-weight:600; font-size:15px; color:#fff; }
.contact-info-sub{ font-family:var(--font-body); font-size:13px; color:#a8a29a; margin-top:2px; }
.contact-form-panel{ background:#fff; }
.contact-form-panel h2{ margin:0; }
.contact-form-panel .sub{ margin:8px 0 26px; font-family:var(--font-body); font-size:14px; color:var(--text-mute); }
.contact-fineprint{ margin-top:14px; text-align:center; font-family:var(--font-body); font-size:12px; color:var(--text-mute2); }


/* SEO page (2a) — maps mock, stat strip, timeline */
.maps-mock{ border-radius:var(--radius-lg); border:1px solid var(--border); background:#fff; box-shadow:var(--shadow-lg); overflow:hidden; }
.maps-mock-bar{ padding:14px 18px; border-bottom:1px solid var(--border-soft); font-family:var(--font-body); font-size:13px; font-weight:500; color:var(--text-mute); }
.maps-mock-list{ padding:14px 12px; display:flex; flex-direction:column; gap:8px; background:var(--panel); }
.maps-mock-row{ display:flex; align-items:center; gap:12px; padding:12px 14px; background:#fff; border:1px solid var(--border); border-radius:12px; }
.maps-mock-row.you{ border:1.5px solid var(--coral); box-shadow:0 8px 20px -14px rgba(255,90,54,.6); }
.maps-mock-row.dim2{ opacity:.7; }
.maps-mock-row.dim3{ opacity:.55; }
.maps-mock-rank{ width:34px; height:34px; flex:none; border-radius:9px; background:var(--panel-2); color:var(--text-mute); display:flex; align-items:center; justify-content:center; font-family:var(--font-head); font-weight:700; font-size:15px; }
.maps-mock-row.you .maps-mock-rank{ background:var(--dark); color:#fff; }
.maps-mock-name{ font-family:var(--font-body); font-weight:600; font-size:14px; color:var(--text); }
.maps-mock-stars{ font-family:var(--font-body); font-weight:500; font-size:12px; color:#ffab00; }
.maps-mock-you-tag{ font-family:var(--font-body); font-weight:600; font-size:11px; color:var(--coral); }

.stat-strip{ display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--border-soft); border-bottom:1px solid var(--border-soft); }
.stat-strip-item{ padding:30px 40px; border-right:1px solid var(--border-soft); }
.stat-strip-item:last-child{ border-right:none; }
.stat-strip-num{ font-family:var(--font-head); font-weight:700; font-size:38px; color:var(--text); }
.stat-strip-label{ margin-top:6px; font-family:var(--font-body); font-weight:500; font-size:13.5px; color:var(--text-soft); }

.timeline-grid{ display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; }
.timeline-cell{ padding:30px; border-right:1px solid var(--border-soft); }
.timeline-cell:last-child{ border-right:none; }
.timeline-cell.dark{ background:var(--dark); }
.timeline-tag{ font-family:var(--font-head); font-weight:700; font-size:14px; color:var(--coral-deep); }
.timeline-cell.dark .timeline-tag{ color:var(--coral-light); }
.timeline-cell h3{ margin:14px 0 0; }
.timeline-cell.dark h3{ color:#fff; }
.timeline-cell.dark p{ color:#cfc9c1; }

@media (max-width: 860px){
  .stat-strip{ grid-template-columns:1fr; }
  .stat-strip-item{ border-right:none; border-bottom:1px solid var(--border-soft); }
  .timeline-grid{ grid-template-columns:1fr; }
  .timeline-cell{ border-right:none; border-bottom:1px solid var(--border-soft); }
}


/* Blog article layout (2c) */
.article-header{ max-width:760px; margin:0 auto; padding:52px 24px 0; }
.article-badge-row{ display:flex; align-items:center; gap:12px; }
.article-category-badge{ padding:6px 12px; background:var(--coral-tint); color:var(--coral-deep); font-family:var(--font-body); font-weight:600; font-size:11.5px; letter-spacing:.05em; text-transform:uppercase; border-radius:999px; }
.article-meta{ font-family:var(--font-body); font-size:13px; font-weight:500; color:var(--text-mute2); }
.article-header h1{ margin:20px 0 0; font-size:44px; line-height:1.08; }
.article-lede{ margin:18px 0 0; font-family:var(--font-body); font-size:18.5px; line-height:1.6; color:var(--text-soft); }
.article-author-row{ display:flex; align-items:center; gap:12px; margin:28px 0 0; padding-bottom:32px; border-bottom:1px solid var(--border); }
.article-avatar{ width:44px; height:44px; flex:none; border-radius:50%; background:var(--dark); color:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--font-head); font-weight:700; font-size:17px; }
.article-author-name{ font-family:var(--font-body); font-weight:600; font-size:14.5px; color:var(--text); }
.article-date{ font-family:var(--font-body); font-size:13px; color:var(--text-mute); margin-top:1px; }
.article-hero-image{ max-width:900px; margin:36px auto 0; padding:0 24px; }
.article-hero-image img{ width:100%; height:auto; border-radius:var(--radius-lg); border:1px solid var(--border); display:block; }
.article-body{ max-width:720px; margin:0 auto; padding:44px 24px 20px; }
.article-body .entry-content p{ font-size:17px; line-height:1.75; color:#3a352e; margin:0 0 22px; }
.article-body .entry-content h2{ font-size:27px; line-height:1.2; margin:38px 0 14px; }
.article-body .entry-content h2:first-child{ margin-top:0; }
.article-body .entry-content blockquote{ margin:0 0 30px; padding:24px 28px; border-left:4px solid var(--coral); background:var(--panel); border-radius:0 12px 12px 0; }
.article-body .entry-content blockquote p{ margin:0; font-family:var(--font-head); font-weight:600; font-size:20px; line-height:1.5; color:var(--text); }
.article-body .entry-content ul{ margin:0 0 30px; padding:0; list-style:none; display:flex; flex-direction:column; gap:12px; }
.article-body .entry-content ul li{ display:flex; gap:12px; align-items:flex-start; font-size:16px; line-height:1.6; color:#3a352e; }
.article-body .entry-content ul li::before{ content:'\2713'; flex:none; width:22px; height:22px; border-radius:50%; background:var(--coral-tint); color:var(--coral); display:flex; align-items:center; justify-content:center; font-weight:700; font-size:12px; }
.article-inline-cta{ max-width:720px; margin:16px auto 0; padding:0 24px; }
.inline-cta{ border-radius:var(--radius-lg); background:var(--dark); padding:32px 34px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.inline-cta h3{ margin:0; color:#fff; font-size:20px; }
.inline-cta p{ margin:8px 0 0; color:#cfc9c1; font-family:var(--font-body); font-size:14px; }
.article-related{ max-width:1080px; margin:56px auto 0; padding:36px 24px 20px; border-top:1px solid var(--border-soft); }
.article-related h2{ margin:0 0 24px; font-size:24px; }
.related-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.related-card{ display:block; text-decoration:none; }
.related-card-media{ height:150px; border-radius:12px; background:var(--panel-2); border:1px solid var(--border); overflow:hidden; }
.related-card-media img{ width:100%; height:100%; object-fit:cover; display:block; }
.related-card-cat{ margin-top:14px; font-family:var(--font-body); font-weight:600; font-size:11px; letter-spacing:.05em; text-transform:uppercase; color:var(--coral-deep); }
.related-card h3{ margin:8px 0 0; font-size:16px; line-height:1.35; color:var(--text); }

@media (max-width:760px){
  .article-header h1{ font-size:32px; }
  .related-grid{ grid-template-columns:1fr; }
}


/* ============ PPC PAGE (4a) COMPONENTS ============ */
.serp-mock{ border-radius:var(--radius-lg); border:1px solid var(--border); background:#fff; box-shadow:var(--shadow-lg); overflow:hidden; }
.serp-mock-bar{ padding:14px 18px; border-bottom:1px solid var(--border-soft); display:flex; align-items:center; gap:10px; }
.serp-mock-bar span{ flex:1; font:500 13px/1 var(--font-body); color:var(--text-mute); }
.serp-mock-body{ padding:20px 18px; background:var(--panel); }
.serp-mock-ad{ background:#fff; border:1px solid var(--border); border-radius:12px; padding:16px; }
.serp-mock-ad-top{ display:flex; align-items:center; gap:8px; }
.serp-mock-ad-badge{ padding:2px 7px; background:#eef4ff; color:#1a5fd6; font:700 10px/1 var(--font-body); border-radius:5px; }
.serp-mock-ad-url{ font:500 12px/1 var(--font-body); color:var(--text-soft); }
.serp-mock-ad-title{ margin-top:8px; font:600 16px/1.3 var(--font-head); color:#1a3fb0; }
.serp-mock-ad-desc{ margin-top:6px; font:400 12.5px/1.5 var(--font-body); color:var(--text-soft); }
.serp-mock-ad-tags{ display:flex; gap:8px; margin-top:12px; }
.serp-mock-ad-tags span{ padding:6px 11px; font:600 11.5px/1 var(--font-body); border-radius:7px; }
.serp-mock-ad-tags span.call{ background:var(--coral-tint); color:var(--coral-deep); }
.serp-mock-ad-tags span:not(.call){ background:var(--panel-2); color:var(--text-soft); }
.serp-mock-map{ margin-top:12px; background:#fff; border:1px solid var(--border); border-radius:12px; padding:14px; display:flex; align-items:center; gap:12px; }
.serp-mock-map-icon{ width:34px; height:34px; border-radius:9px; background:var(--dark); color:#fff; display:flex; align-items:center; justify-content:center; font:700 14px/1 var(--font-head); flex:none; }
.serp-mock-map-name{ font:600 13.5px/1.2 var(--font-body); color:var(--text); }
.serp-mock-map-rating{ font:500 11.5px/1 var(--font-body); color:#ffab00; margin-top:3px; }
.serp-mock-map-rating span{ color:var(--text-mute); }

.ppc-stats{ display:grid; grid-template-columns:repeat(4,1fr); background:var(--dark); color:#fff; }
.ppc-stats-item{ padding:32px 28px; border-right:1px solid rgba(255,255,255,.08); }
.ppc-stats-item:last-child{ border-right:none; }
.ppc-stats-num{ font:700 40px/1 var(--font-head); color:var(--coral-light); }
.ppc-stats-label{ margin-top:8px; font:500 13px/1.4 var(--font-body); color:#cfc9c1; }
@media (max-width:760px){ .ppc-stats{ grid-template-columns:repeat(2,1fr); } }

.scenario-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:36px; }
.scenario-card{ padding:28px; border:1px solid var(--border); border-radius:var(--radius-lg); background:var(--panel); }
.scenario-tag{ font:700 14px/1 var(--font-head); color:var(--coral); }
.scenario-card h3{ margin:12px 0 0; font:600 19px/1.3 var(--font-head); color:var(--text); }
.scenario-card p{ margin:10px 0 0; font:400 14.5px/1.6 var(--font-body); color:var(--text-soft); }
@media (max-width:700px){ .scenario-grid{ grid-template-columns:1fr; } }

.pull-quote{ margin-top:20px; padding:24px 28px; border-left:4px solid var(--coral); background:var(--coral-tint); border-radius:0 12px 12px 0; }
.pull-quote p{ margin:0; font:600 18px/1.5 var(--font-head); color:var(--text); }

.method-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; border:1px solid var(--border); border-radius:var(--radius-lg); overflow:hidden; }
.method-step{ padding:26px; border-right:1px solid var(--border-soft); }
.method-step:last-child{ border-right:none; }
.method-step.dark{ background:var(--dark); }
.method-num{ font:700 22px/1 var(--font-head); color:var(--coral); }
.method-step.dark .method-num{ color:var(--coral-light); }
.method-step h3{ margin:14px 0 0; font:600 16px/1.3 var(--font-head); color:var(--text); }
.method-step.dark h3{ color:#fff; }
.method-step p{ margin:9px 0 0; font:400 13.5px/1.55 var(--font-body); color:var(--text-soft); }
.method-step.dark p{ color:#cfc9c1; }
@media (max-width:860px){ .method-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .method-grid{ grid-template-columns:1fr; } .method-step{ border-right:none; border-bottom:1px solid var(--border-soft); } }

.ppc-table-wrap{ border:1px solid var(--border); border-radius:14px; overflow:hidden; }
.ppc-table-head{ display:grid; grid-template-columns:1fr 1.3fr; background:var(--dark); }
.ppc-table-head div{ padding:12px 18px; font:600 12px/1 var(--font-body); letter-spacing:.05em; text-transform:uppercase; }
.ppc-table-head div:first-child{ color:#fff; }
.ppc-table-head div:last-child{ color:#cfc9c1; }
.ppc-table-row{ display:grid; grid-template-columns:1fr 1.3fr; border-top:1px solid var(--border-soft); }
.ppc-table-row div:first-child{ padding:13px 18px; font:600 13.5px/1.4 var(--font-body); color:var(--text); }
.ppc-table-row div:last-child{ padding:13px 18px; font:400 13px/1.5 var(--font-body); color:var(--text-soft); }
@media (max-width:760px){ .ppc-table-head div:last-child, .ppc-table-row div:last-child{ display:none; } }

.platform-panel{ background:var(--panel); border:1px solid var(--border); border-radius:var(--radius-lg); padding:28px; }
.platform-row{ margin-bottom:14px; }
.platform-row:last-child{ margin-bottom:0; }
.platform-row-head{ display:flex; justify-content:space-between; font:600 13px/1 var(--font-body); color:var(--text); margin-bottom:7px; }
.platform-row-head span:last-child{ color:var(--coral); }
.platform-track{ height:8px; background:var(--cream); border-radius:99px; overflow:hidden; }
.platform-fill{ height:100%; background:var(--coral); border-radius:99px; }
.platform-fill.light{ background:var(--coral-light); }

.icon-box{ width:44px; height:44px; border-radius:12px; background:var(--coral-tint); display:flex; align-items:center; justify-content:center; font:700 18px/1 var(--font-head); color:var(--coral); }

.check-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px 40px; margin-top:26px; }
.check-item{ display:flex; align-items:flex-start; gap:12px; }
.check-item .mark{ flex:none; width:22px; height:22px; border-radius:50%; background:var(--coral); color:#fff; display:flex; align-items:center; justify-content:center; font:700 12px/1 var(--font-body); }
.check-item span:last-child{ font:400 15px/1.5 var(--font-body); color:#3a352e; }
@media (max-width:640px){ .check-grid{ grid-template-columns:1fr; } }

.faq-list{ max-width:840px; border-top:1px solid var(--border); }
.faq-item{ border-bottom:1px solid var(--border); padding:0; }
.faq-item summary{ list-style:none; cursor:pointer; padding:22px 4px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary .q{ font:600 17px/1.4 var(--font-head); color:var(--text); }
.faq-item summary .icon{ flex:none; width:26px; height:26px; border-radius:50%; border:1px solid var(--border); display:flex; align-items:center; justify-content:center; font:500 17px/1 var(--font-body); color:var(--coral); transition:transform .2s ease; }
.faq-item[open] summary .icon{ transform:rotate(45deg); }
.faq-item .a{ margin:0 0 22px; max-width:720px; font:400 15px/1.65 var(--font-body); color:var(--text-soft); }

.dark-cta-band{ border-radius:var(--radius-xl); background:var(--dark); padding:52px 44px; position:relative; overflow:hidden; text-align:center; }
.dark-cta-band .glow{ position:absolute; right:-60px; top:-60px; width:280px; height:280px; border-radius:50%; background:radial-gradient(circle, rgba(255,90,54,.35), transparent 70%); }
.dark-cta-band.glow-left .glow{ left:-60px; right:auto; bottom:-80px; top:auto; }
.dark-cta-band-inner{ position:relative; max-width:600px; margin:0 auto; }
.dark-cta-band h2{ margin:0; font:700 36px/1.12 var(--font-head); color:#fff; letter-spacing:-.02em; }
.dark-cta-band p{ margin:16px 0 0; font:400 16px/1.6 var(--font-body); color:#cfc9c1; }
.dark-cta-band .cta-row{ display:flex; gap:14px; justify-content:center; margin-top:28px; flex-wrap:wrap; }
.dark-cta-band .btn-ghost-dark{ display:inline-flex; align-items:center; gap:8px; padding:15px 26px; background:rgba(255,255,255,.08); color:#fff; font:600 15.5px/1 var(--font-body); border:1px solid rgba(255,255,255,.18); border-radius:999px; text-decoration:none; }

/* ============ BLOG INDEX PAGE (3a) ============ */
.blog-hero{ padding:52px 0 34px; background:radial-gradient(120% 80% at 50% -20%, var(--coral-tint) 0%, #fff 55%); text-align:center; }
.blog-hero .eyebrow-pill{ margin:0 auto 20px; }
.blog-hero h1{ margin:0; font:700 46px/1.08 var(--font-head); color:var(--text); letter-spacing:-.03em; max-width:680px; margin-left:auto; margin-right:auto; }
.blog-hero p{ margin:18px auto 0; max-width:520px; font:400 17px/1.6 var(--font-body); color:var(--text-soft); }

.blog-search-form{ display:flex; align-items:center; gap:9px; padding:11px 16px; background:#fff; border:1px solid var(--border); border-radius:999px; max-width:340px; margin:32px auto 0; }
.blog-search-form input{ flex:1; border:none; outline:none; font:400 14px/1 var(--font-body); color:var(--text); background:transparent; }
.blog-search-form button{ background:none; border:none; cursor:pointer; color:var(--text-mute); font-size:14px; }

.blog-filters{ display:flex; align-items:center; justify-content:center; gap:9px; flex-wrap:wrap; margin-top:20px; }
.filter-pill{ padding:8px 15px; background:#fff; border:1px solid var(--border); color:var(--text-soft); font:500 13px/1 var(--font-body); border-radius:999px; text-decoration:none; }
.filter-pill.active{ background:var(--dark); border-color:var(--dark); color:#fff; font-weight:600; }

.featured-post{ display:grid; grid-template-columns:1.05fr .95fr; gap:0; border:1px solid var(--border); border-radius:18px; overflow:hidden; margin-top:16px; }
.featured-post-media{ min-height:300px; background-size:cover; background-position:center; }
.featured-post-media.placeholder{ background:repeating-linear-gradient(135deg,var(--panel-2),var(--panel-2) 16px,#efeae3 16px,#efeae3 32px); display:flex; align-items:center; justify-content:center; }
.featured-post-body{ padding:44px 40px; display:flex; flex-direction:column; justify-content:center; }
.featured-post-badge-row{ display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.featured-post-badge{ padding:5px 11px; background:var(--coral-tint); color:var(--coral-deep); font:600 11px/1 var(--font-body); letter-spacing:.05em; text-transform:uppercase; border-radius:999px; }
.featured-post-meta{ font:500 12.5px/1 var(--font-body); color:var(--text-mute2); }
.featured-post-body h2{ margin:0; font:700 30px/1.15 var(--font-head); color:var(--text); letter-spacing:-.02em; }
.featured-post-body h2 a{ color:inherit; text-decoration:none; }
.featured-post-body p{ margin:14px 0 0; font:400 15.5px/1.65 var(--font-body); color:var(--text-soft); }
.featured-post-author{ display:flex; align-items:center; gap:12px; margin-top:26px; }
.featured-post-avatar{ width:36px; height:36px; border-radius:50%; background:var(--dark); color:#fff; display:flex; align-items:center; justify-content:center; font:700 14px/1 var(--font-head); flex:none; }
.featured-post-author span{ font:500 13.5px/1 var(--font-body); color:var(--text-soft); }
.featured-post-cta{ display:inline-flex; width:fit-content; align-items:center; gap:8px; margin-top:24px; padding:12px 22px; background:var(--coral); color:#fff; font:600 14px/1 var(--font-body); border-radius:999px; text-decoration:none; }
@media (max-width:820px){ .featured-post{ grid-template-columns:1fr; } .featured-post-media{ min-height:220px; } }

.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:44px; }
.blog-card{ display:flex; flex-direction:column; text-decoration:none; color:inherit; }
.blog-card-media{ height:180px; border-radius:14px; background-size:cover; background-position:center; border:1px solid var(--border); }
.blog-card-media.placeholder{ background:repeating-linear-gradient(135deg,var(--panel-2),var(--panel-2) 13px,#efeae3 13px,#efeae3 26px); }
.blog-card-meta{ margin-top:16px; display:flex; align-items:center; gap:10px; }
.blog-card-cat{ font:600 11px/1 var(--font-body); color:var(--coral-deep); letter-spacing:.05em; text-transform:uppercase; }
.blog-card-read{ font:400 12px/1 var(--font-body); color:var(--text-mute2); }
.blog-card h3{ margin:9px 0 0; font:600 18px/1.3 var(--font-head); color:var(--text); }
.blog-card p{ margin:9px 0 0; flex:1; font:400 13.5px/1.6 var(--font-body); color:var(--text-soft); }
.blog-card-more{ margin-top:16px; display:flex; align-items:center; gap:8px; font:600 13px/1 var(--font-body); color:var(--text); }
.blog-card-more span{ color:var(--coral); }
@media (max-width:900px){ .blog-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:620px){ .blog-grid{ grid-template-columns:1fr; } }

.blog-pagination{ display:flex; align-items:center; justify-content:center; flex-wrap:wrap; margin-top:8px; }
.blog-pagination .page-numbers{ display:inline-flex; align-items:center; justify-content:center; min-width:38px; height:38px; padding:0 12px; background:#fff; border:1px solid var(--border); color:var(--text-soft); font:500 14px/1 var(--font-body); border-radius:10px; text-decoration:none; margin:0 3px; }
.blog-pagination .page-numbers.current{ background:var(--dark); border-color:var(--dark); color:#fff; font-weight:600; }
.blog-pagination .page-numbers.dots{ border:none; background:none; }

.ppc-hero{ padding:44px 0 56px; background:radial-gradient(120% 80% at 12% -10%, var(--coral-tint) 0%, #fff 55%); }

.ppc-hero-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:52px; align-items:center; }
@media (max-width:860px){ .ppc-hero-grid{ grid-template-columns:1fr; gap:32px; } }

.ppc-adgroups-grid{ display:grid; grid-template-columns:1.25fr .75fr; gap:36px; align-items:start; }
@media (max-width:860px){ .ppc-adgroups-grid{ grid-template-columns:1fr; } }

.ppc-benefits-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:32px; }
@media (max-width:860px){ .ppc-benefits-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .ppc-benefits-grid{ grid-template-columns:1fr; } }


.pg-grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media (max-width:760px){ .pg-grid-3{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .pg-grid-3{ grid-template-columns:1fr; } }

.pg-grid-2{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
@media (max-width:640px){ .pg-grid-2{ grid-template-columns:1fr; } }


.home-grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:32px; }
@media (max-width:760px){ .home-grid-4{ grid-template-columns:1fr 1fr; } }
@media (max-width:480px){ .home-grid-4{ grid-template-columns:1fr; } }

.home-grid-3-cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:44px; }
@media (max-width:860px){ .home-grid-3-cards{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .home-grid-3-cards{ grid-template-columns:1fr; } }

.home-grid-3-testimonials{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:860px){ .home-grid-3-testimonials{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .home-grid-3-testimonials{ grid-template-columns:1fr; } }


.seo-grid-3-a{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:36px; }
@media (max-width:860px){ .seo-grid-3-a{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .seo-grid-3-a{ grid-template-columns:1fr; } }

.seo-grid-3-b{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:20px; }
@media (max-width:860px){ .seo-grid-3-b{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .seo-grid-3-b{ grid-template-columns:1fr; } }

.seo-grid-2{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
@media (max-width:640px){ .seo-grid-2{ grid-template-columns:1fr; } }


.pricing-cards-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:36px; align-items:stretch; }
@media (max-width:1100px){ .pricing-cards-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:640px){ .pricing-cards-grid{ grid-template-columns:1fr; } }

.pcard{ background:var(--white); border:1px solid var(--border); border-radius:var(--radius-lg); padding:28px 24px; display:flex; flex-direction:column; }
.pcard h3{ font:700 19px/1.2 var(--font-head); color:var(--dark); margin:0 0 8px; }
.pcard-desc{ font-size:13.5px; color:var(--text-soft); margin:0 0 20px; line-height:1.55; min-height:60px; }
.pcard-price-row{ display:flex; align-items:baseline; gap:4px; }
.pcard-price{ font:800 30px/1 var(--font-head); color:var(--dark); }
.pcard-price-unit{ font-size:13.5px; font-weight:500; color:var(--text-mute); }
.pcard-was-row{ display:flex; align-items:center; gap:8px; margin:6px 0 14px; flex-wrap:wrap; }
.pcard-was{ text-decoration:line-through; color:var(--text-mute2); font-size:13.5px; }
.pcard-off-badge{ background:var(--coral); color:#fff; font:700 10.5px/1 var(--font-body); padding:4px 8px; border-radius:20px; text-transform:uppercase; letter-spacing:.04em; }
.pcard-setup{ font-size:12.5px; color:var(--text-mute); margin-bottom:20px; }
.pcard ul{ list-style:none; margin:0 0 26px; padding:0; display:flex; flex-direction:column; gap:10px; flex-grow:1; }
.pcard ul li{ font-size:13.5px; color:var(--text-soft); padding-left:22px; position:relative; line-height:1.4; }
.pcard ul li::before{ content:"\2713"; position:absolute; left:0; top:0; color:var(--coral); font-weight:700; }
.pcard .btn{ width:100%; text-align:center; justify-content:center; box-sizing:border-box; }
