
:root{
  --bg:#07080c;--bg2:#0c0f15;--card:rgba(255,255,255,.04);--line:rgba(255,255,255,.10);
  --text:#fff;--muted:rgba(255,255,255,.73);--muted2:rgba(255,255,255,.46);
  --gold:#d6af36;--gold2:#f6df95;--goldBg:rgba(214,175,54,.10);--shadow:0 22px 70px rgba(0,0,0,.35)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(180deg,var(--bg),var(--bg2));color:var(--text);overflow-x:hidden}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}input,textarea,select,button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.bg-orb{position:fixed;z-index:-1;border-radius:999px;filter:blur(90px);opacity:.35;pointer-events:none}.o1{width:420px;height:420px;left:-120px;top:-80px;background:rgba(214,175,54,.18)}.o2{width:320px;height:320px;right:-90px;top:100px;background:rgba(214,175,54,.11)}.o3{width:260px;height:260px;left:42%;bottom:-70px;background:rgba(214,175,54,.07)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(7,8,12,.66);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}.brand{display:flex;align-items:center;gap:14px}.brand-mark{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:var(--goldBg);border:1px solid rgba(214,175,54,.25);color:var(--gold2);box-shadow:0 0 28px rgba(214,175,54,.2)}.brand-title{font-weight:700;color:var(--gold2)}.brand-sub{font-size:12px;color:var(--muted2);margin-top:2px}
.menu{display:flex;align-items:center;gap:22px;font-size:14px;color:var(--muted)}.menu a.active,.menu a:hover{color:var(--gold2)}
.btn,.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:16px;font-weight:700;transition:.2s ease;cursor:pointer}.nav-cta,.btn-primary{background:var(--gold);color:#131313;border:none}.nav-cta:hover,.btn-primary:hover{background:#e5be43;transform:translateY(-1px)}.btn-secondary{background:rgba(255,255,255,.05);border:1px solid var(--line);color:var(--text)}.btn-secondary:hover{border-color:rgba(214,175,54,.28);color:var(--gold2)}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;min-height:calc(100vh - 81px);padding:64px 0 50px}.eyebrow,.section-kicker{display:inline-flex;padding:10px 14px;border-radius:999px;background:var(--goldBg);border:1px solid rgba(214,175,54,.25);color:var(--gold2);font-size:12px;letter-spacing:.22em;text-transform:uppercase}.hero h1{margin:18px 0 0;font-size:clamp(42px,7vw,76px);line-height:1.02;letter-spacing:-.045em}.hero h1 span,.accent{color:var(--gold2)}.hero p,.page-header p,.section p,.section-intro p{margin:20px 0 0;color:var(--muted);font-size:19px;line-height:1.75}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-pills span,.tag{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line);font-size:14px;color:#f3f3f3}
.hero-stats,.cards-3,.pricing-grid,.sector-grid,.form-grid,.list-grid,.flow-grid,.panel-grid{display:grid;gap:16px}.hero-stats{grid-template-columns:repeat(3,1fr);margin-top:30px}.cards-3{grid-template-columns:repeat(3,1fr)}.pricing-grid{grid-template-columns:repeat(3,1fr)}.sector-grid{grid-template-columns:repeat(3,1fr)}.form-grid{grid-template-columns:repeat(2,1fr)}.list-grid{grid-template-columns:repeat(2,1fr);margin-top:22px}.flow-grid{grid-template-columns:repeat(2,1fr)}.panel-grid{grid-template-columns:repeat(2,1fr);margin-top:18px}
.card,.feature-card,.sector-card,.panel-shell,.stat-card,.mini-card,.glass-card,.gold-card,.wide-card,.cta-card,.lead-form,.quote-card,.pricing-card,.flow-step,.faq details{border:1px solid var(--line);box-shadow:var(--shadow)}
.stat-card,.mini-card,.quote-card,.pricing-card{background:var(--card);border-radius:20px;padding:18px}.stat-label,.mini-label{font-size:13px;color:var(--muted2)}.stat-value,.mini-value{margin-top:8px;font-weight:700}
.panel-shell{position:relative;border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border:1px solid rgba(214,175,54,.18);padding:28px}.panel-shell:before{content:'';position:absolute;inset:-8px;z-index:-1;border-radius:40px;background:rgba(214,175,54,.08);filter:blur(34px)}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.panel-kicker{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold2)}.panel-title{margin-top:10px;font-size:31px;font-weight:800;line-height:1.08}.live-pill{white-space:nowrap;padding:8px 12px;border-radius:999px;background:var(--goldBg);border:1px solid rgba(214,175,54,.22);font-size:12px;color:var(--gold2)}.logo-wrap{margin:22px 0 18px;min-height:250px;border-radius:24px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.08);display:grid;place-items:center;overflow:hidden}.logo-main{max-height:320px;object-fit:contain}.logo-fallback{display:none;width:94px;height:94px;border-radius:999px;align-items:center;justify-content:center;background:var(--goldBg);border:1px solid rgba(214,175,54,.25);color:var(--gold2);font-size:42px}.chat-preview{display:grid;gap:12px}.bubble{max-width:86%;padding:14px 16px;border-radius:22px;line-height:1.55}.bubble-in{background:rgba(255,255,255,.05);border:1px solid var(--line);color:var(--muted)}.bubble-out{margin-left:auto;background:rgba(214,175,54,.12);border:1px solid rgba(214,175,54,.2);color:#fff5d4}.mini-card{background:rgba(0,0,0,.22)}
.section{padding:34px 0 38px}.section-intro{max-width:860px;margin-bottom:22px}.page-header{padding:52px 0 12px}.page-header h1,.section h2,.section-intro h2,.glass-card h2,.gold-card h2,.use-copy h2,.cta-copy h2{margin:14px 0 0;font-size:clamp(30px,4.2vw,48px);line-height:1.08;letter-spacing:-.03em}.breadcrumb{display:flex;gap:10px;flex-wrap:wrap;font-size:14px;color:var(--muted2);margin-top:12px}.breadcrumb a{color:var(--gold2)}.feature-card,.sector-card{background:var(--card);border-radius:28px;padding:26px}.feature-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--goldBg);border:1px solid rgba(214,175,54,.22);font-size:22px;color:var(--gold2)}.feature-card h3,.sector-card h3,.flow-step h3{margin:18px 0 0;font-size:24px}.feature-card p,.sector-card p,.flow-step p,.faq p{margin:12px 0 0;color:var(--muted);line-height:1.7}.sector-link{display:inline-flex;margin-top:16px;color:var(--gold2);font-weight:700}
.two-col,.wide-card,.subhero-grid,.cta-card{display:grid;gap:24px}.two-col{grid-template-columns:1.02fr .98fr}.wide-card{grid-template-columns:.95fr 1.05fr;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border-radius:32px;padding:34px}.subhero-grid{grid-template-columns:1.04fr .96fr;align-items:start}.glass-card,.gold-card{border-radius:32px;padding:34px}.glass-card{background:var(--card)}.gold-card{background:rgba(214,175,54,.08);border-color:rgba(214,175,54,.18)}.list,.faq{display:grid;gap:12px;margin-top:18px}.item,.list-item{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.flow-step{background:rgba(0,0,0,.22);border-radius:24px;padding:20px}.flow-num{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:var(--goldBg);border:1px solid rgba(214,175,54,.24);color:var(--gold2);font-weight:800}.price{font-size:34px;font-weight:900;margin-top:12px;color:var(--gold2)}.price-sub{font-size:14px;color:var(--muted2);margin-top:6px}.quote-card{border-radius:24px}.quote-card p{margin:0;font-size:18px;line-height:1.7;color:#f3f3f3}.quote-author{margin-top:14px;color:var(--muted2);font-size:14px}
.cta-card{grid-template-columns:.95fr 1.05fr;align-items:start;background:#0d0e13;border-radius:32px;padding:34px;border-color:rgba(214,175,54,.16)}.lead-form{border-radius:24px;padding:22px;background:var(--card)}.lead-form label{display:grid;gap:8px;font-size:14px;color:#f0f0f0}.lead-form label.full{margin-top:14px}.lead-form input,.lead-form textarea,.lead-form select{width:100%;border-radius:16px;border:1px solid var(--line);background:rgba(0,0,0,.22);color:#fff;padding:14px 16px;outline:none}.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus{border-color:rgba(214,175,54,.32);box-shadow:0 0 0 3px rgba(214,175,54,.08)}.lead-actions,.sector-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.form-note{font-size:13px;color:var(--muted2);margin:14px 0 0}.faq details{border-radius:18px;padding:16px 18px;background:rgba(255,255,255,.04)}.faq summary{cursor:pointer;font-weight:700}
.floating-chat{position:fixed;right:18px;bottom:18px;z-index:120;min-height:54px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#111;font-weight:800;box-shadow:0 18px 50px rgba(0,0,0,.34)}.floating-chat:hover{background:#e5be43}.site-footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:22px 0 40px;color:var(--muted2);font-size:14px;border-top:1px solid rgba(255,255,255,.08);margin-top:22px}
@media (max-width:1100px){.hero,.two-col,.wide-card,.subhero-grid,.cta-card{grid-template-columns:1fr}}@media (max-width:940px){.menu{display:none}.cards-3,.pricing-grid,.sector-grid,.form-grid,.list-grid,.hero-stats,.flow-grid,.panel-grid{grid-template-columns:1fr}.panel-title{font-size:26px}}@media (max-width:560px){.container{width:min(100% - 28px,1180px)}.btn,.nav-cta{width:100%}.hero-actions,.lead-actions,.sector-cta-row{display:grid}.floating-chat{left:14px;right:14px;bottom:14px}.floating-chat span{width:100%;text-align:center}}


/* IceysBooks optional module */
.iceysbook-block{
  display:grid;
  grid-template-columns: 180px 1fr;
  gap:24px;
  align-items:center;
  margin-top:24px;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(214,175,54,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(214,175,54,.06));
  box-shadow:0 20px 80px rgba(0,0,0,.25);
}
.iceysbook-logo-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.iceysbook-logo{
  max-width:100%;
  max-height:120px;
  object-fit:contain;
}
.iceysbook-eyebrow{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(214,175,54,.12);
  border:1px solid rgba(214,175,54,.20);
  color:var(--goldSoft);
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.iceysbook-title{
  margin:0;
  font-size:28px;
  line-height:1.15;
}
.iceysbook-text{
  margin:12px 0 0;
  color:var(--muted);
  line-height:1.75;
}
.iceysbook-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:18px;
}
.iceysbook-point{
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
}
.iceysbook-note{
  margin-top:16px;
  font-size:13px;
  color:var(--muted2);
  line-height:1.7;
}
@media (max-width:900px){
  .iceysbook-block{grid-template-columns:1fr}
  .iceysbook-points{grid-template-columns:1fr}
}


.brand-logo{
  width:42px;
  height:42px;
  object-fit:contain;
  display:block;
}
.mark{
  width:42px;
  height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:4px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(214,175,54,.18);
  box-shadow:0 0 28px rgba(214,175,54,.14);
}
.brand-title-row{
  display:flex;
  align-items:center;
  gap:10px;
}
.iceysbooks-final{
  margin-top:24px;
}
.price-line{
  display:flex;
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}
.price-line .from{
  font-size:14px;
  color:var(--muted2);
  text-transform:uppercase;
  letter-spacing:.12em;
}
.price-line .amount{
  font-size:38px;
  font-weight:900;
  color:var(--goldSoft);
  line-height:1;
}
.price-line .per{
  font-size:14px;
  color:var(--muted2);
}
.check-list{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.check-item{
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
}


/* v6 IceysBooks blocks */
.iceysbooks-compact{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap:22px;
  align-items:center;
  margin-top:24px;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(214,175,54,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(214,175,54,.06));
  box-shadow:0 18px 70px rgba(0,0,0,.22);
}
.iceysbooks-compact-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.iceysbooks-compact-logo img{
  max-width:100%;
  max-height:96px;
  object-fit:contain;
}
.iceysbooks-compact h3{
  margin:0;
  font-size:28px;
  line-height:1.15;
}
.iceysbooks-compact p{
  margin:12px 0 0;
  color:var(--muted);
  line-height:1.75;
}
.iceysbooks-compact .mini-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:18px;
}
.iceysbooks-compact .mini-point{
  padding:13px 15px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
}
.iceysbooks-compact .cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
@media (max-width: 900px){
  .iceysbooks-compact{grid-template-columns:1fr}
  .iceysbooks-compact .mini-points{grid-template-columns:1fr}
}


/* v7 header logo + favicon polish */
.mark, .brand-mark{
  width:42px;
  height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:4px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(214,175,54,.18);
  box-shadow:0 0 28px rgba(214,175,54,.14);
  overflow:hidden;
}
.brand-logo{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}


/* v8 visible crossbranding */
.ecosystem-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}
.ecosystem-panel{border:1px solid rgba(214,175,54,.18);border-radius:28px;padding:24px;background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(214,175,54,.06));box-shadow:0 20px 70px rgba(0,0,0,.24)}
.ecosystem-logos{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}
.ecosystem-brand{min-height:146px;border-radius:20px;padding:18px;background:rgba(255,255,255,.05);border:1px solid var(--line);display:grid;align-content:center;justify-items:center;text-align:center}
.ecosystem-brand img{width:100%;max-width:160px;height:70px;object-fit:contain}
.ecosystem-brand strong{margin-top:10px;font-size:1.05rem;letter-spacing:-.02em}
.ecosystem-brand span{margin-top:4px;font-size:.86rem;color:var(--muted2);font-weight:700}
.ecosystem-plus{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(214,175,54,.12);border:1px solid rgba(214,175,54,.22);color:var(--gold2);font-weight:900;font-size:1.2rem}
.ecosystem-bridge{margin-top:14px;border-radius:16px;padding:14px 16px;background:rgba(255,255,255,.05);border:1px solid var(--line);color:#f5e7b3;font-weight:700;text-align:center}
.ecosystem-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.ecosystem-card{border-radius:20px;padding:20px;background:rgba(255,255,255,.04);border:1px solid var(--line)}
.ecosystem-card p{margin:12px 0 0;color:var(--muted);line-height:1.72}
.combo-banner{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:center;border-radius:28px;padding:24px;background:radial-gradient(circle at 85% 18%, rgba(214,175,54,.22), transparent 32%),linear-gradient(135deg, rgba(7,8,12,.96) 0%, rgba(14,18,27,.98) 55%, rgba(17,22,33,.98) 100%);border:1px solid rgba(214,175,54,.22);box-shadow:0 26px 80px rgba(0,0,0,.30)}
.combo-banner p{color:rgba(255,255,255,.84)}
.combo-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.combo-pills span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-size:14px;font-weight:700}
.combo-price-card{border-radius:22px;padding:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}
.combo-price-card small{display:block;color:var(--muted2);text-transform:uppercase;letter-spacing:.14em}
.combo-price-card strong{display:block;margin-top:10px;font-size:1.45rem;line-height:1.15;color:#fff8de}
.combo-price-card p{margin:10px 0 0;line-height:1.7}
.eco-note{margin-top:14px;font-size:13px;color:var(--muted2);line-height:1.7}
@media (max-width:980px){.ecosystem-grid,.combo-banner,.ecosystem-cards{grid-template-columns:1fr}.ecosystem-logos{grid-template-columns:1fr}.ecosystem-plus{justify-self:center}}


/* v9 conversion optimization */
.top-strip{
  background:linear-gradient(90deg, rgba(214,175,54,.16), rgba(255,255,255,.04));
  border-bottom:1px solid rgba(214,175,54,.16);
}
.top-strip .inner{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  color:#fff7dc;
  font-size:14px;
}
.top-strip strong{color:var(--gold2)}
.top-strip a{
  color:#131313;
  background:var(--gold);
  padding:8px 12px;
  border-radius:999px;
  font-weight:800;
  white-space:nowrap;
}
.value-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:22px;
}
.value-pill{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:18px;
  padding:14px 16px;
}
.value-pill strong{
  display:block;
  color:#fff;
  font-size:15px;
}
.value-pill span{
  display:block;
  margin-top:6px;
  color:var(--muted2);
  font-size:13px;
  line-height:1.5;
}
.step-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:22px;
}
.step-card{
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  border-radius:22px;
  padding:22px;
}
.step-no{
  width:38px;
  height:38px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(214,175,54,.12);
  border:1px solid rgba(214,175,54,.22);
  color:var(--gold2);
  font-weight:900;
}
.step-card h3{margin:14px 0 0}
.step-card p{margin:10px 0 0;color:var(--muted);line-height:1.72}
.fast-cta{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  border:1px dashed rgba(214,175,54,.26);
  background:rgba(214,175,54,.07);
  color:#fff5d4;
  font-weight:700;
}
.fast-cta small{
  display:block;
  margin-top:8px;
  color:var(--muted2);
  font-weight:500;
}
.plan-boost{
  display:inline-flex;
  margin-top:14px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(214,175,54,.10);
  border:1px solid rgba(214,175,54,.22);
  color:var(--gold2);
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.form-note-strong{
  margin-top:14px;
  font-size:13px;
  color:#fff4cb;
  line-height:1.7;
}
@media (max-width:940px){
  .top-strip .inner,.value-strip,.step-grid{grid-template-columns:1fr;display:grid}
  .top-strip .inner{padding:10px 0}
}
