/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding-top: 92px;
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
}

.hero__bg video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(5,13,25,0.95) 0%,
      rgba(5,13,25,0.80) 36%,
      rgba(5,13,25,0.44) 67%,
      rgba(5,13,25,0.25) 100%
    ),
    linear-gradient(
      180deg,
      rgba(15,23,42,0.18) 0%,
      rgba(15,23,42,0.12) 55%,
      rgba(15,23,42,0.55) 100%
    );
}

.hero__content {
  position: relative;
  z-index: 3;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 40px 0 95px;
}

.hero__copy {
  max-width: 720px;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 26px;
  font-size: clamp(3.4rem,5.8vw,6rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.hero h1 span {
  color: var(--accent);
}

.hero__lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}


/* =========================================================
   PRICING
========================================================= */

.pricing-section {
  padding: 115px 0 110px;
  background: #ffffff;
  color: #0f172a;
}

.pricing-section__header {
  max-width: 830px;
  margin-bottom: 52px;
}

.pricing-section__header h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem,4vw,4rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.pricing-section__header > p {
  max-width: 790px;
  color: #64748b;
  font-size: 1.08rem;
  line-height: 1.75;
}

.pricing-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) 360px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-light);
}

.pricing-card__content {
  padding: 50px 54px;
}

.pricing-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid #e2e8f0;
}

.pricing-item:first-child {
  padding-top: 0;
}

.pricing-item:nth-child(4) {
  border-bottom: none;
}

.pricing-item__number {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 0.76rem;
  font-weight: 800;
}

.pricing-item__content h3 {
  margin-bottom: 7px;
  font-size: 1.16rem;
}

.pricing-item__content p {
  max-width: 650px;
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.65;
}

.pricing-included {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #f0f9ff;
  color: #075985;
}

.pricing-included__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0284c7;
  color: #ffffff;
  font-weight: 800;
}

.pricing-included strong {
  display: block;
}

.pricing-included span {
  display: block;
  color: #47758e;
  font-size: 0.83rem;
}

.pricing-card__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 38px;
  border-left: 1px solid #dbeafe;
  background:
    linear-gradient(
      145deg,
      #f0f9ff 0%,
      #e0f2fe 100%
    );
}

.price-label {
  margin-bottom: 10px;
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.10em;
}

.price {
  display: flex;
  align-items: flex-start;
  color: #0f172a;
}

.price__currency {
  margin-top: 12px;
  margin-right: 4px;
  font-size: 1.6rem;
  font-weight: 700;
}

.price__number {
  font-size: 5.1rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.075em;
}

.price-subtitle {
  margin-bottom: 24px;
  color: #64748b;
  font-size: 0.88rem;
}

.special-price {
  margin-bottom: 12px;
  padding: 17px 18px;
  border: 1px solid rgba(2,132,199,0.16);
  border-radius: 14px;
  background: rgba(255,255,255,0.58);
}

.special-price__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.special-price__amount {
  color: #0284c7;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.special-price__label {
  color: #0369a1;
  font-size: 0.70rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.special-price p {
  margin: 0;
  color: #64748b;
  font-size: 0.80rem;
  line-height: 1.5;
}

.special-price p strong {
  color: #334155;
  font-weight: 700;
}

.group-discount {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(2,132,199,0.08);
}

.group-discount__icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0284c7;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
}

.group-discount strong {
  display: block;
  margin-bottom: 2px;
  color: #075985;
  font-size: 0.83rem;
}

.group-discount span {
  display: block;
  color: #47758e;
  font-size: 0.75rem;
  line-height: 1.4;
}

.pricing-cta {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border-radius: 12px;
  background: #0284c7;
  color: #ffffff;
  font-weight: 700;
}

.pricing-cta:hover {
  background: #0369a1;
}

.pricing-notes {
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid #bae6fd;
}

.pricing-notes p {
  margin-bottom: 10px;
  color: #64748b;
  font-size: 0.76rem;
  line-height: 1.55;
}


/* =========================================================
   REQUIREMENTS
========================================================= */

.requirements-section {
  padding: 110px 0;
  background:
    radial-gradient(
      circle at 10% 5%,
      rgba(56,189,248,0.055),
      transparent 24%
    ),
    radial-gradient(
      circle at 90% 45%,
      rgba(14,165,233,0.045),
      transparent 26%
    ),
    #f7fafc;
  color: #0f172a;
}

.requirements-header {
  max-width: 790px;
  margin: 0 auto 55px;
  text-align: center;
}

.requirements-header h2 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem,4vw,3.8rem);
  line-height: 1.10;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.requirements-header > p {
  color: #64748b;
  font-size: 1.06rem;
  line-height: 1.75;
}

.requirements-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
}

.requirement-card {
  padding: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: rgba(255,255,255,0.93);
  box-shadow: 0 12px 40px rgba(15,23,42,0.05);
}

.requirement-card--soft {
  background: rgba(248,250,252,0.88);
}

.requirement-card__top {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 28px;
}

.requirement-card__number {
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 0.74rem;
  font-weight: 800;
}

.requirement-card__label {
  margin-bottom: 5px;
  color: #0284c7;
  font-size: 0.70rem;
  font-weight: 800;
  letter-spacing: 0.10em;
}

.requirement-card__label--blue {
  color: #7dd3fc;
}

.requirement-card h3 {
  font-size: 1.35rem;
  line-height: 1.25;
}

.requirement-card__intro {
  margin-bottom: 26px;
  color: #64748b;
  font-size: 0.94rem;
}

.clean-list {
  list-style: none;
}

.clean-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid #edf2f7;
}

.clean-list li:last-child {
  border-bottom: none;
}

.list-check {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 0.72rem;
  font-weight: 800;
}

.clean-list strong {
  display: block;
  margin-bottom: 3px;
}

.clean-list span {
  color: #64748b;
  font-size: 0.88rem;
}

.personal-data-grid {
  display: grid;
  gap: 11px;
}

.personal-data-item {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
}

.personal-data-item span {
  color: #94a3b8;
  font-size: 0.70rem;
  font-weight: 800;
}

.personal-data-item strong {
  color: #334155;
  font-size: 0.92rem;
}

.small-info-box {
  margin-top: 22px;
  padding: 18px;
  border-radius: 14px;
  background: #eff6ff;
}

.small-info-box strong {
  display: block;
  margin-bottom: 5px;
  color: #1e3a5f;
}

.small-info-box p {
  color: #567086;
  font-size: 0.82rem;
}


/* =========================================================
   AFFIDAVIT
========================================================= */

.affidavit-card {
  margin-top: 24px;
  display: grid;
  grid-template-columns:
    minmax(0,0.95fr)
    minmax(0,1.05fr);
  gap: 50px;
  padding: 50px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(56,189,248,0.12),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #0f172a 0%,
      #14263c 100%
    );
  color: #ffffff;
  box-shadow: 0 20px 60px rgba(15,23,42,0.14);
}

.affidavit-card__content h3 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem,3vw,2.6rem);
  line-height: 1.15;
}

.affidavit-card__content > p {
  color: rgba(255,255,255,0.68);
}

.affidavit-highlight {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(56,189,248,0.20);
  border-radius: 14px;
  background: rgba(56,189,248,0.09);
}

.affidavit-highlight strong {
  display: block;
}

.affidavit-highlight span {
  color: #7dd3fc;
}

.affidavit-steps {
  display: grid;
  align-content: center;
  gap: 12px;
}

.affidavit-step {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 15px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
}

.affidavit-step > span {
  color: #38bdf8;
  font-size: 0.71rem;
  font-weight: 800;
}

.affidavit-step strong {
  display: block;
}

.affidavit-step p {
  color: rgba(255,255,255,0.58);
  font-size: 0.81rem;
}


/* =========================================================
   EXPEDITE / FEE
========================================================= */

.extra-services-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.info-service-card {
  padding: 38px;
  border-radius: 24px;
}

.info-service-card--dark {
  border: 1px solid #1e3a5f;
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(56,189,248,0.10),
      transparent 32%
    ),
    #071827;
  color: #ffffff;
}

.info-service-card--light {
  border: 1px solid #dce8f1;
  background: #ffffff;
  color: #0f172a;
}

.info-service-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  margin-bottom: 18px;
  padding: 0 11px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.10em;
}

.info-service-card--dark
.info-service-card__tag {
  background: rgba(56,189,248,0.12);
  color: #7dd3fc;
}

.info-service-card h3 {
  margin-bottom: 15px;
  font-size: 1.75rem;
  line-height: 1.20;
}

.info-service-card__lead {
  margin-bottom: 27px;
  color: #64748b;
  font-size: 0.93rem;
}

.info-service-card--dark
.info-service-card__lead {
  color: rgba(255,255,255,0.63);
}

.info-service-block {
  margin-top: 21px;
  padding-top: 21px;
  border-top: 1px solid rgba(255,255,255,0.09);
}

.info-service-block--light {
  border-top: 1px solid #e2e8f0;
}

.info-service-block h4 {
  margin-bottom: 9px;
}

.info-service-block p {
  color: rgba(255,255,255,0.62);
  font-size: 0.84rem;
}

.info-service-block ul {
  margin-top: 10px;
  padding-left: 18px;
  color: rgba(255,255,255,0.63);
  font-size: 0.83rem;
}

.info-service-block--light ul {
  color: #64748b;
}

.employer-letter-note {
  margin-top: 22px;
  padding: 17px;
  border-radius: 13px;
  background: rgba(255,255,255,0.05);
}

.applicant-letter {
  margin-top: 11px;
  padding: 17px;
  border-radius: 13px;
  background: rgba(56,189,248,0.08);
}

.employer-letter-note strong,
.applicant-letter strong {
  display: block;
}

.employer-letter-note p,
.applicant-letter p {
  color: rgba(255,255,255,0.58);
  font-size: 0.80rem;
}

.included-badge {
  margin-top: 22px;
  padding: 13px 15px;
  border-radius: 11px;
  background: rgba(56,189,248,0.12);
  color: #7dd3fc;
  font-size: 0.80rem;
  font-weight: 700;
}

.fee-reasons {
  display: grid;
  gap: 10px;
}

.fee-reason {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  background: #ffffff;
}

.fee-reason > span {
  color: #0284c7;
  font-size: 0.68rem;
  font-weight: 800;
}

.fee-reason strong {
  display: block;
}

.fee-reason p {
  color: #64748b;
  font-size: 0.78rem;
}

.fee-help-box {
  margin-top: 22px;
  padding: 17px;
  border-radius: 13px;
  background: #e0f2fe;
}

.fee-help-box strong {
  display: block;
  color: #075985;
}

.fee-help-box p {
  color: #47758e;
  font-size: 0.80rem;
}


/* =========================================================
   CALCULATOR
========================================================= */

.calculator-section {
  padding: 115px 0;
  background: #ffffff;
  color: #0f172a;
}

.calc-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.calc-info {
  max-width: 530px;
}

.calc-info h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem,3.6vw,3.4rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.calc-info p {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.calc-card {
  padding: 42px;
  border: 1px solid #dbe8f1;
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f5fbff 100%
    );
  box-shadow: 0 18px 50px rgba(15,23,42,0.07);
}

.calc-card__label {
  margin-bottom: 8px;
  color: #0284c7;
  font-size: 0.70rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.calc-card h3 {
  margin-bottom: 24px;
  font-size: 1.55rem;
}

.calc-card label {
  display: block;
  margin-bottom: 6px;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 600;
}

.field-helper {
  margin-bottom: 13px;
  color: #94a3b8;
  font-size: 0.79rem;
}

.calc-result {
  margin-top: 22px;
}

.calc-result__state {
  padding: 22px;
  border-radius: 17px;
}

.calc-result__state--ready {
  border: 1px solid #bae6fd;
  background: #f0f9ff;
}

.calc-result__state--wait {
  border: 1px solid #dbe8f1;
  background: #f8fafc;
}

.calc-result__icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #0284c7;
  color: #ffffff;
  font-weight: 800;
}

.calc-result__icon--clock {
  background: #e0f2fe;
  color: #0284c7;
  font-size: 1.25rem;
}

.calc-result__eyebrow {
  margin-bottom: 6px;
  color: #0284c7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.calc-result h4 {
  margin-bottom: 9px;
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1.3;
}

.calc-result__state > p {
  margin-bottom: 18px;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.6;
}

.calc-result__cta {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  border-radius: 11px;
  background: #0284c7;
  color: #ffffff;
  font-size: 0.90rem;
  font-weight: 700;
}

.calc-result__cta:hover {
  background: #0369a1;
}

.calc-reminder {
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
}

.calc-reminder label {
  display: block;
  margin-bottom: 12px;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.55;
}

.calc-reminder__button {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
  padding: 0 19px;
  border: none;
  border-radius: 11px;
  background: #0284c7;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
}

.calc-reminder__button:hover {
  background: #0369a1;
}

.calc-reminder__button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.calc-reminder__status {
  min-height: 20px;
  margin-top: 10px;
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.45;
}

.calc-reminder__status.is-success {
  color: #047857;
}

.calc-reminder__status.is-error {
  color: #b91c1c;
}


/* =========================================================
   LEAD
========================================================= */

.lead-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(56,189,248,0.13),
      transparent 27%
    ),
    radial-gradient(
      circle at 5% 90%,
      rgba(2,132,199,0.08),
      transparent 25%
    ),
    #0f172a;
}

.lead-layout {
  display: grid;
  grid-template-columns:
    minmax(0,0.9fr)
    minmax(480px,1.1fr);
  gap: 85px;
  align-items: center;
}

.lead-copy h2 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(2.8rem,4.5vw,4.6rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.lead-copy__text {
  max-width: 570px;
  margin-bottom: 32px;
  color: rgba(255,255,255,0.68);
  font-size: 1.06rem;
  line-height: 1.75;
}

.contact-promise {
  max-width: 570px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 19px 20px;
  margin-bottom: 36px;
  border: 1px solid rgba(56,189,248,0.18);
  border-radius: 16px;
  background: rgba(56,189,248,0.08);
}

.contact-promise__icon {
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0284c7;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
}

.contact-promise strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.94rem;
}

.contact-promise span {
  display: block;
  color: rgba(255,255,255,0.58);
  font-size: 0.82rem;
}

.contact-flow {
  max-width: 570px;
  display: grid;
  gap: 18px;
}

.contact-flow__item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
}

.contact-flow__item > span {
  color: #38bdf8;
  font-size: 0.68rem;
  font-weight: 800;
}

.contact-flow__item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.91rem;
}

.contact-flow__item p {
  color: rgba(255,255,255,0.48);
  font-size: 0.79rem;
}

.direct-email {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
}

.direct-email span {
  color: rgba(255,255,255,0.42);
}

.direct-email a {
  color: #7dd3fc;
  font-weight: 600;
}


/* =========================================================
   LEAD FORM
========================================================= */

.lead-form-card {
  padding: 42px;
  border-radius: 26px;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}

.lead-form-card__header {
  margin-bottom: 30px;
}

.lead-form-card__tag {
  margin-bottom: 8px;
  color: #0284c7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lead-form-card__header h3 {
  margin-bottom: 7px;
  font-size: 1.75rem;
}

.lead-form-card__header p {
  color: #64748b;
  font-size: 0.88rem;
}

.form-group {
  margin-bottom: 21px;
}

.form-group > label {
  display: block;
  margin-bottom: 8px;
  color: #334155;
  font-size: 0.84rem;
  font-weight: 650;
}

.form-textarea {
  min-height: 110px;
}

.form-hint {
  margin-top: 7px;
  color: #94a3b8;
  font-size: 0.72rem;
}

.contact-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.contact-choice__option {
  cursor: pointer;
}

.contact-choice__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-choice__box {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px solid #dbe4ec;
  border-radius: 13px;
  background: #ffffff;
}

.contact-choice__option
input:checked
+
.contact-choice__box {
  border-color: #0284c7;
  background: #f0f9ff;
  box-shadow: 0 0 0 2px rgba(2,132,199,0.08);
}

.contact-choice__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e0f2fe;
  color: #0284c7;
}

.contact-choice__box strong {
  display: block;
  color: #0f172a;
  font-size: 0.88rem;
}

.contact-choice__box small {
  display: block;
  color: #94a3b8;
  font-size: 0.68rem;
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.schedule-label {
  display: block;
  margin-bottom: 7px;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 600;
}

.timezone-note {
  margin-top: 8px;
  color: #94a3b8;
  font-size: 0.72rem;
}

.timezone-note strong {
  color: #64748b;
}

.form-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 25px 0 18px;
  padding: 14px 15px;
  border-radius: 12px;
  background: #f0f9ff;
}

.form-guarantee__check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0284c7;
  color: #ffffff;
  font-size: 0.68rem;
}

.form-guarantee strong {
  display: block;
  color: #075985;
  font-size: 0.82rem;
}

.form-guarantee span {
  color: #64748b;
  font-size: 0.70rem;
}

.lead-submit {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border: none;
  border-radius: 12px;
  background: #0284c7;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
}

.lead-submit:hover {
  background: #0369a1;
}

.form-disclaimer {
  margin-top: 15px;
  color: #94a3b8;
  font-size: 0.68rem;
  line-height: 1.5;
  text-align: center;
}

.lead-success {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lead-success__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 1.4rem;
}

.lead-success h3 {
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.lead-success p {
  max-width: 370px;
  margin-bottom: 23px;
  color: #64748b;
}

.lead-success__reset {
  padding: 10px 17px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  background: #ffffff;
  color: #475569;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

  .pricing-card {
    grid-template-columns: 1fr;
  }

  .pricing-card__price {
    border-left: none;
    border-top: 1px solid #dbeafe;
  }

  .requirements-grid,
  .extra-services-grid,
  .affidavit-card,
  .calc-wrapper,
  .lead-layout {
    grid-template-columns: 1fr;
  }

  .lead-layout {
    gap: 55px;
  }

  .schedule-grid > div {
    min-width: 0;
    overflow: hidden;
  }

  #contactDate,
  #contactTime {
    display: block;
    width: -webkit-fill-available !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .hero {
    min-height: 100svh;
    padding-top: 76px;
  }

  .hero__content {
    padding: 35px 0 65px;
  }

  .hero h1 {
    font-size: clamp(2.75rem,13vw,4rem);
  }

  .hero__lead {
    font-size: 0.98rem;
  }

  .hero__actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .pricing-section {
    padding: 78px 0 65px;
  }

  .pricing-section__header h2 {
    font-size: 2.3rem;
  }

  .pricing-card__content {
    padding: 30px 22px;
  }

  .pricing-item {
    grid-template-columns: 40px 1fr;
    gap: 15px;
  }

  .pricing-card__price {
    padding: 32px 24px;
  }

  .price__number {
    font-size: 4.2rem;
  }

  .special-price__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .group-discount {
    align-items: flex-start;
  }

  .requirements-section {
    padding: 75px 0;
  }

  .requirements-header h2 {
    font-size: 2.25rem;
  }

  .requirement-card {
    padding: 25px 20px;
  }

  .affidavit-card {
    padding: 30px 22px;
  }

  .info-service-card {
    padding: 27px 21px;
  }

  .calculator-section {
    padding: 80px 0;
  }

  .calc-wrapper {
    gap: 35px;
  }

  .calc-card {
    padding: 26px 22px;
  }

  .calc-result__state {
    padding: 19px 17px;
  }

  .lead-section {
    padding: 80px 0;
  }

  .lead-layout {
    gap: 45px;
  }

  .lead-copy h2 {
    font-size: 2.6rem;
  }

  .lead-form-card {
    padding: 28px 20px;
  }

  .contact-choice,
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .direct-email {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
}


/* FORM VALIDATION */

.form-input.is-invalid {
  border-color: #dc2626;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.10);
}

.form-input.is-invalid:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.14);
}

.field-error {
  display: none;
  margin-top: 6px;
  color: #dc2626;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
}

.field-error.is-visible {
  display: block;
}