:root {
  --svh-primary: #caa55a;
  --svh-deep: #0b2f4f;
  --svh-ink: #071a2b;
  --svh-sky: #f4efe5;
  --svh-mist: #f6f7f8;
  --svh-white: #fff;
  --svh-gold: #d6b36a;
  --svh-line: rgba(7, 26, 43, .13);
  --svh-shadow: 0 24px 70px rgba(7, 26, 43, .13);
  --svh-radius: 22px;
  --svh-body: "Be Vietnam Pro", Arial, sans-serif;
  --svh-heading: "Lora", Georgia, serif;
  --svh-script: "Dancing Script", cursive;
}

body {
  color: var(--svh-ink);
  font-family: var(--svh-body);
  font-size: 15px;
  line-height: 1.75;
}

#top-bar { display: none; }
.header-nav .element-error,
.header-nav .element-error + .header-divider { display: none !important; }
.svh-header-wordmark { color: #fff; display: inline-flex; flex-direction: column; font-family: var(--svh-heading); font-size: clamp(1rem, 1.8vw, 1.35rem); font-weight: 600; letter-spacing: -.02em; line-height: 1; white-space: nowrap; }
.svh-header-wordmark small { color: rgba(255, 255, 255, .72); font-family: var(--svh-body); font-size: .42em; font-weight: 600; letter-spacing: .16em; margin-top: 5px; text-transform: uppercase; }
.stuck .svh-header-wordmark { color: var(--svh-ink); }
.stuck .svh-header-wordmark small { color: var(--svh-deep); }

h1, h2, h3, h4, h5, h6,
.heading-font {
  color: var(--svh-ink);
  font-family: var(--svh-heading);
  font-weight: 500;
  letter-spacing: -.025em;
}

h1 { font-size: clamp(2.05rem, 4.1vw, 3.25rem); line-height: 1.1; }
h2 { font-size: clamp(1.65rem, 2.8vw, 2.45rem); line-height: 1.18; }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.3; }

.svh-script,
.alt-font {
  color: var(--svh-primary);
  font-family: var(--svh-script) !important;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
}

.svh-page .section { overflow: hidden; }
.svh-page .section-content { z-index: 2; }
.svh-page p:last-child { margin-bottom: 0; }
.svh-page .row { max-width: 1240px; }
.svh-page .row.row-full-width { max-width: 100% !important; }

.svh-eyebrow {
  color: var(--svh-deep);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.dark .svh-eyebrow { color: #94eff4; }

.svh-title { margin-bottom: 20px; max-width: 820px; }
.svh-lead { color: rgba(21, 61, 66, .78); font-size: clamp(1rem, 1.35vw, 1.15rem); max-width: 790px; }
.dark .svh-lead { color: rgba(255, 255, 255, .84); }

.svh-hero .banner-bg::after,
.svh-subhero .banner-bg::after {
  background: linear-gradient(90deg, rgba(7, 26, 43, .86), rgba(11, 47, 79, .42) 58%, rgba(7, 26, 43, .12));
  content: "";
  inset: 0;
  position: absolute;
}

.svh-hero .text-box,
.svh-subhero .text-box { max-width: 720px; }
.svh-hero h1 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.55rem); margin: 5px 0 18px; }
.svh-hero h2 { color: #fff; font-size: clamp(1.25rem, 2.2vw, 1.8rem); margin-bottom: 15px; }
.svh-hero p, .svh-subhero p { color: rgba(255, 255, 255, .88); font-size: 1.02rem; }
.svh-subhero h1 { color: #fff; font-size: clamp(1.95rem, 3.5vw, 2.85rem); margin-bottom: 15px; }

.button.primary,
.button.svh-button {
  background: linear-gradient(115deg, #a97a2e, #e6c77f 52%, #b98e42) !important;
  border-color: var(--svh-primary) !important;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(169, 122, 46, .28);
  color: #071a2b !important;
  font-size: .77rem;
  letter-spacing: .06em;
  padding-left: 1.7em;
  padding-right: 1.7em;
}

.button.primary:hover,
.button.svh-button:hover { background: linear-gradient(115deg, #edd28f, #bd9142) !important; border-color: #d6b36a !important; box-shadow: 0 16px 34px rgba(7, 26, 43, .22); transform: translateY(-2px); }

.svh-stat-row {
  background: #fff;
  border-radius: var(--svh-radius);
  box-shadow: var(--svh-shadow);
  margin-top: -62px !important;
  padding: 15px 8px;
  position: relative;
  z-index: 6;
}

.svh-stat {
  border-right: 1px solid var(--svh-line);
  padding: 18px 12px;
  text-align: center;
}
.svh-stat:last-child { border-right: 0; }
.svh-stat strong { color: var(--svh-deep); display: block; font-family: var(--svh-heading); font-size: clamp(1.45rem, 2.7vw, 2.15rem); font-weight: 500; }
.svh-stat span { display: block; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }

.svh-image-frame .img,
.svh-image-frame .banner,
.svh-product-card,
.svh-concept-card {
  border-radius: var(--svh-radius);
  box-shadow: var(--svh-shadow);
  overflow: hidden;
}

.svh-card {
  background: #fff;
  border: 1px solid var(--svh-line);
  border-radius: 18px;
  height: 100%;
  padding: 28px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.svh-card:hover { border-color: rgba(202, 165, 90, .58); box-shadow: var(--svh-shadow); transform: translateY(-5px); }
.svh-card h3 { margin: 0 0 10px; }
.svh-card p { color: rgba(21, 61, 66, .72); font-size: .9rem; }
.svh-card__icon {
  align-items: center;
  background: var(--svh-sky);
  border-radius: 15px;
  color: var(--svh-deep);
  display: inline-flex;
  font-family: var(--svh-heading);
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 20px;
  width: 48px;
}

.svh-context-card { border-left: 4px solid var(--svh-primary); }
.svh-source { color: var(--svh-deep); display: inline-block; font-size: .78rem; font-weight: 600; margin-top: 14px; }

.svh-concept-card { background: #fff; }
.svh-concept-card .box-text { padding: 24px 25px 28px; }
.svh-concept-card .box-text p { font-size: .88rem; }

.svh-note {
  background: var(--svh-sky);
  border-left: 4px solid var(--svh-primary);
  border-radius: 0 14px 14px 0;
  color: rgba(21, 61, 66, .82);
  font-size: .84rem;
  margin: 18px 0;
  padding: 17px 20px;
}

.svh-update {
  background: rgba(32, 184, 199, .11);
  border-radius: 999px;
  color: var(--svh-deep);
  display: inline-block;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
  padding: 6px 11px;
  text-transform: uppercase;
}

.svh-product-card {
  background: #fff;
  border: 1px solid var(--svh-line);
  height: 100%;
}
.svh-product-card .box-text { padding: 22px 24px 28px; }
.svh-product-card ul { color: rgba(21, 61, 66, .72); font-size: .84rem; margin: 12px 0 0 18px; }

.svh-policy .col-inner {
  background: #fff;
  border: 1px solid var(--svh-line);
  border-radius: 18px;
  height: 100%;
  padding: 26px;
}
.svh-policy ul { font-size: .86rem; margin-left: 18px; }

.svh-timeline { border-left: 1px solid rgba(202, 165, 90, .55); margin-left: 8px; padding-left: 32px; }
.svh-timeline__item { margin-bottom: 32px; position: relative; }
.svh-timeline__item::before { background: var(--svh-primary); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--svh-primary); content: ""; height: 15px; left: -40px; position: absolute; top: 5px; width: 15px; }
.svh-timeline__item time { color: var(--svh-deep); display: block; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.svh-faq .accordion-title {
  border-color: var(--svh-line);
  color: var(--svh-ink);
  font-family: var(--svh-heading);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  padding: 20px 42px 20px 0;
}
.svh-faq .accordion-inner { color: rgba(21, 61, 66, .78); font-size: .9rem; padding: 0 35px 24px 0; }

.svh-eeat {
  background: #fff;
  border: 1px solid var(--svh-line);
  border-radius: var(--svh-radius);
  box-shadow: 0 18px 50px rgba(13, 74, 81, .08);
  padding: 28px;
}
.svh-updated { color: var(--svh-deep); font-size: .75rem; font-weight: 600; }
.svh-disclosure { color: rgba(255, 255, 255, .62); font-size: .74rem; line-height: 1.7; }

.svh-lead-form {
  background: #fff;
  border-radius: var(--svh-radius);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  overflow: hidden;
}
.svh-lead-form__intro { background: linear-gradient(145deg, #071a2b, var(--svh-deep)); color: #fff; padding: 42px; }
.svh-lead-form__intro h2 { color: #fff; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.svh-lead-form__intro p:not(.svh-eyebrow) { color: rgba(255, 255, 255, .78); }
.svh-lead-form__body { padding: 38px; }
.svh-native-form { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.svh-native-form label span { display: block; font-size: .75rem; font-weight: 600; margin-bottom: 5px; }
.svh-native-form .is-wide { grid-column: 1 / -1; }
.svh-native-form input:not([type="checkbox"]),
.svh-native-form select { border: 1px solid var(--svh-line); border-radius: 10px; box-shadow: none; height: 46px; margin: 0; }
.svh-consent { align-items: flex-start; display: flex; gap: 9px; }
.svh-consent input { margin-top: 5px; }
.svh-consent span { color: rgba(21, 61, 66, .68); font-size: .68rem !important; font-weight: 400 !important; }
.svh-honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.svh-form-status { background: var(--svh-sky); border-radius: 10px; color: var(--svh-deep); font-size: .8rem; margin-top: 12px; padding: 10px 12px; }
.svh-lightbox { border-radius: var(--svh-radius); overflow: hidden; }
.svh-admin-hint { background: #fff8dc; color: #7a5b00; font-size: 12px; padding: 10px; }

.svh-contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.svh-contact-buttons.align-center { justify-content: center; }
.svh-contact-buttons.align-right { justify-content: flex-end; }

.svh-footer {
  background: radial-gradient(circle at 15% 0, #17486f, #071a2b 48%, #04111d);
  color: rgba(255, 255, 255, .72);
}
.svh-footer h2, .svh-footer h3, .svh-footer h4 { color: #fff; }
.svh-footer a { color: rgba(255, 255, 255, .78); }
.svh-footer a:hover { color: #f1d89a; }
.svh-footer-brand { color: #fff; font-family: var(--svh-heading); font-size: 1.55rem; letter-spacing: -.02em; }
.svh-footer-brand span { color: #f1d89a; display: block; font-family: var(--svh-body); font-size: .62rem; letter-spacing: .18em; margin-top: 4px; text-transform: uppercase; }
.svh-footer-links a { border-bottom: 1px solid rgba(255, 255, 255, .09); display: block; font-size: .82rem; padding: 6px 0; }
.svh-footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); font-size: .72rem; margin-top: 24px; padding-top: 18px; }
.svh-footer-trust { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 5px; }
.svh-footer-trust span { background: rgba(214, 179, 106, .09); border: 1px solid rgba(214, 179, 106, .28); border-radius: 999px; color: #f4dfae; font-size: .68rem; padding: 5px 9px; }
.svh-footer-note { border-left: 2px solid var(--svh-primary); color: rgba(255, 255, 255, .58); font-size: .72rem; margin-top: 14px; padding-left: 12px; }
.footer-absolute { background: #030d17 !important; color: rgba(255, 255, 255, .55); }

/* 1.6 — Builder pages share one polished visual system. */
.svh-builder-page { background: #fff; overflow: hidden; }
.svh-builder-page .section { isolation: isolate; }
.svh-builder-page .section-bg.bg-loaded { transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.svh-builder-page .section:hover > .bg.section-bg { transform: scale(1.018); }
.svh-builder-page .svh-card,
.svh-builder-page .svh-product-card,
.svh-builder-page .svh-policy .col-inner { position: relative; }
.svh-builder-page .svh-card::before,
.svh-builder-page .svh-policy .col-inner::before {
  background: linear-gradient(90deg, transparent, #d6b36a, transparent);
  content: ""; height: 1px; left: 18px; opacity: .7; position: absolute; right: 18px; top: 0;
}
.dark .svh-eyebrow { color: #f1d89a; }
.svh-card p, .svh-product-card ul, .svh-faq .accordion-inner { color: rgba(7, 26, 43, .72); }
.svh-card__icon { background: linear-gradient(145deg, #fbf6ea, #eee0bf); color: #8b6424; }
.svh-update { background: #f4efe5; color: #8b6424; }
.svh-note { color: rgba(7, 26, 43, .82); }
.svh-image-frame img, .svh-product-card img, .svh-concept-card img { transition: transform .65s ease; }
.svh-image-frame:hover img, .svh-product-card:hover img, .svh-concept-card:hover img { transform: scale(1.035); }
.svh-builder-page .col-inner > .ux-html + .ux-html { margin-top: 18px; }
.svh-builder-page .svh-image-frame .img-inner { background: #071a2b; }
.svh-builder-page .svh-image-frame img { width: 100%; }
.svh-builder-page ol li,
.svh-builder-page ul li { margin-bottom: .48em; }
.svh-builder-page .blog-post-inner .is-divider { background: linear-gradient(90deg, #a97a2e, #e6c77f); height: 2px; }

.svh-mobile-actions { bottom: 12px; display: none; left: 12px; position: fixed; right: 12px; z-index: 99; }
.svh-mobile-actions .button { flex: 1; margin: 0; }

@media (max-width: 849px) {
  body { font-size: 14px; }
  .svh-hero h1 { font-size: clamp(2.05rem, 9.5vw, 3rem); }
  .svh-hero .text-box { width: 88% !important; }
  .svh-stat-row { margin: -32px 15px 0 !important; }
  .svh-stat { border-bottom: 1px solid var(--svh-line); border-right: 0; }
  .svh-stat:nth-last-child(-n+2) { border-bottom: 0; }
  .svh-lead-form { grid-template-columns: 1fr; }
  .svh-lead-form__intro, .svh-lead-form__body { padding: 28px; }
  .svh-mobile-actions { display: flex; gap: 8px; }
  body { padding-bottom: 66px; }
}

@media (max-width: 549px) {
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.75rem; }
  .svh-native-form { grid-template-columns: 1fr; }
  .svh-native-form .is-wide { grid-column: auto; }
  .svh-card, .svh-eeat { padding: 22px; }
}

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