/* Nidea — pre-launch page. Brand kit: Mercan (docs: deploy/prelaunch/README.md).
   Coral (#E5704B) is for the mark and decoration ONLY: it measures 2.9:1 on ivory and is not a
   text colour. Links use deep coral (#B84A2A, 4.9:1). */

/* Figtree 5.3.0 (fontsource, OFL-1.1: fonts/OFL.txt), self-hosted so no visitor request leaves
   this origin. Two subsets: Turkish ğ ş İ live in latin-ext; ı ç ö ü in latin. */
@font-face {
  font-family: "Figtree";
  src: url("fonts/figtree-latin-ext-wght-normal.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
  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;
}
@font-face {
  font-family: "Figtree";
  src: url("fonts/figtree-latin-wght-normal.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
  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 {
  --ink: #233240;
  --coral: #E5704B;
  --deep-coral: #B84A2A;
  --ivory: #FBF7F2;
  --grey: #5C6B77;
  --mist: #DDE2E6;
  --white: #FFFFFF;
  --font: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.55;
}

a { color: var(--deep-coral); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
a:focus-visible { outline: 3px solid var(--deep-coral); outline-offset: 3px; border-radius: 4px; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Header */
.top { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
.lockup { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.lockup svg { width: 36px; height: 36px; flex: none; }
.lockup span { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; line-height: 1; }
.lang { font-size: 15px; font-weight: 600; }

/* Hero */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: center; padding: 56px 0 72px; }
.label { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); margin: 0 0 18px; }
h1 { font-size: clamp(36px, 6vw, 60px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.05; margin: 0 0 22px; }
.lead { font-size: 20px; color: var(--ink); max-width: 36em; margin: 0 0 32px; }
.cta { display: inline-flex; align-items: center; min-height: 52px; padding: 0 26px; border-radius: 12px; background: var(--ink); color: var(--white); font-weight: 600; text-decoration: none; }
.cta:hover { background: #1A2632; color: var(--white); }
.cta-note { display: block; margin-top: 14px; font-size: 15px; color: var(--grey); }
.hero-mark { justify-self: center; width: 100%; max-width: 300px; height: auto; }

/* Areas */
.areas { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-bottom: 72px; }
.area { background: var(--white); border: 1px solid var(--mist); border-radius: 18px; padding: 26px 28px; }
.area h2 { font-size: 21px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 8px; display: flex; align-items: center; gap: 10px; }
.area h2::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--coral); flex: none; }
.area p { margin: 0; color: var(--grey); font-size: 16.5px; }

/* Footer */
.foot { border-top: 1px solid var(--mist); padding: 28px 0 40px; display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; font-size: 15px; color: var(--grey); }

@media (max-width: 760px) {
  .hero { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 24px 0 48px; }
  .hero-mark { order: -1; max-width: 140px; justify-self: start; }
  .areas { grid-template-columns: minmax(0, 1fr); }
  .lead { font-size: 18px; }
}
