:root {
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --font-heading: "Sora", "Segoe UI", sans-serif;
  --sand: #efe7d8;
  --sand-soft: #f7f2e7;
  --paper: #fcf7ef;
  --paper-strong: #fffdf9;
  --ink: #101514;
  --ink-soft: #5c625d;
  --forest: #103f3c;
  --forest-deep: #0b2e2b;
  --sage: #d5e7df;
  --gold: #c79b47;
  --gold-soft: #ecd7a5;
  --line: rgba(16, 21, 20, 0.1);
  --line-strong: rgba(16, 21, 20, 0.18);
  --shadow-soft: 0 18px 40px rgba(17, 24, 22, 0.06);
  --shadow-strong: 0 28px 70px rgba(17, 24, 22, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --shell: min(1200px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(199, 155, 71, 0.12), transparent 26rem),
    radial-gradient(circle at 88% 10%, rgba(16, 63, 60, 0.06), transparent 24rem),
    linear-gradient(180deg, #f9f4eb 0%, var(--sand) 48%, #efe5d4 100%);
}

html.assistant-open,
body.assistant-open {
  overflow: hidden;
  overscroll-behavior: none;
  height: 100%;
}

img {
  display: block;
  max-width: 100%;
}

.poster-image,
[data-logo] {
  will-change: transform;
  transform-origin: center center;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.shell-inner {
  width: var(--shell);
  margin-inline: auto;
}

.page-shell {
  padding-bottom: 8rem;
}

.top-ribbon {
  padding: 0.75rem 0 0.45rem;
}

.top-ribbon-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(252, 247, 239, 0.8);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.top-ribbon-copy {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-start;
}

.ribbon-label,
.section-tag,
.eyebrow,
.dropdown-kicker,
.assistant-preview-label,
.poster-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  background: var(--sage);
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.ribbon-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ribbon-note {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.top-ribbon-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
}

.field {
  min-width: 0;
}

.field input {
  min-width: 13rem;
  min-height: 3.4rem;
  width: 100%;
  padding: 0.85rem 1.05rem;
  border: 1px solid rgba(16, 21, 20, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.field input:focus,
.assistant-form input:focus {
  outline: 2px solid rgba(16, 63, 60, 0.18);
  outline-offset: 1px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.25rem;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.button:hover,
.nav-link-button:hover,
.assistant-shortcut:hover,
.countdown-link:hover,
.footer-admin-link:hover,
.whatsapp-float:hover,
.assistant-fab:hover,
.contact-row:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-deep) 100%);
  color: #f5fbfa;
  box-shadow: 0 16px 34px rgba(16, 63, 60, 0.18);
}

.button-secondary {
  border-color: rgba(16, 21, 20, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.button-small {
  min-height: 2.8rem;
  padding-inline: 1rem;
  font-size: 0.88rem;
}

.panel-login-link {
  gap: 0.46rem;
  border-color: rgba(16, 63, 60, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 250, 247, 0.72));
  color: var(--forest);
  box-shadow: 0 12px 26px rgba(16, 63, 60, 0.08);
  white-space: nowrap;
}

.panel-login-link:hover {
  border-color: rgba(16, 63, 60, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(226, 244, 238, 0.86));
}

.panel-login-icon {
  display: inline-grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: rgba(16, 63, 60, 0.08);
  transition: transform 180ms ease, background-color 180ms ease;
}

.panel-login-link:hover .panel-login-icon {
  transform: translateX(2px);
  background: rgba(16, 63, 60, 0.13);
}

.panel-login-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-ribbon-form.is-success .field input {
  border-color: rgba(33, 128, 73, 0.35);
}

.top-ribbon-form.is-error .field input {
  border-color: rgba(180, 66, 66, 0.35);
}

.turnstile-slot {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-end;
  min-height: 0;
}

.turnstile-slot[hidden] {
  display: none;
}

.countdown-band {
  padding-bottom: 0.35rem;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.countdown-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy copy"
    "values link";
  gap: 0.9rem 1rem;
  align-items: end;
  min-height: 9rem;
  padding: 1rem 1.2rem 1.05rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  /* LGS — warm amber */
  background:
    radial-gradient(circle at top right, rgba(199, 155, 71, 0.18), transparent 14rem),
    linear-gradient(180deg, rgba(255, 251, 243, 0.94) 0%, rgba(246, 237, 220, 0.92) 100%);
  box-shadow: var(--shadow-soft);
}

/* YKS — soft teal, harmonious with the forest brand */
.countdown-card:nth-child(2) {
  background:
    radial-gradient(circle at top right, rgba(16, 95, 90, 0.13), transparent 14rem),
    linear-gradient(180deg, rgba(240, 249, 247, 0.94) 0%, rgba(218, 240, 236, 0.92) 100%);
}

.countdown-card:nth-child(2) .countdown-values div {
  background: rgba(255, 255, 255, 0.72);
}

.countdown-card:nth-child(2) .countdown-link {
  background: rgba(16, 95, 90, 0.09);
}

.countdown-copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.26rem;
}

.countdown-label {
  display: block;
  max-width: none;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.countdown-note {
  max-width: none;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.35;
}

.countdown-values {
  grid-area: values;
  display: grid;
  grid-template-columns: repeat(4, minmax(58px, auto));
  gap: 0.55rem;
  text-align: center;
}

.countdown-values div {
  padding: 0.65rem 0.4rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}

.countdown-values strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1;
}

.countdown-values span {
  display: block;
  margin-top: 0.28rem;
  color: var(--ink-soft);
  font-size: 0.7rem;
}

.countdown-link {
  grid-area: link;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  background: rgba(16, 63, 60, 0.07);
  color: var(--forest);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0.2rem;
  z-index: 30;
  padding-top: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(252, 247, 239, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-logo {
  width: 3.8rem;
  height: 3.8rem;
  padding: 0.45rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 215, 165, 0.78));
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-text strong,
.site-nav a,
.nav-link-button,
.hero h1,
.hero h2,
.section-intro h2,
.service-copy h3,
.system-step h3,
.assistant-panel h2,
.contact-row strong {
  font-family: var(--font-heading);
}

.brand-text strong {
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

.brand-text small,
.hero-note-label {
  color: var(--ink-soft);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.menu-toggle {
  display: none;
  min-height: 2.9rem;
  padding: 0.68rem 0.98rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-action-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.site-nav > a,
.nav-link-button {
  color: var(--ink-soft);
  font-size: 0.96rem;
  transition: color 0.18s ease;
}

.site-nav > a:hover,
.nav-link-button:hover {
  color: var(--teal);
}

.nav-link-button {
  padding: 0;
  border: 0;
  background: none;
}

.nav-dropdown {
  position: relative;
}

.dropdown-panel,
.contact-panel {
  position: absolute;
  top: calc(100% + 0.9rem);
  right: 0;
  min-width: 23rem;
  padding: 1.15rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(253, 249, 241, 0.98);
  box-shadow: var(--shadow-strong);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.dropdown-panel {
  width: min(36rem, calc(100vw - 2rem));
}

.nav-dropdown.is-open .dropdown-panel,
.nav-dropdown.is-open .contact-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-head p:last-child {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.dropdown-service {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 0.85rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
}

.dropdown-service strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.96rem;
}

.dropdown-service p {
  margin: 0.3rem 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.48;
}

.contact-panel {
  min-width: 18rem;
}

.contact-panel a {
  display: block;
  padding: 0.82rem 0;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(16, 21, 20, 0.08);
}

.contact-panel a:last-child {
  border-bottom: 0;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0.55rem;
  padding: clamp(3.5rem, 7vw, 5.2rem) 0 0;
  background:
    linear-gradient(113deg, var(--forest-deep) 0%, var(--forest) 56%, #f4ead8 56%, #f4ead8 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 180px 180px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-glow {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  filter: blur(24px);
  pointer-events: none;
}

.hero-glow-one {
  top: 3rem;
  left: 46%;
  width: 18rem;
  height: 18rem;
  background: rgba(199, 155, 71, 0.34);
}

.hero-glow-two {
  right: 5%;
  bottom: 3rem;
  width: 16rem;
  height: 16rem;
  background: rgba(255, 255, 255, 0.18);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.9fr);
  gap: 3rem;
  align-items: center;
}

.hero-copy {
  color: #f6f4ee;
}

.hero .eyebrow {
  background: rgba(213, 231, 223, 0.14);
  color: #dcece5;
}

.hero h1 {
  max-width: 8.6ch;
  margin: 1rem 0 0;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
}

.hero-title-plain {
  display: block;
  color: #f6f4ee;
}

.hero-title-gradient {
  display: block;
  background: linear-gradient(
    135deg,
    var(--gold-soft) 0%,
    var(--gold) 40%,
    #f0c96a 70%,
    var(--gold-soft) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-description {
  max-width: 39rem;
  margin: 1.4rem 0 0;
  color: rgba(245, 244, 239, 0.78);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.9rem;
}

.hero .button-primary {
  background: linear-gradient(135deg, var(--gold) 0%, #b98934 100%);
  color: #20180c;
  box-shadow: 0 18px 40px rgba(199, 155, 71, 0.28);
}

.hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #f5f4ef;
}

.hero-points {
  display: grid;
  gap: 0.95rem;
  max-width: 36rem;
  margin: 2.1rem 0 0;
  padding: 1.5rem 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-points li {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 0.9rem;
  color: rgba(245, 244, 239, 0.82);
  line-height: 1.62;
}

.hero-points li::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold) 0%, #f1d082 100%);
}

.hero-visual {
  display: grid;
  justify-items: end;
  gap: 1.4rem;
}

.hero-seal-wrap {
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.hero-seal {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 22rem);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%,
    rgba(255,255,255,0.98) 0%,
    rgba(255,247,223,0.96) 45%,
    rgba(199,155,71,0.22) 68%,
    rgba(16,63,60,0.08) 100%);
}

.hero-seal-ring {
  position: absolute;
  inset: 1.2rem;
  border: 1px solid rgba(16, 63, 60, 0.08);
  border-radius: inherit;
}

.hero-seal-ring-inner {
  position: absolute;
  inset: 2.8rem;
  border: 1px solid rgba(16, 63, 60, 0.12);
  border-radius: inherit;
}

.poster-image {
  position: relative;
  z-index: 1;
  width: 62%;
  object-fit: contain;
}

.hero-note {
  max-width: 26rem;
  padding: 1.45rem 0 0;
  border-top: 1px solid rgba(16, 21, 20, 0.12);
}

.hero-note h2 {
  margin: 0.7rem 0 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-note p {
  margin: 0.9rem 0 0;
  color: rgba(16, 21, 20, 0.68);
  line-height: 1.7;
}

.system-section,
.services-section,
.assistant-section,
.contact-section {
  padding: clamp(4.4rem, 8vw, 6rem) 0;
}

.stats-section {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  border-bottom: 1px solid rgba(16,21,20,0.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 155, 71, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(255, 252, 246, 0.44) 0%, rgba(247, 240, 229, 0.74) 100%);
}

.marquee-band {
  overflow: hidden;
  padding: 0.9rem 0;
  background: linear-gradient(135deg, var(--forest-deep) 0%, var(--forest) 100%);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 28s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-inner {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  padding-right: 3rem;
  color: var(--gold-soft);
  font-family: var(--font-heading);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marquee-inner span {
  padding: 0 1.4rem;
  opacity: 0.7;
}

.marquee-inner span.dot {
  color: var(--gold);
  opacity: 1;
  font-size: 1.1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1.5rem;
  text-align: center;
}

.stat-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.5rem 1rem;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.72);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(252,247,239,0.88) 100%);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.stat-item::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(199, 155, 71, 0.72), rgba(16, 63, 60, 0.14));
}

.stat-value {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--forest);
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.stat-item:hover,
.contact-row:hover {
  border-color: rgba(199, 155, 71, 0.28);
  box-shadow: 0 22px 42px rgba(17, 24, 22, 0.08);
}

.footer-social-link:hover {
  color: var(--forest-deep);
  transform: translateY(-1px);
}

.section-intro {
  max-width: 42rem;
}

.section-intro h2 {
  margin: 1rem 0 0;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.section-intro p:last-child {
  margin: 0.95rem 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 2.2rem;
}

.system-step {
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(16, 21, 20, 0.16);
}

.system-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  min-height: 2.6rem;
  border-radius: 999px;
  background: rgba(16, 63, 60, 0.08);
  color: var(--forest);
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
}

.system-step h3 {
  margin: 1rem 0 0;
  font-size: 1.26rem;
  letter-spacing: -0.04em;
}

.system-step p {
  margin: 0.7rem 0 0;
  color: var(--ink-soft);
  line-height: 1.64;
}

.services-intro {
  max-width: 44rem;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
  margin-top: 2.4rem;
}

.service-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(252, 247, 239, 0.9);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-copy h3 {
  margin: 0;
  font-size: 1.28rem;
  letter-spacing: -0.04em;
}

.service-copy p {
  margin: 0.52rem 0 0;
  color: var(--ink-soft);
  line-height: 1.66;
}

.bento-grid .service-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-strong);
}

.bento-grid .service-item:nth-child(1) {
  grid-column: span 3;
  min-height: 14rem;
  flex-direction: column;
  padding: 1.8rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(199, 155, 71, 0.14), transparent 12rem),
    rgba(252, 247, 239, 0.9);
}

.bento-grid .service-item:nth-child(2) {
  grid-column: span 2;
  min-height: 14rem;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 28px;
}

.bento-grid .service-item:nth-child(3) {
  grid-column: span 1;
  min-height: 14rem;
  flex-direction: column;
  padding: 1.3rem;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-deep) 100%);
  color: #f5fbfa;
}

.bento-grid .service-item:nth-child(3) .service-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold-soft);
}

.bento-grid .service-item:nth-child(3) .service-copy h3 {
  color: #f5fbfa;
}

.bento-grid .service-item:nth-child(3) .service-copy p {
  color: rgba(245, 251, 250, 0.72);
}

.bento-grid .service-item:nth-child(4) {
  grid-column: span 2;
  min-height: 11rem;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 28px;
}

.bento-grid .service-item:nth-child(5) {
  grid-column: span 4;
  min-height: 11rem;
  flex-direction: row;
  align-items: center;
  gap: 1.4rem;
  padding: 1.5rem 1.8rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at bottom left, rgba(16, 63, 60, 0.06), transparent 14rem),
    rgba(252, 247, 239, 0.9);
}

.bento-grid .service-item:nth-child(1) .service-icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.bento-grid .service-item:nth-child(1) .service-copy h3 {
  font-size: 1.45rem;
}

.service-icon,
.dropdown-service-icon {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 18px;
  background: rgba(16, 63, 60, 0.08);
  color: var(--forest);
}

.service-icon svg,
.dropdown-service-icon svg {
  width: 1.38rem;
  height: 1.38rem;
}

.assistant-section {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(199, 155, 71, 0.16), transparent 18rem),
    linear-gradient(180deg, #113d3a 0%, #0c2c2a 100%);
}

.assistant-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  gap: 2.4rem;
  align-items: center;
}

.assistant-copy {
  color: #f4f2eb;
}

.assistant-copy .section-tag {
  background: rgba(213, 231, 223, 0.14);
  color: #dcece5;
}

.assistant-copy p:last-of-type {
  color: rgba(244, 242, 235, 0.76);
}

.assistant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.assistant-actions .button-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f4f2eb;
}

.assistant-preview {
  padding: 1.25rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(252, 247, 239, 0.96);
  box-shadow: 0 28px 70px rgba(3, 14, 13, 0.2);
}

.assistant-preview-head,
.assistant-preview-brand {
  display: flex;
  align-items: center;
}

.assistant-preview-head {
  justify-content: space-between;
}

.assistant-preview-brand {
  gap: 0.8rem;
}

.assistant-preview-brand img {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0.42rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 215, 165, 0.8));
}

.assistant-preview-brand strong {
  display: block;
  margin-top: 0.25rem;
  font-family: var(--font-heading);
  font-size: 1.28rem;
}

.assistant-preview-bubble {
  margin-top: 1.3rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  line-height: 1.62;
}

.assistant-preview-bubble-bot {
  background: rgba(213, 231, 223, 0.92);
}

.assistant-preview-quick {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.assistant-shortcut {
  width: 100%;
  padding: 0.96rem 1rem;
  border: 1px solid rgba(16, 21, 20, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  text-align: left;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  gap: 2.4rem;
  align-items: start;
  padding: 2rem 0 0;
  border-top: 1px solid rgba(16, 21, 20, 0.12);
}

.contact-actions {
  display: grid;
  gap: 0.9rem;
}

.contact-row {
  position: relative;
  display: block;
  padding: 1.15rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(252, 247, 239, 0.86);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-label {
  display: block;
  margin-bottom: 0.38rem;
  color: var(--ink-soft);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-row strong {
  font-size: 1.14rem;
  letter-spacing: -0.03em;
}

.site-footer {
  padding-top: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0) 0%, rgba(255, 252, 246, 0.58) 100%);
}

.footer-inner {
  padding-top: 2rem;
  border-top: 1px solid rgba(16, 21, 20, 0.1);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(16, 21, 20, 0.06);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.footer-brand strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.98rem;
  letter-spacing: -0.03em;
}

.footer-brand small {
  color: var(--ink-soft);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.footer-social-link {
  color: var(--forest);
  font-weight: 700;
  font-size: 0.9rem;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.footer-phone {
  color: var(--forest);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-wave {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px;
}

.section-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.section-wave-dark svg path {
  fill: #0c2c2a;
}

.fab-group {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: stretch;
}

.whatsapp-float {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-height: 3.7rem;
  padding: 0.7rem 1rem 0.7rem 0.82rem;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #1ebe57 0%, #128c3b 100%);
  color: #fff;
  box-shadow: 0 24px 46px rgba(18, 140, 59, 0.28);
  font-weight: 700;
  text-decoration: none;
}

.whatsapp-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}

.whatsapp-icon-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.assistant-fab {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.7rem;
  padding: 0.7rem 1rem 0.7rem 0.82rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-deep) 100%);
  color: #f5fbfa;
  box-shadow: 0 24px 46px rgba(16, 63, 60, 0.24);
}

.assistant-fab img {
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.28rem;
  border-radius: 999px;
  background: #ffffff;
}

.assistant-panel {
  position: fixed;
  right: 1.2rem;
  bottom: 9.8rem;
  z-index: 90;
  width: min(420px, calc(100vw - 1.8rem));
  max-height: min(78vh, 760px);
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(252, 247, 239, 0.98);
  box-shadow: 0 32px 70px rgba(17, 24, 22, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  overflow: hidden;
}

.assistant-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.assistant-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(16, 21, 20, 0.07);
  background: rgba(252, 247, 239, 0.98);
}

.assistant-panel-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.assistant-panel-brand img {
  width: 3.1rem;
  height: 3.1rem;
  flex-shrink: 0;
  padding: 0.34rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
}

.assistant-panel-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.24rem;
  min-width: 0;
}

.assistant-panel h2 {
  margin: 0;
  font-size: 1.26rem;
  line-height: 1;
}

.assistant-panel-header-label {
  background: rgba(16, 63, 60, 0.08);
}

.assistant-preview-label {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(16, 95, 90, 0.1);
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.assistant-close {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  height: 2.35rem;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 21, 20, 0.06);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.assistant-close-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.assistant-close-x {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--ink);
}

.assistant-messages {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem 1rem 0.5rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.assistant-messages::-webkit-scrollbar {
  display: none;
}

.assistant-message {
  max-width: 92%;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.assistant-message.bot {
  align-self: flex-start;
  background: rgba(213, 231, 223, 0.94);
}

.assistant-message.bot.is-streaming::after {
  content: "";
  display: inline-block;
  width: 0.12rem;
  height: 1.05em;
  margin-left: 0.18rem;
  border-radius: 999px;
  background: rgba(16, 63, 60, 0.78);
  vertical-align: -0.12em;
  animation: assistantCaret 0.9s step-end infinite;
}

.assistant-message.user {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 21, 20, 0.08);
}

.assistant-message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
  max-width: 100%;
}

.assistant-copy-feedback {
  display: grid;
  gap: 0.22rem;
  margin-top: 0.72rem;
  padding: 0.72rem 0.82rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(16, 21, 20, 0.08);
}

.assistant-copy-feedback[hidden] {
  display: none;
}

.assistant-copy-feedback-title {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(16, 63, 60, 0.72);
}

.assistant-copy-feedback-value {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--ink);
}

.assistant-copy-feedback-note {
  font-size: 0.84rem;
  color: rgba(16, 21, 20, 0.62);
}

.assistant-copy-feedback[data-tone="success"] .assistant-copy-feedback-note {
  color: #156f58;
}

.assistant-copy-feedback[data-tone="error"] .assistant-copy-feedback-note {
  color: #a54b3c;
}

.assistant-message-actions a,
.assistant-message-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.65rem 0.9rem;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 63, 60, 0.09);
  color: var(--forest);
  font-weight: 700;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.assistant-composer {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex-shrink: 0;
  margin-top: 0;
  padding: 0.78rem 1rem;
  border-radius: 0 0 28px 28px;
  border-top: 1px solid rgba(16, 21, 20, 0.07);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(248, 241, 229, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 12px 28px rgba(17, 24, 22, 0.06);
  width: 100%;
  box-sizing: border-box;
}

.assistant-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.assistant-composer-label {
  padding-inline: 0.2rem;
  color: rgba(16, 63, 60, 0.84);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.assistant-composer-hint {
  padding-inline: 0.2rem;
  color: rgba(16, 21, 20, 0.58);
  font-size: 0.78rem;
  line-height: 1.45;
}

.assistant-composer-hint[hidden] {
  display: none;
}

.assistant-shortcuts button {
  border: 1px solid rgba(16, 21, 20, 0.05);
  padding: 0.62rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.2;
}

.assistant-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
  align-items: center;
  padding: 0.32rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 21, 20, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.assistant-form[data-mode="picker"] {
  position: relative;
  display: block;
  padding: 0.28rem;
  overflow: hidden;
}

.assistant-form[data-mode="picker"] .button {
  display: block;
  width: 100%;
  min-height: 3rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 999px;
  pointer-events: none;
}

.assistant-form[data-mode="picker"] input[type="date"],
.assistant-form[data-mode="picker"] input[type="time"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  margin: 0;
  border: 0;
}

.assistant-form input {
  min-height: 2.9rem;
  padding: 0.74rem 0.9rem 0.74rem 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.assistant-form .button {
  min-height: 2.9rem;
  padding-inline: 1.15rem;
}

.typing {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.typing span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(16, 63, 60, 0.6);
  animation: typingPulse 1s infinite ease-in-out;
}

.typing span:nth-child(2) {
  animation-delay: 120ms;
}

.typing span:nth-child(3) {
  animation-delay: 240ms;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes typingPulse {
  0%,
  80%,
  100% {
    transform: scale(0.84);
    opacity: 0.45;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes assistantCaret {
  0%,
  50% {
    opacity: 1;
  }

  50.01%,
  100% {
    opacity: 0.1;
  }
}

@media (max-width: 1100px) {
  .top-ribbon-inner,
  .hero-grid,
  .assistant-layout,
  .contact-shell,
  .countdown-grid,
  .system-grid {
    grid-template-columns: 1fr;
  }

  .top-ribbon-form {
    width: 100%;
  }

  .field {
    flex: 1;
  }
  .hero {
    background:
      linear-gradient(180deg, var(--forest-deep) 0%, var(--forest) 56%, #f4ead8 56%, #f4ead8 100%);
  }

  .hero-visual {
    justify-items: center;
  }

  .hero-note {
    max-width: 32rem;
  }

  .top-ribbon-copy {
    gap: 0.65rem;
  }

  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bento-grid .service-item:nth-child(1),
  .bento-grid .service-item:nth-child(5) {
    grid-column: span 3;
  }

  .bento-grid .service-item:nth-child(2),
  .bento-grid .service-item:nth-child(4) {
    grid-column: span 2;
  }

  .bento-grid .service-item:nth-child(3) {
    grid-column: span 1;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100%, calc(100% - 28px));
  }

  .top-ribbon-inner {
    border-radius: 26px;
  }

  .top-ribbon-copy,
  .top-ribbon-form {
    flex-direction: column;
    align-items: stretch;
  }

  .ribbon-label {
    white-space: normal;
  }

  .field input,
  .top-ribbon-form .button {
    min-width: 0;
    width: 100%;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 50%;
    width: min(100%, calc(100vw - 28px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    background: rgba(253, 249, 241, 0.98);
    box-shadow: var(--shadow-strong);
    transform: translateX(-50%);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-action-row {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.3rem;
  }

  .nav-action-row .contact-dropdown {
    flex: 1 1 auto;
    min-width: 0;
  }

  .nav-action-row #contact-trigger {
    width: 100%;
  }

  .nav-action-row .panel-login-link {
    flex: 0 0 auto;
  }

  .dropdown-panel,
  .contact-panel {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 0.8rem;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.8);
  }

  .nav-dropdown.is-open .dropdown-panel,
  .nav-dropdown.is-open .contact-panel {
    display: block;
  }

  .dropdown-grid {
    grid-template-columns: 1fr;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .countdown-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "values";
    min-height: auto;
    padding: 0.65rem 0.7rem 0.6rem;
    border-radius: 18px;
    gap: 0.45rem;
  }

  .countdown-note,
  .countdown-link {
    display: none;
  }

  .countdown-label {
    font-size: 0.88rem;
    max-width: none;
  }

  .countdown-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.28rem;
  }

  .countdown-values div {
    padding: 0.35rem 0.1rem;
    border-radius: 10px;
  }

  .countdown-values strong {
    font-size: 0.82rem;
  }

  .countdown-values span {
    font-size: 0.58rem;
    margin-top: 0.12rem;
  }

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

  .hero h1 {
    max-width: 9.2ch;
    font-size: clamp(2.4rem, 9vw, 4rem);
  }

  .fab-group {
    right: 0.9rem;
    bottom: 0.9rem;
  }

  .whatsapp-float,
  .assistant-fab {
    min-height: 2.75rem;
    padding: 0.5rem 0.85rem 0.5rem 0.65rem;
    font-size: 0.88rem;
  }

  .whatsapp-icon {
    width: 1.7rem;
    height: 1.7rem;
  }

  .assistant-fab img {
    width: 1.7rem;
    height: 1.7rem;
  }

  /* Full-screen WhatsApp-style chat panel on mobile */
  .assistant-panel {
    position: fixed;
    top: var(--assistant-viewport-offset-top, 0px);
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: var(--assistant-viewport-height, 100dvh);
    max-height: none;
    border-radius: 0;
    padding: 0;
    gap: 0;
    background: #efeae2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overscroll-behavior: contain;
    transform: none;
    transition: opacity 200ms ease, visibility 200ms ease;
  }

  .assistant-panel.is-open {
    transform: none;
  }

  .assistant-panel-head {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    min-height: 3.15rem;
    padding: calc(0.32rem + env(safe-area-inset-top, 0px)) 0.68rem 0.34rem;
    background: linear-gradient(135deg, #0f4541 0%, var(--forest-deep) 100%);
    border-radius: 0;
    border-bottom: none;
  }

  .assistant-panel h2 {
    display: none;
  }

  .assistant-panel-brand {
    gap: 0.62rem;
    min-width: 0;
  }

  .assistant-panel-brand img {
    width: 1.95rem;
    height: 1.95rem;
    padding: 0.18rem;
    background: #fff;
    border-radius: 999px;
  }

  .assistant-panel-header-label {
    padding: 0;
    background: none;
    color: #f4f8f7;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
  }

  .assistant-panel-brand-text {
    justify-content: center;
  }

  .assistant-close {
    width: 2rem;
    height: 2rem;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
  }

  .assistant-close-label {
    display: none;
  }

  .assistant-close-x {
    color: #fff;
  }

  .assistant-messages {
    flex: 1;
    min-height: 0;
    padding: 0.72rem 0.72rem 0.5rem;
    background-color: #efeae2;
    background-image:
      url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.16'%3E%3Cpath d='M28 28c6 0 11 5 11 11s-5 11-11 11-11-5-11-11 5-11 11-11Zm72 18c0-8 6-14 14-14s14 6 14 14-6 14-14 14-14-6-14-14ZM52 98c0-6 4-10 10-10s10 4 10 10-4 10-10 10-10-4-10-10Zm54 34c0-10 8-18 18-18' stroke='%23d8cdbd' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M124 88c7 0 12 5 12 12m-94 28c0-8 6-14 14-14' stroke='%23d8cdbd' stroke-width='3' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 180px 180px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .assistant-message {
    max-width: min(84%, 24rem);
    padding: 0.58rem 0.82rem;
    border-radius: 1rem;
    font-size: 0.94rem;
    line-height: 1.55;
    box-shadow: 0 1px 0 rgba(16, 21, 20, 0.08);
  }

  .assistant-message.bot {
    background: #ffffff;
    border-radius: 0 1rem 1rem 1rem;
  }

  .assistant-message.user {
    background: #d9fdd3;
    border: none;
    border-radius: 1rem 0 1rem 1rem;
  }

  .assistant-message-actions a,
  .assistant-message-actions button {
    background: rgba(16, 63, 60, 0.1);
  }

  .assistant-composer {
    flex-shrink: 0;
    position: relative;
    margin-top: 0;
    border-radius: 0;
    padding: 0.5rem 0.6rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
    background: #f0ece4;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 -6px 20px rgba(16, 21, 20, 0.06);
    gap: 0.4rem;
    overflow: hidden;
  }

  .assistant-shortcuts {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    margin-inline: -0.1rem;
    padding-inline: 0.1rem;
  }

  .assistant-shortcuts::-webkit-scrollbar {
    display: none;
  }

  .assistant-shortcuts button {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .assistant-composer-label {
    padding-inline: 0.16rem;
    font-size: 0.82rem;
  }

  .assistant-composer-hint {
    padding-inline: 0.16rem;
    font-size: 0.74rem;
  }

  .assistant-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.35rem;
    align-items: center;
    min-height: 3.1rem;
    padding: 0.18rem 0.22rem 0.18rem 0.75rem;
    border-radius: 999px;
    background: #fff;
    border-color: transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 12px rgba(16, 21, 20, 0.06);
    overflow: hidden;
  }

  .assistant-form[data-mode="picker"] {
    border-color: rgba(16, 63, 60, 0.08);
  }

  .assistant-form input {
    min-width: 0;
    min-height: 2.72rem;
    padding: 0.3rem 0.1rem 0.3rem 0;
    font-size: 0.98rem;
  }

  .assistant-form[data-mode="picker"] input {
    color: var(--forest);
    font-weight: 700;
  }

  .assistant-form .button {
    min-height: 2.6rem;
    min-width: 2.6rem;
    width: 2.6rem;
    padding: 0;
    padding-inline: 0;
    border-radius: 999px;
    background: var(--forest);
    color: #fff;
    font-size: 0;
    line-height: 1;
  }

  .assistant-form .button::after {
    content: "➤";
    font-size: 0.88rem;
    color: #fff;
  }
}

@media (max-width: 620px) {
  .page-shell {
    padding-bottom: 7rem;
  }

  .header-inner {
    padding: 0.85rem 0.95rem;
  }

  .brand-logo {
    width: 3rem;
    height: 3rem;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-actions,
  .assistant-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .assistant-actions .button {
    width: 100%;
  }

  .hero-seal {
    width: min(100%, 18rem);
  }

  .countdown-link {
    white-space: normal;
  }

  .bento-grid {
    grid-template-columns: 1fr;
  }

  .bento-grid .service-item {
    grid-column: span 1 !important;
    min-height: auto;
    flex-direction: row !important;
  }

  .assistant-panel-head {
    padding-inline: 0.6rem;
  }

  .assistant-messages {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }

  .assistant-composer {
    padding-inline: 0.5rem;
  }

  .assistant-form {
    padding: 0.16rem 0.2rem 0.16rem 0.68rem;
  }

  .assistant-form .button {
    width: 2.6rem;
    min-width: 2.6rem;
  }

  .footer-inner {
    padding-top: 1.4rem;
  }

  .fab-group {
    right: 0.8rem;
    bottom: 0.8rem;
    align-items: stretch;
  }

  .whatsapp-float,
  .assistant-fab {
    min-height: 2.6rem;
    padding: 0.45rem 0.8rem 0.45rem 0.6rem;
    font-size: 0.85rem;
    font-weight: 700;
  }

  .whatsapp-icon {
    width: 1.55rem;
    height: 1.55rem;
  }

  .assistant-fab img {
    width: 1.55rem;
    height: 1.55rem;
  }
}

@media (max-width: 620px) {
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}


.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(16, 63, 60, 0.35);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 120ms ease;
  z-index: 9999;
  opacity: 0;
}
