.theme-refresh {
  --bg: #f2f5f9;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --ink: #132e49;
  --muted: #5e7187;
  --line: rgba(19, 58, 95, 0.11);
  --blue: #133a5f;
  --blue-deep: #071a2d;
  --blue-soft: #edf3f9;
  --gold: #c9a45b;
  --gold-soft: #f3ead8;
  --shadow-lg: 0 34px 80px rgba(5, 21, 39, 0.16);
  --shadow-md: 0 18px 40px rgba(5, 21, 39, 0.11);
  background:
    radial-gradient(circle at top left, rgba(201, 164, 91, 0.08), transparent 24%),
    radial-gradient(circle at top right, rgba(19, 58, 95, 0.06), transparent 22%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 24%, #f3f6fa 100%);
  color: var(--ink);
}

html {
  scroll-behavior: smooth;
}

.theme-refresh .navbar-default {
  background: rgba(6, 20, 35, 0.74);
  border: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 34px rgba(5, 22, 42, 0.14);
}

.theme-refresh .navbar-default::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 164, 91, 0), rgba(201, 164, 91, 0.32), rgba(201, 164, 91, 0));
}

.theme-refresh .navbar-default.has-menu .nav > li > a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
}

.theme-refresh .navbar-default .navbar-header .navbar-brand {
  display: inline-flex;
  align-items: center;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.theme-refresh .brand-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.theme-refresh .brand-yalin {
  color: #a54686;
}

.theme-refresh .brand-sigorta {
  color: #c7ccd4;
}

.theme-refresh header {
  min-height: 920px;
  overflow: hidden;
  background-attachment: scroll;
}

.theme-refresh .hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 420px);
  gap: 34px;
  align-items: start;
  padding-top: 168px;
  position: relative;
  z-index: 2;
}

.theme-refresh .hero-copy,
.theme-refresh .hero-side {
  min-width: 0;
}

.theme-refresh .hero-stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.theme-refresh .hero-orb {
  position: absolute;
  border-radius: 999px;
  opacity: 0.72;
}

.theme-refresh .hero-orb-one {
  top: 120px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(215, 176, 98, 0.28) 0%, rgba(215, 176, 98, 0) 70%);
}

.theme-refresh .hero-orb-two {
  bottom: 110px;
  left: -90px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(104, 170, 238, 0.16) 0%, rgba(104, 170, 238, 0) 72%);
}

.theme-refresh .hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.55;
}

.theme-refresh header.car_loan {
  background-image:
    linear-gradient(118deg, rgba(4, 14, 26, 0.94) 0%, rgba(8, 30, 54, 0.88) 42%, rgba(19, 58, 95, 0.72) 100%),
    url("../img/header.jpg");
}

.theme-refresh header::before {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(201, 164, 91, 0.24), transparent 18%),
    radial-gradient(circle at bottom right, rgba(215, 176, 98, 0.14), transparent 20%);
}

.theme-refresh header .header-content {
  padding: 0 0 40px;
}

.theme-refresh header .header-content .header-content-inner {
  max-width: 660px;
}

.theme-refresh header .header-content .header-content-inner h1 {
  font-size: 68px;
  line-height: 0.98;
  margin-bottom: 22px;
  letter-spacing: -0.04em;
  text-wrap: balance;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.theme-refresh header .header-content .header-content-inner p {
  max-width: 600px;
  font-size: 19px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.84);
}

.theme-refresh .hero-badge,
.theme-refresh .section-kicker,
.theme-refresh .form-kicker,
.theme-refresh .company-overview-label,
.theme-refresh .contact-card-label {
  letter-spacing: 0.1em;
}

.theme-refresh .hero-badge {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 164, 91, 0.2);
  color: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 0 0 1px rgba(201, 164, 91, 0.05);
}

.theme-refresh .hero-actions {
  gap: 16px;
  margin-top: 34px;
}

.theme-refresh .hero-actions .btn {
  min-height: 56px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  box-shadow: 0 16px 28px rgba(5, 18, 33, 0.18);
}

.theme-refresh .hero-stats {
  gap: 18px;
  margin-top: 6px;
}

.theme-refresh .hero-stat {
  min-width: 170px;
  padding: 20px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(201, 164, 91, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.theme-refresh .hero-trust-band span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 164, 91, 0.16);
}

.theme-refresh .hero-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.theme-refresh .hero-partners span {
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(201, 164, 91, 0.14);
}

.theme-refresh .hero-public-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 26px;
  padding: 22px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(201, 164, 91, 0.14);
  box-shadow: 0 18px 34px rgba(4, 18, 37, 0.12);
}

.theme-refresh .hero-public-band-label {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.theme-refresh .hero-public-band-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.theme-refresh .hero-public-band-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.theme-refresh .hero-public-band-logos li {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.theme-refresh .hero-public-band-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(4, 18, 37, 0.12);
}

.theme-refresh .hero-public-band-logos img {
  width: 100%;
  max-width: 96px;
  height: auto;
}

.theme-refresh .hero-editorial-card {
  max-width: 470px;
  margin-top: 24px;
  padding: 20px 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(201, 164, 91, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 16px 36px rgba(4, 18, 37, 0.12);
}

.theme-refresh .hero-editorial-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.theme-refresh .hero-editorial-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.theme-refresh .form-mockup {
  margin-top: 0;
  padding: 36px 34px 30px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(246, 249, 252, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 54px rgba(7, 27, 50, 0.2);
}

.theme-refresh .form-mockup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: linear-gradient(90deg, rgba(201, 164, 91, 0), rgba(201, 164, 91, 0.9), rgba(201, 164, 91, 0));
}

.theme-refresh .form-mockup::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 164, 91, 0.14), rgba(201, 164, 91, 0));
  pointer-events: none;
}

.theme-refresh .hero-side {
  position: relative;
}

.theme-refresh .hero-side .form-container {
  margin: 0;
  max-width: 100%;
}

.theme-refresh .hero-side-note {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(201, 164, 91, 0.16);
  color: rgba(255, 255, 255, 0.84);
}

.theme-refresh .hero-side-note strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.theme-refresh .hero-side-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.theme-refresh .proof-item {
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(201, 164, 91, 0.14);
  color: rgba(255, 255, 255, 0.86);
}

.theme-refresh .proof-value {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.theme-refresh .proof-text {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.theme-refresh .form-mockup h2 {
  font-size: 36px;
  line-height: 1.08;
  color: var(--blue-deep);
}

.theme-refresh .form-mockup .form-control,
.theme-refresh #contact form .form-control {
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(19, 58, 95, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.theme-refresh .quote_btn {
  min-height: 60px;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #0a2340 0%, #133a5f 100%) !important;
  border: 0 !important;
  box-shadow: 0 12px 22px rgba(10, 35, 64, 0.18);
}

.theme-refresh section {
  padding: 120px 0;
}

.theme-refresh section.features,
.theme-refresh #testimonials,
.theme-refresh .faq,
.theme-refresh #brand_logo {
  position: relative;
}

.theme-refresh #brand_logo {
  padding-top: 56px;
  padding-bottom: 56px;
}

.theme-refresh section.features .section-heading h2,
.theme-refresh #testimonials .section-title,
.theme-refresh #brand_logo .setion-title,
.theme-refresh #contact h2 {
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.theme-refresh .section-heading p,
.theme-refresh .aagents_p,
.theme-refresh .testimonials_p,
.theme-refresh .contact-lead {
  max-width: 820px;
  font-size: 18px;
  line-height: 1.9;
}

.theme-refresh .section-kicker,
.theme-refresh .form-kicker,
.theme-refresh .company-overview-label,
.theme-refresh .contact-card-label {
  color: var(--gold);
  font-weight: 700;
}

.theme-refresh .section-heading > .section-kicker,
.theme-refresh #agents .col-md-10 > .section-kicker,
.theme-refresh #testimonials .col-sm-12 > .section-kicker,
.theme-refresh .faq-intro-card > .section-kicker,
.theme-refresh #brand_logo .col-sm-12 > .section-kicker,
.theme-refresh #contact .col-sm-12 > .section-kicker {
  display: block;
  text-align: center;
  margin: 0 auto 14px;
}

.theme-refresh .faq-intro-card > .section-kicker {
  margin-bottom: 18px;
}

.theme-refresh .section-heading hr,
.theme-refresh #agents hr,
.theme-refresh #testimonials hr {
  margin-top: 26px;
}

.theme-refresh #brand_logo .mr_top_10 {
  margin-top: 0;
}

.theme-refresh .section-heading h2,
.theme-refresh .section-title,
.theme-refresh .setion-title,
.theme-refresh #contact h2 {
  position: relative;
  display: inline-block;
}

.theme-refresh .section-heading h2::after,
.theme-refresh .section-title::after,
.theme-refresh .setion-title::after,
.theme-refresh #contact h2::after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(201, 164, 91, 0), rgba(201, 164, 91, 0.95), rgba(201, 164, 91, 0));
}

.theme-refresh .company-details {
  gap: 30px;
  align-items: stretch;
}

.theme-refresh .impact-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 0;
}

.theme-refresh .impact-chip {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 249, 252, 0.82));
  border: 1px solid rgba(19, 58, 95, 0.09);
  box-shadow: 0 14px 28px rgba(8, 31, 58, 0.08);
  position: relative;
  overflow: hidden;
}

.theme-refresh .impact-chip::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), rgba(201, 164, 91, 0.18));
}

.theme-refresh .impact-chip strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.theme-refresh .impact-chip span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.theme-refresh .features-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: start;
}

.theme-refresh .features-story,
.theme-refresh .features-grid {
  min-width: 0;
}

.theme-refresh .company-overview {
  padding: 38px 38px 34px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, #071a2d 0%, #0f3456 54%, #194e7d 100%);
  box-shadow: 0 22px 46px rgba(5, 21, 39, 0.16);
  position: relative;
  overflow: hidden;
}

.theme-refresh .company-overview::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 164, 91, 0.18), rgba(201, 164, 91, 0));
}

.theme-refresh .company-overview h3 {
  font-size: 36px;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.theme-refresh .company-overview p {
  color: rgba(255, 255, 255, 0.82);
}

.theme-refresh .company-point,
.theme-refresh .feature-item,
.theme-refresh .reference-card,
.theme-refresh .faq-intro-card,
.theme-refresh #accordion .panel,
.theme-refresh .contact-form,
.theme-refresh address,
.theme-refresh #brand_logo .list-logo li a {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(5, 21, 39, 0.08);
}

.theme-refresh .company-point {
  padding: 26px;
}

.theme-refresh .detail-icon,
.theme-refresh section.features .feature-item i,
.theme-refresh .reference-mark {
  background: linear-gradient(135deg, #0b2e54 0%, #1b68af 100%);
}

.theme-refresh .device-container {
  padding: 18px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(5, 21, 39, 0.08);
}

.theme-refresh .story-card {
  margin-top: 20px;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(5, 21, 39, 0.08);
}

.theme-refresh .story-card h3 {
  margin: 6px 0 14px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.theme-refresh .story-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.theme-refresh .story-list {
  margin: 18px 0 0;
}

.theme-refresh .story-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.theme-refresh .story-list i {
  color: var(--gold);
  font-size: 10px;
}

.theme-refresh .feature-item {
  min-height: 100%;
  padding: 34px 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.theme-refresh .feature-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0a2340, var(--gold), rgba(201, 164, 91, 0));
  opacity: 0.9;
}

.theme-refresh .feature-item::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 164, 91, 0.1), rgba(201, 164, 91, 0));
}

.theme-refresh .feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(5, 21, 39, 0.16);
}

.theme-refresh .feature-item h3 {
  font-size: 24px;
}

.theme-refresh #agents {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(201, 164, 91, 0.16), transparent 18%),
    linear-gradient(135deg, #071a2d 0%, #0c2f4f 52%, #123d63 100%);
}

.theme-refresh .reference-card {
  min-height: 356px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.1));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 36px rgba(4, 18, 37, 0.16);
}

.theme-refresh .reference-showcase {
  margin-bottom: 26px;
}

.theme-refresh .reference-lead-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(201, 164, 91, 0.12);
  box-shadow: 0 18px 34px rgba(4, 18, 37, 0.14);
}

.theme-refresh .reference-lead-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -20px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
}

.theme-refresh .reference-lead-card h3 {
  position: relative;
  margin: 6px 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.theme-refresh .reference-lead-card p {
  position: relative;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.8;
}

.theme-refresh .reference-logo {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(19, 58, 95, 0.05);
}

.theme-refresh #testimonials .single-testimonial {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.9));
  border-radius: 30px;
  box-shadow: 0 14px 30px rgba(5, 21, 39, 0.08);
}

.theme-refresh .testimonials-list {
  display: grid;
  gap: 26px;
}

.theme-refresh #testimonials .testimonial-user {
  background: linear-gradient(135deg, #0b2e54 0%, #1b68af 100%);
}

.theme-refresh .faq-intro-card {
  padding: 36px 32px;
}

.theme-refresh .faq_title {
  font-size: 40px;
}

.theme-refresh #accordion .panel-default > .panel-heading {
  background: transparent;
}

.theme-refresh #accordion .panel-default > .panel-heading a {
  padding: 24px 26px;
  font-size: 18px;
}

.theme-refresh #brand_logo .list-logo li a {
  min-height: 118px;
}

.theme-refresh #contact {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 18% 24%, rgba(201, 164, 91, 0.18), transparent 16%),
    linear-gradient(135deg, #071a2d 0%, #0d3152 54%, #123d63 100%);
}

.theme-refresh .contact-form,
.theme-refresh address {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 36px rgba(4, 18, 37, 0.16);
}

.theme-refresh address .lead,
.theme-refresh .contact-lead {
  color: rgba(255, 255, 255, 0.82);
}

.theme-refresh footer {
  background: #051d36;
}

.theme-refresh footer p,
.theme-refresh footer a {
  color: rgba(255, 255, 255, 0.8);
}

@media (prefers-reduced-motion: reduce) {
  .theme-refresh .feature-item {
    transition: none;
  }
}

@media (max-width: 992px) {
  .theme-refresh header {
    min-height: auto;
  }

  .theme-refresh .navbar-default .navbar-header .navbar-brand {
    max-width: calc(100% - 74px);
    min-height: 80px;
    height: auto;
    padding-right: 8px;
  }

  .theme-refresh .brand-wordmark {
    flex-wrap: wrap;
    row-gap: 2px;
    line-height: 1.05;
  }

  .theme-refresh .navbar-default .navbar-collapse {
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }

  .theme-refresh .navbar-default {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .theme-refresh .hero-shell,
  .theme-refresh .features-layout {
    grid-template-columns: 1fr;
  }

  .theme-refresh .hero-shell {
    padding-top: 148px;
    gap: 24px;
  }

  .theme-refresh .hero-side-proof,
  .theme-refresh .impact-ribbon {
    grid-template-columns: 1fr;
  }

  .theme-refresh .hero-public-band {
    grid-template-columns: 1fr;
  }

  .theme-refresh .hero-public-band-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .theme-refresh .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .theme-refresh .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-refresh .hero-stat {
    min-width: 0;
    width: 100%;
  }

  .theme-refresh .hero-trust-band span,
  .theme-refresh .hero-partners span {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .theme-refresh .form-mockup {
    padding: 30px 24px 26px;
  }

  .theme-refresh header .header-content .header-content-inner h1 {
    font-size: 42px;
  }

  .theme-refresh section.features .section-heading h2,
  .theme-refresh #testimonials .section-title,
  .theme-refresh #brand_logo .setion-title,
  .theme-refresh #contact h2 {
    font-size: 36px;
  }

  .theme-refresh .company-overview h3 {
    font-size: 28px;
  }

  .theme-refresh .reference-lead-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .theme-refresh .navbar-default::after {
    left: 16px;
    right: 16px;
  }

  .theme-refresh .hero-shell {
    padding-top: 132px;
  }

  .theme-refresh .hero-public-band {
    padding: 18px;
  }

  .theme-refresh .hero-public-band-copy {
    text-align: center;
  }

  .theme-refresh .hero-public-band-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .theme-refresh section {
    padding: 88px 0;
  }
}

@media (max-width: 450px) {
  .theme-refresh .brand-wordmark {
    font-size: 18px;
  }

  .theme-refresh header .header-content {
    padding-top: 150px;
  }

  .theme-refresh header .header-content .header-content-inner h1 {
    font-size: 30px;
    line-height: 1.04;
  }

  .theme-refresh header .header-content .header-content-inner p {
    font-size: 16px;
    line-height: 1.75;
  }

  .theme-refresh .form-mockup,
  .theme-refresh .company-overview,
  .theme-refresh .feature-item,
  .theme-refresh .reference-card,
  .theme-refresh .faq-intro-card,
  .theme-refresh .contact-form,
  .theme-refresh address {
    border-radius: 24px;
  }

  .theme-refresh .hero-orb,
  .theme-refresh .hero-grid-lines,
  .theme-refresh .reference-lead-card::after,
  .theme-refresh .company-overview::after,
  .theme-refresh .feature-item::after,
  .theme-refresh .form-mockup::after {
    display: none;
  }

  .theme-refresh .hero-public-band {
    padding: 16px;
  }

  .theme-refresh .hero-stats {
    grid-template-columns: 1fr;
  }

  .theme-refresh .hero-public-band-logos {
    grid-template-columns: 1fr;
  }

  .theme-refresh .hero-public-band-logos a {
    min-height: 56px;
    padding: 12px;
  }

  .theme-refresh .hero-public-band-logos img {
    max-width: 88px;
  }

  .theme-refresh .form-mockup {
    padding: 24px 18px 20px;
  }
}
