
:root{
  --ink:#111318;
  --ink-2:#161A22;
  --card:#20242C;
  --text:#F4F1EA;
  --muted:#B7B1A8;
  --soft:#7E817F;
  --memory:#CDAE7B;
  --bridge:#D8BFA3;
  --peach:#F3A58B;
  --lav:#8E8DF2;
  --fog:#A8C7D8;
  --radius:28px;
  --shadow: 0 32px 90px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 28%, rgba(205,174,123,.20), transparent 25%),
    radial-gradient(circle at 78% 18%, rgba(142,141,242,.18), transparent 28%),
    radial-gradient(circle at 72% 72%, rgba(243,165,139,.12), transparent 32%),
    linear-gradient(135deg, #080A12 0%, #111318 42%, #1A1624 100%);
  color:var(--text);
  overflow-x:hidden;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(circle, rgba(205,174,123,.55) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(142,141,242,.38) 0 1px, transparent 1.5px);
  background-size: 140px 140px, 220px 220px;
  background-position: 16px 40px, 90px 20px;
  opacity:.18;
}
a{color:inherit}
.page{
  position:relative;
  min-height:100vh;
}
.container{
  width:min(1180px, calc(100% - 48px));
  margin:0 auto;
}
.nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
  z-index:20;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  letter-spacing:-.02em;
}
.brand-mark{
  width:26px;height:26px;
  display:grid;place-items:center;
}
.brand-mark img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 15px rgba(205,174,123,.35))}
.links{
  display:flex;align-items:center;gap:34px;
  color:rgba(244,241,234,.82);
  font-size:14px;
}
.links a{text-decoration:none}
.nav-cta{
  background:linear-gradient(135deg,var(--memory),var(--peach));
  color:#151313;
  padding:10px 18px;
  border-radius:999px;
  font-weight:700;
  box-shadow:0 14px 34px rgba(205,174,123,.2);
}
.hero{
  min-height:760px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  align-items:center;
  gap:40px;
  padding:52px 0 76px;
  position:relative;
}
.orbit{
  position:absolute;
  inset:60px -120px auto auto;
  width:820px;
  height:600px;
  border-radius:50%;
  border:1px solid rgba(205,174,123,.15);
  transform:rotate(-18deg);
  pointer-events:none;
}
.orbit:after{
  content:"";
  position:absolute;
  right:110px;
  top:80px;
  width:12px;height:12px;border-radius:50%;
  background:var(--memory);
  box-shadow:0 0 30px rgba(205,174,123,.8);
}
.hero-copy{position:relative;z-index:5}
.hero-logo{
  width:190px;
  height:190px;
  object-fit:contain;
  margin-bottom:8px;
  filter:
    drop-shadow(0 0 26px rgba(205,174,123,.38))
    drop-shadow(0 0 40px rgba(142,141,242,.20));
}
h1{
  margin:0;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 8vw, 104px);
  line-height:.92;
  letter-spacing:-.06em;
  background:linear-gradient(135deg,#F8D8A8 0%, #F4F1EA 48%, #C8B9FF 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.subtitle{
  margin-top:14px;
  font-size:clamp(24px, 3vw, 34px);
  color:#F4F1EA;
  letter-spacing:-.03em;
}
.subtitle span{color:#BFA7FF}
.hero-p{
  max-width:600px;
  margin:20px 0 0;
  font-size:clamp(17px, 2vw, 21px);
  line-height:1.62;
  color:rgba(244,241,234,.86);
}
.cta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  margin-top:34px;
}
.main-cta{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:16px 28px;
  min-height:56px;
  border-radius:999px;
  text-decoration:none;
  color:#17110C;
  background:linear-gradient(135deg,var(--bridge),var(--peach));
  font-weight:800;
  box-shadow: 0 18px 40px rgba(205,174,123,.28);
}
.trust{
  display:flex;
  align-items:center;
  gap:9px;
  color:rgba(244,241,234,.62);
  font-size:15px;
}
.phone-wrap{
  position:relative;
  z-index:4;
  min-height:620px;
  display:grid;
  place-items:center;
}
.phone{
  width:min(330px, 78vw);
  aspect-ratio: 9/19.5;
  border-radius:48px;
  background:linear-gradient(145deg,#161923,#090A0F);
  padding:14px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:var(--shadow), inset 0 0 0 1px rgba(255,255,255,.04);
  transform:rotate(5deg);
}
.screen{
  height:100%;
  border-radius:36px;
  overflow:hidden;
  background:
    radial-gradient(circle at 70% 12%, rgba(205,174,123,.14), transparent 30%),
    linear-gradient(180deg,#111318,#151824);
  padding:22px 16px;
}
.status{
  display:flex;justify-content:space-between;
  color:white;font-size:10px;margin-bottom:18px;opacity:.85;
}
.greeting{font-size:15px;font-weight:800}
.greeting small{display:block;color:var(--muted);font-weight:500;margin-top:4px}
.pills{display:flex;gap:8px;margin:18px 0}
.pill{font-size:10px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.06);color:var(--muted)}
.pill.active{background:rgba(205,174,123,.24);color:var(--memory)}
.memory-list{display:grid;gap:11px}
.memory{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.05);
  border-radius:16px;
  padding:13px;
}
.memory-title{font-size:13px;font-weight:700}
.memory-copy{font-size:11px;color:var(--muted);margin-top:5px;line-height:1.4}
.memory-row{display:grid;grid-template-columns:1fr 54px;gap:12px;align-items:center}
.thumb{
  width:54px;height:54px;border-radius:14px;
  background:linear-gradient(135deg,#2B2740,#CDAE7B);
}
.floating{
  position:absolute;
  border-radius:24px;
  background:rgba(32,36,44,.55);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.float-a{right:0;top:110px;width:170px;padding:18px;transform:rotate(8deg)}
.float-b{right:-12px;bottom:170px;width:158px;height:120px;background:linear-gradient(135deg,rgba(205,174,123,.26),rgba(142,141,242,.20));transform:rotate(-8deg)}
.float-c{left:4px;bottom:80px;width:190px;padding:18px;transform:rotate(-3deg)}
.float-icon{font-size:28px;margin-bottom:10px}
.feature-strip{
  margin-top:-18px;
  position:relative;
  z-index:10;
}
.strip-card{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
  border-radius:30px;
  overflow:hidden;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
  box-shadow:0 30px 70px rgba(0,0,0,.28);
}
.strip-item{
  min-height:150px;
  padding:26px 18px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.strip-icon{
  width:48px;height:48px;border-radius:50%;
  background:rgba(255,255,255,.055);
  display:grid;place-items:center;
  color:var(--memory);
  font-size:24px;
  margin-bottom:12px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.strip-item h3{font-size:17px;margin:0 0 6px}
.strip-item p{font-size:13px;line-height:1.45;margin:0;color:rgba(244,241,234,.58)}
.note{
  text-align:center;
  color:rgba(244,241,234,.55);
  margin:16px 0 0;
}
.sections{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  padding:34px 0 0;
}
.info-card{
  min-height:300px;
  border-radius:28px;
  padding:26px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
  backdrop-filter:blur(16px);
  box-shadow:0 25px 70px rgba(0,0,0,.24);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.info-card h2{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.04em;
}
.info-card p{
  margin:0;
  color:rgba(244,241,234,.68);
  line-height:1.6;
  font-size:14px;
}
.mini-phone{
  margin-top:22px;
  border-radius:18px;
  background:rgba(9,10,15,.8);
  border:1px solid rgba(255,255,255,.08);
  padding:12px;
  min-height:120px;
}
.searchbar{height:34px;border-radius:999px;background:rgba(255,255,255,.05);display:flex;align-items:center;padding:0 12px;color:rgba(244,241,234,.45);font-size:12px}
.reflection-box{
  margin-top:16px;border-radius:16px;
  background:linear-gradient(135deg,rgba(142,141,242,.18),rgba(205,174,123,.10));
  padding:16px;
  min-height:112px;
}
.share-card{
  height:150px;border-radius:20px;
  margin-top:20px;
  background:
    linear-gradient(135deg,rgba(17,19,24,.2),rgba(17,19,24,.45)),
    radial-gradient(circle at 80% 15%,rgba(205,174,123,.45),transparent 35%),
    linear-gradient(135deg,#5B3E5C,#D8BFA3);
  padding:22px;
  display:flex;
  align-items:flex-end;
  color:white;
  font-family:ui-serif, Georgia, serif;
  line-height:1.35;
}
.privacy-list{margin-top:20px;display:grid;gap:10px}
.privacy-list div{padding:13px 14px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05);font-size:14px;color:rgba(244,241,234,.78)}
.safety-band{
  margin:28px 0 0;
  display:flex;align-items:center;justify-content:space-between;gap:22px;
  padding:24px 28px;
  border-radius:26px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
}
.safety-left{display:flex;align-items:center;gap:18px}
.safety-logo{width:54px;height:54px;border-radius:50%;object-fit:contain;filter:drop-shadow(0 0 18px rgba(205,174,123,.25))}
.safety-title{font-size:24px;letter-spacing:-.03em}
.safety-sub{color:rgba(244,241,234,.58);margin-top:4px}
.footer{
  padding:30px 0 44px;
}
.footer-inner{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  gap:24px;
  align-items:center;
  color:rgba(244,241,234,.58);
  font-size:14px;
}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:36px;height:36px}
.footer-links{display:flex;gap:38px}
.footer-links a{text-decoration:none;color:rgba(244,241,234,.74)}
.footer-love{text-align:right}
.legal-page{
  min-height:100vh;
  padding:40px 0 90px;
}
.legal-card{
  max-width:920px;
  margin:40px auto 0;
  padding:42px;
  border-radius:28px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
}
.legal-card h1{font-family:ui-serif,Georgia,serif;font-size:48px;margin:0 0 16px}
.legal-card h2{margin:34px 0 8px;font-size:22px}
.legal-card p,.legal-card li{color:rgba(244,241,234,.72);line-height:1.75}
.legal-card ul{padding-left:20px}
@media(max-width:1060px){
  .hero{grid-template-columns:1fr;min-height:auto;text-align:center;padding-top:50px}
  .hero-p{margin-left:auto;margin-right:auto}
  .cta-row{justify-content:center}
  .phone-wrap{min-height:520px}
  .phone{transform:none}
  .float-a,.float-b,.float-c{display:none}
  .strip-card{grid-template-columns:repeat(3,1fr)}
  .sections{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .container{width:min(100% - 28px, 1180px)}
  .nav{height:auto;padding:18px 0}
  .links{gap:16px;font-size:13px}
  .links a:not(.nav-cta){display:none}
  .nav-cta{padding:9px 13px}
  .hero{padding:36px 0 40px}
  .hero-logo{width:132px;height:132px}
  h1{font-size:62px}
  .subtitle{font-size:25px}
  .hero-p{font-size:17px}
  .phone-wrap{min-height:auto;margin-top:35px}
  .phone{width:min(290px,86vw)}
  .strip-card{grid-template-columns:repeat(2,1fr)}
  .strip-item{min-height:138px;padding:20px 12px}
  .sections{grid-template-columns:1fr}
  .info-card{min-height:auto}
  .safety-band{flex-direction:column;text-align:center}
  .safety-left{flex-direction:column}
  .footer-inner{grid-template-columns:1fr;text-align:center}
  .footer-brand{justify-content:center}
  .footer-links{justify-content:center}
  .footer-love{text-align:center}
  .legal-card{padding:26px}
  .legal-card h1{font-size:38px}
}
