@charset "UTF-8";
:root {
  --tf-primary: #4f46e5;
  --tf-primary-soft: #eef2ff;
  --tf-accent: #22c55e;
  --tf-dark: #0f172a;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/InterVariable.woff2") format("woff2");
}
body {
  background: radial-gradient(circle at top, #eef2ff 0, #f8fafc 50%, #f9fafb 100%);
  font-family: "Inter", sans-serif;
  color: #1f2937;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 110px; /* matches sticky CTA height */
  }
}
/* NAVBAR */
.tf-brand {
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #111;
  text-decoration: none;
}

.tf-brand-icon {
  width: 35px;
  height: 35px;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, var(--tf-primary), #6366f1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
}

/* CHECKLIST */
.tf-check-list {
  padding-left: 0;
  list-style: none;
  margin-top: 1rem;
}

.tf-check-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  color: #374151;
  font-size: 0.95rem;
}

/* FORM CARD */
.mail-card {
  background: white;
  border-radius: 1.2rem;
  padding: 2rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.tf-upload-zone {
  position: relative; /* Make input fully contained */
  border: 1px dashed #cbd5e1;
  border-radius: 0.9rem;
  padding: 1rem;
  background: #f9fafb;
  cursor: pointer;
  overflow: hidden; /* Prevent input from spilling outside */
}

.tf-upload-zone input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Only inside the zone */
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.tf-upload-zone-inner * {
  pointer-events: none; /* Prevent accidental clicks on text */
}

.tf-upload-zone-inner {
  pointer-events: none; /* Only input handles clicks */
}

.tf-upload-zone.dragover {
  border-color: #4f46e5;
  background: #eef2ff;
}

.btn {
  padding: 0.75rem 1rem !important;
}

.btn-primary {
  background: linear-gradient(135deg, var(--tf-primary), #6366f1);
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 0.7rem;
  font-weight: 600;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #4338ca, #4f46e5);
}

/* SECTION HEADINGS */
.section-heading {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.6rem;
  font-size: 1.7rem;
}

/* STEPS */
.tf-step-icon {
  width: 48px;
  height: 48px;
  background: var(--tf-primary-soft);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tf-primary);
  margin: 0 auto 0.75rem;
}

.form-control {
  height: 40px;
}

.form-select {
  height: 40px;
}

/* BADGES */
.country-badge {
  background: #f3f4f6;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  margin: 0.25rem;
  display: inline-block;
  font-size: 0.85rem;
}

.security-icon {
  width: 64px;
  height: 64px;
  min-width: 64px; /* prevents flexbox stretching */
  min-height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

/* Mobile responsiveness (smaller circles on small screens) */
@media (max-width: 576px) {
  .security-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    font-size: 1.5rem;
  }
}
/* FOOTER */
footer {
  margin-top: 4rem;
  padding: 2rem 0;
  text-align: center;
  color: #6b7280;
  font-size: 0.9rem;
}

footer a {
  color: #6b7280;
  text-decoration: none;
  margin: 0 0.5rem;
}

footer a:hover {
  text-decoration: underline;
}

.form-control, .form-select, .form-label {
  font-size: 0.9rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* FOOTER BASE */
.site-footer {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  border-top: 1px solid #e5e7eb;
  font-size: 0.95rem;
}

.site-footer a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.15s ease;
}

.site-footer a:hover {
  color: #4f46e5;
  text-decoration: underline;
}

/* FOOTER HEADINGS */
.site-footer .footer-heading {
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
  color: #111827;
}

/* BRAND BLOCK */
.site-footer .footer-brand {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  max-width: 320px;
}

.site-footer .footer-description {
  color: #6b7280;
  max-width: 320px;
}

/* LISTS */
.site-footer ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.site-footer ul li {
  margin-bottom: 0.4rem;
}

/* BOTTOM META */
.site-footer .footer-meta {
  border-top: 1px dashed #e5e7eb;
  margin-top: 2rem;
  padding-top: 1.25rem;
  font-size: 0.85rem;
  color: #6b7280;
}

/* MOBILE TWEAKS */
@media (max-width: 768px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .footer-description {
    margin-left: auto;
    margin-right: auto;
  }
}
/* HERO */
.hero-section {
  padding: 4rem 0 2rem;
  contain: layout paint style;
  content-visibility: visible;
  contain-intrinsic-size: 600px;
}

@media (min-width: 992px) {
  .hero-section {
    padding: 6rem 0 3rem;
  }
}
.hero-title {
  font-weight: 800;
  font-size: clamp(2.2rem, 3vw, 3rem);
  color: #0f172a;
  line-height: 1.2;
  contain: paint;
}

.hero-sub {
  color: #4b5563;
  max-width: 32rem;
  font-size: 1.1rem;
}

.badge {
  font-weight: 500;
  padding: 0.45em 0.7em;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(79, 70, 229, 0.1);
  color: var(--tf-primary);
  font-size: 0.85rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.country-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6b7280; /* neutral gray */
  margin-left: 0.5rem;
}

#countryStatic:hover {
  background-color: #f8fafc;
}

#countryStatic:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}

/* Wrapper control (the visible select box) */
.ts-wrapper.single .ts-control {
  border: 1px solid #ced4da;
  background-color: #fff;
  border-radius: 0.375rem; /* Bootstrap 5 border radius */
  padding: 0.375rem 0.75rem; /* Matches form-select padding */
  height: calc(1.5em + 0.75rem + 2px); /* Same as Bootstrap select height */
  display: flex;
  align-items: center;
  cursor: pointer;
  box-shadow: none;
  font-size: 1rem;
  line-height: 1.5;
}

/* Selected item text */
.ts-wrapper.single .ts-control .item {
  font-size: 1rem;
  color: #212529;
}

/* Caret (down arrow) */
.ts-wrapper.single .ts-control::after {
  content: "";
  position: absolute;
  right: 0.85rem;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-width: 0.3em 0.3em 0;
  border-style: solid;
  border-color: #6c757d transparent transparent; /* Bootstrap gray-600 */
  pointer-events: none;
}

/* Hover + Focus states (Bootstrap consistency) */
.ts-wrapper.single .ts-control:hover {
  border-color: #86b7fe;
}

.ts-wrapper.single .ts-control:focus,
.ts-wrapper.single .ts-control.focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); /* Bootstrap focus ring */
}

/* Remove the internal search input (we don't want typing) */
.ts-control input {
  display: none !important;
}

/* Dropdown container */
.ts-dropdown {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  background: #fff;
  padding: 0;
  margin-top: 2px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Dropdown options */
.ts-dropdown .option {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Hover state */
.ts-dropdown .option:hover,
.ts-dropdown .option.active {
  background: #f8f9fa;
}

/* Ensure dropdown fills width like Bootstrap */
.ts-dropdown [data-selectable] {
  width: 100%;
}

/* Fix width behavior */
.ts-wrapper {
  width: 100% !important;
}

.ts-control {
  width: 100%;
}

/* Ensure the base <select> expands full width (mobile fix) */
#faxCountry {
  width: 100%;
}

.ts-loading {
  background: url("/images/spinner.svg") no-repeat right 0.75rem center;
  background-size: 18px 18px;
  color: transparent !important;
}

/* ============================
            SECTION POLISH
            ============================ */
section {
  position: relative;
  scroll-margin-top: 90px;
}

section.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

section.section-soft {
  background: #f8f9fa;
}

section.section-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #0d6efd;
  border-radius: 4px;
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.section-lead {
  font-size: 1.05rem;
  color: #495057;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}

.icon-card {
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  padding: 1.25rem;
  height: 100%;
  background: #fff;
  transition: all 0.15s ease;
}

.icon-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
  margin-bottom: 0.75rem;
}

.check-grid li {
  list-style: none;
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}

.check-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #198754;
  font-weight: 700;
}

/* Soft badge utilities */
.bg-primary-soft {
  background-color: rgba(37, 99, 235, 0.1);
}

.bg-success-soft {
  background-color: rgba(22, 163, 74, 0.1);
}

.bg-secondary-soft {
  background-color: rgba(100, 116, 139, 0.1);
}

.bg-info-soft {
  background-color: rgba(14, 165, 233, 0.1);
}

.bg-warning-soft {
  background-color: rgba(234, 179, 8, 0.15);
}

/* Proof section rows */
.proof-row {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

/* Proof icon block */
.proof-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f1f5f9;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Subtle divider feel */
.proof-row + .proof-row {
  border-top: 1px dashed #e5e7eb;
}

/* Equal-height columns for address slots */
.address-row {
  align-items: stretch;
}

/* Make the whole slot fill column height */
.address-slot {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* The interactive area (button OR card) must fill remaining height */
.address-add-btn,
.address-card {
  flex: 1 1 auto;
  font-size: 0.9rem;
}

/* Card should stretch */
.address-card {
  display: flex;
  flex-direction: column;
  height: auto; /* let flex control it */
}

.address-card-body {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.address-text {
  font-size: 0.9rem;
}

label {
  font-size: 0.9rem;
}

@media print {
  .no-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
}
/* --------------------------------
   Bootstrap Tooltip Width Overrides
---------------------------------- */
.tooltip {
  --bs-tooltip-max-width: 220px;
}

@media (min-width: 576px) {
  .tooltip {
    --bs-tooltip-max-width: 260px;
  }
}
@media (min-width: 768px) {
  .tooltip {
    --bs-tooltip-max-width: 320px;
  }
}
@media (min-width: 992px) {
  .tooltip {
    --bs-tooltip-max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .tooltip {
    --bs-tooltip-max-width: 420px;
  }
}

/*# sourceMappingURL=site.css.map */
