:where([data-astro-image]) {
  height: auto;
}
:where([data-astro-image="full-width"]) {
  width: 100%;
}
:where([data-astro-image="constrained"]) {
  max-width: 100%;
}
[data-astro-image-fit="fill"] {
  object-fit: fill;
}
[data-astro-image-fit="contain"] {
  object-fit: contain;
}
[data-astro-image-fit="cover"] {
  object-fit: cover;
}
[data-astro-image-fit="scale-down"] {
  object-fit: scale-down;
}
[data-astro-image-pos="top"] {
  object-position: top;
}
[data-astro-image-pos="bottom"] {
  object-position: bottom;
}
[data-astro-image-pos="left"] {
  object-position: left;
}
[data-astro-image-pos="right"] {
  object-position: right;
}
[data-astro-image-pos="center"] {
  object-position: center;
}
[data-astro-image-pos="top-bottom"] {
  object-position: top bottom;
}
[data-astro-image-pos="top-left"] {
  object-position: top left;
}
[data-astro-image-pos="top-right"] {
  object-position: top right;
}
[data-astro-image-pos="top-center"] {
  object-position: top center;
}
[data-astro-image-pos="bottom-top"] {
  object-position: bottom top;
}
[data-astro-image-pos="bottom-left"] {
  object-position: bottom left;
}
[data-astro-image-pos="bottom-right"] {
  object-position: bottom right;
}
[data-astro-image-pos="bottom-center"] {
  object-position: bottom center;
}
[data-astro-image-pos="left-top"] {
  object-position: left top;
}
[data-astro-image-pos="left-bottom"] {
  object-position: left bottom;
}
[data-astro-image-pos="left-right"] {
  object-position: left right;
}
[data-astro-image-pos="left-center"] {
  object-position: left center;
}
[data-astro-image-pos="right-top"] {
  object-position: right top;
}
[data-astro-image-pos="right-bottom"] {
  object-position: right bottom;
}
[data-astro-image-pos="right-left"] {
  object-position: right left;
}
[data-astro-image-pos="right-center"] {
  object-position: right center;
}
[data-astro-image-pos="center-top"] {
  object-position: center top;
}
[data-astro-image-pos="center-bottom"] {
  object-position: center bottom;
}
[data-astro-image-pos="center-left"] {
  object-position: center left;
}
[data-astro-image-pos="center-right"] {
  object-position: center right;
}
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --radius-sm: 8px;
    --radius-lg: 22px;
    --shadow-sm: 0 2px 10px #18201b0d;
    --shadow-lg: 0 26px 60px #18201b24;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-body);
    --default-mono-font-family: var(--font-mono);
    --shadow: 0 14px 38px #18201b1a;
    --radius: 14px;
    --color-primary: #292B9A;
    --color-primary-dark: #1E2070;
    --color-primary-soft: #E4E6F5;
    --color-accent: #1A72C9;
    --color-accent-dark: #155FA8;
    --color-bg: #F5F7FC;
    --color-surface: #fff;
    --color-ink: #1A1B2E;
    --color-muted: #5C6276;
    --color-line: #DCE1F0;
    --color-whats: #0f8540;
    --color-whats-dark: #0c6e35;
    --radius-pill: 999px;
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img, 
  svg, 
  video, 
  canvas, 
  audio, 
  iframe, 
  embed, 
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
      var(--tw-skew-x) var(--tw-skew-y);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
      var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
      var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
      var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
      var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
      var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
      var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
      var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
      var(--tw-backdrop-sepia);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, -webkit-backdrop-filter, backdrop-filter, display,
      content-visibility, overlay, pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
:root {
  --font-heading: var(--font-body);
}
html {
  font-family: var(--font-body), system-ui, sans-serif;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 84px;
}
body {
  background: var(--color-bg);
  color: var(--color-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.75;
  overflow-x: clip;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading), var(--font-body), sans-serif;
  color: var(--color-ink);
  text-wrap: balance;
  margin: 0;
  font-weight: 800;
  line-height: 1.25;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img, 
svg {
  max-width: 100%;
  display: block;
}
::selection {
  background: var(--color-primary);
  color: #fff;
}
:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: 4px;
}
.nums {
  font-variant-numeric: tabular-nums;
  direction: ltr;
  unicode-bidi: embed;
}
.container {
  width: min(100% - 2.2rem, 1180px);
  margin-inline: auto;
}
.section {
  padding-block: 3.8rem;
}
.section-tight {
  padding-block: 2.5rem;
}
.btn {
  border-radius: var(--radius-pill);
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.6rem;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s, color 0.18s;
  display: inline-flex;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn svg , 
.btn i {
  width: 1.25em;
  height: 1.25em;
}
.btn-primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover {
  background: var(--color-primary-dark);
  box-shadow: var(--shadow);
}
.btn-whats {
  background: var(--color-whats);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn-whats:hover {
  background: var(--color-whats-dark);
  box-shadow: var(--shadow);
}
.btn-ghost {
  color: var(--color-primary-dark);
  border-color: var(--color-line);
  background: 0 0;
}
.btn-ghost:hover {
  border-color: var(--color-primary);
  background: var(--color-primary-soft);
}
.btn-lg {
  padding: 1.1rem 2rem;
  font-size: 0.95rem;
}
.btn-block {
  width: 100%;
}
.card {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.chip {
  border-radius: var(--radius-pill);
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  color: var(--color-primary-dark);
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.95rem;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
}
.chip svg , 
.chip i {
  width: 1.15em;
  height: 1.15em;
  color: var(--color-primary);
}
.eyebrow {
    font-family: var(--font-body);
    letter-spacing: 0.06em;
    /* background: rgb(219 220 255); */
    background: 
color-mix(in srgb, var(--color-primary) 7%, #fff);
    border: 1px solid 
color-mix(in srgb, var(--color-primary) 14%, var(--color-line));
    padding: 5px 20px;
    border-radius: 25px;
    color: #292B9A;
    text-transform: none;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    box-sizing: border-box;
    display: inline-flex;
    /* border: 1px solid rgb(41 43 154 / 15%); */
}
/* .eyebrow:before {
  content: "";
  background: var(--color-accent);
  border-radius: 2px;
  width: 26px;
  height: 2px;
} */

.gold-rule {
  background: linear-gradient(
    90deg,
    var(--color-accent),
    var(--color-accent-dark)
  );
  border-radius: 3px;
  width: 56px;
  height: 4px;
}
@keyframes ping-ring {
  0% {
    opacity: 0.7;
    transform: scale(0.92);
  }
  70% {
    opacity: 0;
    transform: scale(1.5);
  }
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.pulse-ring:after {
  content: "";
  border-radius: inherit;
  background: var(--color-whats);
  z-index: -1;
  animation: 2.2s cubic-bezier(0, 0, 0.2, 1) infinite ping-ring;
  position: absolute;
  inset: 0;
}
.reveal {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(20px);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transition: none;
    transform: none;
  }
  .pulse-ring:after {
    animation: none;
  }
  .btn:hover {
    transform: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
.logo {
  display: inline-flex;
  align-items: center;
}
.logo img {
  height: 48px;
  width: auto;
  display: block;
}
@media (max-width: 480px) {
  .logo img {
    height: 58px;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--color-surface) 88%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--color-line);
}
.hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 70px;
}
.hdr-nav {
  display: flex;
  gap: 1.5rem;
  margin-inline: auto;
}
.hdr-nav a {
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--color-ink);
  position: relative;
  padding-block: 0.4rem;
}
.hdr-nav a:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-accent);
  transition: width 0.22s ease;
}
.hdr-nav a:hover {
  color: var(--color-primary-dark);
}
.hdr-nav a:hover:after,
.hdr-nav a.active:after {
  width: 100%;
}
.hdr-nav a.active {
  color: var(--color-primary-dark);
}
.hdr-cta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.hdr-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--color-primary-dark);
}
.hdr-phone svg , 
.hdr-phone i {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--color-primary);
}
.hdr-wa {
  padding: 0.6rem 1.1rem;
  font-size: 0.95rem;
}
.wa-ic {
  width: 1.2em;
  height: 1.2em;
}
.hdr-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  color: var(--color-primary-dark);
  cursor: pointer;
}
.hdr-burger svg , 
.hdr-burger i {
  width: 1.4rem;
  height: 1.4rem;
}
.hdr-burger .ic-close,
.hdr-burger[aria-expanded="true"] .ic-menu {
  display: none;
}
.hdr-burger[aria-expanded="true"] .ic-close {
  display: block;
}
.hdr-mobile {
  border-top: 1px solid var(--color-line);
  background: var(--color-surface);
  padding: 1rem clamp(1.1rem, 4vw, 1.5rem) 1.4rem;
}
.hdr-mobile-nav {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 1rem;
}
.hdr-mobile-nav a {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-ink);
  padding: 0.7rem 0.6rem;
  border-radius: var(--radius-sm);
}
.hdr-mobile-nav a.active {
  color: var(--color-primary-dark);
  background: var(--color-primary-soft);
}
.hdr-mobile-cta {
  display: grid;
  gap: 0.6rem;
}
.nav-group {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.nav-caret {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}
.nav-group:hover .nav-caret,
.nav-group:focus-within .nav-caret,
.nav-group.is-open .nav-caret {
  transform: rotate(180deg);
}
.nav-panel {
  position: absolute;
  inset-block-start: calc(100% + 0.55rem);
  inset-inline-start: 0;
  inset-inline-end: auto;
  z-index: 60;
}
.nav-panel:before {
  content: "";
  position: absolute;
  inset-block-start: -0.65rem;
  inset-inline: 0;
  height: 0.65rem;
}
.nav-panel {
  inline-size: min(460px, 80vw);
  padding: 0.6rem;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  max-block-size: min(70vh, 440px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}
.nav-group:hover > .nav-panel,
.nav-group:focus-within > .nav-panel,
.nav-group.is-open > .nav-panel {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
.nav-panel-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.15rem;
}
.nav-panel-grid a,
.nav-panel-all {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.7rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--color-ink);
  border-inline-start: 3px solid transparent;
}
.nav-panel-grid a svg, 
.nav-panel-grid a i, 
.nav-panel-all svg , 
.nav-panel-all i {
  width: 1.15rem;
  height: 1.15rem;
  color: var(--color-primary);
  flex: none;
}
.nav-panel-grid a:hover {
  background: var(--color-primary-soft);
  color: var(--color-primary-dark);
}
.nav-panel-grid a.here,
.nav-panel-grid a[aria-current="page"] {
  background: var(--color-primary-soft);
  color: var(--color-primary-dark);
  border-inline-start-color: var(--color-accent);
}
.nav-panel-all {
  margin-block-start: 0.35rem;
  padding-block: 0.72rem;
  border-block-start: 1px solid var(--color-line);
  font-weight: 700;
  color: var(--color-primary-dark);
}
.nav-panel-all svg , 
.nav-panel-all i {
  color: var(--color-accent);
}
.nav-panel-all:hover {
  background: var(--color-primary-soft);
}
.m-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--color-ink);
  padding: 0.7rem 0.6rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  list-style: none;
}
.m-summary::-webkit-details-marker {
  display: none;
}
.m-summary.active {
  color: var(--color-primary-dark);
  background: var(--color-primary-soft);
}
.m-caret {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--color-muted);
  transition: transform 0.2s ease;
}
.m-disclosure[open] .m-caret {
  transform: rotate(180deg);
}
.m-sublist {
  display: grid;
  gap: 0.1rem;
  padding-inline-start: 0.5rem;
  margin-block: 0.25rem 0.5rem;
}
.m-sublist a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem;
  border-radius: var(--radius-sm);
  font-size: 0.98rem;
  color: var(--color-ink);
  font-weight: 600;
}
.m-sublist a svg , 
.m-sublist a i {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--color-primary);
  flex: none;
}
.m-sublist a.here,
.m-sublist a[aria-current="page"] {
  background: var(--color-primary-soft);
  color: var(--color-primary-dark);
}
.m-suball {
  font-weight: 700;
  color: var(--color-primary-dark);
}
@media (prefers-reduced-motion: reduce) {
  .nav-panel {
    transition: none;
    transform: none;
  }
  .nav-caret,
  .m-caret {
    transition: none;
  }
}
@media (max-width: 991px) {
  .hdr-nav {
    display: none;
  }
  .hdr-burger {
    display: inline-flex;
  }
}
@media (max-width: 560px) {
  .hdr-phone .nums,
  .hdr-wa span {
    display: none;
  }
  .hdr-wa {
    padding: 0.6rem;
  }
}
@media (min-width: 992px) {
  .hdr-mobile {
    display: none;
  }
}
/* ===== Floating Contact Buttons (right side) ===== */
.fab-stack {
  position: fixed;
  inset-inline-start: 1.25rem;
  bottom: 1.5rem;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.fab-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 24px rgba(14, 32, 60, 0.28);
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.25s;
}
.fab-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 34px rgba(14, 32, 60, 0.34);
}
.fab-btn:active {
  transform: scale(0.96);
}
.fab-btn i {
  font-size: 1.5rem;
  line-height: 1;
}

.fab-call {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
}
.fab-call::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--color-primary) 45%, transparent);
  animation: fab-pulse 2.4s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.fab-wa {
  background: linear-gradient(135deg, var(--color-whats), var(--color-whats-dark));
}

/* Tooltip on hover */
.fab-tip {
  position: absolute;
  inset-inline-start: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(4px);
  background: var(--color-ink);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.fab-btn:hover .fab-tip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.fab-tip::after {
  content: "";
  position: absolute;
  inset-inline-end: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-inline-end-color: var(--color-ink);
}

@keyframes fab-pulse {
  0% { transform: scale(0.85); opacity: 0.9; }
  70%, 100% { transform: scale(1.35); opacity: 0; }
}

/* ===== Scroll to top button (left side) ===== */
.scroll-top {
  position: fixed;
  inset-inline-end: 1.25rem;
  bottom: 1.5rem;
  z-index: 70;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-primary);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(14, 32, 60, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background: var(--color-primary);
  color: #fff;
}
.scroll-top i {
  font-size: 1.15rem;
  position: relative;
  z-index: 2;
}

/* Progress ring */
.scroll-ring {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  transform: rotate(-90deg);
}
.scroll-ring circle {
  fill: none;
  stroke-width: 3;
}
.scroll-ring-track {
  stroke: color-mix(in srgb, var(--color-primary) 18%, transparent);
}
.scroll-ring-bar {
  stroke: var(--color-primary);
  stroke-linecap: round;
  stroke-dasharray: 150.8;
  stroke-dashoffset: 150.8;
  transition: stroke-dashoffset 0.2s linear;
}

@media (max-width: 767px) {
  .fab-btn {
    width: 52px;
    height: 52px;
  }
  .fab-btn i {
    font-size: 1.3rem;
  }
  .fab-stack {
    inset-inline-start: 0.9rem;
    bottom: 1rem;
  }
  .scroll-top {
    inset-inline-end: 0.9rem;
    bottom: 1rem;
    width: 46px;
    height: 46px;
  }
  body {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}