:root {
  --gold: #e8c547;
  --gold-2: #f4d06f;
  --gold-light: #fff3c4;
  --gold-dark: #b8860b;
  --bg: #080a10;
  --bg-card: rgba(12, 14, 20, 0.92);
  --border-gold: rgba(232, 197, 71, 0.45);
  --text: rgba(255, 255, 255, 0.94);
  --text-soft: rgba(247, 234, 208, 0.78);
  --text-muted: rgba(255, 255, 255, 0.5);
  --font-sans: "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-serif: Georgia, "Times New Roman", "Palatino Linotype", serif;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --radius: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text);
  background: #080a10;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.coming-soon {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  max-width: 100vw;
  isolation: isolate;
}

.coming-soon::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(8, 10, 16, 0.06) 48%, rgba(0, 0, 0, 0.14) 100%),
    url("../img/coming-soon-bg.png") center center / cover no-repeat;
}

.hero-particles {
  position: fixed;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.3;
}

.coming-soon__ambient {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 55% 48% at 7% 15%, rgba(244, 208, 111, 0.06), transparent 58%),
    radial-gradient(ellipse 45% 38% at 92% 74%, rgba(232, 197, 71, 0.045), transparent 52%);
}

.coming-soon__grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.deco-bottle {
  position: fixed;
  left: 0;
  bottom: 18%;
  z-index: 2;
  display: none;
  width: clamp(70px, 8vw, 110px);
  height: clamp(180px, 22vh, 260px);
  pointer-events: none;
  opacity: 0.35;
  background: linear-gradient(180deg, transparent 0%, rgba(20, 18, 14, 0.9) 30%, rgba(8, 8, 10, 0.95) 100%);
  border-radius: 8px 8px 4px 4px;
  border: 1px solid rgba(232, 197, 71, 0.2);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6);
}

.deco-bottle::before {
  content: "";
  position: absolute;
  top: -12%;
  left: 35%;
  width: 30%;
  height: 14%;
  border: 2px solid rgba(232, 197, 71, 0.25);
  border-radius: 4px 4px 0 0;
}

.deco-bottle::after {
  content: "AL";
  position: absolute;
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-serif);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--gold-2);
  opacity: 0.7;
}

.deco-branch {
  position: fixed;
  left: 0;
  top: 6%;
  z-index: 2;
  display: none;
  width: 160px;
  height: 140px;
  pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100' fill='none'%3E%3Cpath d='M10 80 Q40 20 70 50 Q90 70 110 30' stroke='%23d4af37' stroke-width='1' opacity='.35'/%3E%3Cpath d='M25 70 Q50 35 65 55' stroke='%23f4d06f' stroke-width='.8' opacity='.25'/%3E%3Cellipse cx='55' cy='42' rx='8' ry='14' fill='%23b8860b' opacity='.15' transform='rotate(-25 55 42)'/%3E%3Cellipse cx='72' cy='58' rx='6' ry='11' fill='%23e8c547' opacity='.12' transform='rotate(15 72 58)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.coming-soon__shell {
  position: relative;
  z-index: 3;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.1rem, 2.6vh, 1.8rem) clamp(1.25rem, 4vw, 2.5rem) 0.45rem;
}

.hero-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: clamp(1rem, 3vw, 2rem);
}

.brand-block {
  margin-bottom: 0.65rem;
  text-align: center;
}

.brand-block__symbol {
  width: clamp(58px, 6.5vw, 76px);
  height: auto;
  margin: 0 auto 0.35rem;
  filter: drop-shadow(0 0 16px rgba(244, 208, 111, 0.22));
}

.brand-block__logo {
  width: min(315px, 90vw);
  height: auto;
  margin: 0 auto 0.35rem;
}

.brand-block__tagline {
  margin: 0;
  font-size: clamp(0.62rem, 1.1vw, 0.72rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 500;
}

.hero-masthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(430px, 100%);
  margin-bottom: 0.72rem;
  text-align: center;
}

.hero-left__status {
  margin: 0.25rem 0 0;
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--text);
  width: 100%;
}

.status-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  margin: 0.72rem 0 0.4rem;
  padding: 0 0.25rem;
}

.status-separator__line {
  flex: 1;
  max-width: 155px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(232, 197, 71, 0.25) 18%,
    rgba(244, 208, 111, 0.95) 50%,
    rgba(232, 197, 71, 0.25) 82%,
    transparent 100%
  );
}

.status-separator__lotus {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  color: var(--gold-2);
  opacity: 0.95;
}

.status-separator__lotus svg {
  width: 100%;
  height: 100%;
  display: block;
}

.domain-link {
  display: block;
  margin: 0 0 0.15rem;
  font-size: clamp(0.68rem, 1.05vw, 0.78rem);
  letter-spacing: 0.24em;
  color: var(--gold-2);
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

.domain-link:hover {
  color: var(--gold-light);
}

.hero-left__headline {
  margin: 0 0 0.55rem;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.15vw, 1.42rem);
  font-weight: 600;
  line-height: 1.25;
  max-width: 30ch;
}

.hero-left__copy {
  margin: 0 0 0.9rem;
  max-width: 49ch;
  font-size: clamp(0.72rem, 1.1vw, 0.82rem);
  color: var(--text-soft);
  line-height: 1.6;
}

.launch-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto 0.7rem;
  max-width: 320px;
}

.launch-divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.7;
}

.launch-divider__label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.countdown__unit {
  flex: 1;
  min-width: 68px;
  max-width: 88px;
  padding: 0.5rem 0.35rem 0.45rem;
  text-align: center;
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  background: rgba(8, 10, 16, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 243, 196, 0.06), 0 0 24px rgba(244, 208, 111, 0.06);
}

.countdown__icon {
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  margin: 0 auto 0.25rem;
  color: var(--gold-2);
  opacity: 0.85;
}

.countdown__value {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--gold-light);
}

.countdown__label {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.launch-date {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: clamp(0.72rem, 1.1vw, 0.8rem);
  color: var(--text-soft);
}

.launch-date svg {
  width: 0.9rem;
  height: 0.9rem;
  color: var(--gold-2);
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.touch-card {
  position: relative;
  width: 100%;
  max-width: 430px;
  padding: 2.35rem clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vh, 1.75rem);
  border: 1px solid rgba(232, 197, 71, 0.42);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(14, 13, 11, 0.97) 0%, rgba(8, 10, 16, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 196, 0.04),
    0 16px 40px rgba(0, 0, 0, 0.45);
  text-align: center;
  overflow: visible;
}

.touch-card__top-glow {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 62%;
  height: 40px;
  pointer-events: none;
  background: radial-gradient(ellipse 50% 80% at 50% 100%, rgba(244, 208, 111, 0.1) 0%, transparent 70%);
  filter: blur(4px);
  z-index: 0;
}

.touch-card__deco-leaf {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 90px;
  height: 90px;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' fill='none'%3E%3Cpath d='M70 10 Q50 30 55 55 Q35 45 20 70 Q40 40 65 25 Q75 15 70 10z' stroke='%23e8c547' stroke-width='.8' opacity='.5'/%3E%3Cpath d='M60 20 Q45 35 48 50' stroke='%23f4d06f' stroke-width='.6' opacity='.4'/%3E%3Cellipse cx='58' cy='28' rx='10' ry='6' fill='%23d4af37' opacity='.2' transform='rotate(-30 58 28)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.touch-card__icon-stage {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: -1.85rem auto 0.75rem;
}

.touch-card__icon-halo {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 208, 111, 0.15) 0%, rgba(244, 208, 111, 0.04) 55%, transparent 70%);
  z-index: 0;
}

.touch-card__icon-wrap {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #fff4d0 0%, #e8c547 55%, #b8860b 100%);
  border: 1px solid rgba(244, 208, 111, 0.5);
  box-shadow: 0 0 14px rgba(244, 208, 111, 0.16);
}

.touch-card__icon-wrap svg {
  width: 1.15rem;
  height: 1.15rem;
  color: #2a2008;
}

.touch-card__title {
  margin: 0 0 0.4rem;
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 600;
}

.touch-card__sub {
  margin: 0 0 1rem;
  font-size: clamp(0.72rem, 1.1vw, 0.8rem);
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}

.notify-form {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.field {
  position: relative;
  display: block;
}

.field__icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: var(--gold-2);
  opacity: 0.75;
  pointer-events: none;
}

.field input {
  width: 100%;
  padding: 0.65rem 0.85rem 0.65rem 2.5rem;
  font: inherit;
  font-size: 0.8rem;
  color: var(--text);
  background: rgba(4, 6, 10, 0.9);
  border: 1px solid rgba(244, 208, 111, 0.4);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.field input::placeholder {
  color: var(--text-muted);
}

.field input:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(244, 208, 111, 0.12);
}

.btn-notify {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.75rem 1rem;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1408;
  border: 1px solid #f5d878;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(180deg, #fff4c4 0%, #f4d06f 42%, #d4af37 78%, #b8860b 100%);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.25) inset,
    0 6px 20px rgba(244, 208, 111, 0.35);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.btn-notify svg {
  width: 1rem;
  height: 1rem;
}

.btn-notify:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(244, 208, 111, 0.35);
}

.btn-notify:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.notify-form__msg {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
}

.notify-form__msg--ok {
  color: #86efac;
}

.notify-form__msg--error {
  color: #fca5a5;
}

.notify-form__msg--pending {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.88);
}

.notify-form__spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: notify-spin 0.65s linear infinite;
  flex-shrink: 0;
}

@keyframes notify-spin {
  to {
    transform: rotate(360deg);
  }
}

.touch-card__or {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.touch-card__or::before,
.touch-card__or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(232, 197, 71, 0.2);
}

.touch-card__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.touch-card__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  font-size: 0.75rem;
  color: var(--text-soft);
}

.touch-card__contact svg {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--gold-2);
}

.touch-card__contact a {
  color: var(--text-soft);
  text-decoration: none;
}

.touch-card__contact a:hover {
  color: var(--gold-light);
}

.trust-bar {
  position: relative;
  z-index: 3;
  max-width: 1140px;
  width: 100%;
  margin: 0.6rem auto 0;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

.trust-bar__inner {
  display: flex;
  align-items: stretch;
  min-height: 64px;
  border: 1px solid rgba(232, 197, 71, 0.42);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(20, 20, 24, 0.72) 0%, rgba(7, 9, 14, 0.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 196, 0.04),
    0 8px 24px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.trust-bar__item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.82rem;
  padding: 0.72rem 0.9rem;
  text-align: left;
  border-right: 1px solid rgba(232, 197, 71, 0.22);
}

.trust-bar__item:last-child {
  border-right: none;
}

.trust-bar__icon {
  width: 2rem;
  height: 2rem;
  color: var(--gold-2);
  flex-shrink: 0;
  opacity: 0.95;
}

.trust-bar__item span {
  max-width: 8.5rem;
  font-size: clamp(0.56rem, 0.9vw, 0.68rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(247, 234, 208, 0.78);
  line-height: 1.25;
}

.site-footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem clamp(1rem, 4vw, 2.5rem) 0.75rem;
  font-size: 0.65rem;
  color: var(--text-muted);
  text-align: center;
}

.site-footer__heart {
  color: var(--gold);
  font-size: 0.7rem;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease;
  text-decoration: none;
}

.whatsapp-float svg {
  width: 1.5rem;
  height: 1.5rem;
}

.whatsapp-float:hover {
  transform: scale(1.06);
  color: #fff;
}

@media (max-width: 960px) {
  .coming-soon__shell {
    grid-template-columns: 1fr;
    gap: clamp(1.25rem, 4vw, 2rem);
    padding: clamp(1rem, 3vh, 1.5rem) clamp(1rem, 4vw, 1.5rem) 0.5rem;
  }

  .hero-left {
    text-align: center;
    padding-left: 0;
  }

  .brand-block {
    margin-bottom: 0.5rem;
  }

  .brand-block__logo {
    width: min(280px, 88vw);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left__headline,
  .hero-left__copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 36ch;
  }

  .hero-left__status {
    letter-spacing: 0.14em;
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }

  .launch-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-masthead {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6rem;
  }

  .countdown {
    justify-content: center;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .launch-date {
    justify-content: center;
    width: 100%;
  }

  .hero-right {
    width: 100%;
  }

  .touch-card {
    max-width: min(430px, 100%);
    margin: 0 auto;
    padding-top: 2rem;
  }

  .trust-bar {
    margin-top: clamp(0.75rem, 2vh, 1.25rem);
  }

  .deco-bottle {
    opacity: 0.15;
    width: 50px;
  }
}

@media (max-width: 640px) {
  .coming-soon {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  body {
    overflow-y: auto;
  }

  .coming-soon__shell {
    gap: 1.15rem;
    padding-bottom: 0.25rem;
  }

  .hero-left__copy {
    font-size: 0.78rem;
    line-height: 1.58;
    padding: 0 0.15rem;
  }

  .countdown__unit {
    min-width: 0;
    flex: 1 1 calc(25% - 0.4rem);
    max-width: none;
    padding: 0.45rem 0.25rem 0.4rem;
  }

  .countdown__value {
    font-size: clamp(1rem, 4.5vw, 1.25rem);
  }

  .touch-card {
    padding: 1.85rem 1.1rem 1.15rem;
    border-radius: 12px;
  }

  .touch-card__icon-stage {
    margin-top: -1.55rem;
    margin-bottom: 0.6rem;
  }

  .touch-card__sub {
    max-width: none;
    font-size: 0.76rem;
  }

  .touch-card__contact li {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .trust-bar {
    margin-top: 1rem;
    padding: 0 1rem;
  }

  .trust-bar__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    min-height: unset;
    border-radius: 12px;
    background: rgba(232, 197, 71, 0.16);
    overflow: hidden;
  }

  .trust-bar__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem 0.55rem;
    text-align: center;
    border: none;
    background: linear-gradient(180deg, rgba(20, 20, 24, 0.96) 0%, rgba(7, 9, 14, 0.98) 100%);
  }

  .trust-bar__item:nth-child(5) {
    grid-column: 1 / -1;
    flex-direction: row;
    gap: 0.65rem;
    padding: 0.8rem 1rem;
  }

  .trust-bar__icon {
    width: 1.35rem;
    height: 1.35rem;
  }

  .trust-bar__item span {
    max-width: none;
    font-size: 0.58rem;
    letter-spacing: 0.11em;
    line-height: 1.3;
  }

  .trust-bar__item:nth-child(5) span {
    font-size: 0.6rem;
  }

  .site-footer {
    padding: 0.65rem 3.75rem 0.35rem 1rem;
    font-size: 0.62rem;
    line-height: 1.45;
  }

  .whatsapp-float {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    width: 48px;
    height: 48px;
    margin: 0;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  }

  .whatsapp-float svg {
    width: 1.3rem;
    height: 1.3rem;
  }

  .deco-bottle,
  .deco-branch {
    display: none;
  }
}

@media (max-width: 380px) {
  .hero-left__status {
    letter-spacing: 0.1em;
    font-size: 1.75rem;
  }

  .status-separator__line {
    max-width: 110px;
  }

  .countdown {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    max-width: 220px;
  }

  .countdown__unit {
    flex: unset;
  }

  .trust-bar__item {
    padding: 0.75rem 0.4rem;
  }

  .trust-bar__item span {
    font-size: 0.54rem;
    letter-spacing: 0.09em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-particles {
    display: none;
  }

  .notify-form__spinner {
    animation: none;
    border-top-color: rgba(255, 255, 255, 0.55);
  }
}
