:root{
  --ink:#071525;
  --ink-2:#102238;
  --muted:#667085;
  --gold:#b7974e;
  --gold-2:#d6bd7a;
  --cream:#f7f3ea;
  --paper:#fffdf8;
  --line:#e8dfcf;
  --white:#ffffff;
  --shadow:0 24px 80px rgba(7,21,37,.12);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.5;
}

a{
  color:inherit;
  text-decoration:none;
}

.container{
  width:min(1160px,calc(100% - 40px));
  margin:0 auto;
}

.section-padding{
  padding:92px 0;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,253,248,.88);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(232,223,207,.75);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px clamp(20px,4vw,56px);
}

.brand{
  display:flex;
  gap:12px;
  align-items:center;
}

.brand-mark{
  width:44px;
  height:44px;
  border:2px solid var(--gold);
  display:grid;
  place-items:center;
  font-weight:900;
  color:var(--gold);
  letter-spacing:-.06em;
}

.brand strong{
  display:block;
  font-size:16px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.brand small{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:2px;
}

.desktop-nav{
  display:flex;
  gap:28px;
  font-size:14px;
  font-weight:700;
  color:var(--ink-2);
}

.desktop-nav a:hover{
  color:var(--gold);
}

.header-cta{
  background:var(--ink);
  color:white;
  padding:12px 18px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
}

.menu-button{
  display:none;
  background:none;
  border:1px solid var(--line);
  padding:10px 14px;
  border-radius:999px;
  font-weight:800;
}

.mobile-nav{
  display:none;
}

.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#fffdf8 0%,#f7f3ea 64%,#eee4d4 100%);
}

.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 22%,rgba(183,151,78,.22),transparent 30%),
    linear-gradient(90deg,transparent,rgba(255,255,255,.5));
  pointer-events:none;
}

.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:70px;
  align-items:center;
}

.eyebrow{
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:900;
  color:var(--gold);
  margin:0 0 18px;
}

.hero h1,
.section-heading h2,
.split h2,
.automated h2,
.ezra h2,
.certificate h2,
.centre-narrow h2,
.cta-box h2{
  font-size:clamp(44px,7vw,92px);
  line-height:.92;
  letter-spacing:-.07em;
  margin:0 0 28px;
}

.hero h1{
  max-width:720px;
}

.hero-lead{
  font-size:clamp(18px,2vw,24px);
  color:#243449;
  max-width:680px;
  margin:0 0 18px;
}

.hero-sub{
  font-size:18px;
  color:#465569;
  max-width:680px;
  margin:0 0 26px;
}

.urgency,
.risk{
  display:inline-block;
  margin:0 0 28px;
  padding:12px 16px;
  border:1px solid rgba(183,151,78,.35);
  border-radius:999px;
  background:rgba(183,151,78,.1);
  color:#344054;
  font-size:14px;
  font-weight:900;
}

.risk{
  margin-top:24px;
  margin-bottom:0;
  border-radius:18px;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:13px 22px;
  border-radius:999px;
  font-weight:900;
  border:1px solid transparent;
  transition:.2s ease;
}

.btn-primary{
  background:var(--gold);
  color:#101010;
}

.btn-primary:hover{
  background:#c9aa61;
  transform:translateY(-1px);
}

.btn-secondary{
  background:transparent;
  color:var(--ink);
  border-color:var(--line);
}

.btn-secondary:hover{
  border-color:var(--gold);
  color:var(--gold);
}

.trust-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:34px;
}

.trust-row span{
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  color:var(--muted);
  background:rgba(255,255,255,.7);
}

.hero-visual{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:34px;
  overflow:hidden;
  padding:34px;
}

.ki-visual{
  position:relative;
  width:100%;
  height:520px;
  border-radius:28px;
  background:linear-gradient(145deg,#f4efe6,#e8dcc7);
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
  overflow:hidden;
}

.ki-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 35%,rgba(255,255,255,.78),transparent 30%),
    radial-gradient(circle at 50% 50%,rgba(183,151,78,.14),transparent 45%);
}

.ki-cross{
  position:absolute;
  top:50%;
  left:50%;
  width:8px;
  height:130px;
  background:var(--ink);
  transform:translate(-50%,-50%);
  border-radius:999px;
  animation:crossPulse 4s ease-in-out infinite;
}

.ki-cross:after{
  content:"";
  position:absolute;
  top:46px;
  left:-48px;
  width:104px;
  height:8px;
  background:var(--ink);
  border-radius:999px;
}

.ki-cross:before{
  content:"";
  position:absolute;
  top:-35px;
  left:50%;
  width:72px;
  height:72px;
  background:var(--gold-2);
  border-radius:50%;
  transform:translateX(-50%);
  box-shadow:0 0 80px rgba(183,151,78,.28);
}

.ki-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(183,151,78,.22);
}

.ring-1{
  width:330px;
  height:330px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  animation:rotateSlow 42s linear infinite;
}

.ring-2{
  width:430px;
  height:430px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  opacity:.6;
  animation:rotateReverse 62s linear infinite;
}

.ki-line{
  position:absolute;
  height:10px;
  background:var(--gold-2);
  border-radius:999px;
  opacity:.75;
}

.line-1{
  width:210px;
  top:65%;
  left:10%;
  animation:floatX 7s ease-in-out infinite;
}

.line-2{
  width:180px;
  top:42%;
  right:9%;
  animation:floatX 9s ease-in-out infinite;
}

@keyframes crossPulse{
  0%,100%{
    opacity:.92;
    transform:translate(-50%,-50%) scale(1);
  }
  50%{
    opacity:1;
    transform:translate(-50%,-50%) scale(1.04);
  }
}

@keyframes rotateSlow{
  from{transform:translate(-50%,-50%) rotate(0deg);}
  to{transform:translate(-50%,-50%) rotate(360deg);}
}

@keyframes rotateReverse{
  from{transform:translate(-50%,-50%) rotate(360deg);}
  to{transform:translate(-50%,-50%) rotate(0deg);}
}

@keyframes floatX{
  0%,100%{transform:translateX(0);}
  50%{transform:translateX(12px);}
}

.hero-stat-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  margin-top:22px;
}

.hero-stat-grid div{
  padding:22px;
  border-right:1px solid var(--line);
}

.hero-stat-grid div:last-child{
  border-right:0;
}

.hero-stat-grid strong{
  display:block;
  color:var(--gold);
  font-size:13px;
}

.hero-stat-grid span{
  display:block;
  font-weight:800;
  font-size:14px;
  margin-top:6px;
}

.split{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:70px;
}

.split h2,
.section-heading h2,
.automated h2,
.ezra h2,
.certificate h2,
.centre-narrow h2,
.cta-box h2{
  font-size:clamp(34px,5vw,64px);
}

.copy-block p,
.centre-narrow p,
.automated p,
.ezra p,
.certificate p,
.section-heading p,
.cta-box p{
  font-size:18px;
  color:#465569;
}

.bullet-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:28px;
}

.bullet-grid div,
.feature-card,
.pricing-card,
.stacked-list div,
.library-grid div{
  border:1px solid var(--line);
  background:#fff;
  border-radius:22px;
  padding:22px;
  font-weight:800;
}

.opportunity{
  background:var(--ink);
  color:white;
}

.centre-narrow{
  text-align:center;
  width:min(820px,100%);
  margin:0 auto;
}

.opportunity .centre-narrow p,
.dark-section .section-heading p,
.certificate p{
  color:#d6dce5;
}

.section-heading{
  width:min(780px,100%);
  margin-bottom:44px;
}

.section-heading.light h2,
.dark-section h2{
  color:white;
}

.four-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.feature-card{
  min-height:260px;
}

.feature-card .icon{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--cream);
  color:var(--gold);
  font-weight:900;
  margin-bottom:50px;
}

.feature-card h3{
  font-size:26px;
  margin:0 0 10px;
}

.feature-card p{
  color:var(--muted);
  margin:0;
}

.dark-section{
  background:var(--ink);
  color:white;
}

.framework-tagline{
  font-size:22px!important;
  color:#f5efe1!important;
  font-weight:800;
}

.framework-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.framework-card{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  border-left:4px solid var(--gold);
  border-radius:22px;
  padding:24px;
}

.framework-card h3{
  color:white;
  margin:0 0 10px;
  font-size:24px;
}

.framework-card p{
  color:#d6dce5;
  margin:0;
}

.ezra{
  background:var(--paper);
}

.ezra-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:64px;
  align-items:center;
}

.ezra-console{
  background:var(--ink);
  border-radius:34px;
  padding:28px;
  color:white;
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.08);
}

.ezra-topbar{
  display:flex;
  align-items:center;
  gap:12px;
  padding-bottom:18px;
  margin-bottom:24px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.ezra-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 30px rgba(183,151,78,.7);
}

.ezra-topbar strong{
  font-size:22px;
}

.ezra-topbar small{
  margin-left:auto;
  color:#b8c1ce;
  font-weight:700;
}

.ezra-message{
  max-width:82%;
  padding:16px 18px;
  border-radius:22px;
  margin-bottom:14px;
  font-weight:700;
}

.user-message{
  margin-left:auto;
  background:rgba(255,255,255,.12);
  color:#f5efe1;
}

.assistant-message{
  background:var(--cream);
  color:var(--ink);
}

.ezra-prompts{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:24px;
}

.ezra-prompts span{
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  padding:9px 12px;
  color:#f5efe1;
  font-size:13px;
  font-weight:800;
}

.automated-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:64px;
  align-items:start;
}

.large-text{
  font-size:24px!important;
  color:var(--ink)!important;
  font-weight:700;
}

.stacked-list{
  display:grid;
  gap:14px;
}

.stacked-list div{
  display:grid;
  gap:6px;
}

.stacked-list span{
  color:var(--muted);
  font-weight:500;
}

.joseph-block{
  margin-top:60px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:38px;
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:34px;
  padding:38px;
}

.joseph-block h3{
  font-size:42px;
  line-height:1;
  letter-spacing:-.05em;
  margin:0 0 12px;
}

.joseph-sub{
  font-size:20px;
  font-weight:900;
  color:var(--ink)!important;
}

.joseph-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.joseph-grid div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
}

.joseph-grid strong{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--gold);
  color:#111;
  margin-bottom:12px;
}

.joseph-grid span{
  display:block;
  font-weight:900;
  margin-bottom:6px;
}

.joseph-grid small{
  color:var(--muted);
  font-weight:700;
}

.path-section{
  background:var(--paper);
}

.path-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:34px;
  text-align:left;
}

.path-steps div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
}

.path-steps strong{
  display:block;
  font-size:17px;
  margin-bottom:8px;
}

.path-steps span{
  display:block;
  color:var(--muted);
  font-size:14px;
}

.decision-prompt,
.pricing-bridge,
.emotional-hook,
.trust-line{
  display:inline-block;
  font-size:18px!important;
  font-weight:900;
  color:var(--ink)!important;
  margin:28px 0 0!important;
}

.trust-line,
.emotional-hook{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(183,151,78,.1);
  border:1px solid rgba(183,151,78,.28);
  color:#344054!important;
  font-size:14px!important;
  margin:0 0 14px!important;
}

.warm-section{
  background:var(--cream);
}

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  align-items:stretch;
}

.pricing-card{
  position:relative;
  padding:34px;
}

.pricing-card.featured{
  border:2px solid var(--gold);
  box-shadow:var(--shadow);
  transform:translateY(-10px);
}

.badge{
  position:absolute;
  top:20px;
  right:20px;
  background:var(--gold);
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}

.pricing-card h3{
  font-size:28px;
  margin:0 0 14px;
}

.who-for{
  color:var(--muted);
  font-size:14px;
  font-weight:700;
  margin:0 0 22px;
}

.price{
  font-size:50px;
  font-weight:900;
  letter-spacing:-.05em;
  margin:0;
}

.price span{
  font-size:16px;
  color:var(--muted);
  letter-spacing:0;
}

.annual{
  color:var(--muted);
  margin:0 0 26px;
}

.pricing-card ul{
  padding:0;
  margin:0 0 28px;
  list-style:none;
}

.pricing-card li{
  padding:10px 0;
  border-bottom:1px solid var(--line);
  color:#344054;
}

.outcome-list{
  columns:2;
  column-gap:34px;
}

.outcome-list p{
  break-inside:avoid;
  border-bottom:1px solid var(--line);
  padding:0 0 16px;
  margin:0 0 16px;
  font-size:18px;
  font-weight:800;
}

.library-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.certificate-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}

.module-list{
  display:grid;
  gap:12px;
}

.module-list span{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  border-radius:999px;
  padding:16px 20px;
  font-weight:800;
  color:#f5efe1;
}

.final-cta{
  background:linear-gradient(135deg,#071525,#102238);
}

.cta-box{
  background:var(--paper);
  border-radius:34px;
  padding:60px;
  box-shadow:var(--shadow);
  text-align:center;
}

.final-actions{
  justify-content:center;
  margin-top:28px;
}

.site-footer{
  background:#06101e;
  color:white;
  padding:38px 0;
}

.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:30px;
}

.site-footer p,
.site-footer span{
  color:#b8c1ce;
  display:block;
  margin:8px 0 0;
}

.thankyou-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 78% 18%, rgba(183,151,78,.26), transparent 28%),
    linear-gradient(135deg,#fffdf8 0%,#f7f3ea 56%,#eee4d4 100%);
  display:grid;
  place-items:center;
  padding:70px 0;
}

.thankyou-hero{
  width:100%;
}

.thankyou-card{
  width:min(980px,calc(100% - 40px));
  margin:0 auto;
  background:rgba(255,253,248,.88);
  border:1px solid var(--line);
  border-radius:38px;
  box-shadow:var(--shadow);
  padding:64px;
  position:relative;
  overflow:hidden;
}

.thankyou-card:before{
  content:"KI";
  position:absolute;
  right:36px;
  top:26px;
  font-size:120px;
  font-weight:900;
  color:rgba(183,151,78,.08);
  letter-spacing:-.08em;
}

.thankyou-card h1{
  font-size:clamp(58px,10vw,118px);
  line-height:.85;
  letter-spacing:-.08em;
  margin:0 0 26px;
}

.thankyou-lead{
  font-size:clamp(19px,2vw,25px);
  max-width:760px;
  color:#243449;
  margin:0;
}

.thankyou-note{
  font-size:14px;
  color:var(--muted);
  margin-top:14px;
}

.thankyou-divider{
  height:1px;
  background:var(--line);
  margin:42px 0;
}

.thankyou-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.thankyou-grid div,
.thankyou-next{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
}

.thankyou-grid span{
  color:var(--gold);
  font-weight:900;
  font-size:13px;
}

.thankyou-grid h3{
  font-size:24px;
  margin:18px 0 10px;
  letter-spacing:-.04em;
}

.thankyou-grid p,
.thankyou-next p{
  color:var(--muted);
  margin:0;
}

.thankyou-next{
  margin-top:28px;
}

.thankyou-next h3{
  font-size:20px;
  margin:0 0 6px;
}

.thankyou-callout{
  margin-top:34px;
  background:var(--ink);
  color:white;
  border-radius:28px;
  padding:34px;
}

.thankyou-callout h2{
  font-size:clamp(30px,4vw,50px);
  line-height:.95;
  letter-spacing:-.06em;
  margin:0 0 14px;
}

.thankyou-callout p{
  color:#d6dce5;
  font-size:18px;
  max-width:720px;
}

.thankyou-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}

.thankyou-callout .btn-secondary{
  color:white;
  border-color:rgba(255,255,255,.22);
}

.chat-shell{
  margin-top:36px;
  background:var(--ink);
  border-radius:34px;
  padding:26px;
  box-shadow:var(--shadow);
}

.chat-toolbar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.chat-toolbar button,
.quick-prompts button{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#f5efe1;
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
}

.chat-toolbar button:hover,
.quick-prompts button:hover{
  border-color:var(--gold);
  color:var(--gold);
}

#messages{
  min-height:170px;
  max-height:360px;
  overflow-y:auto;
  display:grid;
  gap:14px;
  align-content:start;
  margin-bottom:18px;
}

.chat-message{
  padding:16px 18px;
  border-radius:22px;
  max-width:82%;
  font-weight:700;
}

.chat-message.user{
  margin-left:auto;
  background:rgba(255,255,255,.12);
  color:#f5efe1;
}

.chat-message.bot{
  background:var(--cream);
  color:var(--ink);
}

.input-area{
  display:flex;
  gap:12px;
}

.input-area input{
  flex:1;
  min-height:52px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:white;
  padding:0 18px;
  font:inherit;
}

.input-area input::placeholder{
  color:#b8c1ce;
}

.input-area button{
  min-height:52px;
  border:0;
  border-radius:999px;
  padding:0 22px;
  font-weight:900;
  background:var(--gold);
  color:#101010;
  cursor:pointer;
}

.quick-prompts{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.ezra-disclaimer{
  margin-top:18px;
  background:rgba(183,151,78,.08);
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px 16px;
  font-size:13px;
  color:#465569;
}

.hidden{
  display:none!important;
}

.lead-box{
  margin-top:22px;
  background:rgba(183,151,78,.1);
  border:1px solid rgba(183,151,78,.32);
  border-radius:24px;
  padding:22px;
  color:#f5efe1;
}

.lead-box h3{
  margin:0 0 8px;
  font-size:22px;
}

.lead-box p{
  color:#d6dce5;
  margin:0 0 18px;
}

.lead-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.ezra-cta{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(7,21,37,.12);
}

.ezra-cta p{
  margin:0 0 10px;
  font-weight:900;
}

.ezra-cta a{
  display:inline-flex;
  margin:6px 8px 0 0;
  padding:9px 12px;
  border-radius:999px;
  background:var(--ink);
  color:white;
  font-size:13px;
  font-weight:900;
}

@media (max-width:940px){
  .desktop-nav,
  .header-cta{
    display:none;
  }

  .menu-button{
    display:block;
  }

  .mobile-nav{
    display:none;
    position:fixed;
    top:77px;
    left:20px;
    right:20px;
    background:var(--paper);
    border:1px solid var(--line);
    border-radius:24px;
    padding:20px;
    z-index:49;
    box-shadow:var(--shadow);
  }

  .nav-open .mobile-nav{
    display:grid;
    gap:16px;
  }

  .hero-grid,
  .split,
  .automated-grid,
  .ezra-grid,
  .certificate-grid,
  .joseph-block{
    grid-template-columns:1fr;
    gap:38px;
  }

  .four-grid,
  .pricing-grid,
  .library-grid,
  .framework-grid{
    grid-template-columns:1fr;
  }

  .path-steps{
    grid-template-columns:1fr 1fr;
  }

  .pricing-card.featured{
    transform:none;
  }

  .outcome-list{
    columns:1;
  }

  .footer-grid{
    display:grid;
  }

  .section-padding{
    padding:68px 0;
  }

  .ki-visual{
    height:430px;
  }

  .container{
    width:min(100% - 28px,1160px);
  }
}

@media (max-width:800px){
  .thankyou-card{
    padding:38px 24px;
  }

  .thankyou-grid,
  .joseph-grid{
    grid-template-columns:1fr;
  }

  .thankyou-actions .btn,
  .input-area button{
    width:100%;
  }

  .input-area{
    display:grid;
  }
}

@media (max-width:560px){
  .hero h1{
    font-size:50px;
  }

  .hero-actions .btn{
    width:100%;
  }

  .bullet-grid,
  .pillar-grid,
  .path-steps{
    grid-template-columns:1fr;
  }

  .hero-stat-grid{
    grid-template-columns:1fr;
  }

  .hero-stat-grid div{
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .cta-box{
    padding:34px 20px;
  }

  .brand strong{
    font-size:13px;
  }

  .brand small{
    font-size:11px;
  }

  .ezra-topbar{
    display:grid;
    gap:6px;
  }

  .ezra-topbar small{
    margin-left:0;
  }

  .ezra-message,
  .chat-message{
    max-width:100%;
  }

  .urgency,
  .trust-line,
  .emotional-hook{
    border-radius:18px;
  }

  .lead-actions .btn,
  .ezra-cta a{
    width:100%;
    justify-content:center;
  }
}
.image-mark{
  overflow:hidden;
  padding:0;
  background:#fffdf8;
}

.image-mark img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.symbol-hero-card{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:34px;
  overflow:hidden;
  padding:34px;
}

.symbol-image-wrap{
  position:relative;
  width:100%;
  height:520px;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(145deg,#f4efe6,#e8dcc7);
  display:flex;
  align-items:center;
  justify-content:center;
}

.symbol-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  animation:symbolFloat 8s ease-in-out infinite;
}

.symbol-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.18),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(183,151,78,.06));
  pointer-events:none;
}

@keyframes symbolFloat{
  0%,100%{
    transform:scale(1);
  }
  50%{
    transform:scale(1.025);
  }
}

@media (max-width:940px){
  .symbol-image-wrap{
    height:430px;
  }
}

@media (max-width:560px){
  .symbol-image-wrap{
    height:340px;
  }
}
.ezra-page .thankyou-card{
  max-width:980px;
}

.ezra-card .thankyou-note{
  max-width:760px;
}

.ezra-chat-shell{
  padding:28px;
}

.chat-header-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}

.chat-kicker{
  margin:0 0 6px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:900;
}

.chat-header-row h2{
  color:#f5efe1;
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
  margin:0;
}

.chat-toolbar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin:0;
}

.tool-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:38px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  color:#f5efe1;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  cursor:pointer;
  transition:.18s ease;
}

.tool-button svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.tool-button:hover{
  border-color:var(--gold);
  color:var(--gold);
  transform:translateY(-1px);
}

.tool-button.listening{
  background:rgba(183,151,78,.22);
  border-color:var(--gold);
  color:var(--gold);
  box-shadow:0 0 0 4px rgba(183,151,78,.08);
}

.muted-tool{
  opacity:.78;
}

.muted-tool:hover{
  color:#ffd2d2;
  border-color:rgba(255,210,210,.5);
}

.quick-prompts{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.quick-prompts button{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#f5efe1;
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  transition:.18s ease;
}

.quick-prompts button:hover{
  border-color:var(--gold);
  color:var(--gold);
  transform:translateY(-1px);
}

.mini-notice{
  position:fixed;
  left:50%;
  bottom:28px;
  transform:translate(-50%,20px);
  background:var(--ink);
  color:#f5efe1;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  padding:12px 16px;
  font-weight:900;
  font-size:13px;
  opacity:0;
  z-index:9999;
  box-shadow:var(--shadow);
  transition:.22s ease;
}

.mini-notice.show{
  opacity:1;
  transform:translate(-50%,0);
}

@media (max-width:720px){
  .chat-header-row{
    display:grid;
    gap:14px;
  }

  .chat-toolbar{
    justify-content:flex-start;
  }
}

@media (max-width:520px){
  .tool-button span{
    display:none;
  }

  .tool-button{
    width:42px;
    height:42px;
    padding:0;
  }

  .tool-button svg{
    width:18px;
    height:18px;
  }

  .quick-prompts button{
    width:100%;
    text-align:left;
  }
}
.ezra-page .thankyou-card{
  max-width:980px;
}

.ezra-card .thankyou-note{
  max-width:760px;
}

.ezra-product-header{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:28px;
}

.ezra-product-mark{
  width:64px;
  height:64px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fffdf8;
  flex:0 0 auto;
  box-shadow:0 12px 36px rgba(7,21,37,.08);
}

.ezra-product-mark img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ezra-product-label{
  margin:-10px 0 0;
  font-size:13px;
  color:var(--muted);
  font-weight:800;
}

.ezra-knowledge-strip{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}

.ezra-knowledge-strip span{
  border:1px solid var(--line);
  background:rgba(255,255,255,.75);
  color:#465569;
  border-radius:999px;
  padding:9px 12px;
  font-size:12px;
  font-weight:900;
}

.ezra-chat-shell{
  padding:28px;
}

.chat-header-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}

.chat-kicker{
  margin:0 0 6px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:900;
}

.chat-header-row h2{
  color:#f5efe1;
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
  margin:0;
}

.chat-toolbar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin:0;
}

.tool-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:38px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  color:#f5efe1;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  cursor:pointer;
  transition:.18s ease;
}

.tool-button svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.tool-button:hover{
  border-color:var(--gold);
  color:var(--gold);
  transform:translateY(-1px);
}

.tool-button.listening{
  background:rgba(183,151,78,.22);
  border-color:var(--gold);
  color:var(--gold);
  box-shadow:0 0 0 4px rgba(183,151,78,.08);
}

.muted-tool{
  opacity:.78;
}

.muted-tool:hover{
  color:#ffd2d2;
  border-color:rgba(255,210,210,.5);
}

.reply-text{
  white-space:pre-line;
}

.quick-prompts{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.quick-prompts button{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#f5efe1;
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  transition:.18s ease;
}

.quick-prompts button:hover{
  border-color:var(--gold);
  color:var(--gold);
  transform:translateY(-1px);
}

.ezra-cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ezra-cta-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:10px 14px;
  border-radius:999px;
  background:var(--ink);
  color:white;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}

.ezra-cta-actions a:first-child{
  background:var(--gold);
  color:#101010;
}

.ezra-cta-actions a:hover{
  transform:translateY(-1px);
}

.mini-notice{
  position:fixed;
  left:50%;
  bottom:28px;
  transform:translate(-50%,20px);
  background:var(--ink);
  color:#f5efe1;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  padding:12px 16px;
  font-weight:900;
  font-size:13px;
  opacity:0;
  z-index:9999;
  box-shadow:var(--shadow);
  transition:.22s ease;
}

.mini-notice.show{
  opacity:1;
  transform:translate(-50%,0);
}

@media (max-width:720px){
  .chat-header-row{
    display:grid;
    gap:14px;
  }

  .chat-toolbar{
    justify-content:flex-start;
  }
}

@media (max-width:520px){
  .tool-button span{
    display:none;
  }

  .tool-button{
    width:42px;
    height:42px;
    padding:0;
  }

  .tool-button svg{
    width:18px;
    height:18px;
  }

  .quick-prompts button{
    width:100%;
    text-align:left;
  }

  .ezra-product-header{
    align-items:flex-start;
  }

  .ezra-product-mark{
    width:54px;
    height:54px;
  }
}
.ezra-product-header{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:28px;
  position:relative;
  z-index:2;
}

.ezra-product-mark{
  width:64px;
  height:64px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fffdf8;
  flex:0 0 64px;
  box-shadow:0 12px 36px rgba(7,21,37,.08);
}

.ezra-product-mark img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.chat-header-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}

.chat-helper{
  margin:8px 0 0;
  color:#b8c1ce;
  font-size:14px;
  font-weight:700;
}

.chat-toolbar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin:0;
  flex:0 0 auto;
}

.ezra-cta{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(7,21,37,.12);
}

@media (max-width:720px){
  .chat-header-row{
    display:grid;
    gap:14px;
  }

  .chat-toolbar{
    justify-content:flex-start;
  }
}

@media (max-width:520px){
  .ezra-product-mark{
    width:54px;
    height:54px;
    flex-basis:54px;
  }

  .tool-button span{
    display:none;
  }

  .tool-button{
    width:42px;
    height:42px;
    padding:0;
  }
}
.image-mark{
  overflow:hidden;
  padding:0;
  background:#fffdf8;
}

.image-mark img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.symbol-hero-card{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:34px;
  overflow:hidden;
  padding:34px;
}

.symbol-image-wrap{
  position:relative;
  width:100%;
  height:520px;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(145deg,#f4efe6,#e8dcc7);
  display:flex;
  align-items:center;
  justify-content:center;
}

.symbol-image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  animation:symbolFloat 8s ease-in-out infinite;
}

.symbol-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.18),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(183,151,78,.06));
  pointer-events:none;
}

@keyframes symbolFloat{
  0%,100%{
    transform:scale(1);
  }
  50%{
    transform:scale(1.025);
  }
}

.story .risk{
  margin-top:10px;
}

.framework-action{
  background:var(--paper);
}

.action-flow{
  display:grid;
  gap:14px;
}

.action-flow div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
}

.action-flow strong{
  display:block;
  color:var(--gold);
  font-size:13px;
  margin-bottom:8px;
}

.action-flow span{
  display:block;
  font-size:20px;
  font-weight:900;
  margin-bottom:6px;
}

.action-flow p{
  margin:0;
  color:var(--muted);
}

.lead-magnet-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center;
}

.lead-magnet h2{
  color:#fff;
  font-size:clamp(34px,5vw,64px);
  line-height:.95;
  letter-spacing:-.06em;
  margin:0 0 24px;
}

.lead-magnet p{
  color:#d6dce5;
  font-size:18px;
}

.lead-magnet-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius:30px;
  padding:34px;
  color:#fff;
}

.lead-magnet-card h3{
  font-size:28px;
  margin:0 0 18px;
}

.lead-magnet-card ul{
  list-style:none;
  padding:0;
  margin:0 0 28px;
}

.lead-magnet-card li{
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
  color:#f5efe1;
  font-weight:800;
}

.plan-note{
  margin:-10px 0 24px;
  color:var(--muted);
  font-size:14px;
  font-weight:800;
}

.ezra-page .thankyou-card{
  max-width:980px;
}

.ezra-card .thankyou-note{
  max-width:760px;
}

.ezra-product-header{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:28px;
  position:relative;
  z-index:2;
}

.ezra-product-mark{
  width:64px;
  height:64px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fffdf8;
  flex:0 0 64px;
  box-shadow:0 12px 36px rgba(7,21,37,.08);
}

.ezra-product-mark img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ezra-product-label{
  margin:-10px 0 0;
  font-size:13px;
  color:var(--muted);
  font-weight:800;
}

.ezra-knowledge-strip{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}

.ezra-knowledge-strip span{
  border:1px solid var(--line);
  background:rgba(255,255,255,.75);
  color:#465569;
  border-radius:999px;
  padding:9px 12px;
  font-size:12px;
  font-weight:900;
}

.ezra-chat-shell{
  padding:28px;
}

.chat-header-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}

.chat-kicker{
  margin:0 0 6px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:900;
}

.chat-header-row h2{
  color:#f5efe1;
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
  margin:0;
}

.chat-helper{
  margin:8px 0 0;
  color:#b8c1ce;
  font-size:14px;
  font-weight:700;
}

.chat-toolbar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  margin:0;
  flex:0 0 auto;
}

.tool-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:38px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  color:#f5efe1;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  cursor:pointer;
  transition:.18s ease;
}

.tool-button svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.tool-button:hover{
  border-color:var(--gold);
  color:var(--gold);
  transform:translateY(-1px);
}

.tool-button.listening{
  background:rgba(183,151,78,.22);
  border-color:var(--gold);
  color:var(--gold);
  box-shadow:0 0 0 4px rgba(183,151,78,.08);
}

.muted-tool{
  opacity:.78;
}

.muted-tool:hover{
  color:#ffd2d2;
  border-color:rgba(255,210,210,.5);
}

.reply-text{
  white-space:pre-line;
}

.quick-prompts{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.quick-prompts button{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#f5efe1;
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  transition:.18s ease;
}

.quick-prompts button:hover{
  border-color:var(--gold);
  color:var(--gold);
  transform:translateY(-1px);
}

.ezra-cta{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(7,21,37,.12);
}

.ezra-cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.ezra-cta-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:10px 14px;
  border-radius:999px;
  background:var(--ink);
  color:white;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}

.ezra-cta-actions a:first-child{
  background:var(--gold);
  color:#101010;
}

.ezra-cta-actions a:hover{
  transform:translateY(-1px);
}

.mini-notice{
  position:fixed;
  left:50%;
  bottom:28px;
  transform:translate(-50%,20px);
  background:var(--ink);
  color:#f5efe1;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  padding:12px 16px;
  font-weight:900;
  font-size:13px;
  opacity:0;
  z-index:9999;
  box-shadow:var(--shadow);
  transition:.22s ease;
}

.mini-notice.show{
  opacity:1;
  transform:translate(-50%,0);
}

@media (max-width:940px){
  .symbol-image-wrap{
    height:430px;
  }

  .lead-magnet-grid{
    grid-template-columns:1fr;
    gap:38px;
  }
}

@media (max-width:720px){
  .chat-header-row{
    display:grid;
    gap:14px;
  }

  .chat-toolbar{
    justify-content:flex-start;
  }
}

@media (max-width:560px){
  .symbol-image-wrap{
    height:340px;
  }
}

@media (max-width:520px){
  .ezra-product-mark{
    width:54px;
    height:54px;
    flex-basis:54px;
  }

  .tool-button span{
    display:none;
  }

  .tool-button{
    width:42px;
    height:42px;
    padding:0;
  }

  .tool-button svg{
    width:18px;
    height:18px;
  }

  .quick-prompts button{
    width:100%;
    text-align:left;
  }

  .ezra-product-header{
    align-items:flex-start;
  }
}
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(183,151,78,.45);
  background:var(--ink);
  color:#f5efe1;
  font-size:22px;
  font-weight:900;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(14px);
  transition:.22s ease;
  z-index:999;
  box-shadow:0 18px 50px rgba(7,21,37,.22);
}

.back-to-top.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.back-to-top:hover{
  background:var(--gold);
  color:#101010;
  transform:translateY(-2px);
}

@media (max-width:560px){
  .back-to-top{
    right:16px;
    bottom:16px;
    width:44px;
    height:44px;
    font-size:20px;
  }
}
.legal-footer-links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
  max-width:520px;
}

.legal-footer-links a{
  color:#b8c1ce;
  font-size:13px;
  font-weight:800;
}

.legal-footer-links a:hover{
  color:var(--gold);
}

.ezra-disclaimer a{
  color:var(--gold);
  font-weight:900;
}

.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(183,151,78,.45);
  background:var(--ink);
  color:#f5efe1;
  font-size:22px;
  font-weight:900;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(14px);
  transition:.22s ease;
  z-index:999;
  box-shadow:0 18px 50px rgba(7,21,37,.22);
}

.back-to-top.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.back-to-top:hover{
  background:var(--gold);
  color:#101010;
  transform:translateY(-2px);
}

@media (max-width:720px){
  .legal-footer-links{
    justify-content:flex-start;
  }
}

@media (max-width:560px){
  .back-to-top{
    right:16px;
    bottom:16px;
    width:44px;
    height:44px;
    font-size:20px;
  }
}
.legal-footer-links{
  display:grid;
  grid-template-columns:repeat(2, auto);
  gap:12px 18px;
  justify-content:end;
  align-items:center;
}

@media (max-width:720px){
  .legal-footer-links{
    grid-template-columns:1fr;
    justify-content:start;
  }
}
/* Final back-to-top position override */
.back-to-top{
  bottom:32px;
}

@media (max-width:560px){
  .back-to-top{
    bottom:20px;
  }
}
.implementation-offers{
  background:var(--paper);
}

.implementation-offers .stacked-list div{
  background:#fff;
}

.plan-note{
  margin:-10px 0 24px;
  color:var(--muted);
  font-size:14px;
  font-weight:800;
}

.back-to-top{
  bottom:32px;
}

@media (max-width:560px){
  .back-to-top{
    bottom:20px;
  }
}
/* Latest refinement patch */

.reading-grid div{
  display:grid;
  gap:8px;
  align-content:start;
}

.reading-grid strong{
  display:block;
  color:var(--ink);
  font-size:18px;
  line-height:1.2;
}

.reading-grid span{
  display:block;
  color:var(--gold);
  font-size:13px;
  font-weight:900;
}

.reading-grid p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
  font-weight:500;
}

.voice-note{
  margin:-4px 0 18px;
  color:#b8c1ce;
  font-size:13px;
  line-height:1.5;
  font-weight:700;
}

.about-ezra{
  margin-top:36px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px;
}

.about-ezra h2{
  font-size:clamp(28px,4vw,44px);
  line-height:.95;
  letter-spacing:-.06em;
  margin:0 0 20px;
}

.about-ezra p{
  color:#465569;
  font-size:16px;
  line-height:1.7;
}

.ezra-product-label a{
  color:var(--muted);
  font-weight:900;
  text-decoration:none;
}

.ezra-product-label a:hover{
  color:var(--gold);
}

.implementation-offers{
  background:var(--paper);
}

.implementation-offers .stacked-list div{
  background:#fff;
}

.back-to-top{
  bottom:32px;
}

@media (max-width:560px){
  .back-to-top{
    bottom:20px;
  }
}
