:root {
  --free-orange: #ff721f;
  --free-orange-dark: #e95708;
  --free-ink: #121a2d;
  --free-muted: #61708a;
  --free-line: #dbe5f0;
  --free-soft: #f4f7fb;
  --free-green: #079669;
}

.free-page {
  min-height: 100vh;
  padding: 104px 20px 92px;
  color: var(--free-ink);
  background:
    radial-gradient(circle at 17% 2%, rgba(255, 114, 31, .10), transparent 31rem),
    radial-gradient(circle at 88% 18%, rgba(65, 112, 255, .07), transparent 28rem),
    #f5f8fc;
}

.free-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.free-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #8491a7;
  font-size: 12px;
}

.free-breadcrumb a { color: inherit; text-decoration: none; }
.free-breadcrumb a:hover { color: var(--free-orange-dark); }
.free-breadcrumb i { font-size: 8px; }

.free-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: center;
  min-height: 300px;
  padding: 46px 52px;
  overflow: hidden;
  border: 1px solid var(--free-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 62px rgba(27, 49, 80, .08);
}

.free-hero::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 114, 31, .16), rgba(255, 114, 31, 0) 68%);
  pointer-events: none;
}

.free-kicker,
.free-rules span,
.free-limit-state,
.free-service-price {
  display: inline-flex;
  align-items: center;
}

.free-kicker {
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #ffd0b5;
  border-radius: 999px;
  color: var(--free-orange-dark);
  background: #fff7f1;
  font-size: 12px;
  font-weight: 750;
}

.free-hero h1 {
  max-width: 760px;
  margin: 18px 0 12px;
  font-size: clamp(38px, 5.3vw, 66px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.free-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: var(--free-muted);
  font-size: 17px;
  line-height: 1.65;
}

.free-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.free-rules span {
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #e1e8f2;
  border-radius: 999px;
  color: #4c5d76;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 700;
}

.free-rules i { color: var(--free-orange); }

.free-hero-mark {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.free-hero-mark > span {
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  border: 1px solid #ffd1b6;
  border-radius: 36px;
  color: #fff;
  background: linear-gradient(145deg, #ff9a52, #ff6410);
  box-shadow: 0 22px 44px rgba(255, 100, 16, .25), inset 0 1px rgba(255, 255, 255, .45);
  transform: rotate(7deg);
}

.free-hero-mark i { font-size: 48px; transform: rotate(-7deg); }
.free-hero-mark small { color: #6a7890; font-size: 12px; font-weight: 750; }

.free-hero-illustration {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 250px;
}
.free-hero-illustration img {
  display: block;
  width: min(100%, 255px);
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(31, 52, 81, .12));
}

.free-order-card {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--free-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(31, 52, 81, .07);
}

.free-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px 24px;
  border-bottom: 1px solid #e8eef5;
}

.free-step-label {
  color: var(--free-orange-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.free-order-head h2,
.free-paid-cta h2,
.free-seo h2 {
  margin: 5px 0 0;
  color: var(--free-ink);
  font-size: 24px;
  font-weight: 820;
  letter-spacing: -.025em;
}

.free-limit-state {
  flex: 0 0 auto;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #b9ead8;
  border-radius: 999px;
  color: #087959;
  background: #effbf6;
  font-size: 11px;
  font-weight: 750;
}

.free-limit-state[data-available="0"] {
  border-color: #f0d7c5;
  color: #9a4c1e;
  background: #fff7f1;
}

.free-limit-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(7, 150, 105, .10);
}

.free-limit-state[data-available="0"] .free-limit-dot { box-shadow: 0 0 0 4px rgba(233, 87, 8, .10); }

.free-form { padding: 30px 32px 34px; }
.free-field-group + .free-field-group { margin-top: 28px; }

.free-field-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: #33425a;
  font-size: 12px;
  font-weight: 750;
}

.free-field-label b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  color: var(--free-orange-dark);
  background: #fff0e6;
  font-size: 10px;
}

.free-platforms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.free-platform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--free-line);
  border-radius: 14px;
  color: #52617a;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: border-color .16s ease, color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.free-platform:hover { border-color: #ffbe94; color: var(--free-orange-dark); transform: translateY(-1px); }
.free-platform.is-active {
  border-color: #ff9b5e;
  color: var(--free-orange-dark);
  background: #fff7f1;
  box-shadow: inset 0 0 0 1px rgba(255, 114, 31, .08);
}
.free-platform i { font-size: 17px; }

.free-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }

.free-service {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 80px;
  padding: 15px 16px;
  border: 1px solid var(--free-line);
  border-radius: 15px;
  color: var(--free-ink);
  background: #fff;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.free-service:hover { border-color: #ffc49f; background: #fffdfb; }
.free-service.is-active { border-color: var(--free-orange); background: #fff8f3; box-shadow: inset 0 0 0 1px rgba(255, 114, 31, .08); }
.free-service[hidden] { display: none !important; }

.free-service-radio {
  width: 18px;
  height: 18px;
  border: 1.5px solid #cbd6e4;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.free-service.is-active .free-service-radio { border-color: var(--free-orange); background: var(--free-orange); }

.free-service-copy { min-width: 0; display: grid; gap: 5px; }
.free-service-copy strong { overflow: hidden; color: #1b2437; font-size: 13px; font-weight: 780; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.free-service-copy small { color: #8491a6; font-size: 10.5px; }
.free-service-price {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #087959;
  background: #eaf9f3;
  font-size: 10px;
  font-weight: 800;
}

.free-target-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.free-target-wrap > i {
  position: absolute;
  left: 17px;
  z-index: 1;
  color: #94a1b4;
  font-size: 13px;
}

.free-target-wrap input {
  width: 100%;
  height: 54px;
  padding: 0 18px 0 44px;
  border: 1px solid #d5e0ec;
  border-radius: 14px;
  outline: none;
  color: #172137;
  background: #f9fbfd;
  font: inherit;
  font-size: 13px;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.free-target-wrap input:focus { border-color: #ff9f64; background: #fff; box-shadow: 0 0 0 4px rgba(255, 114, 31, .09); }
.free-target-wrap input:disabled { cursor: not-allowed; opacity: .68; }
.free-target-wrap input::placeholder { color: #9aa7b9; }

.free-field-hint { margin: 8px 0 0; color: #7c899d; font-size: 11px; line-height: 1.45; }

.free-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  padding: 12px;
  border: 1px solid #e1e9f2;
  border-radius: 15px;
  background: #f7f9fc;
}
.free-summary[hidden] { display: none; }
.free-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 4px 8px; }
.free-summary > div + div { border-left: 1px solid #dde6ef; }
.free-summary span { color: #7b899d; font-size: 11px; }
.free-summary strong { color: var(--free-ink); font-size: 14px; }

.free-form-message { min-height: 20px; margin-top: 12px; color: #b4232e; font-size: 12px; line-height: 1.45; }
.free-form-message.is-success { color: #087959; }

.free-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff812f, #ff6815);
  box-shadow: 0 14px 28px rgba(255, 104, 21, .20);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.free-submit:hover { transform: translateY(-1px); box-shadow: 0 18px 34px rgba(255, 104, 21, .25); }
.free-submit:disabled { cursor: not-allowed; opacity: .48; box-shadow: none; transform: none; }
.free-submit.is-loading { pointer-events: none; }
.free-submit.is-loading i { animation: free-spin .8s linear infinite; }
.free-submit--login { margin-top: 22px; }
.free-login-note { margin: 10px 0 0; color: #8290a5; font-size: 10.5px; text-align: center; }

.free-empty { display: grid; justify-items: center; gap: 8px; padding: 58px 24px; color: #7b899d; text-align: center; }
.free-empty i { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 4px; border-radius: 15px; color: var(--free-orange); background: #fff0e6; }
.free-empty strong { color: var(--free-ink); font-size: 16px; }
.free-empty span { max-width: 440px; font-size: 12px; line-height: 1.55; }

.free-paid-cta {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 25px 28px;
  border: 1px solid #ffd0b4;
  border-radius: 22px;
  background: linear-gradient(100deg, #fff8f3, #fff);
}
.free-paid-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: var(--free-orange); background: #ffe9da; font-size: 18px; }
.free-paid-cta h2 { margin: 0; font-size: 18px; }
.free-paid-cta p { margin: 5px 0 0; color: #6c7990; font-size: 12px; }
.free-paid-cta a { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 15px; border: 1px solid #ffad79; border-radius: 12px; color: var(--free-orange-dark); background: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }

.free-seo {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  margin-top: 20px;
  padding: 32px;
  border: 1px solid var(--free-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
}
.free-seo h2 { font-size: 21px; }
.free-seo > div > p { margin: 10px 0 0; color: #6b7890; font-size: 12px; line-height: 1.7; }
.free-faq { display: grid; gap: 8px; }
.free-faq details { border: 1px solid #dee7f0; border-radius: 13px; background: #fff; }
.free-faq summary { padding: 14px 16px; color: #28354b; font-size: 12px; font-weight: 760; cursor: pointer; }
.free-faq p { margin: 0; padding: 0 16px 15px; color: #708098; font-size: 11px; line-height: 1.6; }

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

/* The free checkout deliberately reuses the same three-step pattern as the homepage quick order. */
.free-order-card--catalog { overflow: visible; }
.free-qo-board {
  border: 0;
  border-radius: 0 0 26px 26px;
  box-shadow: none;
}
.free-qo-board .home-qo-list { max-height: 620px; }
.free-qo-board .home-qo-form-body { min-height: 540px; align-content: start; }
.free-qo-board .home-qo-menu { z-index: 90; }
.free-qo-qty button:disabled {
  color: #a8b3c2;
  background: #f5f7fa;
  cursor: default;
  opacity: .72;
}
.free-qo-qty input[readonly] { cursor: default; }
.free-qo-form .free-form-message { margin-top: 0; }
.free-qo-login {
  width: 100%;
  text-decoration: none;
}
.free-qo-login:hover,
.free-qo-login:focus-visible { color: #fff; }

@keyframes free-spin { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
  .free-page { padding: 86px 14px 118px; }
  .free-breadcrumb { margin-bottom: 14px; }
  .free-hero { grid-template-columns: 1fr; min-height: 0; padding: 30px 26px; border-radius: 23px; }
  .free-hero h1 { font-size: clamp(36px, 11vw, 50px); }
  .free-hero-copy > p { font-size: 14px; }
  .free-hero-mark,
  .free-hero-illustration { display: none; }
  .free-platforms { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .free-services { grid-template-columns: 1fr; }
  .free-paid-cta { grid-template-columns: 48px minmax(0, 1fr); }
  .free-paid-cta a { grid-column: 1 / -1; justify-content: center; }
  .free-seo { grid-template-columns: 1fr; }
  .free-qo-board .home-qo-form-body { min-height: 0; }
}

@media (max-width: 767px) {
  .free-order-card--catalog { overflow: visible; }
  .free-qo-board { border-radius: 0 0 19px 19px; }
  .free-qo-board .home-qo-mobile-controls { padding: 22px 18px 0; gap: 18px; }
  .free-qo-board .home-qo-form-body { padding: 22px 18px 24px; gap: 19px; }
  .free-qo-board .home-qo-qty { width: 100%; grid-template-columns: 44px minmax(64px, 1fr) 44px auto; }
  .free-qo-board .home-qo-menu { max-height: min(354px, 48vh); }
  .free-qo-board .home-qo-service-menu { max-height: min(390px, 52vh); }
}

@media (max-width: 520px) {
  .free-page { padding-right: 10px; padding-left: 10px; }
  .free-breadcrumb { padding: 0 5px; }
  .free-hero { padding: 25px 20px; border-radius: 20px; }
  .free-hero h1 { margin-top: 16px; font-size: 37px; line-height: 1.02; }
  .free-rules { gap: 6px; margin-top: 19px; }
  .free-rules span { min-height: 32px; padding: 0 10px; font-size: 10px; }
  .free-order-card { border-radius: 19px; }
  .free-order-head { align-items: flex-start; padding: 21px 18px 18px; }
  .free-order-head h2 { font-size: 20px; }
  .free-limit-state { min-height: 30px; padding: 0 9px; font-size: 9.5px; }
  .free-form { padding: 22px 18px 24px; }
  .free-field-group + .free-field-group { margin-top: 24px; }
  .free-platform { min-height: 48px; padding: 0 10px; border-radius: 12px; font-size: 12px; }
  .free-service { grid-template-columns: 20px minmax(0, 1fr); min-height: 76px; padding: 13px; border-radius: 13px; }
  .free-service-price { grid-column: 2; justify-self: start; min-height: 24px; margin-top: -1px; }
  .free-service-copy strong { white-space: normal; }
  .free-target-wrap input { height: 52px; }
  .free-summary { grid-template-columns: 1fr; }
  .free-summary > div + div { border-top: 1px solid #dde6ef; border-left: 0; padding-top: 9px; }
  .free-paid-cta { padding: 20px 18px; border-radius: 18px; }
  .free-seo { padding: 23px 19px; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .free-platform,
  .free-submit { transition: none; }
  .free-submit.is-loading i { animation: none; }
}
