/* ──────────────────────────────────────────────────────────────────────
   BuyPRBacklinks - PR Backlinks Order Page · V1 Editorial Dark
   Custom styles layered on Bootstrap 5.3
   ────────────────────────────────────────────────────────────────────── */

:root {
  --ink:        #0B0F1A;
  --ink-2:      #1A1F2E;
  --muted:      #5B6478;
  --line:       #E6E8EE;
  --bg:         #F5F6F8;
  --cream:      #F9F8F4;
  --white:      #FFFFFF;
  --blue:       #2D55F0;
  --blue-soft:  #EEF2FF;
  --green:      #16A34A;
  --green-soft: #E7F7EE;
  --amber:      #F59E0B;
  --amber-soft: #FEF3C7;
  --amber-deep: #92400E;
  --yellow-pp:  #FFC439;

  --font-sans:  'Geist', ui-sans-serif, sans-serif;
  --font-serif: 'Instrument Serif', ui-serif, serif;
}

/* ─── Base ──────────────────────────────────────────────────────────── */
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html { scroll-behavior: smooth; }
* { box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p, ul, dl, dd, dt { margin: 0; padding: 0; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

/* Reusable type */
.kicker {
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.display-title {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -2.5px;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 0.92;
  margin: 0;
}
.display-title em { font-style: italic; color: var(--blue); }

/* ─── Early-bird strip ─────────────────────────────────────────────── */
.eb-strip {
  background: var(--ink);
  color: white;
  padding: 10px 0;
  font-size: 13px;
}
.eb-badge {
  background: var(--amber);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.8px;
  white-space: nowrap;
}
.eb-msg { opacity: 0.9; }
.eb-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--amber);
  text-decoration: none;
  white-space: nowrap;
}
.eb-cta:hover { color: var(--amber); opacity: 0.85; }
.iconify-arrow {
  display: inline-block; width: 14px; height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8h10m0 0l-4-4m4 4l-4 4' stroke='%23F59E0B' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ─── Nav ──────────────────────────────────────────────────────────── */
.site-nav {
  background: var(--white);
  height: 64px;
  border-bottom: 1px solid var(--line);
}
.site-nav > .container-fluid { height: 100%; }
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.brand-name {
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  letter-spacing: -0.2px;
}
.brand-tld { color: var(--amber); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--ink-2);
  font-weight: 500;
  visibility: hidden;
}
.nav-links li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.btn-account {
  background: var(--ink);
  color: white;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.btn-account:hover { background: #000; color: white; }

/* ─── Hero ─────────────────────────────────────────────────────────── */
.hero {
  background: #0B0F1A;
  color: white;
  padding: 80px 0 72px;
  position: relative;
  overflow: hidden;
}
.hero-dots {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 1280px; margin: 0 auto; }

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #CBD5E0;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.hero-title {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -3px;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.92;
  margin: 0 0 16px;
  color: white;
  max-width: 1180px;
}
.hero-title em { font-style: italic; color: var(--amber); }
.hero-lede {
  font-size: clamp(16px, 1.4vw, 19px);
  color: #CBD5E0;
  max-width: 760px;
  line-height: 1.55;
  margin: 24px 0 36px;
}

.hero-peek {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 24px 28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 720px;
}
.hero-peek-label {
  font-size: 11px;
  color: var(--amber);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hero-peek-price {
  font-family: var(--font-serif);
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1;
  color: white;
}
.hero-peek-strike {
  font-size: 16px;
  color: #A0AEC0;
  text-decoration: line-through;
}
.hero-peek-sub { font-size: 13px; color: #A0AEC0; margin-top: 6px; }

.btn-amber {
  margin-left: auto;
  background: var(--amber);
  color: var(--ink);
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: none;
}
.btn-amber:hover { background: #E08D0A; color: var(--ink); }

/* ─── Trust strip ──────────────────────────────────────────────────── */
.trust-strip {
  background: #0B0F1A;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0;
}
.trust-row { max-width: 1280px; margin: 0 auto; }
.trust-cell {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.trust-cell:first-child { padding-left: 0; border-left: none; }
.trust-v {
  font-family: var(--font-serif);
  font-size: 44px;
  font-weight: 400;
  color: var(--amber);
  letter-spacing: -1.5px;
  line-height: 1;
}
.trust-l { font-size: 14px; color: #A0AEC0; }

/* ─── Features ─────────────────────────────────────────────────────── */
.features {
  padding: 96px 0 56px;
  background: var(--cream);
}
.features > .container-fluid { max-width: 1280px; margin: 0 auto; }
.features-head h2 { max-width: 820px; }
.features-lede {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 820px;
  margin: 16px 0 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--ink);
}
.feature-cell {
  padding: 32px 32px 36px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.feature-cell:nth-child(3n) { border-right: none; }
.feature-cell:nth-last-child(-n+3) { border-bottom: none; }
.feature-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 28px;
  color: var(--muted);
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.feature-t {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 12px;
  line-height: 1.05;
}
.feature-d {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* ─── Included ─────────────────────────────────────────────────────── */
.included {
  padding: 72px 0;
  background: white;
  border-top: 1px solid var(--line);
}
.included > .container-fluid { max-width: 1280px; margin: 0 auto; }
.included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.included-cell {
  padding: 32px 36px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 24px;
}
.included-cell:nth-child(2n) { border-right: none; }
.included-cell:nth-child(1),
.included-cell:nth-child(2) { border-top: none; }
.included-num {
  font-family: var(--font-serif);
  font-size: 56px;
  font-weight: 400;
  color: var(--amber);
  letter-spacing: -2px;
  line-height: 1;
  flex-shrink: 0;
}
.included-t {
  font-size: 21px;
  font-weight: 700;
  margin: 4px 0 10px;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
.included-d {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 14px;
}
.included-sample {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--bg);
  font-size: 12px;
  color: var(--ink-2);
  font-weight: 500;
}

/* ─── Pricing ──────────────────────────────────────────────────────── */
.pricing {
  padding: 88px 0 56px;
  background: var(--cream);
}
.pricing > .container-fluid { max-width: 1280px; margin: 0 auto; }
.pricing-promo-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--amber);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.pricing-title { margin-top: 0; }
.pricing-lede {
  font-size: 16px;
  color: var(--muted);
  max-width: 600px;
  margin: 16px auto 0;
  line-height: 1.55;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.pack-card {
  position: relative;
  background: white;
  color: var(--ink);
  border: 1.5px solid var(--line);
  border-radius: 20px;
  padding: 32px 28px;
  font-family: var(--font-sans);
  text-align: left;
  transition: all .15s ease;
  cursor: pointer;
}
.pack-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px -16px rgba(0,0,0,0.2); }
.pack-card.pack-popular:not(.is-selected) { border-color: var(--amber); }
.pack-card.is-selected {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
  box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.35);
}
.pack-popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--amber);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}
.pack-sub {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pack-card.is-selected .pack-sub { color: #A0AEC0; }
.pack-num-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.pack-num {
  font-family: var(--font-serif);
  font-size: 140px;
  font-weight: 400;
  letter-spacing: -6px;
  line-height: 0.85;
}
.pack-num-label {
  font-size: 14px;
  color: var(--muted);
  font-weight: 500;
}
.pack-card.is-selected .pack-num-label { color: #A0AEC0; }
.pack-divider {
  height: 1px;
  background: var(--line);
  margin: 20px 0;
}
.pack-card.is-selected .pack-divider { background: #2D3447; }
.pack-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.pack-price {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 1;
}
.pack-strike {
  font-size: 16px;
  color: var(--muted);
  text-decoration: line-through;
}
.pack-card.is-selected .pack-strike { color: #A0AEC0; }
.pack-perlink { font-size: 12px; color: var(--muted); margin-top: 4px; }
.pack-card.is-selected .pack-perlink { color: #A0AEC0; }
.pack-discount-badge {
  background: var(--amber-soft);
  color: var(--amber-deep);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 9px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.pack-card.is-selected .pack-discount-badge {
  background: var(--amber);
  color: var(--ink);
}
.pack-cta {
  margin-top: 22px;
  padding: 12px 16px;
  border-radius: 999px;
  background: transparent;
  border: 1.5px solid var(--ink);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all .15s ease;
}
.pack-card.is-selected .pack-cta {
  background: var(--amber);
  border: none;
  color: var(--ink);
}

/* ─── Order section ────────────────────────────────────────────────── */
.order {
  padding: 32px 0 56px;
  background: var(--cream);
}
.order > .container-fluid { max-width: 1280px; margin: 0 auto; }
.order-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: flex-start;
}
.order-form {
  background: white;
  border-radius: 20px;
  border: 1px solid var(--line);
  padding: 36px;
}
.order-title {
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin: 0 0 28px;
  line-height: 1;
}
.form-label-sm {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  display: block;
  margin-bottom: 6px;
}
.form-hint { font-size: 12px; color: var(--muted); }
.form-hint #kw-count.is-over { color: #DC2626; font-weight: 700; }
.input-cream {
  background: #FBFCFD !important;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-family: var(--font-sans) !important;
  color: var(--ink) !important;
  padding: 11px 14px !important;
}
.input-cream:focus {
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 3px rgba(45, 85, 240, 0.08) !important;
  outline: none !important;
}
textarea.input-cream { padding: 14px !important; line-height: 1.5 !important; resize: vertical; }

.kw-callout {
  margin-top: 10px;
  padding: 12px;
  background: #FFF8E8;
  border-radius: 10px;
  font-size: 13px;
  color: #7A5A12;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid #F5E3B5;
  line-height: 1.5;
}
.refund-callout {
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  background: var(--green-soft);
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px;
  color: #14532D;
  line-height: 1.55;
}

.btn-paypal {
  height: 46px;
  border: none;
  border-radius: 6px;
  background: var(--yellow-pp);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #142C8E;
}
.paypal-pay { font-style: italic; letter-spacing: -0.5px; }
.paypal-pal { font-style: italic; letter-spacing: -0.5px; color: #0070BA; }

.btn-card {
  height: 46px;
  border: none;
  border-radius: 6px;
  background: var(--ink);
  color: white;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-card:hover { background: #000; }

.checkout-fineprint {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px;
}

/* Invoice */
.invoice {
  background: var(--ink);
  color: white;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.invoice-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #A0AEC0;
  text-transform: uppercase;
}
.invoice-promo {
  border: 1.5px solid var(--amber);
  color: var(--amber);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: rotate(2deg);
}
.invoice-price-row {
  margin-top: 28px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.invoice-price {
  font-family: var(--font-serif);
  font-size: 96px;
  font-weight: 400;
  letter-spacing: -3.5px;
  line-height: 0.9;
}
.invoice-price-strike {
  font-size: 18px;
  color: #A0AEC0;
  text-decoration: line-through;
}
.invoice-perlink { font-size: 14px; color: #A0AEC0; margin-top: 8px; }
.invoice-rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 24px 0;
  border: none;
  opacity: 1;
}
.invoice-rows { margin: 0; }
.invoice-row {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  font-size: 13px;
  gap: 12px;
}
.invoice-row-last { border-bottom: none; }
.invoice-row dt { color: #A0AEC0; flex-shrink: 0; margin: 0; font-weight: 400; }
.invoice-row dd { color: white; font-weight: 500; text-align: right; margin: 0; }
.invoice-row-sub {
  font-size: 11px;
  color: #8B95AA;
  margin-top: 2px;
  font-style: italic;
  font-weight: 400;
}

.order-success {
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--green-soft);
  border: 1px solid var(--green);
  color: var(--green);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.order-error {
  padding: 12px 14px;
  border-radius: 10px;
  background: #FEE2E2;
  border: 1px solid #DC2626;
  color: #991B1B;
  font-size: 13px;
}

.invoice-seal {
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  border: 2px dashed var(--amber);
  opacity: 0.55;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-14deg);
  pointer-events: none;
}
.invoice-seal-inner {
  width: 102px;
  height: 102px;
  border-radius: 999px;
  border: 1.5px solid var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  font-weight: 800;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1.4px;
  line-height: 1.35;
}

/* ─── Process ──────────────────────────────────────────────────────── */
.process {
  background: #0B0F1A;
  color: white;
  padding: 88px 0;
}
.process > .container-fluid { max-width: 1280px; margin: 0 auto; }
.process-kicker { color: var(--amber); }
.process-title { color: white; }
.process-title em { color: var(--amber); }
.process-lede { font-size: 14px; color: #A0AEC0; max-width: 360px; line-height: 1.6; margin: 0; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.process-step {
  padding: 24px 28px 24px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.process-step:last-child { border-right: none; }
.process-step + .process-step { padding-left: 28px; }
.process-num {
  font-family: var(--font-serif);
  font-size: 72px;
  font-weight: 400;
  color: var(--amber);
  letter-spacing: -2.5px;
  line-height: 1;
  margin-bottom: 18px;
}
.process-step-t {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}
.process-step-d { font-size: 13px; color: #A0AEC0; line-height: 1.6; margin: 0; }

/* ─── FAQ ──────────────────────────────────────────────────────────── */
.faq {
  background: var(--cream);
  padding: 88px 0;
}
.faq > .container-fluid { max-width: 1100px; margin: 0 auto; }

.faq-list {}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item:first-child { border-top: 1px solid var(--ink); }
.faq-q {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 24px 0;
  font-family: var(--font-sans);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.faq-q-text {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.faq-num {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--muted);
  font-style: italic;
}
.faq-q-label {
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.4px;
}
.faq-plus {
  flex-shrink: 0;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  color: var(--ink);
  transition: transform .2s ease;
  line-height: 0.7;
}
.faq-item.is-open .faq-plus { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 0 24px 60px;
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.65;
  max-width: 820px;
}
.faq-item.is-open .faq-a { display: block; }

/* ─── Footer ───────────────────────────────────────────────────────── */
.site-footer {
  background: white;
  padding: 40px 0 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.site-footer > .container-fluid { max-width: 1280px; margin: 0 auto; }
.brand-logo-footer { margin-bottom: 0; text-decoration: none; }
.footer-copyright { font-size: 12px; }
.footer-tag { line-height: 1.5; max-width: 240px; margin: 0; }
.footer-h {
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 13px;
}
.footer-list { display: flex; flex-direction: column; gap: 8px; }
.footer-list li { cursor: pointer; }
.footer-list li:hover { color: var(--ink); }
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

/* ─── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-cell:nth-child(3n) { border-right: 1px solid var(--line); }
  .feature-cell:nth-child(2n) { border-right: none; }
  .feature-cell:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .feature-cell:nth-last-child(-n+2) { border-bottom: none; }

  .order-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pack-num { font-size: 100px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step { border-right: none; padding-left: 0 !important; padding-right: 0; }
  .process-step:nth-child(odd) { padding-right: 24px; border-right: 1px solid rgba(255,255,255,0.12); }
  .process-step:nth-child(even) { padding-left: 24px !important; }
}

@media (max-width: 720px) {
  .hero { padding: 56px 0; }
  .hero-title { font-size: 48px; letter-spacing: -1.5px; }
  .hero-lede { font-size: 16px; }
  .hero-peek { flex-direction: column; align-items: flex-start; }
  .btn-amber { margin-left: 0; }
  .features { padding: 64px 0 32px; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-cell { border-right: none !important; border-bottom: 1px solid var(--line) !important; }
  .included { padding: 56px 0; }
  .included-grid { grid-template-columns: 1fr; }
  .included-cell { border-right: none !important; border-top: 1px solid var(--line) !important; }
  .included-cell:first-child { border-top: none !important; }
  .pricing { padding: 64px 0 32px; }
  .pack-num { font-size: 88px; letter-spacing: -4px; }
  .order { padding: 24px 0 40px; }
  .order-form { padding: 24px; }
  .order-title { font-size: 30px; }
  .invoice { padding: 24px; }
  .invoice-price { font-size: 64px; }
  .process { padding: 64px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { padding: 16px 0 !important; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .process-step:last-child { border-bottom: none; }
  .faq { padding: 64px 0; }
  .faq-q-label { font-size: 18px; }
  .faq-a { padding-left: 0; font-size: 14px; }
  .trust-cell { padding-left: 0 !important; border-left: none !important; padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.1); }
  .trust-cell:first-child { border-top: none; }
  .trust-v { font-size: 36px; }
}
