:root{
  --dark:#07111f;
  --dark2:#0d1728;
  --blue:#2563eb;
  --green:#16a34a;
  --soft:#f5f8fc;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --border:#e2e8f0;
  --shadow:0 24px 70px rgba(15,23,42,.12);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:linear-gradient(135deg,#f8fbff,#eef6ff 45%,#f8fafc);color:var(--text);overflow-x:hidden}
a{text-decoration:none;color:inherit}button{font-family:inherit}.landing-header{position:sticky;top:0;z-index:50;background:rgba(248,251,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.78)}.landing-nav{max-width:1180px;margin:0 auto;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px}.landing-brand,.footer-brand{display:flex;align-items:center;gap:12px}.landing-brand-icon{width:48px;height:48px;border-radius:16px;background:#fff;display:grid;place-items:center;box-shadow:0 14px 35px rgba(15,23,42,.10);overflow:hidden}.landing-brand-icon img{width:100%;height:100%;object-fit:contain}.landing-brand strong,.footer-brand strong{display:block;font-size:22px;letter-spacing:-.03em}.landing-brand small,.footer-brand small{display:block;color:var(--muted);font-weight:700;font-size:12px}.landing-nav-links{display:flex;align-items:center;gap:18px;font-size:14px;font-weight:800;color:#334155}.landing-nav-links a:hover{color:var(--blue)}.login-link{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--border)}.nav-cta,.primary-cta,.secondary-cta,.ghost-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;font-weight:900;transition:.22s ease}.nav-cta,.primary-cta{background:linear-gradient(135deg,#07111f,#1e40af);color:#fff;box-shadow:0 16px 36px rgba(37,99,235,.22)}.nav-cta{padding:11px 16px}.landing-menu-btn{display:none;border:0;background:#07111f;color:white;border-radius:14px;width:44px;height:44px;font-size:22px}.hero-section{max-width:1180px;margin:0 auto;padding:78px 22px 48px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.hero-kicker,.section-head span,.split-copy span,.role-card span,.pricing-card span,#landingModalKicker{display:inline-block;color:var(--green);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.hero-copy h1{font-size:clamp(42px,6vw,72px);line-height:.96;letter-spacing:-.06em;margin-bottom:22px;color:#07111f}.hero-copy p{font-size:18px;line-height:1.75;color:#475569;max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.primary-cta,.secondary-cta,.ghost-cta{padding:15px 20px}.secondary-cta{background:#fff;color:#07111f;border:1px solid var(--border);box-shadow:0 14px 30px rgba(15,23,42,.08)}.ghost-cta{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.primary-cta:hover,.secondary-cta:hover,.ghost-cta:hover,.nav-cta:hover{transform:translateY(-2px)}.hero-trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.hero-trust-row span{font-size:13px;font-weight:800;color:#1e293b;background:#fff;border:1px solid var(--border);border-radius:999px;padding:9px 12px}.dashboard-preview-card{background:rgba(255,255,255,.86);border:1px solid rgba(226,232,240,.95);border-radius:30px;padding:20px;box-shadow:var(--shadow);overflow:hidden}.preview-topbar{display:flex;align-items:center;gap:8px;margin-bottom:18px}.preview-topbar span{width:10px;height:10px;border-radius:999px;background:#cbd5e1}.preview-topbar strong{margin-left:auto;color:#334155;font-size:13px}.preview-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.preview-kpi-grid article{padding:16px;border-radius:20px;background:linear-gradient(135deg,#f8fafc,#eef6ff);border:1px solid #e5edf8}.preview-kpi-grid small{display:block;color:var(--muted);font-weight:800}.preview-kpi-grid strong{display:block;font-size:22px;margin:9px 0}.preview-kpi-grid em{font-style:normal;font-size:12px;font-weight:900;color:var(--green)}.preview-chart{height:210px;margin:18px 0;padding:18px;border-radius:22px;background:#07111f;display:flex;align-items:end;gap:12px}.preview-chart div{flex:1;border-radius:12px 12px 4px 4px;background:linear-gradient(180deg,#60a5fa,#22c55e)}.preview-list{display:grid;gap:10px}.preview-list div{display:flex;justify-content:space-between;gap:14px;background:#f8fafc;border:1px solid var(--border);border-radius:16px;padding:13px 14px}.preview-list span{color:#64748b;font-weight:700}.preview-list strong{color:#0f172a}.section-shell,.split-section,.role-section,.final-cta-section{max-width:1180px;margin:0 auto;padding:54px 22px}.section-head{text-align:center;max-width:760px;margin:0 auto 28px}.section-head h2,.split-copy h2,.role-card h2,.final-cta-section h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.045em;line-height:1.06;margin-bottom:12px}.section-head p,.split-copy p,.role-card p,.final-cta-section p{color:#64748b;font-size:16px;line-height:1.75}.feature-grid,.pricing-grid,.trust-grid,.testimonial-grid,.removedqa-grid{display:grid;gap:18px}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-card,.steps-grid article,.role-card,.pricing-card,.trust-grid article,.testimonial-grid article,.removedqa-grid details{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 14px 35px rgba(15,23,42,.06);transition:.22s ease}.feature-card:hover,.pricing-card:hover,.testimonial-grid article:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(15,23,42,.10)}.feature-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#ecfdf5;color:#166534;font-weight:900;margin-bottom:16px}.feature-card h3,.steps-grid h3,.pricing-card h3,.trust-grid strong{font-size:20px;margin-bottom:10px}.feature-card p,.steps-grid p,.pricing-card p,.trust-grid p,.testimonial-grid p,.removedqa-grid p{color:#64748b;line-height:1.65}.split-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:start}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.steps-grid strong{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:#07111f;color:#fff;margin-bottom:14px}.wide-preview{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:30px;overflow:hidden;display:grid;grid-template-columns:210px 1fr;min-height:370px}.wide-sidebar{background:linear-gradient(180deg,#07111f,#0d1728);padding:28px 18px;display:grid;gap:14px;align-content:start}.wide-sidebar span{height:42px;border-radius:14px;background:rgba(255,255,255,.10)}.wide-main{padding:26px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.wide-title{height:54px;border-radius:20px;background:#fff;border:1px solid var(--border);margin-bottom:18px}.wide-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.wide-cards span{height:92px;border-radius:22px;background:linear-gradient(135deg,#fff,#eaf4ff);border:1px solid #e5edf8}.wide-panel{height:150px;border-radius:24px;background:#fff;border:1px solid var(--border)}.role-section{display:grid;grid-template-columns:1fr 1fr;gap:18px}.owner-legacy-role{background:linear-gradient(135deg,#07111f,#1e293b);color:#fff}.owner-legacy-role p{color:#cbd5e1}.team-legacy-role{background:linear-gradient(135deg,#ecfdf5,#ffffff)}.pricing-grid{grid-template-columns:1fr 1fr;align-items:stretch}.pricing-card{display:flex;flex-direction:column;justify-content:space-between;gap:20px}.pricing-card h3{font-size:38px;letter-spacing:-.04em}.pricing-card ul{display:grid;gap:12px;padding-left:20px;color:#334155;line-height:1.45}.pricing-card a{display:inline-flex;justify-content:center;padding:14px 16px;border-radius:16px;font-weight:900;background:#07111f;color:#fff}.featured-price{border:2px solid rgba(37,99,235,.35);background:linear-gradient(180deg,#fff,#eff6ff)}.trust-grid,.testimonial-grid{grid-template-columns:repeat(3,1fr)}.trust-grid article strong{display:block}.testimonial-grid article p{font-size:16px;margin-bottom:16px}.testimonial-grid article strong{color:#07111f}.removedqa-grid{grid-template-columns:1fr 1fr}.removedqa-grid details{padding:0;overflow:hidden}.removedqa-grid summary{cursor:pointer;padding:20px 22px;font-weight:900}.removedqa-grid p{padding:0 22px 22px}.final-cta-section{text-align:center;background:linear-gradient(135deg,#07111f,#1e3a8a);color:white;border-radius:34px;margin-top:50px;margin-bottom:54px}.final-cta-section p{color:#dbeafe;max-width:680px;margin:0 auto}.center-actions{justify-content:center}.secondary-cta.light{background:#fff;color:#07111f}.landing-footer{max-width:1180px;margin:0 auto 28px;padding:24px 22px;border-radius:28px;background:#07111f;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 20px 50px rgba(15,23,42,.16)}.landing-footer small,.landing-footer p{color:#cbd5e1}.landing-footer p{font-size:13px}.landing-footer-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.landing-footer-links a,.landing-footer-links button{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#e5e7eb;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:800;cursor:pointer}.landing-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px}.landing-modal.hidden{display:none}.landing-modal-backdrop{position:absolute;inset:0;background:rgba(7,17,31,.68);backdrop-filter:blur(5px)}.landing-modal-card{position:relative;width:min(880px,100%);max-height:min(760px,88vh);overflow:auto;background:#fff;border-radius:28px;padding:28px;box-shadow:0 28px 90px rgba(0,0,0,.28)}.landing-modal-close{position:absolute;right:18px;top:16px;width:42px;height:42px;border:0;border-radius:14px;background:#f1f5f9;font-size:24px;cursor:pointer}.landing-modal-card h2{font-size:34px;letter-spacing:-.04em;margin-bottom:14px}.landing-modal-body{display:grid;gap:16px;color:#475569;line-height:1.72}.landing-modal-body h3{color:#07111f;margin-top:10px}.landing-modal-body ul{padding-left:20px}.landing-modal-body .contact-card{background:#f8fafc;border:1px solid var(--border);border-radius:20px;padding:18px}
@media(max-width:900px){.landing-menu-btn{display:grid;place-items:center}.landing-nav{position:relative}.landing-nav-links{position:absolute;top:76px;left:18px;right:18px;background:#fff;border:1px solid var(--border);border-radius:22px;padding:16px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}.landing-nav-links.open{display:flex}.landing-nav-links a{text-align:center}.hero-grid,.split-section,.role-section,.pricing-grid,.trust-grid,.testimonial-grid,.removedqa-grid{grid-template-columns:1fr}.hero-section{padding-top:52px}.feature-grid{grid-template-columns:1fr 1fr}.wide-preview{grid-template-columns:1fr}.wide-sidebar{display:none}.landing-footer{flex-direction:column;text-align:center}.footer-brand{justify-content:center}}
@media(max-width:560px){.landing-nav{padding:14px}.hero-section,.section-shell,.split-section,.role-section{padding-left:14px;padding-right:14px}.feature-grid,.steps-grid,.wide-cards,.preview-kpi-grid{grid-template-columns:1fr}.hero-actions a{width:100%}.hero-copy h1{font-size:40px}.dashboard-preview-card,.feature-card,.pricing-card,.role-card{border-radius:22px}.final-cta-section{border-radius:0;margin-left:0;margin-right:0}.landing-footer{border-radius:22px;margin:0 14px 22px}}

/* Real Businexio dashboard screenshot showcase */
.real-dashboard-showcase,
.real-dashboard-wide-preview{
  position:relative;
  isolation:isolate;
  padding:10px;
  border-radius:32px;
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(239,246,255,.88));
  border:1px solid rgba(219,234,254,.95);
  box-shadow:0 28px 70px rgba(15,23,42,.16), 0 10px 28px rgba(37,99,235,.10);
  overflow:visible;
}
.real-dashboard-showcase::before,
.real-dashboard-wide-preview::before{
  content:"";
  position:absolute;
  inset:-26px;
  z-index:-1;
  border-radius:42px;
  background:radial-gradient(circle at 55% 35%,rgba(59,130,246,.20),transparent 42%),radial-gradient(circle at 15% 80%,rgba(34,197,94,.14),transparent 36%);
  filter:blur(8px);
  opacity:.95;
  pointer-events:none;
}
.real-dashboard-showcase{
  animation:dashboardFloat 7s ease-in-out infinite;
}
.real-dashboard-showcase img,
.real-dashboard-wide-preview img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  border-radius:24px;
  object-fit:contain;
  box-shadow:0 18px 44px rgba(15,23,42,.13);
  transition:transform .28s ease, box-shadow .28s ease;
}
.real-dashboard-showcase:hover img,
.real-dashboard-wide-preview:hover img{
  transform:translateY(-3px) scale(1.006);
  box-shadow:0 26px 62px rgba(15,23,42,.18);
}
.real-dashboard-wide-preview{
  display:block;
  min-height:0;
  max-width:1120px;
  margin:0 auto;
}
@keyframes dashboardFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
@media(max-width:900px){
  .real-dashboard-showcase,
  .real-dashboard-wide-preview{border-radius:26px;padding:8px;overflow:hidden}
  .real-dashboard-showcase::before,
  .real-dashboard-wide-preview::before{inset:-14px}
  .real-dashboard-showcase img,
  .real-dashboard-wide-preview img{border-radius:20px}
}
@media(max-width:560px){
  .real-dashboard-showcase,
  .real-dashboard-wide-preview{border-radius:22px;padding:6px}
  .real-dashboard-showcase img,
  .real-dashboard-wide-preview img{border-radius:17px}
}


/* ===== Refined hero dashboard showcase placement + quality ===== */
.hero-section{
  padding-top:58px;
  padding-bottom:34px;
}
.hero-grid{
  grid-template-columns:1fr;
  max-width:980px;
  margin:0 auto;
  text-align:center;
  gap:0;
}
.hero-copy p{
  margin-left:auto;
  margin-right:auto;
}
.hero-actions,
.hero-trust-row{
  justify-content:center;
}
.hero-dashboard-showcase{
  width:min(1180px,94vw);
  margin:34px auto 0;
  padding:10px;
  border-radius:34px;
  max-height:620px;
  overflow:hidden;
  transform:translateZ(0);
}
.hero-dashboard-showcase img{
  width:100%;
  height:auto;
  border-radius:25px;
  transform:translateZ(0);
  backface-visibility:hidden;
  image-rendering:auto;
  object-fit:contain;
}
.hero-dashboard-showcase:hover img{
  transform:translateY(-2px) scale(1.003) translateZ(0);
}
.real-dashboard-wide-preview{
  display:none !important;
}
.preview-section{
  display:none !important;
}
@media(max-width:1100px){
  .hero-dashboard-showcase{max-height:560px;width:min(1040px,94vw)}
}
@media(max-width:900px){
  .hero-grid{text-align:left;max-width:100%}
  .hero-actions,.hero-trust-row{justify-content:flex-start}
  .hero-dashboard-showcase{margin-top:28px;max-height:520px;width:100%}
}
@media(max-width:560px){
  .hero-section{padding-top:38px;padding-bottom:26px}
  .hero-dashboard-showcase{max-height:360px;margin-top:22px;padding:6px;border-radius:22px}
}

/* ===== PHASE 1: Premium top/hero redesign only ===== */
.premium-header{
  position:sticky;
  top:0;
  z-index:80;
  background:linear-gradient(180deg,rgba(248,251,255,.92),rgba(248,251,255,.72));
  border-bottom:1px solid rgba(203,213,225,.72);
  backdrop-filter:blur(22px) saturate(150%);
  box-shadow:0 10px 34px rgba(15,23,42,.06);
}
.premium-nav{
  max-width:1240px;
  padding:14px 24px;
}
.premium-brand{
  transition:transform .24s ease;
}
.premium-brand:hover{
  transform:translateY(-1px);
}
.premium-brand-icon{
  width:50px;
  height:50px;
  border-radius:18px;
  background:linear-gradient(135deg,#ffffff,#eff6ff);
  box-shadow:0 16px 38px rgba(37,99,235,.14), inset 0 0 0 1px rgba(255,255,255,.7);
}
.premium-nav-links{
  gap:20px;
}
.premium-nav-links > a:not(.premium-login-link):not(.premium-nav-cta){
  position:relative;
  padding:10px 0;
  color:#334155;
}
.premium-nav-links > a:not(.premium-login-link):not(.premium-nav-cta)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:5px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#2563eb,#22c55e);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .24s ease;
}
.premium-nav-links > a:not(.premium-login-link):not(.premium-nav-cta):hover::after{
  transform:scaleX(1);
}
.premium-login-link{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(203,213,225,.92);
  box-shadow:0 10px 26px rgba(15,23,42,.06);
}
.premium-nav-cta{
  background:linear-gradient(135deg,#07111f 0%,#1d4ed8 58%,#22c55e 145%);
  box-shadow:0 18px 40px rgba(37,99,235,.26);
}
.premium-hero-section{
  position:relative;
  max-width:1240px;
  min-height:calc(100vh - 82px);
  padding:74px 24px 54px;
  overflow:hidden;
}
.premium-hero-bg{
  position:absolute;
  inset:14px 14px auto;
  height:78%;
  pointer-events:none;
  border-radius:42px;
  background:
    radial-gradient(circle at 18% 16%,rgba(34,197,94,.18),transparent 30%),
    radial-gradient(circle at 82% 28%,rgba(37,99,235,.22),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.65),rgba(239,246,255,.72));
  filter:saturate(115%);
  z-index:-2;
}
.premium-hero-section::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-220px;
  top:80px;
  background:radial-gradient(circle,rgba(37,99,235,.22),transparent 68%);
  z-index:-1;
  pointer-events:none;
}
.premium-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(430px,.92fr);
  align-items:center;
  gap:42px;
  max-width:1190px;
  margin:0 auto;
  text-align:left;
}
.premium-hero-copy{
  animation:premiumHeroIn .7s cubic-bezier(.2,.8,.2,1) both;
}
.premium-hero-kicker{
  padding:9px 12px;
  margin-bottom:18px;
  border-radius:999px;
  background:rgba(236,253,245,.92);
  border:1px solid rgba(187,247,208,.9);
  color:#166534;
  box-shadow:0 12px 26px rgba(22,163,74,.08);
}
.premium-hero-copy h1{
  max-width:660px;
  font-size:clamp(42px,5.4vw,68px);
  line-height:.97;
  letter-spacing:-.065em;
  margin-bottom:20px;
  color:#07111f;
}
.premium-hero-copy p{
  max-width:610px;
  margin:0;
  color:#475569;
  font-size:18px;
  line-height:1.72;
}
.premium-hero-actions{
  gap:13px;
  margin-top:30px;
  justify-content:flex-start;
}
.premium-primary-cta,
.premium-secondary-cta,
.premium-ghost-cta{
  min-height:52px;
  padding:15px 21px;
  border-radius:18px;
}
.premium-primary-cta{
  background:linear-gradient(135deg,#07111f 0%,#1d4ed8 72%,#16a34a 150%);
  box-shadow:0 20px 44px rgba(37,99,235,.28);
}
.premium-secondary-cta{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(203,213,225,.9);
  box-shadow:0 18px 36px rgba(15,23,42,.08);
}
.premium-ghost-cta{
  background:rgba(236,253,245,.9);
  border:1px solid rgba(187,247,208,.95);
  color:#166534;
}
.premium-primary-cta:hover,
.premium-secondary-cta:hover,
.premium-ghost-cta:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 54px rgba(15,23,42,.14);
}
.premium-trust-row{
  justify-content:flex-start;
  gap:10px;
  margin-top:23px;
}
.premium-trust-row span{
  background:rgba(255,255,255,.82);
  border:1px solid rgba(203,213,225,.82);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.premium-dashboard-showcase{
  position:relative;
  width:100%;
  max-width:565px;
  margin:0;
  padding:0;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
  max-height:none;
  overflow:visible;
  animation:premiumShowcaseIn .82s cubic-bezier(.2,.8,.2,1) .08s both, premiumFloat 6.5s ease-in-out 1s infinite;
}
.premium-dashboard-showcase::before{
  display:none;
}
.premium-showcase-glow{
  position:absolute;
  inset:8% -8% -7% -8%;
  border-radius:38px;
  background:linear-gradient(135deg,rgba(37,99,235,.24),rgba(34,197,94,.18));
  filter:blur(26px);
  opacity:.85;
  z-index:0;
}
.premium-showcase-frame{
  position:relative;
  z-index:1;
  padding:0;
  border-radius:24px;
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:visible;
  transition:transform .28s ease;
}
.premium-showcase-frame:hover{
  transform:translateY(-5px) scale(1.01);
}
.premium-window-dots{display:none}
.premium-dashboard-showcase img{
  display:block;
  width:100%;
  height:auto;
  max-height:490px;
  object-fit:contain;
  border-radius:22px;
  transform:none;
  image-rendering:auto;
  backface-visibility:hidden;
  box-shadow:0 32px 80px rgba(15,23,42,.20),0 16px 40px rgba(37,99,235,.12);
}
.premium-dashboard-showcase:hover img{
  transform:none;
  box-shadow:0 40px 95px rgba(15,23,42,.24),0 20px 48px rgba(37,99,235,.16);
}
@keyframes premiumHeroIn{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes premiumShowcaseIn{
  from{opacity:0;transform:translateY(20px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes premiumFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
@media(max-width:1080px){
  .premium-hero-grid{grid-template-columns:1fr;gap:36px;text-align:center;max-width:880px}
  .premium-hero-copy h1,.premium-hero-copy p{margin-left:auto;margin-right:auto}
  .premium-hero-actions,.premium-trust-row{justify-content:center}
  .premium-dashboard-showcase{max-width:760px;margin:0 auto}
  .premium-dashboard-showcase img{max-height:520px}
}
@media(max-width:900px){
  .premium-nav-links{top:78px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px)}
  .premium-hero-section{min-height:auto;padding-top:48px}
  .premium-hero-grid{text-align:left;max-width:100%}
  .premium-hero-copy h1,.premium-hero-copy p{margin-left:0;margin-right:0}
  .premium-hero-actions,.premium-trust-row{justify-content:flex-start}
  .premium-dashboard-showcase{max-width:100%}
}
@media(max-width:560px){
  .premium-nav{padding:12px 14px}
  .premium-brand-icon{width:44px;height:44px;border-radius:15px}
  .premium-brand strong{font-size:20px}
  .premium-hero-section{padding:34px 14px 34px}
  .premium-hero-bg{inset:8px 8px auto;height:82%;border-radius:30px}
  .premium-hero-copy h1{font-size:39px;letter-spacing:-.055em}
  .premium-hero-copy p{font-size:16px;line-height:1.65}
  .premium-primary-cta,.premium-secondary-cta,.premium-ghost-cta{width:100%;min-height:50px}
  .premium-showcase-frame{border-radius:20px;padding:0}
  .premium-dashboard-showcase img{border-radius:17px;max-height:360px}
}
@media(prefers-reduced-motion:reduce){
  .premium-hero-copy,.premium-dashboard-showcase{animation:none!important}
  .premium-showcase-frame,.premium-primary-cta,.premium-secondary-cta,.premium-ghost-cta{transition:none!important}
}

/* ===== HERO FULL-WIDTH BACKGROUND FIX =====
   Keeps the current hero content/screenshot sizing, but lets the premium
   hero background stretch edge-to-edge across the browser window. */
.premium-hero-section{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:24px;
  padding-right:24px;
}

.premium-hero-bg{
  inset:0 0 auto 0;
  width:100%;
  height:100%;
  border-radius:0;
}

@media(max-width:560px){
  .premium-hero-section{
    padding-left:14px;
    padding-right:14px;
  }

  .premium-hero-bg{
    inset:0 0 auto 0;
    border-radius:0;
  }
}

/* ===== VALIDATED BALANCE UPDATE: Centered premium hero, fuller desktop width, stronger polish ===== */
.premium-hero-section{
  width:100%;
  max-width:none;
  margin:0;
  padding:74px clamp(22px,3vw,48px) 58px;
  overflow:hidden;
}
.premium-hero-grid{
  display:grid;
  grid-template-columns:minmax(420px,1.05fr) minmax(460px,.95fr);
  align-items:center;
  gap:clamp(34px,4vw,62px);
  max-width:1380px;
  width:100%;
  margin:0 auto;
  text-align:left;
}
.premium-dashboard-showcase{
  width:100%;
  max-width:720px;
  justify-self:center;
}
.premium-dashboard-showcase img{
  max-height:650px;
}
.premium-hero-copy h1{
  max-width:720px;
}
.premium-hero-copy p{
  max-width:660px;
}
.section-shell,.split-section,.role-section,.final-cta-section,.landing-footer{
  max-width:1320px;
}
.feature-card,.pricing-card,.trust-grid article,.testimonial-grid article,.removedqa-grid details,.steps-grid article,.role-card{
  position:relative;
  overflow:hidden;
}
.feature-card::before,.pricing-card::before,.trust-grid article::before,.testimonial-grid article::before,.steps-grid article::before,.role-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(37,99,235,.08),transparent 38%,rgba(34,197,94,.08));
  opacity:0;
  transition:opacity .28s ease;
  pointer-events:none;
}
.feature-card:hover::before,.pricing-card:hover::before,.trust-grid article:hover::before,.testimonial-grid article:hover::before,.steps-grid article:hover::before,.role-card:hover::before{
  opacity:1;
}
.primary-cta,.secondary-cta,.ghost-cta,.nav-cta{
  will-change:transform;
}
.premium-primary-cta{
  background-size:180% 180%;
  animation:premiumGradientMove 7s ease infinite;
}
@keyframes premiumGradientMove{
  0%,100%{background-position:0% 50%}
  50%{background-position:100% 50%}
}
@media(max-width:1080px){
  .premium-hero-grid{
    grid-template-columns:1fr;
    max-width:930px;
    text-align:center;
  }
  .premium-dashboard-showcase{
    max-width:860px;
    margin:0 auto;
  }
  .premium-dashboard-showcase img{max-height:560px}
}
@media(max-width:900px){
  .premium-hero-grid{
    text-align:left;
    max-width:100%;
  }
  .premium-dashboard-showcase{max-width:100%}
  .premium-dashboard-showcase img{max-height:520px}
}
@media(max-width:560px){
  .premium-hero-section{padding:34px 14px 34px}
  .premium-hero-grid{gap:28px}
  .premium-dashboard-showcase img{max-height:360px}
}
@media(prefers-reduced-motion:reduce){
  .premium-primary-cta{animation:none!important}
}

/* ===== REQUEST UPDATE: Cleaner premium hero CTAs + less crowded features section ===== */
.premium-hero-actions{
  align-items:center;
}
.premium-hero-actions .premium-primary-cta,
.premium-hero-actions .premium-secondary-cta{
  position:relative;
  overflow:hidden;
  letter-spacing:-.01em;
}
.premium-hero-actions .premium-primary-cta::after,
.premium-hero-actions .premium-secondary-cta::after{
  content:"";
  position:absolute;
  inset:-60% -35%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.30),transparent);
  transform:translateX(-120%) rotate(12deg);
  transition:transform .75s ease;
  pointer-events:none;
}
.premium-hero-actions .premium-primary-cta:hover::after,
.premium-hero-actions .premium-secondary-cta:hover::after{
  transform:translateX(120%) rotate(12deg);
}
.premium-hero-actions .premium-secondary-cta{
  min-width:250px;
}
.feature-clean-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(260px,.72fr) 1fr;
  gap:28px;
  align-items:center;
  padding:30px;
  border-radius:30px;
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(239,246,255,.88));
  border:1px solid rgba(203,213,225,.85);
  box-shadow:0 24px 64px rgba(15,23,42,.09);
  overflow:hidden;
  animation:premiumFeatureLift .7s cubic-bezier(.2,.8,.2,1) both;
}
.feature-clean-panel::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-170px;
  top:-210px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(37,99,235,.16),transparent 68%);
  pointer-events:none;
}
.feature-clean-panel::after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  left:-160px;
  bottom:-190px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(34,197,94,.13),transparent 66%);
  pointer-events:none;
}
.feature-clean-copy,
.feature-clean-list{
  position:relative;
  z-index:1;
}
.feature-clean-copy strong{
  display:block;
  font-size:clamp(24px,3vw,34px);
  line-height:1.05;
  letter-spacing:-.045em;
  color:#07111f;
  margin-bottom:10px;
}
.feature-clean-copy p{
  color:#64748b;
  font-size:16px;
  line-height:1.7;
  max-width:470px;
}
.feature-clean-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}
.feature-clean-list span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(203,213,225,.82);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
  color:#1e293b;
  font-size:14px;
  font-weight:900;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.feature-clean-list span:hover{
  transform:translateY(-3px);
  border-color:rgba(37,99,235,.32);
  box-shadow:0 16px 34px rgba(37,99,235,.10);
}
@keyframes premiumFeatureLift{
  from{opacity:0;transform:translateY(16px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:900px){
  .feature-clean-panel{
    grid-template-columns:1fr;
    padding:24px;
  }
  .feature-clean-list{
    justify-content:flex-start;
  }
}
@media(max-width:560px){
  .premium-hero-actions .premium-secondary-cta{
    min-width:0;
  }
  .feature-clean-panel{
    border-radius:22px;
    padding:20px;
  }
  .feature-clean-list{
    gap:9px;
  }
  .feature-clean-list span{
    min-height:38px;
    font-size:13px;
    padding:9px 12px;
  }
}
@media(prefers-reduced-motion:reduce){
  .feature-clean-panel{animation:none!important}
}


/* ===== REQUEST UPDATE: Remove hero badges, unnumbered steps, professional access cards ===== */
.premium-trust-row{display:none!important;}
.steps-grid article{
  padding:26px;
  border-radius:26px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,250,252,.92));
  border:1px solid rgba(203,213,225,.82);
  box-shadow:0 18px 44px rgba(15,23,42,.07);
}
.steps-grid article h3{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}
.steps-grid article h3::before{
  content:"";
  width:12px;
  height:12px;
  flex:0 0 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#2563eb,#22c55e);
  box-shadow:0 0 0 7px rgba(37,99,235,.08);
}
.steps-grid article strong{display:none!important;}
.premium-access-section{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
  padding-top:36px;
  padding-bottom:44px;
}
.owner-access-card,
.team-access-card{
  min-height:0;
  padding:28px;
  border-radius:30px;
  border:1px solid rgba(203,213,225,.82);
  box-shadow:0 24px 62px rgba(15,23,42,.09);
}
.owner-access-card{
  color:#07111f;
  background:
    radial-gradient(circle at 92% 0%,rgba(37,99,235,.15),transparent 34%),
    linear-gradient(135deg,#ffffff,#eff6ff 78%);
}
.team-access-card{
  color:#07111f;
  background:
    radial-gradient(circle at 92% 0%,rgba(34,197,94,.14),transparent 34%),
    linear-gradient(135deg,#ffffff,#ecfdf5 85%);
}
.owner-access-card span,
.team-access-card span{
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(203,213,225,.75);
  color:#166534;
  margin-bottom:18px;
}
.owner-access-card h2,
.team-access-card h2{
  font-size:clamp(26px,3vw,36px);
  margin-bottom:10px;
}
.owner-access-card p,
.team-access-card p{
  color:#475569;
  max-width:560px;
}
.owner-access-card ul,
.team-access-card ul{
  list-style:none;
  display:grid;
  gap:10px;
  margin-top:20px;
  padding:0;
}
.owner-access-card li,
.team-access-card li{
  position:relative;
  padding:12px 14px 12px 38px;
  border-radius:16px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(203,213,225,.64);
  color:#1e293b;
  font-weight:800;
}
.owner-access-card li::before,
.team-access-card li::before{
  content:"";
  position:absolute;
  left:15px;
  top:50%;
  width:9px;
  height:9px;
  border-radius:999px;
  background:linear-gradient(135deg,#2563eb,#22c55e);
  transform:translateY(-50%);
}
@media(max-width:900px){
  .premium-access-section{grid-template-columns:1fr;}
}
@media(max-width:560px){
  .steps-grid article,.owner-access-card,.team-access-card{padding:22px;border-radius:22px;}
}

/* ===== REQUEST UPDATE: Three premium pricing cards + removed bottom CTA ===== */
.premium-pricing-section{
  padding-top:58px;
  padding-bottom:46px;
}
.premium-pricing-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.premium-plan-card{
  position:relative;
  min-height:100%;
  padding:28px;
  border-radius:30px;
  background:
    radial-gradient(circle at 88% 6%,rgba(37,99,235,.10),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,250,252,.94));
  border:1px solid rgba(203,213,225,.86);
  box-shadow:0 22px 58px rgba(15,23,42,.08);
  overflow:hidden;
  isolation:isolate;
  transform:translateZ(0);
}
.premium-plan-card::after{
  content:"";
  position:absolute;
  inset:auto 22px 0;
  height:4px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,#2563eb,#22c55e);
  opacity:.72;
}
.premium-plan-card:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 76px rgba(15,23,42,.13);
  border-color:rgba(37,99,235,.26);
}
.premium-plan-card .plan-top span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(236,253,245,.84);
  border:1px solid rgba(187,247,208,.88);
  color:#166534;
  margin-bottom:16px;
}
.premium-plan-card h3{
  font-size:clamp(30px,3vw,42px);
  line-height:1;
  margin-bottom:10px;
  color:#07111f;
}
.premium-plan-card p{
  color:#64748b;
  line-height:1.65;
}
.premium-plan-card ul{
  list-style:none;
  padding:0;
  margin:6px 0 4px;
  gap:11px;
}
.premium-plan-card li{
  position:relative;
  padding:11px 12px 11px 38px;
  border-radius:16px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(226,232,240,.84);
  color:#1e293b;
  font-weight:800;
}
.premium-plan-card li::before{
  content:"✓";
  position:absolute;
  left:13px;
  top:50%;
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:linear-gradient(135deg,#2563eb,#22c55e);
  color:#fff;
  font-size:11px;
  transform:translateY(-50%);
}
.premium-plan-card a{
  min-height:50px;
  border-radius:17px;
  background:linear-gradient(135deg,#07111f,#1d4ed8 74%,#16a34a 155%);
  box-shadow:0 18px 38px rgba(37,99,235,.20);
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.premium-plan-card a:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 48px rgba(37,99,235,.28);
  filter:saturate(112%);
}
.monthly-plan-card{
  background:
    radial-gradient(circle at 84% 8%,rgba(37,99,235,.18),transparent 34%),
    linear-gradient(145deg,#ffffff,#eff6ff 74%);
  border:2px solid rgba(37,99,235,.30);
  box-shadow:0 28px 76px rgba(37,99,235,.12),0 18px 48px rgba(15,23,42,.08);
}
.yearly-plan-card{
  background:
    radial-gradient(circle at 84% 8%,rgba(34,197,94,.16),transparent 34%),
    linear-gradient(145deg,#ffffff,#ecfdf5 78%);
}
.best-value-badge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  padding:8px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,#07111f,#1d4ed8);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 14px 30px rgba(37,99,235,.22);
}
.landing-footer{
  margin-top:18px;
}
@media(max-width:1080px){
  .premium-pricing-grid{
    grid-template-columns:1fr;
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
  }
  .premium-plan-card{min-height:0;}
}
@media(max-width:560px){
  .premium-pricing-section{
    padding-top:42px;
    padding-bottom:34px;
  }
  .premium-plan-card{
    padding:22px;
    border-radius:22px;
  }
  .best-value-badge{
    position:static;
    width:max-content;
    margin-bottom:14px;
  }
}
@media(prefers-reduced-motion:reduce){
  .premium-plan-card,.premium-plan-card a{transition:none!important;}
}

/* ===== REQUEST UPDATE: Pricing moved near footer + premium section polish ===== */
.premium-access-section{
  display:grid;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);
  gap:24px;
  align-items:stretch;
  padding-top:44px;
  padding-bottom:44px;
}
.access-intro-card,
.access-feature-card{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(203,213,225,.82);
  box-shadow:0 24px 64px rgba(15,23,42,.08);
}
.access-intro-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:32px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 12%,rgba(34,197,94,.32),transparent 30%),
    radial-gradient(circle at 92% 18%,rgba(59,130,246,.30),transparent 36%),
    linear-gradient(145deg,#07111f,#102344 78%);
}
.access-intro-card::after,
.access-feature-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.14),transparent 36%);
  opacity:.75;
  pointer-events:none;
}
.access-intro-card span,
.access-feature-card span{
  position:relative;
  z-index:1;
  display:inline-flex;
  width:max-content;
  align-items:center;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#bbf7d0;
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.access-intro-card h2{
  position:relative;
  z-index:1;
  font-size:clamp(30px,3.4vw,44px);
  line-height:1.04;
  letter-spacing:-.05em;
  margin-bottom:14px;
}
.access-intro-card p{
  position:relative;
  z-index:1;
  color:#dbeafe;
  line-height:1.7;
  font-size:16px;
}
.access-card-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.access-feature-card{
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:18px;
  row-gap:18px;
  align-items:start;
  padding:24px;
  color:#07111f;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,250,252,.94));
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.access-feature-card:hover{
  transform:translateY(-4px);
  box-shadow:0 32px 78px rgba(15,23,42,.12);
  border-color:rgba(37,99,235,.24);
}
.owner-access-card,
.team-access-card{
  min-height:0;
  padding:24px;
  border-radius:32px;
}
.owner-access-card{
  background:
    radial-gradient(circle at 96% 0%,rgba(37,99,235,.14),transparent 34%),
    linear-gradient(145deg,#ffffff,#eff6ff 82%);
}
.team-access-card{
  background:
    radial-gradient(circle at 96% 0%,rgba(34,197,94,.15),transparent 34%),
    linear-gradient(145deg,#ffffff,#ecfdf5 84%);
}
.access-icon{
  position:relative;
  z-index:1;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,#07111f,#1d4ed8 72%,#16a34a 155%);
  box-shadow:0 16px 34px rgba(37,99,235,.22);
  font-size:20px;
}
.access-feature-card > div:not(.access-icon),
.access-feature-card ul{
  position:relative;
  z-index:1;
}
.access-feature-card span{
  background:rgba(255,255,255,.78);
  border-color:rgba(203,213,225,.74);
  color:#166534;
  margin-bottom:10px;
}
.access-feature-card h3{
  font-size:clamp(22px,2.4vw,30px);
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:8px;
}
.access-feature-card p{
  color:#475569;
  line-height:1.65;
}
.access-feature-card ul{
  grid-column:1 / -1;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:0;
  margin:0;
}
.access-feature-card li{
  position:relative;
  padding:12px 12px 12px 34px;
  border-radius:16px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(226,232,240,.86);
  color:#1e293b;
  font-size:13px;
  font-weight:900;
}
.access-feature-card li::before{
  content:"";
  position:absolute;
  left:13px;
  top:50%;
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(135deg,#2563eb,#22c55e);
  transform:translateY(-50%);
}
.security-section,
.testimonials-section,
.removedqa-section{
  position:relative;
}
.security-section::before,
.testimonials-section::before,
.removedqa-section::before{
  content:"";
  position:absolute;
  inset:24px 22px;
  border-radius:38px;
  background:linear-gradient(135deg,rgba(255,255,255,.52),rgba(239,246,255,.52));
  border:1px solid rgba(226,232,240,.52);
  z-index:-1;
}
.premium-trust-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.premium-trust-grid article{
  padding:26px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,250,252,.94));
  border:1px solid rgba(203,213,225,.84);
  box-shadow:0 22px 56px rgba(15,23,42,.07);
}
.premium-trust-grid article span{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:17px;
  margin-bottom:16px;
  color:#fff;
  background:linear-gradient(135deg,#07111f,#1d4ed8 72%,#16a34a 155%);
  box-shadow:0 14px 30px rgba(37,99,235,.20);
  font-weight:900;
}
.premium-trust-grid article strong{
  font-size:21px;
  letter-spacing:-.025em;
}
.premium-testimonial-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.premium-testimonial-grid article{
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(203,213,225,.84);
  box-shadow:0 22px 54px rgba(15,23,42,.07);
}
.premium-testimonial-grid article span{
  display:block;
  height:36px;
  color:#2563eb;
  font-size:54px;
  line-height:.8;
  font-weight:900;
  margin-bottom:8px;
}
.premium-testimonial-grid article p{
  color:#334155;
  font-size:16px;
  line-height:1.72;
}
.premium-testimonial-grid article strong{
  display:inline-flex;
  margin-top:6px;
  padding:9px 12px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid rgba(226,232,240,.9);
}
.removedqa-section{
  padding-bottom:54px;
}
.removedqa-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  max-width:1040px;
  margin:0 auto;
}
.removedqa-grid details{
  border-radius:22px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(203,213,225,.86);
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.removedqa-grid details:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 56px rgba(15,23,42,.09);
  border-color:rgba(37,99,235,.22);
}
.removedqa-grid summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  list-style:none;
}
.removedqa-grid summary::-webkit-details-marker{display:none;}
.removedqa-grid summary::after{
  content:"+";
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  font-weight:900;
}
.removedqa-grid details[open] summary::after{
  content:"–";
  background:#ecfdf5;
  color:#166534;
}
.premium-pricing-section{
  padding-top:42px;
  padding-bottom:42px;
  margin-top:6px;
}
.premium-pricing-section .section-head{
  margin-bottom:24px;
}
.landing-footer{
  margin-top:6px;
}
@media(max-width:1080px){
  .premium-access-section{
    grid-template-columns:1fr;
  }
  .access-intro-card{
    min-height:260px;
  }
  .premium-trust-grid,
  .premium-testimonial-grid{
    grid-template-columns:1fr;
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
  }
}
@media(max-width:760px){
  .access-feature-card,
  .access-feature-card ul,
  .removedqa-grid{
    grid-template-columns:1fr;
  }
  .security-section::before,
  .testimonials-section::before,
  .removedqa-section::before{
    inset:16px 14px;
    border-radius:28px;
  }
}
@media(max-width:560px){
  .premium-access-section,
  .security-section,
  .testimonials-section,
  .removedqa-section,
  .premium-pricing-section{
    padding-top:34px;
    padding-bottom:34px;
  }
  .access-intro-card,
  .access-feature-card,
  .premium-trust-grid article,
  .premium-testimonial-grid article{
    border-radius:22px;
    padding:22px;
  }
  .access-icon{
    width:44px;
    height:44px;
    border-radius:16px;
  }
}

/* ===== REQUEST UPDATE: refined Business Control section + Removed Q&A removal + smoother motion ===== */
.business-control-section{
  max-width:1180px;
  margin:0 auto;
  padding:54px 22px;
  display:grid;
  grid-template-columns:minmax(280px,.86fr) minmax(0,1.14fr);
  gap:22px;
  align-items:stretch;
}
.business-control-shell{
  position:relative;
  overflow:hidden;
  min-height:430px;
  border-radius:34px;
  padding:34px;
  color:#fff;
  background:
    radial-gradient(circle at 15% 18%,rgba(34,197,94,.30),transparent 26%),
    radial-gradient(circle at 88% 16%,rgba(59,130,246,.30),transparent 34%),
    linear-gradient(145deg,#06101d 0%,#10203d 58%,#132c55 100%);
  border:1px solid rgba(191,219,254,.18);
  box-shadow:0 30px 76px rgba(15,23,42,.16);
}
.business-control-shell::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 34%,rgba(34,197,94,.08));
  pointer-events:none;
}
.business-control-header,
.control-dashboard-preview{position:relative;z-index:1;}
.business-control-header span{
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#bbf7d0;
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.business-control-header h2{
  font-size:clamp(31px,3.5vw,46px);
  line-height:1.03;
  letter-spacing:-.055em;
  margin-bottom:14px;
}
.business-control-header p{
  color:#dbeafe;
  font-size:16px;
  line-height:1.7;
  max-width:520px;
}
.control-dashboard-preview{
  margin-top:28px;
  border-radius:24px;
  padding:16px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 24px 56px rgba(0,0,0,.16);
  backdrop-filter:blur(14px);
}
.control-window-bar{display:flex;gap:7px;margin-bottom:14px;}
.control-window-bar span{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.46);}
.control-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px;}
.control-mini-grid span{height:58px;border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(219,234,254,.82));}
.control-mini-panel{height:98px;border-radius:18px;background:linear-gradient(135deg,rgba(15,23,42,.55),rgba(30,64,175,.36));border:1px solid rgba(255,255,255,.16);}
.business-control-grid{display:grid;grid-template-columns:1fr;gap:16px;}
.refined-access-card{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:start;
  padding:26px;
  border-radius:30px;
  border:1px solid rgba(203,213,225,.82);
  box-shadow:0 24px 58px rgba(15,23,42,.075);
  transition:transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease;
}
.refined-access-card:hover{
  transform:translateY(-6px);
  box-shadow:0 34px 82px rgba(15,23,42,.13);
  border-color:rgba(37,99,235,.28);
}
.refined-access-card .access-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  font-size:0;
  transition:transform .28s ease, box-shadow .28s ease;
}
.refined-access-card:hover .access-icon{transform:translateY(-2px) rotate(-2deg);box-shadow:0 20px 44px rgba(37,99,235,.26);}
.access-icon svg{width:25px;height:25px;fill:currentColor;}
.refined-access-card h3{font-size:clamp(23px,2.5vw,31px);}
.refined-access-card ul{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.security-section,.testimonials-section{overflow:hidden;}
.removedqa-section{display:none!important;}
.landing-nav-links a[href="#removedqa"]{display:none!important;}
.section-shell,.split-section,.business-control-section,.premium-pricing-section{scroll-margin-top:92px;}
.reveal-ready{opacity:0;transform:translateY(22px);transition:opacity .68s ease, transform .68s cubic-bezier(.2,.8,.2,1);}
.reveal-ready.reveal-visible{opacity:1;transform:translateY(0);}
.feature-clean-panel,.steps-grid article,.premium-trust-grid article,.premium-testimonial-grid article,.premium-plan-card,.refined-access-card{will-change:transform;}
.premium-trust-grid article:hover,.premium-testimonial-grid article:hover,.steps-grid article:hover,.feature-clean-panel:hover{
  transform:translateY(-5px);
  box-shadow:0 30px 72px rgba(15,23,42,.11);
}
.primary-cta,.secondary-cta,.nav-cta,.pricing-card a{
  position:relative;
  overflow:hidden;
}
.primary-cta::after,.secondary-cta::after,.nav-cta::after,.pricing-card a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.28) 45%,transparent 70%);
  transform:translateX(-120%);
  transition:transform .6s ease;
}
.primary-cta:hover::after,.secondary-cta:hover::after,.nav-cta:hover::after,.pricing-card a:hover::after{transform:translateX(120%);}
@media(max-width:1080px){
  .business-control-section{grid-template-columns:1fr;}
  .business-control-shell{min-height:0;}
}
@media(max-width:760px){
  .business-control-section{padding-left:14px;padding-right:14px;}
  .refined-access-card,.refined-access-card ul{grid-template-columns:1fr;}
  .control-mini-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:560px){
  .business-control-section{padding-top:34px;padding-bottom:34px;}
  .business-control-shell,.refined-access-card{border-radius:22px;padding:22px;}
  .business-control-header h2{font-size:31px;}
  .refined-access-card .access-icon{width:48px;height:48px;}
}
@media(prefers-reduced-motion:reduce){
  .reveal-ready,.refined-access-card,.primary-cta,.secondary-cta,.nav-cta,.pricing-card a{transition:none!important;}
}

/* ===== Targeted update: meaningful Business Control live activity detail ===== */
.live-control-preview{
  display:grid;
  gap:14px;
  padding:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.075));
}
.live-preview-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.live-preview-top small{
  display:block;
  color:#bfdbfe;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  margin-bottom:5px;
}
.live-preview-top strong{
  display:block;
  color:#fff;
  font-size:18px;
  letter-spacing:-.025em;
}
.live-status-dot{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px 8px 24px;
  border-radius:999px;
  color:#dcfce7;
  background:rgba(22,163,74,.18);
  border:1px solid rgba(187,247,208,.25);
  font-size:12px;
  font-weight:900;
}
.live-status-dot::before{
  content:"";
  position:absolute;
  left:10px;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#22c55e;
  box-shadow:0 0 0 0 rgba(34,197,94,.52);
  animation:livePulse 1.9s ease-out infinite;
}
.live-metric-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.live-metric-row article{
  min-width:0;
  padding:13px;
  border-radius:17px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(219,234,254,.88);
  box-shadow:0 14px 32px rgba(15,23,42,.12);
  transition:transform .28s ease, box-shadow .28s ease;
}
.live-metric-row article:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(15,23,42,.16);
}
.live-metric-row span,
.activity-item small{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.live-metric-row strong{
  display:block;
  color:#07111f;
  font-size:21px;
  letter-spacing:-.04em;
  margin:7px 0 4px;
}
.live-metric-row em{
  color:#16a34a;
  font-size:12px;
  font-style:normal;
  font-weight:900;
}
.activity-stream{
  display:grid;
  gap:9px;
}
.activity-item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  padding:12px;
  border-radius:18px;
  background:rgba(15,23,42,.34);
  border:1px solid rgba(255,255,255,.11);
  animation:activityLift 5.8s ease-in-out infinite;
}
.activity-item:nth-child(2){animation-delay:.55s;}
.activity-item:nth-child(3){animation-delay:1.1s;}
.activity-icon{
  width:34px;
  height:34px;
  border-radius:13px;
  background:linear-gradient(135deg,#60a5fa,#22c55e);
  position:relative;
  box-shadow:0 12px 26px rgba(37,99,235,.20);
}
.activity-icon::after{
  content:"";
  position:absolute;
  inset:9px;
  border-radius:6px;
  border:2px solid rgba(255,255,255,.82);
}
.team-icon{background:linear-gradient(135deg,#818cf8,#38bdf8);}
.report-icon{background:linear-gradient(135deg,#22c55e,#84cc16);}
.activity-item strong{
  display:block;
  color:#fff;
  font-size:14px;
  margin-bottom:3px;
}
.activity-item small{color:#bfdbfe;text-transform:none;letter-spacing:0;font-size:12px;font-weight:800;}
.activity-item time{
  color:#dbeafe;
  font-size:12px;
  font-weight:900;
}
@keyframes livePulse{
  0%{box-shadow:0 0 0 0 rgba(34,197,94,.52)}
  70%{box-shadow:0 0 0 10px rgba(34,197,94,0)}
  100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}
}
@keyframes activityLift{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-3px)}
}
@media(max-width:760px){
  .live-metric-row{grid-template-columns:1fr;}
  .live-preview-top{align-items:flex-start;}
}
@media(max-width:560px){
  .live-control-preview{padding:14px;gap:11px;}
  .activity-item{grid-template-columns:auto 1fr;}
  .activity-item time{grid-column:2;}
}
@media(prefers-reduced-motion:reduce){
  .live-status-dot::before,.activity-item{animation:none!important;}
}

/* ===== Targeted compactness update: Business Control section height reduction only ===== */
.business-control-section{
  padding-top:36px;
  padding-bottom:36px;
  gap:18px;
  align-items:start;
}
.business-control-shell{
  min-height:0;
  padding:26px;
  border-radius:30px;
}
.business-control-header span{
  margin-bottom:12px;
  padding:7px 11px;
}
.business-control-header h2{
  margin-bottom:10px;
  font-size:clamp(29px,3.1vw,40px);
}
.business-control-header p{
  line-height:1.56;
  font-size:15.5px;
}
.control-dashboard-preview,
.live-control-preview{
  margin-top:20px;
  padding:14px;
  gap:11px;
  border-radius:21px;
}
.live-preview-top small{
  margin-bottom:3px;
}
.live-preview-top strong{
  font-size:17px;
}
.live-status-dot{
  padding:7px 10px 7px 23px;
}
.live-metric-row{
  gap:8px;
}
.live-metric-row article{
  padding:10px 11px;
  border-radius:15px;
}
.live-metric-row strong{
  font-size:19px;
  margin:5px 0 2px;
}
.activity-stream{
  gap:7px;
}
.activity-item{
  padding:9px 10px;
  border-radius:15px;
  gap:9px;
}
.activity-icon{
  width:30px;
  height:30px;
  border-radius:11px;
}
.activity-icon::after{
  inset:8px;
}
.activity-item strong{
  font-size:13.5px;
  margin-bottom:1px;
}
.activity-item small{
  font-size:11.5px;
}
.business-control-grid{
  gap:13px;
}
.refined-access-card{
  padding:22px;
  border-radius:26px;
  gap:15px;
}
.refined-access-card .access-icon{
  width:50px;
  height:50px;
  border-radius:16px;
}
.refined-access-card h3{
  font-size:clamp(21px,2.2vw,27px);
  margin-bottom:8px;
}
.refined-access-card p{
  line-height:1.55;
}
.refined-access-card ul{
  gap:8px;
}
.refined-access-card li{
  padding:9px 10px;
  font-size:13px;
}
@media(max-width:1080px){
  .business-control-section{padding-top:34px;padding-bottom:34px;}
}
@media(max-width:760px){
  .business-control-section{gap:14px;}
  .business-control-shell{padding:23px;}
  .live-metric-row{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:560px){
  .business-control-section{padding-top:26px;padding-bottom:26px;}
  .business-control-shell,.refined-access-card{border-radius:21px;padding:19px;}
  .business-control-header h2{font-size:29px;}
  .live-metric-row{grid-template-columns:1fr;}
  .activity-item{padding:9px;}
}


/* ===== Targeted alignment fix: equal Business Control access cards ===== */
.business-control-grid{
  align-self:stretch;
  grid-auto-rows:1fr;
}
.business-control-grid .refined-access-card{
  height:100%;
  min-height:205px;
  grid-template-columns:auto minmax(0,1fr);
  grid-template-rows:auto 1fr;
  align-content:stretch;
}
.business-control-grid .refined-access-card > div:not(.access-icon){
  min-width:0;
  display:flex;
  flex-direction:column;
}
.business-control-grid .refined-access-card > div:not(.access-icon) p{
  margin-bottom:0;
}
.business-control-grid .refined-access-card ul{
  align-self:end;
  margin-top:2px;
}
@media(max-width:760px){
  .business-control-grid{grid-auto-rows:auto;}
  .business-control-grid .refined-access-card{min-height:0;}
  .business-control-grid .refined-access-card ul{align-self:start;margin-top:0;}
}

/* ===== Recovery export: inner Business Control feature-card alignment only ===== */
.business-control-grid .refined-access-card ul{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  align-items:stretch;
  margin-top:2px;
}
.business-control-grid .refined-access-card li{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  height:100%;
  padding:10px 12px;
  border-radius:15px;
  line-height:1.22;
  text-wrap:balance;
  overflow-wrap:normal;
  hyphens:none;
}
.business-control-grid .refined-access-card li::before{
  position:static;
  flex:0 0 8px;
  width:8px;
  height:8px;
  transform:none;
}
@media(max-width:760px){
  .business-control-grid .refined-access-card ul{
    grid-template-columns:1fr;
    margin-top:0;
  }
  .business-control-grid .refined-access-card li{
    min-height:42px;
    text-wrap:normal;
  }
}

/* ===== Targeted spacing fix: move Business Control inner feature cards upward ===== */
.business-control-grid .refined-access-card{
  grid-template-rows:auto auto;
  align-content:start;
  row-gap:13px;
}
.business-control-grid .refined-access-card > div:not(.access-icon){
  justify-content:flex-start;
}
.business-control-grid .refined-access-card > div:not(.access-icon) p{
  margin-bottom:0;
}
.business-control-grid .refined-access-card ul{
  align-self:start;
  margin-top:0;
}
@media(max-width:760px){
  .business-control-grid .refined-access-card{
    row-gap:12px;
  }
}

/* ===== Targeted content update: fuller Business Control detail chips ===== */
.business-control-grid .refined-access-card ul{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:7px;
}
.business-control-grid .refined-access-card li{
  min-height:48px;
  padding:10px 9px;
  font-size:12.35px;
  letter-spacing:-.01em;
  justify-content:flex-start;
}
.business-control-grid .refined-access-card li::before{
  flex-basis:7px;
  width:7px;
  height:7px;
}
@media(max-width:1180px){
  .business-control-grid .refined-access-card ul{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .business-control-grid .refined-access-card ul{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
  .business-control-grid .refined-access-card ul{grid-template-columns:1fr;}
  .business-control-grid .refined-access-card li{min-height:42px;font-size:13px;padding:9px 10px;}
}

/* ===== Final readability pass: keep expanded Business Control chips balanced ===== */
.business-control-grid .refined-access-card ul{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.business-control-grid .refined-access-card li{
  min-height:46px;
  padding:10px 11px;
  font-size:12.75px;
  line-height:1.2;
}
@media(max-width:760px){
  .business-control-grid .refined-access-card ul{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
  .business-control-grid .refined-access-card ul{grid-template-columns:1fr;}
}


/* ===== Verified Business Control space balance: compact useful chips ===== */
.business-control-grid .refined-access-card{
  grid-template-rows:auto auto;
  align-content:start;
  row-gap:10px;
}
.business-control-grid .refined-access-card > div:not(.access-icon){
  gap:0;
}
.business-control-grid .refined-access-card > div:not(.access-icon) p{
  margin-bottom:0;
  max-width:100%;
}
.business-control-grid .refined-access-card ul{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  margin-top:0;
  align-self:start;
}
.business-control-grid .refined-access-card li{
  min-height:42px;
  padding:9px 10px;
  font-size:12.45px;
  line-height:1.18;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow-wrap:normal;
  word-break:normal;
  text-wrap:balance;
}
@media(max-width:900px){
  .business-control-grid .refined-access-card ul{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .business-control-grid .refined-access-card{row-gap:10px;}
  .business-control-grid .refined-access-card ul{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:560px){
  .business-control-grid .refined-access-card ul{grid-template-columns:1fr;}
  .business-control-grid .refined-access-card li{min-height:40px;font-size:12.9px;text-wrap:normal;}
}

/* ===== Targeted fix: shorten left Business Control card only ===== */
@media (min-width: 901px){
  .business-control-section{
    align-items:center;
  }
  .business-control-shell{
    align-self:center;
    padding:22px;
    border-radius:28px;
  }
  .business-control-header span{
    margin-bottom:9px;
    padding:6px 10px;
    font-size:11px;
  }
  .business-control-header h2{
    font-size:clamp(27px,2.7vw,35px);
    line-height:1.02;
    margin-bottom:8px;
  }
  .business-control-header p{
    font-size:14.5px;
    line-height:1.48;
  }
  .control-dashboard-preview,
  .live-control-preview{
    margin-top:14px;
    padding:10px;
    gap:8px;
    border-radius:19px;
  }
  .live-preview-top{
    gap:10px;
  }
  .live-preview-top small{
    font-size:10px;
    margin-bottom:2px;
  }
  .live-preview-top strong{
    font-size:15.5px;
  }
  .live-status-dot{
    padding:5px 8px 5px 20px;
    font-size:10.8px;
  }
  .live-status-dot::before{
    left:8px;
    width:7px;
    height:7px;
  }
  .live-metric-row{
    gap:6px;
  }
  .live-metric-row article{
    padding:8px 9px;
    border-radius:13px;
  }
  .live-metric-row span,
  .activity-item small{
    font-size:9.8px;
  }
  .live-metric-row strong{
    font-size:17px;
    margin:3px 0 1px;
  }
  .live-metric-row em{
    font-size:10.5px;
  }
  .activity-stream{
    gap:5px;
  }
  .activity-item{
    padding:7px 8px;
    gap:8px;
    border-radius:13px;
  }
  .activity-icon{
    width:24px;
    height:24px;
    border-radius:9px;
  }
  .activity-icon::after{
    inset:7px;
    border-width:1.6px;
    border-radius:5px;
  }
  .activity-item strong{
    font-size:12.4px;
    margin-bottom:0;
  }
  .activity-item small{
    font-size:10.6px;
    line-height:1.15;
  }
  .activity-item time{
    font-size:10.6px;
  }
}

/* ===== Final visual balance pass: slightly shorter left Business Control card only ===== */
@media (min-width: 901px){
  .business-control-shell{
    padding:18px 20px;
  }
  .business-control-header span{
    margin-bottom:7px;
    padding:5px 9px;
  }
  .business-control-header h2{
    margin-bottom:6px;
    font-size:clamp(26px,2.55vw,33px);
  }
  .business-control-header p{
    font-size:14px;
    line-height:1.42;
  }
  .control-dashboard-preview,
  .live-control-preview{
    margin-top:10px;
    padding:8px;
    gap:7px;
  }
  .live-preview-top strong{
    font-size:15px;
  }
  .live-metric-row article{
    padding:7px 8px;
  }
  .live-metric-row strong{
    font-size:16px;
    margin:2px 0 1px;
  }
  .activity-stream{
    gap:4px;
  }
  .activity-item{
    padding:6px 7px;
    gap:7px;
  }
  .activity-icon{
    width:22px;
    height:22px;
    border-radius:8px;
  }
  .activity-icon::after{
    inset:6px;
  }
  .activity-item strong{
    font-size:12px;
  }
  .activity-item small,
  .activity-item time{
    font-size:10px;
  }
}


/* ===== Final Business Control right-card height balance ===== */
@media (min-width: 901px){
  .business-control-grid{
    gap:12px;
    align-content:center;
  }
  .business-control-grid .refined-access-card{
    padding:17px 18px;
    min-height:0;
    row-gap:8px;
  }
  .business-control-grid .refined-access-card .access-icon{
    width:45px;
    height:45px;
    border-radius:15px;
  }
  .business-control-grid .refined-access-card > div:not(.access-icon) span{
    margin-bottom:5px;
    font-size:10.5px;
  }
  .business-control-grid .refined-access-card h3{
    font-size:21px;
    margin-bottom:6px;
  }
  .business-control-grid .refined-access-card > div:not(.access-icon) p{
    font-size:13.5px;
    line-height:1.42;
  }
  .business-control-grid .refined-access-card ul{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
  }
  .business-control-grid .refined-access-card li{
    min-height:34px;
    padding:7px 9px;
    font-size:12px;
    line-height:1.12;
  }
  .business-control-grid .refined-access-card li::before{
    width:6px;
    height:6px;
    margin-top:0;
    flex:0 0 6px;
  }
}
@media (max-width: 900px){
  .business-control-grid .refined-access-card ul{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 560px){
  .business-control-grid .refined-access-card ul{
    grid-template-columns:1fr;
  }
}

/* ===== Final update: scroll-triggered motion + redesigned pricing cards ===== */
.premium-pricing-section{
  position:relative;
  padding-top:50px;
  padding-bottom:48px;
}
.premium-pricing-section::before{
  content:"";
  position:absolute;
  inset:18px 22px;
  z-index:-1;
  border-radius:34px;
  background:radial-gradient(circle at 18% 18%,rgba(37,99,235,.10),transparent 32%),radial-gradient(circle at 82% 70%,rgba(34,197,94,.11),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.50),rgba(239,246,255,.46));
  pointer-events:none;
}
.premium-pricing-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.premium-plan-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
  min-height:100%;
  padding:24px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,250,252,.95));
  border:1px solid rgba(203,213,225,.88);
  box-shadow:0 22px 60px rgba(15,23,42,.075);
}
.premium-plan-card::after{
  inset:auto 20px 0;
  height:3px;
}
.premium-plan-card::before{
  background:linear-gradient(120deg,transparent,rgba(37,99,235,.08),transparent);
}
.premium-plan-card:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:0 34px 86px rgba(15,23,42,.14);
}
.plan-icon{
  width:48px;
  height:48px;
  border-radius:17px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:22px;
  font-weight:900;
  background:linear-gradient(135deg,#07111f,#1d4ed8 72%,#16a34a 150%);
  box-shadow:0 18px 38px rgba(37,99,235,.22);
  transition:transform .32s ease, box-shadow .32s ease;
}
.premium-plan-card:hover .plan-icon{
  transform:translateY(-3px) rotate(-3deg);
  box-shadow:0 24px 52px rgba(37,99,235,.30);
}
.plan-recommendation,.best-value-badge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  padding:8px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,#07111f,#1d4ed8);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 14px 30px rgba(37,99,235,.22);
}
.yearly-plan-card .best-value-badge{
  background:linear-gradient(135deg,#065f46,#16a34a);
}
.premium-plan-card .plan-top span{
  min-height:28px;
  padding:7px 10px;
  margin-bottom:14px;
  background:rgba(236,253,245,.82);
}
.premium-plan-card h3{
  display:flex;
  align-items:flex-end;
  gap:6px;
  flex-wrap:wrap;
  font-size:clamp(32px,3.25vw,46px);
  margin-bottom:9px;
}
.premium-plan-card h3 small{
  color:#64748b;
  font-size:15px;
  font-weight:900;
  letter-spacing:0;
  margin-bottom:5px;
}
.premium-plan-card p{
  min-height:52px;
  line-height:1.55;
}
.premium-plan-card ul{
  display:grid;
  gap:9px;
  margin:0;
}
.premium-plan-card li{
  display:flex;
  align-items:center;
  min-height:43px;
  padding:10px 11px 10px 36px;
  border-radius:15px;
  background:rgba(255,255,255,.82);
  font-size:14px;
}
.premium-plan-card li::before{
  left:12px;
  width:17px;
  height:17px;
}
.premium-plan-card a{
  min-height:49px;
  margin-top:2px;
  align-items:center;
  letter-spacing:-.01em;
}
.monthly-plan-card{
  transform:translateY(-8px);
  background:radial-gradient(circle at 84% 8%,rgba(37,99,235,.18),transparent 34%),linear-gradient(145deg,#ffffff,#eff6ff 76%);
}
.monthly-plan-card:hover{
  transform:translateY(-12px) scale(1.012);
}
.yearly-plan-card{
  background:radial-gradient(circle at 84% 8%,rgba(34,197,94,.16),transparent 34%),linear-gradient(145deg,#ffffff,#ecfdf5 78%);
}
.reveal-ready{
  opacity:0;
  transform:translateY(26px) scale(.985);
  transition:opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1);
}
.reveal-ready.reveal-visible{
  opacity:1;
  transform:translateY(0) scale(1);
}
.reveal-ready.reveal-left{transform:translateX(-24px) scale(.985);}
.reveal-ready.reveal-right{transform:translateX(24px) scale(.985);}
.reveal-ready.reveal-left.reveal-visible,.reveal-ready.reveal-right.reveal-visible{transform:translateX(0) scale(1);}
@media(max-width:1080px){
  .premium-pricing-grid{grid-template-columns:1fr;max-width:720px;margin-left:auto;margin-right:auto;}
  .monthly-plan-card,.monthly-plan-card:hover{transform:none;}
  .premium-plan-card p{min-height:0;}
}
@media(max-width:560px){
  .premium-pricing-section{padding-top:36px;padding-bottom:34px;}
  .premium-pricing-section::before{inset:10px 10px;border-radius:26px;}
  .premium-plan-card{padding:22px;border-radius:22px;gap:15px;}
  .plan-recommendation,.best-value-badge{position:static;width:max-content;margin-bottom:-2px;}
  .plan-icon{width:44px;height:44px;border-radius:15px;}
  .premium-plan-card h3{font-size:35px;}
}
@media(prefers-reduced-motion:reduce){
  .reveal-ready,.reveal-ready.reveal-left,.reveal-ready.reveal-right{opacity:1!important;transform:none!important;transition:none!important;}
  .premium-plan-card,.plan-icon{transition:none!important;}
}

/* ===== Final pricing compactness pass only ===== */
.premium-pricing-section{
  padding-top:38px;
  padding-bottom:36px;
}
.premium-pricing-section .section-head{
  margin-bottom:20px;
}
.premium-pricing-section .section-head h2{
  margin-bottom:8px;
}
.premium-pricing-section .section-head p{
  line-height:1.55;
}
.premium-pricing-grid{
  gap:16px;
}
.premium-plan-card{
  padding:18px;
  gap:12px;
  border-radius:24px;
}
.plan-icon{
  width:40px;
  height:40px;
  border-radius:14px;
  font-size:18px;
}
.plan-recommendation,.best-value-badge{
  top:14px;
  right:14px;
  padding:6px 9px;
  font-size:10px;
}
.premium-plan-card .plan-top span{
  min-height:0;
  padding:6px 9px;
  margin-bottom:9px;
  font-size:11px;
}
.premium-plan-card h3{
  font-size:clamp(29px,2.7vw,38px);
  margin-bottom:6px;
}
.premium-plan-card h3 small{
  font-size:13px;
  margin-bottom:4px;
}
.premium-plan-card p{
  min-height:42px;
  line-height:1.42;
  font-size:14px;
}
.premium-plan-card ul{
  gap:7px;
}
.premium-plan-card li{
  min-height:34px;
  padding:7px 9px 7px 32px;
  border-radius:13px;
  font-size:13px;
  line-height:1.25;
}
.premium-plan-card li::before{
  left:10px;
  width:15px;
  height:15px;
}
.premium-plan-card a{
  min-height:42px;
  padding:11px 13px;
  border-radius:14px;
  margin-top:0;
  font-size:14px;
}
.monthly-plan-card{
  transform:translateY(-5px);
}
.monthly-plan-card:hover{
  transform:translateY(-9px) scale(1.01);
}
@media(max-width:1080px){
  .premium-pricing-section .section-head{margin-bottom:18px;}
  .premium-plan-card{padding:18px;gap:12px;}
  .premium-plan-card p{min-height:0;}
}
@media(max-width:560px){
  .premium-pricing-section{padding-top:30px;padding-bottom:30px;}
  .premium-plan-card{padding:16px;border-radius:20px;gap:11px;}
  .plan-icon{width:38px;height:38px;border-radius:13px;}
  .premium-plan-card h3{font-size:31px;}
  .premium-plan-card li{min-height:32px;font-size:13px;}
  .premium-plan-card a{min-height:41px;}
}

/* ===== Premium icon + interaction polish pass ===== */
body::before,
body::after{
  content:"";
  position:fixed;
  z-index:-3;
  width:420px;
  height:420px;
  border-radius:999px;
  pointer-events:none;
  filter:blur(34px);
  opacity:.34;
  animation:ambientDrift 18s ease-in-out infinite alternate;
}
body::before{left:-180px;top:16%;background:rgba(37,99,235,.24);}
body::after{right:-190px;top:54%;background:rgba(34,197,94,.18);animation-delay:-6s;}
@keyframes ambientDrift{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(34px,-28px,0) scale(1.08)}
}
.plan-icon{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.plan-icon::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.24),rgba(255,255,255,0));
  z-index:-1;
}
.plan-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 5px 9px rgba(0,0,0,.16));
}
.starter-icon{background:linear-gradient(135deg,#0f172a,#334155);box-shadow:0 16px 32px rgba(15,23,42,.20);}
.growth-icon{background:linear-gradient(135deg,#07111f 0%,#1d4ed8 68%,#2563eb 120%);}
.value-icon{background:linear-gradient(135deg,#064e3b 0%,#16a34a 72%,#22c55e 130%);box-shadow:0 16px 34px rgba(22,163,74,.22);}
.premium-plan-card:hover .plan-icon svg{
  animation:iconPulse .72s cubic-bezier(.2,.8,.2,1);
}
@keyframes iconPulse{
  0%,100%{transform:translateY(0) scale(1)}
  45%{transform:translateY(-1px) scale(1.08)}
}
.premium-plan-card{
  position:relative;
  overflow:hidden;
}
.premium-plan-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.46) 48%,transparent 72%);
  transform:translateX(-120%);
  transition:transform .9s ease;
  pointer-events:none;
}
.premium-plan-card:hover::before{transform:translateX(120%);}
.premium-plan-card li{
  transition:transform .24s ease, background .24s ease, border-color .24s ease;
}
.premium-plan-card:hover li{
  background:rgba(255,255,255,.94);
}
.premium-plan-card li:hover{
  transform:translateX(3px);
  border-color:rgba(37,99,235,.16);
}
.premium-plan-card a,
.primary-cta,
.secondary-cta,
.ghost-cta,
.nav-cta{
  position:relative;
  overflow:hidden;
}
.premium-plan-card a::after,
.primary-cta::after,
.secondary-cta::after,
.ghost-cta::after,
.nav-cta::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.32) 48%,transparent 76%);
  transform:translateX(-130%);
  transition:transform .65s ease;
  pointer-events:none;
}
.premium-plan-card a:hover::after,
.primary-cta:hover::after,
.secondary-cta:hover::after,
.ghost-cta:hover::after,
.nav-cta:hover::after{transform:translateX(130%);}
.section-shell,.split-section,.business-control-section,.landing-footer{
  will-change:transform, opacity;
}
.trust-grid article,.testimonial-grid article,.steps-grid article,.refined-access-card,.access-feature-card{
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.trust-grid article:hover,.testimonial-grid article:hover,.steps-grid article:hover,.refined-access-card:hover,.access-feature-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 62px rgba(15,23,42,.12);
  border-color:rgba(37,99,235,.18);
}
.real-dashboard-showcase::after,
.business-control-section::after,
.premium-pricing-section::after{
  content:"";
  position:absolute;
  width:9px;
  height:9px;
  border-radius:999px;
  background:rgba(34,197,94,.45);
  box-shadow:0 0 0 8px rgba(34,197,94,.10),0 0 30px rgba(34,197,94,.28);
  animation:softSignal 2.8s ease-in-out infinite;
  pointer-events:none;
}
.real-dashboard-showcase::after{right:28px;top:28px;}
.business-control-section::after{right:38px;top:48px;}
.premium-pricing-section::after{left:42px;bottom:42px;}
@keyframes softSignal{
  0%,100%{opacity:.48;transform:scale(.95)}
  50%{opacity:1;transform:scale(1.12)}
}
@media(max-width:700px){
  body::before,body::after{display:none;}
  .real-dashboard-showcase::after,.business-control-section::after,.premium-pricing-section::after{display:none;}
}
@media(prefers-reduced-motion:reduce){
  body::before,body::after,.plan-icon svg,.real-dashboard-showcase::after,.business-control-section::after,.premium-pricing-section::after{animation:none!important;}
  .premium-plan-card::before,.premium-plan-card a::after,.primary-cta::after,.secondary-cta::after,.ghost-cta::after,.nav-cta::after{display:none!important;}
}

/* ===== Pricing section spacing/layout fix: navbar-safe title + compact cards ===== */
#pricing.premium-pricing-section{
  scroll-margin-top:124px;
  padding-top:82px;
  padding-bottom:58px;
  margin-top:10px;
}
#pricing.premium-pricing-section::before{
  inset:42px 22px 24px;
}
#pricing.premium-pricing-section .section-head{
  margin-bottom:18px;
  max-width:720px;
}
#pricing.premium-pricing-section .section-head span{
  margin-bottom:8px;
}
#pricing.premium-pricing-section .section-head h2{
  margin-bottom:8px;
  line-height:1.04;
}
#pricing.premium-pricing-section .section-head p{
  max-width:660px;
  margin:0 auto;
  font-size:15px;
  line-height:1.5;
}
#pricing .premium-pricing-grid{
  gap:14px;
  align-items:start;
}
#pricing .premium-plan-card{
  padding:15px;
  gap:10px;
  border-radius:22px;
  align-self:start;
  min-height:auto;
}
#pricing .plan-icon{
  width:37px;
  height:37px;
  border-radius:13px;
}
#pricing .plan-icon svg{
  width:20px;
  height:20px;
}
#pricing .plan-recommendation,
#pricing .best-value-badge{
  top:12px;
  right:12px;
  padding:5px 8px;
  font-size:9px;
}
#pricing .premium-plan-card .plan-top span{
  padding:5px 8px;
  margin-bottom:7px;
  font-size:10px;
}
#pricing .premium-plan-card h3{
  font-size:clamp(27px,2.4vw,34px);
  margin-bottom:4px;
}
#pricing .premium-plan-card h3 small{
  font-size:12px;
  margin-bottom:3px;
}
#pricing .premium-plan-card p{
  min-height:0;
  font-size:13px;
  line-height:1.35;
}
#pricing .premium-plan-card ul{
  gap:6px;
}
#pricing .premium-plan-card li{
  min-height:30px;
  padding:6px 8px 6px 29px;
  border-radius:12px;
  font-size:12.5px;
  line-height:1.2;
}
#pricing .premium-plan-card li::before{
  left:9px;
  width:13px;
  height:13px;
}
#pricing .premium-plan-card a{
  min-height:39px;
  padding:9px 12px;
  border-radius:13px;
  font-size:13px;
}
#pricing .monthly-plan-card{
  transform:translateY(-3px);
}
#pricing .monthly-plan-card:hover{
  transform:translateY(-7px) scale(1.008);
}
@media(max-width:1080px){
  #pricing.premium-pricing-section{
    padding-top:72px;
    padding-bottom:48px;
  }
  #pricing .premium-pricing-grid{
    max-width:650px;
  }
  #pricing .monthly-plan-card,
  #pricing .monthly-plan-card:hover{
    transform:none;
  }
}
@media(max-width:560px){
  #pricing.premium-pricing-section{
    scroll-margin-top:104px;
    padding-top:58px;
    padding-bottom:40px;
  }
  #pricing.premium-pricing-section::before{
    inset:24px 10px 14px;
  }
  #pricing .premium-plan-card{
    padding:15px;
    gap:10px;
    border-radius:19px;
  }
  #pricing .plan-recommendation,
  #pricing .best-value-badge{
    position:static;
    width:max-content;
    margin-bottom:-1px;
  }
}


/* ===== Pricing alignment cleanup: remove icons, accent lines, and default lifted card ===== */
#pricing .premium-pricing-grid{
  align-items:stretch;
}
#pricing .premium-plan-card{
  align-self:stretch;
  transform:none!important;
  justify-content:space-between;
}
#pricing .premium-plan-card::after{
  display:none!important;
  content:none!important;
}
#pricing .plan-icon{
  display:none!important;
}
#pricing .monthly-plan-card,
#pricing .monthly-plan-card:hover{
  transform:none!important;
}
#pricing .premium-plan-card:hover{
  transform:translateY(-6px)!important;
}
@media(max-width:1080px){
  #pricing .premium-plan-card,
  #pricing .premium-plan-card:hover{
    transform:none!important;
  }
}

/* ===== Pricing cleanup: remove the unwanted green floating signal only ===== */
#pricing.premium-pricing-section::after{
  display:none!important;
  content:none!important;
  animation:none!important;
  box-shadow:none!important;
}


/* ===== CONFIRMED UPDATE: Footer alignment and small-screen landing responsiveness ===== */
.landing-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
.landing-footer .landing-footer-links{
  margin-left:auto;
  justify-content:flex-end;
}
@media (max-width: 900px){
  .landing-nav{padding:12px 16px;}
  .landing-brand strong,.footer-brand strong{font-size:18px;}
  .hero-section{padding:48px 16px 32px;}
  .hero-grid,.split-section,.premium-hero-grid{grid-template-columns:1fr!important;gap:26px;}
  .hero-copy h1{font-size:clamp(32px,11vw,46px);line-height:1.02;}
  .hero-copy p{font-size:15px;line-height:1.65;}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;}
  .primary-cta,.secondary-cta,.ghost-cta{width:100%;padding:13px 15px;text-align:center;}
  .section-shell,.business-control-section,.feature-clean-panel,.pricing-section{padding:42px 16px!important;}
  .section-head h2,.split-copy h2{font-size:clamp(26px,8vw,38px);line-height:1.08;}
  .section-head p,.split-copy p{font-size:15px;line-height:1.65;}
  .features-grid,.pricing-grid,.trust-grid,.steps-grid,.testimonial-grid,.access-feature-grid{grid-template-columns:1fr!important;gap:14px;}
  .pricing-card,.feature-card,.trust-grid article,.steps-grid article,.access-feature-card{padding:20px!important;border-radius:22px!important;}
  .hero-dashboard-showcase,.premium-showcase-frame{max-width:100%;overflow:hidden;}
  .hero-dashboard-showcase img,.premium-showcase-frame img{max-width:100%;height:auto;display:block;}
  .landing-footer{align-items:flex-start;padding:28px 16px;}
  .landing-footer .landing-footer-links{width:100%;margin-left:0;justify-content:flex-start;gap:10px;flex-wrap:wrap;}
}
@media (max-width: 560px){
  body{overflow-x:hidden;}
  .landing-nav-links{left:12px;right:12px;width:auto;}
  .hero-section{padding-top:34px;}
  .hero-copy h1{letter-spacing:-.04em;}
  .landing-brand-icon{width:42px;height:42px;border-radius:14px;}
  .section-shell,.business-control-section,.feature-clean-panel,.pricing-section{padding:34px 14px!important;}
  .plan-top h3{font-size:34px!important;}
  .landing-footer{gap:16px;}
  .footer-brand{align-items:flex-start;}
  .footer-brand .landing-brand-icon{width:42px;height:42px;flex:0 0 42px;}
  .landing-footer-links button,.landing-footer-links a{padding:9px 10px;}
}

/* ===== FULL RESPONSIVE POLISH: Landing, footer, modals ===== */
html,body{max-width:100%;overflow-x:hidden;}
img,svg,video,canvas{max-width:100%;height:auto;}
.landing-nav,.hero-grid,.premium-hero-grid,.section-shell,.split-section,.role-section,.final-cta-section,.landing-footer,.business-control-section{max-width:min(1320px,100%);}
.landing-nav-links a,.primary-cta,.secondary-cta,.ghost-cta,.nav-cta{white-space:normal;text-align:center;}
.premium-hero-copy h1,.section-head h2,.split-copy h2,.role-card h2,.final-cta-section h2{overflow-wrap:anywhere;}
.premium-dashboard-showcase,.hero-dashboard-showcase,.premium-showcase-frame{min-width:0;}
.feature-clean-list,.live-metric-row,.access-card-grid,.business-control-grid,.premium-pricing-grid,.pricing-grid,.trust-grid,.testimonial-grid,.removedqa-grid,.steps-grid{min-width:0;}
.feature-clean-list span,.live-metric-row article,.access-feature-card,.pricing-card,.premium-plan-card,.trust-grid article,.testimonial-grid article,.steps-grid article{min-width:0;}
.landing-modal-card{width:min(880px,calc(100vw - 32px));}
.landing-modal-body{overflow-wrap:anywhere;}

@media(max-width:1200px){
  .premium-hero-section{padding:58px 20px 44px;}
  .premium-hero-grid{grid-template-columns:1fr;max-width:940px;text-align:center;}
  .premium-hero-copy h1,.premium-hero-copy p{margin-left:auto;margin-right:auto;}
  .premium-hero-actions,.premium-trust-row{justify-content:center;}
  .premium-dashboard-showcase{max-width:860px;}
}

@media(max-width:768px){
  .landing-header{position:sticky;}
  .landing-menu-btn{display:grid;place-items:center;flex:0 0 44px;}
  .landing-nav{gap:12px;padding:12px 14px;}
  .landing-brand{min-width:0;}
  .landing-brand span:last-child{min-width:0;}
  .landing-brand strong{font-size:18px;line-height:1.05;}
  .landing-brand small{font-size:11px;}
  .landing-nav-links{top:70px;left:12px;right:12px;width:auto;max-height:calc(100vh - 92px);overflow:auto;padding:14px;border-radius:20px;}
  .landing-nav-links a{width:100%;padding:12px 14px;border-radius:14px;}
  .login-link,.nav-cta{display:flex;justify-content:center;}
  .premium-hero-section,.hero-section{padding:36px 14px 30px;min-height:auto;}
  .premium-hero-bg{height:100%;}
  .hero-kicker,.premium-hero-kicker{font-size:10.5px;line-height:1.35;letter-spacing:.07em;}
  .premium-hero-copy h1,.hero-copy h1{font-size:clamp(31px,9.8vw,48px)!important;line-height:1.02;letter-spacing:-.045em;margin-bottom:14px;}
  .premium-hero-copy p,.hero-copy p{font-size:15px;line-height:1.62;}
  .premium-hero-actions,.hero-actions{display:grid;grid-template-columns:1fr;width:100%;gap:10px;}
  .premium-primary-cta,.premium-secondary-cta,.premium-ghost-cta,.primary-cta,.secondary-cta,.ghost-cta{width:100%;min-height:48px;padding:13px 14px;border-radius:15px;}
  .premium-dashboard-showcase,.hero-dashboard-showcase{margin-top:22px;max-height:none;overflow:hidden;border-radius:22px;}
  .premium-dashboard-showcase img,.hero-dashboard-showcase img{max-height:none;border-radius:17px;}
  .section-shell,.split-section,.role-section,.final-cta-section,.business-control-section{padding:34px 14px!important;}
  .section-head{margin-bottom:20px;}
  .section-head h2,.split-copy h2,.role-card h2,.final-cta-section h2{font-size:clamp(25px,7.8vw,36px);}
  .section-head p,.split-copy p,.role-card p,.final-cta-section p{font-size:15px;line-height:1.62;}
  .feature-clean-panel,.access-feature-card,.pricing-card,.premium-plan-card,.trust-grid article,.testimonial-grid article,.steps-grid article,.role-card{padding:18px!important;border-radius:20px!important;}
  .feature-clean-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
  .feature-clean-list span{display:flex;align-items:center;justify-content:center;text-align:center;min-height:42px;}
  .live-metric-row{grid-template-columns:1fr!important;}
  .premium-pricing-grid,.pricing-grid,.trust-grid,.testimonial-grid,.removedqa-grid,.steps-grid,.access-card-grid,.business-control-grid{grid-template-columns:1fr!important;}
  .landing-footer{margin:0 12px 18px;padding:20px 16px;border-radius:22px;align-items:flex-start;text-align:left;}
  .footer-brand{width:100%;justify-content:flex-start;}
  .landing-footer .landing-footer-links{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:9px;}
  .landing-footer-links a,.landing-footer-links button{width:100%;text-align:center;justify-content:center;}
  .landing-modal{padding:12px;}
  .landing-modal-card{width:calc(100vw - 24px);max-height:86vh;padding:22px 16px;border-radius:22px;}
  .landing-modal-card h2{font-size:27px;padding-right:42px;}
  .landing-modal-close{right:10px;top:10px;}
}

@media(max-width:380px){
  .landing-nav{padding:10px;}
  .landing-brand-icon{width:38px;height:38px;}
  .landing-brand strong{font-size:16px;}
  .landing-brand small{font-size:10px;}
  .landing-menu-btn{width:40px;height:40px;}
  .premium-hero-section,.hero-section{padding-left:10px;padding-right:10px;}
  .premium-hero-copy h1,.hero-copy h1{font-size:30px!important;}
  .section-shell,.split-section,.role-section,.final-cta-section,.business-control-section{padding-left:10px!important;padding-right:10px!important;}
  .feature-clean-list{grid-template-columns:1fr;}
  .landing-footer .landing-footer-links{grid-template-columns:1fr;}
}

/* ===== MOBILE FOOTER COMPACT REFINEMENT ===== */
@media(max-width:600px){
  .landing-footer{
    margin:18px 12px 18px !important;
    padding:14px 14px !important;
    border-radius:18px !important;
    gap:10px !important;
    align-items:center !important;
    text-align:center !important;
    box-shadow:0 12px 28px rgba(15,23,42,.14) !important;
  }
  .landing-footer .footer-brand{
    gap:8px !important;
    justify-content:center !important;
  }
  .landing-footer .footer-brand-icon,
  .landing-footer .landing-brand-icon{
    width:34px !important;
    height:34px !important;
    border-radius:11px !important;
  }
  .landing-footer .footer-brand strong{
    font-size:15px !important;
    line-height:1.15 !important;
  }
  .landing-footer .footer-brand small,
  .landing-footer p{
    font-size:11px !important;
    line-height:1.35 !important;
  }
  .landing-footer-links{
    width:100% !important;
    justify-content:center !important;
    gap:7px !important;
  }
  .landing-footer-links a,
  .landing-footer-links button{
    padding:7px 9px !important;
    font-size:11px !important;
    line-height:1 !important;
    min-height:30px !important;
  }
}

/* ===== MOBILE FOOTER LINK ROW REFINEMENT =====
   Mobile-only: keep Privacy, Terms, and Contact Us compact on one line. */
@media(max-width:600px){
  .landing-footer{
    margin:16px 12px 16px !important;
    padding:12px 14px 13px !important;
    gap:8px !important;
  }

  .landing-footer .landing-footer-links{
    width:100% !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:0 !important;
    margin:2px auto 0 !important;
  }

  .landing-footer .landing-footer-links button,
  .landing-footer .landing-footer-links a{
    width:auto !important;
    min-width:0 !important;
    min-height:34px !important;
    padding:8px 9px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#e5e7eb !important;
    font-size:12px !important;
    line-height:1.1 !important;
    font-weight:800 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 auto !important;
  }

  .landing-footer .landing-footer-links button + button::before,
  .landing-footer .landing-footer-links a + a::before,
  .landing-footer .landing-footer-links button + a::before,
  .landing-footer .landing-footer-links a + button::before{
    content:"•";
    color:rgba(226,232,240,.55);
    margin-right:14px;
    font-weight:700;
  }
}

@media(max-width:340px){
  .landing-footer .landing-footer-links button,
  .landing-footer .landing-footer-links a{
    padding-left:7px !important;
    padding-right:7px !important;
    font-size:11.5px !important;
  }
  .landing-footer .landing-footer-links button + button::before,
  .landing-footer .landing-footer-links a + a::before,
  .landing-footer .landing-footer-links button + a::before,
  .landing-footer .landing-footer-links a + button::before{
    margin-right:10px;
  }
}


/* ===== VERIFIED MOBILE LANDING HEADER AUTO-HIDE ON SCROLL =====
   Mobile-only fixed header so it can reappear immediately on upward scroll.
   Desktop keeps the original sticky header behavior. */
@media(max-width:900px){
  .landing-header,
  .premium-header{
    position:fixed !important;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:90;
    transform:translateY(0);
    transition:transform .24s ease, box-shadow .24s ease;
    will-change:transform;
  }

  body.landing-mobile-header-ready main#top{
    padding-top:var(--landing-mobile-header-height, 76px);
  }

  .landing-header.landing-header-hidden,
  .premium-header.landing-header-hidden{
    transform:translateY(-110%) !important;
  }

  body.landing-menu-open .landing-header,
  body.landing-menu-open .premium-header{
    transform:translateY(0) !important;
  }
}

@media(min-width:901px){
  .landing-header,
  .premium-header{
    transform:none !important;
  }

  .landing-header.landing-header-hidden,
  .premium-header.landing-header-hidden{
    transform:none !important;
  }

  body.landing-mobile-header-ready main#top{
    padding-top:0;
  }
}


/* ===== DESKTOP LANDING HEADER FIX =====
   Larger screens keep the public landing header sticky and always visible.
   Mobile auto-hide/show remains controlled only inside max-width:900px rules. */
@media(min-width:901px){
  .landing-header,
  .premium-header{
    position:sticky !important;
    top:0 !important;
    z-index:80 !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  .landing-header.landing-header-hidden,
  .premium-header.landing-header-hidden{
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  body.landing-mobile-header-ready main#top{
    padding-top:0 !important;
  }
}

/* ===== FORCE DESKTOP LANDING HEADER FIXED/VISIBLE =====
   Desktop only: keep public landing header fixed at top at all times.
   Mobile auto-hide/show rules above remain unchanged. */
@media(min-width:901px){
  html{
    scroll-padding-top:var(--landing-desktop-header-height, 79px);
  }

  body{
    padding-top:var(--landing-desktop-header-height, 79px);
  }

  .landing-header,
  .premium-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:9999 !important;
    transform:translateY(0) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  .landing-header.landing-header-hidden,
  .premium-header.landing-header-hidden{
    transform:translateY(0) !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  body.landing-mobile-header-ready main#top{
    padding-top:0 !important;
  }
}
