    :root {
      --rp-green-950: #06251f;
      --rp-green-900: #0b332e;
      --rp-green-800: #0a4b43;
      --rp-green-700: #0d5b56;
      --rp-gold: #d8c18d;
      --rp-gold-soft: #f2ead7;
      --rp-ink: #102b28;
      --rp-muted: #61706d;
      --rp-bg: #f7f8f4;
      --rp-warm: #fcfbf5;
      --rp-surface: #fffdf8;
      --rp-border: rgba(13, 75, 68, 0.12);
      --rp-shadow: 0 18px 42px rgba(10, 44, 50, 0.08);
      --rp-shadow-strong: 0 26px 64px rgba(10, 44, 50, 0.14);
      --rp-font-body: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;
      --rp-font-heading: "Playfair Display", Georgia, Cambria, "Times New Roman", Times, serif;
      --rp-bg-obsidian: #080c16;
      --rp-bg-charcoal: #0e1321;
      --rp-accent-teal: #0eccd8;
      --rp-accent-gold: #d4af37;
      --rp-text-primary: #f9fafb;
      --rp-text-secondary: #9ca3af;
      --rp-text-muted-dark: #6b7280;
      --rp-button-copper-start: #d8aa82;
      --rp-button-copper-end: #bd845d;
      --rp-hero-title: clamp(2.5rem, 4.45vw, 4rem);
      --rp-section-title: clamp(1.75rem, 2.65vw, 2.375rem);
      --rp-subsection-title: 1.5rem;
      --rp-label-title: 1.125rem;
      --rp-lead-size: 1.125rem;
      --rp-small-size: 0.875rem;
      --rp-button-size: 0.9375rem;
      --rp-quote-title: clamp(2rem, 3.35vw, 3.7rem);
      --rp-body-size: 16px;
      --rp-body-line: 1.6;
      --rp-heading-spacing: -0.02em;
      --rp-teal-900: var(--rp-green-900);
      --rp-teal-700: var(--rp-green-700);
      --primary-color: var(--rp-green-800);
      --accent-color: var(--rp-green-700);
      --soft-bg: var(--rp-bg);
      --text-light: var(--rp-muted);
    }

    html {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    body {
      background: var(--rp-warm);
      color: var(--rp-ink);
      font-family: var(--rp-font-body);
      font-size: var(--rp-body-size);
      line-height: var(--rp-body-line);
    }

    h1, h2, h3, h4, h5, h6 {
      color: var(--rp-green-900);
      font-family: var(--rp-font-heading);
      letter-spacing: var(--rp-heading-spacing);
    }

    h1,
    .hero-title {
      font-size: var(--rp-hero-title);
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -0.02em;
    }

    h2,
    .section-title {
      font-size: var(--rp-section-title);
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: 0;
    }

    h3,
    .subsection-title {
      font-size: var(--rp-subsection-title);
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 0;
    }

    h4,
    .label-title {
      font-family: var(--rp-font-body);
      font-size: var(--rp-label-title);
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 0.05em;
    }

    .text-lead {
      font-size: var(--rp-lead-size);
      font-weight: 400;
      line-height: 1.6;
    }

    .text-body {
      font-size: var(--rp-body-size);
      font-weight: 400;
      line-height: var(--rp-body-line);
    }

    .text-small {
      font-size: var(--rp-small-size);
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.02em;
    }

    .site-shell-header {
      background: rgba(252, 252, 248, 0.94);
      border-bottom: 1px solid rgba(18, 60, 70, 0.08);
      box-shadow: 0 8px 24px rgba(18, 60, 70, 0.03);
      backdrop-filter: blur(14px);
    }

    .site-shell-header .topbar {
      background: linear-gradient(90deg, var(--rp-green-950) 0%, var(--rp-green-800) 100%);
      color: rgba(255, 255, 255, 0.9);
      font-size: 0.82rem;
      height: 38px;
    }

    .site-shell-header .topbar a,
    .site-shell-header .topbar span {
      color: rgba(255, 255, 255, 0.88);
    }

    .site-shell-header .topbar .social-links a {
      color: rgba(255, 255, 255, 0.74);
    }

    .site-shell-header .topbar .social-links a:hover {
      color: #fff;
    }

    .site-shell-header .branding {
      min-height: 92px;
    }

    .site-shell-header .logo img {
      max-height: 60px;
      max-width: 230px;
      width: auto;
    }

    .site-shell-header .mobile-nav-toggle {
      width: 44px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      border: 1px solid rgba(18, 60, 70, 0.12);
      background: rgba(252, 252, 248, 0.98);
      color: var(--rp-teal-900);
      font-size: 1.45rem;
      line-height: 1;
      box-shadow: 0 10px 24px rgba(18, 60, 70, 0.08);
      flex: 0 0 44px;
    }

    .site-shell-header .navmenu ul {
      gap: 6px;
    }

    .site-shell-header .navmenu {
      flex: 0 1 auto;
      min-width: 0;
    }

    .site-shell-header .navmenu a,
    .site-shell-header .navmenu a:focus {
      color: var(--rp-ink);
      font-family: var(--rp-font-body);
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 0.01em;
      padding: 12px 16px;
      white-space: nowrap;
    }

    .site-shell-header .navmenu li:hover > a,
    .site-shell-header .navmenu .active,
    .site-shell-header .navmenu .active:focus {
      color: var(--rp-teal-700);
    }

    .site-shell-header .navmenu a::after {
      display: none;
    }

    .site-shell-header .navmenu .dropdown ul {
      border-radius: 18px;
      border: 1px solid rgba(18, 60, 70, 0.08);
      box-shadow: var(--rp-shadow);
      padding: 10px;
    }

    .site-shell-header .navmenu .dropdown ul a {
      font-size: 0.88rem;
      padding: 10px 14px;
    }

    .site-cta-btn,
    .site-mobile-book {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border-radius: 999px;
      background: linear-gradient(135deg, var(--rp-green-950) 0%, var(--rp-green-800) 100%);
      border: 1px solid var(--rp-green-900);
      color: #fff;
      font-size: 0.9rem;
      font-weight: 800;
      padding: 14px 22px;
      flex: 0 0 auto;
      box-shadow: 0 14px 26px rgba(18, 60, 70, 0.14);
      transition: all 0.25s ease;
    }

    .site-cta-btn:hover,
    .site-mobile-book:hover {
      background: var(--rp-green-950);
      color: #fff;
      transform: translateY(-1px);
    }

    .site-search-link {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--rp-green-900);
      font-size: 1.18rem;
      text-decoration: none;
      flex: 0 0 auto;
      transition: color 0.2s ease, transform 0.2s ease;
    }

    .site-search-link:hover {
      color: var(--rp-green-700);
      transform: translateY(-1px);
    }

    .site-shell-footer {
      background:
        radial-gradient(circle at top right, rgba(199, 169, 107, 0.12), transparent 18%),
        linear-gradient(180deg, #eaf0f0 0%, #e6eff0 100%);
      border-top: 1px solid rgba(18, 60, 70, 0.08);
      margin-top: 0;
      padding-top: 78px;
    }

    .site-shell-footer .footer-brand {
      color: var(--rp-teal-900);
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: var(--rp-font-heading);
      font-size: 1.7rem;
      font-weight: 700;
      margin-bottom: 16px;
    }

    .site-shell-footer h4 {
      color: var(--rp-teal-900);
      font-family: var(--rp-font-body);
      font-size: var(--rp-small-size);
      font-weight: 600;
      letter-spacing: 0.05em;
      margin-bottom: 16px;
      text-transform: uppercase;
    }

    .site-shell-footer p,
    .site-shell-footer a,
    .site-shell-footer li {
      color: var(--rp-muted);
    }

    .site-shell-footer a:hover {
      color: var(--rp-teal-900);
    }

    .site-shell-footer ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .site-shell-footer li + li {
      margin-top: 10px;
    }

    .site-shell-footer .footer-socials {
      display: flex;
      gap: 10px;
      margin-top: 20px;
    }

    .site-shell-footer .footer-socials a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(18, 60, 70, 0.08);
      color: var(--rp-teal-900);
    }

    .site-shell-footer .footer-bottom {
      border-top: 1px solid rgba(18, 60, 70, 0.08);
      margin-top: 46px;
      padding: 20px 0 34px;
      color: var(--rp-muted);
    }

    .site-mobile-bar {
      display: none;
      position: fixed;
      left: 16px;
      right: 16px;
      bottom: 16px;
      z-index: 998;
    }

    .floating-container {
      position: fixed;
      right: 24px;
      bottom: 24px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 997;
    }

    .float-btn {
      width: 52px;
      height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #fff !important;
      box-shadow: 0 12px 26px rgba(18, 60, 70, 0.2);
      transition: all 0.25s ease;
    }

    .float-btn:hover {
      transform: translateY(-2px);
    }

    .appointment-float {
      background: var(--rp-green-900);
    }

    .whatsapp-float {
      background: #25d366;
    }

    @media (max-width: 1199px) {
      .site-shell-header .navmenu ul {
        background: rgba(252, 252, 248, 0.98);
        border: 1px solid rgba(18, 60, 70, 0.08);
        border-radius: 20px;
        box-shadow: var(--rp-shadow);
        padding: 14px;
      }

      .site-shell-header .navmenu {
        position: static;
      }

      .site-shell-header .navmenu ul {
        inset: 76px 16px auto 16px;
        max-height: calc(100vh - 96px);
        overflow-y: auto;
      }

      .mobile-nav-active .site-shell-header .navmenu {
        position: static;
        background: transparent;
      }

      .mobile-nav-active .site-shell-header .navmenu > ul {
        display: block;
        position: fixed;
        inset: 76px 16px auto 16px;
        background: rgba(252, 252, 248, 0.99);
        border: 1px solid rgba(18, 60, 70, 0.08);
        border-radius: 18px;
        box-shadow: 0 18px 44px rgba(18, 60, 70, 0.14);
        z-index: 9998;
      }

      .mobile-nav-active .site-shell-header .mobile-nav-toggle {
        position: fixed;
        top: 18px;
        right: 16px;
        color: var(--rp-teal-900);
        background: rgba(252, 252, 248, 0.98);
        border: 1px solid rgba(18, 60, 70, 0.12);
      }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
      .site-shell-header .logo img {
        max-width: 205px;
      }

      .site-shell-header .navmenu ul {
        gap: 2px;
      }

      .site-shell-header .navmenu a,
      .site-shell-header .navmenu a:focus {
        font-size: 0.84rem;
        padding: 10px 11px;
      }

      .site-cta-btn {
        padding: 12px 17px;
        font-size: 0.84rem;
      }
    }

    @media (max-width: 767px) {
      .site-shell-header .branding {
        min-height: 78px;
      }

      .site-shell-header .branding .container {
        gap: 12px;
        flex-wrap: nowrap;
      }

      .site-shell-header .logo {
        min-width: 0;
        flex: 1 1 auto;
      }

      .site-shell-header .logo img {
        max-height: 34px;
        max-width: 100%;
      }

      .site-shell-header .navmenu {
        display: flex;
        align-items: center;
        margin-left: 8px;
        flex: 0 0 auto;
      }

      .site-shell-header .mobile-nav-toggle {
        width: 40px;
        height: 40px;
        font-size: 1.28rem;
      }

      .site-shell-header .topbar {
        height: auto;
        padding: 8px 0;
      }

      .site-cta-btn {
        display: none !important;
      }

      .site-mobile-bar {
        display: block;
      }

      .site-shell-footer {
        padding-bottom: 88px;
      }

      .floating-container {
        right: 16px;
        bottom: 84px;
      }
    }

    /* Global ROOTOPATHY theme layer. This sits after page CSS so future pages inherit the same system. */
    :where(.main) {
      background: var(--rp-warm);
      color: var(--rp-ink);
      font-family: var(--rp-font-body);
    }

    :where(.main) p,
    :where(.main) li {
      color: var(--rp-muted);
      font-size: var(--rp-body-size);
      line-height: var(--rp-body-line);
    }

    :where(.main) .section {
      padding: 84px 0;
    }

    :where(.main) .section-label,
    :where(.main) .sub-title,
    :where(.main) .hero-badge,
    :where(.main) .doc-designation {
      color: var(--rp-green-700);
      font-family: var(--rp-font-body);
      font-size: var(--rp-small-size);
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    :where(.main) .section-heading {
      color: var(--rp-green-900);
      font-family: var(--rp-font-heading);
      font-size: var(--rp-section-title);
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: 0;
      text-wrap: balance;
    }

    :where(.main) .section-desc {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      color: var(--rp-muted);
      font-size: var(--rp-lead-size);
      line-height: 1.6;
    }

    :where(.main) .custom-btn,
    :where(.main) button.custom-btn,
    :where(.main) .btn-dark,
    :where(.main) .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      border: 1px solid var(--rp-green-900);
      border-radius: 999px;
      background: linear-gradient(135deg, var(--rp-green-950), var(--rp-green-800));
      color: #fff;
      font-family: var(--rp-font-body);
      font-size: var(--rp-button-size);
      font-weight: 600;
      letter-spacing: 0.03em;
      line-height: 1;
      padding: 13px 26px;
      text-decoration: none;
      box-shadow: 0 14px 28px rgba(10, 75, 67, 0.18);
      transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
    }

    :where(.main) .custom-btn:hover,
    :where(.main) button.custom-btn:hover,
    :where(.main) .btn-dark:hover,
    :where(.main) .btn-primary:hover {
      background: var(--rp-green-950);
      color: var(--rp-gold);
      transform: translateY(-1px);
      box-shadow: 0 18px 34px rgba(10, 75, 67, 0.24);
    }

    .main .page-hero {
      position: relative;
      min-height: 320px;
      height: auto;
      display: flex;
      align-items: center;
      overflow: hidden;
      background:
        radial-gradient(circle at 86% 14%, rgba(151, 255, 220, 0.14), transparent 10%),
        linear-gradient(90deg, var(--rp-green-950) 0%, var(--rp-green-800) 56%, var(--rp-green-900) 100%);
      border-bottom: 4px solid rgba(255, 255, 255, 0.96);
    }

    .main .page-hero .container {
      position: relative;
      z-index: 3;
      padding-top: 64px;
      padding-bottom: 64px;
    }

    .main .page-hero-bg,
    .main .page-hero > img {
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    .main .page-hero-bg img,
    .main .page-hero > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.28;
      filter: saturate(0.94) contrast(1.02);
    }

    .main .page-hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        linear-gradient(90deg, rgba(6, 37, 31, 0.92), rgba(10, 75, 67, 0.7), rgba(6, 37, 31, 0.28));
    }

    .main .page-hero-content {
      position: relative;
      z-index: 3;
      max-width: 760px;
      padding: 0;
    }

    .main .page-hero .hero-badge {
      display: inline-flex !important;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: var(--rp-gold);
      backdrop-filter: none;
    }

    .main .page-hero .hero-badge::before {
      content: "";
      width: 30px;
      height: 1px;
      background: var(--rp-gold);
    }

    .main .page-hero .hero-title,
    .main .page-hero h1.hero-title,
    .main .page-hero .root360-hero-title,
    .main .page-hero .disease-hero-title,
    .main .page-hero .conditions-hero-title,
    .main .page-hero .approach-hero-title {
      max-width: 20ch;
      margin: 0 0 18px;
      color: #f4eee5 !important;
      font-family: var(--rp-font-heading);
      font-size: var(--rp-hero-title) !important;
      font-weight: 700;
      line-height: 1.15 !important;
      letter-spacing: -0.02em !important;
      text-shadow: 0 8px 20px rgba(8, 26, 24, 0.12);
      text-wrap: balance;
    }

    .main .page-hero .hero-title span,
    .main .page-hero .root360-hero-title span,
    .main .page-hero .disease-hero-title span,
    .main .page-hero .conditions-hero-title span,
    .main .page-hero .approach-hero-title span {
      color: var(--rp-gold) !important;
    }

    .main .page-hero .approach-hero-title > span:first-child,
    .main .page-hero .root360-hero-title > span:first-child,
    .main .page-hero .disease-hero-title > span:first-child,
    .main .page-hero .conditions-hero-title > span:first-child {
      color: #f4eee5 !important;
    }

    .main .page-hero .approach-hero-title > span:last-child,
    .main .page-hero .root360-hero-title > span:last-child,
    .main .page-hero .disease-hero-title > span:last-child,
    .main .page-hero .conditions-hero-title > span:last-child {
      color: var(--rp-gold) !important;
    }

    .main .about-page .page-hero .about-hero-title {
      max-width: 26ch !important;
      font-size: clamp(3rem, 4vw, 4.25rem) !important;
      line-height: 1.05 !important;
      color: #f4eee5 !important;
    }

    .main .about-page .page-hero .about-hero-title span {
      color: var(--rp-gold) !important;
      white-space: nowrap;
    }

    .main .page-hero .hero-subtitle {
      display: block !important;
      max-width: 640px;
      color: rgba(244, 238, 229, 0.78) !important;
      font-size: var(--rp-lead-size);
      line-height: 1.6;
      font-weight: 400;
    }

    .main .contact-hero {
      background: var(--rp-green-950);
    }

    .main .contact-title {
      max-width: 12ch;
      color: #f4eee5 !important;
      font-family: var(--rp-font-heading);
      font-size: var(--rp-hero-title) !important;
      line-height: 1.15 !important;
      letter-spacing: -0.02em !important;
      text-wrap: balance;
    }

    .main .contact-title span {
      color: var(--rp-gold) !important;
    }

    .main .contact-kicker {
      color: var(--rp-gold) !important;
    }

    .main .quote-section {
      position: relative;
      overflow: hidden;
      padding: 0 !important;
      background:
        radial-gradient(circle at 12% 50%, rgba(31, 94, 83, 0.26), transparent 30%),
        radial-gradient(circle at 86% 16%, rgba(216, 193, 141, 0.1), transparent 18%),
        linear-gradient(90deg, var(--rp-green-950) 0%, var(--rp-green-800) 52%, var(--rp-green-900) 100%) !important;
      color: #fff;
    }

    .main .quote-section .container {
      position: relative;
      z-index: 1;
    }

    .main .quote-section .quote-wrapper {
      max-width: 980px;
      margin: 0 auto;
      padding: 72px 24px;
      text-align: center;
    }

    .main .quote-section .quote-text,
    .main .quote-section h3,
    .main .disease-quote-text {
      color: #f4eee5 !important;
      font-family: var(--rp-font-heading);
      font-size: var(--rp-quote-title) !important;
      line-height: 1.08 !important;
      letter-spacing: 0 !important;
      text-wrap: balance;
    }

    .main .quote-section p,
    .main .quote-section .quote-footer,
    .main .quote-section .quote-author span {
      color: rgba(244, 238, 229, 0.74) !important;
      font-size: 1rem;
      line-height: 1.64;
    }

    .main .root360-quote-section {
      background:
        radial-gradient(circle at 18% 50%, rgba(216, 193, 141, 0.1), transparent 24%),
        radial-gradient(circle at 82% 16%, rgba(216, 193, 141, 0.06), transparent 20%),
        linear-gradient(90deg, var(--rp-green-950) 0%, var(--rp-green-800) 52%, var(--rp-green-900) 100%) !important;
    }

    .main .root360-founder-name,
    .main .founder-name,
    .main .approach-founder-quote {
      font-family: var(--rp-font-heading);
      letter-spacing: 0 !important;
    }

    .main .legal-content {
      border: 1px solid var(--rp-border);
      border-radius: 20px;
      background: var(--rp-surface);
      box-shadow: var(--rp-shadow);
    }

    .main .legal-content h3 {
      color: var(--rp-green-900) !important;
      border-left-color: var(--rp-gold) !important;
    }

    .main .domain-box:hover {
      border-top-color: var(--rp-gold) !important;
    }

    .main .mapping-card,
    .main .step-number {
      background: var(--rp-green-800) !important;
    }

    :where(.main) .form-control,
    :where(.main) .form-select,
    :where(.main) .form-control-custom {
      border-color: rgba(13, 75, 68, 0.14);
      border-radius: 14px;
      color: var(--rp-ink);
      font-family: var(--rp-font-body);
    }

    :where(.main) .form-control:focus,
    :where(.main) .form-select:focus,
    :where(.main) .form-control-custom:focus {
      border-color: var(--rp-green-700);
      box-shadow: 0 0 0 4px rgba(13, 91, 86, 0.1);
    }

    @media (max-width: 991px) {
      :root {
        --rp-hero-title: clamp(2.5rem, 6.5vw, 3.45rem);
        --rp-section-title: clamp(1.75rem, 5vw, 2.375rem);
      }

      .main .page-hero .container {
        padding-top: 54px;
        padding-bottom: 54px;
      }
    }

    @media (max-width: 767px) {
      :root {
        --rp-hero-title: 2.5rem;
        --rp-section-title: 1.75rem;
        --rp-subsection-title: 1.25rem;
        --rp-body-size: 15px;
        --rp-lead-size: 15px;
        --rp-quote-title: clamp(1.85rem, 8.8vw, 2.65rem);
      }

      :where(.main) .section {
        padding: 58px 0;
      }

      .main .page-hero {
        min-height: auto;
      }

      .main .page-hero .container {
        padding-top: 42px;
        padding-bottom: 42px;
      }

      .main .page-hero .hero-title,
      .main .page-hero h1.hero-title,
      .main .page-hero .root360-hero-title,
      .main .page-hero .disease-hero-title,
      .main .page-hero .conditions-hero-title,
      .main .page-hero .approach-hero-title {
        max-width: 13.5ch;
        line-height: 1.04 !important;
      }

      .main .about-page .page-hero .about-hero-title {
        max-width: 100% !important;
        font-size: clamp(2.05rem, 9vw, 2.75rem) !important;
      }

      .main .about-page .page-hero .about-hero-title span {
        white-space: normal;
      }

      .main .services-hero .hero-title,
      .main .care-model-hero .hero-title {
        max-width: 15ch;
        font-size: var(--rp-hero-title) !important;
      }

      .main .page-hero .hero-subtitle {
        max-width: 34ch;
        font-size: var(--rp-lead-size);
      }

      .main .contact-title {
        font-size: var(--rp-hero-title) !important;
      }

      .main .quote-section .quote-wrapper {
        padding: 50px 18px;
      }

      :where(.main) .custom-btn,
      :where(.main) button.custom-btn,
      :where(.main) .btn-dark,
      :where(.main) .btn-primary {
        min-height: 46px;
        padding: 12px 22px;
        font-size: var(--rp-button-size);
      }
    }

    /* ROOTOPATHY multipage professional template layer */
    :root {
      --rp-container-wide: 1180px;
      --rp-radius-sm: 8px;
      --rp-radius-md: 12px;
      --rp-radius-lg: 18px;
      --rp-section-y: clamp(64px, 7vw, 104px);
      --rp-card-border: rgba(13, 75, 68, 0.1);
      --rp-card-bg: rgba(255, 253, 248, 0.92);
      --rp-soft-band: linear-gradient(180deg, #fbfbf5 0%, #f3f7f2 100%);
    }

    body {
      background:
        linear-gradient(180deg, #fffdf8 0%, #fbfbf4 42%, #f6f8f2 100%);
      overflow-x: hidden;
    }

    body::selection {
      background: rgba(216, 193, 141, 0.42);
      color: var(--rp-green-950);
    }

    .container,
    .container-lg,
    .container-xl {
      max-width: var(--rp-container-wide);
    }

    .site-shell-header {
      background: rgba(255, 253, 248, 0.94);
      box-shadow: 0 16px 44px rgba(8, 37, 31, 0.07);
    }

    .site-shell-header .topbar {
      height: 36px;
      background: linear-gradient(90deg, #06251f 0%, #0a4b43 58%, #0d5b56 100%);
      font-size: 0.78rem;
      letter-spacing: 0.01em;
    }

    .site-shell-header .branding {
      min-height: 86px;
    }

    .site-shell-header .logo img {
      max-height: 56px;
      filter: drop-shadow(0 6px 10px rgba(10, 44, 50, 0.08));
    }

    .site-shell-header .navmenu a,
    .site-shell-header .navmenu a:focus {
      border-radius: 999px;
      color: rgba(16, 43, 40, 0.82);
      font-size: 0.86rem;
      font-weight: 800;
      letter-spacing: 0.02em;
      padding: 10px 14px;
    }

    .site-shell-header .navmenu li:hover > a,
    .site-shell-header .navmenu .active,
    .site-shell-header .navmenu .active:focus {
      background: rgba(13, 91, 86, 0.07);
      color: var(--rp-green-800);
    }

    .site-shell-header .navmenu .dropdown ul {
      border-radius: var(--rp-radius-lg);
      border: 1px solid rgba(13, 75, 68, 0.12);
      background: rgba(255, 253, 248, 0.98);
      box-shadow: 0 24px 60px rgba(8, 37, 31, 0.13);
    }

    .site-cta-btn,
    .site-mobile-book,
    :where(.main) .custom-btn,
    :where(.main) button.custom-btn,
    :where(.main) .btn-dark,
    :where(.main) .btn-primary {
      border: 0;
      border-radius: 999px;
      background:
        linear-gradient(135deg, rgba(216, 193, 141, 0.22), transparent 34%),
        linear-gradient(135deg, var(--rp-green-950), var(--rp-green-800));
      color: #fff !important;
      font-family: var(--rp-font-body);
      font-size: var(--rp-button-size);
      font-weight: 600;
      letter-spacing: 0.03em;
      min-height: 48px;
      padding: 13px 24px;
      box-shadow: 0 14px 30px rgba(8, 37, 31, 0.18);
    }

    .site-cta-btn:hover,
    .site-mobile-book:hover,
    :where(.main) .custom-btn:hover,
    :where(.main) button.custom-btn:hover,
    :where(.main) .btn-dark:hover,
    :where(.main) .btn-primary:hover {
      background:
        linear-gradient(135deg, rgba(216, 193, 141, 0.26), transparent 34%),
        linear-gradient(135deg, #041c18, var(--rp-green-900));
      color: var(--rp-gold-soft) !important;
      transform: translateY(-2px);
      box-shadow: 0 20px 42px rgba(8, 37, 31, 0.24);
    }

    :where(.main) {
      background: transparent;
    }

    :where(.main) .section {
      padding: var(--rp-section-y) 0;
    }

    :where(.main) .section-heading {
      color: var(--rp-green-950);
      font-size: var(--rp-section-title);
      font-weight: 600;
      line-height: 1.25;
      margin-bottom: 18px;
      max-width: 14ch;
    }

    :where(.main) .text-center .section-heading,
    :where(.main) .section-heading.text-center {
      margin-left: auto;
      margin-right: auto;
      max-width: 18ch;
    }

    :where(.main) .section-label,
    :where(.main) .sub-title,
    :where(.main) .hero-badge,
    :where(.main) .doc-designation {
      color: var(--rp-green-700);
      font-size: var(--rp-small-size);
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.4;
    }

    :where(.main) .lead,
    :where(.main) .lead-text {
      color: rgba(16, 43, 40, 0.78);
      font-size: var(--rp-lead-size);
      font-weight: 400;
      line-height: 1.6;
    }

    :where(.main) p,
    :where(.main) li {
      color: rgba(97, 112, 109, 0.98);
      font-size: var(--rp-body-size);
      line-height: var(--rp-body-line);
    }

    .main .page-hero {
      min-height: clamp(300px, 34vw, 430px);
      border-bottom: 1px solid rgba(216, 193, 141, 0.42);
      background:
        linear-gradient(90deg, rgba(6, 37, 31, 0.94), rgba(10, 75, 67, 0.76), rgba(6, 37, 31, 0.42)),
        radial-gradient(circle at 78% 18%, rgba(216, 193, 141, 0.22), transparent 17%),
        linear-gradient(135deg, var(--rp-green-950), var(--rp-green-800));
    }

    .main .page-hero .container {
      padding-top: clamp(56px, 7vw, 90px);
      padding-bottom: clamp(56px, 7vw, 90px);
    }

    .main .page-hero-bg img,
    .main .page-hero > img {
      opacity: 0.34;
      filter: saturate(0.92) contrast(1.04);
    }

    .main .page-hero-overlay {
      background:
        linear-gradient(90deg, rgba(6, 37, 31, 0.88), rgba(10, 75, 67, 0.66), rgba(6, 37, 31, 0.26)),
        linear-gradient(0deg, rgba(6, 37, 31, 0.18), transparent 48%);
    }

    .main .page-hero .hero-title,
    .main .page-hero h1.hero-title,
    .main .page-hero .root360-hero-title,
    .main .page-hero .disease-hero-title,
    .main .page-hero .conditions-hero-title,
    .main .page-hero .approach-hero-title {
      max-width: 18ch;
      color: #fff8ea !important;
      font-size: var(--rp-hero-title) !important;
      line-height: 1.15 !important;
      letter-spacing: -0.02em !important;
      text-shadow: 0 16px 34px rgba(3, 19, 16, 0.28);
    }

    .main .page-hero .hero-subtitle {
      color: rgba(255, 248, 234, 0.82) !important;
      font-size: var(--rp-lead-size);
      line-height: 1.6;
      max-width: 56ch;
    }

    :where(.main) .phase-card,
    :where(.main) .service-item,
    :where(.main) .highlight-box,
    :where(.main) .experience-box,
    :where(.main) .institute-badge,
    :where(.main) .legal-content,
    :where(.main) .blog-card,
    :where(.main) .story-card,
    :where(.main) .mapping-card,
    :where(.main) .domain-box,
    :where(.main) .form-card {
      border: 1px solid var(--rp-card-border) !important;
      border-radius: var(--rp-radius-md) !important;
      background: var(--rp-card-bg);
      box-shadow: 0 16px 38px rgba(8, 37, 31, 0.07);
    }

    :where(.main) .phase-card,
    :where(.main) .service-item,
    :where(.main) .experience-box,
    :where(.main) .institute-badge,
    :where(.main) .domain-box {
      transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    }

    :where(.main) .phase-card:hover,
    :where(.main) .service-item:hover,
    :where(.main) .experience-box:hover,
    :where(.main) .institute-badge:hover,
    :where(.main) .domain-box:hover {
      border-color: rgba(216, 193, 141, 0.62) !important;
      box-shadow: 0 24px 58px rgba(8, 37, 31, 0.12);
      transform: translateY(-4px);
    }

    :where(.main) .phase-card h4,
    :where(.main) .service-item h3,
    :where(.main) .experience-box h5,
    :where(.main) .institute-badge h6,
    :where(.main) .domain-box h4 {
      color: var(--rp-green-950);
      font-family: var(--rp-font-heading);
      line-height: 1.14;
    }

    :where(.main) .image-wrapper-premium,
    :where(.main) .about-image-wrapper,
    :where(.main) .signal-visual-frame {
      border-radius: var(--rp-radius-lg);
      overflow: hidden;
      box-shadow: 0 24px 62px rgba(8, 37, 31, 0.13);
    }

    :where(.main) img.rounded-4,
    :where(.main) .rounded-4 {
      border-radius: var(--rp-radius-md) !important;
    }

    :where(.main) .bg-soft-blue,
    :where(.main) .light-background {
      background: var(--rp-soft-band) !important;
    }

    :where(.main) .form-control,
    :where(.main) .form-select,
    :where(.main) .form-control-custom {
      min-height: 48px;
      border: 1px solid rgba(13, 75, 68, 0.14);
      border-radius: var(--rp-radius-sm);
      background: rgba(255, 255, 255, 0.92);
      color: var(--rp-ink);
      font-size: 0.95rem;
      padding: 12px 14px;
    }

    :where(.main) textarea.form-control,
    :where(.main) textarea.form-control-custom {
      min-height: 128px;
    }

    :where(.main) .form-control:focus,
    :where(.main) .form-select:focus,
    :where(.main) .form-control-custom:focus {
      border-color: var(--rp-green-700);
      box-shadow: 0 0 0 4px rgba(13, 91, 86, 0.1);
    }

    .site-shell-footer {
      background:
        linear-gradient(180deg, rgba(255, 253, 248, 0.94) 0%, rgba(239, 246, 241, 0.98) 100%);
      border-top: 1px solid rgba(13, 75, 68, 0.1);
      padding-top: clamp(58px, 7vw, 86px);
    }

    .site-shell-footer .footer-brand {
      font-family: var(--rp-font-heading);
      font-size: 1.85rem;
      letter-spacing: 0;
    }

    .site-shell-footer h4 {
      font-family: var(--rp-font-body);
      font-size: 0.78rem;
      letter-spacing: 0.14em;
    }

    .site-shell-footer a {
      transition: color 0.2s ease, transform 0.2s ease;
    }

    .site-shell-footer li a:hover {
      display: inline-block;
      transform: translateX(2px);
    }

    @media (max-width: 1199px) {
      .mobile-nav-active .site-shell-header .navmenu > ul {
        border-radius: var(--rp-radius-lg);
      }
    }

    @media (max-width: 767px) {
      .site-shell-header .branding {
        min-height: 76px;
      }

      .site-shell-header .logo img {
        max-height: 36px;
      }

      .site-shell-header .topbar .contact-info {
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
      }

      .site-shell-header .topbar .contact-info .ms-4 {
        margin-left: 0 !important;
      }

      :where(.main) .section {
        padding: 56px 0;
      }

      .main .page-hero .hero-title,
      .main .page-hero h1.hero-title,
      .main .page-hero .root360-hero-title,
      .main .page-hero .disease-hero-title,
      .main .page-hero .conditions-hero-title,
      .main .page-hero .approach-hero-title {
        max-width: 100%;
        font-size: clamp(2rem, 10vw, 2.75rem) !important;
      }

      :where(.main) .section-heading {
        max-width: 100%;
      }

      .floating-container {
        bottom: 86px;
      }
    }

    /* Shared header fit pass */
    .site-shell-header .branding {
      min-height: 84px;
    }

    .site-shell-header .branding > .container {
      max-width: min(100% - 32px, 1720px);
      gap: 18px;
      flex-wrap: nowrap;
    }

    .site-shell-header .logo {
      flex: 0 0 245px;
      min-width: 0;
      margin-right: 0 !important;
    }

    .site-shell-header .logo img {
      width: 100%;
      max-width: 245px;
      max-height: 54px;
      object-fit: contain;
    }

    .site-shell-header .navmenu {
      flex: 1 1 auto;
      min-width: 0;
    }

    .site-shell-header .navmenu > ul {
      justify-content: center;
      gap: 8px;
      flex-wrap: nowrap;
    }

    .site-shell-header .navmenu > ul > li {
      padding: 0;
    }

    .site-shell-header .navmenu > ul > li.dropdown {
      display: none;
    }

    .site-shell-header .navmenu a,
    .site-shell-header .navmenu a:focus {
      font-size: 0.92rem;
      padding: 12px 18px;
    }

    .site-shell-header .site-cta-btn {
      min-height: 54px;
      padding: 15px 26px;
      white-space: nowrap;
    }

    .site-shell-header .site-search-link {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
    }

    @media (min-width: 1200px) and (max-width: 1450px) {
      .site-shell-header .branding > .container {
        gap: 12px;
      }

      .site-shell-header .logo {
        flex-basis: 210px;
      }

      .site-shell-header .logo img {
        max-width: 210px;
      }

      .site-shell-header .navmenu > ul {
        gap: 4px;
      }

      .site-shell-header .navmenu a,
      .site-shell-header .navmenu a:focus {
        font-size: 0.84rem;
        padding: 10px 12px;
      }

      .site-shell-header .site-cta-btn {
        min-height: 50px;
        padding: 13px 22px;
        font-size: 0.86rem;
      }
    }

    @media (max-width: 1199px) {
      .site-shell-header .branding > .container {
        max-width: min(100% - 24px, 960px);
      }

      .site-shell-header .logo {
        flex: 1 1 auto;
      }

      .site-shell-header .logo img {
        width: auto;
        max-width: min(230px, 100%);
      }

      .site-shell-header .navmenu {
        flex: 0 0 auto;
      }

      .site-shell-header .navmenu > ul > li.dropdown {
        display: block;
      }
    }

    /* Shared dark footer */
    .site-shell-footer {
      background:
        radial-gradient(circle at 85% 0%, rgba(31, 213, 206, 0.12), transparent 28%),
        linear-gradient(90deg, #061923 0%, #062630 48%, #061923 100%) !important;
      border-top: 1px solid rgba(32, 214, 207, 0.18) !important;
      color: rgba(240, 250, 250, 0.82) !important;
      margin-top: 0;
      padding: 28px 0 0 !important;
      overflow: hidden;
    }

    .site-shell-footer .footer-top {
      width: calc(100% - 200px);
      max-width: none;
      padding-top: 0;
    }

    .site-footer-grid {
      display: grid;
      grid-template-columns: 1.45fr 0.85fr 0.85fr 0.72fr 1fr;
      gap: 28px;
      align-items: start;
      padding: 10px 0 24px;
    }

    .site-footer-brand-block,
    .site-footer-col,
    .site-footer-connect {
      min-height: 132px;
    }

    .site-footer-col,
    .site-footer-connect {
      border-left: 1px solid rgba(255, 255, 255, 0.09);
      padding-left: 28px;
    }

    .site-footer-logo {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      color: #f7fbfb !important;
      text-decoration: none;
      margin-bottom: 14px;
    }

    .site-footer-logo img {
      width: 66px;
      height: 66px;
      object-fit: contain;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.92);
      border: 1px solid rgba(255, 255, 255, 0.72);
      padding: 7px;
      filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
    }

    .site-footer-logo span {
      display: flex;
      flex-direction: column;
      color: #f7fbfb;
      font-family: var(--rp-font-body);
      letter-spacing: 0.02em;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .site-footer-logo strong {
      display: inline-flex;
      align-items: flex-start;
      gap: 2px;
      color: #f7fbfb;
      font-size: 1.35rem;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
    }

    .site-footer-logo sup {
      font-size: 0.56rem;
      line-height: 1;
      margin-left: 0;
      position: relative;
      top: -0.08em;
    }

    .site-footer-logo small {
      display: block;
      margin-top: 4px;
      color: rgba(240, 250, 250, 0.82);
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.05em;
      line-height: 1.25;
      text-transform: uppercase;
    }

    .site-footer-brand-block p {
      max-width: 360px;
      margin: 0;
      color: rgba(240, 250, 250, 0.72) !important;
      font-size: 0.95rem;
      line-height: 1.62;
    }

    .site-shell-footer h4 {
      color: #f7fbfb !important;
      font-family: var(--rp-font-body);
      font-size: 0.85rem;
      font-weight: 900;
      letter-spacing: 0.04em;
      margin-bottom: 14px;
      text-transform: uppercase;
    }

    .site-shell-footer ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .site-shell-footer li + li {
      margin-top: 8px;
    }

    .site-shell-footer a,
    .site-shell-footer li {
      color: rgba(240, 250, 250, 0.76) !important;
      font-size: 0.93rem;
      line-height: 1.35;
    }

    .site-shell-footer a:hover {
      color: #20d6cf !important;
    }

    .site-shell-footer .footer-socials {
      display: flex;
      gap: 12px;
      margin: 0 0 20px;
    }

    .site-shell-footer .footer-socials a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.06);
      color: #f7fbfb !important;
      font-size: 1.15rem;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    }

    .site-footer-appointment {
      display: inline-flex !important;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 54px;
      min-width: 230px;
      border-radius: 7px;
      background: linear-gradient(135deg, #18aaa9, #087b7e);
      color: #ffffff !important;
      font-size: 0.94rem !important;
      font-weight: 900;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      box-shadow: 0 16px 36px rgba(8, 123, 126, 0.28);
    }

    .site-footer-appointment:hover {
      background: linear-gradient(135deg, #20d6cf, #0a8f90);
      color: #ffffff !important;
      transform: translateY(-1px);
    }

    .site-shell-footer .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
      color: rgba(240, 250, 250, 0.82) !important;
      margin-top: 0 !important;
      padding: 18px 0 20px !important;
      font-size: 0.92rem;
    }

    .site-shell-footer .footer-bottom strong {
      color: #20d6cf;
    }

    @media (max-width: 1199px) {
      .site-shell-footer .footer-top {
        width: calc(100% - 32px);
      }

      .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .site-footer-brand-block {
        grid-column: 1 / -1;
      }

      .site-footer-col,
      .site-footer-connect {
        border-left: 0;
        padding-left: 0;
      }
    }

    @media (max-width: 767px) {
      .site-shell-footer {
        padding-bottom: 88px !important;
      }

      .site-shell-footer .footer-top {
        width: calc(100% - 24px);
      }

      .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .site-footer-brand-block,
      .site-footer-col,
      .site-footer-connect {
        min-height: 0;
      }

      .site-footer-logo img {
        width: 58px;
        height: 58px;
      }

      .site-footer-logo span {
        font-size: 1.12rem;
      }

      .site-footer-logo strong {
        font-size: 1.12rem;
      }

      .site-footer-appointment {
        width: 100%;
        min-width: 0;
      }
    }

    @media (max-width: 1199px) {
      .mobile-nav-active .site-shell-header .navmenu {
        background: rgba(6, 25, 35, 0.28) !important;
        box-sizing: border-box !important;
        display: block !important;
        height: 100vh !important;
        inset: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: fixed !important;
        right: 0 !important;
        width: 100vw !important;
        z-index: 9997 !important;
      }

      .mobile-nav-active .site-shell-header .navmenu > ul {
        display: block !important;
        inset: 82px 16px auto 16px !important;
        max-height: calc(100vh - 104px) !important;
        margin: 0 !important;
        overflow-y: auto !important;
        position: fixed !important;
        width: auto !important;
      }

      .site-shell-header .navmenu > ul > li.dropdown {
        display: none !important;
      }
    }
