:root {
  --bg: #f4f5f7;
  --ink: #101820;
  --muted: #4c5562;
  --brand: #66c61c;
  --brand-dark: #4d9615;
  --announcement-bg: var(--brand);
  --announcement-text: #ffffff;
  --maintenance-bg: rgba(15, 23, 42, 0.92);
  --maintenance-card: #0f1723;
  --navy: #0a1a2b;
  --card: #ffffff;
  --line: #d6dde5;
  --header-bg: #ffffff;
  --header-border: rgba(16, 24, 32, 0.08);
  --nav-link-hover: #1e2f44;
  --dropdown-bg: #ffffff;
  --dropdown-border: #d6dde5;
  --dropdown-item-border: #edf1f5;
  --dropdown-hover: #f5faef;
  --dropdown-active: #eaf6de;
  --dropdown-shadow: 0 14px 34px rgba(10, 26, 43, 0.16);
  --surface-soft: #f8fafc;
  --field-bg: #ffffff;
  --field-border: #cdd4dd;
  --section-alt-start: #eceff3;
  --section-alt-end: #e8ecf0;
  --service-grad-start: #ffffff;
  --service-grad-end: #f3f7fb;
  --body-soft-text: #24303d;
  --stat-number-color: #1a2f45;
  --faq-trigger-bg: #f2f4f7;
  --faq-active-bg: rgba(102, 198, 28, 0.14);
  --faq-body-bg: #ffffff;
  --footer-bg: #0b121a;
  --footer-text: #c8d3df;
  --menu-bg: #ffffff;
  --menu-border: rgba(16, 24, 32, 0.09);
  --radius: 18px;
  --shadow: 0 16px 40px rgba(12, 24, 41, 0.12);
}

html[data-color-scheme="green"] {
  --brand: #2f8b4f;
  --brand-dark: #256f3f;
  --faq-trigger-bg: #eef7ed;
  --faq-active-bg: rgba(47, 139, 79, 0.14);
  --faq-body-bg: #f7fbf7;
}

html[data-color-scheme="dark"] {
  --brand: #5b7d9f;
  --brand-dark: #446275;
  --faq-trigger-bg: #1a2a3b;
  --faq-active-bg: #234059;
  --faq-body-bg: #122233;
}

html[data-color-scheme="light"] {
  --brand: #7aa25d;
  --brand-dark: #5b7c43;
  --faq-trigger-bg: #f4f7f1;
  --faq-active-bg: rgba(122, 162, 93, 0.14);
  --faq-body-bg: #ffffff;
}

.site-announcement {
  width: 100%;
  background: var(--announcement-bg);
  color: var(--announcement-text);
  text-align: center;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 0.95rem;
}

#smg-maintenance-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--maintenance-bg);
  display: grid;
  place-items: center;
  padding: 20px;
}

#smg-maintenance-overlay .smg-maintenance-card {
  max-width: 520px;
  width: 100%;
  background: var(--maintenance-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  color: #f8fafc;
}

#smg-maintenance-overlay .smg-maintenance-card strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

#smg-maintenance-overlay .smg-maintenance-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

html[data-theme="dark"] {
  --bg: #0c141d;
  --ink: #e6edf5;
  --muted: #9aaec3;
  --card: #13202f;
  --line: #2b3d51;
  --header-bg: #091018;
  --header-border: rgba(157, 182, 210, 0.2);
  --nav-link-hover: #d3e6fb;
  --dropdown-bg: #132233;
  --dropdown-border: #34506a;
  --dropdown-item-border: #284057;
  --dropdown-hover: #1a3148;
  --dropdown-active: #24415c;
  --dropdown-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
  --surface-soft: #122233;
  --field-bg: #0f1b29;
  --field-border: #35506a;
  --section-alt-start: #111d2a;
  --section-alt-end: #0f1a26;
  --service-grad-start: #1a2a3c;
  --service-grad-end: #132235;
  --body-soft-text: #c4d3e3;
  --stat-number-color: #cde8ff;
  --faq-trigger-bg: #1a2a3b;
  --faq-active-bg: #234059;
  --faq-body-bg: #122233;
  --footer-bg: #070c12;
  --footer-text: #a7bacd;
  --menu-bg: #122233;
  --menu-border: rgba(157, 182, 210, 0.22);
}

html[data-color-scheme="green"] {
  --brand: #2f8b4f;
  --brand-dark: #256f3f;
}

html[data-color-scheme="dark"] {
  --brand: #5b7d9f;
  --brand-dark: #446275;
}

html[data-color-scheme="light"] {
  --brand: #7aa25d;
  --brand-dark: #5b7c43;
}

.site-announcement {
  width: 100%;
  background: var(--announcement-bg);
  color: var(--announcement-text);
  text-align: center;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 0.95rem;
}

#smg-maintenance-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--maintenance-bg);
  display: grid;
  place-items: center;
  padding: 20px;
}

#smg-maintenance-overlay .smg-maintenance-card {
  max-width: 520px;
  width: 100%;
  background: var(--maintenance-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  color: #f8fafc;
}

#smg-maintenance-overlay .smg-maintenance-card strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

#smg-maintenance-overlay .smg-maintenance-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  outline: none !important;
}

body::before {
  content: none !important;
  display: none !important;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", "Trebuchet MS", sans-serif;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  margin-top: 0 !important;
  z-index: 1000;
  background: var(--header-bg);
  backdrop-filter: none;
  border-bottom: 1px solid var(--header-border);
}

.nav-wrap {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  display: block;
  height: 56px;
  width: auto;
  object-fit: contain;
}

.brand-mark {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--brand);
  background: var(--navy);
  border-radius: 12px;
  padding: 8px 10px;
}

.brand-text {
  max-width: 230px;
  font-size: 0.92rem;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-dropdown {
  position: relative;
}

.main-nav a {
  padding: 8px 0;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font: inherit;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus-visible,
.nav-dropdown.open .dropdown-toggle {
  color: var(--nav-link-hover);
  border-color: var(--brand);
}

.nav-dropdown.has-active .dropdown-toggle {
  color: var(--nav-link-hover);
  border-color: var(--brand);
}

.dropdown-caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.nav-dropdown.open .dropdown-caret {
  transform: rotate(225deg) translateY(-1px);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 270px;
  border-radius: 14px;
  border: 1px solid var(--dropdown-border);
  background: var(--dropdown-bg);
  box-shadow: var(--dropdown-shadow);
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.dropdown-menu a {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid var(--dropdown-item-border);
}

.dropdown-menu a:last-child {
  border-bottom: 0;
}

.dropdown-menu a:hover {
  background: var(--dropdown-hover);
}

.dropdown-menu a.active {
  background: var(--dropdown-active);
  color: var(--ink);
  font-weight: 700;
}

.nav-dropdown.open .dropdown-menu,
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.main-nav a:hover {
  color: var(--nav-link-hover);
  border-color: var(--brand);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  background: var(--menu-bg);
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid transparent;
  min-height: 50px;
  padding: 0 22px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-solid {
  background: var(--brand);
  color: #f7fff0;
  box-shadow: 0 8px 20px rgba(102, 198, 28, 0.25);
}

.btn-solid:hover {
  background: var(--brand-dark);
}

.btn-outline {
  border-color: var(--brand);
  color: var(--brand-dark);
  background: transparent;
}

.btn-outline:hover {
  background: rgba(102, 198, 28, 0.09);
}

.nav-cta {
  margin-left: 4px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 30%, rgba(102, 198, 28, 0.32), transparent 45%),
    linear-gradient(120deg, #0a1a2b 0%, #122843 50%, #1c2f4a 100%);
  color: #f6fbff;
  padding: 76px 0 58px;
}

.hero-bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(10px);
}

.shape-one {
  width: 340px;
  height: 340px;
  background: #66c61c;
  right: -120px;
  top: -80px;
}

.shape-two {
  width: 280px;
  height: 280px;
  background: #2cd2bc;
  left: -70px;
  bottom: -120px;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: start;
}

.hero-grid-single {
  grid-template-columns: 1fr;
}

.eyebrow {
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-copy h1 {
  margin-top: 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
  max-width: 15ch;
}

.intro {
  margin-top: 16px;
  max-width: 52ch;
  color: #d9e3ef;
}

.check-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.check-list li::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  background: var(--brand);
  color: #0a1a2b;
  font-weight: 800;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.price-badge {
  margin-top: 18px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(102, 198, 28, 0.12);
  border: 1px solid rgba(102, 198, 28, 0.28);
  color: var(--ink);
}

.price-badge .price-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
}

.price-badge .price-value {
  font-family: "Sora", "Trebuchet MS", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}

.price-badge .price-note {
  font-size: 0.88rem;
  color: var(--muted);
}

.price-badge .price-tax {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.hero-form-card {
  background: var(--surface-soft);
  color: var(--ink);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 28px;
}

.hero-form-card h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.hero-form-card form {
  display: grid;
  gap: 12px;
}

.hero-form-card label {
  display: grid;
  gap: 6px;
}

.hero-form-card span {
  font-size: 0.9rem;
  color: var(--muted);
}

input,
select {
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
  border: 1px solid var(--field-border);
  background: var(--field-bg);
  color: var(--ink);
  padding: 0 14px;
  font: inherit;
}

textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--field-border);
  background: var(--field-bg);
  color: var(--ink);
  padding: 12px 14px;
  font: inherit;
  resize: vertical;
  min-height: 120px;
}

.plan-form {
  display: grid;
  gap: 18px;
}

.plan-form h3 {
  margin-top: 6px;
  font-size: 1.35rem;
}

.plan-form label {
  display: grid;
  gap: 6px;
}

.plan-grid {
  display: grid;
  gap: 12px;
}

.plan-grid.one {
  grid-template-columns: 1fr;
}

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

.plan-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-row input {
  width: 18px;
  min-height: 18px;
}

.full {
  width: 100%;
}

.section {
  padding: 86px 0;
}

.alt {
  background: linear-gradient(180deg, var(--section-alt-start) 0%, var(--section-alt-end) 100%);
}

.section-head {
  margin-bottom: 30px;
  max-width: 760px;
}

.section-head h2 {
  margin-top: 10px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.cards {
  display: grid;
  gap: 16px;
}

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

.cards.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 10px 28px rgba(10, 26, 43, 0.07);
}

.service-card {
  background: linear-gradient(145deg, var(--service-grad-start) 0%, var(--service-grad-end) 100%);
}

.service-card h3 {
  font-size: 1.9rem;
  margin-bottom: 8px;
}

.service-card-tight-title h3 {
  font-size: 1.65rem;
}

.service-card p {
  color: var(--body-soft-text);
}

/* Make cards inside the contact/cards-two area follow theme variables */
.cards.two .card {
  padding: 36px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: linear-gradient(145deg, var(--service-grad-start) 0%, var(--service-grad-end) 100%);
  border: 1px solid var(--line);
  color: var(--ink);
}

.cards.two .card h3 {
  font-size: 2.1rem;
  margin-bottom: 12px;
  line-height: 1.05;
  color: var(--ink);
}

.cards.two .card p {
  color: var(--body-soft-text);
  margin-bottom: 8px;
}

.cards.two .card p strong {
  font-weight: 700;
  color: var(--ink);
}

.cards.two { gap: 24px; }

/* Ensure all text inside themed cards follows the current theme colors */
.cards.two .card h1,
.cards.two .card h2,
.cards.two .card h3,
.cards.two .card h4,
.cards.two .card h5,
.cards.two .card h6 {
  color: var(--ink) !important;
}

.cards.two .card p,
.cards.two .card li,
.cards.two .card small,
.cards.two .card span,
.cards.two .card div {
  color: var(--body-soft-text) !important;
}

.cards.two .card a {
  color: var(--brand) !important;
}

.cards.two .card strong {
  color: var(--ink) !important;
  font-weight: 700;
}

.cards.two .card * { color: inherit; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.image-panel,
.team-panel {
  min-height: 360px;
  border-radius: var(--radius);
  border: 1px solid rgba(10, 26, 43, 0.14);
  box-shadow: var(--shadow);
}

.image-panel {
  background:
    linear-gradient(rgba(14, 24, 37, 0.06), rgba(14, 24, 37, 0.06)),
    url("assets/images/management-visual.svg") center/cover no-repeat;
}

.team-panel {
  background:
    linear-gradient(rgba(14, 24, 37, 0.08), rgba(14, 24, 37, 0.08)),
    url("assets/images/team-panel-visual.svg") center/cover no-repeat;
}

.content-panel h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.content-panel p {
  color: var(--body-soft-text);
  margin-bottom: 10px;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.stats-strip {
  padding-top: 48px;
  padding-bottom: 48px;
}

.stat-card {
  text-align: center;
}

.stat-number {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  font-weight: 800;
  color: var(--stat-number-color);
}

.faq-split {
  align-items: start;
}

.muted {
  color: var(--muted);
}

.faq-list {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq-item + .faq-item {
  border-top: 1px solid var(--line);
}

.faq-trigger {
  width: 100%;
  text-align: left;
  border: 0;
  background: var(--faq-trigger-bg);
  color: var(--ink);
  font: inherit;
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 18px 20px;
  cursor: pointer;
}

.faq-item.active .faq-trigger {
  background: var(--faq-active-bg);
}

.faq-body {
  display: none;
  padding: 0 20px 18px;
  background: var(--faq-body-bg);
  color: var(--body-soft-text);
}

.faq-body p {
  color: inherit;
}

.faq-item.active .faq-body {
  display: block;
}

.values-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 28px;
}

.values-grid h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.value-list {
  display: grid;
  gap: 12px;
}

.value-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
}

.value-item h3 {
  margin-bottom: 6px;
}

.legal-content {
  display: grid;
  gap: 16px;
}

.legal-content h2 {
  margin-top: 10px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.legal-content p {
  color: var(--body-soft-text);
}

.legal-content ul {
  margin: 0;
  padding-left: 20px;
  color: var(--body-soft-text);
  display: grid;
  gap: 8px;
}

.testimonial-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 10px;
}

.testimonial {
  display: none;
  max-width: none;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial.current {
  display: block;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(10, 26, 43, 0.18);
}

.testimonial h3 {
  font-size: 1rem;
}

.testimonial p:last-child {
  font-size: 0.88rem;
}

.testimonial.card {
  padding: 18px;
}

.rating {
  color: #f2b400;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin: 8px 0;
}

.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--ink);
  font-size: 1.4rem;
  cursor: pointer;
}

.site-footer {
  background: var(--footer-bg);
  color: #e5ecf5;
  padding-top: 54px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 36px;
}

.site-footer h3 {
  margin-bottom: 12px;
}

.site-footer p {
  display: block;
  margin-bottom: 8px;
  color: var(--footer-text);
}

.footer-grid > div > a {
  display: block;
  margin-bottom: 8px;
  color: var(--footer-text);
}

.theme-header-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--card);
}

.theme-icon-btn {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.theme-icon-btn:hover {
  transform: translateY(-1px);
}

.theme-icon-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-icon-btn[data-theme="dark"] svg {
  fill: currentColor;
  stroke: none;
}

.theme-icon-btn.active {
  background: var(--brand);
  color: #0f2205;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  padding: 18px 12px 24px;
}

.footer-bottom p + p {
  margin-top: 6px;
  color: #8be237;
}

@media (max-width: 760px) {
  .hero-grid,
  .split,
  .values-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cards.four,
  .cards.two,
  .testimonial-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-cta {
    display: none;
  }
}

@media (max-width: 560px) {
  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    flex-direction: column;
    align-items: stretch;
    background: var(--menu-bg);
    border-bottom: 1px solid var(--menu-border);
    padding: 12px 4vw 18px;
    display: none;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 10px 4px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 10px 4px;
  }

  .dropdown-menu {
    position: static;
    min-width: 0;
    border-radius: 10px;
    margin: 4px 0 8px;
    border: 1px solid var(--dropdown-border);
    box-shadow: none;
    max-height: 0;
    opacity: 1;
    transform: none;
    pointer-events: none;
    transition: max-height 0.22s ease;
  }

  .nav-dropdown.open .dropdown-menu {
    max-height: 320px;
    pointer-events: auto;
  }

  .dropdown-menu a {
    padding: 12px;
  }

  .hero {
    padding-top: 58px;
  }

  .brand-logo {
    height: 44px;
  }

  .hero-form-card h2 {
    font-size: 1.6rem;
  }

  .cards.four,
  .cards.two,
  .testimonial-track {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 0;
  }

  .theme-header-toggle {
    margin-left: 10px;
    margin-right: 8px;
  }

  .plan-grid.two,
  .plan-grid.three {
    grid-template-columns: 1fr;

  .calculator-layout {
    align-items: start;
  }

  .calculator-card,
  .calculator-result {
    padding: 28px;
  }

  .calculator-result {
    position: sticky;
    top: 120px;
    background: linear-gradient(180deg, rgba(102, 198, 28, 0.14), rgba(102, 198, 28, 0.05));
    border: 1px solid rgba(102, 198, 28, 0.2);
  }

  .calculator-amount {
    margin-top: 16px;
    font-family: "Sora", "Trebuchet MS", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
    color: var(--ink);
  }

  .calculator-tax {
    margin-top: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-dark);
  }

  .calculator-summary {
    margin-top: 14px;
    color: var(--body-soft-text);
  }

  .calculator-points {
    margin: 20px 0 0;
    padding-left: 18px;
    color: var(--body-soft-text);
    display: grid;
    gap: 8px;
  }
  }

  .calculator-result {
    position: static;
  }
}
