/* ATREYA_PRICING_P01R2_VISUAL_PARITY_HERO_FIX
   Scope: #pricing overlay only. P01 runtime/content, R2R5/R2R6 language and R10R2 theme remain authorities. */

/* Match solved Features / How / Guruji page construction: full-width split hero, no boxed card shell. */
#atreya-pricing-p01-root .p01-hero{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  min-height:610px!important;
  display:grid!important;
  grid-template-columns:44% 56%!important;
  gap:0!important;
  align-items:stretch!important;
  overflow:hidden!important;
  position:relative!important;
  border-bottom:1px solid rgba(220,166,60,.34)!important;
  background:#061326!important;
}

/* Clean image contains no baked header, text panel, 40+ block or 100K+ block. */
#atreya-pricing-p01-root .p01-hero-art{
  position:relative!important;
  z-index:2!important;
  min-height:610px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background-image:url('/assets/atreya-pricing-p01r2-hero-dark.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  -webkit-mask-image:linear-gradient(90deg,#000 0 78%,rgba(0,0,0,.98) 84%,rgba(0,0,0,.56) 93%,transparent 100%)!important;
  mask-image:linear-gradient(90deg,#000 0 78%,rgba(0,0,0,.98) 84%,rgba(0,0,0,.56) 93%,transparent 100%)!important;
}
#atreya-pricing-p01-root .p01-hero-art:after{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  border-radius:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(180deg,rgba(4,15,29,.02) 0%,rgba(4,15,29,.02) 72%,rgba(4,15,29,.30) 100%),
    linear-gradient(90deg,transparent 0 74%,rgba(6,19,38,.12) 86%,rgba(6,19,38,.58) 100%)!important;
}

#atreya-pricing-p01-root .p01-hero-copy{
  position:relative!important;
  z-index:3!important;
  align-self:center!important;
  max-width:900px!important;
  margin:0!important;
  padding:50px 6.5vw 58px 1.2vw!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
#atreya-pricing-p01-root .p01-kicker{
  margin-bottom:18px!important;
  color:#d6d3cc!important;
  font:700 12px/1.5 Arial,Helvetica,sans-serif!important;
  letter-spacing:.22em!important;
}
#atreya-pricing-p01-root .p01-hero h1{
  max-width:820px!important;
  margin:0 0 16px!important;
  color:#f3d487!important;
  font:700 clamp(48px,4.25vw,70px)/1.00 Georgia,'Times New Roman',serif!important;
  text-shadow:0 4px 26px rgba(218,157,46,.20)!important;
}
#atreya-pricing-p01-root .p01-hero h2{
  max-width:800px!important;
  margin:0 0 18px!important;
  color:#f0eadf!important;
  font:700 clamp(21px,1.75vw,29px)/1.18 Georgia,'Times New Roman',serif!important;
}
#atreya-pricing-p01-root .p01-hero p{
  max-width:760px!important;
  margin:0 0 20px!important;
  color:#d5d8df!important;
  font:16px/1.62 Arial,Helvetica,sans-serif!important;
}
#atreya-pricing-p01-root .p01-hero-bullets{
  display:flex!important;
  gap:9px!important;
  flex-wrap:wrap!important;
  margin:0 0 24px!important;
}
#atreya-pricing-p01-root .p01-hero-bullets span{
  padding:8px 12px!important;
  border:1px solid rgba(213,162,62,.34)!important;
  border-radius:999px!important;
  background:rgba(7,22,39,.54)!important;
  color:#efe4d0!important;
  font:600 12px/1.2 Arial,Helvetica,sans-serif!important;
}
#atreya-pricing-p01-root .p01-cta{display:flex!important;gap:14px!important;flex-wrap:wrap!important}
#atreya-pricing-p01-root .p01-cta a{
  min-height:56px!important;
  padding:0 28px!important;
  font:700 17px Georgia,'Times New Roman',serif!important;
}

/* Trust strip now occupies the same structural role as on solved Features / How pages. */
#atreya-pricing-p01-root .p01-trust{
  width:min(93%,1560px)!important;
  margin:-22px auto 0!important;
  position:relative!important;
  z-index:6!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  border:1px solid #a57833!important;
  border-radius:22px!important;
  background:rgba(6,19,38,.98)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.40)!important;
  overflow:hidden!important;
}

/* Hindi / Marathi / Telugu need slightly tighter display scaling to match the solved multilingual pages. */
html[lang="hi"] #atreya-pricing-p01-root .p01-hero h1,
html[lang="mr"] #atreya-pricing-p01-root .p01-hero h1,
html[lang="te"] #atreya-pricing-p01-root .p01-hero h1{
  font-size:clamp(46px,4.05vw,66px)!important;
  line-height:1.03!important;
}
html[lang="hi"] #atreya-pricing-p01-root .p01-hero h2,
html[lang="mr"] #atreya-pricing-p01-root .p01-hero h2,
html[lang="te"] #atreya-pricing-p01-root .p01-hero h2{
  font-size:clamp(20px,1.6vw,27px)!important;
}

/* Universal light skin: identical geometry, only approved light palette and art swap. */
html[data-theme="light"] #atreya-pricing-p01-root .p01-hero{
  background:#fff9ef!important;
  border-bottom-color:rgba(174,113,17,.22)!important;
}
html[data-theme="light"] #atreya-pricing-p01-root .p01-hero-art{
  background-image:url('/assets/atreya-pricing-p01r2-hero-light.jpg')!important;
}
html[data-theme="light"] #atreya-pricing-p01-root .p01-hero-art:after{
  background:
    linear-gradient(180deg,rgba(255,249,239,.00) 0%,rgba(255,249,239,.02) 72%,rgba(255,249,239,.18) 100%),
    linear-gradient(90deg,transparent 0 74%,rgba(255,249,239,.18) 86%,rgba(255,249,239,.74) 100%)!important;
}
html[data-theme="light"] #atreya-pricing-p01-root .p01-kicker{color:#765837!important}
html[data-theme="light"] #atreya-pricing-p01-root .p01-hero h1{color:#4b2c16!important;text-shadow:none!important}
html[data-theme="light"] #atreya-pricing-p01-root .p01-hero h2{color:#3b2a1e!important}
html[data-theme="light"] #atreya-pricing-p01-root .p01-hero p{color:#705e50!important}
html[data-theme="light"] #atreya-pricing-p01-root .p01-hero-bullets span{background:#fffdf8!important;color:#4b2c16!important}
html[data-theme="light"] #atreya-pricing-p01-root .p01-trust{
  background:rgba(255,252,246,.99)!important;
  box-shadow:0 15px 35px rgba(106,72,26,.12)!important;
}

@media(max-width:1180px){
  #atreya-pricing-p01-root .p01-hero{grid-template-columns:42% 58%!important}
  #atreya-pricing-p01-root .p01-hero-copy{padding-right:4vw!important}
}
@media(max-width:850px){
  #atreya-pricing-p01-root .p01-hero{grid-template-columns:1fr!important;min-height:0!important}
  #atreya-pricing-p01-root .p01-hero-art{
    min-height:420px!important;
    -webkit-mask-image:linear-gradient(180deg,#000 0 82%,rgba(0,0,0,.72) 90%,transparent 100%)!important;
    mask-image:linear-gradient(180deg,#000 0 82%,rgba(0,0,0,.72) 90%,transparent 100%)!important;
  }
  #atreya-pricing-p01-root .p01-hero-art:after{background:linear-gradient(180deg,transparent 0 70%,rgba(6,19,38,.55) 100%)!important}
  #atreya-pricing-p01-root .p01-hero-copy{padding:28px 7vw 42px!important;max-width:none!important}
  #atreya-pricing-p01-root .p01-hero h1{font-size:46px!important}
  #atreya-pricing-p01-root .p01-trust{grid-template-columns:1fr 1fr!important;margin-top:0!important}
  html[data-theme="light"] #atreya-pricing-p01-root .p01-hero-art:after{background:linear-gradient(180deg,transparent 0 70%,rgba(255,249,239,.68) 100%)!important}
}
@media(max-width:620px){
  #atreya-pricing-p01-root .p01-hero-art{min-height:360px!important}
  #atreya-pricing-p01-root .p01-hero h1{font-size:40px!important}
  #atreya-pricing-p01-root .p01-trust{grid-template-columns:1fr!important}
}
