:root {
  --brand: #00c3ff;
  --brand-dark: #0096c7;
  --text: #212529;
  --muted: #6c757d;
  --surface: #f7f8fa;
  --card-border: #e9ecef;
}

html {
  font-size: 15px;
  overflow-x: clip;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: #fff;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

img,
video {
  max-width: 100%;
  height: auto;
}

main {
  flex: 1;
}

a {
  color: var(--brand);
}

/* Navbar / Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
}

.header-trustbar {
  background: linear-gradient(90deg, #0b1b2b 0%, #123047 100%);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 500;
}

.header-trustbar__inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.15rem;
  flex-wrap: wrap;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.header-trustbar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.header-trustbar__ico {
  width: 0.9rem;
  height: 0.9rem;
  opacity: 0.9;
  flex-shrink: 0;
}

.header-trustbar__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0, 195, 255, 0.7);
  flex-shrink: 0;
}

.header-trustbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.header-trustbar__phone:hover {
  color: var(--brand) !important;
}

.site-navbar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.brand-logo {
  font-size: 1.55rem;
  font-weight: 750;
  color: var(--brand) !important;
  letter-spacing: -0.55px;
  text-decoration: none;
  gap: 0.5rem;
}

.brand-logo__mark {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.45rem;
  background: linear-gradient(145deg, var(--brand), var(--brand-dark));
  box-shadow: 0 4px 12px rgba(0, 195, 255, 0.35);
  flex-shrink: 0;
}

.brand-logo__text {
  line-height: 1;
}

.brand-logo-img {
  max-height: 44px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.brand-logo-img--footer {
  max-height: 40px;
  max-width: 180px;
  opacity: 0.95;
}

.header-mobile-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

.header-icon-btn {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  background: #f1f5f9;
  text-decoration: none !important;
  border: 1px solid #e2e8f0;
}

.header-icon-btn--wa {
  color: #128c7e;
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.header-toggler {
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  padding: 0.4rem 0.55rem;
  background: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

@media (min-width: 992px) {
  .header-actions {
    margin-top: 0;
  }
}

.header-phone {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-decoration: none !important;
  padding: 0.25rem 0.55rem;
  border-radius: 0.55rem;
  transition: background 0.15s ease;
}

.header-phone:hover {
  background: #f0f9ff;
}

.header-phone__label {
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.header-phone__num {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

.header-cta {
  padding: 0.55rem 1.1rem;
  font-weight: 700;
  border-radius: 0.7rem;
  box-shadow: 0 8px 18px rgba(0, 195, 255, 0.28);
}

.btn-wa {
  background: #25d366;
  border: 1px solid #25d366;
  color: #fff !important;
  font-weight: 650;
  border-radius: 0.7rem;
  padding: 0.5rem 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.btn-wa:hover {
  background: #1ebe57;
  border-color: #1ebe57;
  color: #fff !important;
}

.nav-categories .nav-link {
  color: #334155;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.45rem 0.7rem !important;
  border-radius: 0.55rem;
}

.nav-categories .nav-link:hover,
.nav-categories .nav-link.active {
  color: var(--brand-dark);
  background: rgba(0, 195, 255, 0.08);
}

.nav-services-dropdown .dropdown-toggle::after {
  margin-left: 0.35rem;
  vertical-align: 0.15em;
}

.nav-services-menu {
  --bs-dropdown-min-width: 18rem;
  width: min(34rem, calc(100vw - 2rem));
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  padding: 0;
  overflow: hidden;
  margin-top: 0.45rem !important;
}

.nav-services-menu__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem 0.55rem;
  border-bottom: 1px solid #eef2f7;
}

.nav-services-menu__head strong {
  font-size: 0.92rem;
  color: #0f172a;
}

.nav-services-menu__head span {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 600;
}

.nav-services-menu__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.15rem;
  max-height: min(22rem, 55vh);
  overflow-y: auto;
  padding: 0.55rem;
}

@media (min-width: 576px) {
  .nav-services-menu__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.nav-services-menu__link {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 0.55rem;
  color: #334155 !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  font-weight: 560;
  line-height: 1.25;
}

.nav-services-menu__link:hover {
  background: rgba(0, 195, 255, 0.1);
  color: var(--brand-dark) !important;
}

.nav-services-menu__foot {
  border-top: 1px solid #eef2f7;
  padding: 0.65rem 1rem;
  background: #f8fafc;
}

.nav-services-menu__foot a {
  font-size: 0.85rem;
  font-weight: 650;
  color: var(--brand-dark);
  text-decoration: none;
}

.nav-services-menu__foot a:hover {
  text-decoration: underline;
}

.nav-utils .nav-link {
  color: #555;
  font-size: 0.85rem;
  font-weight: 500;
}

.site-main {
  flex: 1;
  min-width: 0;
}

.site-header,
.site-footer,
.content-wrap,
.trust-hero,
.hero {
  overflow-x: clip;
}

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.btn-brand:hover {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-outline-brand {
  color: var(--brand);
  border: 1.5px solid var(--brand);
  background: transparent;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.btn-outline-brand:hover {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

/* Hero */
.hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-margin-top: 7rem;
  background:
    linear-gradient(rgba(20, 30, 50, 0.62), rgba(20, 30, 50, 0.62)),
    url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.hero-sub {
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto 1.5rem;
  opacity: 0.95;
}

.hero-search {
  max-width: 560px;
  margin: 0 auto;
}

.hero-search .form-control {
  border: none;
  border-radius: 0.5rem;
  padding: 0.9rem 1.1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.hero-search .form-control:focus {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), 0 0 0 0.2rem rgba(0, 195, 255, 0.25);
}

.hero-search.is-teklif-focus {
  animation: teklifPulse 1.1s ease 2;
}

.hero-search.is-teklif-focus .form-control {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), 0 0 0 0.35rem rgba(0, 195, 255, 0.4);
}

@keyframes teklifPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.015);
  }
}

/* Breadcrumb strip */
.page-breadcrumb {
  background: var(--surface);
  padding: 0.75rem 0;
  font-size: 0.9rem;
}

.page-breadcrumb .breadcrumb {
  margin: 0;
  background: transparent;
  padding: 0;
}

.page-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.page-breadcrumb a:hover {
  color: var(--brand);
}

/* Service cards */
.section-title {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.75rem;
}

.service-card {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 0.65rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.service-card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.service-card-img {
  height: 150px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 8 / 3;
  background: #e9ecef;
}

.service-card-body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.service-meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.service-meta .star {
  color: #f5a623;
}

.service-card .btn {
  margin-top: auto;
}

/* Trust strip */
.trust-strip {
  background: var(--surface);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.trust-item {
  text-align: center;
  padding: 1.25rem 0.5rem;
}

.trust-item .value {
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--brand);
}

.trust-item .label {
  color: var(--muted);
  font-size: 0.9rem;
}

/* Customer reviews */
.review-card {
  height: 100%;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--card-border);
  border-radius: 0.75rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.review-card__stars {
  color: #f5a623;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  line-height: 1;
}

.review-card__comment {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1;
}

.review-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.review-card__meta strong {
  color: #0f172a;
}

/* Info / FAQ / trust content pages */
.trust-hero {
  background:
    linear-gradient(135deg, rgba(11, 27, 43, 0.94), rgba(0, 150, 199, 0.82)),
    linear-gradient(90deg, #0b1b2b, #123047);
  color: #fff;
  padding: 3rem 0 2.75rem;
}

.trust-hero--compact {
  padding: 2.25rem 0 2rem;
}

.trust-hero__eyebrow {
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.65rem;
}

.trust-hero__eyebrow a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.trust-hero__eyebrow a:hover {
  color: #fff;
}

.trust-hero__title {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.trust-hero__lead {
  max-width: 42rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.trust-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.trust-hero__badges span {
  font-size: 0.78rem;
  font-weight: 650;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.info-card-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .info-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.info-trust-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  height: 100%;
  padding: 1.25rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.info-trust-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 195, 255, 0.45);
  box-shadow: 0 14px 32px rgba(0, 150, 199, 0.12);
}

.info-trust-card__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 195, 255, 0.12);
  color: var(--brand-dark);
  font-weight: 700;
}

.info-trust-card__title {
  font-size: 1.15rem;
  font-weight: 750;
  margin: 0;
  color: #0f172a;
}

.info-trust-card__text {
  margin: 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
  flex: 1;
}

.info-trust-card__cta {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--brand-dark);
}

.info-reassure__item {
  height: 100%;
  padding: 1rem;
  border-radius: 0.85rem;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}

.info-reassure__item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
}

.info-reassure__item p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.info-side-nav {
  padding: 1.1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.info-side-nav__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.65rem;
}

.info-side-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.25rem;
}

.info-side-nav__link {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 0.55rem;
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}

.info-side-nav__link:hover,
.info-side-nav__link.is-active {
  background: rgba(0, 195, 255, 0.1);
  color: var(--brand-dark);
}

.info-side-card {
  padding: 1.15rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f0f9ff, #fff);
  border: 1px solid #bae6fd;
}

.info-side-card strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
}

.info-side-card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.info-prose {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.info-prose__body {
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.75;
}

.info-prose__body p,
.rich-content p {
  margin: 0 0 1rem;
}

.info-prose__body p:last-child,
.rich-content p:last-child {
  margin-bottom: 0;
}

.info-prose__body ul,
.rich-content ul,
.info-prose__body ol,
.rich-content ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.info-prose__body li,
.rich-content li {
  margin-bottom: 0.35rem;
}

.info-prose__body h2,
.info-prose__body h3,
.rich-content h2,
.rich-content h3 {
  margin: 1.35rem 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
}

.info-prose__body h3:first-child,
.rich-content h3:first-child,
.info-prose__body h2:first-child,
.rich-content h2:first-child {
  margin-top: 0;
}

.rich-content {
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rich-content--muted {
  color: #64748b;
  font-size: 0.98rem;
}

.info-prose--legal .info-prose__body {
  font-size: 0.98rem;
}

.faq-trust .faq-trust__item {
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  overflow: hidden;
  margin-bottom: 0.65rem;
  background: #fff;
}

.faq-trust .accordion-button {
  font-weight: 650;
  color: #0f172a;
  box-shadow: none !important;
}

.faq-trust .accordion-button:not(.collapsed) {
  background: rgba(0, 195, 255, 0.08);
  color: var(--brand-dark);
}

.faq-trust .accordion-body {
  color: #475569;
  line-height: 1.6;
  white-space: pre-line;
}

.trust-cta-band {
  background: #0b1b2b;
  color: #cbd5e1;
  padding: 2.25rem 0;
  margin-top: 0.5rem;
}

.trust-cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.trust-cta-band__title {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 750;
  margin: 0 0 0.4rem;
}

.trust-cta-band__text {
  margin: 0 0 0.75rem;
  max-width: 34rem;
  line-height: 1.5;
}

.trust-cta-band__points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  font-size: 0.85rem;
  color: #94a3b8;
}

.trust-cta-band__points li::before {
  content: "✓ ";
  color: var(--brand);
  font-weight: 700;
}

.trust-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.trust-cta-band__call {
  color: #e2e8f0 !important;
}

/* legacy info-page (kept for safety) */
.info-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 0.5rem 0 1.5rem;
}

/* Quote / content */
.content-wrap {
  padding: 2rem 0 3rem;
}

.quote-panel {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 1rem;
  padding: 1.35rem 1.35rem 1.5rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.quote-wizard__head {
  margin-bottom: 1rem;
}

.quote-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-bottom: 1.15rem;
}

.quote-step {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 0.75rem;
  padding: 0.55rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  color: #64748b;
  transition: 0.2s ease;
}

.quote-step__num {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  background: #e2e8f0;
  color: #475569;
}

.quote-step__label {
  font-size: 0.72rem;
  font-weight: 600;
}

.quote-step.is-active {
  border-color: #7ddfff;
  background: linear-gradient(180deg, #e6f9ff, #fff);
  color: var(--brand-dark);
  box-shadow: 0 0 0 3px rgba(0, 195, 255, 0.1);
}

.quote-step.is-active .quote-step__num,
.quote-step.is-done .quote-step__num {
  background: var(--brand);
  color: #fff;
}

.quote-step.is-done {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.quote-pane__hint {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.quote-pane .form-control-lg,
.quote-pane .form-select-lg {
  font-size: 0.98rem;
  border-radius: 0.7rem;
}

.quote-pane .is-invalid {
  border-color: #f97316 !important;
  box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.15);
}

.quote-next:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.quote-next.is-ready:not(:disabled) {
  box-shadow: 0 6px 16px rgba(0, 195, 255, 0.28);
}

.quote-ready-hint {
  font-weight: 600;
}

.quote-inline-action {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.quote-inline-action .form-control,
.quote-inline-action .btn {
  height: 48px;
  margin: 0;
}

.quote-inline-action .form-control {
  flex: 1 1 auto;
  min-width: 0;
}

.quote-inline-action .btn {
  flex: 0 0 auto;
  min-width: 7.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  line-height: 1;
}

.quote-field-hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: #64748b;
}

.quote-field-hint.ok { color: #047857; font-weight: 600; }
.quote-field-hint.err { color: #b91c1c; font-weight: 600; }

.quote-phone-input.is-valid {
  border-color: #0aa58f;
}

.btn-outline-brand {
  --bs-btn-color: var(--brand-dark, #0284c7);
  --bs-btn-border-color: var(--brand, #00c3ff);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand, #00c3ff);
  --bs-btn-hover-border-color: var(--brand, #00c3ff);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--brand-dark, #0284c7);
  --bs-btn-active-border-color: var(--brand-dark, #0284c7);
}

.quote-pane.is-enter {
  animation: quotePaneIn 0.28s ease;
}

@keyframes quotePaneIn {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: translateX(0); }
}

.quote-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.quote-upload {
  position: relative;
}

.quote-upload__zone {
  display: block;
  border: 1.5px dashed #7ddfff;
  background: linear-gradient(180deg, #f5fcff, #fff);
  border-radius: 0.9rem;
  padding: 1.25rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.quote-upload__zone:hover {
  border-color: var(--brand);
  background: #e6f9ff;
}

.quote-upload__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto 0.45rem;
  border-radius: 999px;
  background: #cff3ff;
  color: var(--brand);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.quote-upload__preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.quote-upload__thumb {
  aspect-ratio: 1;
  border-radius: 0.65rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.quote-upload__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-section .accordion-button:not(.collapsed) {
  background: #e6f9ff;
  color: var(--brand-dark);
  box-shadow: none;
}

.provider-card {
  border: 1px solid var(--card-border);
  border-radius: 0.65rem;
  padding: 1rem;
  height: 100%;
}

/* Localized page nav — short hub links (dense SEO dumps removed; sitemap covers crawl) */
.geo-local-nav {
  border-top: 1px solid #eef2f7;
  padding-top: 1.15rem;
}

.geo-local-nav__lead {
  margin: 0 0 0.75rem;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.45;
}

.geo-local-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
}

.geo-local-nav__list a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-dark);
  text-decoration: none;
}

.geo-local-nav__list a:hover {
  color: var(--brand);
  text-decoration: underline;
}

/* Geo SEO internal links — muted, not primary navigation */
.seo-geo-links {
  border-top: 1px solid #eef2f7;
  content-visibility: auto;
  contain-intrinsic-size: 1px 480px;
}

.seo-geo-links__title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.seo-geo-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
}

.seo-geo-links__list.justify-content-center {
  justify-content: center;
}

.seo-geo-links__list a {
  font-size: 0.8rem;
  color: #94a3b8;
  text-decoration: none;
}

.seo-geo-links__list a:hover {
  color: var(--brand);
  text-decoration: underline;
}

.regions-hub-city {
  padding: 1rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.regions-hub-districts {
  margin-top: 0.35rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.65rem;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}

.regions-hub-districts summary {
  cursor: pointer;
  font-weight: 650;
  color: #334155;
}

.footer-link--muted {
  opacity: 0.72;
  font-size: 0.92em;
}

.site-footer {
  background: #0b1b2b;
  color: #94a3b8;
  margin-top: auto;
}

.footer-trust {
  background: linear-gradient(180deg, #102536 0%, #0b1b2b 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.footer-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1.15rem 0;
}

@media (min-width: 768px) {
  .footer-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.footer-trust__item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.footer-trust__item strong {
  color: #f8fafc;
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-trust__item span {
  font-size: 0.78rem;
  color: #94a3b8;
}

.footer-main {
  padding: 2.5rem 0 1.75rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  margin-bottom: 0.85rem;
}

.footer-brand__text {
  font-size: 1.45rem;
  font-weight: 750;
  color: #fff;
  letter-spacing: -0.4px;
}

.footer-tagline {
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 28rem;
  margin-bottom: 1.1rem;
}

.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.btn-footer-outline {
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #e2e8f0 !important;
  background: transparent;
  border-radius: 0.7rem;
  padding: 0.5rem 0.95rem;
  font-weight: 650;
  text-decoration: none !important;
}

.btn-footer-outline:hover {
  border-color: var(--brand);
  color: #fff !important;
  background: rgba(0, 195, 255, 0.12);
}

.footer-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cbd5e1;
  margin-bottom: 0.85rem;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: var(--brand);
}

.footer-contact li {
  display: grid;
  gap: 0.15rem;
}

.footer-contact__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  font-weight: 650;
}

.footer-contact a,
.footer-contact span:not(.footer-contact__label) {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.45;
}

.footer-contact a:hover {
  color: var(--brand);
}

.footer-note {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.5;
}

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding: 0.95rem 0;
}

.footer-bottom__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #64748b;
}

.footer-bottom__secure {
  color: #94a3b8;
}

.form-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-float {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 1060;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  pointer-events: none;
}

.contact-float__btn,
.contact-float__teklif {
  pointer-events: auto;
}

.contact-float__btn {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.contact-float__btn:hover,
.contact-float__btn:focus-visible {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28);
  color: #fff !important;
}

.contact-float__btn--tel {
  background: #0b1f3a;
}

.contact-float__btn--tel:hover,
.contact-float__btn--tel:focus-visible {
  background: #132a4a;
  filter: brightness(1.05);
}

.contact-float__btn--wa {
  background: #25d366;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.4);
}

.contact-float__btn--wa:hover,
.contact-float__btn--wa:focus-visible {
  background: #1ebe57;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}

.contact-float__teklif {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0 1.05rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(145deg, var(--brand), var(--brand-dark));
  box-shadow: 0 8px 22px rgba(0, 150, 199, 0.4);
  white-space: nowrap;
}

.contact-float__teklif:hover,
.contact-float__teklif:focus-visible {
  filter: brightness(1.05);
  color: #fff !important;
}

body.quote-modal-open .contact-float {
  display: none !important;
}

/* Toast notifications */
.app-toast-host {
  position: fixed;
  top: 6.5rem;
  right: 1.1rem;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: min(400px, calc(100vw - 1.5rem));
  pointer-events: none;
}

.app-toast {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 12px 30px rgba(15, 23, 42, 0.14),
    0 2px 8px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.06);
  opacity: 0;
  transform: translateY(-12px) scale(0.98);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.app-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.app-toast.is-leaving {
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
}

.app-toast__accent {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
}

.app-toast__body {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.95rem 0.95rem 0.95rem 1.1rem;
}

.app-toast__icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  margin-top: 0.05rem;
}

.app-toast__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.app-toast__title {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.app-toast__message {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #475569;
}

.app-toast__close {
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 1.35rem;
  line-height: 1;
  padding: 0 0.15rem;
  cursor: pointer;
  border-radius: 8px;
}

.app-toast__close:hover {
  color: #334155;
  background: rgba(15, 23, 42, 0.05);
}

.app-toast__progress {
  height: 3px;
  width: 100%;
  transform-origin: left center;
  animation: app-toast-progress var(--toast-duration, 6500ms) linear forwards;
}

.app-toast--success {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 55%, #e6f9ff 100%);
}

.app-toast--success .app-toast__accent,
.app-toast--success .app-toast__progress {
  background: linear-gradient(180deg, #22c55e, #16a34a);
}

.app-toast--success .app-toast__icon,
.app-toast--success .app-toast__title {
  color: #15803d;
}

.app-toast--error {
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 55%, #fef2f2 100%);
}

.app-toast--error .app-toast__accent,
.app-toast--error .app-toast__progress {
  background: linear-gradient(180deg, #fb923c, #ef4444);
}

.app-toast--error .app-toast__icon,
.app-toast--error .app-toast__title {
  color: #c2410c;
}

@keyframes app-toast-progress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

@media (max-width: 575.98px) {
  .app-toast-host {
    top: auto;
    bottom: 5.5rem;
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
  }
}

@media (max-width: 991.98px) {
  .header-trustbar__phone {
    display: none;
  }

  .header-trustbar__inner {
    justify-content: space-evenly;
    gap: 0.4rem;
    flex-wrap: nowrap;
  }

  .header-trustbar__item {
    flex: 0 1 auto;
    min-width: 0;
  }

  .nav-categories {
    margin-top: 0.85rem;
    padding-top: 0.35rem;
    border-top: 1px solid #eef2f7;
  }

  .nav-categories .nav-link {
    padding: 0.7rem 0.35rem !important;
  }

  .header-actions {
    width: 100%;
  }

  .header-actions .header-cta,
  .header-actions .btn-wa {
    flex: 1;
    justify-content: center;
    text-align: center;
  }

  .nav-services-dropdown .dropdown-menu.nav-services-menu {
    position: static !important;
    float: none;
    width: 100% !important;
    max-width: none;
    margin: 0.25rem 0 0.5rem;
    transform: none !important;
    border: 1px solid #e2e8f0;
    box-shadow: none;
  }

  .nav-services-menu__grid {
    grid-template-columns: 1fr 1fr;
    max-height: 42vh;
  }

  .hero {
    min-height: 300px;
    padding: 2.25rem 0;
  }

  .hero .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-sub {
    font-size: 0.95rem;
    margin-bottom: 1.15rem;
    padding: 0 0.25rem;
  }

  .hero-search .form-control {
    font-size: 1rem;
    padding: 0.85rem 1rem;
  }

  .content-wrap {
    padding: 1.35rem 0 2.5rem;
  }

  .trust-hero {
    padding: 2rem 0 1.75rem;
  }

  .trust-hero__inner {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }

  .trust-hero__lead {
    font-size: 0.98rem;
  }

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

  .info-prose {
    padding: 1.15rem 1rem;
  }

  .trust-cta-band__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .trust-cta-band__actions {
    width: 100%;
  }

  .trust-cta-band__actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .quote-panel {
    padding: 1.1rem 1rem 1.25rem;
  }

  .quote-wizard.sticky-lg-top {
    position: static !important;
    top: auto !important;
  }

  .quote-inline-action {
    flex-wrap: wrap;
  }

  .quote-inline-action .btn {
    width: 100%;
    min-width: 0;
  }

  .quote-steps {
    gap: 0.35rem;
  }

  .quote-step {
    padding: 0.45rem 0.2rem;
  }

  .quote-step__label {
    font-size: 0.68rem;
    text-align: center;
    line-height: 1.2;
  }

  .seo-geo-links__list {
    gap: 0.4rem;
  }

  .seo-geo-links__list a {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
  }

  .footer-cta-row {
    flex-wrap: wrap;
  }

  .footer-cta-row .btn {
    flex: 1 1 auto;
  }

  .footer-main .row {
    --bs-gutter-x: 1rem;
  }

  .content-wrap > .container,
  .trust-hero > .container,
  .footer-main.container,
  .footer-main > .container,
  .site-navbar > .container,
  .header-trustbar > .container {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .contact-float {
    left: 50%;
    right: auto;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.4rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.18);
    pointer-events: auto;
    max-width: calc(100vw - 1.25rem);
  }

  .contact-float__btn {
    width: 2.85rem;
    height: 2.85rem;
    flex: 0 0 auto;
  }

  .contact-float__teklif {
    min-height: 2.85rem;
    padding: 0 1.1rem;
    font-size: 0.9rem;
    flex: 1 1 auto;
    max-width: 9.5rem;
  }

  .site-main {
    padding-bottom: 5.75rem;
  }

  .site-footer {
    padding-bottom: 1rem;
  }

  .hero-title {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
    line-height: 1.2;
  }

  .btn,
  .form-control,
  .form-select {
    min-height: 44px;
  }

  .btn-sm {
    min-height: 36px;
  }

  .service-card {
    height: 100%;
  }

  .service-card-body {
    padding: 0.95rem 0.9rem 1rem;
  }

  .quote-landing-reopen .btn {
    min-height: 52px;
    font-size: 1.05rem;
  }

  .tf-landing-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .tf-landing-cta .btn-lg {
    width: 100%;
  }

  .seo-geo-links__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .table-responsive,
  .admin-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .service-card-title {
    font-size: 1rem;
  }

  .page-breadcrumb .breadcrumb {
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 14.5px;
  }

  .header-trustbar {
    font-size: 0.68rem;
  }

  .header-trustbar__inner {
    gap: 0.3rem;
    min-height: 2rem;
    justify-content: space-between;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .header-trustbar__inner::-webkit-scrollbar {
    display: none;
  }

  .header-trustbar__dot {
    display: none;
  }

  .header-trustbar__item {
    white-space: nowrap;
    gap: 0.25rem;
  }

  .header-trustbar__ico {
    width: 0.8rem;
    height: 0.8rem;
  }

  .header-mobile-actions {
    gap: 0.25rem;
  }

  .header-icon-btn,
  .header-toggler {
    width: 2.45rem;
    height: 2.45rem;
  }

  .brand-logo-img {
    max-height: 36px;
    max-width: min(168px, 48vw);
  }

  .brand-logo {
    font-size: 1.25rem;
    max-width: calc(100% - 3.5rem);
  }

  .brand-logo__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: 260px;
    scroll-margin-top: 5.5rem;
  }

  .hero-title {
    font-size: clamp(1.45rem, 7vw, 1.95rem);
  }

  .trust-item .value {
    font-size: 1.15rem;
  }

  .trust-item .label {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .nav-services-menu__grid {
    grid-template-columns: 1fr;
  }

  .trust-cta-band {
    padding: 1.75rem 0;
  }

  .trust-cta-band__title {
    font-size: 1.2rem;
  }

  .footer-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-side-card .btn {
    font-size: 0.95rem;
  }

  .regions-hub-districts {
    padding: 0.55rem 0.65rem;
  }

  .row.g-4 > [class*="col-"] {
    min-width: 0;
  }

  .quote-panel .form-control,
  .quote-panel .form-select,
  .hero-search .form-control {
    font-size: 16px; /* iOS zoom önleme */
  }
}

@media (max-width: 379.98px) {
  .header-trustbar {
    font-size: 0.62rem;
  }

  .header-trustbar__item {
    letter-spacing: -0.01em;
  }

  .brand-logo {
    font-size: 1.15rem;
  }

  .header-icon-btn,
  .header-toggler {
    width: 2.3rem;
    height: 2.3rem;
  }
}

/* —— Full-screen quote flow (Nakliye-style) —— */
.quote-landing {
  position: relative;
  min-height: min(72vh, 560px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.quote-landing__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.quote-landing__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 24, 40, 0.35) 0%, rgba(8, 24, 40, 0.82) 72%),
    linear-gradient(90deg, rgba(0, 150, 199, 0.35), transparent 55%);
}
.quote-landing__inner {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 2.75rem;
  max-width: 720px;
}
.tf-landing-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ae6ff;
}
.quote-landing h1 {
  margin: 0;
  font-size: clamp(1.75rem, 4.5vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.quote-landing .lead {
  margin: 0.85rem 0 0;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 36rem;
}
.quote-landing .tf-landing-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin-top: 1.5rem;
}
.quote-landing .tf-landing-cta .btn-link {
  text-decoration: none;
  font-weight: 650;
  opacity: 0.9;
}
.quote-landing .tf-landing-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  list-style: none;
  padding: 0;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  font-size: 0.92rem;
}
.quote-landing .tf-landing-points li::before {
  content: "✓";
  color: #7ddfff;
  margin-right: 0.35rem;
  font-weight: 800;
}
.quote-landing-reopen {
  padding-top: 0.5rem;
}

.quote-locked-region {
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: #e8f8ff;
  border: 1px solid #bae6fd;
  color: #0f172a;
  font-size: 1.05rem;
}

body.quote-modal-open {
  overflow: hidden;
}

.tf-flow {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  flex-direction: column;
  background: linear-gradient(160deg, #f4fbff 0%, #eef7fb 42%, #f8fafc 100%);
}
.tf-flow.is-open {
  display: flex;
}
.tf-flow__form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.tf-top {
  padding: 0;
  flex-shrink: 0;
}
.tf-progress {
  height: 4px;
  background: rgba(0, 195, 255, 0.18);
}
.tf-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--brand), var(--brand-dark));
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.tf-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
}
.tf-close {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  line-height: 0;
}
.tf-close:hover {
  background: rgba(15, 23, 42, 0.1);
}
.tf-close span {
  font-size: 1.55rem;
  line-height: 1;
  display: block;
  margin-top: -2px;
}
.tf-counter {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #64748b;
}
.tf-toast-host {
  position: fixed;
  left: 50%;
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 1200;
  width: min(420px, calc(100% - 1.5rem));
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  pointer-events: none;
}
.tf-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
  font-weight: 650;
  font-size: 0.95rem;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.tf-toast.is-in {
  opacity: 1;
  transform: none;
}
.tf-toast.is-out {
  opacity: 0;
  transform: translateY(8px);
}
.tf-toast-text {
  flex: 1;
}
.tf-toast-close {
  border: 0;
  background: transparent;
  color: inherit;
  opacity: 0.7;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
  margin-top: -2px;
}
.tf-toast-error {
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fecdd3;
}
.tf-toast-info {
  background: #e8f8ff;
  color: #0369a1;
  border: 1px solid #bae6fd;
}
.tf-toast-ok {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.tf-stage {
  flex: 1;
  overflow: auto;
  position: relative;
  padding: 0.5rem 1rem 1rem;
  -webkit-overflow-scrolling: touch;
}
.tf-slide {
  display: none;
  width: min(720px, 100%);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(28px);
  padding-bottom: 1rem;
}
.tf-slide.is-active {
  display: block;
  opacity: 1;
  transform: none;
}
.tf-slide.is-leave {
  animation: tfLeave 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tf-slide.is-leave-back {
  animation: tfLeaveBack 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tf-slide.is-enter-from {
  opacity: 0;
  transform: translateY(36px);
}
.tf-slide.is-enter {
  animation: tfEnter 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.tf-slide.is-enter-from-back {
  opacity: 0;
  transform: translateY(-28px);
}
.tf-slide.is-enter-back {
  animation: tfEnterBack 0.42s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes tfEnter {
  from { opacity: 0; transform: translateY(36px); }
  to { opacity: 1; transform: none; }
}
@keyframes tfEnterBack {
  from { opacity: 0; transform: translateY(-28px); }
  to { opacity: 1; transform: none; }
}
@keyframes tfLeave {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translateY(-24px); }
}
@keyframes tfLeaveBack {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translateY(24px); }
}
.tf-kicker {
  margin: 0.5rem 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-dark);
}
.tf-question {
  margin: 0;
  font-size: clamp(1.45rem, 4vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1.2;
}
.tf-help {
  margin: 0.55rem 0 1.25rem;
  color: #64748b;
  font-size: 1rem;
}
.tf-field {
  max-width: 560px;
}
.tf-input {
  border-radius: 14px !important;
  min-height: 48px;
  font-size: 1.05rem !important;
}
.tf-flow .tf-input.is-invalid {
  border-color: #f97316 !important;
  box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.15);
}
.tf-nav {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-top: 1px solid #e2e8f0;
  flex-shrink: 0;
}
.tf-nav .btn {
  min-height: 48px;
  min-width: 110px;
}
.tf-nav .btn-brand {
  min-width: 160px;
}
.quote-fab {
  display: none !important;
}
@media (max-width: 767px) {
  .tf-question {
    font-size: 1.35rem;
  }
  .tf-nav .btn {
    flex: 1;
  }
  .quote-landing {
    min-height: min(58vh, 420px);
  }
  .quote-landing__inner {
    padding: 2rem 0 1.75rem;
  }
  .quote-landing .lead {
    font-size: 0.98rem;
  }
  .tf-landing-points {
    font-size: 0.85rem;
    gap: 0.35rem 0.85rem;
  }
}
