/* SRA consolidated live-look stabilization — 2026-08-27
   Scoped recovery layer. It intentionally avoids global resets. */

/* ---- Shared visual rhythm ---- */
body.inner-page-final .inner-hero-final{
  min-height:360px!important;
  padding:64px 0!important;
  display:flex!important;
  align-items:flex-end!important;
}
body.inner-page-final .inner-hero-final>.container,
body.inner-page-final .inner-hero-final>.site-width{
  width:min(1180px,calc(100% - 64px))!important;
  margin-inline:auto!important;
}
body.inner-page-final .inner-hero-final h1{
  font-size:clamp(42px,4.1vw,58px)!important;
  line-height:1.04!important;
  margin:.18em 0 .18em!important;
  max-width:900px!important;
}
body.inner-page-final .inner-hero-final p{
  font-size:16px!important;
  line-height:1.6!important;
  max-width:840px!important;
  margin:0!important;
}
body.inner-page-final .inner-hero-final>.container>span:first-child{
  font-size:14px!important;
  line-height:1.35!important;
}

/* ---- Header: compact SRA monogram with readable full name and tagline ---- */
body .header-inner{height:82px!important;min-height:82px!important;}
body .brand{gap:12px!important;align-items:center!important;min-width:0!important;}
body .brand img{width:auto!important;height:54px!important;max-width:70px!important;object-fit:contain!important;object-position:center!important;transform:none!important;}
body .brand span{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important;}
body .brand span strong,body .brand>strong{font-size:19px!important;line-height:1.12!important;font-weight:600!important;white-space:nowrap!important;}
body .brand span small{display:block!important;margin-top:4px!important;font-size:9px!important;line-height:1.15!important;letter-spacing:.08em!important;white-space:nowrap!important;}
body .main-nav{gap:24px!important;}
body .main-nav a{font-size:15px!important;line-height:1.2!important;}
body .nav-enquire{padding:11px 20px!important;}

/* ---- Page containers ---- */
body.inner-page-final .container,
body.inner-page-final .about-reading-container,
body.inner-page-final .terms-master-container{
  width:min(1180px,calc(100% - 64px))!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* ---- Language pills: same visual language everywhere ---- */
body.inner-page-final .language-tabs.page-tabs,
body.inner-page-final .enquiry-language-switch{
  display:inline-grid!important;
  grid-template-columns:1fr 1fr!important;
  width:auto!important;
  min-width:310px!important;
  padding:5px!important;
  margin:28px 0 34px!important;
  border:1px solid rgba(8,59,48,.20)!important;
  border-radius:999px!important;
  background:#e9e5d9!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body.inner-page-final .language-tabs.page-tabs button,
body.inner-page-final .enquiry-language-switch button{
  min-width:150px!important;
  padding:12px 22px!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#172331!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.2!important;
  box-shadow:none!important;
}
body.inner-page-final .language-tabs.page-tabs button.active,
body.inner-page-final .enquiry-language-switch button.active{
  background:#22364b!important;
  color:#fff!important;
}

/* ---- Enquiry page: live-style hero + stable form card ---- */
body.enquiry-page-body .enquiry-hero .enquiry-language-switch{
  margin:26px 0 0!important;
}
body.enquiry-page-body .inner-body-final,
body.enquiry-page-body .enquiry-form-section{
  padding-top:58px!important;
}
body.enquiry-page-body .unified-enquiry-form{
  width:min(980px,100%)!important;
  margin:0 auto!important;
  padding:34px!important;
  border:1px solid rgba(8,59,48,.18)!important;
  background:#f8f5ec!important;
  box-shadow:0 12px 34px rgba(8,59,48,.05)!important;
}
body.enquiry-page-body .enquiry-card-head h2{font-size:34px!important;line-height:1.15!important;margin:6px 0 8px!important;}
body.enquiry-page-body .form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;}
body.enquiry-page-body .form-span-2,body.enquiry-page-body .full-field{grid-column:1/-1!important;}
body.enquiry-page-body .form-grid label,body.enquiry-page-body .service-dropdown-field>label{font-size:14px!important;line-height:1.4!important;}
body.enquiry-page-body input,body.enquiry-page-body select,body.enquiry-page-body textarea{font-size:16px!important;line-height:1.4!important;}

/* ---- Terms: restore the live two-column document workspace ---- */
body .terms-master-container{padding-top:54px!important;padding-bottom:100px!important;}
body .terms-document-intro{
  display:grid!important;
  grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr)!important;
  gap:34px!important;
  align-items:end!important;
  padding:0 0 34px!important;
  margin:0 0 30px!important;
  border-bottom:1px solid rgba(8,59,48,.18)!important;
  background:transparent!important;
}
body .terms-intro-copy h2{font-size:44px!important;line-height:1.08!important;margin:7px 0 12px!important;}
body .terms-intro-copy p{font-size:16px!important;line-height:1.6!important;}
body .terms-kicker{font-size:13px!important;letter-spacing:.14em!important;color:#a86f1e!important;}
body .terms-date-panel{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  border:1px solid rgba(8,59,48,.18)!important;
  background:#ece7d9!important;
}
body .terms-date-panel>div{padding:20px!important;min-width:0!important;}
body .terms-date-panel>div+div{border-left:1px solid rgba(8,59,48,.16)!important;}
body .terms-date-panel span{display:block!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#a86f1e!important;margin-bottom:5px!important;}
body .terms-date-panel strong{font-size:15px!important;line-height:1.4!important;}
body .terms-protection-notice{
  position:relative!important;
  display:block!important;
  padding:24px 26px!important;
  margin:0 0 24px!important;
  border:1px solid rgba(199,155,84,.38)!important;
  background:#f7f2e6!important;
}
body .terms-protection-notice>strong{display:block!important;font-size:17px!important;margin-bottom:8px!important;}
body .terms-protection-notice p{font-size:15px!important;line-height:1.65!important;margin:0!important;max-width:920px!important;}
body .terms-workspace{
  display:grid!important;
  grid-template-columns:320px minmax(0,1fr)!important;
  gap:36px!important;
  align-items:start!important;
  width:100%!important;
  overflow:visible!important;
  max-height:none!important;
}
body .terms-toc-column{position:sticky!important;top:150px!important;max-height:calc(100vh - 170px)!important;min-width:0!important;}
body .terms-toc-card{display:block!important;width:100%!important;border:1px solid rgba(8,59,48,.18)!important;background:#eeeadd!important;overflow:hidden!important;}
body .terms-toc-heading{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:18px 20px!important;border-bottom:1px solid rgba(8,59,48,.15)!important;font-size:14px!important;font-weight:800!important;}
body .terms-toc-list{display:flex!important;flex-direction:column!important;gap:0!important;max-height:calc(100vh - 260px)!important;overflow:auto!important;padding:0!important;margin:0!important;}
body .terms-toc-list a{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:start!important;
  padding:11px 16px!important;
  border-bottom:1px solid rgba(8,59,48,.10)!important;
  color:#172331!important;
  text-decoration:none!important;
  font-size:13px!important;
  line-height:1.35!important;
  white-space:normal!important;
}
body .terms-toc-list a>span:first-child{color:#a86f1e!important;font-size:11px!important;font-weight:700!important;}
body .terms-policy-panel{display:block!important;min-width:0!important;overflow:visible!important;max-height:none!important;height:auto!important;background:transparent!important;}
body .terms-policy-panel[hidden]{display:none!important;}
body .terms-panel-head{padding:16px 0 20px!important;margin:0!important;border-bottom:1px solid rgba(8,59,48,.18)!important;font-size:13px!important;letter-spacing:.12em!important;text-transform:uppercase!important;}
body .terms-clause{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:20px!important;
  padding:28px 0!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid rgba(8,59,48,.15)!important;
  background:transparent!important;
  box-shadow:none!important;
}
body .terms-clause-number{display:block!important;font-size:12px!important;color:#a86f1e!important;padding-top:8px!important;}
body .terms-clause-copy{min-width:0!important;}
body .terms-clause-copy h2{font-size:28px!important;line-height:1.16!important;margin:0 0 14px!important;color:#172331!important;}
body .terms-clause-copy h3{font-size:20px!important;line-height:1.25!important;margin:22px 0 10px!important;}
body .terms-clause-copy p,body .terms-clause-copy li{font-size:15.5px!important;line-height:1.72!important;}
body .terms-clause-copy p{margin:0 0 14px!important;}
body .terms-clause-copy ul,body .terms-clause-copy ol{padding-left:22px!important;margin:10px 0 18px!important;}

/* ---- Privacy / About long-form: readable measure and hierarchy ---- */
body .about-reading-container{padding-top:54px!important;padding-bottom:100px!important;}
body .about-longform-section,body .policy-panel .policy-section{padding:28px 0!important;border-bottom:1px solid rgba(8,59,48,.15)!important;}
body .about-longform-section h3,body .policy-panel h2{font-size:30px!important;line-height:1.16!important;margin:0 0 14px!important;}
body .about-longform-section p,body .about-longform-section li,body .policy-panel p,body .policy-panel li{font-size:15.5px!important;line-height:1.72!important;}

/* ---- Charges page ---- */
body.document-page-body .document-hero h1{font-size:48px!important;line-height:1.08!important;}
body.document-page-body .service-charge-language-switch{padding-top:18px!important;padding-bottom:0!important;}
body.document-page-body .document-viewer-note{font-size:14px!important;line-height:1.55!important;}
body.document-page-body .fee-page{max-width:1042px!important;margin-inline:auto!important;background:#fff!important;}

/* ---- Footer: compact approved structure ---- */
body .footer-payment-under-links{margin-top:14px!important;padding-top:16px!important;}
body .footer-bottom.footer-bottom-stacked{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.7fr)!important;gap:38px!important;align-items:start!important;padding-top:24px!important;padding-bottom:26px!important;}
body .footer-legal-stack.footer-legal-inline{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:0!important;}
body .footer-legal-stack .footer-offline-notice{display:none!important;}
body .footer-legal-stack.footer-legal-inline>a,body .footer-legal-stack.footer-legal-inline>button{font-size:14px!important;font-weight:600!important;padding:0!important;margin:0!important;border:0!important;background:none!important;color:#172331!important;}
body .footer-legal-stack.footer-legal-inline>a::after{content:"|"!important;margin:0 10px!important;color:rgba(8,59,48,.4)!important;font-weight:400!important;}
body .footer-copyright-block{text-align:right!important;}
body .footer-copyright-block .copyright-notice{font-size:12px!important;line-height:1.55!important;margin:0 0 10px auto!important;max-width:900px!important;text-align:right!important;}
body .footer-copyright-block>span{font-size:13px!important;}

/* ---- Social brand buttons ---- */
body .top-follow a{width:30px!important;height:30px!important;min-width:30px!important;border-radius:50%!important;background:#fff!important;padding:5px!important;display:grid!important;place-items:center!important;overflow:hidden!important;}
body .top-follow a img{width:19px!important;height:19px!important;object-fit:contain!important;display:block!important;}
body .footer-social a img{width:18px!important;height:18px!important;object-fit:contain!important;}

/* ---- Accepted payment row ---- */
body .payment-brand-row{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;}
body .payment-brand{height:42px!important;min-height:42px!important;padding:5px 11px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
body .payment-brand img{max-width:76px!important;max-height:28px!important;width:auto!important;height:auto!important;object-fit:contain!important;}

@media(max-width:900px){
  body .terms-document-intro{grid-template-columns:1fr!important;}
  body .terms-workspace{grid-template-columns:1fr!important;gap:24px!important;}
  body .terms-toc-column{position:relative!important;top:auto!important;max-height:none!important;}
  body .terms-toc-list{max-height:320px!important;}
  body .footer-bottom.footer-bottom-stacked{grid-template-columns:1fr!important;gap:18px!important;}
  body .footer-copyright-block,body .footer-copyright-block .copyright-notice{text-align:left!important;margin-left:0!important;}
}
@media(max-width:760px){
  body.inner-page-final .inner-hero-final>.container,body.inner-page-final .inner-hero-final>.site-width,body.inner-page-final .container,body.inner-page-final .about-reading-container,body.inner-page-final .terms-master-container{width:min(100% - 36px,1180px)!important;}
  body .header-inner{height:72px!important;min-height:72px!important;}
  body .brand{gap:8px!important;}
  body .brand img{height:42px!important;max-width:54px!important;}
  body .brand span strong,body .brand>strong{font-size:14px!important;white-space:nowrap!important;}
  body .brand span small{font-size:7px!important;letter-spacing:.035em!important;white-space:nowrap!important;}
  body.inner-page-final .inner-hero-final{min-height:300px!important;padding:46px 0!important;}
  body.inner-page-final .inner-hero-final h1{font-size:38px!important;}
  body.inner-page-final .language-tabs.page-tabs,body.inner-page-final .enquiry-language-switch{min-width:280px!important;}
  body.inner-page-final .language-tabs.page-tabs button,body.inner-page-final .enquiry-language-switch button{min-width:135px!important;padding:11px 16px!important;}
  body.enquiry-page-body .unified-enquiry-form{padding:22px 18px!important;}
  body.enquiry-page-body .form-grid{grid-template-columns:1fr!important;}
  body.enquiry-page-body .form-span-2,body.enquiry-page-body .full-field{grid-column:auto!important;}
  body .terms-clause{grid-template-columns:34px minmax(0,1fr)!important;gap:12px!important;}
  body .terms-intro-copy h2{font-size:34px!important;}
  body .terms-date-panel{grid-template-columns:1fr!important;}
  body .terms-date-panel>div+div{border-left:0!important;border-top:1px solid rgba(8,59,48,.16)!important;}
}
/* Semantic hidden state must win over legacy display overrides. */
body [hidden]{display:none!important;}
body .terms-hero h1{font-size:clamp(44px,4.2vw,58px)!important;line-height:1.06!important;}
/* Final font and spacing controls learned from the live site. */
body:not(.inner-page-final) .hero h1{font-size:clamp(50px,4.8vw,66px)!important;line-height:1.04!important;max-width:840px!important;}
body:not(.inner-page-final) .hero p,body:not(.inner-page-final) .hero-copy{font-size:16px!important;line-height:1.6!important;max-width:760px!important;}
body.inner-page-final .about-reading-container{padding-top:36px!important;}
body .terms-mobile-toc{display:none!important;}
body .seo-hero h1{font-size:clamp(44px,4.2vw,58px)!important;line-height:1.07!important;}
body .seo-hero p{font-size:16px!important;line-height:1.65!important;}
@media(max-width:900px){body .terms-mobile-toc{display:block!important;} body .terms-toc-column{display:none!important;}}
/* Final readability guardrails for all inner pages. */
body.inner-page-final main h1{font-size:clamp(42px,4.2vw,58px)!important;line-height:1.07!important;}
body.enquiry-page-body .service-selection-message{font-size:13px!important;line-height:1.45!important;}
body .guest-secondary-link,body .guest-help-page button,body .guest-page button{font-size:13px!important;line-height:1.25!important;}
/* Payment modal bilingual hierarchy: readable, never concatenated. */
body .payment-card{width:min(980px,calc(100% - 40px))!important;padding:40px 46px!important;}
body .payment-card>.eyebrow{display:flex!important;align-items:center!important;gap:7px!important;font-size:12px!important;letter-spacing:.12em!important;}
body .payment-card>.eyebrow [data-pay-lang="en"]::after{content:" /";}
body .payment-card h2{font-size:42px!important;line-height:1.08!important;margin:10px 0 22px!important;}
body .payment-card h2 [data-pay-lang]{display:block!important;}
body .payment-card h2 [data-pay-lang="hi"]{font-size:.78em!important;margin-top:6px!important;}
body .payment-gate>p>strong[data-pay-lang],body .payment-gate .gate-note>[data-pay-lang],body .insurance-payment-warning>[data-pay-lang]{display:block!important;}
body .payment-gate>p>strong[data-pay-lang="hi"],body .payment-gate .gate-note>[data-pay-lang="hi"],body .insurance-payment-warning>[data-pay-lang="hi"]{margin-top:6px!important;}
body .verification-check{display:grid!important;grid-template-columns:auto 1fr!important;gap:6px 10px!important;align-items:start!important;}
body .verification-check>input{grid-row:1/span 2!important;margin-top:3px!important;}
body .verification-check>[data-pay-lang]{display:block!important;}
body .captcha-box{max-width:500px!important;}
@media(max-width:760px){
  body .payment-card{padding:28px 20px!important;}
  body .payment-card h2{font-size:32px!important;}
}

/* ============================================================
   POINT 174 — SITE-WIDE HINDI TYPOGRAPHY BALANCE
   Hindi only. Keeps English typography/design unchanged.
   ============================================================ */
html body [lang="hi"]{
  font-family:"Noto Sans Devanagari","Manrope",sans-serif!important;
  letter-spacing:0!important;
}

/* Large Hindi display headings need a smaller optical scale than English. */
html body h1 > [lang="hi"],
html body h1 [lang="hi"]{
  font-size:.74em!important;
  line-height:1.28!important;
  font-weight:600!important;
}
html body h2 > [lang="hi"],
html body h2 [lang="hi"]{
  font-size:.82em!important;
  line-height:1.34!important;
  font-weight:600!important;
}
html body h3 > [lang="hi"],
html body h3 [lang="hi"]{
  font-size:.88em!important;
  line-height:1.4!important;
  font-weight:600!important;
}

/* Pages where the heading element itself carries lang=hi. */
html body h1[lang="hi"]{
  font-size:clamp(34px,3.6vw,50px)!important;
  line-height:1.28!important;
  font-weight:600!important;
}
html body h2[lang="hi"]{
  font-size:clamp(26px,2.8vw,38px)!important;
  line-height:1.34!important;
  font-weight:600!important;
}
html body h3[lang="hi"]{
  font-size:clamp(20px,2.1vw,28px)!important;
  line-height:1.4!important;
  font-weight:600!important;
}

/* Body Hindi stays readable but slightly more compact optically. */
html body p > [lang="hi"],
html body li > [lang="hi"],
html body label > [lang="hi"],
html body a > [lang="hi"],
html body button > [lang="hi"]{
  line-height:1.65!important;
}
html body .eyebrow [lang="hi"],
html body .kicker [lang="hi"]{
  font-size:.92em!important;
  line-height:1.5!important;
}
html body button [lang="hi"],
html body .button [lang="hi"],
html body .btn [lang="hi"]{
  font-size:.94em!important;
  line-height:1.35!important;
}

/* Guest Help Centre: correct the oversized Hindi hero seen on desktop. */
html body .guest-intro h1 [lang="hi"]{
  font-size:clamp(38px,3.9vw,52px)!important;
  line-height:1.30!important;
  max-width:900px!important;
}
html body .guest-intro p [lang="hi"]{
  font-size:15.5px!important;
  line-height:1.75!important;
}
html body .guest-card h2 [lang="hi"],
html body .guest-card h3 [lang="hi"]{
  font-size:18px!important;
  line-height:1.42!important;
}
html body .guest-card p [lang="hi"]{
  font-size:14.5px!important;
  line-height:1.7!important;
}

@media(max-width:760px){
  html body h1 > [lang="hi"],
  html body h1 [lang="hi"]{
    font-size:.78em!important;
    line-height:1.3!important;
  }
  html body h2 > [lang="hi"],
  html body h2 [lang="hi"]{
    font-size:.86em!important;
    line-height:1.36!important;
  }
  html body h1[lang="hi"]{
    font-size:clamp(30px,8.2vw,38px)!important;
  }
  html body h2[lang="hi"]{
    font-size:clamp(24px,6.7vw,31px)!important;
  }
  html body h3[lang="hi"]{
    font-size:clamp(19px,5.2vw,24px)!important;
  }
  html body .guest-intro h1 [lang="hi"]{
    font-size:clamp(32px,8.6vw,40px)!important;
    line-height:1.32!important;
  }
  html body .guest-intro p [lang="hi"]{
    font-size:15px!important;
  }
  html body .guest-card h2 [lang="hi"],
  html body .guest-card h3 [lang="hi"]{
    font-size:17px!important;
  }
}


/* POINT180 — Header branding: final logo only; logo already contains company name, Hindi tagline and Since 2009. */
body .site-header .brand{gap:0!important;min-width:112px!important;display:flex!important;align-items:center!important;}
body .site-header .brand img{width:auto!important;height:68px!important;max-width:112px!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 3px 8px rgba(0,0,0,.16))!important;}
body .site-header .brand span{display:none!important;}
@media(max-width:700px){body .site-header .brand{min-width:86px!important;}body .site-header .brand img{height:52px!important;max-width:86px!important;}}

/* POINT194 — unified editorial theme cleanup */
:root{--green:#172331!important;--green-2:#22364b!important;--green-3:#f2f0e9!important;}
body .inner-hero-final,body .about-hero,body .service-hero,body .loyalty-hero{background:#172331!important;color:#f7f4ee!important;}
body .inner-hero-final h1,body .inner-hero-final p,body .inner-hero-final>div>span,body .about-hero h1,body .about-hero p{color:#f7f4ee!important;}
body .policy-tab.active,body .page-tabs button.active,body .premium-language-switch .active{background:#172331!important;color:#fffdf8!important;border-color:#b8924a!important;}
body .policy-tab:not(.active),body .page-tabs button:not(.active){background:#eeeae2!important;color:#172331!important;}
body .terms-toc-list a.active,body .terms-toc-list a:hover{background:#eeeae2!important;color:#172331!important;border-left-color:#b8924a!important;}
body .terms-clause-copy h2,body .policy-section h2,body .terms-toc-card,body .terms-toc-list a,body .footer-legal-stack.footer-legal-inline>a,body .footer-legal-stack.footer-legal-inline>button{color:#172331!important;}
body .terms-toc-card{border-color:rgba(23,35,49,.16)!important;background:#f3f0e8!important;}
body .terms-toc-list a{border-color:rgba(23,35,49,.12)!important;}
body .terms-clause-number,body .terms-kicker,body .terms-date-panel span{color:#a97728!important;}
body .values-section,body .nature-card,body .hindi-card{background:#172331!important;}
body .section-label::before,body .payment-heading span::before,body .main-nav a::after{background:#b8924a!important;}
body .map-button{background:#172331!important;color:#fffdf8!important;border:1px solid #b8924a!important;box-shadow:none!important;}
body .map-button:hover,body .map-button:focus-visible{background:#22364b!important;color:#fff!important;border-color:#c4a66a!important;}
body .footer-address{color:inherit!important;text-decoration:none!important;cursor:default!important;}
body .policy-section h2{font-family:var(--serif)!important;font-size:clamp(1.35rem,2vw,1.75rem)!important;line-height:1.2!important;margin:0 0 14px!important;font-weight:600!important;}
body .policy-section{padding:26px 0!important;border-bottom:1px solid rgba(23,35,49,.14)!important;}
body .loyalty-page{background:#f7f4ee!important;color:#172331!important;}
body .loyalty-hero{background:#172331!important;}
body .loyalty-hero .eyebrow,body .loyalty-footnote strong{color:#d2b36d!important;}
body .loyalty-heading h2,body .alliance-explainer h2,body .loyalty-gate h2,body .loyalty-guidance-card h2{color:#172331!important;}
body .loyalty-footnote{background:#172331!important;}
body .join-hint{color:#8b6a2d!important;}
body .loyalty-gate-list li::before{background:#eeeae2!important;color:#172331!important;}
body .upi-title-row span{background:#172331!important;}
