/* LeadKitter production styles */

:root {
  --navy:#0B1635;
  --ink:#101A3A;
  --blue:#2563FF;
  --blue2:#4AA8FF;
  --coral:#FF7B72;
  --mango:#FFB454;
  --lavender:#F5F1FF;
  --teal:#17B8A6;
  --sky:#EEF6FF;
  --soft:#F8FAFF;
  --muted:#66758F;
  --line:#E7EEF9;
  --white:#FFFFFF;
  --shadow:0 24px 70px rgba(11,22,53,.11);
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
}

body {
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(255,123,114,.16), transparent 28%),
    radial-gradient(circle at 12% 12%, rgba(74,168,255,.16), transparent 32%),
    linear-gradient(180deg,#F8FAFF 0%,#FFFFFF 46%,#F5F1FF 100%);
}

img {
  max-width:100%;
}

.container {
  max-width:1180px;
  margin:0 auto;
  padding:24px;
}

.nav {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:12px 0 12px;
}

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

.navlinks {
  display:flex;
  align-items:center;
  gap:34px;
  font-weight:760;
  font-size:15px;
}

.navlinks a {
  color:var(--ink);
  text-decoration:none;
}

.navcta,
.primary {
  background:linear-gradient(135deg,var(--blue),#1A4FE8);
  color:white !important;
  box-shadow:0 16px 32px rgba(37,99,255,.25);
}

.navcta {
  padding:14px 20px;
  border-radius:10px;
}

.hero {
  display:grid;
  grid-template-columns:minmax(0,1fr) 470px;
  gap:58px;
  align-items:center;
  padding:46px 0 64px;
}

.badge {
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  background:linear-gradient(135deg,#EEF6FF,#FFF1EE);
  color:var(--blue);
  font-weight:850;
  padding:10px 14px;
  border-radius:999px;
  margin-bottom:26px;
}

.price-badge {
  margin-bottom:0;
  background:#FFF3DF;
  color:#9A5A00;
}

h1 {
  max-width:720px;
  margin:0 0 24px;
  font-size:64px;
  line-height:1.02;
  letter-spacing:-.07em;
}

.accent {
  color:var(--blue);
}

.sub {
  max-width:650px;
  margin:0 0 28px;
  color:var(--muted);
  font-size:20px;
  line-height:1.6;
}

.sub.small {
  margin:0;
  font-size:17px;
}

.buttons {
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  align-items:center;
  margin:30px 0 22px;
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:10px;
  padding:16px 24px;
  text-decoration:none;
  font-weight:900;
  cursor:pointer;
}

.secondary {
  border:1.5px solid var(--blue);
  color:var(--blue);
  background:white;
  box-shadow:0 10px 24px rgba(37,99,255,.06);
}

.proof {
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  color:#233653;
  font-size:14px;
}

.proof span::before {
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  margin-right:7px;
  border:1.5px solid var(--blue);
  border-radius:50%;
  color:var(--blue);
  font-size:12px;
}

.price-card {
  display:grid;
  gap:16px;
  width:100%;
  padding:30px;
  background:linear-gradient(180deg,#FFFFFF 0%,#FFF9F2 100%);
  border:1px solid var(--line);
  border-top:6px solid var(--mango);
  border-radius:24px;
  box-shadow:var(--shadow);
}

.price {
  color:var(--blue);
  font-size:72px;
  font-weight:950;
  letter-spacing:-.08em;
  line-height:1;
}

.price small {
  color:var(--muted);
  font-size:18px;
  font-weight:800;
  letter-spacing:0;
}

.included {
  display:grid;
  gap:12px;
  color:#30445F;
  font-weight:700;
}

.included span::before {
  content:"✓";
  margin-right:9px;
  color:var(--teal);
  font-weight:950;
}

.section {
  padding:76px 0;
}

.section-head {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:30px;
}

.section-head h2 {
  max-width:720px;
  margin:0;
  font-size:48px;
  line-height:1.05;
  letter-spacing:-.06em;
}

.section-head p {
  max-width:420px;
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
}

.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.step {
  padding:28px;
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 18px 55px rgba(11,22,53,.07);
}

.num {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:18px;
  border-radius:15px;
  background:var(--blue);
  color:white;
  font-size:22px;
  font-weight:950;
}

.step h3 {
  margin:0 0 10px;
  font-size:24px;
  letter-spacing:-.04em;
}

.step p {
  margin:0;
  color:var(--muted);
  line-height:1.58;
}

.benefits {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  margin:10px 0;
  padding:26px 20px;
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
}

.benefit {
  padding:10px 22px;
  text-align:center;
  border-right:1px solid var(--line);
}

.benefit:last-child {
  border-right:0;
}

.icon {
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#EAF2FF;
  color:var(--blue);
  font-size:28px;
}

.benefit:nth-child(2) .icon {
  background:#E4FBF6;
  color:var(--teal);
}

.benefit:nth-child(3) .icon {
  background:var(--lavender);
  color:#7657F4;
}

.benefit:nth-child(4) .icon {
  background:#FFF3DF;
  color:#D47A00;
}

.benefit:nth-child(5) .icon {
  background:#FFE9E6;
  color:var(--coral);
}

.benefit h3 {
  margin:0 0 10px;
  font-size:17px;
}

.benefit p {
  margin:0;
  color:#3D4D64;
  font-size:14px;
  line-height:1.55;
}

.ebook-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.ebook-card {
  overflow:hidden;
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 20px 60px rgba(11,22,53,.09);
  transition:transform .16s ease, box-shadow .16s ease;
}

.ebook-card:hover {
  transform:translateY(-4px);
  box-shadow:0 26px 70px rgba(11,22,53,.13);
}

.ebook-card:nth-child(1) {
  background:#FFF8F0;
}

.ebook-card:nth-child(2) {
  background:#F8FAFF;
}

.ebook-card:nth-child(3) {
  background:#F5F1FF;
}

.cover-wrap {
  padding:20px;
  background:linear-gradient(180deg,#F1F7FF,#FFFFFF);
}

.ebook-card img {
  display:block;
  width:100%;
  aspect-ratio:2/3;
  object-fit:cover;
  border-radius:15px;
  box-shadow:0 16px 36px rgba(11,22,53,.16);
}

.ebook-copy {
  padding:22px;
}

.tag {
  display:inline-flex;
  margin-bottom:12px;
  padding:7px 10px;
  border-radius:999px;
  background:#EEF7FF;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
}

.ebook-copy h3 {
  margin:0 0 8px;
  font-size:22px;
  letter-spacing:-.035em;
}

.ebook-copy p {
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}

.cta {
  margin:40px 0;
  padding:54px;
  color:white;
  text-align:center;
  background:linear-gradient(135deg,#0B1635 0%,#1C3FB8 62%,#2563FF 100%);
  border-radius:28px;
  box-shadow:var(--shadow);
}

.cta h2 {
  max-width:760px;
  margin:0 auto 16px;
  font-size:46px;
  line-height:1.05;
  letter-spacing:-.06em;
}

.cta p {
  max-width:720px;
  margin:0 auto 28px;
  color:rgba(255,255,255,.78);
  font-size:20px;
  line-height:1.55;
}

footer {
  padding:30px;
  color:#98A4B6;
  text-align:center;
}

@media (max-width:900px) {
  .navlinks {
    display:none;
  }

  .brand img {
    width:235px;
    max-width:70vw;
  }

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

  h1 {
    font-size:46px;
  }

  .section-head {
    display:block;
  }

  .section-head h2 {
    margin-bottom:14px;
    font-size:38px;
  }

  .steps,
  .benefits,
  .ebook-grid {
    grid-template-columns:1fr;
  }

  .benefit {
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .benefit:last-child {
    border-bottom:0;
  }

  .cta {
    padding:34px;
  }

  .cta h2 {
    font-size:36px;
  }
}


/* Form page */

.form-hero {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:28px;
  margin:0 auto 34px;
  border:1px solid var(--line);
  border-radius:28px;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(10px);
  box-shadow:var(--shadow);
}

.form-hero .sub {
  max-width:760px;
  margin:0;
  font-size:16px;
}

.price-mini {
  min-width:300px;
  padding:22px;
  background:linear-gradient(180deg,#FFFFFF 0%,#FFF9F2 100%);
  border:1px solid var(--line);
  border-top:5px solid var(--mango);
  border-radius:22px;
  box-shadow:0 18px 50px rgba(11,22,53,.08);
}

.price-mini .price {
  font-size:46px;
}

/* "What you'll get" value card — prominent, teal-accented to match the ✓ list */
.info-mini {
  min-width:320px;
  max-width:380px;
  padding:24px 26px;
  background:linear-gradient(180deg,#FFFFFF 0%, #F2FBFA 100%);
  border:1px solid var(--line);
  border-top:5px solid var(--teal);
  border-radius:22px;
  box-shadow:0 18px 50px rgba(11,22,53,.08);
}

.info-mini h3 {
  margin:0 0 16px;
  font-size:.72rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:1.5px;
  color:var(--teal);
}

.info-mini .included {
  font-size:15px;
  line-height:1.4;
}

.form-card {
  max-width:1180px;
  margin:0 auto 34px;
  padding:34px;
  background:rgba(255,255,255,.94);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
}

.section-label {
  margin-bottom:1.15rem;
  color:var(--blue);
  font-size:.72rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:1.5px;
}

.section-intro {
  margin:-.45rem 0 1.1rem;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
}

.form-grid .full {
  grid-column:1 / -1;
}

.field {
  display:flex;
  flex-direction:column;
  gap:.38rem;
}

label {
  color:#26364D;
  font-size:.84rem;
  font-weight:720;
}

label .req {
  color:var(--blue);
}

input[type="text"],
input[type="email"],
select,
textarea {
  width:100%;
  padding:.82rem .95rem;
  border:1.5px solid #D7E1EE;
  border-radius:10px;
  outline:none;
  background:#FBFDFF;
  color:var(--ink);
  font:inherit;
  font-size:.93rem;
  transition:border-color .2s, box-shadow .2s, background .2s;
}

input:focus,
select:focus,
textarea:focus {
  border-color:rgba(37,99,255,.65);
  background:white;
  box-shadow:0 0 0 4px rgba(37,99,255,.10);
}

textarea {
  min-height:88px;
  resize:vertical;
}

select {
  appearance:none;
  padding-right:2.5rem;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232563FF' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right .9rem center;
}

.divider {
  border:none;
  border-top:1.5px solid #EDF2F8;
  margin:1.7rem 0;
}

.cover-style-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:.85rem;
  margin-bottom:.5rem;
}

.cover-style-card {
  overflow:hidden;
  cursor:pointer;
  background:#FAFBFC;
  border:2px solid #E2E8F0;
  border-radius:14px;
  transition:border-color .2s, box-shadow .2s, transform .12s;
}

.cover-style-card:hover {
  transform:translateY(-1px);
  border-color:var(--blue);
}

.cover-style-card.selected {
  border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(37,99,255,.12);
}

.cover-style-card input[type="radio"] {
  display:none;
}

.cover-style-thumb {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:3/4;
  overflow:hidden;
  background:linear-gradient(135deg,var(--bg) 0%,var(--bg2) 100%);
  font-size:2rem;
}

.cover-style-label {
  padding:.55rem .6rem .25rem;
  color:#26364D;
  text-align:center;
  font-size:.8rem;
  font-weight:760;
}

.cover-style-desc {
  padding:0 .65rem .75rem;
  color:#8A9AB0;
  text-align:center;
  font-size:.72rem;
  line-height:1.4;
}

.submit-btn {
  width:100%;
  margin-top:.75rem;
  padding:1rem;
  cursor:pointer;
  background:linear-gradient(135deg,var(--blue),#1A4FE8);
  color:white;
  border:0;
  border-radius:12px;
  box-shadow:0 16px 32px rgba(37,99,255,.24);
  font-size:1rem;
  font-weight:900;
  transition:background .2s, transform .1s;
}

.submit-btn:hover {
  background:#0C4AD4;
}

.submit-btn:active {
  transform:scale(.99);
}

.submit-note {
  margin-top:.75rem;
  color:#8495AA;
  text-align:center;
  font-size:.8rem;
}

#error-box {
  display:none;
}

.error-box {
  margin-top:1rem;
  padding:1rem 1.25rem;
  background:#FEF2F2;
  border:1.5px solid #FECACA;
  border-radius:12px;
  color:#991B1B;
  font-size:.9rem;
}

#loading-section,
#preview-section {
  display:none;
  text-align:center;
}

.loading-logo {
  width:74px;
  height:auto;
  margin:0 auto 1rem;
  animation:bounce 1s infinite alternate;
}

@keyframes bounce {
  from { transform:translateY(0); }
  to { transform:translateY(-10px); }
}

.loading-title {
  margin:1rem 0 .45rem;
  color:var(--navy);
  font-size:1.5rem;
  font-weight:850;
}

.loading-msg {
  min-height:1.5rem;
  margin-bottom:1.5rem;
  color:var(--muted);
  font-size:.98rem;
  transition:opacity .4s;
}

.progress-wrap {
  height:10px;
  overflow:hidden;
  margin-bottom:.75rem;
  background:#EDF2F8;
  border-radius:99px;
}

.progress-bar {
  width:0%;
  height:100%;
  background:linear-gradient(90deg,var(--blue),var(--coral));
  border-radius:99px;
  transition:width 1s linear;
}

.progress-label {
  color:#8A9AB0;
  font-size:.8rem;
}

.preview-header {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.75rem;
  margin-bottom:1.25rem;
}

.preview-badge {
  padding:.36rem .8rem;
  background:#DCFCE7;
  color:#166534;
  border-radius:999px;
  font-size:.78rem;
  font-weight:850;
}

.preview-title {
  color:var(--navy);
  font-size:1.25rem;
  font-weight:850;
}

.preview-subtitle {
  margin:.35rem 0 1.25rem;
  color:var(--muted);
  font-size:.9rem;
}

.pdf-frame {
  width:100%;
  height:640px;
  background:#F8FAFC;
  border:2px solid #E2E8F0;
  border-radius:14px;
}

.preview-actions {
  display:flex;
  gap:.85rem;
  margin-top:1.25rem;
}

.btn-primary,
.btn-secondary {
  flex:1;
  padding:.95rem;
  border-radius:12px;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  font-size:.95rem;
  font-weight:850;
  transition:background .2s;
}

.btn-primary {
  background:linear-gradient(135deg,var(--blue),#1A4FE8);
  color:white;
  border:0;
}

.btn-primary:hover {
  background:#0C4AD4;
}

.btn-secondary {
  background:white;
  color:var(--blue);
  border:2px solid var(--blue);
}

.btn-secondary:hover {
  background:#EEF7FF;
}

.upsell-box {
  margin-top:1.25rem;
  padding:1.35rem 1.5rem;
  background:#EEF7FF;
  border:1.5px solid #CFE3FF;
  border-radius:16px;
  text-align:center;
}

.upsell-box p {
  color:#30445F;
  font-size:.92rem;
  line-height:1.55;
}

.upsell-box strong {
  color:var(--blue);
}

@media (max-width:900px) {
  .form-hero {
    flex-direction:column;
    align-items:flex-start;
    padding:22px;
  }

  .price-mini {
    width:100%;
    min-width:0;
  }

  .info-mini {
    width:100%;
    min-width:0;
    max-width:none;
  }

  .form-grid,
  .cover-style-grid {
    grid-template-columns:1fr;
  }

  .form-card {
    padding:24px;
  }

  .preview-actions {
    flex-direction:column;
  }
}


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

.turnstile-wrap {
  display:flex;
  justify-content:center;
  margin:1.4rem 0 .4rem;
}

.submit-btn:disabled {
  cursor:not-allowed;
  opacity:.72;
  transform:none;
}
