:root{
  --text:#e9e9e7;
  --muted:#9b9c9f;
  --red:#c92519;
  --hot:#ff5147;
  --copper:#b75c3b;
}
*{box-sizing:border-box}
html, body { min-height: 100%; }

body {
  margin:0;
  color:var(--text);
  background:#050608;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 46%,rgba(95,20,18,.11),transparent 34rem),
    linear-gradient(rgba(255,255,255,.011) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.011) 1px,transparent 1px),
    linear-gradient(140deg,#090b0d 0%,#060709 52%,#08090b 100%);
  background-size:auto,78px 78px,78px 78px,auto;
  z-index:-2;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 45%,transparent 34%,rgba(0,0,0,.46) 100%);
  z-index:-1;
}
.shell{
  width:min(100%,1600px);
  min-height:100vh;
  margin:auto;
  padding:42px 58px 28px;
  display:grid;
  grid-template-rows:auto 1fr auto;
}
.header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:66px;
}
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  text-decoration:none;
  color:inherit;
}
.brand-mark{
  width:68px;
  height:68px;
  position:relative;
  overflow:hidden;
  flex:0 0 auto;
}
.brand-mark img{
  position:absolute;
  width:76px;
  max-width:none;
  left:50%;
  top:50%;
  transform:translate(-50%,-39%);
  display:block;
  user-select:none;
  pointer-events:none;
}
.wordmark{
  font-size:29px;
  letter-spacing:-.045em;
  font-weight:580;
}
.wordmark em{font-style:normal;color:var(--red)}
.status{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:#62666d;
  display:flex;
  align-items:center;
  gap:9px;
}
.status i{
  width:6px;
  height:6px;
  background:var(--red);
  border-radius:50%;
  box-shadow:0 0 10px rgba(255,81,71,.35);
  animation:pulse 3s ease-in-out infinite;
}
.hero{
  display:grid;
  grid-template-columns:minmax(580px,1.12fr) minmax(420px,.88fr);
  align-items:center;
  gap:clamp(64px,6vw,108px);
  min-height:calc(100vh - 155px);
  padding:10px 0 34px;
}
.copy{
  position:relative;
  z-index:3;
  min-width:0;
  transform:translateY(-24px);
}
.title{
  display:block;
  overflow:visible;
  margin:0;
  padding:.02em .04em .12em 0;
  max-width:10ch;
  font-size:clamp(72px,6vw,108px);
  line-height:.98;
  letter-spacing:-.06em;
  font-weight:430;
  white-space:normal;
  text-wrap:balance;
  background:linear-gradient(180deg,#f4f5f6 0%,#d5d7da 48%,#a9adb2 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:none;
  filter:none;
}
.red-stroke{
  width:47px;
  height:2px;
  margin:14px 0 27px;
  background:var(--red);
  box-shadow:0 0 8px rgba(211,59,53,.25);
}
.tagline{
  margin:0;
  color:#c9c9c9;
  font-size:clamp(27px,2.45vw,43px);
  line-height:1.18;
  letter-spacing:-.035em;
  font-weight:390;
}
.tagline strong{color:var(--red);font-weight:470}
.service{
  margin:24px 0 0;
  font-size:15px;
  color:#bb5a3d;
  letter-spacing:.19em;
  text-transform:uppercase;
  font-weight:650;
}
.support{
  margin:20px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
}
.form{
  display:grid;
  grid-template-columns:minmax(330px,1fr) 260px;
  gap:14px;
  width:min(100%,720px);
  margin-top:43px;
}
.form input,.form button{height:82px;border-radius:7px;font:inherit}
.form input{
  min-width:0;
  border:1px solid rgba(255,255,255,.12);
  outline:none;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.006)),rgba(8,10,13,.92);
  padding:0 30px;
  color:#eee;
  font-size:21px;
  box-shadow:inset 0 1px rgba(255,255,255,.025),0 20px 60px rgba(0,0,0,.20);
}
.form input::placeholder{color:#85888d}
.form input:focus{
  border-color:rgba(255,81,71,.65);
  box-shadow:0 0 0 4px rgba(211,59,53,.13),0 20px 60px rgba(0,0,0,.20);
}
.form button{
  border:1px solid rgba(211,59,53,.70);
  color:#f5f5f4;
  background:linear-gradient(180deg,#17181c 0%,#111216 100%);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 31px;
  font-size:21px;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 12px 34px rgba(0,0,0,.22);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.form button:hover{
  transform:translateY(-2px);
  border-color:var(--hot);
  background:linear-gradient(180deg,#1b1c20 0%,#131418 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 0 20px rgba(211,59,53,.12),0 14px 34px rgba(0,0,0,.26);
}
.form button:active{transform:translateY(0)}
.form button span:last-child{
  font-size:29px;
  color:var(--hot);
  font-weight:200;
}
.note{
  margin:20px 0 0;
  color:#6e7278;
  font-size:14px;
  display:flex;
  gap:10px;
  align-items:center;
}
.note-icon{
  width:16px;
  height:16px;
  flex:0 0 auto;
  color:#777b82;
}
.note.ok{color:#b96a5c}
.visual{
  min-height:610px;
  display:grid;
  place-items:center;
  position:relative;
  isolation:isolate;
  min-width:0;
}
.visual-panel{
  width:min(91%,660px);
  position:relative;
  z-index:2;
  transform:translateX(28px);
  transition:transform .13s linear;
}
.visual-panel img{
  width:100%;
  height:auto;
  display:block;
  user-select:none;
  pointer-events:none;
  object-fit:contain;
}
.footer{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#464a50;
  font-size:12px;
}
.footer a{color:inherit;text-decoration:none}
.footer a:hover{color:#8e9298}
@keyframes pulse{
  50%{opacity:1;transform:scale(1.15)}
  0%,100%{opacity:.5;transform:scale(.9)}
}
@media(max-width:1200px){
  .shell{padding:28px}
  .hero{
    grid-template-columns:minmax(500px,1.05fr) minmax(360px,.95fr);
    gap:44px;
  }
  .title{
    max-width:10ch;
    font-size:clamp(68px,7.4vw,96px);
  }
  .visual{min-height:540px}
  .visual-panel{
    width:min(94%,570px);
    transform:translateX(12px);
  }
}
@media(max-width:960px){
  .hero{
    grid-template-columns:1fr;
    gap:28px;
    padding-top:56px;
  }
  .copy{transform:none}
  .title{
    max-width:10ch;
    white-space:normal;
    font-size:clamp(68px,11vw,96px);
    line-height:1;
  }
  .visual{
    min-height:480px;
    margin-top:-10px;
  }
  .visual-panel{
    width:min(76vw,580px);
    transform:none;
  }
  .form{max-width:760px}
}
@media(max-width:680px){
  body::before{
    background:
      radial-gradient(circle at 50% 78%,rgba(95,20,18,.10),transparent 25rem),
      linear-gradient(rgba(255,255,255,.011) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.011) 1px,transparent 1px),
      linear-gradient(140deg,#090b0d 0%,#060709 52%,#08090b 100%);
    background-size:auto,78px 78px,78px 78px,auto;
  }

  .shell{
    padding:20px 22px 14px;
  }

  .header{
    min-height:58px;
  }

  .status{
    display:none;
  }

  .brand-mark{
    width:52px;
    height:52px;
  }

  .brand-mark img{
    width:58px;
    transform:translate(-50%,-39%);
  }

  .wordmark{
    font-size:24px;
  }

  .hero{
    min-height:auto;
    padding-top:30px;
    gap:12px;
  }

  .title{
    max-width:10ch;
    font-size:clamp(62px,17vw,82px);
    line-height:1.02;
    letter-spacing:-.06em;
    white-space:normal;
    text-wrap:balance;
  }

  .red-stroke{
    margin-top:8px;
    margin-bottom:24px;
  }

  .tagline{
    font-size:27px;
  }

  .service{
    font-size:12px;
    line-height:1.6;
  }

  .support{
    font-size:16px;
  }

  .form{
    grid-template-columns:1fr;
    margin-top:30px;
    gap:12px;
  }

  .form input,
  .form button{
    height:68px;
  }

  .visual{
    min-height:330px;
    margin-top:24px;
  }

  .visual-panel{
    width:min(76vw,420px);
    transform:none;
  }

  .footer{
    min-height:70px;
    padding-top:24px;
    padding-bottom:10px;
    flex-wrap:wrap;
  }
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
}

/* Accessibility and form utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


.success-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.success-card {
  width: min(100%, 620px);
  padding: 48px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(8,10,13,.92);
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}

.success-card h1 {
  margin: 12px 0;
  font-size: clamp(42px, 8vw, 72px);
  line-height: 1;
  letter-spacing: -.05em;
}

.success-card p {
  color: var(--muted);
  font-size: 18px;
}

.success-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--hot);
  text-decoration: none;
}

.success-link:hover {
  text-decoration: underline;
}
