/* Demo SEO Pages — Love Crafted Digital */
:root{
  --navy:#0F2A44;
  --blue:#3FA9F5;
  --red:#C23A3A;

  --bg:#071725;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.09);
  --stroke: rgba(255,255,255,.12);

  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --shadow: 0 18px 50px rgba(0,0,0,.35);

  --radius: 18px;
  --radius2: 24px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 10% 10%, rgba(63,169,245,.18), transparent 55%),
              radial-gradient(900px 500px at 85% 15%, rgba(194,58,58,.10), transparent 55%),
              var(--bg);
  color:var(--text);
}
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
.container{ width:min(1120px, calc(100% - 32px)); margin:0 auto; }
.muted{ color:var(--muted); }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid var(--stroke);
  font-weight:700;
  letter-spacing:.2px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn-primary{
  background: linear-gradient(135deg, rgba(63,169,245,.95), rgba(63,169,245,.65));
  border-color: rgba(63,169,245,.35);
}
.btn-secondary{
  background: rgba(255,255,255,.07);
}
.btn-ghost{
  background: transparent;
}
.btn.full{ width:100%; }

.demo-header{
  position:sticky; top:0;
  z-index:10;
  background: rgba(7,23,37,.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.demo-header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{ display:flex; align-items:center; gap:10px; }
.brand-mark{
  width:40px; height:40px;
  border-radius:14px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  font-weight:900;
}
.brand-text{ font-weight:800; }
.demo-nav{ display:flex; align-items:center; gap:14px; }
.demo-nav a{ color: rgba(255,255,255,.85); font-weight:700; }
.demo-nav a:hover{ color: rgba(255,255,255,.98); }

.hero{ padding:54px 0 18px; }
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:24px;
  align-items:stretch;
}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-weight:700;
}
.dot{
  width:10px; height:10px; border-radius:50%;
  background: rgba(63,169,245,.95);
  box-shadow: 0 0 0 6px rgba(63,169,245,.12);
}
h1{
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  line-height:1.03;
  margin:14px 0 10px;
}
.lede{
  font-size: 1.05rem;
  color: rgba(255,255,255,.80);
  line-height:1.55;
  margin:0 0 18px;
}
.hero-actions{ display:flex; flex-wrap:wrap; gap:12px; margin: 14px 0 16px; }
.trust{
  display:flex; flex-wrap:wrap; gap:10px;
  padding:0; margin:0;
  list-style:none;
}
.trust li{
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.80);
  font-weight:700;
  font-size:.92rem;
}

.preview-card{
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.preview-top{
  padding:14px 16px;
  display:flex; align-items:baseline; justify-content:space-between;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.preview-title{ font-weight:900; }
.preview-sub{ color: rgba(255,255,255,.65); font-weight:700; font-size:.92rem; }

.frame-wrap{ padding: 12px; }
iframe{
  width:100%;
  height: 520px;
  border:1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: #fff;
}
.preview-bottom{
  padding: 0 16px 16px;
}
.small-link{
  display:inline-block;
  margin-top: 6px;
  color: rgba(63,169,245,.95);
  font-weight:800;
}

.section{ padding: 40px 0; }
.section.alt{
  background: rgba(255,255,255,.03);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.section h2{
  font-size: 1.65rem;
  margin:0 0 10px;
  letter-spacing:.2px;
}
.section p{ margin:0 0 18px; }

.cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
}
.card{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 16px;
}
.card h3{ margin:0 0 8px; font-size: 1.02rem; }
.card p{ margin:0; color: rgba(255,255,255,.72); line-height:1.5; }

.pricing-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:16px;
  margin-bottom: 16px;
}
.pricing-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.price-card{
  border-radius: var(--radius2);
  padding: 18px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.price-card.highlight{
  background: linear-gradient(180deg, rgba(63,169,245,.16), rgba(255,255,255,.05));
  border-color: rgba(63,169,245,.22);
}
.pill{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(63,169,245,.18);
  border:1px solid rgba(63,169,245,.22);
  font-weight:900;
  font-size:.85rem;
  margin-bottom: 10px;
}
.price-card h3{ margin: 4px 0 6px; }
.price{ margin:0 0 12px; color: rgba(255,255,255,.74); font-weight:800; }

.list{
  margin:0 0 14px;
  padding-left: 18px;
  color: rgba(255,255,255,.76);
  line-height:1.55;
}
.cta{
  text-align:center;
  padding: 22px 0 8px;
}
.demo-footer{
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(7,23,37,.55);
}
.footer-inner{
  display:flex; justify-content:space-between; align-items:center;
  gap:14px;
}
.footer-right{ display:flex; gap:14px; }
.footer-right a{ color: rgba(255,255,255,.78); font-weight:700; }
.footer-right a:hover{ color: rgba(255,255,255,.95); }

/* Responsive */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
  iframe{ height: 520px; }
  .cards{ grid-template-columns: repeat(2, 1fr); }
  .pricing-grid{ grid-template-columns: 1fr; }
  .pricing-head{ align-items:flex-start; flex-direction:column; }
}
@media (max-width: 520px){
  .demo-nav{ display:none; }
  iframe{ height: 520px; }
  .cards{ grid-template-columns: 1fr; }
}
.frame-wrap iframe{
  border-radius: 26px;
}

.frame-wrap{
  background: rgba(0,0,0,.18);
  border-radius: 28px;
  padding: 10px;
}
/* =========================================
   Demo SEO Pages — Color hierarchy fixes
   Paste this at the BOTTOM of your CSS
========================================= */

/* 1) Make the top hero pill neutral (not an accent) */
.pill{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
}

/* Keep the dot as the only blue element up there */
.dot{
  background: rgba(63,169,245,.95);
  box-shadow: 0 0 0 6px rgba(63,169,245,.10);
}

/* 2) Make price text NOT blue (blue should be reserved for actions) */
.price{
  color: rgba(255,255,255,.90);
}

/* 3) Turn your tags into neutral chips (stop using “blue” everywhere) */
.tags span{
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.78);
}

/* 4) Make the "note" area slightly red-tinted instead of blue (variety + emphasis) */
.menu-note{
  background: rgba(194,58,58,.10);
  border: 1px solid rgba(194,58,58,.18);
  color: rgba(255,255,255,.84);
}

/* 5) Keep links blue, but slightly softer so they don't scream */
.notice a,
.small-link{
  color: rgba(140,210,255,.95);
}

/* 6) Give secondary button a stronger glass look so it’s clearly NOT the main action */
.btn-secondary{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.16);
}

/* 7) Add a red hover on primary CTA for a premium “agency” feel (optional but nice) */
.btn-primary:hover{
  border-color: rgba(194,58,58,.35);
  background: linear-gradient(135deg, rgba(194,58,58,.95), rgba(63,169,245,.55));
}

/* 8) Make featured cards use a subtle neutral highlight (not another blue wash) */
.day.featured{
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  border-color: rgba(255,255,255,.16);
}
