:root {
  --midnight: #0B132B;
  --indigo: #1B2A4B;
  --teal: #2FA6A6;
  --gold: #D4AF37;
  --champagne: #F1E1C6;
  --ivory: #FAF7F1;
  --text: #0b132b;
  --muted: #697386;
  --line: rgba(11, 19, 43, 0.12);
  --shadow: 0 24px 70px rgba(11, 19, 43, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ivory);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 247, 241, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11, 19, 43, 0.08);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 210px; max-width: 46vw; display: block; }
.nav { display: flex; align-items: center; gap: 26px; font-size: 14px; color: rgba(11, 19, 43, .72); }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--midnight); }
.nav-cta { border: 1px solid rgba(212, 175, 55, .45); padding: 11px 16px; border-radius: 999px; color: var(--midnight) !important; background: rgba(255,255,255,.45); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; color: var(--midnight); }

.hero { position: relative; overflow: hidden; padding: 86px 0 88px; }
.hero:before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(212, 175, 55, .18), transparent 30%),
    radial-gradient(circle at 72% 8%, rgba(47, 166, 166, .13), transparent 28%);
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(8px); opacity: .55; }
.hero-glow-one { width: 380px; height: 380px; right: 12%; top: 120px; background: rgba(47, 166, 166, .12); }
.hero-glow-two { width: 300px; height: 300px; left: -90px; bottom: 60px; background: rgba(212, 175, 55, .16); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 62px; align-items: center; }
.eyebrow, .section-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
h1, h2, h3 { margin: 0; line-height: 1.04; }
h1 { font-size: clamp(46px, 6vw, 82px); letter-spacing: -.055em; max-width: 720px; }
h2 { font-size: clamp(34px, 4vw, 56px); letter-spacing: -.045em; }
h3 { font-size: 21px; letter-spacing: -.025em; }
.hero-lead { font-size: 20px; line-height: 1.7; color: rgba(11, 19, 43, .72); max-width: 680px; margin: 26px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 800; }
.btn-primary { background: var(--midnight); color: white; box-shadow: 0 18px 40px rgba(11, 19, 43, .22); }
.btn-secondary { background: rgba(255,255,255,.55); border: 1px solid rgba(11,19,43,.12); color: var(--midnight); }
.trust-line { margin-top: 24px; color: rgba(11, 19, 43, .55); font-size: 14px; }

.desktop-preview {
  background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(241,225,198,.26));
  border: 1px solid rgba(11,19,43,.1);
  border-radius: 34px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.preview-topbar { height: 18px; width: 110px; margin: 0 auto 14px; border-radius: 999px; background: rgba(11,19,43,.12); }
.preview-screen {
  min-height: 430px; position: relative; overflow: hidden; border-radius: 26px;
  background:
    radial-gradient(circle at 50% 52%, rgba(255,255,255,.95), rgba(212,175,55,.5) 7%, transparent 17%),
    radial-gradient(circle at 68% 24%, rgba(47,166,166,.45), transparent 22%),
    linear-gradient(180deg, #102b3d 0%, #081329 68%);
}
.preview-horizon { position: absolute; left: -8%; right: -8%; bottom: -60px; height: 190px; border-radius: 50% 50% 0 0; background: #061026; border-top: 3px solid rgba(241,225,198,.9); box-shadow: 0 -20px 80px rgba(212,175,55,.45); }
.preview-orbit { position: absolute; width: 420px; height: 210px; left: 14%; top: 28%; border: 2px solid rgba(212,175,55,.72); border-radius: 50%; transform: rotate(-22deg); box-shadow: 0 0 0 1px rgba(47,166,166,.28) inset; }
.clock-card, .weather-card {
  position: absolute; z-index: 3; color: white; border: 1px solid rgba(255,255,255,.16);
  background: rgba(8,19,41,.36); backdrop-filter: blur(18px); border-radius: 22px; padding: 20px 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}
.clock-card { right: 28px; top: 32px; min-width: 170px; }
.weather-card { left: 28px; bottom: 34px; min-width: 160px; }
.clock-card span, .weather-card span { display: block; font-size: 13px; color: rgba(255,255,255,.72); }
.clock-card strong, .weather-card strong { display: block; font-size: 42px; line-height: 1; letter-spacing: -.05em; margin: 8px 0; }
.clock-card small, .weather-card small { color: var(--champagne); }

.section { padding: 92px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.split p, .privacy-panel p { font-size: 18px; line-height: 1.8; color: rgba(11,19,43,.72); margin: 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .split h2 { margin-top: 14px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: rgba(255,255,255,.58); border: 1px solid rgba(11,19,43,.09); border-radius: 26px; padding: 28px; box-shadow: 0 16px 42px rgba(11,19,43,.07); }
.card-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 16px; margin-bottom: 26px; color: var(--gold); background: linear-gradient(145deg, var(--midnight), var(--indigo)); font-size: 22px; }
.card p { color: rgba(11,19,43,.66); line-height: 1.7; }

.dark-section { background: linear-gradient(135deg, #071025, #101c39 64%, #102b3d); color: white; position: relative; overflow: hidden; }
.dark-section:before { content:""; position:absolute; inset:auto -10% -45% -10%; height:380px; background: radial-gradient(circle, rgba(47,166,166,.22), transparent 60%); }
.screen-care-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
.dark-section h2 { margin: 14px 0 22px; }
.dark-section p { color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.8; }
.care-list { display: grid; gap: 14px; }
.care-list div { padding: 22px; border-radius: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.care-list strong, .care-list span { display: block; }
.care-list strong { margin-bottom: 8px; color: var(--champagne); }
.care-list span { color: rgba(255,255,255,.72); line-height: 1.65; }

.privacy-panel { background: rgba(255,255,255,.62); border: 1px solid rgba(11,19,43,.09); border-radius: 26px; padding: 32px; }
ul { margin: 22px 0 0; padding-left: 20px; color: rgba(11,19,43,.7); line-height: 1.9; }
.waitlist-section { padding-top: 30px; }
.waitlist-card { background: linear-gradient(135deg, #fff, rgba(241,225,198,.42)); border: 1px solid rgba(11,19,43,.09); border-radius: 34px; box-shadow: var(--shadow); padding: 44px; }
.waitlist-card h2 { margin: 12px 0 14px; }
.waitlist-card p { color: rgba(11,19,43,.66); font-size: 17px; line-height: 1.75; max-width: 760px; }
.waitlist-form { display: grid; grid-template-columns: 1.1fr .85fr auto; gap: 12px; margin-top: 28px; }
.waitlist-form input, .waitlist-form select { width: 100%; border: 1px solid rgba(11,19,43,.13); background: rgba(255,255,255,.74); min-height: 54px; border-radius: 16px; padding: 0 16px; font: inherit; color: var(--midnight); outline: none; }
.waitlist-form button { border: 0; min-height: 54px; padding: 0 24px; border-radius: 16px; font-weight: 800; color: white; background: var(--midnight); cursor: pointer; }
.success-box, .error-box { margin-top: 18px; padding: 14px 16px; border-radius: 16px; font-weight: 700; }
.success-box { background: rgba(47,166,166,.14); color: #0b706d; }
.error-box { background: rgba(196,55,55,.12); color: #9d2b2b; }

.site-footer { padding: 34px 0; border-top: 1px solid rgba(11,19,43,.1); color: rgba(11,19,43,.72); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-links { display: flex; gap: 22px; }

@media (max-width: 920px) {
  .nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; padding: 18px; flex-direction: column; align-items: stretch; background: rgba(250,247,241,.98); border: 1px solid rgba(11,19,43,.1); border-radius: 20px; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .split, .screen-care-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .waitlist-form { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { padding-top: 54px; }
  .brand img { width: 176px; }
  .cards-grid { grid-template-columns: 1fr; }
  .desktop-preview { padding: 10px; border-radius: 26px; }
  .preview-screen { min-height: 360px; }
  .clock-card { right: 18px; top: 20px; }
  .weather-card { left: 18px; bottom: 24px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

.preview-logo-mark {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -.055em;
  color: rgba(250,247,241,.92);
  text-shadow: 0 12px 50px rgba(0,0,0,.35);
  white-space: nowrap;
}

.why-dinet-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(212,175,55,.16), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(47,166,166,.11), transparent 30%);
}
.why-dinet-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  align-items: stretch;
}
.dinet-story-card,
.dinet-principles {
  border: 1px solid rgba(11,19,43,.09);
  border-radius: 34px;
  box-shadow: 0 20px 56px rgba(11,19,43,.08);
}
.dinet-story-card {
  padding: 42px;
  background: rgba(255,255,255,.62);
}
.dinet-story-card h2 { margin: 14px 0 24px; }
.dinet-story-card p {
  font-size: 17px;
  line-height: 1.85;
  color: rgba(11,19,43,.72);
}
.dinet-story-card p:last-child { margin-bottom: 0; }
.dinet-story-card strong { color: var(--midnight); }
.dinet-principles {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(11,19,43,.08);
}
.dinet-principles div {
  padding: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.76), rgba(241,225,198,.28));
}
.dinet-principles strong,
.dinet-principles span { display: block; }
.dinet-principles strong {
  font-size: 20px;
  letter-spacing: -.025em;
  color: var(--midnight);
  margin-bottom: 10px;
}
.dinet-principles span {
  color: rgba(11,19,43,.67);
  line-height: 1.7;
}

.preview-gallery-section {
  background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(241,225,198,.28));
}
.gallery-heading p {
  margin: 18px 0 0;
  max-width: 790px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(11,19,43,.68);
}
.preview-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.profile-shot {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(11,19,43,.12);
  border-radius: 28px;
  background: #071025;
  cursor: zoom-in;
  box-shadow: 0 24px 70px rgba(11,19,43,.14);
  text-align: left;
}
.profile-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}
.profile-shot:hover img { transform: scale(1.035); filter: saturate(1.04) contrast(1.03); }
.profile-shot-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  color: white;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: rgba(7,16,37,.58);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
}
.profile-shot-overlay strong,
.profile-shot-overlay small,
.profile-shot-overlay em { display: block; }
.profile-shot-overlay strong {
  font-size: 20px;
  letter-spacing: -.02em;
  margin-bottom: 7px;
}
.profile-shot-overlay small {
  color: rgba(255,255,255,.72);
  line-height: 1.55;
  max-width: 640px;
}
.profile-shot-overlay em {
  margin-top: 12px;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--champagne);
}

.status-section { padding-top: 20px; }
.status-card {
  padding: 42px;
  border-radius: 34px;
  border: 1px solid rgba(11,19,43,.09);
  background: linear-gradient(135deg, #fff, rgba(241,225,198,.42));
  box-shadow: var(--shadow);
}
.status-card h2 { margin: 14px 0 14px; }
.status-card p {
  max-width: 850px;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(11,19,43,.68);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(4, 8, 18, .88);
  backdrop-filter: blur(18px);
}
.lightbox.is-open { display: flex; }
.lightbox img {
  max-width: min(1420px, 94vw);
  max-height: 82vh;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 32px 90px rgba(0,0,0,.5);
}
.lightbox-close {
  position: absolute;
  top: 22px;
  right: 28px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: white;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.lightbox-title {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: white;
  font-weight: 800;
  letter-spacing: .02em;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(7,16,37,.62);
  border: 1px solid rgba(255,255,255,.14);
}

@media (max-width: 920px) {
  .why-dinet-grid { grid-template-columns: 1fr; }
  .preview-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .dinet-story-card, .status-card { padding: 28px; border-radius: 26px; }
  .dinet-principles div { padding: 24px; }
  .profile-shot-overlay { position: static; border-radius: 0; border-left: 0; border-right: 0; border-bottom: 0; }
  .lightbox { padding: 16px; }
  .lightbox-title { width: calc(100% - 40px); text-align: center; }
}


.newsletter-section {
  padding-top: 20px;
  background:
    radial-gradient(circle at 18% 0%, rgba(212,175,55,.15), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(47,166,166,.12), transparent 30%);
}
.newsletter-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11,19,43,.09);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(241,225,198,.42));
  box-shadow: var(--shadow);
  padding: 42px;
}
.newsletter-card:before {
  content: "";
  position: absolute;
  inset: -45% auto auto -18%;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(212,175,55,.18), transparent 62%);
  pointer-events: none;
}
.newsletter-copy { position: relative; max-width: 820px; }
.newsletter-copy h2 { margin: 14px 0 14px; }
.newsletter-copy p {
  color: rgba(11,19,43,.68);
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 28px;
}
.newsletter-form {
  position: relative;
  display: grid;
  gap: 16px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.newsletter-form label { display: grid; gap: 9px; }
.newsletter-form label span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(11,19,43,.72);
}
.newsletter-form label em {
  font-style: normal;
  font-weight: 700;
  color: rgba(11,19,43,.42);
  text-transform: none;
  letter-spacing: 0;
}
.newsletter-form input,
.newsletter-form select {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(11,19,43,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  color: var(--midnight);
  padding: 0 17px;
  font: inherit;
  outline: none;
  box-shadow: 0 10px 26px rgba(11,19,43,.04);
}
.newsletter-form input:focus,
.newsletter-form select:focus {
  border-color: rgba(212,175,55,.58);
  box-shadow: 0 0 0 4px rgba(212,175,55,.14);
}
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.turnstile-wrap {
  min-height: 70px;
  display: flex;
  align-items: center;
}
.newsletter-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.newsletter-actions button {
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  padding: 0 26px;
  cursor: pointer;
  color: white;
  font-weight: 900;
  letter-spacing: -.01em;
  background: linear-gradient(135deg, var(--midnight), var(--indigo));
  box-shadow: 0 18px 36px rgba(11,19,43,.18);
}
.newsletter-actions small {
  max-width: 520px;
  color: rgba(11,19,43,.58);
  line-height: 1.6;
}
.newsletter-message {
  position: relative;
  display: grid;
  gap: 6px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
}
.newsletter-message strong { font-size: 16px; }
.newsletter-message span { line-height: 1.6; }
.newsletter-message.success {
  background: rgba(47,166,166,.12);
  border-color: rgba(47,166,166,.28);
  color: #0d6764;
}
.newsletter-message.error {
  background: rgba(184,71,71,.11);
  border-color: rgba(184,71,71,.24);
  color: #8b2b2b;
}

@media (max-width: 720px) {
  .newsletter-card { padding: 28px; border-radius: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .newsletter-actions { align-items: stretch; }
  .newsletter-actions button { width: 100%; }
}
