:root{
  --ink:#101423;
  --muted:rgba(16,20,35,.72);
  --line:rgba(16,20,35,.18);
  --brand:rgb(70,86,255);
  --bg:#f6f7fb;
  --card:#ffffff;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--ink);
  background:
    radial-gradient(900px 600px at 18% 12%, rgba(124,92,255,.18), rgba(124,92,255,0) 62%),
    radial-gradient(820px 600px at 86% 18%, rgba(47,230,198,.14), rgba(47,230,198,0) 62%),
    var(--bg);
}

/* Layout */
.wrap{
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
.hero{width:100%; padding:56px 0 26px;}
.hero-inner{
  width:min(1360px, calc(100% - 88px));
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr 1.24fr; /* make right side feel hero-sized */
  gap:40px; /* bring columns closer (more like the mock) */
  align-items:center; /* vertical centering between left + right */
}

.right{
  display:flex;
  flex-direction:column;
  align-items:center;
}

/* Brand */
.brand{display:flex; align-items:center; gap:16px; margin-bottom:18px;}
.brand-logo{
  width:92px; height:92px; /* bigger, but not crushing the header */
  border-radius:999px; background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(0,0,0,.10);
  flex:0 0 auto;
}
.brand-text{min-width:0}
.brand-name{
  font-weight:950;
  letter-spacing:-.012em;
  font-size:20px;
  line-height:1.08;
}
.brand-sub{
  margin-top:3px;
  font-weight:700;
  font-size:14px;
  color:rgba(16,20,35,.70);
}

/* Kicker + main text */
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  font-size:14px; font-weight:850;
  background:rgba(238,241,255,.95);
  border:1px solid rgba(70,86,255,.35);
  padding:10px 14px; border-radius:999px;
  margin-bottom:18px;
}
.kdot{width:10px; height:10px; border-radius:999px; background:var(--brand); box-shadow:0 0 0 4px rgba(70,86,255,.15);}

h1{
  margin:0 0 14px;
  font-size:58px;
  line-height:1.02;
  letter-spacing:-.028em;
  font-weight:975;
}
.desc{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.58;
  color:var(--muted);
  font-weight:520;
  max-width: 48ch;
}

/* Pills */
.pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 22px;
}
.pill{
  display:inline-flex; align-items:center;
  padding:9px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:820;
  background:rgba(244,246,255,.95);
  border:1px solid var(--line);
  white-space:nowrap;
}

/* Form */
.cta-title{font-weight:850; margin:0 0 10px; color:rgba(16,20,35,.72)}
.form{margin:0; max-width: 640px;}
.hidden{display:none;}
.form-row{
  display:flex;
  gap:12px;
  align-items:stretch;
}
input[type="text"]{
  flex:1 1 auto;
  min-width: 320px;
  height:52px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  outline:none;
  font-size:16px;
}
input[type="text"]:focus{border-color:rgba(70,86,255,.55); box-shadow:0 0 0 4px rgba(70,86,255,.12)}
button{
  height:52px;
  padding:0 18px;
  border-radius:14px;
  border:0;
  background:var(--brand);
  color:#fff;
  font-weight:950;
  font-size:16px;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(70,86,255,.22);
  white-space:nowrap;
}
button:hover{opacity:.96}
.fineprint{margin-top:10px; font-size:14px; color:rgba(16,20,35,.65); font-weight:650;}
.fineprint a{color:rgba(16,20,35,.72); text-decoration:none;}
.fineprint a:hover{text-decoration:underline;}
.dot{margin:0 8px; opacity:.6}

.submit-status{
  margin-top:10px;
  font-size:13px;
  font-weight:700;
  color:rgba(16,20,35,.62);
}
.submit-status[data-state="ok"]{color:rgba(16,20,35,.70);}
.submit-status[data-state="err"]{color:rgba(180,20,40,.85);}

/* Right side (hero) */
.photo-card{
  width: min(820px, 100%); /* bigger, fills the right column */
  position:relative;
  border-radius:26px;
  overflow:hidden;
  background:var(--card);
  border:1px solid var(--line);
  box-shadow:0 20px 54px rgba(0,0,0,.16);
  margin-top: 118px;
}
.photo{width:100%; height:auto; display:block;}

.photo-tag{
  position:absolute;
  left:18px; right:18px; bottom:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(16,20,35,.22);
  border-radius:18px;
  padding:14px 16px;
}
.photo-tag-top{font-size:18px; font-weight:950; letter-spacing:-.01em;}
.photo-tag-bottom{margin-top:6px; font-size:14px; font-weight:850; color:rgba(16,20,35,.68);}

.lego{
  display:flex;
  justify-content:center;
  width:100%;
  margin-top:18px;
}
.lego img{
  width:min(520px, 82%); /* smaller + cleaner than the giant version */
  height:auto;
  display:block;
}

.footer{
  margin-top:auto;
  display:flex; justify-content:center;
  padding:18px 0 32px;
  color:rgba(16,20,35,.55);
  font-weight:650;
  font-size:13px;
}

.sr-only{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

/* Responsive */
@media (max-width: 1020px){
  .hero{padding:36px 0 18px;}
  .hero-inner{
    grid-template-columns:1fr;
    gap:22px;
    width:min(1120px, calc(100% - 48px));
    align-items:start;
  }
  .right{align-items:stretch;}
  .photo-card{width:100%; margin-top:0;}
  h1{font-size:42px;}
  .brand-logo{width:78px; height:78px;}
}

@media (max-width: 640px){
  .form-row{flex-direction:column;}
  input[type="text"]{min-width:0; width:100%;}
  button{width:100%;}
}
