/* Self-hosted Manrope variable font, copied from the localhost production build. */
/* cyrillic-ext */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-37facb2a.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-c9a5f13c.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-f00fa027.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-bd6e7fdc.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-76dcfc73.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-81401990.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --blue: #114783;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.74);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { background: var(--blue); color: var(--ink); font-family: "Manrope", Arial, sans-serif; }

.landing-shell {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 8%, rgba(255,255,255,.07), transparent 28rem),
    radial-gradient(circle at 88% 86%, rgba(4,28,61,.18), transparent 32rem),
    var(--blue);
}

.grid-lines {
  position: absolute;
  inset: 0;
  opacity: .22;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 76%, transparent);
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
}

.ambient { position: absolute; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); }
.ambient-one { width: 38vw; height: 38vw; min-width: 420px; min-height: 420px; right: -12vw; top: -17vw; }
.ambient-two { width: 23vw; height: 23vw; min-width: 280px; min-height: 280px; left: -10vw; bottom: -13vw; }

.hero {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 64px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 24px 0 30px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  text-align: center;
}

.brand { display: flex; flex-direction: column; align-items: center; justify-self: center; }
.brand-logo { width: clamp(130px, 16vw, 190px); height: auto; display: block; }
.brand-name { margin: -8px 0 0; color: #fff; line-height: 1.2; white-space: nowrap; }
.brand-name strong { font-size: clamp(.68rem, 1.45vw, 1rem); font-weight: 800; letter-spacing: .055em; }

.hero-copy { align-self: center; justify-self: center; max-width: 820px; padding: 44px 0 54px; animation: enter .7s cubic-bezier(.2,.7,.2,1) both; }
.since { display: flex; align-items: center; justify-content: center; gap: 12px; width: fit-content; margin: 0 auto; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.since span { display: block; width: 26px; height: 1px; background: rgba(255,255,255,.45); }
h1 { margin: 22px 0 26px; color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 700; line-height: .97; letter-spacing: -.055em; white-space: nowrap; }
.hero-copy > p { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.85; }

.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 25px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; color: inherit; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(255,255,255,.4); outline-offset: 3px; }
.button-primary { background: #fff; color: var(--blue); box-shadow: 0 12px 28px rgba(5,26,52,.2); }
.button-primary:hover { background: #f1f6fc; box-shadow: 0 15px 34px rgba(5,26,52,.25); }
.button-secondary { border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(10px); }
.button-secondary:hover { background: rgba(255,255,255,.14); box-shadow: 0 10px 25px rgba(5,26,52,.14); }
.whatsapp-icon { width: 20px; height: 20px; display: block; object-fit: contain; }

footer { display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

@keyframes enter { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 640px) {
  .hero { width: min(100% - 40px, 520px); padding: 18px 0 24px; }
  .brand-logo { width: 135px; }
  .brand-name { margin-top: -5px; }
  .hero-copy { padding: 44px 0 48px; }
  h1 { margin: 18px 0 22px; font-size: clamp(1.35rem, 6.7vw, 2.4rem); }
  .hero-copy > p { font-size: .98rem; line-height: 1.7; }
  .actions { margin-top: 30px; }
  .button { flex: 1 1 145px; padding: 0 18px; }
  footer { font-size: 9px; letter-spacing: .09em; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy { animation: none; }
  .button { transition: none; }
}
