:root {
  --blue: #0D4C92;
  --blue-deep: #042342;
  --blue-mid: #0A66B2;
  --yellow: #FFC107;
  --white: #FFFFFF;
  --soft: #F5F7FA;
  --text: #4B5563;
  --ink: #0E243D;
  --line: rgba(255, 255, 255, 0.18);
  --glass: rgba(255, 255, 255, 0.84);
  --shadow: 0 26px 80px rgba(2, 23, 46, 0.22);
  --radius: 8px;
  --container: min(1180px, calc(100% - 32px));
  font-family: "Plus Jakarta Sans", Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 24% 22%, rgba(33, 160, 226, 0.42), transparent 25rem),
    radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.18), transparent 22rem),
    radial-gradient(circle at 84% 78%, rgba(13, 76, 146, 0.32), transparent 28rem),
    linear-gradient(145deg, #02162a 0%, #062d53 34%, #f7fbff 34.3%, #eef6ff 100%);
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 1px, transparent 1.5px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.11), transparent 34%, rgba(13, 76, 146, 0.08));
  background-size: 34px 34px, auto;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), transparent 78%);
}

body::after {
  position: fixed;
  inset: auto -12% 12% auto;
  z-index: -1;
  width: 44vw;
  height: 44vw;
  min-width: 360px;
  min-height: 360px;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(13, 76, 146, 0.16), transparent 62%);
  filter: blur(18px);
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue);
  border-radius: var(--radius);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 8px 16px;
  color: var(--white);
  background: linear-gradient(90deg, #052849, var(--blue), #074170);
  box-shadow: 0 14px 34px rgba(2, 23, 46, 0.22);
}

.top-bar p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 960px;
  margin: 0;
  font-size: 0.94rem;
  font-weight: 700;
  text-align: center;
}

.top-bar svg {
  width: 20px;
  min-width: 20px;
  fill: var(--yellow);
}

.section {
  width: var(--container);
  margin-inline: auto;
}

.hero {
  position: relative;
  display: block;
  min-height: clamp(650px, 86vh, 820px);
  overflow: hidden;
  text-align: left;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  min-height: inherit;
  max-width: none;
  padding: clamp(46px, 7vw, 78px) 0 clamp(54px, 8vw, 92px);
}

.hero__media {
  position: relative;
  align-self: stretch;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.hero__media::before {
  position: absolute;
  inset: 8% -9% 5% 10%;
  z-index: -1;
  content: "";
  background: radial-gradient(circle, rgba(28, 170, 236, 0.52), rgba(13, 76, 146, 0.22) 42%, transparent 68%);
  filter: blur(26px);
}

.hero__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: left center;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(1, 17, 34, 0.36);
}

.hero__media-callout {
  position: absolute;
  top: clamp(42px, 8vw, 92px);
  right: clamp(18px, 4vw, 46px);
  display: grid;
  gap: 10px;
  width: min(48%, 300px);
  padding: clamp(18px, 3vw, 28px);
  color: var(--white);
  text-align: left;
  background: linear-gradient(145deg, rgba(3, 30, 58, 0.58), rgba(13, 76, 146, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.hero__media-callout span {
  color: #7dd8ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__media-callout strong {
  color: var(--white);
  font-size: clamp(1.15rem, 2.4vw, 2.05rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.hero__content {
  justify-self: center;
  width: min(100%, 640px);
  padding: clamp(28px, 5vw, 48px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(2, 23, 46, 0.2);
  backdrop-filter: blur(20px);
}

.ambient {
  position: absolute;
  z-index: 0;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(26px);
  opacity: 0.34;
  animation: floatGlow 10s ease-in-out infinite;
}

.ambient--one {
  top: 8%;
  left: 26%;
  background: rgba(36, 166, 230, 0.32);
}

.ambient--two {
  right: 4%;
  bottom: 10%;
  background: rgba(13, 76, 146, 0.34);
  animation-delay: -4s;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  color: var(--blue);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-mark span {
  font-size: 2.1rem;
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand-mark strong {
  color: var(--yellow);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand-mark img {
  width: min(270px, 72vw);
  height: auto;
}

.brand-mark--large {
  display: flex;
  margin: 0 auto 34px;
  transform: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  color: var(--ink);
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 620px;
  margin-inline: 0;
  color: var(--blue);
  font-size: clamp(2.35rem, 4.6vw, 4.7rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  text-transform: none;
}

.hero__subtitle {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--text);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.7;
}

.text-section,
.benefits,
.notice-section,
.social-section,
.stores {
  padding-block: 64px;
}

.content-card,
.notice,
.benefit-card,
.store-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74));
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.content-card {
  max-width: 520px;
  margin-inline: auto;
  padding: clamp(30px, 5vw, 46px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
}

.content-card p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.78;
}

.content-card p:last-child {
  margin-bottom: 0;
  color: var(--blue);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 3.5vw, 3.15rem);
  font-weight: 850;
  letter-spacing: -0.03em;
}

.benefits .section-heading .eyebrow {
  color: #68c8ff;
  text-shadow: 0 0 24px rgba(104, 200, 255, 0.35);
}

.benefits .section-heading h2 {
  color: var(--white);
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.benefit-card {
  position: relative;
  min-height: 250px;
  padding: 34px 30px;
  overflow: hidden;
  contain: paint;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.benefit-card::after {
  position: absolute;
  inset: auto -26% -38% auto;
  width: 170px;
  height: 170px;
  content: "";
  background: radial-gradient(circle, rgba(13, 76, 146, 0.14), transparent 66%);
  transition: transform 220ms ease, opacity 220ms ease;
}

.benefit-card:hover,
.store-card:hover {
  border-color: rgba(255, 193, 7, 0.7);
  box-shadow: 0 34px 94px rgba(2, 23, 46, 0.24);
  transform: translateY(-8px);
}

.benefit-card:hover::after {
  opacity: 0.9;
  transform: translate(-18px, -18px) scale(1.1);
}

.benefit-card svg {
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  fill: var(--blue);
  filter: drop-shadow(0 10px 18px rgba(13, 76, 146, 0.22));
}

.benefit-card h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.benefit-card p {
  margin: 0;
  line-height: 1.6;
}

.notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(22px, 4vw, 34px);
  color: var(--ink);
  border-left: 5px solid var(--yellow);
}

.notice svg {
  width: 44px;
  height: 44px;
  fill: var(--yellow);
}

.notice p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.social-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 74px;
  padding: 18px;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(2, 23, 46, 0.12);
  transition: transform 220ms ease, color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.social-button::before {
  position: absolute;
  inset: -60% auto auto -20%;
  width: 80%;
  height: 220%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: rotate(24deg) translateX(-100%);
  transition: transform 520ms ease;
}

.social-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.social-button[data-social="instagram"] {
  color: #C13584;
}

.social-button[data-social="facebook"] {
  color: #1877F2;
}

.social-button[data-social="whatsapp"] {
  color: #25D366;
}

.social-button[data-social="tiktok"] {
  color: #111111;
}

.social-button:hover {
  color: var(--white);
  box-shadow: 0 28px 70px rgba(13, 76, 146, 0.28);
  transform: translateY(-6px);
}

.social-button[data-social="instagram"]:hover {
  background: linear-gradient(135deg, #833AB4, #FD1D1D 52%, #FCAF45);
}

.social-button[data-social="facebook"]:hover {
  background: #1877F2;
}

.social-button[data-social="whatsapp"]:hover {
  background: #25D366;
}

.social-button[data-social="tiktok"]:hover {
  background: linear-gradient(135deg, #111111, #25F4EE 48%, #FE2C55);
}

.social-button:hover::before {
  transform: rotate(24deg) translateX(190%);
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.store-card {
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.store-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #dfeaf5;
  transition: transform 520ms ease;
}

.store-card:hover img {
  transform: scale(1.035);
}

.store-card__content {
  padding: 26px;
}

.store-card__city {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-card h3 {
  min-height: 2.4em;
  margin-bottom: 16px;
  font-size: 1.32rem;
  letter-spacing: -0.02em;
}

.store-card__address {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  min-height: 86px;
  margin: 0 0 22px;
  line-height: 1.55;
}

.store-card__address svg {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  fill: var(--yellow);
}

.store-card__actions,
.simple-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-mid));
  box-shadow: 0 16px 38px rgba(13, 76, 146, 0.28);
}

.button--ghost {
  color: var(--blue);
  background: rgba(13, 76, 146, 0.06);
  border-color: var(--line);
}

.stores__note {
  max-width: 720px;
  margin: 30px auto 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.65;
  text-align: center;
}

.footer {
  width: var(--container);
  margin-inline: auto;
  padding: 38px 0 44px;
  color: rgba(14, 36, 61, 0.78);
  text-align: center;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0 0 8px;
}

.simple-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.simple-page__content {
  width: min(720px, 100%);
  padding: clamp(28px, 6vw, 56px);
  text-align: center;
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.simple-page__content .brand-mark {
  margin-bottom: 34px;
}

.simple-page h1 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.simple-page p {
  max-width: 560px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

.simple-page__actions {
  justify-content: center;
}

.reveal {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(18px);
  transition: opacity 640ms ease, filter 640ms ease, transform 640ms ease;
}

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

@keyframes floatGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -18px, 0) scale(1.06);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    padding-block: 46px 64px;
  }

  .hero__media {
    min-height: 480px;
  }

  .hero__media img {
    min-height: 480px;
  }

  .hero__content {
    justify-self: stretch;
  }

  .benefit-grid,
  .social-links,
  .store-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .store-grid {
    gap: 18px;
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100% - 22px, 1120px);
  }

  .top-bar p {
    align-items: flex-start;
    font-size: 0.84rem;
  }

  .hero {
    min-height: auto;
    padding-block: 70px 34px;
    text-align: center;
  }

  .hero__inner {
    gap: 28px;
    padding: 28px 0 36px;
  }

  .hero__media,
  .hero__media img {
    min-height: 430px;
  }

  .hero__media img {
    object-position: left center;
  }

  .hero__media-callout {
    top: 22px;
    right: 18px;
    width: min(50%, 190px);
    padding: 14px;
  }

  .hero__media-callout span {
    font-size: 0.58rem;
  }

  .hero__media-callout strong {
    font-size: clamp(0.98rem, 5vw, 1.35rem);
  }

  .hero__content {
    padding: 26px 20px;
  }

  .brand-mark--large {
    margin-bottom: 34px;
    transform: scale(1);
  }

  h1 {
    margin-inline: auto;
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .hero__subtitle {
    margin-inline: auto;
  }

  .text-section,
  .benefits,
  .notice-section,
  .social-section,
  .stores {
    padding-block: 38px;
  }

  .benefit-grid,
  .social-links,
  .store-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: auto;
  }

  .notice {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .notice svg {
    margin-inline: auto;
  }

  .store-card h3,
  .store-card__address {
    min-height: 0;
  }

  .store-card__actions,
  .simple-page__actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
