@font-face {
  font-family: Montserrat;
  src: url("/assets/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("/assets/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("/assets/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #102544;
  --muted: #53667e;
  --blue: #075bd8;
  --navy: #073d91;
  --line: #dce5ef;
  --paper: #f7f9fc;
  color: var(--ink);
  background: var(--paper);
  font-family: Montserrat, Arial, sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #efac23;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.13;
}
h2 {
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.2;
}
h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
}
p {
  line-height: 1.75;
}
svg {
  flex: none;
}
.wrap {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 106px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-decoration: none;
  white-space: nowrap;
}
.brand img {
  border-radius: 12px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.site-header nav a {
  text-decoration: none;
  padding-block: 12px;
}
.site-header nav a:hover,
.site-header nav a[aria-current] {
  color: var(--blue);
}
.header-phone {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 58px;
  padding: 16px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition:
    transform 0.15s,
    background 0.15s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 8px 24px #075bd81a;
}
.button-primary:hover {
  background: #064bb5;
}
.button-light {
  background: white;
  color: var(--navy);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4dbac4;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 66px;
}
.hero-copy {
  padding: 28px 0;
}
.hero h1 {
  margin-top: 25px;
}
h1 em {
  font-style: normal;
  color: var(--blue);
}
.hero-lead {
  max-width: 455px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 16px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.hero-note {
  max-width: 390px;
  color: var(--muted);
  font-size: 11px;
  margin-top: 20px;
}
.hero-art {
  position: relative;
  min-height: 570px;
  border-radius: 36px;
  overflow: hidden;
  background: radial-gradient(
    ellipse at 75% 65%,
    #3f9be9 0%,
    #1270c8 33%,
    #084ca6 61%,
    #073985 100%
  );
  isolation: isolate;
  color: white;
}
.hero-bottle {
  position: absolute;
  height: 91%;
  width: auto;
  max-width: none;
  left: 51%;
  bottom: 5%;
  transform: translateX(-50%) rotate(9deg);
  object-fit: contain;
  filter: drop-shadow(12px 18px 18px #032a7060);
  z-index: 1;
}
.orbit {
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1px solid #ffffff25;
  border-radius: 50%;
  right: -250px;
  top: 30px;
}
.orbit-two {
  width: 430px;
  height: 430px;
  right: -165px;
  top: 115px;
}
.art-caption {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 12px;
  line-height: 1.6;
  z-index: 2;
  color: #e4f3ff;
}
.art-badge {
  position: absolute;
  left: 24px;
  bottom: 77px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fffefcf2;
  color: var(--navy);
  border-radius: 18px;
  padding: 15px 18px;
  box-shadow: 0 12px 32px #07244620;
  z-index: 2;
  font-size: 11px;
  line-height: 1.7;
}
.art-badge strong {
  font-size: 13px;
  font-weight: 600;
}
.badge-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: #e9f3fe;
  font-size: 22px;
}
.art-bottom {
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-size: 9px;
  letter-spacing: 0.19em;
  color: #d2e9ff;
}
.steps-section {
  padding: 48px 0 70px;
  border-top: 1px solid var(--line);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}
.section-heading h2,
.rules-section h2 {
  margin-top: 14px;
}
.section-heading > p {
  color: var(--muted);
  font-size: 13px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.steps article {
  padding: 30px;
  background: white;
  border: 1px solid #e8eef5;
  border-radius: 22px;
}
.step-number {
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 35px;
}
.steps p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 13px;
  max-width: 290px;
}
.rules-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 70px;
  padding-block: 40px 80px;
}
.rules-section > div > p:not(.eyebrow) {
  max-width: 330px;
  color: var(--muted);
  font-size: 14px;
  margin-block: 20px;
}
.rules-list article {
  display: flex;
  gap: 24px;
  padding-block: 26px;
  border-bottom: 1px solid var(--line);
}
.rules-list article:first-child {
  padding-top: 0;
}
.rules-list article > span {
  font-size: 11px;
  color: var(--blue);
  padding-top: 5px;
}
.rules-list h3 {
  font-size: 18px;
}
.rules-list p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
}
.rules-list a {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}
.app-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-radius: 28px;
  padding: 40px 44px;
  margin-bottom: 76px;
  background: linear-gradient(110deg, #073d91, #075bd8);
  color: white;
}
.app-banner .eyebrow {
  color: #c9e6ff;
  font-size: 10px;
}
.app-banner h2 {
  font-size: 32px;
  margin-top: 13px;
}
.app-banner p:not(.eyebrow) {
  font-size: 13px;
  color: #e0edff;
  margin-top: 12px;
}
.app-banner .button {
  flex-shrink: 0;
}
.site-footer {
  background: white;
  border-top: 1px solid var(--line);
  padding: 45px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.05fr;
  gap: 30px;
}
.site-footer .brand {
  font-size: 17px;
}
.site-footer .brand img {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}
.site-footer p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 16px;
}
.site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 5px;
}
.site-footer nav a {
  font-size: 12px;
  text-decoration: none;
}
.site-footer nav a:hover {
  text-decoration: underline;
}
.footer-contact {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.footer-contact > a {
  font-size: 12px;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.site-footer .small,
.small {
  font-size: 11px;
  color: var(--muted);
}
.legal-wrap {
  max-width: 960px;
  padding-top: 25px;
  padding-bottom: 80px;
}
.back-link {
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
}
.page-heading {
  margin-top: 36px;
  margin-bottom: 30px;
}
.page-heading h1 {
  font-size: clamp(31px, 4vw, 46px);
  margin-block: 15px;
}
.page-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  max-width: 700px;
}
.legalContent {
  background: white;
  padding: 42px 48px;
  border: 1px solid var(--line);
  border-radius: 24px;
  font-size: 14px;
  line-height: 1.85;
}
.legalContent section + section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.legalContent h2 {
  font-size: 22px;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.legalContent p + p {
  margin-top: 15px;
}
.legalContent a,
.document-note a {
  color: #084daf;
  overflow-wrap: anywhere;
}
.legalContent ul,
.legalContent ol {
  padding-left: 22px;
  margin: 15px 0;
}
.legalContent li + li {
  margin-top: 10px;
}
.legalContent strong {
  font-weight: 600;
}
.document-note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  background: #eaf1fc;
  border-radius: 16px;
  padding: 22px 26px;
  margin-bottom: 24px;
}
.legalContent .document-note {
  margin-block: 20px;
  padding: 18px 22px;
}
.document-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.document-nav a {
  font-size: 12px;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 10px 16px;
  text-decoration: none;
  background: white;
}
.document-nav a:hover {
  border-color: var(--blue);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 30px;
  background: white;
}
.contact-card h2 {
  font-size: 22px;
  margin-bottom: 26px;
}
.contact-phone {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
}
.contact-email {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-block: 18px 26px;
  overflow-wrap: anywhere;
}
.contact-card > p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 26px;
}
.seller-details {
  margin: 20px 0 0;
}
.seller-details div + div {
  margin-top: 20px;
}
.seller-details dt {
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 7px;
}
.seller-details dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  padding: 14px;
  background: white;
  color: var(--navy);
  border-radius: 8px;
  z-index: 9;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .site-header nav {
    gap: 22px;
  }
  .header-phone {
    display: none;
  }
  .hero {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-art {
    min-height: 530px;
  }
  .hero-actions {
    gap: 20px;
  }
  .rules-section {
    gap: 40px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-contact {
    grid-column: 1/-1;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 28px;
  }
  .footer-contact p {
    margin: 0;
  }
  .app-banner {
    padding: 32px;
  }
  .steps article {
    padding: 24px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    min-height: 86px;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .brand {
    font-size: 19px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 11px;
  }
  .site-header nav a {
    padding-block: 6px;
  }
  .site-header nav a:first-child {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 5px;
    padding-bottom: 42px;
  }
  .hero-copy {
    padding: 18px 4px 5px;
  }
  .hero h1 {
    font-size: clamp(39px, 8.5vw, 54px);
    margin-top: 20px;
  }
  .hero-lead {
    font-size: 14px;
    margin-top: 20px;
    max-width: 420px;
  }
  .hero-actions {
    margin-top: 22px;
    gap: 18px;
  }
  .button {
    font-size: 12px;
    min-height: 54px;
    padding: 15px 18px;
    gap: 12px;
  }
  .text-link {
    font-size: 12px;
    gap: 10px;
  }
  .hero-note {
    font-size: 10px;
    margin-top: 15px;
  }
  .hero-art {
    min-height: 390px;
    border-radius: 26px;
    margin-top: 12px;
  }
  .hero-bottle {
    left: 60%;
    height: 103%;
    bottom: -2%;
  }
  .art-caption {
    font-size: 11px;
    left: 24px;
    top: 25px;
  }
  .art-badge {
    left: 18px;
    bottom: 63px;
    padding: 12px;
  }
  .art-bottom {
    left: 24px;
    font-size: 8px;
  }
  .steps-section {
    padding: 34px 0 40px;
  }
  .section-heading {
    display: block;
    margin-bottom: 22px;
  }
  .section-heading > p {
    margin-top: 15px;
    font-size: 12px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .steps article {
    position: relative;
    padding: 23px 22px 23px 66px;
  }
  .step-number {
    position: absolute;
    left: 22px;
    top: 27px;
    margin: 0;
  }
  .steps h3 {
    font-size: 18px;
  }
  .steps p {
    margin-top: 8px;
    max-width: none;
    font-size: 12px;
  }
  .rules-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 22px 42px;
  }
  .rules-section > div > p:not(.eyebrow) {
    max-width: none;
    font-size: 13px;
  }
  .rules-list article {
    gap: 17px;
    padding-block: 22px;
  }
  .app-banner {
    display: block;
    padding: 28px;
    border-radius: 24px;
    margin-bottom: 44px;
  }
  .app-banner h2 {
    font-size: 28px;
  }
  .app-banner .button {
    margin-top: 24px;
  }
  .app-banner p:not(.eyebrow) {
    font-size: 12px;
  }
  .site-footer {
    padding: 30px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-contact {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .site-footer nav {
    gap: 15px;
  }
  .legal-wrap {
    padding-top: 12px;
    padding-bottom: 44px;
  }
  .page-heading {
    margin-top: 26px;
  }
  .page-heading h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }
  .page-heading > p:not(.eyebrow) {
    font-size: 12px;
  }
  .legalContent {
    padding: 24px 20px;
    font-size: 13px;
    border-radius: 20px;
  }
  .legalContent h2 {
    font-size: 19px;
    line-height: 1.35;
  }
  .legalContent section + section {
    margin-top: 24px;
    padding-top: 24px;
  }
  .document-note {
    font-size: 12px;
    padding: 18px;
  }
  .document-nav {
    gap: 7px;
  }
  .document-nav a {
    font-size: 11px;
    padding: 9px 13px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-card {
    padding: 24px;
  }
  .contact-card h2 {
    font-size: 21px;
  }
  .contact-phone {
    font-size: 21px;
  }
  .eyebrow {
    font-size: 10px;
  }
}
.brand img {
  background: #074da7;
  padding: 6px;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}
@media print {
  .site-header,
  .site-footer,
  .skip-link,
  .back-link,
  .document-nav {
    display: none;
  }
  .wrap {
    width: 100%;
    max-width: none;
  }
  .legalContent {
    border: 0;
    padding: 0;
  }
  .legal-wrap {
    padding: 0;
  }
  .page-heading h1 {
    font-size: 28px;
  }
  .legalContent h2 {
    break-after: avoid;
  }
  .legalContent a {
    color: inherit;
  }
  body {
    background: white;
  }
}
