:root {

  --ft-primary: #0f172a;

  --ft-primary-contrast: #f8fbff;

  --ft-accent: #0ea5e9;

  --ft-accent-strong: #0284c7;

  --ft-success: #10b981;

  --ft-warning: #facc15;

  --ft-muted: #6b7280;

  --ft-border: rgba(15, 23, 42, 0.1);

  --ft-card-bg: #ffffff;

  --ft-body-bg: #f4f7fc;

  --ft-radius-lg: 28px;

  --ft-radius-md: 18px;

  --ft-radius-sm: 12px;

  --ft-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.08);

  --ft-shadow-md: 0 18px 40px rgba(15, 23, 42, 0.12);

  --ft-transition: 180ms ease;

  --ft-font-sans: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;

  --ft-font-display: 'Cal Sans', 'Inter', 'Segoe UI', sans-serif;

}



*,

*::before,

*::after {

  box-sizing: border-box;

}



body {

  font-family: var(--ft-font-sans);

  background: var(--ft-body-bg);

  color: rgba(15, 23, 42, 0.92);

  line-height: 1.6;

  letter-spacing: 0.01em;

  padding-top: 84px;

  position: relative;

  overflow-x: hidden;

}



body::before {

  content: '';

  position: fixed;

  inset: -20% -10%;

  background:

    radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.25), transparent 55%),

    radial-gradient(circle at 80% 10%, rgba(16, 185, 129, 0.2), transparent 45%),

    radial-gradient(circle at 50% 80%, rgba(59, 130, 246, 0.15), transparent 50%);

  opacity: 0.5;

  z-index: -2;

  pointer-events: none;

}



a {

  color: var(--ft-accent-strong);

  text-decoration: none;

  transition: color var(--ft-transition);

}



a:hover {

  color: var(--ft-primary);

  text-decoration: none;

}



a.text-dark:hover {

  text-decoration: underline;

  color: #0d6efd;

}



img {

  max-width: 100%;

  display: block;

}



#howit-homeowner-pane .process-index {

  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);

  color: #fff;

}



#howit-tradie-pane .process-index {

  background: linear-gradient(135deg, #10b981 0%, #059669 100%);

  color: #fff;

}



#howitTabs .nav-link {

  border-radius: 50rem;

  padding: 0.5rem 1.25rem;

  font-weight: 500;

  transition: all 0.2s ease-in-out;

  color: #555;

  background-color: #ffffff;

  border: none;

}



#howitTabs .nav-link:hover {

  background-color: #e2e6ea;

  color: #000;

}



#howitTabs #howit-homeowner-tab.active {

  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);

  border:none;

  color: #fff;

  box-shadow: 0 0 0.5rem rgba(13, 110, 253, 0.4);

}





#howitTabs #howit-tradie-tab.active {

  background: linear-gradient(135deg, #10b981 0%, #059669 100%);

  border:none;

  color: #fff;

  box-shadow: 0 0 0.5rem rgba(25, 135, 84, 0.4);

}

.faq-tabs-wrapper,

.faq-tab-content,

.faq-section {

  background: transparent !important;

  box-shadow: none !important;

  backdrop-filter: none !important;

}



.ratio iframe {

  border-radius: 8px;

  box-shadow: 0 2px 10px rgba(0,0,0,0.1);

}











/* Base FAQ tab style */

#faqTabs .nav-link {

  border-radius: 50rem;

  padding: 0.5rem 1.25rem;

  font-weight: 500;

  transition: all 0.2s ease-in-out;

  color: #555;

  background-color: #ffffff;

  border: none;

}



.dashboard-section {

  margin-top: 5rem;

  clear: both;

  display: block;

  position: relative;

  z-index: 1;

}



/* Hover */

#faqTabs .nav-link:hover {

  background-color: #e2e6ea;

  color: #000;

}



/* Active Homeowner tab */

#faqTabs #homeowner-tab.active {

  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);

  color: #fff;

  box-shadow: 0 0 0.5rem rgba(13, 110, 253, 0.4);

  border: none;

}



/* Active Tradie tab */

#faqTabs #tradie-tab.active {

  background: linear-gradient(135deg, #10B981 0%, #059669 100%);

  color: #fff;

  box-shadow: 0 0 0.5rem rgba(25, 135, 84, 0.4);

  border: none;

}



/* Homeowner (Blue) */

#homeowner-pane .accordion-button:not(.collapsed) {

  color: var(--ft-accent-strong);

  background: rgba(14, 165, 233, 0.08);

}



/* Tradie (Green) */

#tradie-pane .accordion-button:not(.collapsed) {

  color: #047857;

  background: rgba(16, 185, 129, 0.08);

}











.navbar {

  background: rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(12px);

  border-bottom: 1px solid rgba(15, 23, 42, 0.04);

  transition: background var(--ft-transition), box-shadow var(--ft-transition);

}



.navbar-brand img {

  filter: drop-shadow(0 5px 18px rgba(14, 165, 233, 0.18));

}



.navbar .nav-link {

  font-weight: 600;

  color: var(--ft-primary);

  padding: 0.45rem 0.9rem;

  border-radius: 999px;

  transition: background var(--ft-transition), color var(--ft-transition);

}



.navbar .nav-link:hover,

.navbar .nav-link:focus,

.navbar .nav-link.active {

  background: rgba(14, 165, 233, 0.12);

  color: var(--ft-accent-strong);

}



.navbar .btn {

  font-weight: 600;

  border-radius: 999px;

  padding-inline: 1.2rem;

}



main {

  min-height: 60vh;

  padding-top: 0.25rem;
}

@media (min-width: 768px) {

  main {

    padding-top: 0.5rem;

  }
}

main > .container > :first-child {

  margin-top: 0;

}



section {

  margin-block: 2.5rem;

}

@media (max-width: 767.98px) {

  section {

    margin-block: 2rem;

  }

}



.page-header {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 1.5rem;

  margin-bottom: 2rem;

}



.page-title {

  font-family: var(--ft-font-display);

  font-size: clamp(2rem, 2.8vw + 1rem, 3rem);

  margin-bottom: 0.75rem;

  color: var(--ft-primary);

}



.page-subtitle {

  color: var(--ft-muted);

  max-width: 640px;

}



.btn {

  border-radius: 999px;

  padding-inline: 1.5rem;

  padding-block: 0.65rem;

  font-weight: 600;

  letter-spacing: 0.01em;

  transition: transform var(--ft-transition), box-shadow var(--ft-transition);

}



.btn:hover {

  transform: translateY(-2px);

  box-shadow: var(--ft-shadow-sm);

}



.btn-primary {

  background: linear-gradient(135deg, var(--ft-accent) 0%, var(--ft-accent-strong) 100%);

  border: none;

}



.btn-primary:hover {

  background: linear-gradient(135deg, var(--ft-accent-strong) 0%, var(--ft-primary) 100%);

}



.btn-success {

  background: linear-gradient(135deg, var(--ft-success) 0%, #059669 100%);

  border: none;

}



.btn-outline-primary {

  border-width: 2px;

  color: var(--ft-accent-strong);

  border-color: rgba(14, 165, 233, 0.45);

}



.btn-outline-primary:hover {

  background: rgba(14, 165, 233, 0.12);

  border-color: transparent;

  color: var(--ft-primary);

}



.card {

  border: none;

  border-radius: var(--ft-radius-lg);

  box-shadow: var(--ft-shadow-sm);

  background: var(--ft-card-bg);

  overflow: hidden;

}



.card-header,

.card-footer {

  background: rgba(248, 250, 255, 0.65);

  border: none;

}



.card-title {

  font-family: var(--ft-font-display);

}



.badge {

  border-radius: 999px;

  padding: 0.45rem 0.9rem;

  font-weight: 600;

  letter-spacing: 0.02em;

}



.text-muted {

  color: var(--ft-muted) !important;

}



.hero {

  position: relative;

  padding: clamp(4rem, 6vw + 2rem, 6rem) clamp(1.5rem, 7vw, 6rem);

  border-radius: 40px;

  background:

    radial-gradient(circle at 15% -10%, rgba(14, 165, 233, 0.45), transparent 45%),

    radial-gradient(circle at 85% 20%, rgba(16, 185, 129, 0.32), transparent 55%),

    linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);

  color: var(--ft-primary-contrast);

  overflow: hidden;

}



.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    rgba(148, 163, 184, 0.18),
    rgba(148, 163, 184, 0.18) 12px,
    transparent 12px,
    transparent 26px
  );
  opacity: 0.22;
  transform: none;
}



.hero::after {

  content: '';

  position: absolute;

  inset: 0;

  background: radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.18), transparent 55%);

  mix-blend-mode: screen;

}



.hero-content {

  position: relative;

  z-index: 2;

  max-width: 640px;

}



.hero-eyebrow {

  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  padding: 0.45rem 0.9rem;

  border-radius: 999px;

  background: rgba(15, 23, 42, 0.28);

  font-weight: 600;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  font-size: 0.75rem;

  margin-bottom: 1.5rem;

}



.hero-title {

  font-family: var(--ft-font-display);

  font-size: clamp(2.5rem, 3.8vw + 1rem, 4.2rem);

  line-height: 1.05;

  margin-bottom: 1.5rem;

}



.hero-text {

  font-size: 1.125rem;

  color: rgba(248, 251, 255, 0.78);

  margin-bottom: 2rem;

}



.hero-actions {

  display: flex;

  flex-wrap: wrap;

  gap: 1rem;

}



.hero-preview-btn {

  box-shadow: var(--ft-shadow-lg);

  border: none;

  min-width: 260px;

}

.hero-preview-row .btn {
  flex: 1 1 240px;
}

.hero-preview-row .btn {
  flex: 1 1 240px;
}



.join-tradie-banner__image {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



@media (max-width: 991.98px) {
  .hero.hero--flush {
    padding: clamp(4rem, 6vw + 2rem, 6rem) clamp(1.5rem, 7vw, 6rem);
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .hero.hero--flush picture {
    display: block;
    width: calc(100% + (clamp(1.5rem, 7vw, 6rem) * 2));
    margin: 1rem calc(-1 * clamp(1.5rem, 7vw, 6rem)) 0;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
  }

  .hero.hero--flush .hero-visual {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0 0 28px 28px;
    display: block;
    object-fit: cover;
  }

  .hero-actions {
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .hero-actions .btn {
    width: 280px;
    max-width: 280px;
    min-width: 280px;
    margin: 0 auto;
  }

  .join-tradie-banner > .row {
    min-height: 320px;
  }

  .join-tradie-banner__image {
    border-radius: 0 0 32px 32px;
  }
}



@media (min-width: 992px) {

  .join-tradie-banner__image {

    border-radius: 0 24px 24px 0;

  }

}



.hero-secondary-actions {

  margin-top: 0.5rem;

}



.hero-join-btn {

  border: none;

  box-shadow: 0 12px 30px rgba(79, 70, 229, 0.25);

  font-weight: 700;

}



.video-highlight {

  position: relative;

}



.video-card {

  border-radius: 32px;

  padding: clamp(1rem, 2.5vw, 1.5rem);

  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);

  background: linear-gradient(135deg, #ffffff, #f6fbff);

}




.video-card.video-card--compact {
  padding: clamp(0.25rem, 0.9vw, 0.75rem);
  border-radius: 18px;
}

.video-card-frame {

  border-radius: 18px;

  overflow: hidden;

  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);

}


.video-highlight--compact .video-card {
  padding: clamp(0.25rem, 0.9vw, 0.75rem);
  border-radius: 18px;
}

.video-highlight--compact .container {
  padding-left: 0;
  padding-right: 0;
}



.video-card-frame iframe {

  width: 100%;

  height: 100%;

}



.hero-visual {

  position: absolute;

  inset: auto -5% 0% auto;

  width: 80%;

  filter: drop-shadow(0 24px 48px rgba(15, 23, 42, 0.35));

  opacity: 0.85;

  z-index: 1;

  border-radius: 40px;

  object-fit: cover;

}



.feature-grid {

  display: grid;

  gap: 2rem;

  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

  position: relative;

}



.feature-grid::before {

  content: '';

  position: absolute;

  inset: -1.25rem 0 auto 0;

  height: 1px;

  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.08), transparent);

  pointer-events: none;

}



.feature-card {

  border-radius: var(--ft-radius-md);

  padding: 2rem;

  background: #ffffff;

  box-shadow: var(--ft-shadow-sm);

  position: relative;

  overflow: hidden;

  transition: transform var(--ft-transition), box-shadow var(--ft-transition);

}



.feature-card::after {

  content: '';

  position: absolute;

  inset: 0;

  background: radial-gradient(circle at top left, rgba(14, 165, 233, 0.08), transparent 55%);

  pointer-events: none;

}



.feature-card:hover {

  transform: translateY(-4px);

  box-shadow: var(--ft-shadow-md);

}



.feature-icon {

  display: inline-flex;

  width: 54px;

  height: 54px;

  border-radius: 16px;

  align-items: center;

  justify-content: center;

  margin-bottom: 1.25rem;

  font-size: 1.75rem;

  color: var(--ft-primary);

  background: rgba(14, 165, 233, 0.1);

}



.cta-banner {

  border-radius: var(--ft-radius-lg);

  padding: clamp(2.5rem, 4vw + 1rem, 4rem);

  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(255, 255, 255, 0.88));

  border: 1px solid rgba(14, 165, 233, 0.08);

  box-shadow: var(--ft-shadow-sm);

  text-align: center;

}



.cta-banner p {

  max-width: 680px;

  margin: 1rem auto 0;

  color: var(--ft-muted);

}



.pricing-grid {

  display: grid;

  gap: 2rem;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  margin-top: 2.5rem;

}



.pricing-card {

  position: relative;

  padding: clamp(2.25rem, 3vw + 1rem, 3rem);

  border-radius: var(--ft-radius-lg);

  background: #ffffff;

  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);

  border: 1px solid rgba(166, 177, 182, 0.685);

  transition: transform var(--ft-transition), box-shadow var(--ft-transition);

  overflow: hidden;

  --plan-accent: var(--ft-accent-strong);

}



.pricing-card::before {

  content: '';

  position: absolute;

  inset: -2px;

  border-radius: inherit;

  background: linear-gradient(135deg, rgba(14, 165, 233, 0.15), rgba(16, 185, 129, 0.15));

  opacity: 0;

  transition: opacity var(--ft-transition);

  z-index: -1;

}



.pricing-card::after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 14px;

  border-radius: var(--ft-radius-lg) var(--ft-radius-lg) 0 0;

  background: var(--plan-accent);

  z-index: 1;

  pointer-events: none;

}



.pricing-card.plan-basic {

  --plan-accent: #d1d5db;

  border-color:#d1d5db;

}



.pricing-card.plan-pro {

  --plan-accent: #0a75ff;

  border: 1px solid rgba(100, 162, 190, 0.685);

}



.pricing-card.plan-business {

  --plan-accent: #00a86b;

  border: 1px solid rgba(106, 202, 149, 0.685);

}



.secure-payment-note {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 0.4rem;

  font-size: 0.85rem;

  color: rgba(109, 113, 115, 0.95);

  text-align: center;

  border-top: 1px solid rgba(14, 165, 233, 0.12);

  border-radius: var(--ft-radius-pill);

  padding: 0.35rem 0.75rem;

}



.secure-payment-note i {

  color: #0ea5e9;

  font-size: 1rem;

}



.prorated-explainer {

  display: flex;

  gap: 1rem;

  padding: 1.5rem;

  border-radius: var(--ft-radius-lg);

  border: 1px solid rgba(14, 165, 233, 0.2);

  background: rgba(14, 165, 233, 0.08);

  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);

  align-items: flex-start;

}



.prorated-explainer__icon {

  width: 54px;

  height: 54px;

  border-radius: 16px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background: #fff;

  color: var(--ft-accent-strong);

  font-size: 1.5rem;

  box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.25);

}


@media (max-width: 576px) {

  .prorated-explainer {

    flex-direction: column;

  }



  .prorated-explainer__icon {

    width: 44px;

    height: 44px;

    font-size: 1.2rem;

  }

}



.pricing-card:hover {

  transform: translateY(-6px);

  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);

}



.pricing-card:hover::before {

  opacity: 0.5;

}



.pricing-card.featured {

  border: 2px solid rgba(14, 165, 233, 0.35);

  box-shadow: var(--ft-shadow-md);

}



.plan-featured-badge {

  display: inline-flex;

  align-items: center;

  gap: 0.35rem;

  padding: 0.2rem 0.95rem;

  border-radius: 999px;

  background: rgba(10, 117, 255, 0.12);

  border: 1px solid rgba(10, 117, 255, 0.25);

  color: var(--plan-accent, var(--ft-primary));

  font-weight: 600;

  font-size: 0.9rem;

  line-height: 1.2;

  white-space: nowrap;

  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);

}



.plan-featured-badge i {

  color: currentColor;

  font-size: 1rem;

}



.plan-title {

  display: inline-flex;

  align-items: center;

  gap: 0.4rem;

}



.plan-title-icon {

  font-size: 1.35rem;

  color: var(--plan-accent, var(--ft-primary));

  margin-right: 0.35rem;

  line-height: 1;

}



.plan-title-icon--group {

  position: relative;

  width: 1.5rem;

  height: 1.5rem;

  border-radius: 50%;

  border: 1.5px solid currentColor;

  display: inline-flex;

  align-items: center;

  justify-content: center;

}



.plan-title-icon--group i {

  font-size: 1.15rem;

  line-height: 1;

}



.business-modal {

  border-radius: var(--ft-radius-lg);

  border: 1px solid rgba(5, 150, 105, 0.12);

  background: #ffffff;

  box-shadow: 0 25px 60px rgba(2, 44, 34, 0.2);

  position: relative;

  overflow: hidden;

}



.business-modal::before {

  content: '';

  position: absolute;

  inset: 0;

  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(14, 165, 233, 0.08));

  opacity: 0.6;

  pointer-events: none;

}



.business-modal__header,

.business-modal__body {

  position: relative;

  z-index: 2;

}



.business-modal__header {

  background: transparent;

}



.business-modal__badge {

  display: inline-flex;

  align-items: center;

  gap: 0.35rem;

  padding: 0.2rem 0.75rem;

  border-radius: var(--ft-radius-pill);

  background: rgba(16, 185, 129, 0.15);

  color: var(--ft-success);

  font-weight: 600;

  font-size: 0.9rem;

  margin-bottom: 0.7rem;

}



.business-modal__subtitle {

  color: rgba(15, 23, 42, 0.65);

  font-size: 0.92rem;

}



.business-modal__body {

  background: #ffffff;

  border-radius: var(--ft-radius-lg);

  padding: 1.5rem;

  border: 1px solid rgba(14, 165, 233, 0.1);

  box-shadow: 0 12px 32px rgba(2, 44, 34, 0.08);

}



.business-modal__stats {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));

  gap: 1rem;

  padding: 0.8rem 1rem;

  border: 1px solid rgba(14, 165, 233, 0.18);

  border-radius: var(--ft-radius-md);

  background: rgba(14, 165, 233, 0.08);

}



.business-modal__stat-label {

  display: block;

  font-size: 0.8rem;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  color: rgba(15, 23, 42, 0.55);

}



.business-modal__range {

  position: relative;

}



.business-modal__range .form-range {

  accent-color: var(--ft-success);

}



.business-modal__range .form-range::-webkit-slider-thumb,

.business-modal__range .form-range::-moz-range-thumb {

  background: var(--ft-success);

}



.business-modal__estimate {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0.85rem 1rem;

  border-radius: var(--ft-radius-md);

  background: rgba(16, 185, 129, 0.08);

  border: 1px solid rgba(16, 185, 129, 0.25);

  font-weight: 600;

}



.business-modal__summary {

  color: rgba(15, 23, 42, 0.7);

  font-size: 0.9rem;

}



.business-modal__highlights {

  list-style: none;

  padding: 0;

  margin: 0;

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 0.65rem 1rem;

  color: rgba(15, 23, 42, 0.8);

  font-size: 0.9rem;

}



.business-modal__highlights li {

  display: flex;

  align-items: center;

  gap: 0.4rem;

}



.business-modal__highlights i {

  color: var(--ft-success);

  margin-right: 0.4rem;

}

.pricing-card.plan-pro .plan-featured-badge {

  background: rgba(10, 117, 255, 0.14);

  border-color: rgba(10, 117, 255, 0.35);

  color: #074eae;

}



.pricing-card .badge-soft {

  background: rgba(255, 255, 255, 0.82);

  color: var(--ft-accent-strong);

}



.pricing-price {

  display: flex;

  align-items: baseline;

  gap: 0.4rem;

  font-family: var(--ft-font-display);

  margin: 1rem 0 1.5rem;

  color: var(--ft-primary);

}



.pricing-price .value {

  font-size: clamp(2rem, 2.8vw + 1rem, 2.8rem);

}



.pricing-price .period {

  font-size: 1rem;

  color: var(--ft-muted);

  font-weight: 600;

  white-space: nowrap;

}



.plan-description {

  background: rgba(14, 165, 233, 0.08);

  border-radius: var(--ft-radius-sm);

  border: 1px solid rgba(14, 165, 233, 0.18);

  padding: 0.85rem 1rem;

  margin-bottom: 1.25rem;

  font-weight: 600;

  color: var(--ft-primary);

}



.plan-description p {

  margin: 0;

  font-size: 0.95rem;

}



.promo-inline {

  width: 100%;

  text-align: center;

}



.promo-toggle {

  display: inline-flex;

  align-items: center;

  gap: 0.35rem;

  color: #0a75ff;

  font-weight: 600;

  cursor: pointer;

  font-size: 0.9rem;

}



.promo-toggle i {

  font-size: 1rem;

}



.promo-toggle:hover,

.promo-toggle:focus-within {

  text-decoration: underline;

  opacity: 0.85;

}



.promo-inline__trigger {

  display: inline-flex;

  align-items: center;

  gap: 0.2rem;

  border: none;

  background: transparent;

  color: inherit;

  font-weight: inherit;

  font-size: inherit;

  padding: 0;

  transition: none;

}



.promo-inline__trigger:hover,

.promo-inline__trigger:focus-visible {

  color: inherit;

  background: transparent;

}



.promo-inline__form {

  width: 100%;

}



.promo-input {

  border-radius: var(--ft-radius-pill);

  border: 1px solid rgba(14, 165, 233, 0.4);

  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);

  padding: 0.65rem 1rem;

}



.promo-help {

  margin-top: 0.35rem;

}



.plan-cta-btn {

  border-radius: var(--ft-radius-md);

  border: none;

  background: linear-gradient(135deg, #16a34a 0%, #059669 100%);

  color: #fff;

  font-weight: 600;

  box-shadow: 0 12px 28px rgba(5, 150, 105, 0.35);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 0.4rem;

  padding: 0.65rem 1.35rem;

  transition: transform var(--ft-transition), box-shadow var(--ft-transition), background var(--ft-transition);

}



.plan-cta-btn__label {

  display: inline-flex;

  align-items: center;

  line-height: 1.1;

}



.plan-cta-btn:hover,

.plan-cta-btn:focus-visible {

  background: linear-gradient(135deg, #22c55e 0%, #047857 100%);

  color: #fff;

  transform: translateY(-2px);

  box-shadow: 0 16px 34px rgba(5, 150, 105, 0.35);

}



.plan-cta-btn:disabled,

.plan-cta-btn.disabled {

  opacity: 0.8;

  cursor: not-allowed;

  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);

  transform: none;

}



.plan-cta-btn--current {

  background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(229, 231, 235, 0.98) 100%);

  color: rgba(55, 65, 81, 0.95);

  border: 1px solid rgba(107, 114, 128, 0.4);

  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);

}



.plan-cta-btn--current:hover,

.plan-cta-btn--current:focus-visible {

  transform: none;

  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);

}



.pricing-feature {

  display: flex;

  align-items: center;

  gap: 0.65rem;

  padding: 0.5rem 0;

  color: rgba(15, 23, 42, 0.82);

}



.pricing-feature i {

  color: var(--ft-success);

}



.pricing-footer {

  margin-top: 2rem;

}



.stat-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 1.5rem;

  margin-top: 2rem;

}



.stat-card {

  position: relative;

  padding: 1.75rem 2rem;

  background: rgba(255, 255, 255, 0.86);

  border-radius: var(--ft-radius-lg);

  border: 1px solid rgba(14, 165, 233, 0.12);

  box-shadow: var(--ft-shadow-sm);

  overflow: hidden;

  display: flex;

  flex-direction: column;

  gap: 0.75rem;

}



.stat-card::after {

  content: '';

  position: absolute;

  inset: 0;

  background: radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.12), transparent 55%);

  pointer-events: none;

}



.stat-icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 52px;

  height: 52px;

  border-radius: 16px;

  font-size: 1.65rem;

  color: var(--ft-accent-strong);

  background: linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(14, 165, 233, 0.06));

  box-shadow: 0 12px 28px -18px rgba(14, 165, 233, 0.45);

}



.stat-title {

  font-family: var(--ft-font-display);

  font-size: clamp(1.2rem, 1.3vw + 0.8rem, 1.6rem);

  color: var(--ft-primary);

  margin: 0;

}



.stat-value {

  display: block;

  font-family: var(--ft-font-display);

  font-size: clamp(1.5rem, 1.8vw + 0.9rem, 2.2rem);

  color: var(--ft-primary);

  margin-bottom: 0.35rem;

}



.stat-caption {

  color: rgba(15, 23, 42, 0.72);

  font-weight: 500;

  letter-spacing: 0.015em;

  line-height: 1.6;

}



.process-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

  gap: 2rem;

  margin-top: 2.5rem;

}



.process-step {

  position: relative;

  padding: 2rem;

  border-radius: var(--ft-radius-lg);

  background: #ffffff;

  box-shadow: var(--ft-shadow-sm);

  border: 1px solid rgba(15, 23, 42, 0.08);

  transition: transform var(--ft-transition), box-shadow var(--ft-transition);

}



.process-step:hover {

  transform: translateY(-4px);

  box-shadow: var(--ft-shadow-md);

}



.process-index {

  width: 42px;

  height: 42px;

  border-radius: 14px;

  background: rgba(14, 165, 233, 0.18);

  color: var(--ft-accent-strong);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;

  margin-bottom: 1rem;

}



.testimonial-grid {

  display: grid;

  gap: 2rem;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  margin-top: 2.5rem;

}



.testimonial-card {

  position: relative;

  padding: 2.25rem;

  border-radius: var(--ft-radius-lg);

  background: linear-gradient(140deg, rgba(14, 165, 233, 0.08), rgba(14, 165, 233, 0.02));

  border: 1px solid rgba(14, 165, 233, 0.12);

  box-shadow: var(--ft-shadow-sm);

}



.promise-card {

  background: linear-gradient(150deg, rgba(14, 165, 233, 0.08), rgba(255, 255, 255, 0.94));

  border: 1px solid rgba(14, 165, 233, 0.18);

  display: flex;

  flex-direction: column;

  gap: 0.75rem;

}



.promise-card::before {

  display: none;

}



.promise-grid {

  gap: 1.75rem;

}



.promise-title {

  font-family: var(--ft-font-display);

  color: var(--ft-primary);

  font-size: clamp(1.25rem, 1.4vw + 0.9rem, 1.7rem);

  margin: 0;

}



.promise-text {

  color: rgba(15, 23, 42, 0.74);

  font-weight: 500;

  line-height: 1.6;

  margin: 0;

}



.testimonial-card::before {

  content: '"';

  position: absolute;

  top: 1rem;

  left: 1.5rem;

  font-family: var(--ft-font-display);

  font-size: 4rem;

  color: rgba(14, 165, 233, 0.2);

}



.testimonial-quote {

  font-size: 1.05rem;

  color: rgba(15, 23, 42, 0.88);

  margin-bottom: 1.25rem;

}



.testimonial-meta {

  font-weight: 600;

  color: var(--ft-primary);

}



.testimonial-meta span {

  display: block;

  color: var(--ft-muted);

  font-weight: 500;

  margin-top: 0.25rem;

}

.home-testimonials {

  padding: clamp(1.5rem, 2vw + 1rem, 3rem);

  border-radius: var(--ft-radius-xl);

  border: 1px solid rgba(14, 165, 233, 0.12);

  background: linear-gradient(140deg, rgba(14, 165, 233, 0.08), rgba(255, 255, 255, 0.94));

  box-shadow: 0 16px 36px rgba(15, 76, 129, 0.08);

}

.home-testimonial-track {

  display: grid;

  grid-auto-flow: column;

  grid-auto-columns: minmax(280px, 1fr);

  gap: 1rem;

  align-items: stretch;

  overflow-x: auto;

  scroll-snap-type: x mandatory;

  padding: 0.25rem 0.35rem 1rem;

}

.home-testimonial-track::-webkit-scrollbar {

  height: 8px;

}

.home-testimonial-track::-webkit-scrollbar-thumb {

  background: rgba(14, 165, 233, 0.4);

  border-radius: 999px;

}

.home-testimonial-card {

  min-width: min(320px, 92vw);

  max-width: 460px;

  scroll-snap-align: start;

  box-shadow: 0 12px 30px rgba(14, 165, 233, 0.12);

  display: flex;

  flex-direction: column;

  gap: 0.75rem;

  position: relative;

}

@media (min-width: 992px) {

  .home-testimonial-track {

    grid-auto-columns: minmax(320px, 1fr);

  }

}

@media (max-width: 640px) {

  .home-testimonial-track {

    grid-auto-columns: minmax(92vw, 1fr);

    gap: 0.5rem;

  }

  .home-testimonial-card {

    min-width: 92vw;

    max-width: 94vw;

    padding: 1rem;

  }

  .home-testimonial-trade {

    font-size: 0.85rem;

  }

}

.home-testimonial-quote {

  font-size: 1rem;

  line-height: 1.6;

  color: rgba(15, 23, 42, 0.9);

}

.home-testimonial-trade {
  max-width: 100%;
  white-space: normal;
  text-align: left;
  word-break: break-word;
  line-height: 1.3;
  font-size: 0.95rem;
}

.home-testimonial-controls .btn {

  width: 44px;

  height: 44px;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 6px 14px rgba(15, 76, 129, 0.15);

}

.home-testimonial-rating i {

  color: #f7c948;

  font-size: 1rem;

}

.home-testimonial-stars {

  display: inline-flex;

  gap: 0.15rem;

  align-items: center;

  line-height: 1;

}

.home-testimonial-rating {

  display: inline-flex;

  align-items: center;

  gap: 0.4rem;

  line-height: 1;

  flex: 1 0 auto;

}

.home-testimonial-score {

  font-weight: 600;

  color: rgba(15, 23, 42, 0.7);

  font-size: 0.95rem;

}

.home-testimonial-meta {

  border-top: 1px solid rgba(14, 165, 233, 0.12);

  padding-top: 0.75rem;

  margin-top: auto;

}

.job-chat-card {
  border: 2px solid rgba(16, 185, 129, 0.28);
  box-shadow: 0 14px 30px rgba(4, 120, 87, 0.08);
  background: linear-gradient(145deg, rgba(16, 185, 129, 0.14), rgba(240, 253, 249, 0.96)) !important;
  background-color: #f3fdf7;
}

.job-chat-card .card-body {
  background: linear-gradient(145deg, rgba(16, 185, 129, 0.08), rgba(255, 255, 255, 0.98)) !important;
  background-color: #fbfefc;
}

.job-chat-message {
  border-radius: var(--ft-radius-md);
  border: 1px solid rgba(16, 185, 129, 0.25);
  background: rgba(255, 255, 255, 0.96);
  transition: background-color 0.2s ease;
}

.job-chat-message--outbound {
  border-color: rgba(16, 185, 129, 0.55);
  background: rgba(16, 185, 129, 0.14);
}

.job-chat-meta {
  color: rgba(15, 23, 42, 0.6);
  font-size: 0.85rem;
}



.list-card {

  display: flex;

  flex-direction: column;

  gap: 0.75rem;

  border-radius: var(--ft-radius-md);

  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 252, 0.92));

  border: 1px solid rgba(15, 23, 42, 0.06);

  padding: 1.75rem;

  position: relative;

  box-shadow: var(--ft-shadow-sm);

  transition: transform var(--ft-transition), box-shadow var(--ft-transition), border-color var(--ft-transition);

}



.list-card:hover {

  box-shadow: var(--ft-shadow-md);

  border-color: rgba(14, 165, 233, 0.18);

  transform: translateY(-3px);

}



.list-card--specialty {

  border-color: rgba(34, 197, 94, 0.45);

  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.08);

}



.list-card--category {

  border-color: rgba(59, 130, 246, 0.35);

  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.05);

}



.checkbox-grid {

  list-style: none;

  margin: 0;

  padding: 0;

  display: grid;

  gap: 0.5rem 1.5rem;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

}



.checkbox-grid li {

  margin: 0;

}



.checkbox-grid li label {

  display: flex;

  align-items: center;

  gap: 0.5rem;

  font-weight: 500;

}



.checkbox-grid input[type="checkbox"] {

  margin-top: 0;

}



.specialty-search {

  min-width: 220px;

}



.specialty-accordion .accordion-button {

  background: rgba(15, 23, 42, 0.02);

  font-weight: 600;

}



.specialty-accordion .accordion-body {

  padding: 1rem 1.25rem;

}



.specialty-accordion .form-check {

  margin-bottom: 0;

}



.specialty-option.is-hidden-by-search {

  display: none !important;

}



.specialty-group.is-hidden-group {

  display: none;

}



.specialty-option.is-search-hit .form-check-label {

  font-weight: 600;

  color: rgb(2, 132, 199);

}



.role-toggle .btn {

  transition: transform var(--ft-transition), box-shadow var(--ft-transition);

}



.role-toggle .btn:hover {

  transform: translateY(-1px);

  box-shadow: var(--ft-shadow-sm);

}



.role-toggle .btn-check:checked + .btn {

  box-shadow: 0 8px 20px rgba(14, 116, 144, 0.25);

  transform: translateY(-2px);

}



.role-toggle .btn-check:checked + .btn.btn-primary {

  background: linear-gradient(135deg, #2563eb, #1d4ed8);

  border-color: #1d4ed8;

}



.role-toggle .btn-check:checked + .btn.btn-success {

  background: linear-gradient(135deg, #16a34a, #15803d);

  border-color: #15803d;

}



.role-toggle .btn-check:checked + .btn .bi {

  animation: role-pulse 0.4s ease-in-out;

}



@keyframes role-pulse {

  0% {

    transform: scale(1);

  }

  50% {

    transform: scale(1.15);

  }

  100% {

    transform: scale(1);

  }

}



.faq-page {

  position: relative;

}



.faq-tabs-wrapper {

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 252, 0.88));

  border-radius: var(--ft-radius-md);

  padding: 1rem;

  border: 1px solid rgba(14, 165, 233, 0.08);

  box-shadow: var(--ft-shadow-sm);

}



.faq-tabs .nav-link {

  border-radius: 999px;

  font-weight: 600;

  color: var(--ft-muted);

  background: transparent;

  border: 1px solid transparent;

  padding-inline: 1.25rem;

  transition: background var(--ft-transition), color var(--ft-transition), box-shadow var(--ft-transition);

}



.faq-tabs .nav-link:hover {

  color: var(--ft-accent-strong);

  background: rgba(14, 165, 233, 0.08);

}



.faq-tabs .nav-link.active {

  background: linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(14, 165, 233, 0.32));

  color: var(--ft-primary);

  box-shadow: 0 12px 24px rgba(14, 165, 233, 0.18);

  border-color: rgba(14, 165, 233, 0.25);

}



.faq-tab-content {

  min-height: 26rem;

}



.faq-accordion .accordion-item {

  margin-bottom: 1rem;

  border: 1px solid rgba(14, 165, 233, 0.08);

  border-radius: var(--ft-radius-md);

  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));

  box-shadow: var(--ft-shadow-sm);

  overflow: hidden;

  transition: box-shadow var(--ft-transition);

}



.faq-accordion .accordion-item:hover {

  box-shadow: var(--ft-shadow-md);

}



.faq-accordion .accordion-header {

  scroll-margin-top: 120px;

}



.faq-accordion .accordion-button {

  font-weight: 600;

  color: var(--ft-primary);

  padding: 1.2rem 1.5rem;

  background: transparent;

  box-shadow: none;

  transition: background var(--ft-transition), color var(--ft-transition);

}



.faq-accordion .accordion-button:focus {

  border-color: transparent;

  box-shadow: none;

}



.faq-accordion .accordion-button:not(.collapsed) {

  color: var(--ft-accent-strong);

  background: rgba(14, 165, 233, 0.08);

  box-shadow: inset 0 -1px 0 rgba(14, 165, 233, 0.12);

}



.faq-accordion .accordion-button::after {

  filter: hue-rotate(180deg) saturate(1.2);

}



.faq-accordion .accordion-body {

  padding: 1.25rem 1.5rem 1.5rem;

  color: var(--ft-muted);

  font-weight: 500;

  border-top: 1px solid rgba(14, 165, 233, 0.12);

}



.faq-accordion .accordion-collapse {

  transition: height 0.35s ease;

}



.badge-soft {

  background: rgba(14, 165, 233, 0.12);

  color: var(--ft-accent-strong);

}



.badge-soft-neutral {

  background: rgba(15, 23, 42, 0.06);

  color: var(--ft-primary);

}



.profile-badge {

  display: inline-flex;

  align-items: center;

  gap: 0.35rem;

  padding: 0.25rem 0.9rem;

  border-radius: 999px;

  font-weight: 600;

  font-size: 0.85rem;

  letter-spacing: 0.03em;

  line-height: 1.2;

  flex: 0 0 auto;

  white-space: nowrap;

  cursor: pointer;

  transition: transform 0.2s ease, box-shadow 0.2s ease;

}



.profile-badge-row {

  display: flex;

  flex-wrap: wrap;

  gap: 0.6rem;

  align-items: center;

}



.profile-badge i {

  font-size: 0.95rem;

  line-height: 1;

}



.profile-badge svg {

  align-self: center;

}





.badge-modal-overlay {

  position: fixed;

  inset: 0;

  background: rgba(15, 23, 42, 0.65);

  display: none;

  justify-content: center;

  align-items: center;

  padding: 1.5rem;

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.2s ease;

  z-index: 1080;

}



.badge-modal-overlay.is-visible {

  display: flex;

  opacity: 1;

  pointer-events: all;

}



.badge-modal-window {

  max-width: 460px;

  width: 100%;

  background: #ffffff;

  border-radius: 20px;

  padding: 1.75rem;

  box-shadow: 0 25px 45px rgba(15, 23, 42, 0.2);

  position: relative;

  text-align: left;

  border: 1px solid rgba(15, 23, 42, 0.08);

}



.badge-modal-window--founder {

  background: linear-gradient(135deg, rgba(252, 239, 210, 0.9), rgba(247, 214, 149, 0.9));

  border-color: linear-gradient(135deg, rgba(165, 118, 16, 0.9), rgba(160, 112, 16, 0.9));

}



.badge-modal-window--verification {

  background: linear-gradient(135deg, rgba(222, 245, 255, 0.95), rgba(182, 231, 255, 0.95));

  border-color: rgba(46, 120, 165, 0.3);

}



.badge-modal-window--insurance {

  background: linear-gradient(135deg, rgba(219, 250, 233, 0.95), rgba(180, 237, 203, 0.95));

  border-color: rgba(44, 137, 95, 0.3);

}



.badge-modal-title {

  font-size: 1.1rem;

  font-weight: 700;

  margin-bottom: 0.75rem;

  color: var(--ft-primary);

}



.badge-modal-window p {

  color: #1f2632;

  margin-bottom: 0.75rem;

}



.badge-modal-window .text-muted {

  color: rgba(15, 23, 42, 0.65) !important;

  margin-bottom: 0;

}



.badge-modal-close {

  position: absolute;

  top: 0.75rem;

  right: 0.75rem;

  border: none;

  background: transparent;

  font-size: 1.5rem;

  line-height: 1;

  color: rgba(15, 23, 42, 0.5);

}



.badge-modal-close:hover {

  color: rgba(15, 23, 42, 0.9);

}



.badge-modal-open {

  overflow: hidden;

}



.profile-badge--founder {

  position: relative;

  color: #3b2c09;

  background: linear-gradient(135deg, #fef9ec 0%, #f3d783 32%, #d0a443 68%, #f7e4b3 100%);

  box-shadow: 0 6px 16px rgba(87, 63, 10, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.5);

  border: 1px solid rgba(119, 84, 10, 0.45);

  overflow: hidden;

}



.profile-badge--founder::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;

  height: 100%;

  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: skewX(-20deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.profile-badge--founder::after {
  animation: founder-shimmer-cycle 60s linear infinite;
  animation-delay: 10s;
}




.profile-badge--founder:hover::after {

  animation: founder-shimmer 1.2s ease forwards;

}



@keyframes founder-shimmer {
  0% {
    left: -120%;
    opacity: 0;
  }

  30% {

    opacity: 0.8;

  }

  100% {

    left: 130%;
    opacity: 0;
  }
}

@keyframes founder-shimmer-cycle {
  0% {
    left: -120%;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  10% {
    left: 130%;
    opacity: 0;
  }
  100% {
    left: 130%;
    opacity: 0;
  }
}




.profile-badge--founder i {

  color: #845700;

  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);

}



.profile-badge--pending {

  color: #5a647a;

  background: rgba(92, 104, 129, 0.12);

  border: 1px solid rgba(92, 104, 129, 0.25);

}



.profile-badge--verified {

  color: #0f4e5f;

  background: linear-gradient(135deg, #d8f6ff, #9fe3ff);

  border: 1px solid rgba(15, 78, 95, 0.2);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

}



.profile-badge--verified i {

  color: #0f4e5f;

}



.profile-badge--insured {

  color: #0f5132;

  background: linear-gradient(135deg, #e7f7ef, #a7f0c0);

  border: 1px solid rgba(15, 81, 50, 0.2);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

}



.profile-badge--insured i {

  color: #0a6c3d;

}



.document-list .document-row {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 1rem;

}



.document-list .document-meta {

  min-width: 0;

  flex: 1;

}



.document-list .document-name {

  display: block;

  font-weight: 600;

  color: var(--ft-primary);

  text-decoration: none;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.document-list .document-name:hover {

  text-decoration: underline;

}



.text-premium {

  font-weight: 400;

  background: linear-gradient(90deg,#7a620a 0%, #bd9617 30%, #9c7e19 40%,  #7a620a 75%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  color: #8d5304;

}



.status-panel {

  border-radius: 16px;

  padding: 1.25rem 1.5rem;

  margin-bottom: 1.5rem;

}



.status-panel--verification {

  background: linear-gradient(135deg, rgba(190, 231, 255, 0.6), rgba(173, 226, 255, 0.95));

}



.status-panel--insurance {

  background: linear-gradient(135deg, rgba(204, 244, 224, 0.6), rgba(164, 232, 195, 0.95));

}



.status-panel--neutral {

  background: linear-gradient(135deg, rgba(230, 233, 239, 0.7), rgba(214, 218, 227, 0.95));

  border: 1px solid rgba(148, 156, 169, 0.4);

}



.status-badge-line {

  display: flex;

  align-items: center;

  gap: 0.75rem;

  margin-bottom: 0.75rem;

  flex-wrap: wrap;

}



.status-panel h2 {

  font-size: 0.85rem;

  letter-spacing: 0.08em;

  font-weight: 700;

  color: rgba(15, 23, 42, 0.65);

}



@media (max-width: 576px) {

  .profile-badge {

    width: auto;

    min-width: 0;

    justify-content: flex-start;

    white-space: nowrap;

    font-size: 0.8rem;

    padding: 0.35rem 0.75rem;

  }

  .profile-badge-row {

    flex-direction: column;

    align-items: flex-start;

  }

  .status-badge-line {

    justify-content: flex-start;

    flex-wrap: wrap;

    text-align: left;

  }

  .document-list .document-row {

    flex-direction: column;

    align-items: flex-start;

  }

  .status-panel {

    padding: 1rem;

  }

}



.status-panel--founder {

  background: linear-gradient(135deg, rgba(248, 231, 182, 0.3), rgba(255, 255, 255, 0.85));

  border: 1px solid rgba(195, 145, 28, 0.3);

  box-shadow: 0 10px 25px rgba(92, 64, 9, 0.08);

}



.quote-card {

  border-radius: var(--ft-radius-md);

  border: 1px solid rgba(14, 165, 233, 0.08);

  padding: 1.5rem;

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 255, 0.9));

}



.quote-card--accepted {

  border-color: rgba(16, 185, 129, 0.35);

  box-shadow: 0 18px 36px rgba(16, 185, 129, 0.18);

}



.avatar-circle {

  border-radius: 50%;

  overflow: hidden;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background: rgba(14, 165, 233, 0.12);

  color: var(--ft-primary);

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.02em;

  flex-shrink: 0;

}



.avatar-circle img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.avatar-circle--lg {

  width: 96px;

  height: 96px;

  font-size: 2.25rem;

}



.avatar-circle--md {

  width: 72px;

  height: 72px;

  font-size: 1.6rem;

}



.avatar-circle--sm {

  width: 48px;

  height: 48px;

  font-size: 1.1rem;

}



.profile-photo-preview {

  width: 96px;

  height: 96px;

  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);

}



.profile-photo-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.photo-modal-button {

  border: 0;

  background: transparent;

  padding: 0;

  display: inline-flex;

  width: 100%;

  justify-content: center;

}



.photo-modal-button img {

  width: 100%;

  display: block;

}



.profile-photo-modal-link {

  border: 0;

  background: transparent;

  padding: 0;

  border-radius: 50%;

  display: inline-flex;

  width: 100%;

  height: 100%;

  align-items: center;

  justify-content: center;

  overflow: hidden;

}



.profile-photo-modal-link:focus-visible {

  outline: 2px solid var(--ft-accent);

  outline-offset: 4px;

}



.profile-photo-modal-link img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 50%;

}



.profile-photo-upload img {

  max-width: 96px;

  max-height: 96px;

}



.profile-photo-placeholder {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 100%;

  color: rgba(15, 23, 42, 0.55);

}



.profile-photo-placeholder i {

  font-size: 1.75rem;

}



.quote-avatar {

  border: 1px solid rgba(15, 23, 42, 0.12);

  background: rgba(14, 165, 233, 0.15);

}



.tradie-profile-avatar {

  border: 1px solid rgba(15, 23, 42, 0.12);

  background: rgba(14, 165, 233, 0.1);

  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);

}



.form-card {

  border-radius: var(--ft-radius-lg);

  padding: clamp(2rem, 3vw + 1rem, 3rem);

  background: #ffffff;

  box-shadow: var(--ft-shadow-md);

}



.form-card .form-label {

  font-weight: 600;

  color: var(--ft-primary);

}



.photo-upload-helper {

  border: 1px dashed var(--ft-border);

  border-radius: var(--ft-radius-sm);

  padding: 1rem;

  background: #f8fafc;

}



.photo-preview-grid,

.existing-photo-grid {

  display: flex;

  flex-wrap: wrap;

  gap: 0.75rem;

}



.photo-preview-chip,

.existing-photo-card {

  border: 1px solid var(--ft-border);

  border-radius: var(--ft-radius-sm);

  padding: 0.75rem;

  background: #ffffff;

  box-shadow: var(--ft-shadow-sm);

  width: 150px;

}



.existing-photo-card {

  text-align: center;

}



.photo-preview-chip img,

.existing-photo-card img {

  max-width: 100%;

  height: auto;

  display: block;

  margin: 0 auto;

}



.photo-preview-chip .photo-name {

  font-size: 0.85rem;

  font-weight: 600;

}



.existing-photo-card {

  position: relative;

  transition: transform var(--ft-transition), border-color var(--ft-transition), box-shadow var(--ft-transition);

}



.existing-photo-card.is-marked-for-removal {

  border-color: #dc2626;

  background: rgba(220, 38, 38, 0.05);

}



.existing-photo-card.is-marked-for-removal::after {

  content: 'Marked for removal';

  position: absolute;

  top: 0.5rem;

  right: 0.5rem;

  background: #dc2626;

  color: #fff;

  font-size: 0.65rem;

  padding: 0.1rem 0.5rem;

  border-radius: 999px;

  letter-spacing: 0.02em;

}



.primary-region-select {

  min-width: 260px;

}



@media (max-width: 991.98px) {

  .primary-region-select {

    min-width: 100%;

  }

}



.form-control,

.form-select,

.form-check-input {

  border-radius: var(--ft-radius-sm);

  border: 1px solid rgba(15, 23, 42, 0.08);

  padding-top: 0.7rem;

  padding-bottom: 0.7rem;

  box-shadow: none;

  transition: border var(--ft-transition), box-shadow var(--ft-transition);

}



.form-control:focus,

.form-select:focus,

.form-check-input:focus {

  border-color: rgba(14, 165, 233, 0.6);

  box-shadow: 0 0 0 0.25rem rgba(14, 165, 233, 0.15);

}



.alert {

  border-radius: var(--ft-radius-sm);

  border: none;

  box-shadow: var(--ft-shadow-sm);

}



footer {

  background: linear-gradient(135deg, #0f172a, #1e293b);

  color: rgba(255, 255, 255, 0.76);

}



footer a {

  color: rgba(255, 255, 255, 0.85);

}



.form-honeypot {

  position: absolute;

  left: -100vw;

  width: 1px;

  height: 1px;

  overflow: hidden;

}



.form-honeypot input {

  width: 1px;

  height: 1px;

  opacity: 0;

  pointer-events: none;

}



.preview-mask {

  border: 1px dashed #d5d9e0;

  border-radius: var(--ft-radius-sm);

  padding: 1rem 1.25rem;

  background: #f9fafc;

}



.preview-mask-title {

  font-size: 0.75rem;

  letter-spacing: 0.06em;

  font-weight: 700;

  text-transform: uppercase;

  color: var(--ft-muted);

}



.preview-mask-list {

  margin: 0;

  padding-left: 1.1rem;

  color: var(--ft-muted);

  font-size: 0.9rem;

}



.preview-list-card .badge {

  font-size: 0.78rem;

}



.sample-page-note {

  border-left: 4px solid rgba(14, 165, 233, 0.7);

}



.sample-job-badge,

.sample-job-tag {

  border: 1px dashed rgba(14, 165, 233, 0.4);

}



.sample-job-tag {

  font-weight: 600;

}





@media (max-width: 992px) {

  body {

    padding-top: 60px;

  }



  .hero {

    padding-bottom: clamp(1.5rem, 5vw, 2.5rem);

  }



  .hero::before {

    opacity: 0.18;

  }



  .hero picture {

    display: block;

    width: calc(100% + (clamp(1.5rem, 7vw, 6rem) * 2));

    margin: 1.5rem calc(-1 * clamp(1.5rem, 7vw, 6rem)) calc(-1 * clamp(1.5rem, 7vw, 6rem));

    border-radius: 36px;

    overflow: hidden;

  }



  .hero-visual {

    position: static;

    width: 100%;

    max-width: none;

    height: auto;

    margin: 0;

    transform: none;

    border-radius: 36px;

    object-fit: cover;

    display: block;

  }



  .hero-actions {

    flex-direction: column;

    align-items: stretch;

  }



  .page-header {

    flex-direction: column;

    align-items: flex-start;

  }

}



@media (prefers-reduced-motion: reduce) {

  *,

  *::before,

  *::after {

    animation-duration: 0.01ms !important;

    animation-iteration-count: 1 !important;

    transition-duration: 0.01ms !important;

    scroll-behavior: auto !important;

  }

}

.business-modal__subheading {

  font-size: 0.95rem;

  color: var(--ft-primary);

}

.business-modal__estimate {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0.85rem 1rem;

  border-radius: var(--ft-radius-md);

  background: rgba(16, 185, 129, 0.08);

  border: 1px solid rgba(16, 185, 129, 0.25);

  font-weight: 600;

}



.business-modal__summary {

  color: rgba(15, 23, 42, 0.7);

  font-size: 0.9rem;

}



.business-modal__highlights {

  list-style: none;

  padding: 0;

  margin: 0;

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 0.65rem 1rem;

  color: rgba(15, 23, 42, 0.8);

  font-size: 0.9rem;

}



.business-modal__highlights li {

  display: flex;

  align-items: center;

  gap: 0.4rem;

}



.business-modal__highlights i {

  color: var(--ft-success);

  margin-right: 0.4rem;

}

.pricing-card.plan-pro .plan-featured-badge {

  background: rgba(10, 117, 255, 0.14);

  border-color: rgba(10, 117, 255, 0.35);

  color: #074eae;

}



.pricing-card .badge-soft {

  background: rgba(255, 255, 255, 0.82);

  color: var(--ft-accent-strong);

}



.pricing-price {

  display: flex;

  align-items: baseline;

  gap: 0.4rem;

  font-family: var(--ft-font-display);

  margin: 1rem 0 1.5rem;

  color: var(--ft-primary);

}



.pricing-price .value {

  font-size: clamp(2rem, 2.8vw + 1rem, 2.8rem);

}



.pricing-price .period {

  font-size: 1rem;

  color: var(--ft-muted);

  font-weight: 600;

  white-space: nowrap;

}



.plan-description {

  background: rgba(14, 165, 233, 0.08);

  border-radius: var(--ft-radius-sm);

  border: 1px solid rgba(14, 165, 233, 0.18);

  padding: 0.85rem 1rem;

  margin-bottom: 1.25rem;

  font-weight: 600;

  color: var(--ft-primary);

}



.plan-description p {

  margin: 0;

  font-size: 0.95rem;

}



.promo-inline {

  width: 100%;

  text-align: center;

}



.promo-toggle {

  display: inline-flex;

  align-items: center;

  gap: 0.35rem;

  color: #0a75ff;

  font-weight: 600;

  cursor: pointer;

  font-size: 0.9rem;

}



.promo-toggle i {

  font-size: 1rem;

}



.promo-toggle:hover,

.promo-toggle:focus-within {

  text-decoration: underline;

  opacity: 0.85;

}



.promo-inline__trigger {

  display: inline-flex;

  align-items: center;

  gap: 0.2rem;

  border: none;

  background: transparent;

  color: inherit;

  font-weight: inherit;

  font-size: inherit;

  padding: 0;

  transition: none;

}



.promo-inline__trigger:hover,

.promo-inline__trigger:focus-visible {

  color: inherit;

  background: transparent;

}



.promo-inline__form {

  width: 100%;

}



.promo-input {

  border-radius: var(--ft-radius-pill);

  border: 1px solid rgba(14, 165, 233, 0.4);

  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);

  padding: 0.65rem 1rem;

}



.promo-help {

  margin-top: 0.35rem;

}



.plan-cta-btn {

  border-radius: var(--ft-radius-md);

  border: none;

  background: linear-gradient(135deg, #16a34a 0%, #059669 100%);

  color: #fff;

  font-weight: 600;

  box-shadow: 0 12px 28px rgba(5, 150, 105, 0.35);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 0.4rem;

  padding: 0.65rem 1.35rem;

  transition: transform var(--ft-transition), box-shadow var(--ft-transition), background var(--ft-transition);

}



.plan-cta-btn__label {

  display: inline-flex;

  align-items: center;

  line-height: 1.1;

}



.plan-cta-btn:hover,

.plan-cta-btn:focus-visible {

  background: linear-gradient(135deg, #22c55e 0%, #047857 100%);

  color: #fff;

  transform: translateY(-2px);

  box-shadow: 0 16px 34px rgba(5, 150, 105, 0.35);

}



.plan-cta-btn:disabled,

.plan-cta-btn.disabled {

  opacity: 0.8;

  cursor: not-allowed;

  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);

  transform: none;

}



.plan-cta-btn--current {

  background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(229, 231, 235, 0.98) 100%);

  color: rgba(55, 65, 81, 0.95);

  border: 1px solid rgba(107, 114, 128, 0.4);

  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);

}



.plan-cta-btn--current:hover,

.plan-cta-btn--current:focus-visible {

  transform: none;

  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);

}



.pricing-feature {

  display: flex;

  align-items: center;

  gap: 0.65rem;

  padding: 0.5rem 0;

  color: rgba(15, 23, 42, 0.82);

}



.pricing-feature i {

  color: var(--ft-success);

}



.pricing-footer {

  margin-top: 2rem;

}



.stat-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 1.5rem;

  margin-top: 2rem;

}



.stat-card {

  position: relative;

  padding: 1.75rem 2rem;

  background: rgba(255, 255, 255, 0.86);

  border-radius: var(--ft-radius-lg);

  border: 1px solid rgba(14, 165, 233, 0.12);

  box-shadow: var(--ft-shadow-sm);

  overflow: hidden;

  display: flex;

  flex-direction: column;

  gap: 0.75rem;

}



.stat-card::after {

  content: '';

  position: absolute;

  inset: 0;

  background: radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.12), transparent 55%);

  pointer-events: none;

}



.stat-icon {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 52px;

  height: 52px;

  border-radius: 16px;

  font-size: 1.65rem;

  color: var(--ft-accent-strong);

  background: linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(14, 165, 233, 0.06));

  box-shadow: 0 12px 28px -18px rgba(14, 165, 233, 0.45);

}



.stat-title {

  font-family: var(--ft-font-display);

  font-size: clamp(1.2rem, 1.3vw + 0.8rem, 1.6rem);

  color: var(--ft-primary);

  margin: 0;

}



.stat-value {

  display: block;

  font-family: var(--ft-font-display);

  font-size: clamp(1.5rem, 1.8vw + 0.9rem, 2.2rem);

  color: var(--ft-primary);

  margin-bottom: 0.35rem;

}



.stat-caption {

  color: rgba(15, 23, 42, 0.72);

  font-weight: 500;

  letter-spacing: 0.015em;

  line-height: 1.6;

}



.process-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

  gap: 2rem;

  margin-top: 2.5rem;

}



.process-step {

  position: relative;

  padding: 2rem;

  border-radius: var(--ft-radius-lg);

  background: #ffffff;

  box-shadow: var(--ft-shadow-sm);

  border: 1px solid rgba(15, 23, 42, 0.08);

  transition: transform var(--ft-transition), box-shadow var(--ft-transition);

}



.process-step:hover {

  transform: translateY(-4px);

  box-shadow: var(--ft-shadow-md);

}



.process-index {

  width: 42px;

  height: 42px;

  border-radius: 14px;

  background: rgba(14, 165, 233, 0.18);

  color: var(--ft-accent-strong);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;

  margin-bottom: 1rem;

}



.testimonial-grid {

  display: grid;

  gap: 2rem;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  margin-top: 2.5rem;

}



.testimonial-card {

  position: relative;

  padding: 2.25rem;

  border-radius: var(--ft-radius-lg);

  background: linear-gradient(140deg, rgba(14, 165, 233, 0.08), rgba(14, 165, 233, 0.02));

  border: 1px solid rgba(14, 165, 233, 0.12);

  box-shadow: var(--ft-shadow-sm);

}



.promise-card {

  background: linear-gradient(150deg, rgba(14, 165, 233, 0.08), rgba(255, 255, 255, 0.94));

  border: 1px solid rgba(14, 165, 233, 0.18);

  display: flex;

  flex-direction: column;

  gap: 0.75rem;

}



.promise-card::before {

  display: none;

}



.promise-grid {

  gap: 1.75rem;

}



.promise-title {

  font-family: var(--ft-font-display);

  color: var(--ft-primary);

  font-size: clamp(1.25rem, 1.4vw + 0.9rem, 1.7rem);

  margin: 0;

}



.promise-text {

  color: rgba(15, 23, 42, 0.74);

  font-weight: 500;

  line-height: 1.6;

  margin: 0;

}



.testimonial-card::before {

  content: '"';

  position: absolute;

  top: 1rem;

  left: 1.5rem;

  font-family: var(--ft-font-display);

  font-size: 4rem;

  color: rgba(14, 165, 233, 0.2);

}



.testimonial-quote {

  font-size: 1.05rem;

  color: rgba(15, 23, 42, 0.88);

  margin-bottom: 1.25rem;

}



.testimonial-meta {

  font-weight: 600;

  color: var(--ft-primary);

}



.testimonial-meta span {

  display: block;

  color: var(--ft-muted);

  font-weight: 500;

  margin-top: 0.25rem;

}



.list-card {

  display: flex;

  flex-direction: column;

  gap: 0.75rem;

  border-radius: var(--ft-radius-md);

  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 252, 0.92));

  border: 1px solid rgba(15, 23, 42, 0.06);

  padding: 1.75rem;

  position: relative;

  box-shadow: var(--ft-shadow-sm);

  transition: transform var(--ft-transition), box-shadow var(--ft-transition), border-color var(--ft-transition);

}



.list-card:hover {

  box-shadow: var(--ft-shadow-md);

  border-color: rgba(14, 165, 233, 0.18);

  transform: translateY(-3px);

}



.list-card--specialty {

  border-color: rgba(34, 197, 94, 0.45);

  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.08);

}



.list-card--category {

  border-color: rgba(59, 130, 246, 0.35);

  box-shadow: 0 8px 24px rgba(59, 130, 246, 0.05);

}



.checkbox-grid {

  list-style: none;

  margin: 0;

  padding: 0;

  display: grid;

  gap: 0.5rem 1.5rem;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

}



.checkbox-grid li {

  margin: 0;

}



.checkbox-grid li label {

  display: flex;

  align-items: center;

  gap: 0.5rem;

  font-weight: 500;

}



.checkbox-grid input[type="checkbox"] {

  margin-top: 0;

}



.specialty-search {

  min-width: 220px;

}



.specialty-accordion .accordion-button {

  background: rgba(15, 23, 42, 0.02);

  font-weight: 600;

}



.specialty-accordion .accordion-body {

  padding: 1rem 1.25rem;

}



.specialty-accordion .form-check {

  margin-bottom: 0;

}



.specialty-option.is-hidden-by-search {

  display: none !important;

}



.specialty-group.is-hidden-group {

  display: none;

}



.specialty-option.is-search-hit .form-check-label {

  font-weight: 600;

  color: rgb(2, 132, 199);

}



.role-toggle .btn {

  transition: transform var(--ft-transition), box-shadow var(--ft-transition);

}



.role-toggle .btn:hover {

  transform: translateY(-1px);

  box-shadow: var(--ft-shadow-sm);

}



.role-toggle .btn-check:checked + .btn {

  box-shadow: 0 8px 20px rgba(14, 116, 144, 0.25);

  transform: translateY(-2px);

}



.role-toggle .btn-check:checked + .btn.btn-primary {

  background: linear-gradient(135deg, #2563eb, #1d4ed8);

  border-color: #1d4ed8;

}



.role-toggle .btn-check:checked + .btn.btn-success {

  background: linear-gradient(135deg, #16a34a, #15803d);

  border-color: #15803d;

}



.role-toggle .btn-check:checked + .btn .bi {

  animation: role-pulse 0.4s ease-in-out;

}



@keyframes role-pulse {

  0% {

    transform: scale(1);

  }

  50% {

    transform: scale(1.15);

  }

  100% {

    transform: scale(1);

  }

}



.faq-page {

  position: relative;

}



.faq-tabs-wrapper {

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 252, 0.88));

  border-radius: var(--ft-radius-md);

  padding: 1rem;

  border: 1px solid rgba(14, 165, 233, 0.08);

  box-shadow: var(--ft-shadow-sm);

}



.faq-tabs .nav-link {

  border-radius: 999px;

  font-weight: 600;

  color: var(--ft-muted);

  background: transparent;

  border: 1px solid transparent;

  padding-inline: 1.25rem;

  transition: background var(--ft-transition), color var(--ft-transition), box-shadow var(--ft-transition);

}



.faq-tabs .nav-link:hover {

  color: var(--ft-accent-strong);

  background: rgba(14, 165, 233, 0.08);

}



.faq-tabs .nav-link.active {

  background: linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(14, 165, 233, 0.32));

  color: var(--ft-primary);

  box-shadow: 0 12px 24px rgba(14, 165, 233, 0.18);

  border-color: rgba(14, 165, 233, 0.25);

}



.faq-tab-content {

  min-height: 26rem;

}



.faq-accordion .accordion-item {

  margin-bottom: 1rem;

  border: 1px solid rgba(14, 165, 233, 0.08);

  border-radius: var(--ft-radius-md);

  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));

  box-shadow: var(--ft-shadow-sm);

  overflow: hidden;

  transition: box-shadow var(--ft-transition);

}



.faq-accordion .accordion-item:hover {

  box-shadow: var(--ft-shadow-md);

}



.faq-accordion .accordion-header {

  scroll-margin-top: 120px;

}



.faq-accordion .accordion-button {

  font-weight: 600;

  color: var(--ft-primary);

  padding: 1.2rem 1.5rem;

  background: transparent;

  box-shadow: none;

  transition: background var(--ft-transition), color var(--ft-transition);

}



.faq-accordion .accordion-button:focus {

  border-color: transparent;

  box-shadow: none;

}



.faq-accordion .accordion-button:not(.collapsed) {

  color: var(--ft-accent-strong);

  background: rgba(14, 165, 233, 0.08);

  box-shadow: inset 0 -1px 0 rgba(14, 165, 233, 0.12);

}



.faq-accordion .accordion-button::after {

  filter: hue-rotate(180deg) saturate(1.2);

}



.faq-accordion .accordion-body {

  padding: 1.25rem 1.5rem 1.5rem;

  color: var(--ft-muted);

  font-weight: 500;

  border-top: 1px solid rgba(14, 165, 233, 0.12);

}



.faq-accordion .accordion-collapse {

  transition: height 0.35s ease;

}



.badge-soft {

  background: rgba(14, 165, 233, 0.12);

  color: var(--ft-accent-strong);

}



.badge-soft-neutral {

  background: rgba(15, 23, 42, 0.06);

  color: var(--ft-primary);

}



.profile-badge {

  display: inline-flex;

  align-items: center;

  gap: 0.35rem;

  padding: 0.25rem 0.9rem;

  border-radius: 999px;

  font-weight: 600;

  font-size: 0.85rem;

  letter-spacing: 0.03em;

  line-height: 1.2;

  flex: 0 0 auto;

  white-space: nowrap;

  cursor: pointer;

  transition: transform 0.2s ease, box-shadow 0.2s ease;

}



.profile-badge-row {

  display: flex;

  flex-wrap: wrap;

  gap: 0.6rem;

  align-items: center;

}



.profile-badge i {

  font-size: 0.95rem;

  line-height: 1;

}



.profile-badge svg {

  align-self: center;

}





.badge-modal-overlay {

  position: fixed;

  inset: 0;

  background: rgba(15, 23, 42, 0.65);

  display: none;

  justify-content: center;

  align-items: center;

  padding: 1.5rem;

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.2s ease;

  z-index: 1080;

}



.badge-modal-overlay.is-visible {

  display: flex;

  opacity: 1;

  pointer-events: all;

}



.badge-modal-window {

  max-width: 460px;

  width: 100%;

  background: #ffffff;

  border-radius: 20px;

  padding: 1.75rem;

  box-shadow: 0 25px 45px rgba(15, 23, 42, 0.2);

  position: relative;

  text-align: left;

  border: 1px solid rgba(15, 23, 42, 0.08);

}



.badge-modal-window--founder {

  background: linear-gradient(135deg, rgba(252, 239, 210, 0.9), rgba(247, 214, 149, 0.9));

  border-color: linear-gradient(135deg, rgba(165, 118, 16, 0.9), rgba(160, 112, 16, 0.9));

}



.badge-modal-window--verification {

  background: linear-gradient(135deg, rgba(222, 245, 255, 0.95), rgba(182, 231, 255, 0.95));

  border-color: rgba(46, 120, 165, 0.3);

}



.badge-modal-window--insurance {

  background: linear-gradient(135deg, rgba(219, 250, 233, 0.95), rgba(180, 237, 203, 0.95));

  border-color: rgba(44, 137, 95, 0.3);

}



.badge-modal-title {

  font-size: 1.1rem;

  font-weight: 700;

  margin-bottom: 0.75rem;

  color: var(--ft-primary);

}



.badge-modal-window p {

  color: #1f2632;

  margin-bottom: 0.75rem;

}



.badge-modal-window .text-muted {

  color: rgba(15, 23, 42, 0.65) !important;

  margin-bottom: 0;

}



.badge-modal-close {

  position: absolute;

  top: 0.75rem;

  right: 0.75rem;

  border: none;

  background: transparent;

  font-size: 1.5rem;

  line-height: 1;

  color: rgba(15, 23, 42, 0.5);

}



.badge-modal-close:hover {

  color: rgba(15, 23, 42, 0.9);

}



.badge-modal-open {

  overflow: hidden;

}



.profile-badge--founder {

  position: relative;

  color: #3b2c09;

  background: linear-gradient(135deg, #fef9ec 0%, #f3d783 32%, #d0a443 68%, #f7e4b3 100%);

  box-shadow: 0 6px 16px rgba(87, 63, 10, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.5);

  border: 1px solid rgba(119, 84, 10, 0.45);

  overflow: hidden;

}



.profile-badge--founder::after {

  content: '';

  position: absolute;

  top: 0;

  left: -120%;

  width: 80%;

  height: 100%;

  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.7), transparent);

  transform: skewX(-20deg);

  opacity: 0;

  transition: opacity 0.2s ease;

}





.profile-badge--founder:hover::after {

  animation: founder-shimmer 1.2s ease forwards;

}



@keyframes founder-shimmer {

  0% {

    left: -120%;

    opacity: 0;

  }

  30% {

    opacity: 0.8;

  }

  100% {

    left: 130%;

    opacity: 0;

  }

}



.profile-badge--founder i {

  color: #845700;

  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);

}



.profile-badge--pending {

  color: #5a647a;

  background: rgba(92, 104, 129, 0.12);

  border: 1px solid rgba(92, 104, 129, 0.25);

}



.profile-badge--verified {

  color: #0f4e5f;

  background: linear-gradient(135deg, #d8f6ff, #9fe3ff);

  border: 1px solid rgba(15, 78, 95, 0.2);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

}



.profile-badge--verified i {

  color: #0f4e5f;

}



.profile-badge--insured {

  color: #0f5132;

  background: linear-gradient(135deg, #e7f7ef, #a7f0c0);

  border: 1px solid rgba(15, 81, 50, 0.2);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

}



.profile-badge--insured i {

  color: #0a6c3d;

}



.document-list .document-row {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 1rem;

}



.document-list .document-meta {

  min-width: 0;

  flex: 1;

}



.document-list .document-name {

  display: block;

  font-weight: 600;

  color: var(--ft-primary);

  text-decoration: none;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.document-list .document-name:hover {

  text-decoration: underline;

}



.text-premium {

  font-weight: 400;

  background: linear-gradient(90deg,#7a620a 0%, #bd9617 30%, #9c7e19 40%,  #7a620a 75%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  color: #8d5304;

}



.status-panel {

  border-radius: 16px;

  padding: 1.25rem 1.5rem;

  margin-bottom: 1.5rem;

}



.status-panel--verification {

  background: linear-gradient(135deg, rgba(190, 231, 255, 0.6), rgba(173, 226, 255, 0.95));

}



.status-panel--insurance {

  background: linear-gradient(135deg, rgba(204, 244, 224, 0.6), rgba(164, 232, 195, 0.95));

}



.status-panel--neutral {

  background: linear-gradient(135deg, rgba(230, 233, 239, 0.7), rgba(214, 218, 227, 0.95));

  border: 1px solid rgba(148, 156, 169, 0.4);

}



.status-badge-line {

  display: flex;

  align-items: center;

  gap: 0.75rem;

  margin-bottom: 0.75rem;

  flex-wrap: wrap;

}



.status-panel h2 {

  font-size: 0.85rem;

  letter-spacing: 0.08em;

  font-weight: 700;

  color: rgba(15, 23, 42, 0.65);

}



@media (max-width: 576px) {

  .profile-badge {

    width: auto;

    min-width: 0;

    justify-content: flex-start;

    white-space: nowrap;

    font-size: 0.8rem;

    padding: 0.35rem 0.75rem;

  }

  .profile-badge-row {

    flex-direction: column;

    align-items: flex-start;

  }

  .status-badge-line {

    justify-content: flex-start;

    flex-wrap: wrap;

    text-align: left;

  }

  .document-list .document-row {

    flex-direction: column;

    align-items: flex-start;

  }

  .status-panel {

    padding: 1rem;

  }

}



.status-panel--founder {

  background: linear-gradient(135deg, rgba(248, 231, 182, 0.3), rgba(255, 255, 255, 0.85));

  border: 1px solid rgba(195, 145, 28, 0.3);

  box-shadow: 0 10px 25px rgba(92, 64, 9, 0.08);

}



.quote-card {

  border-radius: var(--ft-radius-md);

  border: 1px solid rgba(14, 165, 233, 0.08);

  padding: 1.5rem;

  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 255, 0.9));

}



.quote-card--accepted {

  border-color: rgba(16, 185, 129, 0.35);

  box-shadow: 0 18px 36px rgba(16, 185, 129, 0.18);

}



.avatar-circle {

  border-radius: 50%;

  overflow: hidden;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background: rgba(14, 165, 233, 0.12);

  color: var(--ft-primary);

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.02em;

  flex-shrink: 0;

}



.avatar-circle img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.avatar-circle--lg {

  width: 96px;

  height: 96px;

  font-size: 2.25rem;

}



.avatar-circle--md {

  width: 72px;

  height: 72px;

  font-size: 1.6rem;

}



.avatar-circle--sm {

  width: 48px;

  height: 48px;

  font-size: 1.1rem;

}



.profile-photo-preview {

  width: 96px;

  height: 96px;

  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);

}



.profile-photo-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.photo-modal-button {

  border: 0;

  background: transparent;

  padding: 0;

  display: inline-flex;

  width: 100%;

  justify-content: center;

}



.photo-modal-button img {

  width: 100%;

  display: block;

}



.profile-photo-modal-link {

  border: 0;

  background: transparent;

  padding: 0;

  border-radius: 50%;

  display: inline-flex;

  width: 100%;

  height: 100%;

  align-items: center;

  justify-content: center;

  overflow: hidden;

}



.profile-photo-modal-link:focus-visible {

  outline: 2px solid var(--ft-accent);

  outline-offset: 4px;

}



.profile-photo-modal-link img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 50%;

}



.profile-photo-upload img {

  max-width: 96px;

  max-height: 96px;

}



.profile-photo-placeholder {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 100%;

  color: rgba(15, 23, 42, 0.55);

}



.profile-photo-placeholder i {

  font-size: 1.75rem;

}



.quote-avatar {

  border: 1px solid rgba(15, 23, 42, 0.12);

  background: rgba(14, 165, 233, 0.15);

}



.tradie-profile-avatar {

  border: 1px solid rgba(15, 23, 42, 0.12);

  background: rgba(14, 165, 233, 0.1);

  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);

}



.form-card {

  border-radius: var(--ft-radius-lg);

  padding: clamp(2rem, 3vw + 1rem, 3rem);

  background: #ffffff;

  box-shadow: var(--ft-shadow-md);

}



.form-card .form-label {

  font-weight: 600;

  color: var(--ft-primary);

}



.photo-upload-helper {

  border: 1px dashed var(--ft-border);

  border-radius: var(--ft-radius-sm);

  padding: 1rem;

  background: #f8fafc;

}



.photo-preview-grid,

.existing-photo-grid {

  display: flex;

  flex-wrap: wrap;

  gap: 0.75rem;

}



.photo-preview-chip,

.existing-photo-card {

  border: 1px solid var(--ft-border);

  border-radius: var(--ft-radius-sm);

  padding: 0.75rem;

  background: #ffffff;

  box-shadow: var(--ft-shadow-sm);

  width: 150px;

}



.existing-photo-card {

  text-align: center;

}



.photo-preview-chip img,

.existing-photo-card img {

  max-width: 100%;

  height: auto;

  display: block;

  margin: 0 auto;

}



.photo-preview-chip .photo-name {

  font-size: 0.85rem;

  font-weight: 600;

}



.existing-photo-card {

  position: relative;

  transition: transform var(--ft-transition), border-color var(--ft-transition), box-shadow var(--ft-transition);

}



.existing-photo-card.is-marked-for-removal {

  border-color: #dc2626;

  background: rgba(220, 38, 38, 0.05);

}



.existing-photo-card.is-marked-for-removal::after {

  content: 'Marked for removal';

  position: absolute;

  top: 0.5rem;

  right: 0.5rem;

  background: #dc2626;

  color: #fff;

  font-size: 0.65rem;

  padding: 0.1rem 0.5rem;

  border-radius: 999px;

  letter-spacing: 0.02em;

}



.primary-region-select {

  min-width: 260px;

}



@media (max-width: 991.98px) {

  .primary-region-select {

    min-width: 100%;

  }

}



.form-control,

.form-select,

.form-check-input {

  border-radius: var(--ft-radius-sm);

  border: 1px solid rgba(15, 23, 42, 0.08);

  padding-top: 0.7rem;

  padding-bottom: 0.7rem;

  box-shadow: none;

  transition: border var(--ft-transition), box-shadow var(--ft-transition);

}



.form-control:focus,

.form-select:focus,

.form-check-input:focus {

  border-color: rgba(14, 165, 233, 0.6);

  box-shadow: 0 0 0 0.25rem rgba(14, 165, 233, 0.15);

}



.alert {

  border-radius: var(--ft-radius-sm);

  border: none;

  box-shadow: var(--ft-shadow-sm);

}



footer {

  background: linear-gradient(135deg, #0f172a, #1e293b);

  color: rgba(255, 255, 255, 0.76);

}



footer a {

  color: rgba(255, 255, 255, 0.85);

}



.form-honeypot {

  position: absolute;

  left: -100vw;

  width: 1px;

  height: 1px;

  overflow: hidden;

}



.form-honeypot input {

  width: 1px;

  height: 1px;

  opacity: 0;

  pointer-events: none;

}



.preview-mask {

  border: 1px dashed #d5d9e0;

  border-radius: var(--ft-radius-sm);

  padding: 1rem 1.25rem;

  background: #f9fafc;

}



.preview-mask-title {

  font-size: 0.75rem;

  letter-spacing: 0.06em;

  font-weight: 700;

  text-transform: uppercase;

  color: var(--ft-muted);

}



.preview-mask-list {

  margin: 0;

  padding-left: 1.1rem;

  color: var(--ft-muted);

  font-size: 0.9rem;

}



.preview-list-card .badge {

  font-size: 0.78rem;

}





@media (max-width: 992px) {

  body {

    padding-top: 60px;

  }



  .hero {

    padding-bottom: clamp(1.5rem, 5vw, 2.5rem);

  }



  .hero::before {

    opacity: 0.18;

  }



  .hero picture {

    display: block;

    width: calc(100% + (clamp(1.5rem, 7vw, 6rem) * 2));

    margin: 1.5rem calc(-1 * clamp(1.5rem, 7vw, 6rem)) calc(-1 * clamp(1.5rem, 7vw, 6rem));

    border-radius: 36px;

    overflow: hidden;

  }



  .hero-visual {

    position: static;

    width: 100%;

    max-width: none;

    height: auto;

    margin: 0;

    transform: none;

    border-radius: 36px;

    object-fit: cover;

    display: block;

  }



  .hero-actions {

    flex-direction: column;

    align-items: stretch;

  }



  .page-header {

    flex-direction: column;

    align-items: flex-start;

  }

}



@media (prefers-reduced-motion: reduce) {

  *,

  *::before,

  *::after {

    animation-duration: 0.01ms !important;

    animation-iteration-count: 1 !important;

    transition-duration: 0.01ms !important;

    scroll-behavior: auto !important;

  }

}

.business-modal__subheading {

  font-size: 0.95rem;

  color: var(--ft-primary);

}



/* My Jobs responsive layout */
.my-jobs-table tbody tr {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

@media (max-width: 576px) {
  .my-jobs-table thead {
    display: none;
  }

  .my-jobs-table tbody tr {
    display: block;
    padding: 1rem 0;
  }

  .my-jobs-table tbody tr td {
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 0.35rem 1.25rem;
  }

  .my-jobs-table tbody tr td[data-label]::before {
    content: attr(data-label);
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(71, 85, 105, 0.9);
    margin-bottom: 0.15rem;
  }

  .my-jobs-table tbody tr td[data-label='Actions'] {
    padding-bottom: 0.75rem;
  }

.my-jobs-table tbody tr td[data-label='Actions'] .d-inline-flex {
  width: 100%;
  justify-content: flex-start !important;
}
}

.trades-showcase {
  position: relative;
  overflow: hidden;
  border-radius: var(--ft-radius-xl);
  background: linear-gradient(135deg, rgba(15, 118, 214, 0.12), rgba(16, 185, 129, 0.12));
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.15);
}

.trades-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.45), transparent 55%),
    radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.2), transparent 40%);
  opacity: 0.8;
  pointer-events: none;
}

.trades-showcase__inner {
  position: relative;
  display: grid;
  gap: 2.5rem;
  z-index: 1;
}

@media (min-width: 992px) {
  .trades-showcase__inner {
    grid-template-columns: 320px 1fr;
  }
}

.trades-showcase__intro {
  color: #0f172a;
}

.trades-showcase__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.7);
  margin-bottom: 0.35rem;
}

.trade-directory {
  display: grid;
  gap: 2rem;
}

.trade-hero {
  border-radius: var(--ft-radius-xl);
  background: linear-gradient(135deg, rgba(15, 118, 214, 0.12), rgba(16, 185, 129, 0.12));
  padding: clamp(2rem, 4vw, 3.5rem);
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.12);
  position: relative;
  overflow: hidden;
}

.trade-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.6), transparent 45%),
    radial-gradient(circle at 10% 70%, rgba(14, 165, 233, 0.2), transparent 40%);
  pointer-events: none;
}

.trade-hero > * {
  position: relative;
  z-index: 1;
}

.trade-hero__chips {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.trade-pill {
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
}

.trade-pill:hover {
  border-color: rgba(14, 165, 233, 0.5);
  color: #0f4c81;
}

.trade-group-block {
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.08);
  padding: 1.5rem;
}

.trade-group-block__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.trade-card {
  position: relative;
  background: #f8fafc;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 1.25rem;
  height: 100%;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  overflow: hidden;
}

.trade-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  border-color: rgba(14, 165, 233, 0.4);
  background: #fff;
}

.trade-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(14, 165, 233, 0.12);
  color: #0f4c81;
  font-size: 1.25rem;
  flex: 0 0 auto;
}

.trade-card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: rgba(15, 23, 42, 0.6);
  margin: 0;
}

.trade-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.35rem;
}

.trade-card__list li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #0f172a;
  font-weight: 600;
}

.trade-card__list li::before {
  content: "•";
  color: #0f4c81;
  font-weight: bold;
}

.trade-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.trade-card .stretched-link {
  z-index: 1;
}

.trade-profile {
  display: grid;
  gap: 1.5rem;
}

.trade-profile__hero {
  position: relative;
  border-radius: var(--ft-radius-xl);
  background: linear-gradient(135deg, rgba(15, 118, 214, 0.12), rgba(16, 185, 129, 0.12));
  padding: clamp(2rem, 4vw, 3.5rem);
  box-shadow: 0 25px 65px rgba(15, 23, 42, 0.15);
  overflow: hidden;
}

.trade-profile__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.45), transparent 50%),
    radial-gradient(circle at 80% 15%, rgba(14, 165, 233, 0.22), transparent 42%);
  pointer-events: none;
}

.trade-profile__hero > * {
  position: relative;
  z-index: 1;
}

.trade-profile__meta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.tag-pill {
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  background: rgba(14, 165, 233, 0.12);
  color: #0f4c81;
  font-weight: 600;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.trade-panel {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.1);
  padding: 1.25rem;
  height: 100%;
}

.trade-specialties {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.trade-specialties li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #0f172a;
}

.trade-specialties li::before {
  content: "✓";
  color: #0f4c81;
  font-weight: 700;
}

.related-card {
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  padding: 1rem;
  background: #f8fafc;
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
  height: 100%;
}

.related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  border-color: rgba(14, 165, 233, 0.35);
  background: #fff;
}


@media (max-width: 576px) {
  .trade-card {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .trade-card__header {
    flex-direction: column;
  }

  .trade-card__list {
    gap: 0.35rem;
  }

  .trade-card__list li {
    font-size: 0.85rem;
  }
}
.trade-mosaic {
  margin-top: 3rem;
  border-radius: 32px;
  padding: clamp(1.75rem, 4vw, 3.25rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 255, 0.98));
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  position: relative;
  isolation: isolate;
}

.trade-mosaic__hint {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.trade-mosaic__hint .bi {
  font-size: 1rem;
  color: rgba(14, 165, 233, 0.9);
}

.trade-detail {
  border-radius: 30px;
  padding: clamp(1.75rem, 2vw, 2.5rem);
  background: linear-gradient(135deg, #081c34, #123b45);
  color: #f8fbff;
  box-shadow: 0 35px 85px rgba(8, 24, 68, 0.45);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  position: sticky;
  top: clamp(1rem, 3vw, 2.25rem);
  align-self: flex-start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.trade-detail.is-swapping {
  animation: tradeDetailPulse 320ms ease;
}

.trade-detail::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.15), transparent 55%);
  opacity: 0.8;
  pointer-events: none;
}

.trade-detail[data-tone] {
  --detail-color-start: #101828;
  --detail-color-end: #192132;
  --detail-accent: #93c5fd;
  background: linear-gradient(135deg, var(--detail-color-start), var(--detail-color-end));
}

.trade-detail > * {
  position: relative;
  z-index: 1;
}

.trade-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  z-index: 0;
}

@media (max-width: 991.98px) {
  .trade-detail {
    position: relative;
    top: auto;
  }

  .trade-mosaic {
    grid-template-columns: 1fr;
  }

  .trade-chip-filter {
    position: static;
    width: 100%;
    justify-content: center;
  }
}

.trade-chip-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.trade-chip-panel__header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.trade-chip-filter {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  position: sticky;
  top: 0;
  z-index: 2;
}

.trade-chip-filter__pill {
  border: none;
  background: transparent;
  color: #475467;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  transition: background 160ms ease, color 160ms ease;
}

.trade-chip-filter__pill.is-active {
  background: rgba(14, 165, 233, 0.12);
  color: #0f172a;
}

.trade-chip-collections {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 100%;
}

.trade-chip-section {
  border-radius: 24px;
  padding: 1.25rem 0.5rem 0.5rem;
  position: relative;
  display: none;
}

.trade-chip-section.is-active {
  display: block;
}

.trade-chip-section__label {
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.65rem;
}

.trade-detail__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(248, 251, 255, 0.78);
}

.trade-detail__title {
  font-family: var(--ft-font-display);
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  margin: 0;
  will-change: opacity, transform;
}

.trade-detail__summary {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.85);
  will-change: opacity, transform;
}

.trade-detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.trade-detail__list li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.95rem;
  will-change: opacity, transform;
}

.trade-detail__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--detail-accent, #93c5fd);
  flex: 0 0 auto;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.25);
}

.trade-detail.is-swapping .trade-detail__title,
.trade-detail.is-swapping .trade-detail__summary {
  animation: tradeDetailContentIn 220ms ease;
}

.trade-detail.is-swapping .trade-detail__list li {
  opacity: 0;
  transform: translateY(12px);
  animation: tradeDetailListIn 320ms ease forwards;
  animation-delay: calc(var(--item-index, 0) * 70ms + 120ms);
}

.trade-chip-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: clamp(0.6rem, 1.8vw, 1.1rem);
}

.trade-chip {
  border-radius: 18px;
  padding: 0.75rem 1rem;
  min-height: 58px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #0f172a;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  cursor: pointer;
  scroll-snap-align: start;
}

.trade-chip strong {
  font-size: 0.92rem;
  font-weight: 600;
}

.trade-chip::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid transparent;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  pointer-events: none;
}

.trade-chip::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--chip-dot, rgba(14, 165, 233, 0.7));
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: none;
}

.trade-chip.is-active {
  border-color: rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.15);
  background: linear-gradient(135deg, var(--chip-bg-start, #eef2f7), var(--chip-bg-end, #f9fbff));
}

.trade-chip.is-active::before {
  border-color: rgba(14, 165, 233, 0.35);
  box-shadow: 0 0 0 6px rgba(14, 165, 233, 0.08);
}

.trade-chip.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.trade-chip:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(15, 23, 42, 0.16);
}

.trade-chip:focus-visible {
  outline: 2px solid rgba(14, 165, 233, 0.7);
  outline-offset: 3px;
}

.trade-chip-grid:focus-within .trade-chip:not(:focus-visible):not(.is-active) {
  opacity: 0.85;
}

.trade-chip__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 165, 233, 0.08);
  color: var(--chip-dot, #0ea5e9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: background 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.trade-chip__icon i {
  font-size: 1rem;
  line-height: 1;
}

.trade-chip.is-active .trade-chip__icon {
  background: var(--chip-dot, #0ea5e9);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
}

.trade-chip--intro {
  animation: chipIntroPulse 1.6s ease-in-out infinite;
}

@keyframes tradeDetailPulse {
  0% {
    opacity: 0.65;
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tradeDetailContentIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tradeDetailListIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes chipIntroPulse {
  0% {
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.1);
  }
  50% {
    box-shadow: 0 18px 40px rgba(14, 165, 233, 0.2);
  }
  100% {
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.1);
  }
}

.trade-chip[data-tone="slate"] {
  --chip-bg-start: #e6ecf8;
  --chip-bg-end: #f8faff;
  --chip-dot: #3e5fae;
}
.trade-detail[data-tone="slate"] {
  --detail-color-start: #111d34;
  --detail-color-end: #1d2a46;
  --detail-accent: #9ec3ff;
}

.trade-chip[data-tone="denim"] {
  --chip-bg-start: #e3edf9;
  --chip-bg-end: #f6f8ff;
  --chip-dot: #2a5da8;
}
.trade-detail[data-tone="denim"] {
  --detail-color-start: #102349;
  --detail-color-end: #183b73;
  --detail-accent: #a4c8ff;
}

.trade-chip[data-tone="teal"] {
  --chip-bg-start: #e2f4f5;
  --chip-bg-end: #f4fbfb;
  --chip-dot: #1d9b9d;
}
.trade-detail[data-tone="teal"] {
  --detail-color-start: #0f3b3f;
  --detail-color-end: #14585f;
  --detail-accent: #97f2e7;
}

.trade-chip[data-tone="azure"] {
  --chip-bg-start: #e6f0ff;
  --chip-bg-end: #f5f9ff;
  --chip-dot: #2f7fdf;
}
.trade-detail[data-tone="azure"] {
  --detail-color-start: #0c2f5c;
  --detail-color-end: #18447d;
  --detail-accent: #90c9ff;
}

.trade-chip[data-tone="rose"] {
  --chip-bg-start: #fae8f2;
  --chip-bg-end: #fff5fb;
  --chip-dot: #c55385;
}
.trade-detail[data-tone="rose"] {
  --detail-color-start: #3f162a;
  --detail-color-end: #651f41;
  --detail-accent: #ffb3d5;
}

.trade-chip[data-tone="sage"] {
  --chip-bg-start: #e9f5ee;
  --chip-bg-end: #f5fbf7;
  --chip-dot: #3a865d;
}
.trade-detail[data-tone="sage"] {
  --detail-color-start: #143324;
  --detail-color-end: #1f4b35;
  --detail-accent: #a1f0c6;
}

.trade-chip[data-tone="lavender"] {
  --chip-bg-start: #f1ecfb;
  --chip-bg-end: #faf7ff;
  --chip-dot: #7b5ec3;
}
.trade-detail[data-tone="lavender"] {
  --detail-color-start: #291640;
  --detail-color-end: #41235d;
  --detail-accent: #d1c3ff;
}

.trade-chip[data-tone="sky"] {
  --chip-bg-start: #ecf3ff;
  --chip-bg-end: #f8fbff;
  --chip-dot: #4a7fc4;
}
.trade-detail[data-tone="sky"] {
  --detail-color-start: #112940;
  --detail-color-end: #1d3f5e;
  --detail-accent: #9fd0ff;
}

.trade-chip[data-tone="mint"] {
  --chip-bg-start: #e5f8ef;
  --chip-bg-end: #f5fdf8;
  --chip-dot: #2a9e6b;
}
.trade-detail[data-tone="mint"] {
  --detail-color-start: #123a2c;
  --detail-color-end: #1d513d;
  --detail-accent: #9bf0c6;
}

.trade-chip[data-tone="plum"] {
  --chip-bg-start: #f3e8f7;
  --chip-bg-end: #fdf4ff;
  --chip-dot: #a34ebf;
}
.trade-detail[data-tone="plum"] {
  --detail-color-start: #36103b;
  --detail-color-end: #5b1f5d;
  --detail-accent: #f0bbff;
}

.trade-chip[data-tone="linen"] {
  --chip-bg-start: #f4f3ef;
  --chip-bg-end: #fdfbf6;
  --chip-dot: #7a6c4a;
}
.trade-detail[data-tone="linen"] {
  --detail-color-start: #2f291d;
  --detail-color-end: #463a24;
  --detail-accent: #f2d6a2;
}

.trade-chip[data-tone="sand"] {
  --chip-bg-start: #f7efe4;
  --chip-bg-end: #fef9f2;
  --chip-dot: #c78a3c;
}
.trade-detail[data-tone="sand"] {
  --detail-color-start: #3c240c;
  --detail-color-end: #5c3816;
  --detail-accent: #ffd1a3;
}

.trade-chip[data-tone="porcelain"] {
  --chip-bg-start: #f2f3f7;
  --chip-bg-end: #fbfbfe;
  --chip-dot: #818ea6;
}
.trade-detail[data-tone="porcelain"] {
  --detail-color-start: #1f2230;
  --detail-color-end: #2c3242;
  --detail-accent: #cdd9ef;
}

.trade-chip[data-tone="stone"] {
  --chip-bg-start: #eeeff2;
  --chip-bg-end: #f7f7fa;
  --chip-dot: #6a7a8b;
}
.trade-detail[data-tone="stone"] {
  --detail-color-start: #1b1f27;
  --detail-color-end: #2a303b;
  --detail-accent: #c5d1e0;
}

.trade-chip[data-tone="amber"] {
  --chip-bg-start: #fbeee0;
  --chip-bg-end: #fff8f0;
  --chip-dot: #d27b2f;
}
.trade-detail[data-tone="amber"] {
  --detail-color-start: #3a2310;
  --detail-color-end: #5a3418;
  --detail-accent: #ffd3af;
}

.trade-chip[data-tone="ink"] {
  --chip-bg-start: #e6e9f1;
  --chip-bg-end: #f6f7fb;
  --chip-dot: #222b48;
}
.trade-detail[data-tone="ink"] {
  --detail-color-start: #080b16;
  --detail-color-end: #111a2c;
  --detail-accent: #95affe;
}

.trade-chip[data-tone="blush"] {
  --chip-bg-start: #f8e9ef;
  --chip-bg-end: #fff6f8;
  --chip-dot: #c45b7d;
}
.trade-detail[data-tone="blush"] {
  --detail-color-start: #3f1423;
  --detail-color-end: #5e2033;
  --detail-accent: #ffc6d8;
}

.trade-chip[data-tone="olive"] {
  --chip-bg-start: #eef4e6;
  --chip-bg-end: #f7fbf2;
  --chip-dot: #59782f;
}
.trade-detail[data-tone="olive"] {
  --detail-color-start: #212f16;
  --detail-color-end: #31471f;
  --detail-accent: #d3f59a;
}

.trade-chip[data-tone="clay"] {
  --chip-bg-start: #f3e9e1;
  --chip-bg-end: #fdf4ed;
  --chip-dot: #a96431;
}
.trade-detail[data-tone="clay"] {
  --detail-color-start: #361f12;
  --detail-color-end: #54311f;
  --detail-accent: #f3c3a3;
}

.trade-chip[data-tone="graphite"] {
  --chip-bg-start: #e9ebf0;
  --chip-bg-end: #f8f9fb;
  --chip-dot: #4f5c74;
}
.trade-detail[data-tone="graphite"] {
  --detail-color-start: #0f1117;
  --detail-color-end: #1b202c;
  --detail-accent: #a7b8d6;
}

.trade-chip[data-tone="spray"] {
  --chip-bg-start: #e8f4fb;
  --chip-bg-end: #f4fbff;
  --chip-dot: #3793cf;
}
.trade-detail[data-tone="spray"] {
  --detail-color-start: #0f2f44;
  --detail-color-end: #144a63;
  --detail-accent: #a0d8ff;
}

.trade-chip[data-tone="citrus"] {
  --chip-bg-start: #f0f8e6;
  --chip-bg-end: #f9fdf2;
  --chip-dot: #8ba824;
}
.trade-detail[data-tone="citrus"] {
  --detail-color-start: #25350d;
  --detail-color-end: #3a4f17;
  --detail-accent: #e5f789;
}

@media (max-width: 768px) {
  .trade-chip-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .trade-chip {
    padding: 0.65rem 0.85rem;
    min-height: 52px;
    font-size: 0.85rem;
  }

  .trade-chip-panel {
    gap: 1.25rem;
  }
}

@media (max-width: 640px) {
  .trade-chip-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.35rem 0.4rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .trade-chip-filter__pill {
    scroll-snap-align: center;
    flex: 0 0 auto;
  }
}

@media (max-width: 576px) {
  .trade-chip-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 80%);
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .trade-chip-section {
    padding: 0.85rem 0 0.25rem;
  }

  .trade-chip-section__label {
    letter-spacing: 0.25em;
  }

  .trade-chip-grid::-webkit-scrollbar {
    display: none;
  }

  .trade-chip-filter {
    top: -0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trade-detail,
  .trade-detail__title,
  .trade-detail__summary,
  .trade-detail__list li,
  .trade-chip,
  .trade-chip::before,
  .trade-chip::after,
  .trade-chip__icon,
  .trade-chip--intro {
    transition-duration: 0ms !important;
    animation: none !important;
  }
}

.join-tradie-banner img {
  display: block;
  width: 100%;
}

@media (max-width: 991.98px) {
  .join-tradie-banner .col-12 img {
    border-radius: 0 0 32px 32px;
  }
}

.sample-demo-cta {
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(15, 118, 214, 0.12), rgba(16, 185, 129, 0.12));
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

.sample-demo-cta .btn {
  min-width: 200px;
}

/* Stripe payment modal stacking */
#paymentModal {
  z-index: 2050;
}

/* Ensure all modals stay above the global backdrop */
.modal {
  z-index: 2055 !important;
}

.modal-backdrop {
  z-index: 2045 !important;
}
