.veda-page {
  --ink: #172018;
  --muted: #5f6b62;
  --orange: #FF7B00;
  --green: #214d37;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}

.veda-page * { box-sizing: border-box; }
.veda-page a { color: inherit; }
.veda-page main { padding-top: 0; }
.veda-shell { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.veda-header { background: #fff; border-bottom: 1px solid #e8ece8; position: sticky; top: 0; z-index: 40; }
.veda-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.veda-header__logo { width: min(210px, 46vw); }
.veda-nav { display: flex; align-items: center; gap: 22px; font-weight: 700; }
.veda-nav a { text-decoration: none; }
.veda-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--orange); color: #fff !important; font-weight: 800; text-decoration: none; cursor: pointer; }
.veda-button--light { background: #fff; color: var(--green) !important; }
.veda-hero { position: relative; min-height: 520px; display: grid; align-items: end; overflow: hidden; background: #183c2b; }
.veda-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,29,19,.92), rgba(9,29,19,.45) 62%, rgba(9,29,19,.12)); }
.veda-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.veda-hero__content { position: relative; z-index: 1; max-width: 820px; padding: 90px 0 72px; color: #fff; }
.veda-kicker { display: inline-block; margin-bottom: 16px; color: #ffd8bd; font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.veda-hero h1 { margin: 0; font-size: clamp(40px, 6vw, 72px); line-height: 1.04; letter-spacing: -.035em; }
.veda-hero p { max-width: 700px; margin: 22px 0 0; color: #fff; font-size: clamp(18px, 2.2vw, 23px); line-height: 1.55; }
.veda-meta { margin-top: 22px; color: #e7eee9; font-size: 15px; }
.veda-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 60px; padding-block: 72px; }
.veda-article { font-size: 18px; line-height: 1.78; }
.veda-article h2 { margin: 46px 0 16px; font-size: clamp(28px, 4vw, 40px); line-height: 1.15; }
.veda-article h3 { margin: 34px 0 10px; font-size: 24px; }
.veda-article p, .veda-article ul, .veda-article ol { margin: 0 0 22px; }
.veda-article li { margin-bottom: 9px; }
.veda-article img { width: 100%; max-height: 470px; object-fit: cover; border-radius: 22px; margin: 22px 0 32px; }
.veda-callout { padding: 26px; margin: 32px 0; border-left: 5px solid var(--orange); border-radius: 0 18px 18px 0; background: #fff3e9; }
.veda-sidebar { align-self: start; position: sticky; top: 100px; padding: 28px; border-radius: 22px; background: #eef5f0; }
.veda-sidebar h2 { margin: 0 0 12px; font-size: 24px; }
.veda-sidebar p { color: var(--muted); line-height: 1.6; }
.veda-sidebar a:not(.veda-button) { display: block; padding: 11px 0; border-bottom: 1px solid #d6e2d9; color: var(--green); font-weight: 700; text-decoration: none; }
.veda-cta { padding: 64px 0; background: var(--green); color: #fff; text-align: center; }
.veda-cta h2 { margin: 0; font-size: clamp(32px, 5vw, 52px); }
.veda-cta p { max-width: 680px; margin: 16px auto 26px; font-size: 18px; color: #e0ebe4; }
.veda-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.veda-card { overflow: hidden; border: 1px solid #e2e8e3; border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(24,57,39,.08); }
.veda-card img { width: 100%; height: 220px; object-fit: cover; }
.veda-card__body { padding: 24px; }
.veda-card h3 { margin: 0 0 10px; font-size: 23px; }
.veda-card p { color: var(--muted); line-height: 1.6; }
.veda-section { padding: 72px 0; }
.veda-section--soft { background: #f5f8f5; }
.veda-section__title { max-width: 760px; margin: 0; font-size: clamp(34px, 5vw, 54px); line-height: 1.1; }
.veda-footer { padding: 34px 0; background: #101a13; color: #dbe5dd; }
.veda-footer__inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.veda-footer a { color: #fff; }

@media (max-width: 820px) {
  .veda-nav a:not(.veda-button) { display: none; }
  .veda-layout { grid-template-columns: 1fr; gap: 34px; padding-block: 48px; }
  .veda-sidebar { position: static; }
  .veda-grid { grid-template-columns: 1fr; }
  .veda-hero { min-height: 500px; }
}
