:root{--bg:#07111f;--panel:#0e1d31;--panel2:#142942;--ink:#f7fbff;--muted:#a9b8cc;--accent:#6e7cff;--accent2:#21d4a7;--line:#29405d;--danger:#ff7b7b;--radius:22px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(155deg,#07111f,#0b1830 58%,#101a35);color:var(--ink);min-height:100vh}a{color:inherit}.g1-shell{max-width:1180px;margin:auto;padding:28px}.g1-nav{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px 0 32px}.g1-brand{font-weight:800;letter-spacing:.12em}.g1-nav-links{display:flex;gap:16px;align-items:center}.g1-button{border:0;border-radius:999px;padding:13px 19px;background:var(--accent);color:white;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.g1-button.secondary{background:transparent;border:1px solid var(--line)}.g1-button:disabled{opacity:.45;cursor:not-allowed}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;padding:54px 0 78px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:12px 0 22px;letter-spacing:-.055em}.hero p{color:var(--muted);font-size:19px;line-height:1.65}.eyebrow{color:#a8b4ff;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.g1-card{background:linear-gradient(145deg,rgba(20,41,66,.94),rgba(10,26,48,.96));border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.g1-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.g1-stack{display:grid;gap:16px}.g1-field{display:grid;gap:7px}.g1-field label{font-size:13px;color:var(--muted)}input,select,textarea{width:100%;background:#09182b;border:1px solid var(--line);color:var(--ink);border-radius:13px;padding:13px 14px;font:inherit}textarea{min-height:110px}.g1-status{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(33,212,167,.12);color:#7ce8cc;font-size:12px;font-weight:800}.g1-warning{background:rgba(255,183,77,.12);color:#ffd190}.g1-error{color:var(--danger)}.g1-list{display:grid;gap:10px}.g1-item{border:1px solid var(--line);border-radius:16px;padding:16px;background:rgba(7,17,31,.5)}.g1-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.g1-kpi strong{font-size:28px;display:block}.g1-kpi span{color:var(--muted);font-size:13px}.g1-section{padding:42px 0}.g1-section h2{font-size:34px;margin:8px 0 20px}.g1-muted{color:var(--muted)}.g1-table{width:100%;border-collapse:collapse}.g1-table td,.g1-table th{padding:12px;border-bottom:1px solid var(--line);text-align:left}.g1-toolbar{display:flex;gap:10px;flex-wrap:wrap}.g1-hidden{display:none!important}html[dir=rtl] body{text-align:right}html[dir=rtl] .g1-table td,html[dir=rtl] .g1-table th{text-align:right}@media(max-width:850px){.hero{grid-template-columns:1fr}.g1-grid,.g1-kpis{grid-template-columns:1fr}.g1-nav-links{display:none}.g1-shell{padding:20px}.hero{padding-top:20px}}

/* =========================================================
   17TEXT V2 PUBLIC ROOT
   Scoped deliberately to body.v2-launch.
   ========================================================= */

body.v2-launch {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 75% 10%,
      rgba(209, 250, 229, .62),
      transparent 34rem
    ),
    #fbfefc;
  color: #10251b;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.v2-launch a {
  color: inherit;
}

.v2-launch-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v2-launch-brand {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.04em;
  font-size: 24px;
}

.v2-launch-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.v2-launch-nav a {
  text-decoration: none;
  font-size: 14px;
  color: #496257;
}

.v2-launch-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 32px 120px;
}

.v2-launch-copy {
  max-width: 850px;
}

.v2-launch-kicker {
  margin-bottom: 22px;
  color: #16865e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2-launch h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(52px, 7vw, 88px);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 700;
}

.v2-launch-lead {
  max-width: 730px;
  margin: 34px 0;
  color: #51675d;
  font-size: 21px;
  line-height: 1.65;
}

.v2-launch-form {
  max-width: 760px;
  display: flex;
  gap: 10px;
  padding: 8px;
  border: 1px solid #d7e9df;
  border-radius: 18px;
  background: white;
  box-shadow:
    0 20px 60px rgba(31, 91, 65, .10);
}

.v2-launch-form input[type="url"] {
  min-width: 0;
  flex: 1;
  padding: 17px 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #10251b;
  font: inherit;
  font-size: 16px;
}

.v2-launch-form button,
.v2-launch-final-button {
  border: 0;
  border-radius: 12px;
  background: #d8f5e5;
  color: #0e5137;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  text-decoration: none;
}

.v2-launch-form button {
  padding: 17px 24px;
}

.v2-launch-form button:hover,
.v2-launch-final-button:hover {
  background: #c5efd8;
}

.v2-launch-idea {
  display: inline-block;
  margin-top: 20px;
  color: #337257;
  font-size: 14px;
  text-decoration: none;
}

.v2-launch-trust {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  color: #667b71;
  font-size: 13px;
}

.v2-launch-trust span::before {
  content: "✓";
  margin-right: 8px;
  color: #28a774;
  font-weight: 800;
}

.v2-launch-journey {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 32px 120px;
}

.v2-launch-section-heading {
  max-width: 660px;
  margin-bottom: 54px;
}

.v2-launch-section-heading h2,
.v2-launch-final h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -.05em;
}

.v2-launch-section-heading p,
.v2-launch-final p {
  color: #61766c;
  line-height: 1.7;
}

.v2-launch-milestones {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.v2-launch-milestones article {
  min-height: 240px;
  padding: 30px;
  border: 1px solid #dbece3;
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
}

.v2-launch-milestones article span {
  color: #79b99a;
  font-size: 12px;
  font-weight: 800;
}

.v2-launch-milestones h3 {
  margin: 48px 0 14px;
  font-size: 25px;
  letter-spacing: -.03em;
}

.v2-launch-milestones p {
  color: #64776e;
  font-size: 14px;
  line-height: 1.65;
}

.v2-launch-final {
  max-width: 1116px;
  margin: 0 auto 80px;
  padding: 68px;
  border-radius: 30px;
  background: #eefaf3;
}

.v2-launch-final p {
  max-width: 620px;
  margin-bottom: 32px;
}

.v2-launch-final-button {
  display: inline-block;
  padding: 16px 24px;
}

.v2-launch-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 32px 50px;
  display: flex;
  justify-content: space-between;
  color: #72857b;
  font-size: 13px;
}

.v2-launch-footer nav {
  display: flex;
  gap: 20px;
}

.v2-launch-footer a {
  text-decoration: none;
}

@media (max-width: 820px) {

  .v2-launch-header,
  .v2-launch-hero,
  .v2-launch-journey {
    padding-left: 22px;
    padding-right: 22px;
  }

  .v2-launch-nav a:first-child {
    display: none;
  }

  .v2-launch-hero {
    padding-top: 60px;
  }

  .v2-launch h1 {
    font-size: clamp(44px, 14vw, 68px);
  }

  .v2-launch-form {
    flex-direction: column;
  }

  .v2-launch-form button {
    width: 100%;
  }

  .v2-launch-milestones {
    grid-template-columns: 1fr;
  }

  .v2-launch-milestones article {
    min-height: auto;
  }

  .v2-launch-milestones h3 {
    margin-top: 25px;
  }

  .v2-launch-final {
    margin: 0 22px 60px;
    padding: 36px 28px;
  }
}

