:root {
 --ink: #24343a;
 --muted: #66747a;
 --sage: #dce9df;
 --sage-deep: #527363;
 --peach: #f7e5dc;
 --rose: #efd9df;
 --lavender: #e7e1f0;
 --sky: #dfeaf2;
 --cream: #fbf8f2;
 --paper: #fffdf9;
 --white: #fff;
 --line: rgba(52, 77, 82, .14);
 --coral: #bd6f63;
 --danger: #943f47;
 --shadow: 0 22px 70px rgba(71, 80, 86, .11);
 --shadow-soft: 0 12px 38px rgba(71, 80, 86, .08);
 --radius: 30px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: var(--sage-deep); text-underline-offset: .18em; }
a:hover, a:focus { color: #354f45; }
h1, h2, h3, h4 { margin-top: 0; color: var(--ink); font-family: Iowan Old Style, Baskerville, Georgia, serif; font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3rem, 6.2vw, 6.7rem); letter-spacing: -.052em; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.45rem); letter-spacing: -.038em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { margin-top: 0; }
p:last-child { margin-bottom: 0; }
button, input, select, textarea { font: inherit; }
.container { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 3000; padding: .75rem 1rem; color: var(--white); background: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 1rem; color: var(--white); }

.quiet-bar { color: #43525a; background: linear-gradient(90deg,#e7f0f2,#dfeaf2 48%,#e8f0eb); font-size: .78rem; font-weight: 700; letter-spacing: .035em; }
.quiet-bar-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.quiet-bar a { color: inherit; font-weight: 750; text-decoration: none; }
.quiet-bar a:hover { text-decoration: underline; }

.satv-header { position: sticky; top: 0; z-index: 1200; border-bottom: 1px solid rgba(52,77,82,.10); background: rgba(255,253,249,.90); backdrop-filter: blur(22px) saturate(150%); -webkit-backdrop-filter: blur(22px) saturate(150%); box-shadow: 0 8px 30px rgba(53,72,70,.045); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.satv-brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .8rem; color: var(--ink); text-decoration: none; }
.satv-brand:hover { color: var(--ink); }
.brand-mark { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(82,115,99,.19); border-radius: 18px 18px 18px 7px; color: var(--sage-deep); background: linear-gradient(145deg,rgba(220,233,223,.98),rgba(255,253,249,.96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 24px rgba(82,115,99,.12); }
.brand-mark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { min-width: 0; }
.satv-brand strong { display: block; font: 500 1.62rem/1 Iowan Old Style, Georgia, serif; letter-spacing: -.035em; }
.satv-brand small { display: block; margin-top: .28rem; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .125em; text-transform: uppercase; }
.header-navigation { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 1.25rem; }
.main-navigation, .account-actions { display: flex; align-items: center; gap: .35rem; }
.main-navigation > a, .nav-menu > summary { position: relative; min-height: 42px; display: inline-flex; align-items: center; padding: .55rem .7rem; border-radius: 999px; color: #34464a; font-size: .88rem; font-weight: 760; text-decoration: none; cursor: pointer; list-style: none; transition: background .2s ease,color .2s ease; }
.main-navigation > a:hover, .main-navigation > a:focus, .nav-menu > summary:hover, .nav-menu[open] > summary { color: var(--sage-deep); background: rgba(220,233,223,.55); outline: none; }
.nav-menu > summary::-webkit-details-marker { display: none; }
.nav-menu > summary::after { content: ""; width: 7px; height: 7px; margin-left: .5rem; border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; opacity: .7; }
.nav-menu[open] > summary::after { transform: translateY(2px) rotate(225deg); }
.nav-menu { position: relative; }
.nav-panel { position: absolute; top: calc(100% + .8rem); left: 50%; z-index: 10; width: 292px; display: grid; gap: .2rem; padding: .65rem; border: 1px solid rgba(52,77,82,.11); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: 0 22px 60px rgba(48,66,64,.14); transform: translateX(-50%); }
.nav-panel::before { content: ""; position: absolute; top: -.85rem; left: 0; right: 0; height: .9rem; }
.nav-panel a { position: relative; padding: .72rem 2.15rem .72rem .8rem; border-radius: 13px; color: var(--ink); font-size: .85rem; font-weight: 720; text-decoration: none; transition: background .18s ease,transform .18s ease; }
.nav-panel a::after { content: ""; position: absolute; top: 50%; right: .9rem; width: 7px; height: 7px; border-top: 1.6px solid var(--sage-deep); border-right: 1.6px solid var(--sage-deep); transform: translateY(-50%) rotate(45deg); opacity: .55; }
.nav-panel a:hover, .nav-panel a:focus { background: var(--cream); transform: translateX(2px); outline: none; }
.nav-panel strong, .nav-panel small { display: block; }
.nav-panel small { margin-top: .2rem; color: var(--muted); font-size: .75rem; font-weight: 520; line-height: 1.45; }
.account-actions { gap: .5rem; padding-left: .7rem; border-left: 1px solid rgba(52,77,82,.12); }
.header-login, .header-register { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .58rem 1rem; border-radius: 999px; font-size: .84rem; font-weight: 820; text-decoration: none; transition: transform .18s ease,box-shadow .18s ease,background .18s ease; }
.header-login { color: var(--ink); border: 1px solid rgba(52,77,82,.14); background: rgba(255,255,255,.82); }
.header-login:hover { color: var(--sage-deep); background: var(--white); transform: translateY(-1px); }
.header-register { color: var(--white); border: 1px solid var(--sage-deep); background: linear-gradient(135deg,#527363,#436555); box-shadow: 0 8px 22px rgba(82,115,99,.20); }
.header-register:hover { color: var(--white); background: linear-gradient(135deg,#486b5a,#385747); box-shadow: 0 10px 26px rgba(82,115,99,.25); transform: translateY(-1px); }
.header-action-icon { position: relative; width: 15px; height: 15px; flex: 0 0 15px; }
.login-icon::before { content: ""; position: absolute; left: 4px; top: 1px; width: 6px; height: 6px; border: 1.5px solid currentColor; border-radius: 50%; }
.login-icon::after { content: ""; position: absolute; left: 2px; bottom: 0; width: 10px; height: 6px; border: 1.5px solid currentColor; border-bottom: 0; border-radius: 7px 7px 0 0; }
.forward-icon::before { content: ""; position: absolute; left: 1px; top: 7px; width: 11px; height: 1.6px; border-radius: 2px; background: currentColor; }
.forward-icon::after { content: ""; position: absolute; right: 1px; top: 4px; width: 6px; height: 6px; border-top: 1.6px solid currentColor; border-right: 1.6px solid currentColor; transform: rotate(45deg); }
.nav-toggle { display: none; width: 46px; height: 46px; place-items: center; padding: 0; border: 1px solid rgba(52,77,82,.13); border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 5px 18px rgba(52,77,82,.07); cursor: pointer; }
.menu-icon { width: 20px; height: 16px; display: grid; align-content: space-between; }
.menu-icon span { display: block; height: 1.8px; border-radius: 2px; background: currentColor; transition: transform .2s ease,opacity .2s ease; }
.nav-toggle[aria-expanded="true"] .menu-icon span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .menu-icon span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .menu-icon span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 740px; display: grid; align-items: center; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(251,248,242,.99) 0%,rgba(251,248,242,.95) 38%,rgba(251,248,242,.45) 61%,rgba(251,248,242,.02) 100%),url('../images/generated/satv-yog-hero-couple.jpg') 62% center/cover no-repeat; }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; bottom: -220px; border-radius: 50%; background: rgba(231,225,240,.78); filter: blur(3px); }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 7rem 0 8rem; }
.eyebrow, .footer-kicker { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.2rem; color: var(--sage-deep); font-size: .74rem; font-weight: 850; letter-spacing: .145em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--coral); }
.hero h1 { max-width: 680px; margin-bottom: 1.4rem; }
.hero .lede { max-width: 630px; margin-bottom: 2rem; color: #4f5e64; font-size: clamp(1.05rem,1.8vw,1.25rem); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem; }
.satv-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .72rem 1.35rem; border: 1px solid var(--sage-deep); border-radius: 999px; color: var(--white); background: var(--sage-deep); font-weight: 800; text-decoration: none; cursor: pointer; }
.satv-button:hover, .satv-button:focus { color: var(--white); background: #405f50; }
.satv-button.secondary { color: var(--ink); border-color: rgba(52,77,82,.18); background: rgba(255,255,255,.76); }
.satv-button.secondary:hover { color: var(--ink); background: var(--white); }
.satv-button.light { color: var(--ink); border-color: var(--cream); background: var(--cream); }
.satv-button.ghost-light { color: var(--white); border-color: rgba(255,255,255,.45); background: transparent; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.hero-proof span { padding: .45rem .7rem; border: 1px solid rgba(82,115,99,.16); border-radius: 999px; color: #526169; background: rgba(255,255,255,.6); font-size: .76rem; font-weight: 750; }
.image-disclosure { color: var(--muted); font-size: .73rem; }

.section { padding: 7rem 0; }
.section.soft, .section.sage { background: var(--sage); }
.section.sand, .section.cream { background: var(--cream); }
.section.peach { background: var(--peach); }
.section.lavender { background: var(--lavender); }
.section.sky { background: var(--sky); }
.section.dark { color: #eef2ef; background: #31464b; }
.section.dark h2, .section.dark h3 { color: var(--white); }
.section-heading { max-width: 790px; margin: 0 auto 3.5rem; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading p { color: var(--muted); font-size: 1.06rem; }
.section.dark p { color: #ced8d5; }
.grid-2, .grid-3, .grid-4, .opportunity-grid { display: grid; gap: 1.35rem; }
.grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.opportunity-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.card, .opportunity-card { position: relative; height: 100%; padding: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.88); box-shadow: var(--shadow-soft); }
.card::after, .opportunity-card::after { content: ""; position: absolute; width: 92px; height: 92px; right: -38px; bottom: -38px; border-radius: 50%; background: var(--card-accent,var(--lavender)); opacity: .7; }
.card:nth-child(3n+1), .opportunity-card:nth-child(3n+1) { --card-accent: var(--peach); }
.card:nth-child(3n+2), .opportunity-card:nth-child(3n+2) { --card-accent: var(--sky); }
.card:nth-child(3n), .opportunity-card:nth-child(3n) { --card-accent: var(--lavender); }
.card .icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1.35rem; border-radius: 16px 16px 16px 6px; color: var(--sage-deep); background: var(--sage); font-weight: 800; }
.card .icon::before { content: ""; width: 20px; height: 20px; border: 1.7px solid currentColor; border-radius: 50%; background: radial-gradient(circle at 50% 50%,currentColor 0 2px,transparent 2.5px); opacity: .9; }
.card .icon i { display: none; }
.card p, .opportunity-card p { color: var(--muted); }
.card-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: .48rem; margin-top: .4rem; color: var(--ink); font-weight: 800; text-decoration: none; }
.card-link::after { content: ""; width: 8px; height: 8px; border-top: 1.8px solid currentColor; border-right: 1.8px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.card-link:hover::after, .card-link:focus::after { transform: translateX(3px) rotate(45deg); }
.opportunity-card .tag, .badge-soft { display: inline-flex; margin-bottom: .8rem; padding: .3rem .55rem; border-radius: 999px; color: #4d6257; background: var(--sage); font-size: .69rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.stat-card strong { display: block; color: var(--sage-deep); font: 500 2.5rem/1 Iowan Old Style, Georgia, serif; }
.stat-card span { display: block; margin-top: .65rem; color: var(--muted); }
.trust-strip { position: relative; z-index: 3; margin-top: -58px; }
.trust-strip-inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--line); box-shadow: var(--shadow); }
.trust-item { padding: 1.5rem; background: rgba(255,255,255,.96); }
.trust-item strong { display: block; margin-bottom: .35rem; color: var(--ink); font-family: Iowan Old Style, Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.trust-item span { color: var(--muted); font-size: .78rem; }

.split-visual { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: 4rem; align-items: center; }
.split-visual.reverse { grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); }
.split-visual.reverse .visual-frame { order: -1; }
.visual-frame { position: relative; overflow: hidden; border-radius: 42px 42px 42px 12px; background: var(--lavender); box-shadow: var(--shadow); }
.visual-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.visual-frame figcaption { position: absolute; left: 1rem; bottom: 1rem; max-width: calc(100% - 2rem); padding: .5rem .75rem; border-radius: 12px; color: #4c595e; background: rgba(255,253,249,.88); backdrop-filter: blur(8px); font-size: .7rem; }
.method-steps { display: grid; gap: 1rem; counter-reset: step; }
.method-step { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: start; padding: 1.25rem; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.68); counter-increment: step; }
.method-step::before { content: "0" counter(step); width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--sage-deep); background: var(--sage); font-weight: 850; }

.page-hero { position: relative; overflow: hidden; padding: 6.5rem 0 5rem; background: linear-gradient(135deg,var(--cream),var(--sky)); }
.page-hero::after { content: ""; position: absolute; width: 460px; height: 460px; top: -260px; right: -80px; border-radius: 50%; background: rgba(239,217,223,.72); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1020px; margin-bottom: 1.25rem; font-size: clamp(2.8rem,5.5vw,5.5rem); }
.page-hero .lede { max-width: 820px; color: var(--muted); font-size: 1.14rem; }
.breadcrumbs { margin-bottom: 1.4rem; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { color: inherit; font-weight: 750; }
.content-shell { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 4rem; }
.prose { max-width: 830px; }
.prose h2 { margin: 2.8rem 0 1rem; font-size: clamp(1.9rem,3vw,2.65rem); }
.prose h3 { margin: 2rem 0 .7rem; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li { margin-bottom: .55rem; }
.sidebar-card { position: sticky; top: 125px; padding: 1.8rem; border-radius: 28px 28px 28px 10px; color: var(--ink); background: var(--peach); }
.sidebar-card h2, .sidebar-card h3 { color: var(--ink); }
.sidebar-card p { color: #5e5f62; }
.sidebar-card .satv-button { width: 100%; }
.programme-list { display: grid; gap: .85rem; }
.programme-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.65); }
.programme-row strong, .programme-row span { display: block; }
.programme-row span { color: var(--muted); }
.programme-row .price { color: var(--sage-deep); font-weight: 850; }
.callout { margin: 2rem 0; padding: 1.45rem 1.55rem; border-left: 4px solid var(--coral); border-radius: 0 18px 18px 0; background: var(--peach); }
.callout.safety { border-left-color: var(--danger); background: #f8e8e8; }
.author-card { display: grid; grid-template-columns: 84px 1fr; gap: 1.2rem; align-items: center; margin: 2.2rem 0; padding: 1.4rem; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.author-avatar { width: 84px; height: 84px; display: grid; place-items: center; border-radius: 58% 42% 55% 45%; color: var(--white); background: var(--sage-deep); font: 500 1.7rem/1 Iowan Old Style, Georgia, serif; }
.author-card h2, .author-card h3 { margin: 0 0 .25rem; font-size: 1.25rem; }
.author-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.profile-note { padding: 1rem 1.15rem; border: 1px dashed rgba(82,115,99,.4); border-radius: 16px; color: #50615b; background: var(--sage); font-size: .86rem; }

.sources { margin-top: 3rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); }
.sources h2 { margin: 0 0 .85rem; font-size: 1.4rem; }
.sources ol { margin: 0; padding-left: 1.2rem; }
.sources li { margin-bottom: .55rem; color: var(--muted); font-size: .84rem; }
.sources li:last-child { margin-bottom: 0; }
.sources a { word-break: break-word; }
.citation { vertical-align: super; font-size: .68em; font-weight: 850; }

.form-shell { max-width: 900px; margin: 0 auto; padding: clamp(1.4rem,4vw,2.6rem); border: 1px solid var(--line); border-radius: 34px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.05rem 1.2rem; }
.field.full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: .4rem; font-size: .82rem; font-weight: 800; }
.field .form-control, .field select, .field textarea, .field input[type=file] { width: 100%; min-height: 50px; padding: .72rem .85rem; border: 1px solid rgba(52,77,82,.22); border-radius: 14px; color: var(--ink); background: var(--paper); }
.field textarea { min-height: 130px; resize: vertical; }
.field .form-control:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(82,115,99,.16); border-color: var(--sage-deep); }
.field-help, .portal-item small { display: block; margin-top: .3rem; color: var(--muted); font-size: .75rem; }
.field-error { display: block; margin-top: .3rem; color: var(--danger); font-size: .78rem; font-weight: 750; }
.checkbox-field { display: flex; gap: .65rem; align-items: flex-start; }
.checkbox-field input { margin-top: .36rem; }
.validation-summary, .form-message { margin-bottom: 1rem; padding: 1rem; border-radius: 14px; }
.validation-summary, .form-message.error { color: #7f323a; background: #f9e7e9; }
.form-message.success { color: #34584a; background: var(--sage); }
.required { color: var(--danger); }

.article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.3rem; }
.article-card { padding: 2rem; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow-soft); }
.article-card .meta { color: var(--muted); font-size: .78rem; font-weight: 700; }
.article-card h2 { margin: .5rem 0 .7rem; font-size: 1.75rem; }
.article-card p { color: var(--muted); }
.portal-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 2rem; align-items: start; }
.portal-nav { position: sticky; top: 125px; display: grid; gap: .35rem; padding: 1rem; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.portal-nav a { padding: .7rem .8rem; border-radius: 12px; color: var(--ink); font-size: .84rem; font-weight: 750; text-decoration: none; }
.portal-nav a:hover, .portal-nav a:focus { background: var(--cream); }
.portal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.1rem; }
.portal-item { display: grid; gap: .2rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.portal-item:last-child { border-bottom: 0; }
.data-panel { padding: 1.4rem; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow-soft); }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: .82rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.data-table tr:last-child td { border-bottom: 0; }
.portal-gridview { width: 100%; border-collapse: collapse; font-size: .82rem; }
.portal-gridview th, .portal-gridview td { padding: .78rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.portal-gridview th { color: var(--muted); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.portal-gridview tr:last-child td { border-bottom: 0; }
.portal-gridview tr:nth-child(even) td { background: color-mix(in srgb, var(--cream) 58%, transparent); }
.portal-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: end; margin: 0 0 1.5rem; padding: 1rem; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.portal-actions .field { min-width: 150px; flex: 1 1 180px; }
.action-strip { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 1.2rem; }

.site-note { padding: 1.15rem 0; color: #554f4a; background: var(--peach); border-top: 1px solid rgba(189,111,99,.18); }
.site-note-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.site-note a { color: inherit; font-weight: 850; white-space: nowrap; }
.satv-footer { padding: 5rem 0 1.5rem; color: #d8e0dd; background: #2d4147; }
.footer-intro { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: end; padding-bottom: 3.5rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-intro h2 { max-width: 680px; margin-bottom: 0; color: var(--white); }
.footer-kicker { color: #b8d0c3; }
.footer-intro .button-row { justify-content: flex-end; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.2fr; gap: 2.4rem; padding-top: 3.5rem; }
.footer-grid h2 { margin-bottom: 1rem; color: var(--white); font: 800 .7rem/1.2 "Avenir Next","Segoe UI",sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { display: block; margin-bottom: .5rem; color: #dae4e1; font-size: .86rem; text-decoration: none; }
.footer-grid p { color: #afc0bd; font-size: .86rem; }
.footer-brand { margin-bottom: 1rem; color: var(--white); font: 500 2rem/1 Iowan Old Style,Georgia,serif; }
.footer-profile a { display: inline; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); color: #99ada9; font-size: .75rem; }

@media (max-width: 1120px) {
 .nav-toggle { display: inline-grid; }
 .header-navigation { position: absolute; top: 88px; left: 14px; right: 14px; display: none; max-height: calc(100vh - 110px); overflow: auto; flex-direction: column; align-items: stretch; gap: .75rem; padding: .8rem; border: 1px solid rgba(52,77,82,.11); border-radius: 0 0 24px 24px; background: rgba(255,253,249,.98); box-shadow: 0 22px 60px rgba(48,66,64,.14); }
 .header-navigation.is-open { display: flex; }
 .main-navigation { flex-direction: column; align-items: stretch; gap: .15rem; }
 .main-navigation > a, .nav-menu > summary { width: 100%; justify-content: space-between; padding: .72rem .8rem; border-radius: 12px; }
 .nav-panel { position: static; width: 100%; margin-top: .25rem; padding: .4rem; border-radius: 14px; transform: none; box-shadow: none; background: rgba(251,248,242,.78); }
 .nav-panel::before { display: none; }
 .account-actions { gap: .6rem; padding: .7rem 0 0; border-left: 0; border-top: 1px solid rgba(52,77,82,.10); }
 .account-actions a { flex: 1; }
 .grid-4, .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .opportunity-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 840px) {
 .quiet-bar { display: none; }
 .section { padding: 5rem 0; }
 .hero { min-height: 780px; align-items: end; }
 .hero::before { background: linear-gradient(0deg,rgba(251,248,242,1) 0%,rgba(251,248,242,.95) 43%,rgba(251,248,242,.08) 70%),url('../images/generated/satv-yog-hero-couple.jpg') 64% top/auto 58% no-repeat; }
 .hero-content { padding: 23rem 0 4.5rem; }
 .grid-3, .portal-grid { grid-template-columns: 1fr; }
 .split-visual, .split-visual.reverse, .content-shell, .portal-layout, .footer-intro { grid-template-columns: 1fr; gap: 2.5rem; }
 .split-visual.reverse .visual-frame { order: 0; }
 .sidebar-card, .portal-nav { position: static; }
 .trust-strip { margin-top: -25px; }
 .trust-strip-inner { grid-template-columns: repeat(2,1fr); }
 .article-grid { grid-template-columns: 1fr; }
 .footer-intro .button-row { justify-content: flex-start; }
 .site-note-grid { grid-template-columns: 1fr; gap: .5rem; }
 .site-note a { white-space: normal; }
}

@media (max-width: 580px) {
 body { font-size: 15px; }
 .container { width: min(100% - 28px,1240px); }
 .header-inner { min-height: 76px; gap: 1rem; }
 .header-navigation { top: 76px; max-height: calc(100vh - 92px); }
 .satv-brand { gap: .65rem; }
 .satv-brand strong { font-size: 1.45rem; }
 .satv-brand small { display: none; }
 .brand-mark { width: 44px; height: 44px; border-radius: 15px 15px 15px 6px; }
 .brand-mark svg { width: 29px; height: 29px; }
 .nav-toggle { width: 44px; height: 44px; border-radius: 14px; }
 .hero { min-height: 720px; }
 .hero-content { padding-top: 20rem; }
 .grid-2, .grid-4, .opportunity-grid, .field-grid, .footer-grid { grid-template-columns: 1fr; }
 .field.full { grid-column: auto; }
 .trust-strip-inner { grid-template-columns: 1fr; }
 .page-hero { padding: 4.5rem 0 3.5rem; }
 .form-shell { border-radius: 24px; }
 .author-card { grid-template-columns: 1fr; }
 .programme-row { grid-template-columns: 1fr; }
 .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Satv Yog homepage V2 — modern premium */
.premium-header { background: rgba(255,255,255,.96); box-shadow: 0 4px 24px rgba(29,58,49,.05); border-bottom: 1px solid rgba(35,79,61,.08); }
.premium-header .header-inner { min-height: 74px; }
.premium-header .brand-mark { width: 42px; height: 42px; border: 0; border-radius: 0; box-shadow: none; background: transparent; color: #2f6854; }
.premium-header .brand-mark svg { width: 38px; height: 38px; stroke-width: 1.5; }
.premium-header .satv-brand strong { font-size: 1.35rem; }
.premium-header .satv-brand small { margin-top: .22rem; font-size: .56rem; letter-spacing: .04em; text-transform: none; }
.premium-header .main-navigation > a, .premium-header .nav-menu > summary { min-height: 38px; padding: .45rem .62rem; font-size: .82rem; font-weight: 650; }
.premium-header .account-actions { padding-left: .9rem; border-left: 0; }
.premium-header .header-register { min-height: 40px; padding-inline: 1.15rem; font-size: .8rem; border-radius: 999px; }
.premium-footer { padding-top: 3.6rem; background: linear-gradient(135deg,#0f4d3f,#123d35); }
.premium-footer-grid { grid-template-columns: 1.45fr .75fr .75fr; padding-top: 0; }
.footer-logo-row { display:flex; align-items:center; gap:.8rem; margin-bottom:1rem; }
.footer-leaf { width:38px; height:38px; display:block; border:1.5px solid #dfeee8; border-radius:60% 40% 60% 40%; transform:rotate(-25deg); opacity:.9; }
.premium-footer .footer-brand { margin:0; font-size:1.55rem; }
.premium-footer small { color:#b9d0c8; }


.home-v2 {
  --hv2-green:#2f684f;
  --hv2-green-dark:#173f34;
  --hv2-ink:#203b34;
  --hv2-muted:#687a74;
  --hv2-soft:#eef5ef;
  --hv2-cream:#faf7f1;
  --hv2-border:rgba(35,74,59,.11);
  background:#fff;
  color:var(--hv2-ink);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
}
.home-v2 h1,.home-v2 h2,.home-v2 h3 { font-family:Georgia,"Times New Roman",serif; color:var(--hv2-green-dark); font-weight:400; letter-spacing:-.035em; }
.home-v2 p { color:var(--hv2-muted); }
.home-v2 img { display:block; max-width:100%; }
.home-v2 .satv-button { min-height:44px; padding:.72rem 1.18rem; border-radius:999px; font-size:.82rem; font-weight:760; }
.home-v2 .satv-button.secondary { background:#fff; border-color:rgba(31,72,57,.18); color:#274b3e; }

.hv2-hero { overflow:hidden; background:linear-gradient(90deg,#faf7f0 0%,#fdfcf9 50%,#f3efe6 100%); }
.hv2-hero-grid { min-height:610px; display:grid; grid-template-columns:.94fr 1.06fr; align-items:stretch; }
.hv2-hero-copy { max-width:620px; padding:6rem 3rem 4.7rem 0; align-self:center; }
.hv2-kicker,.hv2-heading>span,.hv2-feature-copy>span,.hv2-progress-copy>span,.hv2-guide-grid>div>span { display:block; margin-bottom:.9rem; color:#4c7965; font-size:.7rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.hv2-hero h1 { margin:0 0 1.15rem; max-width:580px; font-size:clamp(3.6rem,5.35vw,5.35rem); line-height:.99; }
.hv2-hero p { max-width:520px; margin:0 0 1.75rem; font-size:1rem; line-height:1.72; }
.hv2-actions { display:flex; flex-wrap:wrap; gap:.7rem; }
.hv2-stats { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; max-width:600px; margin-top:3rem; padding-top:1.55rem; border-top:1px solid rgba(45,104,79,.13); }
.hv2-stats strong,.hv2-stats span { display:block; }
.hv2-stats strong { color:#2d674f; font-size:1.2rem; line-height:1.2; font-weight:760; }
.hv2-stats span { margin-top:.2rem; color:#7b8a84; font-size:.72rem; line-height:1.4; }
.hv2-hero-media { position:relative; min-height:610px; overflow:hidden; }
.hv2-hero-media::before { content:""; position:absolute; inset:0; z-index:1; pointer-events:none; background:linear-gradient(90deg,#faf7f0 0%,rgba(250,247,240,.22) 24%,rgba(255,255,255,0) 55%); }
.hv2-hero-media img { width:100%; height:100%; object-fit:cover; object-position:center 45%; }

.hv2-benefits { padding:1.55rem 0; border-block:1px solid var(--hv2-border); background:#fff; }
.hv2-benefit-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.25rem; }
.hv2-benefit { display:flex; flex-direction:column; align-items:center; gap:.38rem; text-align:center; }
.hv2-benefit strong { color:#334e45; font-size:.8rem; font-weight:760; }
.hv2-benefit small { color:#88958f; font-size:.68rem; }
.hv2-icon { position:relative; width:44px; height:44px; display:grid; place-items:center; margin-bottom:.2rem; border-radius:50%; color:#4e806a; background:#edf5ef; }
.hv2-icon::before,.hv2-icon::after { content:""; position:absolute; }
.icon-balance::before { width:13px; height:13px; border:1.6px solid currentColor; border-radius:50%; }
.icon-balance::after { width:19px; height:8px; bottom:9px; border:1.6px solid currentColor; border-top:0; border-radius:0 0 14px 14px; }
.icon-guide::before { width:9px; height:9px; top:8px; border:1.6px solid currentColor; border-radius:50%; }
.icon-guide::after { width:18px; height:12px; bottom:7px; border:1.6px solid currentColor; border-radius:12px 12px 4px 4px; }
.icon-flex::before { width:17px; height:19px; border:1.6px solid currentColor; border-radius:4px; }
.icon-flex::after { width:5px; height:5px; border:1.6px solid currentColor; border-radius:50%; }
.icon-community::before { width:8px; height:8px; top:8px; left:9px; border:1.5px solid currentColor; border-radius:50%; box-shadow:15px 0 0 -1px #edf5ef,15px 0 0 0 currentColor; }
.icon-community::after { width:26px; height:12px; bottom:7px; border:1.5px solid currentColor; border-radius:14px 14px 5px 5px; }

.hv2-section { padding:6.2rem 0; }
.hv2-heading { max-width:700px; margin-bottom:2.5rem; }
.hv2-heading.centered { margin-inline:auto; text-align:center; }
.hv2-heading h2 { margin:0 0 .75rem; font-size:clamp(2.35rem,3.5vw,3.35rem); line-height:1.04; }
.hv2-heading p { max-width:600px; margin:0 auto; font-size:.92rem; }

.hv2-photo-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.1rem; }
.hv2-photo-card { position:relative; min-height:270px; overflow:hidden; border-radius:18px; color:#fff; box-shadow:0 13px 34px rgba(28,58,48,.10); text-decoration:none; isolation:isolate; }
.hv2-photo-card.wide { grid-column:span 2; min-height:250px; }
.hv2-photo-card::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(8,28,22,.02) 32%,rgba(8,28,22,.72) 100%); }
.hv2-photo-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.hv2-photo-card:hover img { transform:scale(1.035); }
.hv2-photo-card span { position:absolute; left:1.1rem; right:3.2rem; bottom:1.05rem; z-index:2; color:#fff; font:400 1.28rem/1.08 Georgia,serif; }
.hv2-photo-card i,.hv2-programme-card i { position:absolute; right:.95rem; bottom:.95rem; z-index:2; width:32px; height:32px; border-radius:50%; background:#fff; box-shadow:0 5px 14px rgba(0,0,0,.08); }
.hv2-photo-card i::after,.hv2-programme-card i::after { content:""; position:absolute; left:11px; top:11px; width:7px; height:7px; border-top:1.5px solid #315f4e; border-right:1.5px solid #315f4e; transform:rotate(45deg); }

.hv2-feature { background:#faf7f0; }
.hv2-feature-grid { min-height:520px; display:grid; grid-template-columns:.82fr 1.18fr; align-items:stretch; }
.hv2-feature-copy { padding:5.8rem 4rem 5.8rem 0; align-self:center; }
.hv2-feature-copy h2,.hv2-progress-copy h2 { margin:0 0 1rem; font-size:clamp(2.7rem,4vw,4rem); line-height:1; }
.hv2-feature-copy p { max-width:470px; margin-bottom:1.55rem; }
.hv2-feature-image { position:relative; min-height:520px; overflow:hidden; border-radius:28px 0 0 28px; }
.hv2-feature-image img { width:100%; height:100%; object-fit:cover; }
.hv2-mini-panel { position:absolute; right:1.5rem; top:1.5rem; display:grid; gap:.68rem; min-width:225px; padding:1.05rem 1.15rem; border:1px solid rgba(53,92,75,.08); border-radius:15px; background:rgba(255,255,255,.93); box-shadow:0 16px 35px rgba(27,60,49,.09); backdrop-filter:blur(10px); }
.hv2-mini-panel span { position:relative; padding-left:1.45rem; color:#425952; font-size:.78rem; }
.hv2-mini-panel span::before { content:""; position:absolute; left:0; top:.33rem; width:8px; height:8px; border-radius:50%; background:#5c8b73; box-shadow:inset 0 0 0 2px #eef5ef; }

.hv2-programmes { background:#fff; }
.hv2-programme-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.15rem; }
.hv2-programme-card { position:relative; overflow:hidden; border:1px solid var(--hv2-border); border-radius:16px; background:#fff; box-shadow:0 10px 28px rgba(27,60,49,.06); color:#25463b; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease; }
.hv2-programme-card:hover { transform:translateY(-3px); box-shadow:0 16px 36px rgba(27,60,49,.10); }
.hv2-programme-card img { width:100%; height:170px; object-fit:cover; }
.hv2-programme-card>div { position:relative; min-height:88px; padding:1rem 3.3rem 1rem 1rem; }
.hv2-programme-card strong,.hv2-programme-card small { display:block; }
.hv2-programme-card strong { color:#2c493f; font-size:.88rem; font-weight:760; }
.hv2-programme-card small { margin-top:.2rem; color:#7b8a84; font-size:.73rem; }
.hv2-programme-card i { right:1rem; bottom:1rem; width:29px; height:29px; background:#2e6a51; }
.hv2-programme-card i::after { left:9px; top:9px; border-color:#fff; }

.hv2-progress { padding:6rem 0; background:linear-gradient(90deg,#eff5ef,#f4f7f1); }
.hv2-progress-grid { display:grid; grid-template-columns:1.02fr .98fr; gap:5rem; align-items:center; }
.hv2-progress-media { position:relative; overflow:hidden; border-radius:20px; box-shadow:0 20px 50px rgba(27,60,49,.11); }
.hv2-progress-media img { width:100%; aspect-ratio:1.55/1; object-fit:cover; }
.hv2-play { position:absolute; left:50%; top:50%; width:64px; height:64px; border-radius:50%; background:rgba(255,255,255,.95); transform:translate(-50%,-50%); box-shadow:0 10px 30px rgba(0,0,0,.16); transition:transform .18s ease; }
.hv2-play:hover { transform:translate(-50%,-50%) scale(1.05); }
.hv2-play::after { content:""; position:absolute; left:26px; top:21px; width:0; height:0; border-top:11px solid transparent; border-bottom:11px solid transparent; border-left:17px solid #397258; }
.hv2-progress-copy p { max-width:520px; }
.hv2-progress-copy ul { list-style:none; margin:1.35rem 0 1.65rem; padding:0; display:grid; gap:.72rem; }
.hv2-progress-copy li { position:relative; padding-left:1.9rem; color:#435a52; font-size:.9rem; }
.hv2-progress-copy li::before { content:""; position:absolute; left:0; top:.18rem; width:20px; height:20px; border-radius:50%; background:#4d7b67; }
.hv2-progress-copy li::after { content:""; position:absolute; left:6px; top:.48rem; width:7px; height:4px; border-left:1.6px solid #fff; border-bottom:1.6px solid #fff; transform:rotate(-45deg); }

.hv2-guide { padding:5.6rem 0; background:#fff; }
.hv2-guide-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:5rem; align-items:center; }
.hv2-guide-grid h2 { margin:0 0 .9rem; font-size:clamp(2.55rem,3.5vw,3.3rem); }
.hv2-guide-grid p { max-width:540px; margin-bottom:1.5rem; }
.hv2-guide-grid figure { position:relative; margin:0; justify-self:end; width:min(100%,520px); }
.hv2-guide-grid figure img { width:100%; aspect-ratio:1.45/1; object-fit:cover; border-radius:20px; box-shadow:0 15px 38px rgba(27,60,49,.10); }
.hv2-guide-grid figcaption { position:absolute; right:1rem; bottom:1rem; max-width:245px; padding:.8rem 1rem; border:1px solid rgba(42,86,68,.08); border-radius:12px; background:rgba(255,255,255,.94); color:#3d564c; box-shadow:0 10px 26px rgba(27,60,49,.11); font-size:.74rem; font-weight:700; }

.hv2-cta { position:relative; overflow:hidden; padding:5.6rem 0 5.2rem; background-size:cover; background-position:center 48%; }
.hv2-cta::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,55,45,.92),rgba(18,67,54,.82)); }
.hv2-cta>.container { position:relative; z-index:1; }
.hv2-heading.light h2,.hv2-heading.light p,.hv2-heading.light span { color:#fff; }
.hv2-heading.light p { color:#d9e7e1; }
.hv2-cta-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.4rem; max-width:900px; margin:2.4rem auto 0; }
.hv2-cta-grid a { display:flex; flex-direction:column; align-items:center; padding:.55rem; color:#fff; text-align:center; text-decoration:none; }
.hv2-cta-icon { position:relative; width:48px; height:48px; display:grid; place-items:center; margin-bottom:.8rem; border-radius:50%; background:#fff; color:#285f4c; }
.hv2-cta-grid strong { font-size:.82rem; }
.hv2-cta-grid small { margin-top:.24rem; color:#d6e4df; font-size:.7rem; }
.hv2-cta-button { margin-top:2.2rem; text-align:center; }
.hv2-cta-icon::before,.hv2-cta-icon::after { content:""; position:absolute; }
.icon-assessment::before { width:15px; height:18px; border:1.6px solid currentColor; border-radius:3px; }
.icon-assessment::after { width:7px; height:4px; border-left:1.6px solid currentColor; border-bottom:1.6px solid currentColor; transform:rotate(-45deg); }
.icon-message::before { width:19px; height:14px; border:1.6px solid currentColor; border-radius:4px; }
.icon-message::after { width:6px; height:6px; left:15px; bottom:12px; border-left:1.6px solid currentColor; border-bottom:1.6px solid currentColor; transform:skew(-20deg); }
.icon-personal::before { width:9px; height:9px; top:10px; border:1.6px solid currentColor; border-radius:50%; }
.icon-personal::after { width:19px; height:11px; bottom:8px; border:1.6px solid currentColor; border-radius:12px 12px 4px 4px; }
.icon-join::before { width:17px; height:14px; border:1.6px solid currentColor; border-radius:3px; }
.icon-join::after { width:8px; height:8px; top:8px; right:8px; border-top:1.6px solid currentColor; border-right:1.6px solid currentColor; }

.hv2-resources { padding-top:5.4rem; padding-bottom:5.8rem; }
.hv2-resource-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.2rem; }
.hv2-resource-grid>a { display:grid; grid-template-columns:180px 1fr; min-height:154px; overflow:hidden; border:1px solid var(--hv2-border); border-radius:16px; background:#fff; color:#27483c; text-decoration:none; box-shadow:0 10px 28px rgba(27,60,49,.06); transition:transform .2s ease,box-shadow .2s ease; }
.hv2-resource-grid>a:hover { transform:translateY(-2px); box-shadow:0 15px 34px rgba(27,60,49,.09); }
.hv2-resource-grid img { width:100%; height:100%; object-fit:cover; }
.hv2-resource-grid div { display:flex; flex-direction:column; justify-content:center; padding:1.2rem 1.25rem; }
.hv2-resource-grid strong,.hv2-resource-grid small,.hv2-resource-grid b { display:block; }
.hv2-resource-grid strong { color:#2b493e; font-size:.9rem; font-weight:760; }
.hv2-resource-grid small { margin:.3rem 0 .8rem; color:#788982; font-size:.73rem; }
.hv2-resource-grid b { color:#35674f; font-size:.74rem; }

.premium-header .header-inner { min-height:76px; }
.premium-header .brand-mark { width:46px; height:46px; }
.premium-header .satv-brand strong { font-size:1.5rem; }
.premium-header .satv-brand small { font-size:.6rem; letter-spacing:.11em; }
.premium-header .main-navigation > a,.premium-header .nav-menu > summary { font-size:.83rem; }
.premium-header .header-register { min-height:42px; padding:.58rem 1rem; }
.premium-footer { padding-top:4.8rem; }
.premium-footer-grid { gap:4rem; }
.premium-footer p { max-width:410px; }

@media (max-width: 1050px) {
  .hv2-hero-grid,.hv2-feature-grid,.hv2-progress-grid,.hv2-guide-grid { grid-template-columns:1fr; }
  .hv2-hero-copy { max-width:760px; padding:4.6rem 0 2.7rem; }
  .hv2-hero-media { min-height:470px; border-radius:24px 24px 0 0; }
  .hv2-feature-copy { padding:4.6rem 0 2.4rem; }
  .hv2-feature-image { min-height:430px; border-radius:24px; margin-bottom:4.5rem; }
  .hv2-progress-grid,.hv2-guide-grid { gap:2.8rem; }
  .hv2-guide-grid figure { justify-self:start; width:min(100%,650px); }
  .hv2-photo-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hv2-programme-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .premium-header .header-navigation { top:76px; }
}

@media (max-width: 700px) {
  .home-v2 { font-size:15.5px; }
  .home-v2 .container { width:min(100% - 28px,1240px); }
  .hv2-hero h1 { font-size:clamp(3rem,13vw,4rem); }
  .hv2-hero-copy { padding:3.5rem 0 2.3rem; }
  .hv2-hero-media { min-height:350px; margin-inline:-14px; border-radius:0; }
  .hv2-stats { grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; margin-top:2.2rem; }
  .hv2-stats div:last-child { grid-column:1/-1; }
  .hv2-benefit-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem .8rem; }
  .hv2-benefit small { display:none; }
  .hv2-section { padding:4.5rem 0; }
  .hv2-heading { margin-bottom:2rem; }
  .hv2-heading h2 { font-size:2.35rem; }
  .hv2-photo-grid,.hv2-programme-grid,.hv2-resource-grid,.hv2-cta-grid { grid-template-columns:1fr; }
  .hv2-photo-card,.hv2-photo-card.wide { grid-column:auto; min-height:245px; }
  .hv2-feature-copy { padding:4rem 0 2rem; }
  .hv2-feature-copy h2,.hv2-progress-copy h2 { font-size:2.65rem; }
  .hv2-feature-image { min-height:360px; margin:0 -14px 4rem; border-radius:0; }
  .hv2-mini-panel { left:1rem; right:1rem; top:auto; bottom:1rem; min-width:0; }
  .hv2-programme-card img { height:190px; }
  .hv2-progress { padding:4.2rem 0; }
  .hv2-progress-grid { gap:2rem; }
  .hv2-play { width:56px; height:56px; }
  .hv2-play::after { left:23px; top:18px; }
  .hv2-guide { padding:4.3rem 0; }
  .hv2-guide-grid h2 { font-size:2.45rem; }
  .hv2-guide-grid figcaption { right:.7rem; bottom:.7rem; }
  .hv2-cta { padding:4.5rem 0; }
  .hv2-cta-grid { gap:1.2rem; }
  .hv2-resource-grid>a { grid-template-columns:120px 1fr; min-height:145px; }
  .premium-footer-grid { grid-template-columns:1fr; gap:2.4rem; }
  .premium-footer-grid section:first-child { grid-column:auto; }
  .premium-footer .footer-bottom { flex-direction:column; gap:.4rem; }
}





/* SATVYOG CLEAN HOME START */
.sv-home{--sv-green:#174c41;--sv-mid:#4f806d;--sv-soft:#edf4ef;--sv-cream:#f7f3eb;--sv-line:#e6ece8;--sv-text:#526660;color:var(--sv-green);background:#fff}
.sv-home *{box-sizing:border-box}
.sv-wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}
.sv-kicker{display:block;color:#4e806d;font-size:.69rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.sv-home h1,.sv-home h2{margin:0;color:var(--sv-green);font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em}
.sv-home h1{font-size:clamp(3.15rem,5.2vw,5.35rem);line-height:.96}
.sv-home h2{font-size:clamp(2.25rem,3.6vw,3.7rem);line-height:1.01}
.sv-home p{margin:14px 0 0;color:#61726c;font-size:.98rem;line-height:1.7}
.sv-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.sv-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;text-decoration:none!important;font-size:.83rem;font-weight:800;transition:.2s ease}
.sv-btn-primary{background:var(--sv-mid);color:#fff!important;border:1px solid var(--sv-mid)}
.sv-btn-primary:hover{background:#3f6d5c;transform:translateY(-1px)}
.sv-btn-outline{background:#fff;color:var(--sv-green)!important;border:1px solid #8aa79a}
.sv-btn-outline:hover{background:#f8fbf9;transform:translateY(-1px)}
.sv-btn-light{background:#fff;color:var(--sv-green)!important;border:1px solid #fff}
.sv-hero{background:linear-gradient(90deg,#f7f4ed 0%,#f7f4ed 47%,#f2f2ec 47%,#f2f2ec 100%)}
.sv-hero-grid{display:grid;grid-template-columns:1.03fr 1.17fr;min-height:510px}
.sv-hero-copy{padding:70px 58px 50px 0;display:flex;flex-direction:column;justify-content:center}
.sv-hero-copy p{max-width:560px}
.sv-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:34px}
.sv-stats strong{display:block;font-size:1.25rem;font-weight:800}.sv-stats small{display:block;margin-top:4px;color:#74847e;font-size:.71rem}
.sv-hero-image{min-height:510px;overflow:hidden}.sv-hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.sv-benefits{background:#fff;border-bottom:1px solid #eef2ef}
.sv-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:28px 0}
.sv-benefit-grid>div{text-align:center;font-size:.74rem}.sv-benefit-grid strong{display:block}
.sv-benefit-icon{width:44px;height:44px;display:block;position:relative;margin:0 auto 9px;border-radius:50%;background:var(--sv-soft);color:var(--sv-mid)}
.sv-benefit-icon:before,.sv-benefit-icon:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.sv-i-lotus:before{width:16px;height:12px;border:1.8px solid currentColor;border-radius:50% 50% 45% 45%}.sv-i-lotus:after{width:17px;height:17px;border-left:1.7px solid currentColor;border-right:1.7px solid currentColor;border-radius:50%;top:43%}
.sv-i-guide:before{width:9px;height:9px;border:1.7px solid currentColor;border-radius:50%;top:34%}.sv-i-guide:after{width:17px;height:10px;border:1.7px solid currentColor;border-radius:10px 10px 4px 4px;top:66%}
.sv-i-screen:before{width:18px;height:13px;border:1.7px solid currentColor;border-radius:2px}.sv-i-screen:after{width:8px;height:1.7px;background:currentColor;top:68%}
.sv-i-group:before{width:7px;height:7px;border:1.6px solid currentColor;border-radius:50%;box-shadow:-10px 2px 0 -1px var(--sv-soft),-10px 2px 0 0 currentColor,10px 2px 0 -1px var(--sv-soft),10px 2px 0 0 currentColor}.sv-i-group:after{width:21px;height:8px;border:1.6px solid currentColor;border-radius:12px 12px 4px 4px;top:68%}
.sv-section{padding:86px 0}.sv-heading{max-width:730px;margin:0 auto 38px;text-align:center}.sv-heading p{margin-top:10px}
.sv-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.sv-photo-card{position:relative;min-height:220px;overflow:hidden;border-radius:14px;text-decoration:none!important;box-shadow:0 10px 30px rgba(20,76,65,.12)}
.sv-photo-card.sv-photo-wide{grid-column:span 2;min-height:205px}
.sv-photo-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.sv-photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 38%,rgba(7,35,29,.68) 100%)}
.sv-photo-card span{position:absolute;left:17px;bottom:16px;z-index:2;color:#fff;font-family:Georgia,serif;font-size:1.35rem;line-height:1}
.sv-photo-card i,.sv-service-grid i{position:absolute;right:13px;bottom:13px;z-index:3;width:32px;height:32px;border-radius:50%;background:#fff}
.sv-photo-card i:before,.sv-service-grid i:before{content:"";position:absolute;width:7px;height:7px;border-top:1.8px solid var(--sv-green);border-right:1.8px solid var(--sv-green);transform:rotate(45deg);left:50%;top:50%;margin:-4px 0 0 -5px}
.sv-photo-card:hover img{transform:scale(1.035)}
.sv-life{display:grid;grid-template-columns:.92fr 1.08fr;background:var(--sv-cream)}
.sv-life-copy{padding:68px max(46px,calc((100vw - 1180px)/2));padding-right:70px;display:flex;flex-direction:column;justify-content:center}
.sv-life-image{min-height:390px}.sv-life-image img{width:100%;height:100%;display:block;object-fit:cover}
.sv-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sv-service-grid>a{position:relative;display:grid;grid-template-rows:142px auto;overflow:hidden;border:1px solid var(--sv-line);border-radius:13px;background:#fff;color:var(--sv-green)!important;text-decoration:none!important;box-shadow:0 8px 26px rgba(20,76,65,.08)}
.sv-service-grid img{width:100%;height:142px;object-fit:cover;display:block}.sv-service-grid div{padding:14px 48px 14px 14px}.sv-service-grid strong,.sv-service-grid small{display:block}.sv-service-grid strong{font-size:.88rem}.sv-service-grid small{margin-top:4px;color:#788a84;font-size:.75rem}
.sv-service-grid i{bottom:15px;background:#e9f2ed}
.sv-progress{padding:72px 0;background:#eef5ef}.sv-progress-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center}
.sv-progress-image img{width:100%;display:block;border-radius:15px;box-shadow:0 12px 32px rgba(20,76,65,.11)}
.sv-progress-copy ul{list-style:none;padding:0;margin:20px 0 24px}.sv-progress-copy li{position:relative;margin:10px 0;padding-left:27px;color:#486057;font-size:.9rem}.sv-progress-copy li:before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:var(--sv-mid);color:#fff;font-size:.65rem}
.sv-guide{padding:64px 0;background:#fff}.sv-guide-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.sv-guide-copy{max-width:560px}
.sv-guide-image{position:relative}.sv-guide-image img{width:100%;max-height:280px;object-fit:cover;display:block;border-radius:14px;box-shadow:0 10px 28px rgba(20,76,65,.1)}
.sv-guide-note{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;gap:8px;padding:10px 13px;border-radius:10px;background:rgba(255,255,255,.94);color:#36584f;font-size:.74rem;font-weight:800;box-shadow:0 8px 20px rgba(20,76,65,.12)}
.sv-guide-note span{width:22px;height:22px;border-radius:50%;background:var(--sv-soft);position:relative}.sv-guide-note span:before{content:"";position:absolute;inset:6px;border:1.5px solid var(--sv-mid);border-radius:50%}
.sv-next{position:relative;padding:66px 0;background-size:cover;background-position:center}.sv-next-overlay{position:absolute;inset:0;background:rgba(10,59,50,.80)}
.sv-next-inner{position:relative;text-align:center}.sv-next .sv-kicker,.sv-next h2,.sv-next p{color:#fff}.sv-next-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:900px;margin:30px auto}
.sv-next-grid a{color:#fff!important;text-decoration:none!important}.sv-next-grid strong,.sv-next-grid small{display:block}.sv-next-grid small{margin-top:4px;opacity:.78;font-size:.72rem}
.sv-next-icon{width:42px;height:42px;display:block;margin:0 auto 9px;border-radius:50%;background:#fff;position:relative;color:var(--sv-green)}
.sv-next-icon:before,.sv-next-icon:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.sv-next-assess:before{width:15px;height:12px;border:1.6px solid currentColor;border-radius:3px}.sv-next-assess:after{width:6px;height:6px;border-left:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:translate(-50%,-60%) rotate(-45deg)}
.sv-next-mail:before{width:17px;height:12px;border:1.6px solid currentColor;border-radius:2px}.sv-next-mail:after{width:10px;height:10px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translate(-50%,-76%) rotate(-45deg)}
.sv-next-user:before{width:8px;height:8px;border:1.6px solid currentColor;border-radius:50%;top:36%}.sv-next-user:after{width:16px;height:9px;border:1.6px solid currentColor;border-radius:9px 9px 4px 4px;top:66%}
.sv-next-calendar:before{width:16px;height:14px;border:1.6px solid currentColor;border-radius:2px}.sv-next-calendar:after{width:10px;height:1.6px;background:currentColor;top:43%}
.sv-resources{padding:60px 0 74px}.sv-resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.sv-resource-grid>a{display:grid;grid-template-columns:165px 1fr;overflow:hidden;border:1px solid var(--sv-line);border-radius:13px;background:#fff;color:var(--sv-green)!important;text-decoration:none!important;box-shadow:0 8px 24px rgba(20,76,65,.08)}
.sv-resource-grid img{width:165px;height:118px;object-fit:cover;display:block}.sv-resource-grid div{padding:16px}.sv-resource-grid strong,.sv-resource-grid small,.sv-resource-grid em{display:block}.sv-resource-grid strong{font-size:.88rem}.sv-resource-grid small{margin-top:4px;color:#7a8984;font-size:.75rem}.sv-resource-grid em{margin-top:10px;font-size:.75rem;font-style:normal;font-weight:800}
@media(max-width:950px){.sv-hero-grid,.sv-life,.sv-progress-grid,.sv-guide-grid{grid-template-columns:1fr}.sv-hero{background:#f7f4ed}.sv-hero-copy{padding:55px 0}.sv-hero-image{min-height:410px}.sv-benefit-grid{grid-template-columns:repeat(2,1fr)}.sv-path-grid{grid-template-columns:repeat(2,1fr)}.sv-service-grid{grid-template-columns:repeat(2,1fr)}.sv-life-copy{padding:56px 24px}.sv-next-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.sv-wrap{width:min(100% - 28px,1180px)}.sv-home h1{font-size:3.05rem}.sv-home h2{font-size:2.35rem}.sv-stats{grid-template-columns:1fr 1fr}.sv-path-grid,.sv-service-grid,.sv-resource-grid{grid-template-columns:1fr}.sv-photo-card.sv-photo-wide{grid-column:auto}.sv-photo-card{min-height:230px}.sv-resource-grid>a{grid-template-columns:120px 1fr}.sv-resource-grid img{width:120px;height:100%}.sv-next-grid{grid-template-columns:1fr 1fr}.sv-section{padding:68px 0}}
/* SATVYOG CLEAN HOME END */


/* SATVYOG APPROVED HERO START */
.sv-hero-approved{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 8%,rgba(255,255,255,.88),transparent 34%),
    linear-gradient(90deg,#f7f4ed 0%,#f7f4ed 52%,#f1f2ea 52%,#f1f2ea 100%);
  border-bottom:1px solid rgba(23,76,65,.06);
}
.sv-hero-approved .sv-hero-grid{
  min-height:620px;
  grid-template-columns:1.06fr .94fr;
}
.sv-hero-approved .sv-hero-copy{
  padding:70px 64px 38px 0;
}
.sv-hero-approved .sv-kicker{
  margin-bottom:14px;
  color:#4c7b69;
  font-size:.72rem;
  letter-spacing:.18em;
}
.sv-hero-approved h1{
  max-width:690px;
  font-size:clamp(3.75rem,5.6vw,6rem);
  line-height:.92;
  letter-spacing:-.055em;
}
.sv-hero-approved .sv-hero-copy>p{
  margin-top:20px;
  max-width:610px;
  font-size:1.05rem;
  color:#667972;
}
.sv-hero-approved .sv-actions{
  margin-top:28px;
  gap:16px;
}
.sv-hero-approved .sv-btn{
  min-height:52px;
  padding:0 25px;
  font-size:.9rem;
  box-shadow:none;
}
.sv-btn-arrow,.sv-btn-calendar{gap:11px}
.sv-btn-arrow i,.sv-btn-calendar i{
  position:relative;
  width:18px;
  height:18px;
  flex:0 0 18px;
}
.sv-btn-arrow i:before{
  content:"";
  position:absolute;
  left:2px;
  top:8px;
  width:12px;
  height:2px;
  border-radius:3px;
  background:currentColor;
}
.sv-btn-arrow i:after{
  content:"";
  position:absolute;
  right:1px;
  top:5px;
  width:7px;
  height:7px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(45deg);
}
.sv-btn-calendar i:before{
  content:"";
  position:absolute;
  left:1px;
  top:4px;
  width:15px;
  height:13px;
  border:1.8px solid currentColor;
  border-radius:3px;
}
.sv-btn-calendar i:after{
  content:"";
  position:absolute;
  left:4px;
  top:1px;
  width:9px;
  height:5px;
  border-left:1.8px solid currentColor;
  border-right:1.8px solid currentColor;
}
.sv-stats-approved{
  position:relative;
  max-width:650px;
  margin-top:40px;
  gap:0;
}
.sv-stats-approved>div{
  position:relative;
  padding-right:28px;
}
.sv-stats-approved>div+div{
  padding-left:30px;
  border-left:1px solid rgba(23,76,65,.13);
}
.sv-stats-approved strong{
  font-size:1.34rem;
  color:#174c41;
}
.sv-stats-approved small{
  margin-top:5px;
  font-size:.74rem;
}
.sv-hero-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  max-width:720px;
  margin-top:34px;
}
.sv-hero-benefits>div{
  text-align:left;
  color:#214f45;
  font-size:.72rem;
}
.sv-hero-benefits .sv-benefit-icon{
  margin:0 0 8px;
  width:42px;
  height:42px;
  background:#e5eee8;
}
.sv-hero-benefits strong{
  display:block;
  line-height:1.25;
  font-size:.71rem;
}
.sv-hero-image-approved{
  min-height:620px;
  position:relative;
  overflow:hidden;
}
.sv-hero-image-approved:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:90px;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(90deg,#f7f4ed 0%,rgba(247,244,237,.70) 35%,rgba(247,244,237,0) 100%);
}
.sv-hero-image-approved img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transform:scale(1.015);
}
@media(max-width:1050px){
  .sv-hero-approved .sv-hero-grid{grid-template-columns:1fr;min-height:auto}
  .sv-hero-approved .sv-hero-copy{padding:56px 0 42px}
  .sv-hero-approved h1{font-size:clamp(3.4rem,8vw,5.2rem)}
  .sv-hero-image-approved{min-height:520px}
  .sv-hero-image-approved:before{display:none}
  .sv-hero-benefits{max-width:none}
}
@media(max-width:650px){
  .sv-hero-approved .sv-hero-copy{padding:42px 0 34px}
  .sv-hero-approved h1{font-size:3.25rem}
  .sv-hero-approved .sv-hero-copy>p{font-size:.96rem}
  .sv-stats-approved{grid-template-columns:1fr 1fr;row-gap:20px}
  .sv-stats-approved>div+div{padding-left:0;border-left:0}
  .sv-stats-approved>div{padding-right:12px}
  .sv-hero-benefits{grid-template-columns:1fr 1fr;gap:20px 12px}
  .sv-hero-image-approved{min-height:390px}
}
/* SATVYOG APPROVED HERO END */

/* SATVYOG FULLBLEED HERO START */
.sv-hero-fullbleed{overflow:hidden;background:#f6f3ec}
.sv-hero-fullbleed .sv-hero-grid{width:100%;max-width:none;min-height:650px;margin:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(620px,46vw)}
.sv-hero-fullbleed .sv-hero-copy{width:min(680px,calc(100% - 56px));margin-left:max(48px,calc((100vw - 1180px)/2));margin-right:48px;padding:72px 0 34px;justify-self:start}
.sv-hero-fullbleed .sv-hero-image-approved{min-height:650px;height:100%;width:100%;margin:0;padding:0;align-self:stretch}
.sv-hero-fullbleed .sv-hero-image-approved:before{width:70px;background:linear-gradient(90deg,#f6f3ec 0%,rgba(246,243,236,.78) 28%,rgba(246,243,236,0) 100%)}
.sv-hero-fullbleed .sv-hero-image-approved img{width:100%;height:100%;object-fit:cover;object-position:52% center;transform:none}
.sv-hero-fullbleed h1{max-width:620px;font-size:clamp(4rem,5.3vw,5.85rem);line-height:.93}
.sv-hero-fullbleed .sv-hero-copy>p{max-width:600px;margin-top:18px}
.sv-hero-fullbleed .sv-actions{margin-top:26px}
.sv-hero-fullbleed .sv-stats-approved{max-width:620px;margin-top:38px}
.sv-hero-fullbleed .sv-hero-benefits{max-width:650px;margin-top:30px;gap:16px}
.sv-hero-fullbleed .sv-hero-benefits>div{text-align:center}
.sv-hero-fullbleed .sv-hero-benefits .sv-benefit-icon{margin:0 auto 8px}
@media(min-width:1400px){.sv-hero-fullbleed .sv-hero-grid{grid-template-columns:minmax(0,1fr) minmax(700px,48vw)}.sv-hero-fullbleed .sv-hero-copy{width:650px}}
@media(max-width:1100px){.sv-hero-fullbleed .sv-hero-grid{grid-template-columns:1fr 1fr}.sv-hero-fullbleed .sv-hero-copy{margin-left:32px;margin-right:28px;width:auto}}
@media(max-width:900px){.sv-hero-fullbleed .sv-hero-grid{grid-template-columns:1fr;min-height:auto}.sv-hero-fullbleed .sv-hero-copy{width:min(100% - 32px,700px);margin:0 auto;padding:52px 0 38px}.sv-hero-fullbleed .sv-hero-image-approved{min-height:460px}.sv-hero-fullbleed .sv-hero-image-approved:before{display:none}}
@media(max-width:620px){.sv-hero-fullbleed .sv-hero-copy{padding:40px 0 30px}.sv-hero-fullbleed h1{font-size:3.25rem}.sv-hero-fullbleed .sv-hero-image-approved{min-height:380px}}
/* SATVYOG FULLBLEED HERO END */

/* SATVYOG FINAL HERO BALANCE START */
.sv-nowrap{white-space:nowrap}
.sv-hero-fullbleed .sv-hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(560px,.98fr);
  min-height:620px;
}
.sv-hero-fullbleed .sv-hero-copy{
  width:min(650px,calc(100% - 56px));
  margin-left:max(44px,calc((100vw - 1180px)/2));
  margin-right:38px;
  padding:66px 0 34px;
}
.sv-hero-fullbleed h1{
  max-width:600px;
  font-size:clamp(3.9rem,5vw,5.55rem);
  line-height:.94;
}
.sv-hero-fullbleed .sv-hero-image-approved{
  min-height:620px;
  overflow:hidden;
  background:#eef0e9;
}
.sv-hero-fullbleed .sv-hero-image-approved img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:none;
}
.sv-hero-fullbleed .sv-hero-image-approved:before{
  width:42px;
  background:linear-gradient(90deg,#f6f3ec 0%,rgba(246,243,236,.48) 48%,rgba(246,243,236,0) 100%);
}
.sv-hero-fullbleed .sv-stats-approved{
  grid-template-columns:1fr 1fr 1.3fr;
  max-width:610px;
}
.sv-hero-fullbleed .sv-stats-approved strong{
  line-height:1.15;
}
.sv-hero-fullbleed .sv-hero-benefits{
  max-width:620px;
}
@media(max-width:1100px){
  .sv-hero-fullbleed .sv-hero-grid{grid-template-columns:1fr 1fr}
  .sv-hero-fullbleed .sv-hero-copy{
    width:auto;
    margin-left:28px;
    margin-right:24px;
  }
  .sv-hero-fullbleed h1{font-size:clamp(3.4rem,5vw,4.7rem)}
}
@media(max-width:900px){
  .sv-hero-fullbleed .sv-hero-grid{grid-template-columns:1fr}
  .sv-hero-fullbleed .sv-hero-copy{
    width:min(100% - 32px,700px);
    margin:0 auto;
    padding:50px 0 36px;
  }
  .sv-hero-fullbleed .sv-hero-image-approved{min-height:460px}
  .sv-hero-fullbleed .sv-stats-approved{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:620px){
  .sv-nowrap{white-space:normal}
  .sv-hero-fullbleed .sv-stats-approved{grid-template-columns:1fr 1fr}
  .sv-hero-fullbleed .sv-hero-image-approved{min-height:370px}
}
/* SATVYOG FINAL HERO BALANCE END */

/* SATVYOG PREMIUM PROGRESS GUIDE START */
.sv-progress-premium{
  position:relative;
  overflow:hidden;
  padding:82px 0;
  background:linear-gradient(135deg,#edf5ef 0%,#e9f3ed 58%,#f5f7f2 100%);
}
.sv-progress-premium .sv-progress-grid{
  position:relative;
  z-index:2;
  grid-template-columns:1.1fr .9fr;
  gap:78px;
}
.sv-progress-premium .sv-progress-image img{
  width:100%;
  height:440px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 22px 50px rgba(23,76,65,.12);
}
.sv-progress-premium .sv-progress-copy{
  max-width:530px;
}
.sv-progress-premium .sv-progress-copy>p{
  margin-top:16px;
  font-size:1.02rem;
}
.sv-progress-points{
  display:grid;
  gap:12px;
  margin:24px 0 28px;
}
.sv-progress-points>div{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:center;
}
.sv-progress-points p{
  margin:0!important;
}
.sv-progress-points strong,.sv-progress-points small{
  display:block;
}
.sv-progress-points strong{
  color:#244e44;
  font-size:.95rem;
}
.sv-progress-points small{
  margin-top:3px;
  color:#74867f;
  font-size:.78rem;
}
.sv-point-icon{
  width:52px;height:52px;border-radius:50%;background:#dfece5;position:relative;display:block;color:#3e735f
}
.sv-point-icon:before,.sv-point-icon:after{content:"";position:absolute}
.sv-point-chart:before{left:15px;bottom:14px;width:4px;height:10px;border:2px solid currentColor;border-radius:1px}
.sv-point-chart:after{left:23px;bottom:14px;width:4px;height:18px;border:2px solid currentColor;border-radius:1px;box-shadow:8px -8px 0 -2px #dfece5,8px -8px 0 0 currentColor}
.sv-point-note:before{left:16px;top:13px;width:18px;height:24px;border:2px solid currentColor;border-radius:2px}
.sv-point-note:after{left:20px;top:20px;width:10px;height:2px;background:currentColor;box-shadow:0 6px 0 currentColor,0 12px 0 currentColor}
.sv-point-group:before{left:21px;top:13px;width:9px;height:9px;border:2px solid currentColor;border-radius:50%;box-shadow:-10px 6px 0 -2px #dfece5,-10px 6px 0 0 currentColor,10px 6px 0 -2px #dfece5,10px 6px 0 0 currentColor}
.sv-point-group:after{left:15px;bottom:10px;width:20px;height:10px;border:2px solid currentColor;border-radius:10px 10px 4px 4px}
.sv-progress-orb{position:absolute;border-radius:50%;background:rgba(104,145,126,.06);pointer-events:none}
.sv-progress-orb-one{width:260px;height:260px;left:-110px;top:-60px}
.sv-progress-orb-two{width:180px;height:180px;left:-65px;bottom:20px}
.sv-guide-premium{
  position:relative;
  overflow:hidden;
  padding:78px 0 84px;
  background:linear-gradient(90deg,#fff 0%,#fff 74%,#fbfdfb 100%);
}
.sv-guide-premium .sv-guide-grid{
  grid-template-columns:1fr 1.06fr;
  gap:78px;
  align-items:center;
}
.sv-guide-premium .sv-guide-copy{
  max-width:610px;
}
.sv-guide-premium .sv-guide-copy>p{
  max-width:570px;
  font-size:1rem;
}
.sv-guide-premium .sv-guide-image{
  position:relative;
}
.sv-guide-premium .sv-guide-image img{
  width:100%;
  height:330px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 22px 50px rgba(23,76,65,.11);
}
.sv-guide-premium .sv-guide-note{
  right:18px;
  bottom:18px;
  gap:12px;
  padding:12px 16px;
  border-radius:12px;
  background:rgba(255,255,255,.95);
}
.sv-guide-note div strong,.sv-guide-note div small{display:block}
.sv-guide-note div small{margin-top:3px;color:#74847e;font-size:.72rem}
.sv-note-user{width:34px;height:34px;border-radius:50%;background:#e6f0ea;position:relative;flex:0 0 34px}
.sv-note-user:before{content:"";position:absolute;left:12px;top:7px;width:8px;height:8px;border:1.6px solid #4e806d;border-radius:50%}
.sv-note-user:after{content:"";position:absolute;left:8px;bottom:6px;width:16px;height:9px;border:1.6px solid #4e806d;border-radius:10px 10px 4px 4px}
.sv-guide-values{
  display:flex;
  align-items:stretch;
  gap:0;
  margin-top:30px;
}
.sv-guide-values>div{
  display:grid;
  grid-template-columns:48px auto;
  gap:10px;
  align-items:center;
  padding:0 22px;
  border-left:1px solid rgba(23,76,65,.12);
}
.sv-guide-values>div:first-child{padding-left:0;border-left:0}
.sv-guide-values strong{font-size:.78rem;line-height:1.25;color:#31584e}
.sv-value-icon{width:48px;height:48px;border-radius:50%;background:#edf4ef;position:relative;color:#4f806d;display:block}
.sv-value-icon:before,.sv-value-icon:after{content:"";position:absolute}
.sv-value-lotus:before{left:15px;top:12px;width:17px;height:17px;border:1.8px solid currentColor;border-radius:50% 50% 45% 45%}
.sv-value-lotus:after{left:12px;top:18px;width:24px;height:14px;border-left:1.8px solid currentColor;border-right:1.8px solid currentColor;border-radius:50%}
.sv-value-people:before{left:19px;top:11px;width:9px;height:9px;border:1.6px solid currentColor;border-radius:50%;box-shadow:-10px 6px 0 -2px #edf4ef,-10px 6px 0 0 currentColor,10px 6px 0 -2px #edf4ef,10px 6px 0 0 currentColor}
.sv-value-people:after{left:13px;bottom:9px;width:22px;height:10px;border:1.6px solid currentColor;border-radius:10px 10px 4px 4px}
.sv-value-shield:before{left:14px;top:10px;width:20px;height:24px;border:1.7px solid currentColor;border-radius:9px 9px 12px 12px;clip-path:polygon(50% 0,100% 18%,90% 72%,50% 100%,10% 72%,0 18%)}
.sv-guide-decor{
  position:absolute;
  right:-25px;
  top:40px;
  width:190px;
  height:300px;
  opacity:.10;
  border:2px solid #4f806d;
  border-left-color:transparent;
  border-bottom-color:transparent;
  border-radius:50%;
  transform:rotate(-20deg);
}
@media(max-width:950px){
  .sv-progress-premium .sv-progress-grid,.sv-guide-premium .sv-guide-grid{grid-template-columns:1fr;gap:42px}
  .sv-progress-premium .sv-progress-copy,.sv-guide-premium .sv-guide-copy{max-width:none}
  .sv-progress-premium .sv-progress-image img{height:400px}
  .sv-guide-premium .sv-guide-image img{height:360px}
}
@media(max-width:620px){
  .sv-progress-premium,.sv-guide-premium{padding:60px 0}
  .sv-progress-premium .sv-progress-image img,.sv-guide-premium .sv-guide-image img{height:auto}
  .sv-guide-values{display:grid;grid-template-columns:1fr;gap:16px}
  .sv-guide-values>div{padding:0;border-left:0}
}
/* SATVYOG PREMIUM PROGRESS GUIDE END */


/* PREMIUM HEADER FINAL START */
.premium-topbar{
  position:relative;
  z-index:1250;
  min-height:34px;
  color:#49645c;
  background:linear-gradient(90deg,#eef5f1 0%,#f7f5ef 55%,#eef4ef 100%);
  border-bottom:1px solid rgba(23,76,65,.06);
}
.premium-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.premium-contact-links,.premium-topbar-right,.header-socials{display:flex;align-items:center}
.premium-contact-links{gap:22px}.premium-topbar-right{gap:18px}.header-socials{gap:7px}
.top-contact-link{display:inline-flex;align-items:center;gap:7px;color:#49645c;text-decoration:none;font-size:.72rem;font-weight:700}
.top-contact-link:hover{color:#174c41}
.topbar-note{font-size:.68rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#668078}
.top-icon{position:relative;width:15px;height:15px;display:inline-block;flex:0 0 15px}
.top-icon-phone:before{content:"";position:absolute;left:3px;top:2px;width:8px;height:11px;border:1.5px solid currentColor;border-radius:6px 6px 7px 7px;transform:rotate(-28deg)}
.top-icon-phone:after{content:"";position:absolute;left:1px;bottom:0;width:5px;height:3px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(18deg)}
.top-icon-mail:before{content:"";position:absolute;inset:2px 1px;border:1.5px solid currentColor;border-radius:2px}
.top-icon-mail:after{content:"";position:absolute;left:3px;top:3px;width:8px;height:8px;border-left:1.4px solid currentColor;border-bottom:1.4px solid currentColor;transform:rotate(-45deg)}

.social-icon{position:relative;width:25px;height:25px;border-radius:50%;display:inline-block;color:#527a69;background:rgba(255,255,255,.66);border:1px solid rgba(23,76,65,.08)}
.social-instagram:before{content:"";position:absolute;inset:6px;border:1.4px solid currentColor;border-radius:4px}.social-instagram:after{content:"";position:absolute;left:10px;top:10px;width:4px;height:4px;border:1.2px solid currentColor;border-radius:50%}
.social-facebook:before{content:"f";position:absolute;inset:0;display:grid;place-items:center;font-family:Arial,sans-serif;font-size:15px;font-weight:700}
.social-youtube:before{content:"";position:absolute;left:5px;top:7px;width:14px;height:10px;border:1.4px solid currentColor;border-radius:4px}.social-youtube:after{content:"";position:absolute;left:11px;top:10px;border-left:4px solid currentColor;border-top:2.5px solid transparent;border-bottom:2.5px solid transparent}
.social-linkedin:before{content:"in";position:absolute;inset:0;display:grid;place-items:center;font-family:Arial,sans-serif;font-size:10px;font-weight:800}

.premium-header{
  top:0;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(23,76,65,.08);
  box-shadow:0 10px 34px rgba(26,61,52,.055);
  backdrop-filter:blur(18px) saturate(150%);
  -webkit-backdrop-filter:blur(18px) saturate(150%);
}
.premium-header-inner{min-height:78px;gap:28px}
.premium-brand{gap:10px}
.premium-brand-mark{width:45px;height:45px;border:0;border-radius:0;background:transparent;box-shadow:none}
.premium-brand-mark svg{width:38px;height:38px;stroke:#32705c;stroke-width:1.55}
.premium-brand strong{font-size:1.48rem;letter-spacing:-.04em}
.premium-brand small{margin-top:3px;font-size:.57rem;letter-spacing:.11em;color:#6f7f7a}

.premium-navigation{gap:18px;flex:1}
.premium-main-nav{margin-left:auto;gap:2px}
.premium-main-nav>a,.premium-main-nav>.nav-menu>summary{
  min-height:42px;padding:.55rem .68rem;border-radius:9px;
  font-size:.8rem;font-weight:780;color:#263d38;
}
.premium-main-nav>a:hover,.premium-main-nav>a:focus,.premium-main-nav>.nav-menu>summary:hover,.premium-main-nav>.nav-menu[open]>summary{
  color:#174c41;background:#eef5f1
}
.premium-main-nav>.nav-menu>summary::after{width:6px;height:6px;margin-left:.45rem}

.premium-nav-panel{
  width:285px;padding:.55rem;border-radius:16px;
  border:1px solid rgba(23,76,65,.10);
  box-shadow:0 20px 55px rgba(23,76,65,.13)
}
.premium-nav-panel a{padding:.68rem 2rem .68rem .75rem;border-radius:10px;font-size:.82rem}
.premium-nav-panel small{font-size:.7rem}

.premium-header-actions{display:flex;align-items:center;gap:8px;padding-left:12px;border-left:1px solid rgba(23,76,65,.10)}
.header-icon-button{
  width:40px;height:40px;display:grid;place-items:center;padding:0;
  border:1px solid rgba(23,76,65,.10);border-radius:50%;
  color:#294f45;background:#fff;text-decoration:none;cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease
}
.header-icon-button:hover{background:#eef5f1;border-color:rgba(23,76,65,.18);transform:translateY(-1px)}
.search-icon{position:relative;width:17px;height:17px;display:block}
.search-icon:before{content:"";position:absolute;left:1px;top:1px;width:10px;height:10px;border:1.7px solid currentColor;border-radius:50%}
.search-icon:after{content:"";position:absolute;right:0;bottom:1px;width:7px;height:1.7px;border-radius:2px;background:currentColor;transform:rotate(45deg);transform-origin:right center}
.account-icon{position:relative;width:17px;height:17px;display:block}
.account-icon:before{content:"";position:absolute;left:5px;top:1px;width:7px;height:7px;border:1.5px solid currentColor;border-radius:50%}
.account-icon:after{content:"";position:absolute;left:2px;bottom:0;width:13px;height:7px;border:1.5px solid currentColor;border-bottom:0;border-radius:9px 9px 0 0}

.premium-book-button{
  min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 18px;
  border-radius:999px;color:#fff!important;background:linear-gradient(135deg,#46745f,#315e4c);
  font-size:.78rem;font-weight:820;text-decoration:none!important;
  box-shadow:0 8px 20px rgba(49,94,76,.18);transition:.2s ease
}
.premium-book-button:hover{transform:translateY(-1px);box-shadow:0 11px 24px rgba(49,94,76,.24)}
.book-calendar-icon{position:relative;width:15px;height:15px;display:block}
.book-calendar-icon:before{content:"";position:absolute;left:0;top:3px;width:14px;height:11px;border:1.5px solid currentColor;border-radius:2px}
.book-calendar-icon:after{content:"";position:absolute;left:3px;top:0;width:8px;height:5px;border-left:1.5px solid currentColor;border-right:1.5px solid currentColor}

.premium-search-panel{
  position:absolute;left:0;right:0;top:100%;z-index:30;
  padding:18px 0 22px;background:rgba(255,255,255,.985);
  border-top:1px solid rgba(23,76,65,.06);border-bottom:1px solid rgba(23,76,65,.09);
  box-shadow:0 20px 45px rgba(23,76,65,.10)
}
.premium-search-inner{max-width:860px}
.premium-search-box{
  height:52px;display:grid;grid-template-columns:24px 1fr 36px;align-items:center;gap:10px;
  padding:0 10px 0 18px;border:1px solid rgba(23,76,65,.15);border-radius:14px;background:#fafcfb
}
.premium-search-box input{width:100%;border:0;outline:0;background:transparent;color:#173f37;font:600 .93rem/1.3 inherit}
.premium-search-box input::placeholder{color:#8a9994}
.search-close-button{width:34px;height:34px;border:0;border-radius:50%;background:#eef5f1;cursor:pointer;position:relative}
.search-close-button:before,.search-close-button:after{content:"";position:absolute;left:10px;top:16px;width:14px;height:1.5px;background:#36584e}
.search-close-button:before{transform:rotate(45deg)}.search-close-button:after{transform:rotate(-45deg)}
.site-search-results{display:grid;gap:6px;margin-top:10px}
.site-search-results a{display:flex;justify-content:space-between;gap:16px;padding:10px 12px;border-radius:9px;color:#274b42;text-decoration:none;font-size:.82rem;font-weight:700}
.site-search-results a:hover{background:#eef5f1}
.site-search-results small{color:#7a8a84;font-weight:500}
.search-empty{padding:10px 12px;color:#7a8a84;font-size:.82rem}

.premium-mobile-extras{display:none}
@media(max-width:1120px){
  .premium-topbar{display:none}
  .premium-header-inner{min-height:72px}
  .premium-nav-toggle{display:inline-grid}
  .premium-navigation{
    top:72px;left:12px;right:12px;max-height:calc(100vh - 88px);
    gap:.7rem;padding:.75rem;border-radius:0 0 20px 20px
  }
  .premium-main-nav{margin:0}
  .premium-main-nav>a,.premium-main-nav>.nav-menu>summary{padding:.72rem .8rem;font-size:.88rem}
  .premium-header-actions{
    order:2;display:grid;grid-template-columns:42px 42px 1fr;gap:8px;
    padding:10px 0 0;border-left:0;border-top:1px solid rgba(23,76,65,.09)
  }
  .premium-book-button{min-height:42px}
  .premium-mobile-extras{display:block;order:3;padding-top:10px;border-top:1px solid rgba(23,76,65,.09)}
  .mobile-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .mobile-contact-grid a{display:flex;align-items:center;gap:8px;padding:10px;border-radius:10px;background:#f4f8f5;color:#31584e;text-decoration:none;font-size:.79rem;font-weight:750}
  .mobile-social-row{display:flex;gap:8px;margin-top:10px}
  .premium-search-panel{position:fixed;top:72px}
}
@media(max-width:640px){
  .premium-header-inner{min-height:68px}
  .premium-brand-mark{width:38px;height:38px}.premium-brand-mark svg{width:34px;height:34px}
  .premium-brand strong{font-size:1.32rem}.premium-brand small{font-size:.5rem}
  .premium-navigation{top:68px;max-height:calc(100vh - 80px)}
  .premium-header-actions{grid-template-columns:40px 40px 1fr}
  .premium-book-button{padding:0 13px;font-size:.74rem}
  .mobile-contact-grid{grid-template-columns:1fr}
  .premium-search-panel{top:68px;padding:12px 0 16px}
}
/* PREMIUM HEADER FINAL END */


/* PREMIUM HEADER REBALANCE START */

/* Top utility bar */
.premium-topbar{
  min-height:30px;
  background:#f3f6f3;
  border-bottom:1px solid rgba(23,76,65,.055);
}
.premium-topbar-inner{
  min-height:30px;
  padding-top:0;
  padding-bottom:0;
}
.premium-contact-links{gap:18px}
.top-contact-link{
  gap:6px;
  font-size:.69rem;
  font-weight:720;
  letter-spacing:.005em;
}
.topbar-note{
  color:#60786f;
  font-size:.63rem;
  letter-spacing:.12em;
  font-weight:850;
}
.header-socials{gap:5px}
.social-icon{
  width:22px;
  height:22px;
  border-color:rgba(23,76,65,.07);
  background:rgba(255,255,255,.8);
}
.social-facebook:before{font-size:13px}
.social-linkedin:before{font-size:9px}

/* Main header */
.premium-header{
  background:rgba(255,255,255,.97);
  box-shadow:0 4px 18px rgba(27,60,52,.045);
}
.premium-header-inner{
  min-height:74px;
  gap:22px;
}

/* Brand */
.premium-brand{
  min-width:245px;
  gap:10px;
}
.premium-brand-mark{
  width:36px;
  height:36px;
  flex:0 0 36px;
}
.premium-brand-mark svg{
  width:33px;
  height:33px;
}
.premium-brand strong{
  font-size:1.34rem;
  line-height:1;
  letter-spacing:-.035em;
}
.premium-brand small{
  margin-top:4px;
  font-size:.52rem;
  letter-spacing:.105em;
  color:#708078;
  white-space:nowrap;
}

/* Navigation */
.premium-navigation{
  gap:12px;
  min-width:0;
}
.premium-main-nav{
  gap:0;
  flex-wrap:nowrap;
}
.premium-main-nav>a,
.premium-main-nav>.nav-menu>summary{
  min-height:40px;
  padding:.5rem .62rem;
  font-size:.76rem;
  line-height:1;
  font-weight:780;
  white-space:nowrap;
  border-radius:8px;
}
.premium-main-nav>.nav-menu>summary::after{
  width:5px;
  height:5px;
  margin-left:.42rem;
  border-width:1.4px;
}
.premium-main-nav>a:hover,
.premium-main-nav>a:focus,
.premium-main-nav>.nav-menu>summary:hover,
.premium-main-nav>.nav-menu[open]>summary{
  background:#f1f6f3;
}

/* Action cluster */
.premium-header-actions-balanced{
  gap:6px;
  padding-left:12px;
  margin-left:2px;
  border-left:1px solid rgba(23,76,65,.085);
}
.header-icon-button{
  width:36px;
  height:36px;
  border-radius:12px;
  border-color:rgba(23,76,65,.10);
  background:#fbfdfc;
}
.header-icon-button:hover{
  background:#eff5f1;
  transform:none;
}
.search-icon{width:15px;height:15px}
.search-icon:before{
  width:9px;
  height:9px;
  border-width:1.5px;
}
.search-icon:after{
  width:6px;
  height:1.5px;
}
.account-icon{
  width:15px;
  height:15px;
}
.account-icon:before{
  left:4px;
  width:6px;
  height:6px;
  border-width:1.4px;
}
.account-icon:after{
  left:1px;
  width:12px;
  height:6px;
  border-width:1.4px;
}

/* CTA */
.premium-book-button{
  min-height:38px;
  padding:0 16px;
  gap:8px;
  font-size:.74rem;
  font-weight:840;
  box-shadow:0 6px 14px rgba(49,94,76,.14);
}
.premium-book-button:hover{
  transform:none;
  box-shadow:0 7px 16px rgba(49,94,76,.18);
}
.book-calendar-icon{
  width:14px;
  height:14px;
}
.book-calendar-icon:before{
  width:13px;
  height:10px;
}

/* Search panel polish */
.premium-search-panel{
  padding:14px 0 18px;
}
.premium-search-inner{
  max-width:780px;
}
.premium-search-box{
  height:48px;
  border-radius:12px;
}
.premium-search-box input{
  font-size:.88rem;
}

/* Tablet */
@media(max-width:1180px){
  .premium-brand{min-width:205px}
  .premium-main-nav>a,
  .premium-main-nav>.nav-menu>summary{
    padding:.48rem .5rem;
    font-size:.72rem;
  }
  .premium-book-button{
    padding:0 13px;
  }
}

/* Mobile / collapsed navigation */
@media(max-width:1120px){
  .premium-header-inner{
    min-height:68px;
  }
  .premium-brand{
    min-width:0;
  }
  .premium-brand-mark{
    width:34px;
    height:34px;
  }
  .premium-brand-mark svg{
    width:31px;
    height:31px;
  }
  .premium-brand strong{
    font-size:1.25rem;
  }
  .premium-navigation{
    top:68px;
    left:10px;
    right:10px;
    max-height:calc(100vh - 80px);
    border-radius:0 0 18px 18px;
  }
  .premium-main-nav>a,
  .premium-main-nav>.nav-menu>summary{
    min-height:44px;
    padding:.72rem .78rem;
    font-size:.86rem;
  }
  .premium-header-actions-balanced{
    margin-left:0;
    padding-left:0;
    border-left:0;
  }
  .premium-search-panel{
    top:68px;
  }
}

@media(max-width:640px){
  .premium-header-inner{
    min-height:64px;
  }
  .premium-brand{
    gap:8px;
  }
  .premium-brand-mark{
    width:32px;
    height:32px;
  }
  .premium-brand-mark svg{
    width:29px;
    height:29px;
  }
  .premium-brand strong{
    font-size:1.18rem;
  }
  .premium-brand small{
    display:none;
  }
  .premium-navigation{
    top:64px;
    max-height:calc(100vh - 74px);
  }
  .premium-header-actions{
    grid-template-columns:38px 38px 1fr;
  }
  .header-icon-button{
    width:38px;
    height:38px;
    border-radius:11px;
  }
  .premium-book-button{
    min-height:38px;
    font-size:.72rem;
  }
  .premium-search-panel{
    top:64px;
  }
}

/* PREMIUM HEADER REBALANCE END */


/* PREMIUM HEADER SVG SYSTEM START */
.ui-svg{
  width:100%;
  height:100%;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.brand-logo-svg{
  width:100%;
  height:100%;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.premium-brand-mark{
  width:40px!important;
  height:40px!important;
  min-width:40px;
  display:grid!important;
  place-items:center;
  color:#2f715c;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.premium-brand-mark .brand-logo-svg{
  width:38px;
  height:38px;
}
.premium-brand{
  min-width:230px!important;
  gap:11px!important;
}
.premium-brand strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.45rem!important;
  font-weight:400!important;
  letter-spacing:-.04em!important;
  color:#243b36;
}
.premium-brand small{
  margin-top:4px!important;
  font-size:.53rem!important;
  font-weight:750!important;
  letter-spacing:.10em!important;
  color:#708078!important;
}

.top-contact-link .ui-svg{
  width:14px;
  height:14px;
  color:#456d60;
}
.social-icon{
  width:24px!important;
  height:24px!important;
  display:grid!important;
  place-items:center;
  padding:5px;
  color:#52786b!important;
  background:#fff!important;
  border:1px solid rgba(23,76,65,.09)!important;
  border-radius:50%!important;
}
.social-icon .ui-svg{
  width:13px;
  height:13px;
}
.header-icon-button{
  width:38px!important;
  height:38px!important;
  padding:10px!important;
  display:grid!important;
  place-items:center;
  border:1px solid rgba(23,76,65,.11)!important;
  border-radius:12px!important;
  background:#fbfdfc!important;
  color:#355c51!important;
}
.header-icon-button .ui-svg{
  width:18px;
  height:18px;
}
.premium-book-button .ui-svg{
  width:16px;
  height:16px;
  flex:0 0 16px;
}
.premium-main-nav>.nav-menu>summary{
  gap:5px;
}
.premium-main-nav>.nav-menu>summary::after{
  display:none!important;
}
.nav-chevron{
  width:12px;
  height:12px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease;
  opacity:.65;
}
.premium-main-nav>.nav-menu[open]>summary .nav-chevron{
  transform:rotate(180deg);
}
.menu-icon{
  width:20px!important;
  height:20px!important;
  display:block!important;
}
.menu-svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
}
.search-close-button span{display:none}
.premium-search-box>.ui-svg{
  width:18px;
  height:18px;
  color:#55766b;
}
.premium-mobile-extras .top-contact-link .ui-svg,
.mobile-contact-grid .ui-svg{
  width:16px;
  height:16px;
}
@media(max-width:1120px){
  .premium-brand{min-width:0!important}
  .premium-brand-mark{width:36px!important;height:36px!important;min-width:36px}
  .premium-brand-mark .brand-logo-svg{width:34px;height:34px}
}
@media(max-width:640px){
  .premium-brand strong{font-size:1.22rem!important}
  .premium-brand small{display:none}
  .premium-brand-mark{width:34px!important;height:34px!important;min-width:34px}
  .premium-brand-mark .brand-logo-svg{width:32px;height:32px}
}
/* PREMIUM HEADER SVG SYSTEM END */


/* DEEPAK FINAL SCOPED FIX START */

/* Everything below is scoped to the About Deepak page only. */
.dpx-page{
  --dpx-green:#173f37;
  --dpx-mid:#4f806d;
  --dpx-soft:#eef5f1;
  --dpx-line:#e4ebe7;
  --dpx-muted:#667a73;
  background:#fff;
  color:var(--dpx-green);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
}
.dpx-page *{box-sizing:border-box}
.dpx-page img{max-width:100%;display:block}
.dpx-page h1,
.dpx-page h2,
.dpx-page h3{
  margin-top:0;
  color:var(--dpx-green);
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:-.032em;
}
.dpx-page p{color:var(--dpx-muted)}

/* Hero */
.dpx-page .dpx-hero{
  overflow:hidden;
  border-bottom:1px solid #e7ede9;
  background:linear-gradient(90deg,#f7f9f7 0%,#eef5f2 55%,#f6f3ec 100%);
}
.dpx-page .dpx-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:455px;
  align-items:stretch;
}
.dpx-page .dpx-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:54px 56px 48px 0;
}
.dpx-page .dpx-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  margin-bottom:24px;
  color:#82918b;
  font-size:12px;
}
.dpx-page .dpx-breadcrumbs a{
  color:#4b7165;
  font-weight:700;
  text-decoration:none;
}
.dpx-page .dpx-kicker{
  color:var(--dpx-mid);
  font-size:11px;
  font-weight:850;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.dpx-page .dpx-hero h1{
  margin:10px 0 14px;
  font-size:60px;
  line-height:.98;
}
.dpx-page .dpx-lede{
  max-width:650px;
  margin:0;
  font-size:15px;
  line-height:1.72;
}
.dpx-page .dpx-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:30px;
}
.dpx-page .dpx-hero-stats>div{
  display:flex;
  align-items:center;
  gap:10px;
}
.dpx-page .dpx-hero-stats p{margin:0}
.dpx-page .dpx-hero-stats strong,
.dpx-page .dpx-hero-stats small{display:block}
.dpx-page .dpx-hero-stats strong{
  color:#244e43;
  font-size:15px;
}
.dpx-page .dpx-hero-stats small{
  margin-top:3px;
  color:#7a8a84;
  font-size:11px;
}
.dpx-page .dpx-icon{
  width:36px;height:36px;flex:0 0 36px;
  border-radius:50%;
  background:#e5f0ea;
}
.dpx-page .dpx-hero-media{
  min-height:455px;
  overflow:hidden;
}
.dpx-page .dpx-hero-media>img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

/* Profile bar */
.dpx-page .dpx-profile-strip{padding:24px 0 6px}
.dpx-page .dpx-profile-bar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:14px 16px;
  border:1px solid var(--dpx-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 24px rgba(23,63,55,.055);
}
.dpx-page .dpx-profile-id{
  display:flex;
  align-items:center;
  gap:12px;
}
.dpx-page .dpx-avatar{
  width:44px;height:44px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#4d7d69;
  color:#fff;
  font-family:Georgia,serif;
  font-size:15px;
}
.dpx-page .dpx-profile-id strong,
.dpx-page .dpx-profile-id small{display:block}
.dpx-page .dpx-profile-id strong{font-size:14px}
.dpx-page .dpx-profile-id small{
  margin-top:3px;color:#7a8a84;font-size:11px
}
.dpx-page .dpx-btn{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 17px;
  border-radius:999px;
  font-size:12px;
  font-weight:850;
  text-decoration:none!important;
}
.dpx-page .dpx-btn-primary{
  color:#fff!important;
  background:#356250;
}
.dpx-page .dpx-btn-light{
  color:#173f37!important;
  background:#fff;
}
.dpx-page .dpx-btn-outline{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.55);
}

/* Sections */
.dpx-page .dpx-section{padding:58px 0}
.dpx-page .dpx-section-heading{margin-bottom:22px}
.dpx-page .dpx-section-heading h2{
  margin-bottom:7px;
  font-size:32px;
  line-height:1.08;
}
.dpx-page .dpx-section-heading p{
  max-width:780px;
  margin:0;
  font-size:13px;
  line-height:1.65;
}

/* Glance cards */
.dpx-page .dpx-glance-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}
.dpx-page .dpx-glance-card{
  min-height:175px;
  padding:20px;
  border:1px solid var(--dpx-line);
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 25px rgba(23,63,55,.045);
}
.dpx-page .dpx-round-icon{
  width:40px;height:40px;
  display:block;
  border-radius:50%;
  background:#e8f2ed;
  color:var(--dpx-mid);
}
.dpx-page .dpx-glance-card h3{
  margin:15px 0 8px;
  font-size:20px;
}
.dpx-page .dpx-glance-card p{
  margin:0;
  font-size:12px;
  line-height:1.58;
}

/* Teaching */
.dpx-page .dpx-teaching-section{padding-top:30px}
.dpx-page .dpx-teaching-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:46px;
  align-items:center;
}
.dpx-page .dpx-teaching-media img{
  width:100%;
  height:420px;
  object-fit:cover;
  object-position:center center;
  border-radius:15px;
}
.dpx-page .dpx-teaching-copy h2{
  margin:7px 0 14px;
  font-size:34px;
  line-height:1.05;
}
.dpx-page .dpx-teaching-copy>p{
  margin:0 0 12px;
  font-size:13px;
  line-height:1.72;
}
.dpx-page .dpx-principles{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:24px;
}
.dpx-page .dpx-principles strong,
.dpx-page .dpx-principles small{display:block}
.dpx-page .dpx-principles strong{
  margin-top:9px;
  color:#2c5b4e;
  font-size:12px;
}
.dpx-page .dpx-principles small{
  margin-top:5px;
  color:#7b8a85;
  font-size:10px;
  line-height:1.5;
}

/* Experience cards */
.dpx-page .dpx-focus-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.dpx-page .dpx-focus-card{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  padding:18px;
  border:1px solid var(--dpx-line);
  border-radius:14px;
  background:#fff;
}
.dpx-page .dpx-focus-card strong{
  color:#2d584d;
  font-size:12px;
}
.dpx-page .dpx-focus-card p{
  margin:5px 0 0;
  font-size:11px;
  line-height:1.55;
}
.dpx-page .dpx-editorial-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  margin-top:36px;
  padding-top:32px;
  border-top:1px solid var(--dpx-line);
}
.dpx-page .dpx-editorial-grid h3{
  margin:5px 0 10px;
  font-size:24px;
}
.dpx-page .dpx-editorial-grid p{
  margin:0 0 10px;
  font-size:12px;
  line-height:1.65;
}
.dpx-page .dpx-inline-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#3f705f;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid #bccdc5;
}

/* Boundaries */
.dpx-page .dpx-boundaries{
  padding:46px 0;
  background:linear-gradient(90deg,#edf5f1,#f6f8f6);
}
.dpx-page .dpx-boundary-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:46px;
  align-items:center;
}
.dpx-page .dpx-boundaries h2{
  margin:6px 0 12px;
  font-size:30px;
  line-height:1.08;
}
.dpx-page .dpx-boundaries p{
  margin:0;
  font-size:12px;
  line-height:1.68;
}
.dpx-page .dpx-boundary-card{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  padding:20px;
  border:1px solid #dce8e1;
  border-radius:15px;
  background:rgba(255,255,255,.86);
}
.dpx-page .dpx-boundary-card strong{
  color:#31594f;
  font-size:12px;
}
.dpx-page .dpx-boundary-card p{
  margin:5px 0 9px;
  font-size:11px;
}

/* Locations */
.dpx-page .dpx-location-section{padding:42px 0}
.dpx-page .dpx-location-grid{
  display:grid;
  grid-template-columns:1fr 250px;
  gap:32px;
  align-items:center;
}
.dpx-page .dpx-location-grid h2{
  margin-bottom:7px;
  font-size:27px;
}
.dpx-page .dpx-location-grid p{
  margin:0;
  font-size:12px;
}
.dpx-page .dpx-location-grid img{
  width:250px;
  height:125px;
  object-fit:cover;
  border-radius:13px;
}
.dpx-page .dpx-chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:16px;
}
.dpx-page .dpx-chips span{
  padding:7px 10px;
  border:1px solid #dde8e2;
  border-radius:999px;
  background:#fff;
  color:#4e6d63;
  font-size:10px;
  font-weight:750;
}

/* CTA */
.dpx-page .dpx-cta{
  padding:48px 0;
  background:
    linear-gradient(rgba(18,63,53,.90),rgba(18,63,53,.90)),
    url('../images/home-v2/cta-forest.jpg') center/cover no-repeat;
}
.dpx-page .dpx-cta-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}
.dpx-page .dpx-cta .dpx-kicker,
.dpx-page .dpx-cta h2,
.dpx-page .dpx-cta p{color:#fff}
.dpx-page .dpx-cta h2{
  margin:5px 0 8px;
  font-size:31px;
}
.dpx-page .dpx-cta p{
  max-width:650px;
  margin:0;
  color:#d8e3df;
  font-size:12px;
  line-height:1.6;
}
.dpx-page .dpx-cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Responsive */
@media(max-width:980px){
  .dpx-page .dpx-hero-grid,
  .dpx-page .dpx-teaching-grid,
  .dpx-page .dpx-boundary-grid{
    grid-template-columns:1fr;
  }
  .dpx-page .dpx-hero-copy{padding:44px 0}
  .dpx-page .dpx-hero-media{min-height:380px}
  .dpx-page .dpx-glance-grid{grid-template-columns:repeat(2,1fr)}
  .dpx-page .dpx-focus-grid{grid-template-columns:1fr}
  .dpx-page .dpx-location-grid{grid-template-columns:1fr}
  .dpx-page .dpx-location-grid img{
    width:100%;
    height:190px;
  }
}
@media(max-width:640px){
  .dpx-page .dpx-hero h1{font-size:44px}
  .dpx-page .dpx-lede{font-size:14px}
  .dpx-page .dpx-hero-stats{grid-template-columns:1fr 1fr}
  .dpx-page .dpx-profile-bar{display:grid}
  .dpx-page .dpx-glance-grid,
  .dpx-page .dpx-editorial-grid,
  .dpx-page .dpx-principles{grid-template-columns:1fr}
  .dpx-page .dpx-teaching-media img{height:330px}
  .dpx-page .dpx-section{padding:44px 0}
  .dpx-page .dpx-section-heading h2{font-size:27px}
  .dpx-page .dpx-teaching-copy h2{font-size:29px}
  .dpx-page .dpx-cta-inner{display:grid}
}

/* DEEPAK FINAL SCOPED FIX END */
