:root {
  --orange: #f36c21;
  --orange-dark: #d9530c;
  --orange-soft: #fff2e9;
  --ink: #242424;
  --muted: #676767;
  --line: #dedede;
  --paper: #ffffff;
  --soft: #f7f7f7;
  --success: #25d366;
  --shadow: 0 24px 65px rgba(32, 24, 19, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfaf9;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.site-header {
  position: relative;
  z-index: 10;
  min-height: 84px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(12px);
}

.header-inner,
.hero-content,
.footer-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: 250px;
  max-width: 58vw;
  height: auto;
}

.header-cta {
  padding: 11px 20px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  background: var(--orange);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(243, 108, 33, 0.23);
  transition: transform 180ms ease, background 180ms ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  background: var(--orange-dark);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 84px);
  overflow: hidden;
  padding: 70px 0 74px;
  background:
    radial-gradient(circle at 10% 10%, rgba(243, 108, 33, 0.1), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fffaf7 54%, #f6f3f1 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(#f36c21 0.75px, transparent 0.75px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to right, #000, transparent 45%);
}

.hero-shape {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.hero-shape-one {
  top: 8%;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 64px solid rgba(243, 108, 33, 0.08);
}

.hero-shape-two {
  bottom: -160px;
  left: 18%;
  width: 320px;
  height: 320px;
  background: rgba(243, 108, 33, 0.04);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 510px);
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.hero-copy {
  padding: 22px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--orange-dark);
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 31px;
  height: 3px;
  background: var(--orange);
  border-radius: 3px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5.1vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h1 em {
  position: relative;
  color: var(--orange);
  font-style: normal;
}

.lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.19rem);
  line-height: 1.7;
}

.benefits {
  display: grid;
  gap: 18px;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 14px;
}

.benefit-icon {
  flex: 0 0 43px;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  color: var(--orange);
  background: var(--orange-soft);
  border: 1px solid rgba(243, 108, 33, 0.15);
  border-radius: 13px;
}

.benefit-icon svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit strong,
.benefit small {
  display: block;
}

.benefit strong {
  margin-bottom: 2px;
  font-size: 0.98rem;
}

.benefit small {
  color: var(--muted);
  font-size: 0.82rem;
}

.form-card {
  position: relative;
  padding: 39px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 5px solid var(--orange);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.form-brand {
  position: absolute;
  top: -59px;
  right: -56px;
  width: 176px;
  height: 176px;
  opacity: 0.055;
  pointer-events: none;
}

.form-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-heading {
  position: relative;
  margin-bottom: 26px;
}

.form-heading span {
  color: var(--orange-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.form-heading h2 {
  margin: 5px 0 8px;
  font-size: 2rem;
  letter-spacing: -0.035em;
}

.form-heading p {
  max-width: 390px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.alerts {
  margin-bottom: 18px;
}

.alert {
  margin: 7px 0;
  padding: 10px 13px;
  font-size: 0.84rem;
  line-height: 1.4;
  border-radius: 10px;
}

.alert-error {
  color: #8e2424;
  background: #fff0f0;
  border: 1px solid #f6cdcd;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 14px;
}

.field-full,
.submit-button,
.privacy-note {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin: 0 0 7px 2px;
  color: #383838;
  font-size: 0.8rem;
  font-weight: 750;
}

.input-wrap {
  position: relative;
}

.input-wrap svg {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 19px;
  height: 19px;
  color: #999;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-50%);
  transition: color 160ms ease;
  pointer-events: none;
}

.input-wrap input {
  width: 100%;
  height: 51px;
  padding: 0 14px 0 43px;
  color: var(--ink);
  background: #fbfbfb;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  transition: border 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.input-wrap input::placeholder {
  color: #a0a0a0;
}

.input-wrap:focus-within svg {
  color: var(--orange);
}

.input-wrap input:focus {
  background: #fff;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(243, 108, 33, 0.1);
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin-top: 3px;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  background: var(--orange);
  border: 0;
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(243, 108, 33, 0.27);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.submit-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.submit-button:hover {
  background: var(--orange-dark);
  box-shadow: 0 15px 30px rgba(217, 83, 12, 0.32);
  transform: translateY(-2px);
}

.submit-button:hover svg {
  transform: translateX(3px);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.75;
}

.privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: -1px 0 0;
  color: #858585;
  font-size: 0.72rem;
  text-align: center;
}

.privacy-note svg {
  flex: 0 0 14px;
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

footer {
  color: #bcbcbc;
  background: #222;
}

.footer-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.footer-inner img {
  width: 190px;
  height: auto;
  padding: 7px 11px;
  background: #fff;
  border-radius: 8px;
}

.footer-inner p {
  margin: 0;
  font-size: 0.79rem;
}

@media (max-width: 940px) {
  .hero {
    padding-top: 48px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
  }

  .lead {
    margin-right: auto;
    margin-left: auto;
  }

  .benefits {
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
  }

  .form-card {
    width: min(100%, 600px);
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .header-inner,
  .hero-content,
  .footer-inner {
    width: min(100% - 28px, 560px);
  }

  .site-header,
  .header-inner {
    min-height: 72px;
  }

  .brand img {
    width: 190px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 0;
    padding: 38px 0 50px;
  }

  h1 {
    font-size: clamp(2.48rem, 13vw, 3.8rem);
  }

  .lead {
    font-size: 1rem;
  }

  .benefits {
    grid-template-columns: 1fr;
    width: fit-content;
    margin: 0 auto;
  }

  .form-card {
    padding: 30px 20px 25px;
    border-radius: 20px;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .field,
  .field-full,
  .submit-button,
  .privacy-note {
    grid-column: 1;
  }

  .footer-inner {
    min-height: 134px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
