/**
 * Landing Page - Die FAIRwerter
 * Wohnungsauflösung Berlin
 */

/* ===========================
   LOCAL FONTS
   =========================== */

/* Montserrat - Latin Extended (Umlaute etc.) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/montserrat-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/montserrat-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/montserrat-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Montserrat - Latin (Basis) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/montserrat-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/montserrat-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/montserrat-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===========================
   DESIGN SYSTEM - FAIRwerter
   =========================== */

:root {
  /* Brand Colors - FAIRwerter */
  --primary: #ffbb00;
  --primary-dark: #e6a800;
  --primary-light: #FFF9E6;

  /* Neutral Colors */
  --bg-body: #ffffff;
  --bg-surface: #ffffff;
  --bg-light: #F9FAFB;
  --text-dark: #1a1a1a;
  --text-medium: #4a4a4a;
  --text-light: #666666;
  --text-white: #ffffff;
  --border-light: #e2e8f0;

  /* Special Colors */
  --star-color: #FBBC04;
  --comparison-green: #10B981;
  --comparison-gray: #666666;

  /* Fluid Typography */
  --text-2xl: clamp(1.4rem, 1.2vw + 0.9rem, 1.85rem);
  --text-xl: clamp(1.3rem, 1vw + 0.9rem, 1.75rem);
  --text-lg: clamp(1.05rem, 0.5vw + 0.8rem, 1.25rem);
  --text-md: clamp(1rem, 0.4vw + 0.85rem, 1.1rem);
  --text-base: 1rem;
  --text-sm: 0.875rem;
  --text-xs: 0.75rem;

  /* Fluid Spacing */
  --space-xs: clamp(0.5rem, 0.3vw + 0.4rem, 0.75rem);
  --space-s: clamp(1rem, 0.67vw + 0.8rem, 1.5rem);
  --space-m: clamp(1.5rem, 1.15vw + 1rem, 2.5rem);
  --space-l: clamp(2rem, 1.87vw + 1.2rem, 3.5rem);
  --space-xl: clamp(3rem, 2.5vw + 1.5rem, 5rem);
  --space-2xl: clamp(4rem, 3.5vw + 2rem, 6rem);
  --space-3xl: clamp(5rem, 4.5vw + 2.5rem, 8rem);

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 800px;
  --border-radius: 8px;
  --border-radius-lg: 12px;
  --border-radius-xl: 24px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.12);

  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-base: 0.3s ease;
}

/* ===========================
   RESET & BASE
   =========================== */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--text-dark);
  background: var(--bg-body);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ===========================
   LAYOUT
   =========================== */

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-s);
}

.section {
  padding: var(--space-2xl) 0;
}

.section--light {
  background: var(--bg-light);
}

.section--white {
  background: var(--bg-surface);
}

/* ===========================
   TYPOGRAPHY
   =========================== */

h1, h2, h3 {
  line-height: 1.2;
  color: var(--text-dark);
}

h1 {
  font-size: var(--text-2xl);
  font-weight: 700;
}

h2 {
  font-size: var(--text-xl);
  font-weight: 600;
}

h3 {
  font-size: var(--text-lg);
  font-weight: 600;
}

p {
  color: var(--text-medium);
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

.section__title {
  text-align: center;
  margin-bottom: var(--space-m);
}

.section__subtitle {
  text-align: center;
  max-width: var(--container-narrow);
  margin: 0 auto var(--space-l);
  font-size: var(--text-md);
  color: var(--text-light);
}

/* ===========================
   BUTTONS
   =========================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 18px 36px;
  font-family: inherit;
  font-size: var(--text-md);
  font-weight: 700;
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: transform var(--transition-fast), background var(--transition-fast);
  text-align: center;
  line-height: 1.2;
}

.btn--primary {
  background: var(--primary);
  color: #000000;
}

.btn--primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

.btn--large {
  padding: 20px 40px;
  font-size: clamp(1.1rem, 0.5vw + 1rem, 1.25rem);
}

.btn--full {
  width: 100%;
}

/* ===========================
   HEADER / NAVIGATION
   =========================== */

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg-surface);
  box-shadow: var(--shadow-sm);
  padding: var(--space-xs) 0;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: var(--space-s);
  position: relative;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}

.header__logo-icon {
  height: 50px;
  width: auto;
}

.header__logo-text {
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--text-dark);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: var(--space-m);
}

.header__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background: var(--primary);
  color: #000;
  font-weight: 600;
  font-size: var(--text-sm);
  border-radius: var(--border-radius);
  transition: all var(--transition-fast);
}

.header__cta:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.header__menu-toggle {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.header__menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  margin: 5px 0;
  transition: var(--transition-fast);
}

/* Off-Canvas Navigation */
.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  background: #fff;
  flex-direction: column;
  padding: var(--space-m);
  padding-top: var(--space-m);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  gap: 0;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  overflow-y: auto;
}

.header__nav-close {
  position: absolute;
  top: var(--space-m);
  right: var(--space-m);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--text-dark);
  transition: color 0.2s ease;
}

.header__nav-close:hover {
  color: var(--primary);
}

.header__nav.active {
  transform: translateX(0);
}

.header__nav a {
  padding: var(--space-xs) 0;
  border-bottom: 1px solid var(--border-light);
  font-size: var(--text-base);
  color: var(--text-dark);
}

.header__nav a:hover {
  color: var(--primary-dark);
}

.header__nav a:last-child {
  border-bottom: none;
}

.header__nav-cta {
  display: block;
  background: var(--primary);
  color: #000 !important;
  padding: 0.875rem 1.25rem !important;
  border-radius: var(--border-radius);
  text-align: center;
  margin-top: var(--space-s);
  font-weight: 600;
  font-size: var(--text-sm);
  border-bottom: none !important;
}

/* Overlay */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 320px);
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

body.nav-open {
  overflow: hidden;
}

/* ===========================
   HERO SECTION
   =========================== */

.hero {
  background: var(--text-dark);
  color: var(--text-white);
  padding: var(--space-3xl) 0 var(--space-2xl);
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-l);
  align-items: start;
}

.hero__content {
  max-width: 600px;
}

.hero__title {
  color: var(--text-white);
  margin-bottom: var(--space-s);
}

.hero__subtitle {
  font-size: var(--text-md);
  color: #cccccc;
  margin-bottom: var(--space-m);
  line-height: 1.6;
}

.hero__trust-bar {
  display: flex;
  gap: var(--space-s);
  margin-bottom: var(--space-s);
  font-size: var(--text-sm);
  font-weight: 400;
  color: #cccccc;
}

.hero__trust-bar .hero__trust-item {
  white-space: nowrap;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
  margin-bottom: var(--space-m);
  font-size: var(--text-sm);
  color: #cccccc;
}

.hero__trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero__trust-stars {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.hero__trust-stars .star {
  color: var(--star-color);
  font-size: 1.1rem;
}

.hero__trust-stars span {
  color: var(--text-white);
  font-weight: 600;
}

.hero__cta-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.hero__cta-secondary {
  color: var(--text-light);
  font-size: var(--text-sm);
  transition: color var(--transition-fast);
}

.hero__cta-secondary:hover {
  color: var(--primary);
}

.hero__image {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  background: #333;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: var(--text-sm);
}

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

/* ===========================
   EMPATHY SECTION
   =========================== */

.empathy__text {
  max-width: var(--container-narrow);
  margin: 0 auto;
  text-align: center;
}

.empathy__text p {
  font-size: var(--text-md);
  line-height: 1.8;
  margin-bottom: var(--space-s);
}

.highlight-box {
  max-width: var(--container-narrow);
  margin: var(--space-m) auto 0;
  padding: var(--space-s) var(--space-m);
  background: var(--primary-light);
  border: 2px solid var(--primary);
  border-radius: var(--border-radius);
  text-align: center;
  font-size: var(--text-md);
  font-weight: 600;
  color: var(--text-dark);
  text-align: center;
}

/* ===========================
   USP SECTION
   =========================== */

.usp__inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: var(--space-l);
  align-items: start;
}

.usp__photo {
  text-align: center;
}

.usp__photo-img {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  background: #f0f0f0;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: var(--text-sm);
  margin-bottom: var(--space-s);
}

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

.usp__contact-name {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}

.usp__contact-label {
  font-size: var(--text-sm);
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.usp__contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: var(--primary-dark);
  font-size: var(--text-md);
  transition: color var(--transition-fast);
}

.usp__contact-phone:hover {
  color: var(--primary);
}

.usp__content h2 {
  margin-bottom: var(--space-m);
}

.usp__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}

.usp__item h3 {
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.usp__item p {
  color: var(--text-medium);
  line-height: 1.7;
}

/* ===========================
   REVIEWS / SOCIAL PROOF
   =========================== */

.reviews__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: var(--space-l);
  text-align: center;
}

.reviews__google-logo {
  width: 80px;
  height: auto;
}

.reviews__stars {
  display: flex;
  gap: 0.2rem;
  font-size: 1.5rem;
}

.reviews__stars .star {
  color: var(--star-color);
}

.reviews__rating {
  font-weight: 600;
  font-size: var(--text-md);
}

.reviews__count {
  font-size: var(--text-sm);
  color: var(--text-light);
}

.reviews__link {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--primary-dark);
  font-size: var(--text-sm);
  font-weight: 600;
  transition: color var(--transition-fast);
}

.reviews__link:hover {
  color: var(--primary);
}

.reviews__slider {
  position: relative;
}

.reviews__track {
  display: flex;
  gap: var(--space-m);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: var(--space-xs);
}

.reviews__track::-webkit-scrollbar {
  display: none;
}

.reviews__track .review-card {
  flex: 0 0 calc(33.333% - var(--space-m) * 2 / 3);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.review-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card__text.expanded {
  -webkit-line-clamp: unset;
}

.review-card__text mark {
  background: rgba(255, 187, 0, 0.25);
  color: inherit;
  padding: 1px 3px;
  border-radius: 3px;
}

.review-card__more {
  background: none;
  border: none;
  color: var(--primary-dark);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  margin-top: 0.4rem;
  font-size: var(--text-sm);
  display: block;
  text-align: right;
  width: 100%;
}

.review-card__more:hover {
  text-decoration: underline;
}

.reviews__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-s);
  margin-top: var(--space-m);
}

.reviews__arrow {
  background: none;
  border: 2px solid var(--neutral-300);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--text-dark);
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__arrow:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.review-card {
  background: var(--bg-surface);
  padding: var(--space-m);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
}

.review-card__stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.75rem;
  color: var(--star-color);
}

.review-card__title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.review-card__text {
  font-size: var(--text-sm);
  color: var(--text-medium);
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.review-card__author {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--text-dark);
}

/* ===========================
   COMPARISON TABLE
   =========================== */

.comparison__intro {
  max-width: var(--container-narrow);
  margin: 0 auto var(--space-l);
  text-align: center;
  font-size: var(--text-md);
  color: var(--text-medium);
}

.comparison__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: var(--space-m);
}

.comparison__table thead th {
  padding: var(--space-s) var(--space-m);
  font-size: var(--text-md);
  font-weight: 700;
  color: var(--text-white);
  text-align: left;
}

.comparison__table thead th:first-child {
  background: var(--comparison-green);
}

.comparison__table thead th:last-child {
  background: var(--comparison-gray);
}

.comparison__table tbody td {
  padding: var(--space-s) var(--space-m);
  vertical-align: top;
  border-bottom: 1px solid var(--border-light);
  line-height: 1.6;
}

.comparison__table tbody tr:last-child td {
  border-bottom: none;
}

.comparison__table tbody td:first-child {
  background: #f0fdf4;
}

.comparison__table tbody td:last-child {
  background: #fafafa;
}

.comparison__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--text-dark);
}

.comparison__check {
  color: var(--comparison-green);
  font-weight: 700;
  margin-right: 0.25rem;
}

.comparison__cross {
  color: #ef4444;
  font-weight: 700;
  margin-right: 0.25rem;
}

.comparison__fazit {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: var(--space-s) var(--space-m);
  background: var(--primary-light);
  border: 2px solid var(--primary);
  border-radius: var(--border-radius);
  text-align: center;
  font-size: var(--text-md);
  color: var(--text-dark);
  line-height: 1.7;
}

/* Mobile Comparison */
.comparison__mobile {
  display: none;
}

.comparison__mobile-row {
  margin-bottom: var(--space-m);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.comparison__mobile-cell {
  padding: var(--space-s);
}

.comparison__mobile-cell--green {
  background: #f0fdf4;
  border-left: 4px solid var(--comparison-green);
}

.comparison__mobile-cell--gray {
  background: #fafafa;
  border-left: 4px solid var(--comparison-gray);
}

.comparison__mobile-label {
  display: block;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.comparison__mobile-cell--green .comparison__mobile-label {
  color: var(--comparison-green);
}

.comparison__mobile-cell--gray .comparison__mobile-label {
  color: var(--comparison-gray);
}

/* ===========================
   VIDEO SECTION
   =========================== */

.video__wrapper {
  max-width: var(--container-narrow);
  margin: 0 auto;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #000;
}

.video__responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video__responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  background: #1a1a1a;
  color: var(--text-light);
  font-size: var(--text-sm);
}

.video__cookie-notice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background: #222;
  color: #fff;
  text-align: center;
  padding: 2rem;
}

.video__cookie-notice p,
.video__cookie-notice button {
  color: #fff;
}

.video__cookie-notice p {
  max-width: 420px;
  font-size: var(--text-base);
  line-height: 1.6;
}

.video__responsive iframe[src] ~ .video__cookie-notice {
  display: none;
}

/* ===========================
   PROCESS STEPS
   =========================== */

.process__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-m);
  margin-bottom: var(--space-l);
}

.process-card {
  background: var(--bg-surface);
  padding: var(--space-m);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.process-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: #000000;
  font-weight: 700;
  font-size: var(--text-lg);
  border-radius: 50%;
  margin-bottom: var(--space-s);
}

.process-card__title {
  font-size: var(--text-md);
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.process-card__text {
  font-size: var(--text-sm);
  color: var(--text-medium);
  line-height: 1.7;
}

.process__cta {
  text-align: center;
}

.process__cta-text {
  font-size: var(--text-md);
  color: var(--text-medium);
  margin-bottom: var(--space-s);
}

/* ===========================
   FAQ ACCORDION
   =========================== */

.faq__list {
  max-width: var(--container-narrow);
  margin: 0 auto;
}

.faq__item {
  border-bottom: 1px solid var(--border-light);
}

.faq__item:first-child {
  border-top: 1px solid var(--border-light);
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: var(--space-s) 0;
  background: none;
  border: none;
  font-family: inherit;
  font-size: var(--text-md);
  font-weight: 600;
  color: var(--text-dark);
  text-align: left;
  cursor: pointer;
  transition: color var(--transition-fast);
  gap: var(--space-s);
}

.faq__question:hover {
  color: var(--primary-dark);
}

.faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--text-light);
  transition: transform var(--transition-base);
}

.faq__item--active .faq__icon {
  transform: rotate(45deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-base), padding var(--transition-base);
}

.faq__answer-inner {
  padding: 0 0 var(--space-s);
  font-size: var(--text-base);
  color: var(--text-medium);
  line-height: 1.7;
}

/* ===========================
   CONTACT SECTION
   =========================== */

.contact__phone-box {
  max-width: 600px;
  margin: 0 auto var(--space-m);
  padding: var(--space-m);
  border: 3px solid var(--primary);
  background: var(--primary-light);
  border-radius: var(--border-radius-lg);
  text-align: center;
}

.contact__phone-label {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.contact__phone-info {
  font-size: var(--text-sm);
  color: var(--text-medium);
  margin-bottom: 0.25rem;
}

.contact__phone-hours {
  font-size: var(--text-sm);
  color: var(--text-medium);
  margin-bottom: var(--space-s);
}

.contact__divider {
  display: flex;
  align-items: center;
  gap: var(--space-s);
  max-width: 600px;
  margin: 0 auto var(--space-m);
  color: #999;
  font-size: var(--text-sm);
}

.contact__divider::before,
.contact__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
}

.contact__form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.contact__form-title {
  text-align: center;
  font-size: var(--text-lg);
  font-weight: 600;
  margin-bottom: var(--space-m);
}

.form__group {
  margin-bottom: var(--space-s);
}

.form__section-title {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--text-medium);
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.form__row {
  display: flex;
  gap: 0.75rem;
}

.form__row > .form__group {
  flex: 1;
}

.form__group--wide {
  flex: 3;
}

.form__group--narrow {
  flex: 1;
}

.form__label {
  display: block;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}

.form__label--required::after {
  content: ' *';
  color: #ef4444;
}

.form__input,
.form__select,
.form__textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: var(--text-base);
  color: var(--text-dark);
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  transition: border-color var(--transition-fast);
}

.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 187, 0, 0.15);
}

.form__textarea {
  resize: vertical;
  min-height: 120px;
}

.form__checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: var(--space-s);
}

.form__checkbox {
  margin-top: 0.25rem;
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
  flex-shrink: 0;
}

.form__checkbox-label {
  font-size: var(--text-sm);
  color: var(--text-medium);
  line-height: 1.5;
}

.form__checkbox-label a {
  color: var(--primary-dark);
  text-decoration: underline;
}

/* ===========================
   STICKY CTA (MOBILE)
   =========================== */

.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--primary);
  padding: 12px var(--space-s);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
}

.sticky-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: var(--text-md);
  color: #000000;
  text-align: center;
}

/* ===========================
   FOOTER
   =========================== */

.footer {
  background: #f0f0f0;
  color: #666;
  padding: var(--space-m) 0;
  text-align: center;
  font-size: var(--text-sm);
}

.footer a {
  color: #444;
  transition: color var(--transition-fast);
}

.footer a:hover {
  color: var(--primary-dark);
}

.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-xs) var(--space-s);
  margin-top: 0.5rem;
}

.footer__credit {
  margin-top: var(--space-s);
  font-size: 0.75rem;
  opacity: 0.6;
}

/* ===========================
   LEGAL PAGES
   =========================== */

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: var(--space-xl) 0;
}

.legal-content h1 {
  margin-bottom: var(--space-m);
}

.legal-content h2 {
  margin-top: var(--space-l);
  margin-bottom: var(--space-s);
}

.legal-content h3 {
  margin-top: var(--space-m);
  margin-bottom: var(--space-xs);
}

.legal-content p,
.legal-content ul,
.legal-content ol {
  margin-bottom: var(--space-s);
  line-height: 1.7;
}

.legal-content a {
  color: var(--primary-dark);
  text-decoration: underline;
}

.legal-content a:hover {
  color: var(--primary);
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.5rem;
}

/* ===========================
   RESPONSIVE - TABLET
   =========================== */

@media (max-width: 1023px) {
  .hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__trust-bar {
    justify-content: center;
  }

  .hero__trust {
    justify-content: center;
  }

  .hero__cta-group {
    align-items: center;
  }

  .hero__image {
    max-width: 500px;
    margin: 0 auto;
  }

  .usp__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .usp__photo {
    order: -1;
  }

  .usp__photo-img {
    max-width: 300px;
    margin: 0 auto var(--space-s);
    min-height: 280px;
  }

  .usp__content h2 {
    text-align: center;
  }

  .usp__list {
    text-align: left;
  }


  .process__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .comparison__table {
    display: none;
  }

  .comparison__mobile {
    display: block;
  }
}

/* ===========================
   RESPONSIVE - MOBILE
   =========================== */

@media (max-width: 767px) {
  .section {
    padding: var(--space-xl) 0;
  }

  .btn {
    padding: 16px 24px;
    font-size: var(--text-base);
    width: 100%;
  }

  .btn--large {
    padding: 16px 24px;
  }

  .hero {
    padding: var(--space-xl) 0;
  }

  .hero__trust-bar {
    flex-direction: column;
    gap: var(--space-xs);
    align-items: center;
  }

  .hero__image {
    min-height: 200px;
  }

  .usp__photo-img {
    min-height: 220px;
  }

  .reviews__track .review-card {
    flex: 0 0 85%;
  }

  .process__grid {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    display: block;
  }

  /* Extra padding at bottom for sticky CTA */
  body {
    padding-bottom: 60px;
  }

  .faq__question {
    font-size: var(--text-base);
  }

  .contact__phone-box {
    padding: var(--space-s);
  }

  .header__cta {
    display: none;
  }

  .header__nav {
    width: 100%;
    top: 60px;
    height: calc(100vh - 60px);
    padding-top: var(--space-s);
  }

  .header__nav-close {
    display: none;
  }

  .nav-overlay {
    display: none;
  }

  .header__logo-icon {
    height: 40px;
  }
}
