:root{
  --bg:#070707;
  --surface:#0d0d0d;
  --surface-soft:#111111;
  --line:#28241c;
  --line-soft:#202020;
  --gold:#d7a82f;
  --gold-light:#efd078;
  --text:#f4f0e7;
  --muted:#b9b2a6;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}

.site-header{position:sticky;top:0;z-index:20;background:rgba(7,7,7,.97);border-bottom:1px solid #1f1f1f}
.header-inner{max-width:1500px;min-height:78px;margin:0 auto;padding:0 46px;display:flex;align-items:center;gap:30px}
.logo{display:flex;align-items:center;gap:12px;min-width:210px}
.logo>span{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font:26px Georgia,serif}
.logo strong{font-size:17px;letter-spacing:2px}
.logo em{display:block;color:var(--gold);font-size:10px;font-style:normal;letter-spacing:5px}
.site-nav{display:flex;justify-content:center;gap:28px;flex:1;align-self:stretch}
.nav-link{position:relative;display:flex;align-items:center;color:#d4cdc1;font-size:14px;font-weight:700}
.nav-link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .18s ease}
.nav-link:hover,.nav-link:focus-visible,.nav-link.active{color:#fff}
.nav-link:hover::after,.nav-link:focus-visible::after,.nav-link.active::after{transform:scaleX(1)}
.header-actions,.actions{display:flex;align-items:center;gap:12px}
.dashboard-link{min-width:205px}

.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border-radius:6px;font-weight:700;transition:.18s ease}
.button:hover{transform:translateY(-1px)}
.button-gold{background:var(--gold);color:#111}
.button-gold:hover{background:var(--gold-light)}
.button-outline{border:1px solid #4b4337;background:transparent;color:var(--text)}
.button-outline:hover{border-color:#75613b;background:#101010}

.executive-container{width:min(1280px,calc(100% - 64px));margin:0 auto}
.eyebrow{display:inline-block;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:3px}

.executive-hero{padding:106px 0 96px;background:radial-gradient(circle at 72% 30%,rgba(215,168,47,.10),transparent 34%),linear-gradient(180deg,#0b0b0b,#080808);border-bottom:1px solid #171717}
.hero-content{max-width:900px}
.hero-content h1,.section-heading h2,.executive-cta h2{font-family:Georgia,serif;letter-spacing:-.025em}
.hero-content h1{font-size:74px;line-height:1.04;margin:16px 0 20px;max-width:900px}
.hero-content p{max-width:780px;margin:0;color:var(--muted);font-size:20px}
.hero-actions{display:flex;gap:12px;align-items:center;margin-top:30px}
.centered-actions{justify-content:center}
.hero-points{display:flex;flex-wrap:wrap;gap:12px 26px;margin-top:34px;padding-top:22px;border-top:1px solid var(--line-soft);max-width:780px}
.hero-points span{position:relative;padding-left:16px;color:#d8d0c3;font-size:14px}
.hero-points span::before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;background:var(--gold);transform:translateY(-50%)}

.executive-section{padding:86px 0}
.categories-section{background:#090909}
.section-heading{max-width:840px;margin-bottom:38px}
.section-heading h2{font-size:52px;line-height:1.1;margin:10px 0 14px}
.section-heading p{margin:0;color:var(--muted);font-size:18px;max-width:760px}
.compact-heading{max-width:920px;margin-bottom:34px}

.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.category-card{padding:36px 36px 34px;border:1px solid var(--line);background:linear-gradient(180deg,#101010,#0c0c0c);transition:border-color .18s ease,transform .18s ease}
.category-card:hover{border-color:#5f4d28;transform:translateY(-2px)}
.category-topline{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:24px}
.category-topline span{color:var(--gold);font-size:12px;letter-spacing:2px;font-weight:800}
.category-topline small{padding:5px 8px;border:1px solid #4a3c21;color:var(--gold-light);font-size:10px;letter-spacing:1.5px;font-weight:800}
.category-card h3{font:38px Georgia,serif;margin:0 0 12px}
.category-card p{margin:0 0 20px;color:var(--muted);font-size:17px;max-width:540px}
.category-card ul{list-style:none;margin:0 0 26px;padding:0}
.category-card li{padding:9px 0;border-bottom:1px solid var(--line-soft);color:#d8d1c5}
.category-card li{position:relative;padding-left:30px}
.category-card li::before{content:"✓";position:absolute;left:0;top:9px;display:grid;place-items:center;width:18px;height:18px;border:1px solid #5b4925;border-radius:50%;background:rgba(215,168,47,.08);color:var(--gold-light);font-size:11px;font-weight:900}
.category-card a{display:inline-flex;gap:8px;align-items:center;color:var(--gold-light);font-weight:800}

.catalogue-note{margin-top:24px;padding:22px 24px;border:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:28px;background:#0c0c0c}
.catalogue-note div{display:flex;flex-direction:column;gap:3px}
.catalogue-note strong{font-size:18px}
.catalogue-note span{color:var(--muted);font-size:15px}
.catalogue-note a{white-space:nowrap;color:var(--gold-light);font-weight:800}

.value-section{background:var(--surface)}
.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.value-grid>div{padding:28px 30px;min-height:190px}
.value-grid>div+div{border-left:1px solid var(--line)}
.value-grid span{display:block;color:var(--gold);font-size:12px;letter-spacing:2px;font-weight:800;margin-bottom:18px}
.value-grid strong{display:block;font-size:21px;margin-bottom:8px}
.value-grid p{margin:0;color:var(--muted);font-size:16px}

.workflow-section{background:#090909}
.workflow-line{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:#0d0d0d}
.workflow-line>div{position:relative;padding:28px 26px;min-height:178px}
.workflow-line>div+div{border-left:1px solid var(--line)}
.workflow-line span{display:block;color:var(--gold);font-size:12px;letter-spacing:2px;font-weight:800;margin-bottom:18px}
.workflow-line strong{display:block;font-size:19px;margin-bottom:7px}
.workflow-line small{display:block;color:var(--muted);font-size:15px}

.executive-cta{padding:84px 0;text-align:center;background:linear-gradient(180deg,#171108,#120d07);border-top:1px solid #211c14}
.executive-cta h2{font-size:52px;line-height:1.1;max-width:920px;margin:10px auto 14px}
.executive-cta p{max-width:720px;margin:0 auto;color:var(--muted);font-size:17px}
.executive-cta .hero-actions{margin-top:26px}

.page-hero{padding:78px 8vw 48px;background:linear-gradient(180deg,#151108,#080808)}
.page-hero h1{font:52px Georgia,serif;margin:12px 0}
.page-hero p{max-width:700px;color:var(--muted);font-size:19px}
.section{padding:70px 8vw}
.section h2{font:48px Georgia,serif;margin:10px 0 14px}
.section-head{max-width:760px;margin-bottom:30px}
.cards{display:grid;gap:18px}.cards.three{grid-template-columns:repeat(3,1fr)}
article{padding:26px;border:1px solid var(--line);background:var(--surface)}
article h3{font-size:23px}article p,article small{color:var(--muted)}article a{color:var(--gold-light)}
.price{font:38px Georgia,serif;color:var(--gold-light)}

.site-footer.compact-footer{max-width:1500px;margin:0 auto;padding:24px 8vw;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;border-top:1px solid #222}
.footer-line{display:flex;align-items:baseline;gap:18px;min-width:0}
.footer-line strong{flex:0 0 auto;font-size:15px;letter-spacing:.04em}
.footer-line p{margin:0;color:#bdb5a8;font-size:13px;line-height:1.6}
.footer-line p span{color:#8f887c}
.footer-support{color:#d8d0c3;font-size:13px;font-weight:700}
.footer-support:hover,.footer-support:focus-visible{color:var(--gold-light)}

@media(max-width:1000px){
  .site-nav{display:none}.header-actions{margin-left:auto}
  .value-grid{grid-template-columns:1fr}
  .value-grid>div+div{border-left:0;border-top:1px solid var(--line)}
  .workflow-line{grid-template-columns:1fr 1fr}
  .workflow-line>div:nth-child(3){border-left:0;border-top:1px solid var(--line)}
  .workflow-line>div:nth-child(4){border-top:1px solid var(--line)}
}

@media(max-width:760px){
  .header-inner{padding:0 18px;min-height:74px}.logo{min-width:auto}.logo strong{font-size:14px}.logo em{font-size:9px;letter-spacing:4px}
  .executive-container{width:min(100% - 36px,1280px)}
  .executive-hero{padding:64px 0 58px}.hero-content h1,.section-heading h2,.executive-cta h2{font-size:42px}
  .hero-content p{font-size:18px}.hero-actions{flex-wrap:wrap}.hero-points{gap:10px 18px}
  .executive-section{padding:60px 0}.category-grid,.workflow-line{grid-template-columns:1fr}
  .category-card{padding:28px}.category-card h3{font-size:33px}
  .catalogue-note{align-items:flex-start;flex-direction:column}
  .workflow-line>div+div,.workflow-line>div:nth-child(3),.workflow-line>div:nth-child(4){border-left:0;border-top:1px solid var(--line)}
  .executive-cta{padding:62px 0}
  .site-footer.compact-footer{grid-template-columns:1fr;gap:12px}.footer-line{display:block}.footer-line strong{display:block;margin-bottom:6px}.footer-support{justify-self:start}
}

/* Clean single-column hero */
.hero-layout{display:block}
.hero-content{max-width:900px}
.hero-content h1{font-size:74px;max-width:900px}
.hero-content p{max-width:780px}
.hero-art{display:none!important}

@media(max-width:760px){
  .hero-content h1{font-size:42px}
}

/* Professional public products catalogue */
.catalogue-hero{
  padding:82px 0 66px;
  background:
    radial-gradient(circle at 78% 20%,rgba(215,168,47,.08),transparent 32%),
    linear-gradient(180deg,#120e08 0%,#090909 100%);
  border-bottom:1px solid #1d1a15;
}
.catalogue-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:50px;
  align-items:end;
}
.catalogue-hero h1{
  max-width:850px;
  margin:12px 0 16px;
  font:64px/1.05 Georgia,serif;
  letter-spacing:-.025em;
}
.catalogue-hero p{
  max-width:780px;
  margin:0;
  color:var(--muted);
  font-size:19px;
}
.catalogue-summary{
  min-width:190px;
  padding:20px 24px;
  border-left:2px solid var(--gold);
  background:rgba(255,255,255,.015);
}
.catalogue-summary strong{
  display:block;
  color:var(--gold-light);
  font:44px/1 Georgia,serif;
}
.catalogue-summary span{
  display:block;
  margin-top:7px;
  color:#d7d0c4;
  font-size:14px;
  font-weight:700;
}
.catalogue-controls-section{
  border-bottom:1px solid #1d1d1d;
  background:#090909;
}
.catalogue-tabs{
  min-height:66px;
  display:flex;
  align-items:center;
  gap:10px;
  overflow-x:auto;
}
.catalogue-tabs a{
  position:relative;
  flex:0 0 auto;
  padding:20px 18px 18px;
  color:#cfc8bb;
  font-size:14px;
  font-weight:800;
}
.catalogue-tabs a::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:0;
  height:2px;
  background:var(--gold);
  transform:scaleX(0);
  transition:transform .18s ease;
}
.catalogue-tabs a:hover,
.catalogue-tabs a:focus-visible,
.catalogue-tabs a.active{color:#fff}
.catalogue-tabs a:hover::after,
.catalogue-tabs a:focus-visible::after,
.catalogue-tabs a.active::after{transform:scaleX(1)}

.catalogue-section{
  padding:78px 0 86px;
  background:#080808;
}
.catalogue-heading-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,520px);
  gap:42px;
  align-items:end;
  margin-bottom:34px;
}
.catalogue-heading-row h2{
  margin:9px 0 0;
  font:48px/1.08 Georgia,serif;
}
.catalogue-heading-row p{
  margin:0;
  color:var(--muted);
  font-size:15px;
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.single-product-grid{
  grid-template-columns:minmax(0,700px);
}
.product-card-public{
  min-height:440px;
  display:flex;
  flex-direction:column;
  padding:0;
  overflow:hidden;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#111 0%,#0b0b0b 100%);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.product-card-public:hover{
  transform:translateY(-2px);
  border-color:#5d4a25;
  box-shadow:0 20px 45px rgba(0,0,0,.28);
}
.product-card-top{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:0 28px;
  border-bottom:1px solid var(--line-soft);
}
.product-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#d9d2c6;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.product-status i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#62b578;
  box-shadow:0 0 0 5px rgba(98,181,120,.08);
}
.product-code{
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
}
.product-card-body{
  flex:1;
  padding:30px 28px 28px;
}
.product-family{
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:2px;
}
.product-card-public h3{
  margin:12px 0 12px;
  font:36px/1.12 Georgia,serif;
}
.product-card-public p{
  min-height:78px;
  margin:0 0 28px;
  color:var(--muted);
  font-size:16px;
}
.product-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.product-meta>div{
  padding:16px 12px 16px 0;
}
.product-meta>div+div{
  padding-left:16px;
  border-left:1px solid var(--line-soft);
}
.product-meta small{
  display:block;
  color:#8f887c;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.product-meta strong{
  display:block;
  margin-top:4px;
  color:#ece7dc;
  font-size:14px;
}
.product-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 28px;
  border-top:1px solid var(--line-soft);
  background:#0a0a0a;
}
.product-card-link{
  display:inline-flex;
  gap:8px;
  color:var(--gold-light);
  font-weight:900;
}
.product-secondary-link{
  color:#c9c1b4;
  font-size:13px;
  font-weight:700;
}
.product-card-link:hover,
.product-secondary-link:hover{color:#fff}
.catalogue-empty-state{
  max-width:760px;
  padding:42px;
  border:1px solid var(--line);
  background:#0d0d0d;
}
.catalogue-empty-state h3{
  margin:12px 0;
  font:38px/1.1 Georgia,serif;
}
.catalogue-empty-state p{
  color:var(--muted);
  font-size:17px;
  margin-bottom:24px;
}
.catalogue-growth-note{
  margin-top:34px;
  padding:30px 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:38px;
  border:1px solid var(--line);
  background:linear-gradient(90deg,#10100e,#0b0b0b);
}
.catalogue-growth-note strong{
  display:block;
  max-width:760px;
  margin:7px 0 5px;
  font:24px/1.25 Georgia,serif;
}
.catalogue-growth-note p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.catalogue-growth-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  flex:0 0 auto;
}
.catalogue-growth-actions a{
  color:var(--gold-light);
  font-size:14px;
  font-weight:800;
}
.catalogue-growth-actions a:hover{color:#fff}

@media(max-width:1000px){
  .catalogue-hero-inner,.catalogue-heading-row{grid-template-columns:1fr}
  .catalogue-summary{width:max-content}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .single-product-grid{grid-template-columns:minmax(0,700px)}
}
@media(max-width:760px){
  .catalogue-hero{padding:58px 0 48px}
  .catalogue-hero h1{font-size:43px}
  .catalogue-hero p{font-size:17px}
  .catalogue-tabs{min-height:58px}
  .catalogue-tabs a{padding:17px 13px 15px}
  .catalogue-section{padding:58px 0 64px}
  .catalogue-heading-row h2{font-size:40px}
  .product-grid,.single-product-grid{grid-template-columns:1fr}
  .product-card-public{min-height:0}
  .product-meta{grid-template-columns:1fr}
  .product-meta>div{padding:12px 0}
  .product-meta>div+div{padding-left:0;border-left:0;border-top:1px solid var(--line-soft)}
  .product-card-footer{align-items:flex-start;flex-direction:column}
  .catalogue-growth-note{align-items:flex-start;flex-direction:column}
}

/* Full-width featured catalogue card upgrade */
.featured-products{
  display:grid;
  gap:24px;
}
.featured-product-card{
  display:flex;
  flex-direction:column;
  min-height:420px;
  padding:0;
  overflow:hidden;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(215,168,47,.035),transparent 34%),
    linear-gradient(180deg,#111 0%,#0b0b0b 100%);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.featured-product-card:hover{
  transform:translateY(-2px);
  border-color:#624f28;
  box-shadow:0 24px 56px rgba(0,0,0,.30);
}
.featured-product-header{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 34px;
  border-bottom:1px solid var(--line-soft);
}
.featured-product-main{
  flex:1;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);
  gap:44px;
  align-items:stretch;
  padding:42px 34px;
}
.featured-product-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:760px;
}
.featured-product-copy .product-family{
  margin-bottom:12px;
}
.featured-product-copy h3{
  margin:0 0 15px;
  font:48px/1.08 Georgia,serif;
  letter-spacing:-.02em;
}
.featured-product-copy p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}
.featured-product-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.012);
}
.featured-product-meta>div{
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 22px;
}
.featured-product-meta>div:nth-child(even){border-left:1px solid var(--line-soft)}
.featured-product-meta>div:nth-child(n+3){border-top:1px solid var(--line-soft)}
.featured-product-meta small{
  color:#8f887c;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.featured-product-meta strong{
  margin-top:6px;
  color:#f1ece1;
  font-size:18px;
}
.featured-product-footer{
  display:flex;
  align-items:center;
  gap:12px;
  padding:22px 34px;
  border-top:1px solid var(--line-soft);
  background:#0a0a0a;
}
.catalogue-growth-note-refined{
  margin-top:26px;
  padding:26px 30px;
  background:linear-gradient(90deg,#0e0e0d,#0a0a0a);
}
.catalogue-growth-note-refined strong{
  font-size:25px;
}
.catalogue-growth-note-refined p{
  max-width:760px;
  font-size:15px;
}

@media(max-width:1000px){
  .featured-product-main{
    grid-template-columns:1fr;
  }
  .featured-product-meta{
    max-width:720px;
  }
}
@media(max-width:760px){
  .featured-product-header{
    padding:0 22px;
  }
  .featured-product-main{
    gap:28px;
    padding:30px 22px;
  }
  .featured-product-copy h3{
    font-size:38px;
  }
  .featured-product-copy p{
    font-size:17px;
  }
  .featured-product-meta{
    grid-template-columns:1fr;
  }
  .featured-product-meta>div{
    min-height:auto;
    padding:16px 18px;
  }
  .featured-product-meta>div:nth-child(even){border-left:0}
  .featured-product-meta>div+div{border-top:1px solid var(--line-soft)}
  .featured-product-footer{
    align-items:stretch;
    flex-direction:column;
    padding:20px 22px;
  }
}

/* Final Products catalogue approval polish */
.catalogue-hero h1{max-width:900px}
.catalogue-summary{min-width:170px}
.catalogue-heading-row p{max-width:520px}
.featured-product-copy .product-family{letter-spacing:.16em}
.featured-product-meta strong{font-size:17px}
.catalogue-growth-note-refined{margin-bottom:0}

/* Professional Trading Systems page */
.systems-hero{
  padding:88px 0 76px;
  background:
    radial-gradient(circle at 80% 24%,rgba(215,168,47,.07),transparent 31%),
    linear-gradient(180deg,#120e08 0%,#090909 100%);
  border-bottom:1px solid #1d1a15;
}
.systems-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:70px;
  align-items:end;
}
.systems-hero h1{
  max-width:860px;
  margin:12px 0 16px;
  font:64px/1.05 Georgia,serif;
  letter-spacing:-.025em;
}
.systems-hero p{
  max-width:800px;
  margin:0;
  color:var(--muted);
  font-size:19px;
}
.systems-hero-note{
  padding:24px 26px;
  border-left:2px solid var(--gold);
  background:rgba(255,255,255,.018);
}
.systems-hero-note strong{
  display:block;
  margin-bottom:7px;
  color:var(--gold-light);
  font-size:18px;
}
.systems-hero-note span{color:var(--muted);font-size:15px}

.systems-categories{padding:82px 0 88px;background:#080808}
.systems-heading{max-width:900px}
.systems-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.system-category-card{
  min-height:410px;
  display:flex;
  flex-direction:column;
  padding:34px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#111 0%,#0b0b0b 100%);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.system-category-card:hover{
  transform:translateY(-2px);
  border-color:#5c4925;
  box-shadow:0 20px 44px rgba(0,0,0,.26);
}
.system-card-top{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-bottom:25px;
}
.system-card-top span{
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
}
.system-card-top small{
  padding:5px 8px;
  border:1px solid #4a3c21;
  color:var(--gold-light);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.5px;
}
.system-category-card h3{
  margin:0 0 12px;
  font:36px/1.15 Georgia,serif;
}
.system-category-card p{
  margin:0 0 20px;
  color:var(--muted);
  font-size:17px;
}
.system-category-card ul{
  list-style:none;
  margin:0 0 26px;
  padding:0;
}
.system-category-card li{
  position:relative;
  padding:10px 0 10px 30px;
  border-bottom:1px solid var(--line-soft);
  color:#d8d1c5;
}
.system-category-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:10px;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border:1px solid #5b4925;
  border-radius:50%;
  background:rgba(215,168,47,.08);
  color:var(--gold-light);
  font-size:11px;
  font-weight:900;
}
.system-category-card>a{
  margin-top:auto;
  color:var(--gold-light);
  font-weight:800;
}

.manual-system-section,.ea-control-section{padding:88px 0;background:var(--surface)}
.purpose-balance-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:22px;
  align-items:stretch;
}
.purpose-intro-card,
.purpose-feature-card{
  border:1px solid #272118;
  background:
    radial-gradient(circle at 82% 16%,rgba(215,168,47,.04),transparent 24%),
    linear-gradient(180deg,#101010 0%,#0b0b0b 100%);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}
.purpose-intro-card{
  padding:34px 34px 32px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100%;
}
.purpose-intro-card h2{
  margin:12px 0 0;
  font:48px/1.08 Georgia,serif;
}
.purpose-intro-note{
  margin:22px 0 0;
  color:#c8b48d;
  font-size:16px;
  line-height:1.75;
}
.purpose-feature-grid{
  display:grid;
  gap:16px;
  grid-template-rows:repeat(3,minmax(0,1fr));
}
.purpose-feature-card{
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:16px;
  align-items:start;
  padding:22px 22px;
}
.purpose-feature-icon{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border:1px solid #5b4925;
  border-radius:50%;
  background:rgba(215,168,47,.08);
  color:var(--gold-light);
  font-size:12px;
  font-weight:900;
  line-height:1;
  margin-top:2px;
}
.purpose-feature-card h3{
  margin:0 0 8px;
  color:#f3eee6;
  font-size:27px;
  line-height:1.15;
}
.purpose-feature-card p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}

.systems-cta{
  padding:78px 0;
  text-align:center;
  background:linear-gradient(180deg,#171108,#120d07);
  border-top:1px solid #211c14;
}
.systems-cta h2{
  max-width:900px;
  margin:10px auto 14px;
  font:52px/1.1 Georgia,serif;
}
.systems-cta p{
  max-width:720px;
  margin:0 auto;
  color:var(--muted);
  font-size:17px;
}
.systems-cta .hero-actions{margin-top:26px}

/* Footer brand accent */
.footer-line strong{color:var(--gold-light)}

@media(max-width:1000px){
  .systems-hero-inner{grid-template-columns:1fr}
  .systems-hero-note{max-width:560px}
  .purpose-balance-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .systems-hero{padding:64px 0 56px}
  .systems-hero h1,.manual-system-section h2,.systems-cta h2{font-size:42px}
  .systems-grid{grid-template-columns:1fr}
  .systems-categories,.manual-system-section{padding:60px 0}
  .system-category-card{min-height:auto;padding:28px}
  .systems-cta{padding:62px 0}
}

/* Professional Expert Advisors page */
.ea-hero{
  padding:88px 0 76px;
  background:
    radial-gradient(circle at 80% 24%,rgba(215,168,47,.07),transparent 31%),
    linear-gradient(180deg,#120e08 0%,#090909 100%);
  border-bottom:1px solid #1d1a15;
}
.ea-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:70px;
  align-items:end;
}
.ea-hero h1{
  max-width:860px;
  margin:12px 0 16px;
  font:64px/1.05 Georgia,serif;
  letter-spacing:-.025em;
}
.ea-hero p{
  max-width:800px;
  margin:0;
  color:var(--muted);
  font-size:19px;
}
.ea-hero-note{
  padding:24px 26px;
  border-left:2px solid var(--gold);
  background:rgba(255,255,255,.018);
}
.ea-hero-note strong{
  display:block;
  margin-bottom:7px;
  color:var(--gold-light);
  font-size:18px;
}
.ea-hero-note span{color:var(--muted);font-size:15px}

.ea-categories{padding:82px 0 88px;background:#080808}
.ea-heading{max-width:920px}
.ea-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.ea-category-card{
  min-height:410px;
  display:flex;
  flex-direction:column;
  padding:34px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#111 0%,#0b0b0b 100%);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.ea-category-card:hover{
  transform:translateY(-2px);
  border-color:#5c4925;
  box-shadow:0 20px 44px rgba(0,0,0,.26);
}
.ea-card-top{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-bottom:25px;
}
.ea-card-top span{
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
}
.ea-card-top small{
  padding:5px 8px;
  border:1px solid #4a3c21;
  color:var(--gold-light);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.5px;
}
.ea-category-card h3{
  margin:0 0 12px;
  font:36px/1.15 Georgia,serif;
}
.ea-category-card p{
  margin:0 0 20px;
  color:var(--muted);
  font-size:17px;
}
.ea-category-card ul{
  list-style:none;
  margin:0 0 26px;
  padding:0;
}
.ea-category-card li{
  position:relative;
  padding:10px 0 10px 30px;
  border-bottom:1px solid var(--line-soft);
  color:#d8d1c5;
}
.ea-category-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:10px;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border:1px solid #5b4925;
  border-radius:50%;
  background:rgba(215,168,47,.08);
  color:var(--gold-light);
  font-size:11px;
  font-weight:900;
}
.ea-category-card>a{
  margin-top:auto;
  color:var(--gold-light);
  font-weight:800;
}


.ea-cta{
  padding:78px 0;
  text-align:center;
  background:linear-gradient(180deg,#171108,#120d07);
  border-top:1px solid #211c14;
}
.ea-cta h2{
  max-width:900px;
  margin:10px auto 14px;
  font:52px/1.1 Georgia,serif;
}
.ea-cta p{
  max-width:720px;
  margin:0 auto;
  color:var(--muted);
  font-size:17px;
}
.ea-cta .hero-actions{margin-top:26px}

@media(max-width:1000px){
  .ea-hero-inner{grid-template-columns:1fr}
  .ea-hero-note{max-width:560px}
  .purpose-balance-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .ea-hero{padding:64px 0 56px}
  .ea-hero h1,.ea-control-section h2,.ea-cta h2{font-size:42px}
  .ea-grid{grid-template-columns:1fr}
  .ea-categories,.ea-control-section{padding:60px 0}
  .ea-category-card{min-height:auto;padding:28px}
  .ea-cta{padding:62px 0}
}

/* Professional Pricing page */
.pricing-hero{
  padding:88px 0 76px;
  background:
    radial-gradient(circle at 80% 22%,rgba(215,168,47,.08),transparent 31%),
    linear-gradient(180deg,#120e08 0%,#090909 100%);
  border-bottom:1px solid #1d1a15;
}
.pricing-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:70px;
  align-items:end;
}
.pricing-hero h1{
  max-width:900px;
  margin:12px 0 16px;
  font:64px/1.05 Georgia,serif;
  letter-spacing:-.025em;
}
.pricing-hero p{
  max-width:800px;
  margin:0;
  color:var(--muted);
  font-size:19px;
}
.pricing-hero-note{
  padding:24px 26px;
  border-left:2px solid var(--gold);
  background:rgba(255,255,255,.018);
}
.pricing-hero-note strong{
  display:block;
  margin-bottom:7px;
  color:var(--gold-light);
  font-size:18px;
}
.pricing-hero-note span{color:var(--muted);font-size:15px}

.pricing-plans{padding:82px 0 88px;background:#080808}
.pricing-heading{max-width:900px;margin-bottom:38px}
.pricing-heading h2{
  margin:10px 0 14px;
  font:52px/1.1 Georgia,serif;
}
.pricing-heading p{max-width:790px;margin:0;color:var(--muted);font-size:17px}
.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.pricing-grid.single-plan{grid-template-columns:minmax(0,760px)}
.pricing-card{
  position:relative;
  min-height:590px;
  display:flex;
  flex-direction:column;
  padding:36px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#111 0%,#0b0b0b 100%);
}
.pricing-card.featured{
  border-color:#665026;
  background:linear-gradient(180deg,#151108 0%,#0c0b09 100%);
  box-shadow:0 24px 60px rgba(0,0,0,.26);
}
.pricing-card-top{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px}
.pricing-card-top>span{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase}
.pricing-card-top small{padding:5px 8px;border:1px solid #4a3c21;color:var(--gold-light);font-size:10px;font-weight:900;letter-spacing:1.4px}
.pricing-card h3{margin:0 0 14px;font:36px/1.15 Georgia,serif}
.pricing-price{display:flex;align-items:baseline;gap:9px;margin-bottom:15px}
.pricing-price strong{color:var(--gold-light);font:52px/1 Georgia,serif}
.pricing-price span{color:var(--muted);font-size:16px}
.pricing-description{min-height:52px;margin:0 0 22px;color:var(--muted);font-size:16px}
.pricing-benefits{list-style:none;margin:0 0 28px;padding:0}
.pricing-benefits li{position:relative;padding:10px 0 10px 30px;border-bottom:1px solid var(--line-soft);color:#d8d1c5}
.pricing-benefits li::before{content:"✓";position:absolute;left:0;top:10px;display:grid;place-items:center;width:18px;height:18px;border:1px solid #5b4925;border-radius:50%;background:rgba(215,168,47,.08);color:var(--gold-light);font-size:11px;font-weight:900}
.pricing-card-action{margin-top:auto}
.pricing-card-action .button{min-width:190px}
.pricing-empty{grid-column:1/-1;padding:42px;border:1px solid var(--line);background:#0d0d0d}
.pricing-empty h3{margin:10px 0;font:36px Georgia,serif}
.pricing-empty p{max-width:680px;color:var(--muted)}

.pricing-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px;border:1px solid var(--line);background:#0c0c0c}
.pricing-comparison>div{padding:24px 28px}
.pricing-comparison>div+div{border-left:1px solid var(--line)}
.pricing-comparison span{display:block;margin-bottom:7px;color:var(--gold);font-size:11px;font-weight:900;letter-spacing:2px}
.pricing-comparison strong{display:block;font-size:19px;margin-bottom:4px}
.pricing-comparison p{margin:0;color:var(--muted);font-size:15px}

.pricing-note-section{padding:82px 0;background:var(--surface)}
.pricing-note-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:70px;align-items:start}
.pricing-note-section h2{margin:10px 0 0;font:50px/1.08 Georgia,serif}
.pricing-note-grid>div:last-child>p{margin:0 0 24px;color:var(--muted);font-size:18px}
.pricing-note-points{display:grid;border-top:1px solid var(--line)}
.pricing-note-points span{padding:13px 0;border-bottom:1px solid var(--line);color:#ded6c8;font-weight:700}

.pricing-cta{padding:78px 0;text-align:center;background:linear-gradient(180deg,#171108,#120d07);border-top:1px solid #211c14}
.pricing-cta h2{max-width:900px;margin:10px auto 14px;font:52px/1.1 Georgia,serif}
.pricing-cta p{max-width:720px;margin:0 auto;color:var(--muted);font-size:17px}
.pricing-cta .hero-actions{margin-top:26px}

@media(max-width:1000px){
  .pricing-hero-inner,.pricing-note-grid{grid-template-columns:1fr}
  .pricing-hero-note{max-width:560px}
}
@media(max-width:760px){
  .pricing-hero{padding:64px 0 56px}
  .pricing-hero h1,.pricing-heading h2,.pricing-note-section h2,.pricing-cta h2{font-size:42px}
  .pricing-plans,.pricing-note-section{padding:60px 0}
  .pricing-grid,.pricing-comparison{grid-template-columns:1fr}
  .pricing-card{min-height:auto;padding:28px}
  .pricing-comparison>div+div{border-left:0;border-top:1px solid var(--line)}
  .pricing-cta{padding:62px 0}
}


/* Final Pricing inclusion-panel polish */
.pricing-inclusion-section{
  padding:72px 0;
  background:var(--surface);
  border-top:1px solid #181818;
  border-bottom:1px solid #181818;
}
.pricing-inclusion-heading{
  max-width:860px;
  margin-bottom:32px;
}
.pricing-inclusion-heading h2{
  margin:10px 0 12px;
  font:48px/1.08 Georgia,serif;
}
.pricing-inclusion-heading p{
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:17px;
}
.pricing-inclusion-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid var(--line);
  background:#0c0c0c;
}
.pricing-inclusion-grid article{
  min-height:190px;
  padding:28px 30px;
  border:0;
  background:transparent;
}
.pricing-inclusion-grid article+article{
  border-left:1px solid var(--line);
}
.pricing-inclusion-grid span{
  display:block;
  margin-bottom:16px;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
}
.pricing-inclusion-grid strong{
  display:block;
  margin-bottom:7px;
  color:var(--text);
  font-size:20px;
}
.pricing-inclusion-grid p{
  margin:0;
  color:var(--muted);
  font-size:15px;
}

@media(max-width:900px){
  .pricing-inclusion-grid{grid-template-columns:1fr}
  .pricing-inclusion-grid article+article{border-left:0;border-top:1px solid var(--line)}
}
@media(max-width:760px){
  .pricing-inclusion-section{padding:58px 0}
  .pricing-inclusion-heading h2{font-size:42px}
  .pricing-inclusion-grid article{min-height:auto;padding:24px}
}

/* Professional About page */
.about-hero{
  padding:88px 0 78px;
  background:
    radial-gradient(circle at 82% 24%,rgba(215,168,47,.08),transparent 31%),
    linear-gradient(180deg,#120e08 0%,#090909 100%);
  border-bottom:1px solid #1d1a15;
}
.about-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:70px;
  align-items:end;
}
.about-hero h1{
  max-width:980px;
  margin:12px 0 16px;
  font:64px/1.05 Georgia,serif;
  letter-spacing:-.025em;
}
.about-hero p{
  max-width:820px;
  margin:0;
  color:var(--muted);
  font-size:19px;
}
.about-hero-note{
  padding:24px 26px;
  border-left:2px solid var(--gold);
  background:rgba(255,255,255,.018);
}
.about-hero-note strong{
  display:block;
  margin-bottom:7px;
  color:var(--gold-light);
  font-size:18px;
}
.about-hero-note span{color:var(--muted);font-size:15px}

.about-purpose-section{padding:82px 0;background:#080808}
.about-section-heading{max-width:900px;margin-bottom:36px}
.about-section-heading h2{
  margin:10px 0 14px;
  font:52px/1.1 Georgia,serif;
}
.about-section-heading p{
  max-width:800px;
  margin:0;
  color:var(--muted);
  font-size:17px;
}
.about-purpose-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid var(--line);
  background:#0c0c0c;
}
.about-purpose-grid article{
  min-height:215px;
  padding:30px;
  border:0;
  background:transparent;
}
.about-purpose-grid article+article{border-left:1px solid var(--line)}
.about-purpose-grid span{
  display:block;
  margin-bottom:18px;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
}
.about-purpose-grid strong{
  display:block;
  margin-bottom:8px;
  color:var(--text);
  font-size:21px;
}
.about-purpose-grid p{margin:0;color:var(--muted);font-size:16px}

.about-standards-section{padding:84px 0;background:var(--surface)}
.about-standards-grid{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:72px;
  align-items:start;
}
.about-standards-section h2{
  max-width:620px;
  margin:10px 0 0;
  font:52px/1.08 Georgia,serif;
}
.about-standard-list{border-top:1px solid var(--line)}
.about-standard-list>div{
  display:grid;
  grid-template-columns:50px 1fr;
  gap:18px;
  padding:20px 0;
  border-bottom:1px solid var(--line);
}
.about-standard-list>div>span{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #594823;
  border-radius:50%;
  color:var(--gold-light);
  font-size:11px;
  font-weight:900;
}
.about-standard-list strong{display:block;margin-bottom:5px;font-size:19px}
.about-standard-list p{margin:0;color:var(--muted);font-size:15px}

.about-cta{
  padding:78px 0;
  text-align:center;
  background:linear-gradient(180deg,#171108,#120d07);
  border-top:1px solid #211c14;
}
.about-cta h2{
  max-width:920px;
  margin:10px auto 14px;
  font:52px/1.1 Georgia,serif;
}
.about-cta p{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
  font-size:17px;
}
.about-cta .hero-actions{margin-top:26px}

@media(max-width:1000px){
  .about-hero-inner,.about-standards-grid{grid-template-columns:1fr}
  .about-hero-note{max-width:560px}
}
@media(max-width:900px){
  .about-purpose-grid{grid-template-columns:1fr}
  .about-purpose-grid article+article{border-left:0;border-top:1px solid var(--line)}
}
@media(max-width:760px){
  .about-hero{padding:64px 0 56px}
  .about-hero h1,.about-section-heading h2,.about-standards-section h2,.about-cta h2{font-size:42px}
  .about-purpose-section,.about-standards-section{padding:60px 0}
  .about-purpose-grid article{min-height:auto;padding:25px}
  .about-cta{padding:62px 0}
}

/* Professional Support page */
.support-hero{
  padding:92px 0 82px;
  background:radial-gradient(circle at 76% 30%,rgba(215,168,47,.09),transparent 32%),linear-gradient(180deg,#151108,#080808);
  border-bottom:1px solid #1b1b1b;
}
.support-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);gap:70px;align-items:end}
.support-hero-copy h1,.support-section h2,.support-protection-section h2,.support-cta h2{font-family:Georgia,serif;letter-spacing:-.025em}
.support-hero-copy h1{font-size:62px;line-height:1.06;margin:14px 0 18px;max-width:900px}
.support-hero-copy p{max-width:760px;margin:0;color:var(--muted);font-size:19px}
.support-hero-note{padding:26px 24px;border-left:2px solid var(--gold);background:linear-gradient(90deg,rgba(215,168,47,.07),rgba(255,255,255,.012))}
.support-hero-note strong{display:block;color:var(--gold-light);font-size:18px;margin-bottom:8px}
.support-hero-note p{margin:0;color:var(--muted);font-size:15px}

.support-section{padding:82px 0;background:#090909}
.support-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.support-card{padding:32px 30px;border:1px solid var(--line);background:linear-gradient(180deg,#101010,#0c0c0c);transition:border-color .18s ease,transform .18s ease}
.support-card:hover{border-color:#5f4d28;transform:translateY(-2px)}
.support-card-topline{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}
.support-card-topline span{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:2px}
.support-card-topline small{padding:5px 8px;border:1px solid #4a3c21;color:var(--gold-light);font-size:10px;letter-spacing:1.5px;font-weight:800}
.support-card h3{font:32px Georgia,serif;margin:0 0 10px}
.support-card p{margin:0 0 20px;color:var(--muted);font-size:16px;min-height:78px}
.support-card ul{list-style:none;margin:0 0 24px;padding:0}
.support-card li{position:relative;padding:9px 0 9px 30px;border-bottom:1px solid var(--line-soft);color:#d8d1c5}
.support-card li::before{content:"✓";position:absolute;left:0;top:9px;display:grid;place-items:center;width:18px;height:18px;border:1px solid #5b4925;border-radius:50%;background:rgba(215,168,47,.08);color:var(--gold-light);font-size:11px;font-weight:900}
.support-card a{display:inline-flex;gap:8px;align-items:center;color:var(--gold-light);font-weight:800}

.support-protection-section{padding:80px 0;background:var(--surface)}
.support-protection-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:70px;align-items:start}
.support-protection-section h2{font-size:48px;line-height:1.1;margin:10px 0 0;max-width:650px}
.support-protection-content>p{margin:0 0 24px;color:var(--muted);font-size:18px;max-width:700px}
.support-protection-points{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.support-protection-points>div{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center;padding:15px 0}
.support-protection-points>div+div{border-top:1px solid var(--line-soft)}
.support-protection-points span{color:var(--gold);font-size:11px;letter-spacing:2px;font-weight:800}
.support-protection-points strong{font-size:16px}

.support-cta{padding:82px 0;text-align:center;background:linear-gradient(180deg,#171108,#120d07);border-top:1px solid #211c14}
.support-cta h2{font-size:50px;line-height:1.1;max-width:900px;margin:10px auto 14px}
.support-cta p{max-width:700px;margin:0 auto;color:var(--muted);font-size:17px}
.support-cta .hero-actions{margin-top:26px}

@media(max-width:1000px){
  .support-hero-grid,.support-protection-grid{grid-template-columns:1fr}
  .support-hero-note{max-width:620px}
  .support-card-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .support-hero{padding:62px 0 56px}
  .support-hero-copy h1,.support-section h2,.support-protection-section h2,.support-cta h2{font-size:42px}
  .support-card-grid{grid-template-columns:1fr}
  .support-card{padding:27px 24px}
  .support-card p{min-height:0}
  .support-section,.support-protection-section,.support-cta{padding:60px 0}
}

/* Official 12 Systems + 8 EAs catalogue */
.compact-category-grid .system-category-card,
.compact-category-grid .ea-category-card{min-height:250px}
.official-catalogue-section{padding:88px 0;background:#080808;border-top:1px solid #171717}
.official-catalogue-heading{max-width:900px}
.official-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.official-product-card{display:flex;flex-direction:column;min-height:650px;padding:0 28px 28px;border:1px solid var(--line);background:linear-gradient(180deg,#101010,#0b0b0b);transition:transform .18s ease,border-color .18s ease}
.official-product-card:hover{transform:translateY(-2px);border-color:#68552b}
.product-preview{position:relative;height:205px;margin:0 -28px 24px;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:#0e0e0e}
.product-preview::before{content:"";position:absolute;inset:18px;border:1px solid rgba(215,168,47,.18);background:linear-gradient(90deg,transparent,rgba(215,168,47,.04),transparent)}
.product-preview::after{content:"";position:absolute;left:10%;right:10%;bottom:28%;height:1px;background:linear-gradient(90deg,transparent,rgba(239,208,120,.55),transparent);box-shadow:0 -24px 0 rgba(215,168,47,.10),0 24px 0 rgba(215,168,47,.08)}
.product-preview>span{position:relative;z-index:2;display:grid;place-items:center;width:74px;height:74px;border:1px solid #6b5528;border-radius:50%;background:rgba(7,7,7,.82);color:var(--gold-light);font:700 22px Georgia,serif;letter-spacing:2px;box-shadow:0 0 28px rgba(215,168,47,.10)}
.product-preview>small{position:absolute;z-index:2;bottom:18px;left:22px;color:#9f9687;font-size:10px;letter-spacing:2px;text-transform:uppercase}
.preview-bias::after,.preview-pullback::after,.preview-sweep::after,.preview-session::after,.preview-reversal-ea::after,.preview-retest-ea::after{transform:rotate(-7deg)}
.preview-momentum::after,.preview-retest::after,.preview-volatility::after,.preview-entry-ea::after,.preview-sweep-ea::after{transform:rotate(7deg)}
.preview-reversal,.preview-exhaustion,.preview-reversal-ea{background:radial-gradient(circle at 70% 30%,rgba(215,168,47,.10),transparent 34%),#0e0e0e}
.preview-entry,.preview-pullback,.preview-retest,.preview-entry-ea,.preview-pullback-ea,.preview-retest-ea{background:linear-gradient(135deg,#111,#0a0a0a 56%,#12100b)}
.preview-condition,.preview-session,.preview-volatility,.preview-condition-ea,.preview-session-ea{background:radial-gradient(circle at 30% 70%,rgba(215,168,47,.08),transparent 36%),#0d0d0d}
.product-meta{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:12px}
.product-meta span{color:var(--gold);font-size:10px;font-weight:900;letter-spacing:2px}
.product-meta small{color:#8e8679;font-size:11px;font-weight:800}
.official-product-card h3{margin:0 0 10px;font:31px/1.12 Georgia,serif}
.official-product-card>p{margin:0 0 18px;color:var(--muted);font-size:15px;min-height:74px}
.official-product-card ul{list-style:none;margin:0 0 20px;padding:0}
.official-product-card li{position:relative;padding:8px 0 8px 27px;border-bottom:1px solid var(--line-soft);color:#d9d2c6;font-size:14px}
.official-product-card li::before{content:"✓";position:absolute;left:0;top:8px;display:grid;place-items:center;width:17px;height:17px;border:1px solid #5a4824;border-radius:50%;color:var(--gold-light);font-size:10px;font-weight:900}
.companion-note{margin-top:auto;padding:13px 14px;border-left:2px solid var(--gold);background:rgba(215,168,47,.05);color:#c9c0b2;font-size:13px}
.official-product-card>a{display:inline-flex;margin-top:18px;color:var(--gold-light);font-weight:800;font-size:14px}
@media(max-width:1100px){.official-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.official-catalogue-section{padding:62px 0}.official-product-grid{grid-template-columns:1fr}.official-product-card{min-height:auto}.product-preview{height:190px}.official-product-card>p{min-height:0}}


/* Text-only official catalogue refinement */
.official-product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
}
.official-product-card{
  min-height:100%;
  padding:30px 30px 28px;
  display:flex;
  flex-direction:column;
  border-top:2px solid rgba(215,168,47,.44);
  background:linear-gradient(180deg,#101010,#0b0b0b);
}
.official-product-card .product-meta{margin-bottom:20px}
.official-product-card h3{margin-top:0;font-size:27px;line-height:1.18}
.official-product-card p{min-height:82px}
.official-product-card ul{margin-bottom:22px}
.official-product-card .companion-note{margin-top:auto}
.official-product-card>a{margin-top:18px}
.product-preview{display:none!important}
@media(max-width:1050px){.official-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.official-product-grid{grid-template-columns:1fr}.official-product-card p{min-height:0}}

/* Final catalogue clarity polish */
.refined-feature-points span{
  position:relative;
  padding:15px 0 15px 34px;
}
.refined-feature-points span::before{
  content:"✓";
  position:absolute;
  left:0;
  top:15px;
  display:grid;
  place-items:center;
  width:19px;
  height:19px;
  border:1px solid #5b4925;
  border-radius:50%;
  background:rgba(215,168,47,.08);
  color:var(--gold-light);
  font-size:11px;
  font-weight:900;
}

@media(max-width:760px){
  .purpose-intro-card{padding:26px 22px}
  .purpose-intro-card h2{font-size:42px}
  .purpose-intro-note{font-size:14px}
  .purpose-feature-grid{grid-template-rows:none}
  .purpose-feature-card{padding:16px 16px}
  .purpose-feature-card h3{font-size:21px}
}

/* Product pricing guide — 12 Systems + 9 Expert Advisors */
.product-pricing-hero{
  padding:88px 0 76px;
  background:
    radial-gradient(circle at 80% 22%,rgba(215,168,47,.08),transparent 31%),
    linear-gradient(180deg,#120e08 0%,#090909 100%);
  border-bottom:1px solid #1d1a15;
}
.product-pricing-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:70px;
  align-items:end;
}
.product-pricing-hero h1{
  max-width:940px;
  margin:12px 0 16px;
  font:64px/1.05 Georgia,serif;
  letter-spacing:-.025em;
}
.product-pricing-hero p{
  max-width:820px;
  margin:0;
  color:var(--muted);
  font-size:19px;
}
.product-pricing-hero-note{
  padding:24px 26px;
  border-left:2px solid var(--gold);
  background:rgba(255,255,255,.018);
}
.product-pricing-hero-note strong{
  display:block;
  margin-bottom:7px;
  color:var(--gold-light);
  font-size:18px;
}
.product-pricing-hero-note span{color:var(--muted);font-size:15px}

.product-pricing-guide{padding:86px 0 90px;background:#080808}
.product-pricing-heading{max-width:900px}
.product-pricing-heading h2{font-size:52px}
.product-pricing-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.product-price-card{
  min-height:600px;
  display:flex;
  flex-direction:column;
  padding:36px;
  border:1px solid var(--line);
  border-top:2px solid rgba(215,168,47,.35);
  background:linear-gradient(180deg,#111 0%,#0b0b0b 100%);
}
.product-price-card.featured{
  border-color:#655027;
  border-top-color:var(--gold);
  background:linear-gradient(180deg,#151108 0%,#0c0b09 100%);
  box-shadow:0 24px 60px rgba(0,0,0,.25);
}
.product-price-card-top{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-bottom:24px;
}
.product-price-card-top span{
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
}
.product-price-card-top small{
  padding:5px 8px;
  border:1px solid #4a3c21;
  color:var(--gold-light);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.4px;
}
.product-price-card h3{margin:0 0 12px;font:36px/1.15 Georgia,serif}
.product-price-description{min-height:82px;margin:0;color:var(--muted);font-size:17px}
.product-price-value{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:end;
  column-gap:12px;
  margin:30px 0 26px;
  padding:24px 0;
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.product-price-value small{
  grid-column:1/-1;
  margin-bottom:9px;
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}
.product-price-value strong{color:var(--gold-light);font:58px/1 Georgia,serif}
.product-price-value span{padding-bottom:6px;color:var(--muted);font-size:16px}
.product-price-benefits{list-style:none;margin:0 0 30px;padding:0}
.product-price-benefits li{
  position:relative;
  padding:11px 0 11px 31px;
  border-bottom:1px solid var(--line-soft);
  color:#d8d1c5;
}
.product-price-benefits li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:11px;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border:1px solid #5b4925;
  border-radius:50%;
  background:rgba(215,168,47,.08);
  color:var(--gold-light);
  font-size:11px;
  font-weight:900;
}
.product-price-card>.button{margin-top:auto;align-self:flex-start}

.product-pricing-notice{
  margin-top:24px;
  padding:25px 28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  border:1px solid var(--line);
  background:#0c0c0c;
}
.product-pricing-notice h3{margin:7px 0 5px;font:26px/1.2 Georgia,serif}
.product-pricing-notice p{max-width:760px;margin:0;color:var(--muted);font-size:15px}
.product-pricing-notice>a{flex:0 0 auto;color:var(--gold-light);font-weight:800}

.pricing-structure-section{padding:82px 0;background:var(--surface)}
.pricing-structure-heading{max-width:920px}
.pricing-structure-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid var(--line);
  background:#0c0c0c;
}
.pricing-structure-grid article{min-height:210px;padding:30px}
.pricing-structure-grid article+article{border-left:1px solid var(--line)}
.pricing-structure-grid span{display:block;margin-bottom:18px;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:2px}
.pricing-structure-grid strong{display:block;margin-bottom:8px;color:var(--text);font-size:21px}
.pricing-structure-grid p{margin:0;color:var(--muted);font-size:15px}

.pricing-clarity-panel-section{padding:72px 0;background:#090909}
.pricing-clarity-panel{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:42px;
  align-items:center;
  padding:34px 38px;
  border:1px solid #2b2418;
  background:linear-gradient(180deg,#10100f,#0b0b0b);
}
.pricing-clarity-panel h2{margin:9px 0 0;font:42px/1.1 Georgia,serif}
.pricing-clarity-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.pricing-clarity-points span{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  border:1px solid var(--line-soft);
  color:#ddd5c8;
  text-align:center;
  font-weight:700;
}

@media(max-width:1000px){
  .product-pricing-hero-grid,.pricing-clarity-panel{grid-template-columns:1fr}
  .product-pricing-hero-note{max-width:560px}
  .pricing-clarity-points{grid-template-columns:1fr}
  .pricing-clarity-points span{min-height:auto;justify-content:flex-start;text-align:left}
}
@media(max-width:760px){
  .product-pricing-hero{padding:64px 0 56px}
  .product-pricing-hero h1,.product-pricing-heading h2,.pricing-clarity-panel h2,.pricing-cta h2{font-size:42px}
  .product-pricing-guide,.pricing-structure-section{padding:60px 0}
  .product-pricing-grid,.pricing-structure-grid{grid-template-columns:1fr}
  .product-price-card{min-height:auto;padding:28px}
  .product-price-description{min-height:0}
  .product-pricing-notice{align-items:flex-start;flex-direction:column}
  .pricing-structure-grid article+article{border-left:0;border-top:1px solid var(--line)}
  .pricing-clarity-panel{padding:26px 22px}
}

/* Products page — official 21-product master catalogue */
.master-catalogue-hero{
  padding:88px 0 78px;
  background:
    radial-gradient(circle at 82% 24%,rgba(215,168,47,.075),transparent 31%),
    linear-gradient(180deg,#120e08 0%,#090909 100%);
  border-bottom:1px solid #1d1a15;
}
.master-catalogue-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,440px);
  gap:72px;
  align-items:end;
}
.master-catalogue-hero h1{
  max-width:900px;
  margin:12px 0 18px;
  font:64px/1.05 Georgia,serif;
  letter-spacing:-.025em;
}
.master-catalogue-hero p{
  max-width:780px;
  margin:0;
  color:var(--muted);
  font-size:19px;
}
.master-catalogue-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid var(--line);
  background:linear-gradient(180deg,#111,#0b0b0b);
}
.master-catalogue-stats>div{
  min-height:142px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:22px;
}
.master-catalogue-stats>div+div{border-left:1px solid var(--line)}
.master-catalogue-stats strong{
  color:var(--gold-light);
  font:42px/1 Georgia,serif;
}
.master-catalogue-stats span{
  margin-top:9px;
  color:#e6ded1;
  font-size:13px;
  font-weight:800;
  line-height:1.4;
}
.master-catalogue-controls{position:sticky;top:0;z-index:5}
.master-product-section{
  padding:82px 0 88px;
  background:#080808;
  scroll-margin-top:90px;
}
.master-product-section-ea{
  background:#0b0b0b;
  border-top:1px solid #1c1914;
}
.master-section-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:36px;
  align-items:end;
  margin-bottom:42px;
}
.master-section-heading h2{
  max-width:850px;
  margin:10px 0 0;
  font:48px/1.1 Georgia,serif;
}
.master-section-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:7px;
  text-align:right;
}
.master-section-actions span{
  color:var(--muted);
  font-size:14px;
}
.master-section-actions a{
  color:var(--gold-light);
  font-weight:800;
}
.master-product-grid .official-product-card{min-height:450px}
.master-catalogue-note-section{
  padding:82px 0;
  background:linear-gradient(180deg,#11100d,#0a0a0a);
  border-top:1px solid #211c14;
}
.master-catalogue-note{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:70px;
  align-items:center;
}
.master-catalogue-note h2{
  margin:10px 0 0;
  font:46px/1.1 Georgia,serif;
}
.master-catalogue-note>p{
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
@media(max-width:1100px){
  .master-catalogue-hero-grid{grid-template-columns:1fr}
  .master-catalogue-stats{max-width:620px}
  .master-section-heading{grid-template-columns:1fr}
  .master-section-actions{align-items:flex-start;text-align:left}
  .master-catalogue-note{grid-template-columns:1fr;gap:28px}
}
@media(max-width:760px){
  .master-catalogue-hero{padding:64px 0 56px}
  .master-catalogue-hero h1{font-size:43px}
  .master-catalogue-stats{grid-template-columns:1fr}
  .master-catalogue-stats>div{min-height:96px}
  .master-catalogue-stats>div+div{border-left:0;border-top:1px solid var(--line)}
  .master-product-section{padding:60px 0 64px}
  .master-section-heading h2{font-size:40px}
  .master-product-grid .official-product-card{min-height:0}
  .master-catalogue-note-section{padding:60px 0}
  .master-catalogue-note h2{font-size:40px}
}

/* Subscription catalogue pricing */
.catalogue-price-block{
  margin-top:18px;
  padding:17px 18px;
  border:1px solid #302719;
  background:linear-gradient(180deg,rgba(215,168,47,.055),rgba(215,168,47,.018));
}
.catalogue-price-block>span{
  display:block;
  margin-bottom:5px;
  color:#a99f91;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.5px;
  text-transform:uppercase;
}
.catalogue-price-block strong{
  display:block;
  color:var(--gold-light);
  font:34px/1 Georgia,serif;
}
.catalogue-price-block strong small{
  margin-left:5px;
  color:#d4c8b5;
  font:600 14px/1.2 inherit;
}
.catalogue-price-block em{
  display:block;
  margin-top:7px;
  color:var(--muted);
  font-size:13px;
  font-style:normal;
}
.official-product-card>.catalogue-price-block+a{
  margin-top:16px;
}

.subscription-pricing-hero{
  padding:88px 0 76px;
  background:
    radial-gradient(circle at 82% 22%,rgba(215,168,47,.075),transparent 30%),
    linear-gradient(180deg,#120e08 0%,#090909 100%);
  border-bottom:1px solid #1d1a15;
}
.subscription-pricing-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,390px);
  gap:70px;
  align-items:end;
}
.subscription-pricing-hero h1{
  max-width:900px;
  margin:12px 0 16px;
  font:64px/1.05 Georgia,serif;
  letter-spacing:-.025em;
}
.subscription-pricing-hero p{
  max-width:820px;
  margin:0;
  color:var(--muted);
  font-size:19px;
}
.subscription-pricing-summary{
  padding:26px 28px;
  border:1px solid #33291a;
  border-top:2px solid var(--gold);
  background:linear-gradient(180deg,#111 0%,#0b0b0b 100%);
}
.subscription-pricing-summary>strong{
  display:block;
  color:var(--gold-light);
  font-size:20px;
}
.subscription-pricing-summary>span{
  display:block;
  margin:8px 0 20px;
  color:var(--muted);
  line-height:1.65;
}
.subscription-pricing-summary>div{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:13px 0;
  border-top:1px solid var(--line-soft);
}
.subscription-pricing-summary b{color:#eee7dc}
.subscription-pricing-summary small{color:var(--muted);text-align:right}

.billing-explainer-section{padding:28px 0;background:#090909;border-bottom:1px solid var(--line-soft)}
.billing-explainer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.billing-explainer-grid article{padding:22px 24px;border:1px solid var(--line-soft);background:#0e0e0e}
.billing-explainer-grid article>span{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:1.6px}
.billing-explainer-grid h2{margin:8px 0 7px;font-size:21px}
.billing-explainer-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}

.subscription-directory-section{padding:82px 0;background:#080808}
.subscription-directory-ea{background:var(--surface);border-top:1px solid var(--line-soft)}
.subscription-directory-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,480px);
  gap:50px;
  align-items:end;
  margin-bottom:28px;
}
.subscription-directory-heading h2{margin:10px 0 0;font:48px/1.08 Georgia,serif}
.subscription-directory-heading>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.subscription-price-list{display:grid;gap:12px}
.subscription-price-row{
  display:grid;
  grid-template-columns:minmax(280px,1.25fr) minmax(170px,.62fr) minmax(190px,.68fr) auto;
  gap:22px;
  align-items:center;
  padding:20px 22px;
  border:1px solid var(--line-soft);
  background:linear-gradient(180deg,#101010,#0c0c0c);
  scroll-margin-top:110px;
}
.subscription-price-row:target{
  border-color:#7a5f28;
  box-shadow:0 0 0 1px rgba(215,168,47,.18),0 18px 38px rgba(0,0,0,.24);
}
.subscription-product-name span{
  display:block;
  color:var(--gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.5px;
}
.subscription-product-name h3{margin:6px 0 0;font-size:21px;line-height:1.2}
.subscription-price-option{padding-left:18px;border-left:1px solid var(--line-soft)}
.subscription-price-option small{display:block;color:#a99f91;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.2px}
.subscription-price-option strong{display:block;margin:4px 0;color:#f1eadf;font:28px/1 Georgia,serif}
.subscription-price-option strong em{margin-left:4px;color:var(--muted);font:600 12px/1.2 inherit;font-style:normal}
.subscription-price-option span{color:var(--muted);font-size:12px}
.subscription-price-option.annual strong{color:var(--gold-light)}
.subscription-row-link{white-space:nowrap;color:var(--gold-light);font-weight:800;font-size:14px}

.subscription-terms-section{padding:80px 0;background:#080808;border-top:1px solid var(--line-soft)}
.subscription-terms-panel{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:56px;
  padding:38px 40px;
  border:1px solid #302719;
  background:linear-gradient(180deg,#111,#0b0b0b);
}
.subscription-terms-panel h2{margin:10px 0 0;font:45px/1.08 Georgia,serif}
.subscription-terms-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.subscription-terms-grid span{position:relative;padding:14px 14px 14px 42px;border:1px solid var(--line-soft);color:#ded6c8;font-weight:700}
.subscription-terms-grid span::before{content:"✓";position:absolute;left:14px;top:14px;color:var(--gold-light);font-weight:900}

@media(max-width:1050px){
  .subscription-pricing-hero-grid,.subscription-directory-heading,.subscription-terms-panel{grid-template-columns:1fr}
  .subscription-pricing-summary{max-width:620px}
  .subscription-price-row{grid-template-columns:minmax(240px,1fr) minmax(150px,.55fr) minmax(170px,.6fr)}
  .subscription-row-link{grid-column:1/-1;padding-top:12px;border-top:1px solid var(--line-soft)}
}
@media(max-width:760px){
  .subscription-pricing-hero{padding:64px 0 56px}
  .subscription-pricing-hero h1,.subscription-directory-heading h2,.subscription-terms-panel h2{font-size:42px}
  .billing-explainer-grid{grid-template-columns:1fr}
  .subscription-directory-section{padding:60px 0}
  .subscription-price-row{grid-template-columns:1fr;gap:14px;padding:20px}
  .subscription-price-option{padding:13px 0 0;border-left:0;border-top:1px solid var(--line-soft)}
  .subscription-row-link{grid-column:auto}
  .subscription-terms-panel{padding:28px 22px}
  .subscription-terms-grid{grid-template-columns:1fr}
}


/* Public copy, summary and footer polish */
.pricing-summary-card{
  padding:26px;
  border:1px solid #3a301d;
  background:
    radial-gradient(circle at 92% 8%,rgba(215,168,47,.11),transparent 34%),
    linear-gradient(180deg,#12100c 0%,#0b0b0b 100%);
  box-shadow:0 22px 50px rgba(0,0,0,.34);
}
.pricing-summary-head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding-bottom:22px;
  border-bottom:1px solid var(--line);
}
.pricing-summary-number{
  display:grid;
  place-items:center;
  width:70px;
  height:70px;
  border:1px solid #5b4925;
  background:rgba(215,168,47,.07);
  color:var(--gold-light);
  font:38px/1 Georgia,serif;
}
.pricing-summary-head strong{
  display:block;
  color:#f4efe6;
  font-size:23px;
}
.pricing-summary-head p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}
.pricing-summary-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:18px 0;
}
.pricing-summary-option{
  min-height:112px;
  padding:16px;
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.015);
}
.pricing-summary-option>span{
  display:block;
  margin-bottom:9px;
  color:var(--gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.8px;
}
.pricing-summary-option strong{
  display:block;
  color:#f1ece3;
  font-size:17px;
}
.pricing-summary-option small{
  display:block;
  margin-top:7px;
  color:var(--muted);
  line-height:1.45;
}
.pricing-summary-option.annual-option{border-color:#4d3f23;background:rgba(215,168,47,.035)}
.pricing-summary-security{
  padding-top:15px;
  border-top:1px solid var(--line);
  color:#bdae92;
  font-size:12px;
  letter-spacing:.35px;
}
.directory-heading-note{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  margin:0;
  padding:9px 14px;
  border:1px solid #3a301d;
  background:rgba(215,168,47,.035);
  color:#cbbd9f;
  font-size:14px;
  white-space:nowrap;
}
.catalogue-identity-note{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:center!important;
  padding:24px 26px!important;
  border:1px solid #342b1c!important;
  border-left:3px solid var(--gold)!important;
  background:
    radial-gradient(circle at 92% 12%,rgba(215,168,47,.08),transparent 34%),
    linear-gradient(180deg,#11100d,#0b0b0b)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.26);
}
.catalogue-identity-number{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border:1px solid #5b4925;
  color:var(--gold-light);
  font:32px/1 Georgia,serif;
}
.catalogue-identity-note strong{
  margin:0 0 6px!important;
  color:#f1ece3!important;
  font-size:19px!important;
}
.catalogue-identity-note div>span{
  display:block;
  color:var(--muted)!important;
  font-size:14px!important;
  line-height:1.55;
}
.single-line-cta-copy,
.single-line-product-note{
  white-space:nowrap;
}
.master-catalogue-note .single-line-product-note{
  max-width:none;
  color:#c8bda9;
  font-size:16px;
}
.official-footer{
  padding:0;
  border-top:1px solid #282117;
  background:#080808;
}
.official-footer-main,
.official-footer-legal{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}
.official-footer-main{
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:center;
  padding:28px 0 22px;
}
.official-footer-brand strong{
  display:block;
  color:var(--gold-light);
  font-size:18px;
  letter-spacing:1.2px;
}
.official-footer-brand span{
  display:block;
  margin-top:6px;
  color:#b8ad9b;
  font-size:14px;
}
.official-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
}
.official-footer-links a{
  color:#d5ccbd;
  font-size:13px;
  font-weight:700;
}
.official-footer-links a:hover{color:var(--gold-light)}
.official-footer-legal{
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:center;
  padding:16px 0 20px;
  border-top:1px solid var(--line-soft);
  color:#857d70;
  font-size:12px;
}
.official-footer-legal p{margin:0;text-align:right}
.official-footer-legal strong{color:#a99d88}
@media(max-width:1000px){
  .single-line-cta-copy,.single-line-product-note{white-space:normal}
  .directory-heading-note{white-space:normal}
}
@media(max-width:760px){
  .pricing-summary-options{grid-template-columns:1fr}
  .catalogue-identity-note{grid-template-columns:auto minmax(0,1fr)!important}
  .official-footer-main,.official-footer-legal{width:min(100% - 36px,1180px)}
  .official-footer-main,.official-footer-legal{align-items:flex-start;flex-direction:column}
  .official-footer-legal p{text-align:left}
  .official-footer-links{gap:16px}
}


/* Pricing directory billing callouts — focused two-note refinement */
.directory-billing-callout{
  position:relative;
  width:min(100%,390px);
  margin:0;
  padding:17px 19px 17px 22px;
  border:1px solid #3c321f;
  border-left:3px solid var(--gold);
  background:
    radial-gradient(circle at 92% 12%,rgba(215,168,47,.08),transparent 38%),
    linear-gradient(180deg,#11100d 0%,#0c0c0b 100%);
  box-shadow:0 14px 32px rgba(0,0,0,.22);
}
.directory-billing-label{
  display:block;
  margin-bottom:7px;
  color:var(--gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.8px;
}
.directory-billing-callout strong{
  display:block;
  color:#f3eee5;
  font-size:18px;
  line-height:1.25;
}
.directory-billing-callout small{
  display:block;
  margin-top:7px;
  color:#bdb4a4;
  font-size:13px;
  line-height:1.55;
}
@media(max-width:900px){
  .directory-billing-callout{width:100%}
}


/* Products page — final compact professional refinement */
.site-header{
  z-index:40;
  background:#050505;
  backdrop-filter:none;
  box-shadow:0 1px 0 rgba(255,255,255,.015);
}

/* Keep all compression limited to the 21-product master catalogue. */
.master-product-section{
  padding:72px 0 74px;
}
.master-product-section-ea{
  padding-top:68px;
}
.master-section-heading{
  margin-bottom:34px;
}
.master-section-actions{
  justify-content:flex-end;
}
.master-section-actions a{
  padding-bottom:3px;
  border-bottom:1px solid rgba(215,168,47,.28);
}
.master-product-grid{
  gap:22px;
}
.master-product-grid .official-product-card{
  min-height:0;
  padding:26px 28px 24px;
}
.master-product-grid .official-product-card .product-meta{
  margin-bottom:16px;
}
.master-product-grid .official-product-card h3{
  margin-bottom:9px;
}
.master-product-grid .official-product-card>p{
  min-height:68px;
  margin-bottom:14px;
  line-height:1.65;
}
.master-product-grid .official-product-card ul{
  margin-bottom:16px;
}
.master-product-grid .official-product-card li{
  padding-top:7px;
  padding-bottom:7px;
}
.master-product-grid .official-product-card li::before{
  top:7px;
}
.master-product-grid .companion-note{
  padding:11px 13px;
}
.master-product-grid .catalogue-price-block{
  margin-top:14px;
  padding:13px 16px 14px;
}
.master-product-grid .catalogue-price-block>span{
  margin-bottom:4px;
}
.master-product-grid .catalogue-price-block strong{
  font-size:31px;
}
.master-product-grid .catalogue-price-block strong small{
  font-size:13px;
}
.master-product-grid .catalogue-price-block em{
  margin-top:5px;
  font-size:12px;
}
.master-product-grid .official-product-card>.catalogue-price-block+a{
  margin-top:12px;
}

.master-catalogue-note-section{
  padding:58px 0;
}
.master-catalogue-note{
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:52px;
}
.master-catalogue-note h2{
  max-width:610px;
  font-size:43px;
}
.master-catalogue-note .single-line-product-note{
  line-height:1.6;
}

@media(max-width:1100px){
  .master-catalogue-note{grid-template-columns:1fr;gap:22px}
  .master-catalogue-note .single-line-product-note{white-space:normal}
}
@media(max-width:760px){
  .master-product-section,.master-product-section-ea{padding:58px 0 60px}
  .master-product-grid .official-product-card{padding:24px 22px 22px}
  .master-product-grid .official-product-card>p{min-height:0}
  .master-catalogue-note-section{padding:52px 0}
  .master-catalogue-note h2{font-size:38px}
}


/* Expert Advisors final professional refinement — scoped to EA page */
.ea-hero h1{max-width:760px}
.ea-hero-note strong{font-size:19px;line-height:1.25}
.ea-product-grid .official-product-card{
  padding:26px 26px 24px;
}
.ea-product-grid .official-product-card .product-meta{margin-bottom:16px}
.ea-product-grid .official-product-card h3{margin-bottom:10px}
.ea-product-grid .official-product-card>p{min-height:74px;margin-bottom:16px}
.ea-product-grid .official-product-card li{padding-top:8px;padding-bottom:8px}
.ea-product-grid .official-product-card .companion-note{margin-top:18px;padding:14px 16px}
.ea-product-grid .catalogue-price-block{margin-top:14px;padding:16px 18px}
.ea-product-grid .catalogue-price-block strong{font-size:35px}
.ea-product-grid .official-product-card>a{margin-top:15px}
.ea-control-section{padding-top:72px;padding-bottom:72px}
.ea-cta{padding-top:66px;padding-bottom:66px}
.ea-cta p{max-width:980px;white-space:nowrap}
@media(max-width:1100px){.ea-cta p{white-space:normal}}
@media(max-width:760px){
  .ea-product-grid .official-product-card{padding:22px 20px}
  .ea-product-grid .official-product-card>p{min-height:0}
  .ea-control-section,.ea-cta{padding-top:56px;padding-bottom:56px}
}

/* Pricing page final professional refinement — scoped */
.subscription-pricing-hero h1{max-width:820px}
.subscription-price-row{padding:17px 20px;gap:18px}
.subscription-product-name h3{margin-top:4px}
.subscription-price-option small{font-size:10px}
.subscription-price-option strong{margin:3px 0}
.subscription-row-link{font-size:13px}
.annual-save-badge{
  display:inline-flex;
  align-items:center;
  margin-top:7px;
  padding:4px 7px;
  border:1px solid #5b4925;
  background:rgba(215,168,47,.05);
  color:var(--gold-light);
  font-size:9px;
  font-weight:900;
  letter-spacing:1.1px;
  line-height:1;
}
.pricing-principles-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.pricing-principles-grid span{padding:18px 18px 18px 44px}
.pricing-principles-grid span::before{top:18px}
.pricing-principles-grid strong{display:block;color:#f1ece3;font-size:17px}
.pricing-principles-grid small{display:block;margin-top:7px;color:var(--muted);font-weight:500;line-height:1.55}
.pricing-cta{padding:68px 0}
.pricing-cta p{max-width:820px}
@media(max-width:900px){.pricing-principles-grid{grid-template-columns:1fr}}
@media(max-width:760px){.subscription-price-row{padding:18px}.pricing-cta{padding:58px 0}}


/* Pricing final duplicate cleanup */
.subscription-pricing-summary .pricing-summary-option{
  min-height:96px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.subscription-pricing-summary .pricing-summary-option>span{
  margin-bottom:10px;
}
.subscription-pricing-summary .pricing-summary-option small{
  margin-top:0;
  color:#ddd4c6;
  font-size:15px;
  line-height:1.45;
}

/* Milestone 8A3 — public product detail and checkout readiness */
.product-detail-hero{
  padding:88px 0 76px;
  background:
    radial-gradient(circle at 82% 22%,rgba(215,168,47,.08),transparent 30%),
    linear-gradient(180deg,#120e08 0%,#090909 100%);
  border-bottom:1px solid #1d1a15;
}
.product-detail-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,390px);
  gap:72px;
  align-items:end;
}
.product-detail-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:28px;color:#8f877a;font-size:13px;font-weight:700}
.product-detail-breadcrumb a{color:#c7bda9}
.product-detail-breadcrumb a:hover{color:var(--gold-light)}
.product-detail-hero h1{max-width:900px;margin:12px 0 16px;font:64px/1.05 Georgia,serif;letter-spacing:-.025em}
.product-detail-hero p{max-width:820px;margin:0;color:var(--muted);font-size:19px;line-height:1.7}
.product-detail-identity-card{padding:28px;border:1px solid #33291a;border-top:2px solid var(--gold);background:linear-gradient(180deg,#111,#0b0b0b)}
.product-detail-identity-card>span{display:block;color:var(--gold);font-size:10px;font-weight:900;letter-spacing:1.8px}
.product-detail-identity-card>strong{display:block;margin:10px 0 5px;color:#f5eee3;font:38px/1 Georgia,serif}
.product-detail-identity-card>small{display:block;margin-bottom:24px;color:var(--muted)}
.product-detail-identity-card>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-top:1px solid var(--line-soft)}
.product-detail-identity-card b{color:#eee7dc}
.product-detail-identity-card em{color:var(--muted);font-style:normal;text-align:right}
.product-detail-overview{padding:82px 0;background:#080808}
.product-detail-overview-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px}
.product-detail-purpose-card{display:flex;flex-direction:column;min-height:420px;padding:38px 40px;border:1px solid #302719;background:linear-gradient(180deg,#111,#0b0b0b)}
.product-detail-purpose-card h2{max-width:560px;margin:16px 0 16px;font:47px/1.08 Georgia,serif}
.product-detail-purpose-card>p{max-width:620px;margin:0;color:var(--muted);line-height:1.75}
.product-detail-companion{margin-top:auto;padding:18px 20px;border-left:2px solid var(--gold);background:rgba(215,168,47,.05)}
.product-detail-companion>span{display:block;color:#a99f91;font-size:10px;font-weight:900;letter-spacing:1.4px}
.product-detail-companion>a,.product-detail-companion>strong{display:block;margin:7px 0 5px;color:var(--gold-light);font-size:17px}
.product-detail-companion>small{color:var(--muted)}
.product-detail-feature-stack{display:grid;gap:14px}
.product-detail-feature-stack article{display:grid;grid-template-columns:50px minmax(0,1fr);gap:20px;align-items:start;padding:26px 28px;border:1px solid var(--line-soft);background:#0e0e0e}
.product-detail-feature-stack article>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid #5b4925;color:var(--gold-light);font:700 13px Georgia,serif}
.product-detail-feature-stack h3{margin:0 0 7px;font-size:21px}
.product-detail-feature-stack p{margin:0;color:var(--muted);line-height:1.6}
.product-access-section{padding:84px 0;background:var(--surface);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);scroll-margin-top:90px}
.product-access-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,520px);gap:50px;align-items:end;margin-bottom:30px}
.product-access-heading h2{margin:10px 0 0;font:48px/1.08 Georgia,serif}
.product-access-heading>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.product-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.product-access-card{display:flex;flex-direction:column;min-height:460px;padding:32px;border:1px solid var(--line);background:linear-gradient(180deg,#101010,#0b0b0b)}
.product-access-card.annual-card{border-top:2px solid var(--gold)}
.product-access-card>div>span{color:var(--gold);font-size:10px;font-weight:900;letter-spacing:1.8px}
.product-access-card h3{margin:8px 0 22px;font-size:24px}
.product-access-card>strong{display:block;color:var(--gold-light);font:44px/1 Georgia,serif}
.product-access-card>strong small{margin-left:5px;color:#d4c8b5;font:600 15px/1.2 inherit}
.product-access-card>p{margin:14px 0 18px;color:var(--muted);line-height:1.65}
.product-access-card ul{list-style:none;margin:0 0 26px;padding:0}
.product-access-card li{position:relative;padding:9px 0 9px 27px;border-bottom:1px solid var(--line-soft);color:#d9d2c6}
.product-access-card li::before{content:"✓";position:absolute;left:0;top:9px;color:var(--gold-light);font-weight:900}
.product-access-button{margin-top:auto;align-self:flex-start}
.product-checkout-pending{display:inline-flex;align-items:center;align-self:flex-start;margin-top:auto;padding:12px 15px;border:1px solid #4b402c;background:rgba(215,168,47,.04);color:#c5b89d;font-size:13px;font-weight:800}
.product-access-notice{margin-top:20px;padding:20px 22px;border:1px solid var(--line-soft);background:#0c0c0c}
.product-access-notice strong{display:block;color:#eee7dc}
.product-access-notice p{margin:7px 0 0;color:var(--muted);line-height:1.6}
.product-detail-responsibility{padding:74px 0;background:#080808}
.product-detail-responsibility-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:center}
.product-detail-responsibility h2{margin:10px 0 0;font:42px/1.1 Georgia,serif}
.product-detail-responsibility-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.product-detail-responsibility-points span{padding:18px;border:1px solid var(--line-soft);color:#ded6c8;font-weight:700;text-align:center}
@media(max-width:1000px){
  .product-detail-hero-grid,.product-detail-overview-grid,.product-access-heading,.product-detail-responsibility-grid{grid-template-columns:1fr}
  .product-detail-identity-card{max-width:620px}
  .product-detail-purpose-card{min-height:0}
  .product-detail-responsibility-points{grid-template-columns:1fr}
}
@media(max-width:760px){
  .product-detail-hero{padding:62px 0 56px}
  .product-detail-hero h1,.product-detail-purpose-card h2,.product-access-heading h2,.product-detail-responsibility h2{font-size:42px}
  .product-detail-overview,.product-access-section,.product-detail-responsibility{padding:60px 0}
  .product-detail-purpose-card{padding:28px 24px}
  .product-detail-feature-stack article{padding:22px 20px}
  .product-access-grid{grid-template-columns:1fr}
  .product-access-card{min-height:0;padding:26px 22px}
}


/* =========================================================
   SARAK TRADING — Homepage Finalization
   Final launch-facing refinement. Homepage classes only
   except the approved official footer legal copy styling.
   ========================================================= */

/* Keep the approved hero unchanged; tighten the first content section below it. */
.categories-section .section-heading{
  margin-bottom:32px;
}

/* Product category cards: slightly more compact, balanced and deliberate. */
.categories-section .category-grid{
  align-items:stretch;
}
.categories-section .category-card{
  display:flex;
  flex-direction:column;
  min-height:0;
  padding:30px 32px 28px;
}
.categories-section .category-topline{
  margin-bottom:20px;
}
.categories-section .category-card h3{
  margin-bottom:10px;
}
.categories-section .category-card p{
  margin-bottom:17px;
}
.categories-section .category-card ul{
  margin-bottom:20px;
}
.categories-section .category-card li{
  padding-top:7px;
  padding-bottom:7px;
}
.categories-section .category-card li::before{
  top:7px;
}
.categories-section .category-card > a{
  margin-top:auto;
  padding-top:2px;
}

/* Stronger master-catalogue callout without becoming visually heavy. */
.homepage-catalogue-note{
  position:relative;
  overflow:hidden;
  margin-top:22px;
  padding:22px 26px;
  border-color:#3a3120;
  background:
    radial-gradient(circle at 88% 12%,rgba(215,168,47,.085),transparent 34%),
    linear-gradient(180deg,#11100d 0%,#0b0b0b 100%);
}
.homepage-catalogue-note::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--gold);
}
.homepage-catalogue-copy{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.homepage-catalogue-label{
  color:var(--gold)!important;
  font-size:10px!important;
  font-weight:900;
  letter-spacing:1.8px;
}
.homepage-catalogue-note strong{
  margin-top:2px;
  color:#f3eee5;
  font-size:19px;
  line-height:1.35;
}
.homepage-catalogue-note strong b{
  color:var(--gold-light);
  font-size:24px;
  font-weight:800;
}
.homepage-catalogue-note > .homepage-catalogue-copy > span:not(.homepage-catalogue-label){
  max-width:760px;
  color:#bfb6a6;
  font-size:14px;
}
.homepage-catalogue-note small{
  margin-top:3px;
  color:#ddd3c1;
  font-size:12px;
  font-weight:700;
}
.homepage-catalogue-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:0 4px 0 18px;
  border-left:1px solid rgba(215,168,47,.20);
}
.homepage-catalogue-link span{
  color:var(--gold-light)!important;
  font-size:18px!important;
  transition:transform .18s ease;
}
.homepage-catalogue-link:hover span{
  transform:translateX(3px);
}

/* Equal, fully contained secure-access workflow cards. */
.workflow-section .workflow-line{
  align-items:stretch;
}
.workflow-section .workflow-line > div{
  display:flex;
  flex-direction:column;
  min-height:184px;
  padding:27px 26px 25px;
}
.workflow-section .workflow-line strong{
  line-height:1.3;
}
.workflow-section .workflow-line small{
  margin-top:0;
  line-height:1.55;
}

/* Legal footer: keep the longer disclaimer comfortable and balanced. */
.official-footer-legal p{
  max-width:660px;
  line-height:1.55;
}

/* Desktop compression for a tighter, more executive homepage rhythm. */
@media(min-width:1001px){
  .categories-section{
    padding-top:80px;
    padding-bottom:80px;
  }
  .categories-section .category-card{
    min-height:358px;
  }
}

/* Tablet/mobile: preserve the existing responsive structure. */
@media(max-width:1000px){
  .homepage-catalogue-link{
    border-left:0;
    padding-left:0;
  }
}
@media(max-width:760px){
  .categories-section .category-card{
    padding:26px 26px 24px;
  }
  .homepage-catalogue-note{
    padding:20px 22px;
  }
  .homepage-catalogue-link{
    min-height:auto;
    padding:4px 0 0;
  }
  .workflow-section .workflow-line > div{
    min-height:0;
    padding:25px 24px;
  }
}


/* =========================================================
   SARAK TRADING — Products Page Finalization
   Launch-facing refinement for the 21-product master catalogue.
   ========================================================= */

/* Slightly stronger section hierarchy without changing the approved hero. */
.master-product-section{
  padding-top:66px;
  padding-bottom:68px;
}
.master-product-section-ea{
  position:relative;
  padding-top:76px;
  background:
    linear-gradient(180deg,rgba(215,168,47,.028),transparent 110px),
    #0b0b0b;
  border-top:1px solid #322817;
}
.master-product-section-ea::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(1408px,calc(100% - 48px));
  height:2px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(215,168,47,.72),transparent);
}
.master-section-heading{
  margin-bottom:30px;
}
.master-section-heading h2{
  line-height:1.06;
}
.master-section-subcopy{
  max-width:760px;
  margin:10px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}

/* Make 21 cards faster to scan while preserving the existing hierarchy. */
.master-product-grid{
  gap:20px;
}
.master-product-grid .official-product-card{
  padding:23px 26px 21px;
}
.master-product-grid .official-product-card .product-meta{
  margin-bottom:13px;
}
.master-product-grid .official-product-card h3{
  margin-bottom:7px;
  line-height:1.14;
}
.master-product-grid .official-product-card>p{
  min-height:61px;
  margin-bottom:11px;
  line-height:1.58;
}
.master-product-grid .official-product-card ul{
  margin-bottom:12px;
}
.master-product-grid .official-product-card li{
  padding-top:6px;
  padding-bottom:6px;
  line-height:1.42;
}
.master-product-grid .official-product-card li::before{
  top:6px;
}
.master-product-grid .companion-note{
  margin-top:12px;
  padding:10px 13px;
  line-height:1.45;
}
.master-product-grid .catalogue-price-block{
  margin-top:11px;
  padding:11px 15px 12px;
}
.master-product-grid .catalogue-price-block>span{
  margin-bottom:3px;
  font-size:10px;
}
.master-product-grid .catalogue-price-block strong{
  font-size:29px;
}
.master-product-grid .catalogue-price-block strong small{
  font-size:12px;
}
.master-product-grid .catalogue-price-block em{
  margin-top:4px;
  font-size:12px;
}
.master-product-grid .official-product-card>.catalogue-price-block+a{
  margin-top:10px;
}

/* Keep card bottoms orderly even when descriptions vary slightly. */
.master-product-grid .official-product-card{
  display:flex;
  flex-direction:column;
}
.master-product-grid .official-product-card .companion-note{
  margin-top:auto;
}
.master-product-grid .official-product-card>.catalogue-price-block+a{
  align-self:flex-start;
}

/* Keep final note compact after a long catalogue. */
.master-catalogue-note-section{
  padding-top:54px;
  padding-bottom:54px;
}

/* Responsive safeguards. */
@media(max-width:1100px){
  .master-product-section,
  .master-product-section-ea{
    padding-top:60px;
    padding-bottom:62px;
  }
  .master-section-subcopy{max-width:680px}
}
@media(max-width:760px){
  .master-product-section,
  .master-product-section-ea{
    padding-top:54px;
    padding-bottom:56px;
  }
  .master-product-section-ea::before{
    width:calc(100% - 32px);
  }
  .master-product-grid .official-product-card{
    padding:22px 20px 20px;
  }
  .master-product-grid .official-product-card>p{
    min-height:0;
  }
  .master-section-subcopy{
    font-size:14px;
  }
}


/* =========================================================
   SARAK TRADING — Systems Page Finalization
   Final launch-facing refinement for the 12-system catalogue.
   Scoped to the Systems page only.
   ========================================================= */

/* Catalogue rhythm: tighter than the original, while preserving readability. */
.systems-catalogue-section{
  padding-top:68px;
  padding-bottom:70px;
}
.systems-catalogue-section .official-catalogue-heading{
  margin-bottom:31px;
}
.systems-catalogue-section .official-product-grid{
  gap:20px;
}

/* Compact 12 system cards by roughly 8–10%. */
.systems-catalogue-section .official-product-card{
  display:flex;
  flex-direction:column;
  padding:23px 27px 22px;
}
.systems-catalogue-section .official-product-card .product-meta{
  margin-bottom:13px;
}
.systems-catalogue-section .official-product-card h3{
  margin-bottom:7px;
  line-height:1.14;
}
.systems-catalogue-section .official-product-card>p{
  min-height:61px;
  margin-bottom:11px;
  line-height:1.58;
}
.systems-catalogue-section .official-product-card ul{
  margin-bottom:12px;
}
.systems-catalogue-section .official-product-card li{
  padding-top:6px;
  padding-bottom:6px;
  line-height:1.42;
}
.systems-catalogue-section .official-product-card li::before{
  top:6px;
}
.systems-catalogue-section .companion-note{
  margin-top:auto;
  padding:10px 13px;
  line-height:1.45;
}

/* Match the refined Products-page pricing hierarchy. */
.systems-catalogue-section .catalogue-price-block{
  margin-top:11px;
  padding:11px 15px 12px;
}
.systems-catalogue-section .catalogue-price-block>span{
  margin-bottom:3px;
  font-size:10px;
}
.systems-catalogue-section .catalogue-price-block strong{
  font-size:29px;
  line-height:1;
}
.systems-catalogue-section .catalogue-price-block strong small{
  font-size:12px;
  font-weight:700;
}
.systems-catalogue-section .catalogue-price-block em{
  margin-top:4px;
  font-size:12px;
}
.systems-catalogue-section .official-product-card>.catalogue-price-block+a{
  align-self:flex-start;
  margin-top:10px;
}

/* Manual-decision section: reduce unused space while preserving its identity. */
.systems-purpose-section{
  padding-top:74px;
  padding-bottom:74px;
}
.systems-purpose-section .purpose-balance-grid{
  align-items:stretch;
}
.systems-purpose-section .purpose-intro-card{
  min-height:0;
  padding:38px 38px 34px;
}
.systems-purpose-section .purpose-intro-card h2{
  margin-top:52px;
  line-height:1.08;
}
.systems-purpose-section .purpose-intro-note{
  margin-top:auto;
  padding-top:38px;
}
.systems-purpose-section .purpose-feature-grid{
  gap:16px;
}
.systems-purpose-section .purpose-feature-card{
  min-height:0;
  padding:25px 28px;
}

/* Slightly tighter close after a long catalogue. */
.systems-cta{
  padding-top:78px;
  padding-bottom:80px;
}

/* Responsive safeguards. */
@media(max-width:1100px){
  .systems-catalogue-section{
    padding-top:60px;
    padding-bottom:62px;
  }
  .systems-purpose-section{
    padding-top:64px;
    padding-bottom:64px;
  }
  .systems-purpose-section .purpose-intro-card{
    padding:34px 32px 31px;
  }
}
@media(max-width:760px){
  .systems-catalogue-section{
    padding-top:54px;
    padding-bottom:56px;
  }
  .systems-catalogue-section .official-product-card{
    padding:22px 20px 20px;
  }
  .systems-catalogue-section .official-product-card>p{
    min-height:0;
  }
  .systems-purpose-section{
    padding-top:56px;
    padding-bottom:56px;
  }
  .systems-purpose-section .purpose-intro-card{
    padding:28px 24px 26px;
  }
  .systems-purpose-section .purpose-intro-card h2{
    margin-top:36px;
  }
  .systems-purpose-section .purpose-intro-note{
    padding-top:28px;
  }
}


/* =========================================================
   SARAK TRADING — Trading EAs Page Finalization
   Final launch-facing refinement for the 9 Trading EA catalogue.
   Scoped to the Trading EAs page only.
   ========================================================= */

/* Catalogue rhythm: match the finalized Trading Systems page. */
.trading-ea-catalogue-section{
  padding-top:68px;
  padding-bottom:70px;
}
.trading-ea-catalogue-section .official-catalogue-heading{
  margin-bottom:31px;
}
.trading-ea-catalogue-section .official-product-grid{
  gap:20px;
}

/* Compact the 9 Trading EA cards by roughly 8–10%. */
.trading-ea-catalogue-section .official-product-card{
  display:flex;
  flex-direction:column;
  padding:23px 27px 22px;
}
.trading-ea-catalogue-section .official-product-card .product-meta{
  margin-bottom:13px;
}
.trading-ea-catalogue-section .official-product-card h3{
  margin-bottom:7px;
  line-height:1.14;
}
.trading-ea-catalogue-section .official-product-card>p{
  min-height:61px;
  margin-bottom:11px;
  line-height:1.58;
}
.trading-ea-catalogue-section .official-product-card ul{
  margin-bottom:12px;
}
.trading-ea-catalogue-section .official-product-card li{
  padding-top:6px;
  padding-bottom:6px;
  line-height:1.42;
}
.trading-ea-catalogue-section .official-product-card li::before{
  top:6px;
}
.trading-ea-catalogue-section .companion-note{
  margin-top:auto;
  padding:10px 13px;
  line-height:1.45;
}

/* Standardize price hierarchy with Products and Trading Systems pages. */
.trading-ea-catalogue-section .catalogue-price-block{
  margin-top:11px;
  padding:11px 15px 12px;
}
.trading-ea-catalogue-section .catalogue-price-block>span{
  margin-bottom:3px;
  font-size:10px;
}
.trading-ea-catalogue-section .catalogue-price-block strong{
  font-size:29px;
  line-height:1;
}
.trading-ea-catalogue-section .catalogue-price-block strong small{
  font-size:12px;
  font-weight:700;
}
.trading-ea-catalogue-section .catalogue-price-block em{
  margin-top:4px;
  font-size:12px;
}
.trading-ea-catalogue-section .official-product-card>.catalogue-price-block+a{
  align-self:flex-start;
  margin-top:10px;
}

/* Trading EA purpose section: reduce excess space while keeping the premium layout. */
.trading-ea-purpose-section{
  padding-top:74px;
  padding-bottom:74px;
}
.trading-ea-purpose-section .purpose-balance-grid{
  align-items:stretch;
}
.trading-ea-purpose-section .purpose-intro-card{
  min-height:0;
  padding:38px 38px 34px;
}
.trading-ea-purpose-section .purpose-intro-card h2{
  margin-top:52px;
  line-height:1.08;
}
.trading-ea-purpose-section .purpose-intro-note{
  margin-top:auto;
  padding-top:38px;
}
.trading-ea-purpose-section .purpose-feature-grid{
  gap:16px;
}
.trading-ea-purpose-section .purpose-feature-card{
  min-height:0;
  padding:25px 28px;
}

/* Slightly tighter final CTA after the long catalogue. */
.ea-cta{
  padding-top:78px;
  padding-bottom:80px;
}

/* Responsive safeguards. */
@media(max-width:1100px){
  .trading-ea-catalogue-section{
    padding-top:60px;
    padding-bottom:62px;
  }
  .trading-ea-purpose-section{
    padding-top:64px;
    padding-bottom:64px;
  }
  .trading-ea-purpose-section .purpose-intro-card{
    padding:34px 32px 31px;
  }
}
@media(max-width:760px){
  .trading-ea-catalogue-section{
    padding-top:54px;
    padding-bottom:56px;
  }
  .trading-ea-catalogue-section .official-product-card{
    padding:22px 20px 20px;
  }
  .trading-ea-catalogue-section .official-product-card>p{
    min-height:0;
  }
  .trading-ea-purpose-section{
    padding-top:56px;
    padding-bottom:56px;
  }
  .trading-ea-purpose-section .purpose-intro-card{
    padding:28px 24px 26px;
  }
  .trading-ea-purpose-section .purpose-intro-card h2{
    margin-top:36px;
  }
  .trading-ea-purpose-section .purpose-intro-note{
    padding-top:28px;
  }
}


/* =========================================================
   SARAK TRADING — Pricing Page Finalization
   Final launch-facing refinement for the 21-product pricing directory.
   ========================================================= */

.pricing-hero-finalized{
  padding-top:86px;
  padding-bottom:78px;
}
.pricing-hero-finalized .pricing-summary-card{
  padding:22px 28px 20px;
}
.pricing-hero-finalized .pricing-summary-top{
  gap:18px;
}
.pricing-hero-finalized .pricing-summary-top p{
  margin-top:5px;
}
.pricing-hero-finalized .pricing-summary-options{
  gap:12px;
  margin-top:18px;
}
.pricing-hero-finalized .pricing-summary-option{
  min-height:94px;
  padding:17px 17px 15px;
}
.pricing-hero-finalized .pricing-summary-security{
  margin-top:16px;
  padding-top:13px;
}

.pricing-list-finalized{
  padding-top:66px;
  padding-bottom:68px;
}
.pricing-list-finalized .subscription-directory-heading{
  margin-bottom:28px;
}
.pricing-list-finalized .subscription-price-list{
  gap:12px;
}
.pricing-list-finalized .subscription-price-row{
  min-height:0;
  padding:17px 22px;
}
.pricing-list-finalized .subscription-product-name{
  padding-right:20px;
}
.pricing-list-finalized .subscription-product-name>span{
  margin-bottom:3px;
  font-size:10px;
  letter-spacing:1.25px;
}
.pricing-list-finalized .subscription-product-name h3{
  line-height:1.18;
}
.pricing-list-finalized .subscription-price-option{
  padding:0 20px;
}
.pricing-list-finalized .subscription-price-option>small{
  margin-bottom:2px;
  font-size:10px;
}
.pricing-list-finalized .subscription-price-option strong{
  font-size:28px;
  line-height:1;
}
.pricing-list-finalized .subscription-price-option strong em{
  font-size:12px;
  font-weight:700;
  color:#c9c1b3;
}
.pricing-list-finalized .subscription-price-option>span{
  margin-top:4px;
  font-size:11px;
}
.pricing-list-finalized .annual-save-badge{
  padding:3px 8px;
  font-size:9px;
  letter-spacing:1.15px;
}
.pricing-list-finalized .subscription-row-link{
  min-width:128px;
  padding-left:18px;
  font-size:13px;
}

.subscription-directory-ea{
  position:relative;
  border-top:1px solid #322817;
  background:
    linear-gradient(180deg,rgba(215,168,47,.026),transparent 120px),
    #0b0b0b;
}
.subscription-directory-ea::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(1408px,calc(100% - 48px));
  height:2px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(215,168,47,.68),transparent);
}

.pricing-terms-finalized{
  padding-top:68px;
  padding-bottom:68px;
}
.pricing-terms-finalized .subscription-terms-panel{
  padding:34px 38px;
}
.pricing-cta-finalized{
  padding-top:76px;
  padding-bottom:78px;
}

@media(max-width:1100px){
  .pricing-hero-finalized{
    padding-top:74px;
    padding-bottom:68px;
  }
  .pricing-list-finalized{
    padding-top:60px;
    padding-bottom:62px;
  }
  .pricing-list-finalized .subscription-price-row{
    padding:16px 18px;
  }
  .pricing-list-finalized .subscription-price-option{
    padding:0 16px;
  }
}
@media(max-width:760px){
  .pricing-hero-finalized{
    padding-top:60px;
    padding-bottom:58px;
  }
  .pricing-hero-finalized .pricing-summary-card{
    padding:20px;
  }
  .pricing-list-finalized{
    padding-top:54px;
    padding-bottom:56px;
  }
  .pricing-list-finalized .subscription-price-row{
    padding:18px;
  }
  .pricing-list-finalized .subscription-price-option,
  .pricing-list-finalized .subscription-row-link{
    padding-left:0;
    padding-right:0;
  }
  .subscription-directory-ea::before{
    width:calc(100% - 32px);
  }
}


/* =========================================================
   SARAK TRADING — About Page Finalization
   Focused visual refinement only. No backend/data changes.
   ========================================================= */

.about-hero-finalized{
  padding-top:82px;
  padding-bottom:72px;
}
.about-hero-finalized .about-hero-inner{
  grid-template-columns:minmax(0,1fr) minmax(300px,340px);
  gap:58px;
  align-items:center;
}
.about-hero-finalized h1{
  max-width:940px;
  margin-top:11px;
  margin-bottom:15px;
}
.about-hero-finalized p{
  max-width:790px;
}
.about-hero-note-finalized{
  padding:22px 24px;
  min-height:0;
}
.about-hero-note-finalized strong{
  margin-bottom:8px;
  line-height:1.25;
}
.about-hero-note-finalized span{
  display:block;
  line-height:1.65;
}

.about-purpose-finalized{
  padding-top:72px;
  padding-bottom:74px;
}
.about-purpose-finalized .about-section-heading{
  margin-bottom:30px;
}
.about-purpose-finalized .about-section-heading h2{
  margin-top:9px;
  margin-bottom:12px;
}
.about-purpose-grid-finalized article{
  min-height:188px;
  padding:28px 32px;
}
.about-purpose-grid-finalized span{
  margin-bottom:15px;
}
.about-purpose-grid-finalized strong{
  margin-bottom:7px;
}
.about-purpose-grid-finalized p{
  line-height:1.6;
}

.about-standards-finalized{
  padding-top:74px;
  padding-bottom:76px;
}
.about-standards-grid-finalized{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:58px;
  align-items:center;
}
.about-standards-finalized h2{
  max-width:560px;
  margin-top:9px;
}
.about-standard-list-finalized{
  border-top:1px solid var(--line);
}
.about-standard-list-finalized>div{
  grid-template-columns:48px 1fr;
  gap:16px;
  padding:18px 0;
}
.about-standard-list-finalized>div>span{
  width:36px;
  height:36px;
}
.about-standard-list-finalized strong{
  margin-bottom:4px;
  font-size:18px;
}
.about-standard-list-finalized p{
  max-width:690px;
  line-height:1.55;
}

.about-cta-finalized{
  padding-top:72px;
  padding-bottom:74px;
}
.about-cta-finalized h2{
  margin-top:9px;
  margin-bottom:12px;
}
.about-cta-finalized .hero-actions{
  margin-top:22px;
}

@media(max-width:1000px){
  .about-hero-finalized .about-hero-inner,
  .about-standards-grid-finalized{
    grid-template-columns:1fr;
    gap:34px;
  }
  .about-hero-note-finalized{
    max-width:620px;
  }
  .about-standards-grid-finalized{
    align-items:start;
  }
}
@media(max-width:900px){
  .about-purpose-grid-finalized article{
    min-height:auto;
  }
}
@media(max-width:760px){
  .about-hero-finalized{
    padding-top:58px;
    padding-bottom:54px;
  }
  .about-purpose-finalized,
  .about-standards-finalized{
    padding-top:54px;
    padding-bottom:56px;
  }
  .about-purpose-grid-finalized article{
    padding:24px;
  }
  .about-cta-finalized{
    padding-top:58px;
    padding-bottom:60px;
  }
}

/* =========================================================
   SUPPORT PAGE FINALIZATION — 2026-08-07
   Visual/content polish only. No backend or data changes.
   ========================================================= */
.support-hero-finalized{
  padding-top:72px;
  padding-bottom:66px;
}
.support-hero-finalized .support-hero-grid{
  align-items:center;
  gap:68px;
}
.support-hero-finalized .support-hero-copy h1{
  max-width:760px;
  margin-top:10px;
  margin-bottom:18px;
}
.support-hero-finalized .support-hero-copy>p{
  max-width:790px;
  line-height:1.62;
}
.support-hero-finalized .hero-actions{
  margin-top:25px;
}
.support-hero-note-finalized{
  max-width:420px;
  justify-self:end;
  padding:28px 30px;
}
.support-hero-note-finalized strong{
  display:block;
  margin-bottom:10px;
  font-size:19px;
  line-height:1.35;
}
.support-hero-note-finalized p{
  margin:0;
  line-height:1.6;
}

.support-section-finalized{
  padding-top:64px;
  padding-bottom:68px;
}
.support-heading-finalized{
  max-width:900px;
  margin-bottom:36px;
}
.support-heading-finalized h2{
  margin-top:8px;
  margin-bottom:12px;
}
.support-heading-finalized p{
  max-width:860px;
  line-height:1.62;
}
.support-card-grid-finalized{
  align-items:stretch;
  gap:22px;
}
.support-card-finalized{
  min-height:440px;
  display:flex;
  flex-direction:column;
  padding:28px 30px 26px;
}
.support-card-finalized h3{
  margin-top:22px;
  margin-bottom:10px;
}
.support-card-finalized>p{
  min-height:78px;
  margin-bottom:18px;
  line-height:1.55;
}
.support-card-finalized ul{
  margin-bottom:0;
}
.support-card-finalized .support-card-action{
  margin-top:auto;
  padding-top:22px;
}
.support-card-finalized .support-card-action>a{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.support-protection-finalized{
  padding-top:68px;
  padding-bottom:70px;
}
.support-protection-grid-finalized{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  align-items:center;
  gap:62px;
}
.support-protection-heading-finalized h2{
  max-width:570px;
  margin-top:10px;
  margin-bottom:16px;
  font-size:clamp(40px,4.3vw,62px);
  line-height:.99;
}
.support-protection-heading-finalized>p{
  max-width:570px;
  margin:0;
  line-height:1.58;
}
.support-protection-content-finalized>p{
  max-width:650px;
  margin:0 0 24px;
  font-size:18px;
  line-height:1.58;
}
.support-protection-points-finalized{
  border-top:1px solid var(--line);
}
.support-protection-points-finalized>div{
  display:grid;
  grid-template-columns:48px 1fr;
  align-items:center;
  gap:16px;
  min-height:62px;
  padding:14px 0;
}
.support-protection-points-finalized>div+div{
  border-top:1px solid var(--line);
}
.support-protection-points-finalized>div>span{
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
}
.support-protection-points-finalized>div>strong{
  font-size:16px;
  line-height:1.35;
}

.support-cta-finalized{
  padding-top:72px;
  padding-bottom:74px;
}
.support-cta-finalized h2{
  max-width:860px;
  margin:9px auto 14px;
}
.support-cta-finalized>div>p{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
  line-height:1.58;
}
.support-cta-finalized .hero-actions{
  margin-top:24px;
}

@media(max-width:1000px){
  .support-hero-finalized .support-hero-grid,
  .support-protection-grid-finalized{
    grid-template-columns:1fr;
    gap:34px;
  }
  .support-hero-note-finalized{
    justify-self:start;
    max-width:620px;
  }
  .support-protection-heading-finalized h2,
  .support-protection-heading-finalized>p{
    max-width:720px;
  }
}
@media(max-width:900px){
  .support-card-finalized{
    min-height:auto;
  }
  .support-card-finalized>p{
    min-height:0;
  }
}
@media(max-width:760px){
  .support-hero-finalized{
    padding-top:56px;
    padding-bottom:54px;
  }
  .support-section-finalized,
  .support-protection-finalized{
    padding-top:54px;
    padding-bottom:56px;
  }
  .support-card-finalized{
    padding:24px;
  }
  .support-protection-heading-finalized h2{
    font-size:clamp(36px,10vw,48px);
  }
  .support-cta-finalized{
    padding-top:58px;
    padding-bottom:60px;
  }
}
