/* Home Page UX - Premium Legal (Single Layer) */

.home-page {
  --home-navy: var(--color-navy);
  --home-navy-soft: var(--color-navy-soft);
  --home-gold: var(--color-gold);
  --home-gold-muted: var(--color-gold-muted);
  --home-bg: #f4f6fa;
  --home-surface: #ffffff;
  --home-surface-soft: #eef2f7;
  --home-ink: #17263a;
  --home-text: #314155;
  --home-muted: #5e6c7d;
  --home-border: #d5dce8;
  --home-shadow: 0 14px 30px rgba(8, 27, 53, 0.09);
  --home-shadow-raise: 0 18px 34px rgba(8, 27, 53, 0.14);
  --home-radius: 16px;
  --hero-height: clamp(540px, 74vh, 760px);
  --section-space: clamp(52px, 7vw, 88px);
}

.home-page section[id] {
  scroll-margin-top: 96px;
}

body.home-page {
  background: var(--home-bg);
  color: var(--home-text);
}

.home-page .main-content,
.home-page .main-content::before {
  background: transparent !important;
}

/* Header behavior on home: controlled by .header--modern only */
.home-page .header {
  position: sticky !important;
  top: 0;
  z-index: 1100;
}

/* Hero */
.home-page .hero-lawyer-section.media-only {
  padding: 0 0 88px;
}

.home-page .mobile-slider-wrapper {
  display: none;
}

.home-page .desktop-slider,
.home-page .slider-container,
.home-page .slider,
.home-page .slide,
.home-page .slide-image,
.home-page .slide-image img,
.home-page .slide-video {
  min-height: var(--hero-height);
  height: var(--hero-height);
}

.home-page .slide {
  position: relative;
}

.home-page .slide-image-col {
  position: absolute;
  inset: 0;
}

.home-page .slide-image {
  position: absolute;
  inset: 0;
}

.home-page .slide-image img,
.home-page .slide-video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-page .slide-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(5, 17, 36, 0.76) 0%, rgba(5, 17, 36, 0.34) 42%, rgba(5, 17, 36, 0.58) 100%);
  z-index: 1;
}

.home-page .slide-content-col {
  position: relative;
  z-index: 12;
  min-height: var(--hero-height);
  max-width: 660px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

.home-page .slide-content {
  max-width: 620px;
  padding: 34px 34px 32px;
  border-radius: 20px;
  background: rgba(8, 25, 49, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.home-page .slide-content h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.1vw, 56px);
  line-height: 1.08;
  text-wrap: balance;
}

.home-page .slide-content p {
  margin: 0 0 20px;
  color: rgba(238, 245, 255, 0.92);
  font-size: 18px;
  line-height: 1.7;
  max-width: 48ch;
}

.home-page .hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-page .btn-mehr,
.home-page .service-card-btn,
.home-page .home-eval-btn,
.home-page .quick-contact-cta-actions .quick-cta-btn {
  --btn-elev: 0 8px 18px rgba(8, 22, 44, 0.16);
  --btn-elev-hover: 0 12px 22px rgba(8, 22, 44, 0.22);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.01em;
  box-shadow: var(--btn-elev);
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.home-page .btn-mehr::before,
.home-page .service-card-btn::before,
.home-page .home-eval-btn::before,
.home-page .quick-contact-cta-actions .quick-cta-btn::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -130%;
  width: 42%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 48%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  transition: left 0.4s ease;
  pointer-events: none;
}

.home-page .btn-mehr:hover::before,
.home-page .service-card-btn:hover::before,
.home-page .home-eval-btn:hover::before,
.home-page .quick-contact-cta-actions .quick-cta-btn:hover::before {
  left: 130%;
}

.home-page .hero-cta-primary,
.home-page .hero-cta-secondary,
.home-page .mobile-more-btn {
  min-height: 44px;
}

/* Hero info panels */
.home-page .hero-info-boxes {
  position: relative;
  z-index: 9;
  margin-top: clamp(-94px, -10vh, -58px);
  margin-bottom: 12px;
}

/* Madde 1: Hero info cards use a controlled palette for visual coherence */
.home-page .hero-info-col-1 .hero-info-box {
  --hero-box-bg: #1f4f2f !important;
  --hero-box-text: #ecfff1 !important;
  --hero-box-border: rgba(170, 208, 132, 0.72) !important;
}

.home-page .hero-info-col-2 .hero-info-box {
  --hero-box-bg: #8e6a2d !important;
  --hero-box-text: #fff8ea !important;
  --hero-box-border: rgba(230, 200, 137, 0.72) !important;
}

.home-page .hero-info-col-3 .hero-info-box {
  --hero-box-bg: #6b1f3d !important;
  --hero-box-text: #fff0f6 !important;
  --hero-box-border: rgba(213, 154, 184, 0.72) !important;
}

.home-page .hero-info-box {
  --hero-box-bg: #102a53;
  --hero-box-text: #eef4ff;
  --hero-box-border: rgba(199, 165, 91, 0.42);
  position: relative;
  overflow: hidden;
  min-height: 170px;
  border-radius: 16px;
  border: 1px solid var(--hero-box-border) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 45%),
    var(--hero-box-bg) !important;
  color: var(--hero-box-text) !important;
  box-shadow: 0 10px 20px rgba(6, 17, 33, 0.24);
  padding: 20px;
  backdrop-filter: blur(1px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, filter 0.3s ease;
}

.home-page .hero-info-box::before {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -35%;
  width: 35%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-16deg);
  opacity: 0;
  transition: left 0.55s ease, opacity 0.4s ease;
  pointer-events: none;
}

.home-page .hero-info-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 58%);
  pointer-events: none;
}

.home-page .hero-info-card-link {
  display: block;
  text-decoration: none;
}

.home-page .hero-info-card-link:focus-visible .hero-info-box {
  outline: 2px solid rgba(199, 165, 91, 0.7);
  outline-offset: 2px;
}

.home-page .hero-info-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--hero-box-text);
  font-size: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}

.home-page .hero-info-content h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: var(--hero-box-text);
  font-size: 21px;
  line-height: 1.24;
  transition: transform 0.28s ease, color 0.28s ease;
}

.home-page .hero-info-content p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--hero-box-text);
  opacity: 0.92;
  font-size: 15px;
  line-height: 1.58;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.home-page .hero-info-box:hover,
.home-page .hero-info-card-link:hover .hero-info-box,
.home-page .hero-info-card-link:focus-visible .hero-info-box {
  transform: translateY(-6px) scale(1.012);
  border-color: color-mix(in srgb, var(--hero-box-border) 68%, #ffffff);
  box-shadow: 0 14px 26px rgba(6, 17, 33, 0.33), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  filter: saturate(1.05);
}

.home-page .hero-info-box:hover::before,
.home-page .hero-info-card-link:hover .hero-info-box::before,
.home-page .hero-info-card-link:focus-visible .hero-info-box::before {
  left: 118%;
  opacity: 1;
}

.home-page .hero-info-box:hover .hero-info-icon,
.home-page .hero-info-card-link:hover .hero-info-icon,
.home-page .hero-info-card-link:focus-visible .hero-info-icon {
  transform: translateY(-2px) scale(1.06);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34), 0 8px 16px rgba(3, 10, 24, 0.22);
}

.home-page .hero-info-box:hover .hero-info-content h3,
.home-page .hero-info-card-link:hover .hero-info-content h3,
.home-page .hero-info-card-link:focus-visible .hero-info-content h3 {
  transform: translateX(2px);
}

.home-page .hero-info-box:hover .hero-info-content p,
.home-page .hero-info-card-link:hover .hero-info-content p,
.home-page .hero-info-card-link:focus-visible .hero-info-content p {
  opacity: 1;
  transform: translateX(2px);
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-info-box,
  .home-page .hero-info-icon,
  .home-page .hero-info-content h3,
  .home-page .hero-info-content p,
  .home-page .hero-info-box::before {
    transition: none !important;
  }

  .home-page .hero-info-box:hover,
  .home-page .hero-info-card-link:hover .hero-info-box {
    transform: none;
  }
}

/* Intro about */
.home-page .intro-overlap {
  padding: 56px 0 48px;
  background: linear-gradient(180deg, #f9fbff 0%, #f2f6fd 100%);
}

.home-page .intro-overlap .row {
  justify-content: center !important;
  --bs-gutter-x: clamp(14px, 3vw, 36px);
}

.home-page .intro-overlap-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(196, 209, 230, 0.78);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(9, 26, 50, 0.1);
  padding: clamp(14px, 2.1vw, 22px);
}

.home-page .intro-overlap-media {
  display: block;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--home-shadow);
}

.home-page .intro-overlap-content {
  max-width: 760px;
}

.home-page .intro-overlap-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--home-navy);
  letter-spacing: 0.08em;
  font-weight: 700;
}

.home-page .intro-overlap-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--home-navy);
}

.home-page .intro-overlap-content h2 {
  margin: 0 0 14px;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.6vw, 46px);
  line-height: 1.14;
  letter-spacing: -0.01em;
}

.home-page .intro-overlap-content p {
  margin: 0;
  color: #32465f;
  font-size: 17px;
  line-height: 1.7;
  max-width: 62ch;
}

.home-page .btn-mehr {
  margin-top: 16px;
  border: 1px solid var(--home-gold);
  background: var(--home-gold);
  color: #12243b;
  border-radius: 999px;
  font-weight: 700;
  min-height: 44px;
  padding: 0 22px;
  box-shadow: 0 10px 20px rgba(110, 78, 27, 0.2);
}

.home-page .btn-mehr:hover {
  background: #d2b06d;
  border-color: #d2b06d;
  color: #12243b;
}

/* Shared section shell */
.home-page .modern-features-section,
.home-page .home-calculations-section,
.home-page .services-home,
.home-page .home-region-faq-section,
.home-page .home-blog-section,
.home-page .home-process-section,
.home-page .home-why-section,
.home-page .quick-contact-cta-section,
.home-page .contact-section {
  padding: var(--section-space) 0;
  border-top: 1px solid rgba(20, 46, 83, 0.08);
}

/* Section color map: clear visual separation */
.home-page .modern-features-section {
  background: linear-gradient(180deg, #f4f7fc 0%, #eef3fa 100%);
}

.home-page .home-calculations-section {
  background: linear-gradient(180deg, #eef3fa 0%, #e8eef7 100%);
}

.home-page .expertise-section {
  background: linear-gradient(180deg, #f6f9fe 0%, #f0f5fc 100%);
  border-top: 1px solid rgba(19, 49, 87, 0.14);
}

.home-page .home-process-section {
  background:
    radial-gradient(circle at 10% 14%, rgba(199, 165, 91, 0.16), transparent 34%),
    linear-gradient(145deg, #081f40 0%, #0d2f5d 54%, #0a274f 100%);
  border-top: 1px solid rgba(221, 190, 136, 0.34);
  border-bottom: 1px solid rgba(221, 190, 136, 0.26);
}

.home-page .home-blog-section {
  background:
    radial-gradient(circle at 10% 6%, rgba(163, 186, 219, 0.16), transparent 34%),
    linear-gradient(180deg, #f9fbff 0%, #f1f6fd 100%);
  border-top: 1px solid rgba(26, 56, 93, 0.14);
}

.home-page .contact-section {
  background: linear-gradient(180deg, #f4f7fc 0%, #edf2f9 100%);
}

.home-page .home-calculations-header,
.home-page .modern-section-header {
  text-align: center;
  margin-bottom: 34px;
}

.home-page .home-calculations-kicker,
.home-page .modern-section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 34px;
  padding: 0 20px;
  background: var(--home-navy);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.home-page .home-calculations-header h2,
.home-page .modern-section-title,
.home-page .home-region-faq-title {
  margin: 0 0 10px;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.1;
}

.home-page .home-calculations-header p,
.home-page .modern-section-subtitle {
  margin: 0 auto;
  max-width: 74ch;
  color: var(--home-text);
  font-size: 18px;
  line-height: 1.74;
}

/* Why us cards */

.home-page section[data-section="value-props"] .modern-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.home-page section[data-section="value-props"] .modern-feature-card {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: 20px 18px;
  box-shadow: var(--home-shadow);
  text-align: center;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-page section[data-section="value-props"] .modern-feature-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--home-gold) 54%, var(--home-border));
  box-shadow: var(--home-shadow-raise);
}

.home-page section[data-section="value-props"] .modern-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin: 0 auto 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--home-gold) 18%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--home-gold) 44%, var(--home-border));
  color: var(--home-navy);
  font-size: 22px;
}

.home-page section[data-section="value-props"] .modern-feature-title {
  margin: 0 0 6px;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.2;
  min-height: calc(1.2em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page section[data-section="value-props"] .modern-feature-description {
  margin: 0 0 10px;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.55;
  min-height: calc(1.55em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page section[data-section="value-props"] .modern-feature-link {
  margin-top: auto;
  align-self: center;
  color: var(--home-navy);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.home-page section[data-section="value-props"] .modern-feature-link:hover {
  color: var(--home-gold);
}

/* Calculation cards (Madde 4: single component family) */

.home-page section[data-section="calculators"] .home-calculations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.home-page section[data-section="calculators"] .home-calculation-card {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: 16px 14px;
  color: var(--home-ink);
  text-decoration: none;
  box-shadow: var(--home-shadow);
  min-height: 206px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-page section[data-section="calculators"] .home-calculation-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--home-gold) 54%, var(--home-border));
  box-shadow: var(--home-shadow-raise);
}

.home-page section[data-section="calculators"] .home-calculation-card.dark {
  background: linear-gradient(140deg, #0f2a54 0%, #173b6d 100%);
  border-color: rgba(199, 165, 91, 0.38);
  color: #f3f7ff;
}

.home-page section[data-section="calculators"] .home-calculation-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 2px;
  background: color-mix(in srgb, var(--home-gold) 22%, #ffffff);
  color: var(--home-navy);
}

.home-page section[data-section="calculators"] .home-calculation-card.dark .home-calculation-icon {
  background: rgba(255, 255, 255, 0.17);
  color: #f0ce86;
}

.home-page section[data-section="calculators"] .home-calculation-title {
  margin: 0 0 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.25;
  min-height: calc(1.25em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page section[data-section="calculators"] .home-calculation-text {
  margin: 0;
  color: var(--home-text);
  font-size: 13px;
  line-height: 1.5;
  min-height: calc(1.5em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page section[data-section="calculators"] .home-calculation-card.dark .home-calculation-text {
  color: rgba(236, 244, 255, 0.9);
}

.home-page section[data-section="calculators"] .home-calculation-arrow {
  margin-top: auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--home-navy);
  color: #ffffff;
  font-size: 12px;
}

.home-page section[data-section="calculators"] .home-calculation-card.dark .home-calculation-arrow {
  background: var(--home-gold);
  color: #12243a;
}

/* Services */
.home-page .services-home {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(211, 179, 118, 0.18), transparent 34%),
    radial-gradient(circle at 88% 92%, rgba(108, 153, 214, 0.14), transparent 42%),
    linear-gradient(135deg, #082246 0%, #0f325f 56%, #0b2a54 100%);
  border-top: 1px solid rgba(220, 189, 132, 0.34);
  border-bottom: 1px solid rgba(220, 189, 132, 0.28);
}

.home-page section[data-section="services"]::before,
.home-page section[data-section="services"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  pointer-events: none;
  z-index: 0;
}

.home-page section[data-section="services"]::before {
  top: 0;
  background: linear-gradient(180deg, rgba(243, 247, 253, 0.58) 0%, rgba(243, 247, 253, 0) 100%);
}

.home-page section[data-section="services"]::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(238, 243, 251, 0.62) 0%, rgba(238, 243, 251, 0) 100%);
}

.home-page section[data-section="services"] > .container {
  position: relative;
  z-index: 1;
}

.home-page .services-home .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-page .services-home .row > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-page .services-home-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 34px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.home-page .services-home-head h2,
.home-page .services-home-head p,
.home-page .services-home-kicker {
  color: #f6f9ff !important;
}

.home-page .service-card {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(199, 165, 91, 0.28);
  border-radius: 16px;
  overflow: hidden;
  background: #fdfaf3;
  box-shadow: 0 16px 30px rgba(5, 16, 32, 0.28);
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-page .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 34px rgba(5, 16, 32, 0.34);
}

.home-page .service-card-media-link {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.home-page .service-card-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.home-page .service-card:hover .service-card-media {
  transform: scale(1.05);
}

.home-page .service-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 18px;
  gap: 10px;
  background: #efe8d8;
  border-top: 1px solid #d9c9a8;
}

.home-page .service-card-title {
  margin: 0;
  min-height: calc(1.2em * 2);
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.55vw, 29px);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page .service-card-text {
  margin: 0;
  color: var(--home-text);
  font-size: 15px;
  line-height: 1.65;
  min-height: calc(1.65em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page .service-card-btn {
  margin-top: auto;
  align-self: flex-start;
  gap: 7px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #b7934e;
  background: var(--home-gold);
  color: #12243a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.home-page .service-card-btn i {
  font-size: 13px;
}

/* FAQ */
.home-page .home-region-faq-section {
  background:
    radial-gradient(circle at 12% 4%, rgba(199, 165, 91, 0.14), transparent 38%),
    radial-gradient(circle at 92% 100%, rgba(16, 42, 83, 0.1), transparent 46%),
    linear-gradient(180deg, #f5f8fe 0%, #eef3fb 100%);
}

.home-page .home-region-faq-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid color-mix(in srgb, var(--home-border) 74%, #ffffff);
  border-radius: 22px;
  box-shadow: 0 22px 40px rgba(10, 27, 51, 0.11);
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.home-page .home-region-faq-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #0f2b57 0%, #c7a55b 100%);
  opacity: 0.95;
}

.home-page .home-faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-color: transparent;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
  margin: 0 !important;
  align-items: stretch;
}

.home-page .home-faq-col {
  display: flex;
}

.home-page .home-faq-col .home-faq-item {
  width: 100%;
}

/* Hard lock: SSS row 6/12 layout */
.home-page .home-faq-accordion.row {
  display: flex !important;
  flex-wrap: wrap !important;
}

.home-page .home-faq-accordion.row > .home-faq-col {
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-bottom: var(--bs-gutter-y) !important;
}

@media (min-width: 768px) {
  .home-page .home-faq-accordion.row > .home-faq-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 767.98px) {
  .home-page .home-faq-accordion.row > .home-faq-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.home-page .home-faq-item {
  border: 1px solid #d5deeb;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(17, 40, 72, 0.06);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background-color 0.24s ease;
  animation: homeFaqGlow 4.8s ease-in-out infinite;
}

.home-page .home-faq-item:hover {
  border-color: color-mix(in srgb, var(--home-gold) 54%, #cfd8e5);
  box-shadow: 0 14px 26px rgba(12, 33, 62, 0.12);
  transform: translateY(-2px);
}

.home-page .home-faq-item:has(.home-faq-trigger[aria-expanded="true"]),
.home-page .home-faq-item:has(.home-faq-trigger:not(.collapsed)) {
  border-color: color-mix(in srgb, var(--home-gold) 58%, #bccae0);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow: 0 16px 28px rgba(12, 33, 62, 0.14);
}

.home-page .home-faq-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 11px 12px !important;
  color: #ffffff !important;
  background: #532046 !important;
  border: 0 !important;
  box-shadow: none !important;
  font-weight: 700;
  cursor: pointer;
  pointer-events: auto !important;
  z-index: 2;
}

.home-page .home-faq-trigger .home-faq-question {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
}

.home-page .home-faq-trigger:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--home-gold) 78%, #b7c5da);
  outline-offset: -2px;
}

.home-page .home-faq-trigger::after {
  content: "+" !important;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background-image: none !important;
  border: 1px solid #d4b06d !important;
  background: #4f2747 !important;
  color: #f8e6bd !important;
  font-size: 15px;
  font-weight: 800;
  font-family: Arial, sans-serif;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  flex-shrink: 0;
  transform: none !important;
  box-shadow: 0 5px 12px rgba(15, 43, 87, 0.12);
  transition: all 0.22s ease;
}

.home-page .home-faq-trigger[aria-expanded="true"]::after,
.home-page .home-faq-trigger:not(.collapsed)::after {
  content: "-" !important;
  background: #0f2b57 !important;
  border-color: #d4b06d !important;
  color: #ffffff !important;
  transform: none !important;
  box-shadow: 0 6px 14px rgba(15, 43, 87, 0.28);
}

.home-page .home-faq-trigger:hover::after {
  border-color: color-mix(in srgb, var(--home-gold) 86%, #9eb0c8);
  box-shadow: 0 6px 14px rgba(15, 43, 87, 0.18);
}

@keyframes homeFaqGlow {
  0%,
  100% {
    box-shadow: 0 8px 18px rgba(17, 40, 72, 0.06);
  }
  50% {
    box-shadow:
      0 10px 22px rgba(17, 40, 72, 0.1),
      0 0 0 1px rgba(212, 176, 109, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-faq-item {
    animation: none;
  }
}

.home-page .home-faq-item .accordion-collapse {
  border-top: 1px solid #d7c9aa;
  background: linear-gradient(180deg, #f5ecd9 0%, #efe2c6 100%);
}

.home-page .home-faq-panel {
  padding: 0 12px 10px;
}

.home-page .home-faq-panel p {
  margin: 0;
  color: #2c3a50;
  font-size: 12px;
  line-height: 1.45;
}

.home-page .home-region-faq-section .quick-contact-cta-card {
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(10, 27, 51, 0.16);
}

.home-page .home-region-faq-section .quick-contact-cta-content h2 {
  margin-top: 10px;
}

.home-page .home-region-faq-section .quick-contact-cta-content p {
  font-size: 15px;
  line-height: 1.5;
}

.home-page .home-region-faq-section .quick-contact-cta-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "phone mail"
    "whatsapp hours"
    "offer offer";
  gap: 8px;
  justify-content: stretch;
  width: 100%;
}

.home-page .home-region-faq-section .quick-contact-cta-actions .quick-cta-btn {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  font-size: 13px;
  justify-content: center;
  gap: 6px;
}

/* Madde 6: FAQ + side CTA hierarchy (FAQ primary, side CTA secondary calm) */
.home-page section[data-section="faq"] {
  background:
    radial-gradient(circle at 14% 0%, rgba(140, 166, 205, 0.12), transparent 34%),
    linear-gradient(180deg, #f4f7fc 0%, #edf2fa 100%);
}

.home-page section[data-section="faq"] .home-region-faq-card {
  box-shadow: 0 18px 34px rgba(9, 27, 51, 0.1);
}

.home-page section[data-section="faq"] .home-faq-trigger {
  background: #5a2a4e !important;
}

.home-page section[data-section="faq"] .quick-contact-cta-card {
  background: linear-gradient(155deg, #29486f 0%, #35587f 100%) !important;
  border: 1px solid rgba(212, 182, 128, 0.34) !important;
  box-shadow: 0 14px 26px rgba(10, 25, 45, 0.2);
}

.home-page section[data-section="faq"] .quick-contact-badge {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  color: #eaf2ff;
}

.home-page section[data-section="faq"] .quick-contact-cta-content p {
  color: rgba(231, 241, 255, 0.9);
}

.home-page section[data-section="faq"] .quick-contact-cta-actions .quick-cta-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(236, 245, 255, 0.28);
  color: #eef5ff;
}

.home-page section[data-section="faq"] .quick-contact-cta-actions .quick-cta-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.home-page section[data-section="faq"] .quick-contact-cta-actions .quick-cta-btn-offer {
  background: #e3d0a5;
  border-color: #e3d0a5;
  color: #1a2d49;
}

.home-page .home-region-faq-section .quick-contact-cta-actions .quick-cta-btn i {
  font-size: 14px;
}

.home-page .home-region-faq-section .quick-contact-cta-actions .quick-cta-btn-icononly .quick-cta-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.home-page .home-region-faq-section .quick-contact-cta-actions .quick-cta-btn-icononly {
  min-width: 0;
}

@media (min-width: 1200px) {
  .home-page .home-region-faq-section .quick-contact-cta-actions .quick-cta-btn {
    min-height: 42px;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .home-page .home-region-faq-section .quick-contact-cta-card {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .home-page .home-faq-accordion {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
  }

  .home-page .home-faq-trigger {
    padding: 10px 10px !important;
  }

  .home-page .home-faq-trigger .home-faq-question {
    font-size: 12px;
    line-height: 1.28;
  }

  .home-page .home-faq-trigger::after {
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-left: 8px;
  }

  .home-page .home-faq-panel {
    padding: 0 10px 10px;
  }

  .home-page .home-faq-panel p {
    font-size: 11px;
    line-height: 1.4;
  }

  .home-page .home-region-faq-section .quick-contact-cta-card {
    border-radius: 16px;
    padding: 14px 12px;
  }

  .home-page .home-region-faq-section .quick-contact-cta-actions {
    grid-template-columns: 1fr;
    grid-template-areas:
      "phone"
      "mail"
      "whatsapp"
      "hours"
      "offer";
  }

  .home-page .home-region-faq-section .quick-contact-cta-actions .quick-cta-btn {
    min-height: 38px;
    font-size: 12px;
  }
}

/* Blog */

.home-page .home-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 12px;
}

.home-page .home-blog-card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #cfdaea;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(10, 28, 52, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-page .home-blog-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, #9cb8dc 54%, #cfdceb);
  box-shadow: 0 14px 26px rgba(10, 28, 52, 0.16);
}

.home-page .home-blog-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #e7ecf5;
  display: block;
}

.home-page .home-blog-body {
  padding: 16px;
}

.home-page .home-blog-date {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #e7effa;
  color: #203a62;
}

.home-page .home-blog-title {
  margin: 10px 0 8px;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.22;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page .home-blog-text {
  margin: 0;
  color: var(--home-text);
  font-size: 14px;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page .home-blog-more-wrap {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  clear: both;
  position: relative;
  z-index: 2;
}

.home-page .home-blog-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #2f4f7a;
  background: #123563;
  color: #f2f7ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 9px 18px rgba(8, 24, 48, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.home-page .home-blog-more:hover {
  background: #1a446f;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(8, 24, 48, 0.24);
}

.home-page .home-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-page .home-process-section .home-calculations-kicker {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #f5f9ff;
}

.home-page .home-process-section .home-calculations-header h2 {
  color: #ffffff;
}

.home-page .home-process-section .home-calculations-header p {
  color: rgba(234, 242, 255, 0.92);
}

.home-page .home-process-item {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(191, 208, 232, 0.86);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 22px rgba(6, 19, 39, 0.24);
}

.home-page .home-process-item::before {
  content: "";
  display: block;
  margin: -18px -18px 12px;
  height: 3px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, var(--home-navy), var(--home-gold));
}

.home-page .home-process-index {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: var(--home-navy);
  color: #ffffff;
  border: 2px solid var(--home-gold);
  font-size: 18px;
  font-weight: 700;
}

.home-page .home-process-item h3 {
  margin: 0 0 8px;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 1.35vw, 28px);
}

.home-page .home-process-item p {
  margin: 0;
  color: var(--home-text);
  line-height: 1.62;
}

/* Why + quick eval */
.home-page .home-why-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(208, 177, 116, 0.16), transparent 40%),
    radial-gradient(circle at 88% 82%, rgba(106, 152, 214, 0.12), transparent 46%),
    linear-gradient(140deg, #0a203b 0%, #12355f 54%, #0f2d52 100%);
  padding-top: 44px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(208, 182, 127, 0.3);
}

.home-page .home-why-section .row.align-items-stretch > [class*="col-"] {
  display: flex;
}

.home-page .home-why-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(206, 182, 132, 0.36);
  border-radius: 16px;
  padding: 20px;
  color: #f2f6ff;
  box-shadow: 0 14px 24px rgba(4, 14, 28, 0.28);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.home-page .home-why-section .col-lg-4 .home-why-card {
  padding: 18px;
}

.home-page .home-why-card h2 {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 1.8vw, 38px);
  line-height: 1.12;
  margin: 0 0 8px;
}

.home-page .home-why-card p {
  color: rgba(235, 243, 255, 0.94);
  line-height: 1.56;
  font-size: 15px;
  margin: 0 0 10px;
}

.home-page .home-why-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  margin-top: 2px;
  align-content: start;
}

.home-page .home-why-pill {
  border: 1px solid rgba(171, 191, 221, 0.58);
  border-radius: 999px;
  background: rgba(28, 62, 108, 0.46);
  color: #f2f5ff;
  min-height: 34px;
  padding: 6px 11px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-page .home-eval-cta {
  margin-top: auto;
  background: linear-gradient(170deg, #e8dcc2 0%, #e0d0ad 100%);
  border: 1px solid #ccb27e;
  border-radius: 12px;
  padding: 14px;
  display: grid;
  gap: 10px;
}

.home-page .home-eval-cta strong {
  color: #17263a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 1.6vw, 36px);
  line-height: 1.12;
  display: block;
}

.home-page .home-eval-cta p {
  margin: 4px 0 0;
  color: #2f4058;
  font-size: 15px;
  line-height: 1.5;
}

.home-page .home-eval-btn {
  border-radius: 999px;
  border: 1px solid #0f2b57;
  background: linear-gradient(155deg, #0f2b57 0%, #143668 100%);
  color: #ffffff;
  min-height: 40px;
  padding: 0 14px;
  text-decoration: none;
  font-weight: 700;
  justify-self: start;
  box-shadow: 0 8px 14px rgba(9, 28, 56, 0.24);
}

.home-page .home-eval-btn:hover {
  background: var(--home-gold);
  border-color: var(--home-gold);
  color: #13243a;
  box-shadow: 0 12px 22px rgba(9, 28, 56, 0.24);
}

/* Quick CTA */
.home-page .quick-contact-cta-section {
  padding-top: 16px;
  background: #f2f6fb;
}

.home-page .quick-contact-cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  border: 1px solid #cfd8e6;
  border-radius: 16px;
  padding: 18px 20px;
  background: linear-gradient(140deg, #0d2a54 0%, #123565 100%);
}

.home-page .quick-contact-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  color: #f0f6ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-page .quick-contact-cta-content {
  flex: 1 1 320px;
}

.home-page .quick-contact-cta-content h2 {
  margin: 8px 0 4px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.1vw, 44px);
}

.home-page .quick-contact-cta-content p {
  margin: 0;
  color: rgba(234, 242, 255, 0.92);
  font-size: 16px;
}

.home-page .quick-contact-cta-actions {
  flex: 1 1 450px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  grid-template-areas:
    "phone mail whatsapp"
    ". hours offer";
  gap: 10px;
  justify-content: end;
  align-items: center;
}

.home-page .quick-contact-cta-actions .quick-cta-btn {
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.07);
  color: #f2f7ff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
}

.home-page .quick-contact-cta-actions .quick-cta-btn-phone { grid-area: phone; }
.home-page .quick-contact-cta-actions .quick-cta-btn-mail { grid-area: mail; }
.home-page .quick-contact-cta-actions .quick-cta-btn-whatsapp { grid-area: whatsapp; }
.home-page .quick-contact-cta-actions .quick-cta-btn-hours { grid-area: hours; }
.home-page .quick-contact-cta-actions .quick-cta-btn-offer { grid-area: offer; }

.home-page .quick-contact-cta-actions .quick-cta-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px) scale(1.01);
  box-shadow: var(--btn-elev-hover);
}

.home-page .quick-contact-cta-actions .quick-cta-btn-offer {
  --btn-elev: 0 10px 20px rgba(120, 89, 34, 0.25);
  --btn-elev-hover: 0 14px 28px rgba(110, 79, 28, 0.34);
  background: var(--home-gold);
  border-color: var(--home-gold);
  color: #132238;
}

@media (max-width: 1199.98px) {
  .home-page .quick-contact-cta-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "phone mail"
      "whatsapp hours"
      "offer offer";
    justify-content: stretch;
    width: 100%;
  }

  .home-page .quick-contact-cta-actions .quick-cta-btn {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .home-page .quick-contact-cta-actions {
    grid-template-columns: 1fr;
    grid-template-areas:
      "phone"
      "mail"
      "whatsapp"
      "hours"
      "offer";
  }
}

.home-page .btn-mehr,
.home-page .service-card-btn {
  --btn-elev: 0 9px 18px rgba(120, 89, 34, 0.22);
  --btn-elev-hover: 0 13px 24px rgba(110, 79, 28, 0.3);
}

.home-page .home-eval-btn {
  --btn-elev: 0 8px 16px rgba(8, 22, 44, 0.2);
  --btn-elev-hover: 0 12px 22px rgba(8, 22, 44, 0.26);
}

.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page .btn-legal:focus-visible,
.home-page .btn-mehr:focus-visible,
.home-page .service-card-btn:focus-visible,
.home-page .home-eval-btn:focus-visible,
.home-page .quick-contact-cta-actions .quick-cta-btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--home-gold) 82%, #ffffff);
  outline-offset: 2px;
}

/* Contact */
.home-page .contact-section {
  background: #ffffff;
}

.home-page .contact-form-container {
  border-radius: 20px;
  border: 1px solid rgba(199, 165, 91, 0.34);
  background: linear-gradient(160deg, #102b55 0%, #0d2448 100%);
  box-shadow: 0 24px 42px rgba(4, 12, 24, 0.38);
}

.home-page .contact-form-theme .contact-form-title,
.home-page .contact-form-theme .contact-form-description,
.home-page .contact-form-theme .contact-form label,
.home-page .contact-form-theme .contact-form .form-check-label {
  color: #f0f6ff;
}

.home-page .contact-form .form-control {
  min-height: 50px;
  border-radius: 12px;
  border: 1px solid #d5dce8;
  background: #f9fbff;
}

.home-page .contact-form textarea.form-control {
  min-height: 132px;
  border-radius: 14px;
}

.home-page .contact-form .btn-submit {
  border-radius: 999px;
  border: 1px solid var(--home-gold);
  background: var(--home-gold);
  color: #11233a;
  min-height: 46px;
}

.home-page .contact-image-container {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(199, 165, 91, 0.26);
}

.home-page .contact-overlay {
  background: linear-gradient(to top, rgba(6, 16, 31, 0.8) 0%, rgba(6, 16, 31, 0.16) 100%);
}

/* Expertise section alignment */
.home-page .expertise-section {
  padding: var(--section-space) 0;
}

.home-page .expertise-item {
  border: 1px solid var(--home-border);
  border-radius: 16px;
  background: #ffffff;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: var(--home-shadow);
}

.home-page .expertise-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-page .expertise-content {
  padding: 22px;
}

.home-page .expertise-content h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--home-ink);
  font-size: clamp(32px, 2.3vw, 44px);
}

.home-page .expertise-content p {
  margin: 0;
  color: var(--home-text);
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .home-page {
    --hero-height: clamp(470px, 66vh, 620px);
  }

  .home-page .services-home .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }

  .home-page .service-card-title {
    font-size: clamp(24px, 2.1vw, 30px);
  }

  .home-page .home-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-faq-accordion { --bs-gutter-x: 10px; --bs-gutter-y: 10px; }
}

@media (max-width: 991.98px) {
  .home-page .desktop-slider {
    display: none !important;
  }

  .home-page .mobile-slider-wrapper {
    display: block !important;
    position: relative;
  }

  .home-page .service-card-media-link {
    aspect-ratio: 16 / 10;
  }

  .home-page .service-card-body {
    padding: 16px;
    gap: 8px;
  }

  .home-page .service-card-title {
    font-size: clamp(20px, 4.2vw, 26px);
  }

  .home-page .service-card-text {
    font-size: 16px;
    line-height: 1.6;
    min-height: auto;
  }

  .home-page .modern-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-page .modern-feature-card {
    padding: 18px 14px;
  }

  .home-page .modern-feature-title {
    font-size: clamp(20px, 2.4vw, 24px);
  }

  .home-page .quick-contact-cta-actions {
    grid-template-columns: 1fr;
    grid-template-areas:
      "phone"
      "mail"
      "whatsapp"
      "hours"
      "offer";
  }

  .home-page .quick-contact-cta-actions .quick-cta-btn {
    width: 100%;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-page {
    --hero-height: clamp(420px, 62vh, 560px);
  }

  .home-page .hero-info-boxes {
    margin-top: -56px;
    margin-bottom: 8px;
  }

  .home-page .hero-info-boxes .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
    gap: 14px;
  }

  .home-page .hero-info-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: initial !important;
    padding: 0 !important;
  }

  .home-page .mobile-slide {
    position: relative;
  }

  .home-page .mobile-slide-img {
    min-height: var(--hero-height);
    height: var(--hero-height);
  }

  .home-page .mobile-slide-img img,
  .home-page .mobile-slide-img .slide-video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .home-page .hero-cta-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .home-page .hero-cta-group .btn-legal {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 14px;
    line-height: 1;
  }

  .home-page .hero-cta-group .btn-legal-outline,
  .home-page .hero-cta-group .hero-cta-secondary {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
    background: rgba(255, 255, 255, 0.06) !important;
  }
}

@media (max-width: 767.98px) {
  .home-page .container,
  .home-page .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-page .hero-info-boxes .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .home-page .hero-info-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: initial !important;
    padding: 0 !important;
  }

  .home-page .services-home .row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-page {
    --hero-height: 320px;
    --section-space: 38px;
  }

  .home-page .desktop-slider {
    display: none !important;
  }

  .home-page .mobile-slider-wrapper {
    display: block;
    position: relative;
  }

  .home-page .mobile-slide {
    position: relative;
  }

  .home-page .mobile-slide-img {
    min-height: var(--hero-height);
    height: var(--hero-height);
  }

  .home-page .mobile-slide-img img,
  .home-page .mobile-slide-img .slide-video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }

  .home-page .header {
    background: #ffffff !important;
  }

  .home-page .slide-content-col {
    min-height: var(--hero-height);
    max-width: 100%;
    align-items: flex-end;
  }

  .home-page .slide-content {
    width: 100%;
    max-width: 100%;
    padding: 16px 14px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .home-page .slide-content h2 {
    font-size: clamp(26px, 7.5vw, 34px);
    margin-bottom: 8px;
  }

  .home-page .slide-content p {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 12px;
  }

  .home-page .hero-cta-group {
    gap: 8px;
  }

  .home-page .hero-cta-group .btn-legal {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .home-page .hero-info-box {
    min-height: 126px;
    padding: 14px 13px;
  }

  .home-page .hero-info-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .home-page .hero-info-content h3 {
    font-size: 19px;
    line-height: 1.25;
  }

  .home-page .hero-info-content p {
    font-size: 15px;
    line-height: 1.6;
  }

  .home-page .intro-overlap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-page .intro-overlap .row {
    --bs-gutter-y: 10px;
    justify-content: center !important;
  }

  .home-page .intro-overlap-media {
    width: min(100%, 262px);
    margin: 0 auto 2px;
  }

  .home-page .intro-overlap-content {
    text-align: center;
    max-width: 100%;
  }

  .home-page .intro-overlap-kicker {
    justify-content: center;
    margin-bottom: 8px;
  }

  .home-page .intro-overlap-content h2 {
    margin-bottom: 8px;
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.18;
  }

  .home-page .intro-overlap-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
  }

  .home-page .btn-mehr {
    min-height: 38px;
    font-size: 12px;
    padding: 0 16px;
  }

  .home-page .home-calculations-header h2,
  .home-page .modern-section-title,
  .home-page .services-home-head h2,
  .home-page .home-region-faq-title {
    font-size: clamp(26px, 7.2vw, 34px);
  }

  .home-page .home-calculations-header p,
  .home-page .modern-section-subtitle,
  .home-page .services-home-head p {
    font-size: 16px;
    line-height: 1.68;
  }

  .home-page .home-calculations-grid,
  .home-page .home-blog-grid,
  .home-page .home-process-grid {
    grid-template-columns: 1fr;
  }

  .home-page .service-card-body,
  .home-page .home-calculation-card,
  .home-page .home-process-item {
    padding: 14px;
  }

  .home-page .service-card-title,
  .home-page .home-calculation-title,
  .home-page .home-blog-title,
  .home-page .home-process-item h3 {
    font-size: clamp(20px, 5.8vw, 24px);
  }

  .home-page .modern-feature-description,
  .home-page .service-card-text,
  .home-page .home-calculation-text,
  .home-page .home-blog-text,
  .home-page .home-process-item p {
    font-size: 14px;
    line-height: 1.6;
  }

  .home-page .home-region-faq-card {
    padding: 14px 12px;
  }

  .home-page .home-faq-trigger {
    font-size: 12px;
    line-height: 1.3;
    padding: 10px 10px;
  }

  .home-page .home-faq-panel {
    padding: 0 10px 10px;
  }

  .home-page .home-faq-panel p {
    font-size: 11px;
    line-height: 1.4;
  }

  .home-page .home-blog-body {
    padding: 14px;
  }

  .home-page .services-home-head p {
    max-width: 34ch;
    margin-inline: auto;
  }

  .home-page .home-why-list {
    grid-template-columns: 1fr;
  }

  .home-page .quick-contact-cta-card {
    padding: 14px 12px;
  }

  .home-page .quick-contact-cta-content h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .home-page .quick-contact-cta-content p {
    font-size: 14px;
  }

  .home-page .quick-contact-cta-actions {
    justify-content: stretch;
  }

  .home-page .quick-contact-cta-actions .quick-cta-btn {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }

  .home-page .contact-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .home-page .contact-form-container {
    border-radius: 14px;
  }

  .home-page .contact-image-container {
    display: none;
  }
}

@media (max-width: 420px) {
  .home-page {
    --hero-height: 290px;
  }

  .home-page .container,
  .home-page .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-page .slide-content,
  .home-page .mobile-slide-content {
    padding: 10px;
  }

  .home-page .hero-cta-group .btn-legal,
  .home-page .btn-mehr,
  .home-page .service-card-btn,
  .home-page .home-eval-btn {
    min-height: 32px;
    font-size: 11px;
  }

  .home-page .hero-info-box {
    min-height: 112px;
    padding: 12px;
  }

  .home-page .hero-info-content h3 {
    font-size: 17px;
  }

  .home-page .hero-info-content p {
    font-size: 13px;
    line-height: 1.5;
  }

  .home-page .modern-feature-card,
  .home-page .home-calculation-card {
    width: 100%;
  }

  .home-page .service-card-body,
  .home-page .home-calculation-card,
  .home-page .home-process-item {
    padding: 12px;
  }

  .home-page .home-faq-trigger::after {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .home-page .quick-contact-cta-card {
    padding: 12px 10px;
  }
}

@media (max-width: 359.98px) {
  .home-page {
    --hero-height: 270px;
  }

  .home-page .home-calculations-header h2,
  .home-page .modern-section-title,
  .home-page .services-home-head h2,
  .home-page .home-region-faq-title {
    font-size: clamp(23px, 7vw, 28px);
  }

  .home-page .service-card-title,
  .home-page .home-calculation-title,
  .home-page .home-blog-title,
  .home-page .home-process-item h3 {
    font-size: clamp(18px, 5.4vw, 21px);
    line-height: 1.28;
  }

  .home-page .home-calculation-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-page .modern-feature-description,
  .home-page .service-card-text,
  .home-page .home-calculation-text,
  .home-page .home-blog-text,
  .home-page .home-process-item p {
    font-size: 13px;
    line-height: 1.52;
  }

  .home-page .service-card-body,
  .home-page .home-calculation-card,
  .home-page .home-process-item,
  .home-page .home-blog-body {
    padding: 10px;
  }

  .home-page .quick-contact-cta-actions .quick-cta-btn {
    min-height: 40px;
    font-size: 12px;
  }
}

@media (min-width: 390px) and (max-width: 430px) {
  .home-page {
    --hero-height: 304px;
  }

  .home-page .container,
  .home-page .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-page .home-calculations-header h2,
  .home-page .modern-section-title,
  .home-page .services-home-head h2,
  .home-page .home-region-faq-title {
    font-size: clamp(27px, 6.6vw, 32px);
  }

  .home-page .service-card-title,
  .home-page .home-calculation-title,
  .home-page .home-blog-title,
  .home-page .home-process-item h3 {
    font-size: clamp(20px, 5.2vw, 23px);
  }

  .home-page .quick-contact-cta-actions .quick-cta-btn {
    min-height: 44px;
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .home-page .contact-section .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 12px;
  }

  .home-page .contact-form-container {
    padding: 14px 12px;
  }

  .home-page .contact-form-theme .contact-form-title {
    font-size: clamp(23px, 6.8vw, 30px);
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .home-page .contact-form-theme .contact-form-description {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .home-page .contact-form .form-group {
    margin-bottom: 10px;
  }

  .home-page .contact-form .form-control {
    min-height: 44px;
    font-size: 14px;
    border-radius: 10px;
  }

  .home-page .contact-form textarea.form-control {
    min-height: 108px;
  }

  .home-page .contact-form-theme .contact-form .form-check-label {
    font-size: 13px;
    line-height: 1.45;
  }

  .home-page .contact-form .btn-submit {
    width: 100%;
    min-height: 42px;
    font-size: 13px;
  }

  .home-page #fixed-form-container {
    left: 10px !important;
    bottom: 10px !important;
  }

  .home-page #fixed-form-container .image {
    width: 58px;
    height: 58px;
  }

  .home-page #fixed-form-container .footer-contact-bubble {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}


@media (max-width: 420px) {
  .home-page .contact-form-container {
    padding: 12px 10px;
  }

  .home-page .contact-form-theme .contact-form-title {
    font-size: clamp(21px, 6.8vw, 26px);
  }

  .home-page .contact-form .form-control {
    min-height: 42px;
    font-size: 13px;
  }

  .home-page .contact-form textarea.form-control {
    min-height: 96px;
  }

  .home-page .contact-form .btn-submit {
    min-height: 40px;
    font-size: 12px;
  }

  .home-page #fixed-form-container .image {
    width: 54px;
    height: 54px;
  }
}

/* Tablet: Neden Biz kartlari 2 sutun */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-page section[data-section="value-props"] .modern-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-page section[data-section="value-props"] .modern-feature-card {
    padding: 20px 16px;
  }

  .home-page section[data-section="value-props"] .modern-feature-title {
    font-size: clamp(21px, 2.1vw, 25px);
  }

  .home-page .home-calculations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

/* Mobile: kutu alani dar ve ortali */
@media (max-width: 767.98px) {
  .home-page section[data-section="value-props"] .modern-features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
  }

  .home-page section[data-section="value-props"] .modern-feature-card {
    width: min(100%, 340px);
    min-height: 170px;
    padding: 14px 12px;
  }

  .home-page section[data-section="value-props"] .modern-feature-title {
    font-size: clamp(18px, 5.5vw, 22px);
    min-height: calc(1.2em * 2);
  }

  .home-page section[data-section="value-props"] .modern-feature-description {
    font-size: 13px;
    min-height: calc(1.5em * 2);
    -webkit-line-clamp: 2;
  }

  .home-page section[data-section="value-props"] .modern-feature-link {
    font-size: 12px;
  }

  .home-page .home-calculations-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .home-page .modern-features-section,
  .home-page .home-calculations-section,
  .home-page .expertise-section,
  .home-page .home-blog-section,
  .home-page .contact-section {
    border-top-color: rgba(18, 45, 81, 0.2);
  }

  .home-page .home-process-section {
    border-top-color: rgba(222, 191, 138, 0.42);
    border-bottom-color: rgba(222, 191, 138, 0.34);
  }

  .home-page section[data-section="services"]::before,
  .home-page section[data-section="services"]::after {
    height: 18px;
  }

  .home-page .home-calculation-card {
    width: min(100%, 340px);
    min-height: 210px;
  }

  .home-page section[data-section="calculators"] .home-calculation-card {
    width: min(100%, 340px);
    min-height: 188px;
    padding: 14px 12px;
  }

  .home-page section[data-section="calculators"] .home-calculation-title {
    font-size: clamp(17px, 5.3vw, 21px);
  }

  .home-page section[data-section="calculators"] .home-calculation-text {
    font-size: 12px;
    line-height: 1.45;
  }
}

/* Tablet: iletisim formu + gorsel yan yana kalsin */
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-page .contact-section .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
    align-items: stretch;
  }

  .home-page .contact-form-container,
  .home-page .contact-image-container {
    height: 100%;
  }

  .home-page .contact-image-container {
    display: block !important;
  }

  .home-page .contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* Definitive layout lock via custom grid class */
.home-page .hero-info-grid {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px !important;
  margin: 0 !important;
}

.home-page .hero-info-grid > .hero-info-col {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .home-page .hero-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  /* Tablet: sadece ilk iki kutu gorunsun */
  .home-page .hero-info-grid > .hero-info-col-3 {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .home-page .hero-info-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  /* Mobilde yalnizca Hukuki Danismanlik (2. kutu) gorunsun */
  .home-page .hero-info-grid > .hero-info-col {
    display: none !important;
  }

  .home-page .hero-info-grid > .hero-info-col-2 {
    display: block !important;
  }
}

/* =========================================================
   Final UX Theme Layer (Section contrast + responsive polish)
   ========================================================= */
.home-page {
  --section-bg-about: linear-gradient(180deg, #f7f9fe 0%, #edf2fb 100%);
  --section-bg-values: linear-gradient(180deg, #eef3fb 0%, #e6edf8 100%);
  --section-bg-calcs: linear-gradient(180deg, #e8eef8 0%, #e2eaf6 100%);
  --section-bg-services: linear-gradient(145deg, #072249 0%, #0d3364 58%, #082b59 100%);
  --section-bg-faq: linear-gradient(180deg, #f5f8fd 0%, #eceff8 100%);
  --section-bg-blog: linear-gradient(180deg, #f9fbff 0%, #f0f5fc 100%);
  --section-bg-process: linear-gradient(145deg, #082041 0%, #103463 56%, #0a2a52 100%);
  --section-bg-why: linear-gradient(145deg, #0a2344 0%, #123a67 56%, #0b2d55 100%);
  --section-divider-light: rgba(17, 45, 82, 0.12);
  --section-divider-dark: rgba(220, 188, 132, 0.32);
}

.home-page section[data-section] {
  border-top: 1px solid var(--section-divider-light);
}

.home-page section[data-section="about-intro"] {
  background: var(--section-bg-about) !important;
}

.home-page section[data-section="value-props"] {
  background: var(--section-bg-values) !important;
}

.home-page section[data-section="calculators"] {
  background: var(--section-bg-calcs) !important;
}

.home-page section[data-section="services"] {
  background: var(--section-bg-services) !important;
  border-top-color: var(--section-divider-dark);
  border-bottom: 1px solid var(--section-divider-dark);
}

.home-page section[data-section="faq"] {
  background: var(--section-bg-faq) !important;
}

.home-page section[data-section="blog-latest"] {
  background: var(--section-bg-blog) !important;
}

.home-page section[data-section="process"] {
  background: var(--section-bg-process) !important;
  border-top-color: var(--section-divider-dark);
  border-bottom: 1px solid var(--section-divider-dark);
}

.home-page section[data-section="why"] {
  background: var(--section-bg-why) !important;
  border-top-color: var(--section-divider-dark);
  border-bottom: 1px solid var(--section-divider-dark);
}

/* Contrast pass: dark sections and key cards */
.home-page section[data-section="services"] .services-home-head p,
.home-page section[data-section="services"] .services-home-head h2 {
  color: rgba(244, 249, 255, 0.96) !important;
}

.home-page section[data-section="services"] .service-card {
  border-color: rgba(206, 176, 118, 0.38);
  box-shadow: 0 18px 34px rgba(4, 14, 30, 0.34);
}

.home-page section[data-section="process"] .home-calculations-header p {
  color: rgba(238, 245, 255, 0.96) !important;
}

.home-page section[data-section="process"] .home-process-item {
  border-color: rgba(198, 215, 236, 0.92);
  box-shadow: 0 14px 24px rgba(5, 16, 34, 0.28);
}

.home-page section[data-section="why"] .home-why-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.14) 100%);
  border-color: rgba(216, 194, 149, 0.48);
}

.home-page section[data-section="why"] .home-why-card p {
  color: rgba(241, 247, 255, 0.98);
}

.home-page section[data-section="why"] .home-why-pill {
  border-color: rgba(195, 213, 239, 0.72);
  background: rgba(20, 50, 92, 0.56);
  color: #f8fbff;
}

.home-page section[data-section="faq"] .home-faq-trigger {
  background: #4f2445 !important;
}

/* Card consistency pass */
.home-page .modern-feature-card,
.home-page .home-calculation-card,
.home-page .home-blog-card,
.home-page .home-process-item,
.home-page .service-card {
  border-radius: 16px;
}

.home-page .modern-feature-card,
.home-page .home-calculation-card,
.home-page .home-blog-card,
.home-page .home-process-item {
  box-shadow: 0 12px 24px rgba(8, 24, 47, 0.11);
}

.home-page section[data-section="faq"] .home-region-faq-card {
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(9, 24, 45, 0.12);
}

@media (max-width: 767.98px) {
  .home-page .modern-feature-card,
  .home-page .home-calculation-card,
  .home-page .home-process-item,
  .home-page .service-card-body,
  .home-page .home-blog-body {
    padding: 12px !important;
  }

  .home-page section[data-section="faq"] .home-region-faq-card {
    padding: 12px !important;
    border-radius: 14px;
  }

}

/* Hero responsive control moved to final lock section (end of file). */

/* Home Corporate Polish: visual rhythm + typography balance */
.home-page {
  --section-space: clamp(60px, 7vw, 96px);
}


.home-page .modern-features-section,
.home-page .home-calculations-section,
.home-page .services-home,
.home-page .home-region-faq-section,
.home-page .home-blog-section,
.home-page .home-process-section,
.home-page .home-why-section {
  padding-block: var(--section-space);
}

.home-page .service-card-body,
.home-page .home-blog-body,
.home-page .home-calculation-card,
.home-page .home-process-item {
  padding: 20px;
}

.home-page .service-card-title,
.home-page .home-blog-title,
.home-page .home-calculation-title,
.home-page .home-process-item h3 {
  font-size: clamp(22px, 1.6vw, 30px);
}

.home-page .service-card-text,
.home-page .home-blog-text,
.home-page .home-calculation-text,
.home-page .home-process-item p,
.home-page section[data-section="value-props"] .modern-feature-description {
  font-size: 15px;
  line-height: 1.62;
}

.home-page .home-blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-page .home-blog-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-page .home-blog-text {
  min-height: calc(1.62em * 3);
  -webkit-line-clamp: 3;
}

.home-page .home-blog-more-wrap {
  margin-top: 26px;
}

.home-page section[data-section="faq"] .quick-contact-cta-card {
  padding: 18px;
}

.home-page section[data-section="faq"] .quick-contact-cta-content p {
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .home-page {
    --section-space: clamp(40px, 9vw, 58px);
  }

  .home-page .service-card-body,
  .home-page .home-blog-body,
  .home-page .home-calculation-card,
  .home-page .home-process-item {
    padding: 16px !important;
  }

  .home-page .service-card-title,
  .home-page .home-blog-title,
  .home-page .home-calculation-title,
  .home-page .home-process-item h3 {
    font-size: clamp(20px, 5.7vw, 26px);
  }

  .home-page .service-card-text,
  .home-page .home-blog-text,
  .home-page .home-calculation-text,
  .home-page .home-process-item p,
  .home-page section[data-section="value-props"] .modern-feature-description {
    font-size: 14px;
    line-height: 1.56;
  }
}

/* Home Readability Uplift: corporate scale tuning */

.home-page .home-calculations-header p,
.home-page .modern-section-subtitle,
.home-page .services-home-head p,
.home-page .intro-overlap-content p {
  font-size: 16px !important;
  line-height: 1.66 !important;
}

.home-page .service-card-body,
.home-page .home-blog-body,
.home-page section[data-section="calculators"] .home-calculation-card,
.home-page .home-process-item,
.home-page section[data-section="value-props"] .modern-feature-card {
  padding: 22px !important;
}

.home-page .service-card-title,
.home-page .home-blog-title,
.home-page section[data-section="calculators"] .home-calculation-title,
.home-page .home-process-item h3,
.home-page section[data-section="value-props"] .modern-feature-title {
  font-size: clamp(24px, 1.75vw, 32px) !important;
  line-height: 1.2 !important;
}

.home-page .service-card-text,
.home-page .home-blog-text,
.home-page section[data-section="calculators"] .home-calculation-text,
.home-page .home-process-item p,
.home-page section[data-section="value-props"] .modern-feature-description {
  font-size: 15px !important;
  line-height: 1.64 !important;
}

.home-page .home-region-faq-section .quick-contact-cta-card {
  padding: 20px !important;
}

.home-page .home-region-faq-section .quick-contact-cta-content p {
  font-size: 15px !important;
  line-height: 1.58 !important;
}

.home-page .home-region-faq-section .quick-contact-cta-actions .quick-cta-btn {
  min-height: 44px !important;
  font-size: 14px !important;
}

@media (max-width: 991.98px) {
  .home-page .home-calculations-header p,
  .home-page .modern-section-subtitle,
  .home-page .services-home-head p,
  .home-page .intro-overlap-content p {
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .home-page .service-card-body,
  .home-page .home-blog-body,
  .home-page section[data-section="calculators"] .home-calculation-card,
  .home-page .home-process-item,
  .home-page section[data-section="value-props"] .modern-feature-card {
    padding: 18px !important;
  }

  .home-page .service-card-title,
  .home-page .home-blog-title,
  .home-page section[data-section="calculators"] .home-calculation-title,
  .home-page .home-process-item h3,
  .home-page section[data-section="value-props"] .modern-feature-title {
    font-size: clamp(21px, 5.9vw, 27px) !important;
  }

  .home-page .home-blog-grid {
    margin-bottom: 8px;
  }

  .home-page .home-blog-more-wrap {
    margin-top: 18px;
  }
}

/* Home Scale Pass 2: desktop-first corporate readability */
@media (min-width: 1100px) {
  .home-page .slide-content {
    max-width: 680px;
    padding: 38px 38px 34px !important;
  }

  .home-page .slide-content h2 {
    font-size: clamp(40px, 3.3vw, 58px) !important;
    line-height: 1.06 !important;
  }

  .home-page .slide-content p {
    font-size: 19px !important;
    line-height: 1.72 !important;
  }

  .home-page .home-calculations-kicker,
  .home-page .modern-section-badge,
  .home-page .services-home-kicker {
    min-height: 36px;
    font-size: 13px;
    letter-spacing: 0.11em;
  }

  .home-page .home-calculations-header h2,
  .home-page .modern-section-title,
  .home-page .home-region-faq-title,
  .home-page .services-home-head h2 {
    font-size: clamp(34px, 2.4vw, 44px) !important;
    line-height: 1.12 !important;
  }

  .home-page .home-calculations-header p,
  .home-page .modern-section-subtitle,
  .home-page .services-home-head p {
    font-size: 17px !important;
    line-height: 1.7 !important;
  }

  .home-page .home-blog-date {
    min-height: 28px;
    padding: 0 12px;
    font-size: 12px;
  }

}

/* Home Scale Pass 3: text legibility refinement */
.home-page .intro-overlap-content p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #2a3f59 !important;
}

.home-page .home-process-item p,
.home-page section[data-section="calculators"] .home-calculation-text,
.home-page .home-blog-text,
.home-page .service-card-text {
  font-size: 15px !important;
  line-height: 1.66 !important;
}

.home-page .home-faq-trigger .home-faq-question {
  font-size: 14px !important;
  line-height: 1.36 !important;
}

.home-page .home-faq-panel p {
  font-size: 13px !important;
  line-height: 1.52 !important;
}

@media (max-width: 991.98px) {
  .home-page .intro-overlap-content p,
  .home-page .home-process-item p,
  .home-page section[data-section="calculators"] .home-calculation-text,
  .home-page .home-blog-text,
  .home-page .service-card-text {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .home-page .home-faq-trigger .home-faq-question {
    font-size: 13px !important;
  }

  .home-page .home-faq-panel p {
    font-size: 12px !important;
    line-height: 1.46 !important;
  }
}

/* Process + Why Visual Upgrade */
.home-page section[data-section="process"] {
  background:
    radial-gradient(circle at 10% 16%, rgba(224, 193, 138, 0.16), transparent 34%),
    radial-gradient(circle at 86% 84%, rgba(142, 177, 226, 0.14), transparent 36%),
    linear-gradient(145deg, #072043 0%, #0f3465 56%, #0a2a53 100%) !important;
}

.home-page section[data-section="process"] .home-process-grid {
  gap: 16px;
}

.home-page section[data-section="process"] .home-process-item {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%) !important;
  border: 1px solid rgba(198, 214, 236, 0.92) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 28px rgba(4, 15, 31, 0.28) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-page section[data-section="process"] .home-process-item:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 183, 126, 0.86) !important;
  box-shadow: 0 22px 34px rgba(4, 15, 31, 0.34) !important;
}

.home-page section[data-section="process"] .home-process-index {
  width: 44px;
  height: 44px;
  border: 2px solid #d1b275;
  background: linear-gradient(150deg, #0e2d57 0%, #1a4174 100%);
  color: #f7fbff;
  box-shadow: 0 8px 14px rgba(7, 21, 42, 0.24);
}

.home-page section[data-section="process"] .home-process-item h3 {
  color: #122844;
  margin-bottom: 10px;
}

.home-page section[data-section="process"] .home-process-item p {
  color: #334a65;
}

.home-page section[data-section="why"] {
  background:
    radial-gradient(circle at 8% 20%, rgba(220, 188, 131, 0.16), transparent 38%),
    radial-gradient(circle at 84% 82%, rgba(141, 177, 226, 0.13), transparent 42%),
    linear-gradient(145deg, #092343 0%, #133a69 54%, #0f3058 100%) !important;
}

.home-page section[data-section="why"] .home-why-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.13) 100%) !important;
  border: 1px solid rgba(216, 194, 149, 0.52) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 30px rgba(4, 14, 30, 0.3) !important;
  backdrop-filter: blur(2px);
}

.home-page section[data-section="why"] .home-why-card h2 {
  color: #eef4ff !important;
  margin-bottom: 10px;
}

.home-page section[data-section="why"] .home-why-card p {
  color: rgba(224, 236, 252, 0.98) !important;
}

.home-page section[data-section="why"] .home-why-list {
  gap: 10px 12px;
}

.home-page section[data-section="why"] .home-why-pill {
  min-height: 36px;
  border: 1px solid rgba(194, 213, 239, 0.78) !important;
  background: rgba(17, 47, 89, 0.6) !important;
  color: #f8fbff !important;
  font-size: 14px;
  font-weight: 600;
}

.home-page section[data-section="why"] .home-eval-cta {
  border-radius: 14px;
  box-shadow: 0 14px 24px rgba(7, 19, 34, 0.2);
}

.home-page section[data-section="why"] .home-eval-cta strong {
  color: #17263a !important;
}

.home-page section[data-section="why"] .home-eval-cta p {
  color: #3a4f67 !important;
}

@media (max-width: 991.98px) {
  .home-page section[data-section="process"] .home-process-grid {
    gap: 12px;
  }

  .home-page section[data-section="process"] .home-process-item {
    border-radius: 14px !important;
  }

  .home-page section[data-section="why"] .home-why-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-page section[data-section="why"] .home-why-pill {
    min-height: 34px;
    font-size: 13px;
  }
}

/* Header sync with global modern menu (remove legacy home header drift) */
.home-page .header--modern {
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid rgba(199, 165, 91, 0.34) !important;
  box-shadow: 0 8px 22px rgba(9, 24, 47, 0.08) !important;
}

.home-page .header--modern .header-nav--modern .header-nav__item > a {
  color: #132743 !important;
  font-size: clamp(14px, 0.45vw + 8px, 17px) !important;
  font-weight: 700 !important;
  padding: clamp(8px, 0.5vw + 5px, 11px) clamp(10px, 0.7vw + 6px, 16px) !important;
  border-radius: 999px;
}

.home-page .header--modern .header-nav--modern .header-nav__item.has-dropdown > a {
  padding-right: 36px !important;
}

.home-page .header--modern .header-nav--modern .header-nav__item.has-dropdown > a::after {
  right: 14px !important;
  width: 6px !important;
  height: 6px !important;
  transform: translateY(-42%) rotate(45deg) !important;
}

.home-page .header--modern .header-nav--modern .header-nav__item > a:hover {
  background: rgba(19, 39, 67, 0.06) !important;
  color: #102b55 !important;
}

.home-page .header--modern .header-nav--modern .header-nav__item.active > a {
  background: color-mix(in srgb, var(--accent-color) 20%, #ffffff) !important;
  color: #0f2a4d !important;
}

.home-page .header--modern .language_selector_wrapper a {
  background: #fffdf8 !important;
  border-color: color-mix(in srgb, var(--accent-color) 56%, #c8b284) !important;
  color: #132743 !important;
  min-width: clamp(28px, 0.6vw + 21px, 34px) !important;
  min-height: clamp(28px, 0.6vw + 21px, 34px) !important;
  font-size: clamp(11px, 0.25vw + 8px, 13px) !important;
}

.home-page .header--modern .language_selector_wrapper a.activelang,
.home-page .header--modern .language_selector_wrapper a:hover {
  background: color-mix(in srgb, var(--accent-color) 82%, #ffffff) !important;
  border-color: color-mix(in srgb, var(--accent-color) 94%, #9f7b37) !important;
}

@media (max-width: 1024px) {
  .home-page .header--modern .header-nav__wrapper,
  .home-page .header--modern .header-nav--modern {
    display: none !important;
  }

  .home-page .header--modern .header-bar,
  .home-page .header--modern .header-bar.style-1 {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Hero card final lock: mobile-only lineer kuculme */
@media (max-width: 991.98px) {
  body.home-page .mobile-slide-content {
    position: absolute !important;
    left: clamp(10px, calc(1.783vw + 4.3px), 22px) !important;
    right: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    z-index: 12 !important;
    width: clamp(300px, calc(35.66vw + 185.9px), 540px) !important;
    max-width: calc(100vw - 16px) !important;
    padding:
      clamp(12px, calc(1.783vw + 6.3px), 24px)
      clamp(12px, calc(1.783vw + 6.3px), 24px)
      clamp(12px, calc(1.189vw + 8.2px), 20px) !important;
    border-radius: 20px !important;
    background: rgba(8, 25, 49, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-align: left !important;
    backdrop-filter: blur(2px);
    box-shadow: 0 16px 30px rgba(6, 20, 41, 0.28);
  }

  body.home-page .mobile-slide-content h3 {
    margin: 0 0 clamp(8px, calc(0.594vw + 6.1px), 12px) !important;
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(21px, calc(1.932vw + 14.8px), 34px) !important;
    line-height: 1.12 !important;
    text-align: left !important;
  }

  body.home-page .mobile-slide-content p {
    margin: 0 0 clamp(10px, calc(0.594vw + 8.1px), 14px) !important;
    color: rgba(238, 245, 255, 0.92) !important;
    font-size: clamp(12px, calc(0.743vw + 9.62px), 17px) !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  body.home-page .mobile-slide-content .hero-cta-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: clamp(8px, calc(0.297vw + 7.05px), 10px) !important;
  }

  body.home-page .mobile-slide-content .btn-legal {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 1 auto !important;
    white-space: nowrap !important;
    min-height: clamp(34px, calc(1.486vw + 29.2px), 44px) !important;
    padding: 0 clamp(12px, calc(1.189vw + 8.2px), 20px) !important;
    font-size: clamp(11px, calc(0.446vw + 9.57px), 14px) !important;
  }

  body.home-page .mobile-slide-content .btn-legal-outline,
  body.home-page .mobile-slide-content .hero-cta-secondary {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.06) !important;
  }
}

@media (max-width: 430px) {
  body.home-page .mobile-slide-content {
    left: 8px !important;
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    border-radius: 16px !important;
    padding: 12px 12px 11px !important;
  }

  body.home-page .mobile-slide-content h3 {
    font-size: 27px !important;
    line-height: 1.12 !important;
    margin-bottom: 8px !important;
  }

  body.home-page .mobile-slide-content p {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }

  body.home-page .mobile-slide-content .hero-cta-group {
    gap: 8px !important;
  }

  body.home-page .mobile-slide-content .btn-legal {
    min-height: 34px !important;
    font-size: 11px !important;
    padding: 0 12px !important;
  }
}

/* Footer Home Sync:
   Anasayfa footer, genel footer kurallarini kullanir.
   Newsletter kartinin overlap/pozisyonu legal-theme-override.css icinde korunur. */

/* Home Header Linear Lock: aligned with global 400px+ scale */
.home-page .header--modern .header-container {
  min-height: clamp(74px, 0.9vw + 68px, 88px) !important;
  gap: clamp(8px, 0.35vw + 4px, 12px) !important;
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(12px, 1vw + 4px, 20px) !important;
  padding-right: clamp(12px, 1vw + 4px, 20px) !important;
}

.home-page .header--modern .header-logo {
  padding-right: clamp(8px, 0.6vw + 2px, 16px) !important;
}

.home-page .header--modern .header-logo a {
  width: clamp(220px, 8vw + 96px, 300px) !important;
}

.home-page .header--modern .header-logo img {
  max-height: clamp(58px, 1.8vw + 38px, 84px) !important;
}

.home-page .header--modern .header-nav--modern .header-nav__list {
  gap: clamp(2px, 0.4vw, 7px) !important;
}

.home-page .header--modern .header-nav--modern .header-nav__item > a {
  font-size: clamp(13px, 0.15vw + 10px, 15px) !important;
  min-height: clamp(36px, 0.35vw + 34px, 42px) !important;
  padding: clamp(7px, 0.18vw + 5px, 9px) clamp(9px, 0.32vw + 6px, 13px) !important;
}

.home-page .header--modern .language_selector_wrapper a {
  min-width: clamp(27px, 0.32vw + 22px, 32px) !important;
  min-height: clamp(27px, 0.32vw + 22px, 32px) !important;
  font-size: clamp(11px, 0.12vw + 9px, 12px) !important;
}

@media (max-width: 1024px) {
  .home-page .header--modern .header-container {
    min-height: clamp(66px, 1.1vw + 56px, 76px) !important;
    max-width: 100% !important;
  }

  .home-page .header--modern .header-logo {
    padding-right: 0 !important;
  }

  .home-page .header--modern .header-logo a {
    width: clamp(180px, 7.5vw + 104px, 244px) !important;
  }

  .home-page .header--modern .header-logo img {
    max-height: clamp(50px, 1.3vw + 36px, 64px) !important;
  }
}

@media (max-width: 767.98px) {
  .home-page .header--modern .header-container {
    min-height: clamp(60px, 1.2vw + 54px, 68px) !important;
    padding-left: clamp(8px, 1.4vw, 12px) !important;
    padding-right: clamp(8px, 1.4vw, 12px) !important;
  }

  .home-page .header--modern .header-logo a {
    width: clamp(168px, 12vw + 112px, 214px) !important;
  }

  .home-page .header--modern .header-logo img {
    max-height: clamp(46px, 1vw + 38px, 56px) !important;
  }
}

@media (min-width: 400px) and (max-width: 575.98px) {
  .home-page .header--modern .header-logo a {
    width: clamp(170px, 10vw + 124px, 206px) !important;
  }

  .home-page .header--modern .header-logo img {
    max-height: clamp(48px, 0.8vw + 42px, 54px) !important;
  }
}

/* Hero Linear Lock: single source to stop slide-content jump */
@media (min-width: 992px) {
  .home-page .desktop-slider {
    display: block !important;
  }

  .home-page .mobile-slider-wrapper {
    display: none !important;
  }
}

.home-page .slide-content-col {
  min-height: var(--hero-height) !important;
  max-width: clamp(420px, 38vw, 640px) !important;
  display: flex !important;
  align-items: center !important;
}

.home-page .slide-content {
  width: min(100%, clamp(380px, 36vw, 620px)) !important;
  padding: clamp(22px, 1.2vw + 14px, 34px) clamp(22px, 1.3vw + 14px, 34px) clamp(20px, 1vw + 13px, 30px) !important;
  border-radius: clamp(14px, 0.6vw + 10px, 20px) !important;
}

.home-page .slide-content h2 {
  font-size: clamp(34px, 2.2vw, 52px) !important;
  line-height: 1.08 !important;
  margin-bottom: clamp(10px, 0.5vw + 8px, 16px) !important;
}

.home-page .slide-content p {
  font-size: clamp(16px, 0.45vw + 12px, 19px) !important;
  line-height: 1.62 !important;
  margin-bottom: clamp(14px, 0.6vw + 10px, 22px) !important;
}

@media (max-width: 991.98px) {
  .home-page .desktop-slider {
    display: none !important;
  }

  .home-page .mobile-slider-wrapper {
    display: block !important;
    position: relative !important;
  }

  body.home-page .mobile-slide-content {
    position: absolute !important;
    left: clamp(10px, 1.5vw + 6px, 22px) !important;
    right: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    z-index: 12 !important;
    width: clamp(300px, 34vw + 190px, 560px) !important;
    max-width: calc(100vw - 16px) !important;
    padding: clamp(12px, 1vw + 8px, 22px) clamp(12px, 1vw + 8px, 22px) clamp(12px, 0.8vw + 8px, 18px) !important;
    border-radius: clamp(14px, 0.5vw + 12px, 20px) !important;
    background: rgba(8, 25, 49, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-align: left !important;
    backdrop-filter: blur(2px);
    box-shadow: 0 16px 30px rgba(6, 20, 41, 0.28);
  }

  body.home-page .mobile-slide-content h3 {
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(22px, 1.55vw + 15px, 36px) !important;
    line-height: 1.12 !important;
    margin-bottom: clamp(8px, 0.35vw + 7px, 12px) !important;
    text-align: left !important;
  }

  body.home-page .mobile-slide-content p {
    color: rgba(238, 245, 255, 0.92) !important;
    font-size: clamp(12px, 0.55vw + 10px, 17px) !important;
    line-height: 1.5 !important;
    margin-bottom: clamp(10px, 0.4vw + 8px, 14px) !important;
    text-align: left !important;
  }

  body.home-page .mobile-slide-content .hero-cta-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: clamp(8px, 0.35vw + 7px, 10px) !important;
  }

  body.home-page .mobile-slide-content .btn-legal {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 1 auto !important;
    white-space: nowrap !important;
    min-height: clamp(34px, 1vw + 29px, 44px) !important;
    padding: 0 clamp(12px, 0.8vw + 9px, 20px) !important;
    font-size: clamp(11px, 0.35vw + 10px, 14px) !important;
  }

  body.home-page .mobile-slide-content .btn-legal-outline,
  body.home-page .mobile-slide-content .hero-cta-secondary {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.06) !important;
  }
}

@media (max-width: 430px) {
  body.home-page .mobile-slide-content {
    left: 8px !important;
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    border-radius: 16px !important;
    padding: 12px 12px 11px !important;
  }

  body.home-page .mobile-slide-content h3 {
    font-size: clamp(23px, 6.5vw, 28px) !important;
    line-height: 1.12 !important;
    margin-bottom: 8px !important;
  }
}
