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

body{
  font-family:Arial,Helvetica,sans-serif;
  color:#111827;
  background:#f8fafc;
  line-height:1.6;
}

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

.container{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

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

header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  background:transparent;
  border:none;
  box-shadow:none;
  transition:.3s ease;
}

header.scrolled{
  background:transparent;
  border:none;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

/* =========================
   NAVBAR
========================= */

.nav{
  height:120px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 24px;
}

/* =========================
   LOGO
========================= */

.logo{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  flex-shrink:0;
  height:120px;
  overflow:visible;
}

.logo-image{
  width:220px !important;
  height:220px !important;
  object-fit:contain;
  display:block;
  max-width:none !important;
  flex-shrink:0;
  transform:translateY(12px);
  filter:drop-shadow(0 0 35px rgba(37,99,235,.45));
  transition:transform .35s ease, filter .35s ease;
}

.logo-image:hover{
  transform:translateY(12px) scale(1.05);
  filter:drop-shadow(0 0 55px rgba(37,99,235,.7));
}

/* =========================
   DESKTOP MENU
========================= */

.desktop-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  font-weight:900;
  font-size:.95rem;
  white-space:nowrap;
}

.desktop-menu a{
  color:#ffffff;
  text-decoration:none;
  text-shadow:0 2px 10px rgba(15,23,42,.55);
  transition:.25s ease;
  line-height:1;
}

.desktop-menu a:hover{
  color:#93c5fd;
}

header.scrolled .desktop-menu a{
  color:#0f172a;
  text-shadow:0 1px 0 rgba(255,255,255,.9), 0 0 18px rgba(255,255,255,.8);
}

header.scrolled .desktop-menu a:hover{
  color:#2563eb;
}

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

.nav-button,
.desktop-menu a[href="/top-1000-unternehmen"]{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:16px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  text-decoration:none;
  box-sizing:border-box;
  transition:.25s ease;
}

.nav-button{
  background:rgba(255,255,255,.16);
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 10px 25px rgba(15,23,42,.18);
}

.nav-button:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.24);
}

header.scrolled .nav-button{
  background:#2563eb;
  color:#ffffff !important;
  border-color:#2563eb;
  box-shadow:0 12px 30px rgba(37,99,235,.32);
}

.desktop-menu a[href="/top-1000-unternehmen"]{
  background:rgba(255,255,255,.16);
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.25);
  box-shadow:0 10px 25px rgba(15,23,42,.18);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.desktop-menu a[href="/top-1000-unternehmen"]:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.24);
  color:#ffffff !important;
}

header.scrolled .desktop-menu a[href="/top-1000-unternehmen"]{
  background:#2563eb;
  border-color:#2563eb;
  color:#ffffff !important;
  box-shadow:0 12px 30px rgba(37,99,235,.32);
  text-shadow:none;
}

header.scrolled .desktop-menu a[href="/top-1000-unternehmen"]:hover{
  background:#1d4ed8;
}

/* =========================
   MOBILE TOGGLE
========================= */

#menu-toggle{
  display:none;
}

.mobile-toggle{
  display:none;
  width:58px;
  height:58px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(15,23,42,.45);
  color:#ffffff;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 30px rgba(15,23,42,.22);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  position:relative;
  z-index:10001;
  font-size:0;
}

.mobile-toggle::before{
  content:"";
  width:24px;
  height:2px;
  background:#ffffff;
  border-radius:4px;
  box-shadow:0 -8px 0 #ffffff, 0 8px 0 #ffffff;
  transition:.25s ease;
}

#menu-toggle:checked + .mobile-toggle::before{
  width:25px;
  height:2px;
  background:#ffffff;
  box-shadow:none;
  transform:rotate(45deg);
}

#menu-toggle:checked + .mobile-toggle::after{
  content:"";
  position:absolute;
  width:25px;
  height:2px;
  background:#ffffff;
  border-radius:4px;
  transform:rotate(-45deg);
}

header.scrolled .mobile-toggle{
  background:#ffffff;
  border-color:#dbeafe;
  color:#0f172a;
  box-shadow:0 12px 32px rgba(37,99,235,.22);
}

header.scrolled .mobile-toggle::before,
header.scrolled #menu-toggle:checked + .mobile-toggle::after{
  background:#0f172a;
}

header.scrolled .mobile-toggle::before{
  box-shadow:0 -8px 0 #0f172a, 0 8px 0 #0f172a;
}

header.scrolled #menu-toggle:checked + .mobile-toggle::before{
  box-shadow:none;
}

/* =========================
   MOBILE MENU
========================= */

.mobile-menu{
  display:none;
  position:absolute;
  top:96px;
  left:16px;
  right:16px;
  z-index:10000;
  padding:14px;
  border-radius:24px;
  background:rgba(15,23,42,.96);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 28px 70px rgba(0,0,0,.36);
}

.mobile-menu a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:54px;
  padding:0 18px;
  margin-bottom:10px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:#ffffff;
  text-decoration:none;
  font-weight:900;
}

.mobile-menu a:last-child{
  margin-bottom:0;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  border:none;
}

.mobile-menu a::after{
  content:"›";
  color:#93c5fd;
  font-size:1.5rem;
}

.mobile-menu a:last-child::after{
  color:#ffffff;
}

/* =========================
   MOBILE
========================= */
@media (max-width:768px){

  .nav{
    height:130px;

    padding:0 16px;

    gap:12px;
  }

  .logo{
    height:130px;

    overflow:visible;
  }

  .logo-image{
    width:240px !important;

    height:auto !important;

    max-width:none !important;
    max-height:none !important;

    object-fit:contain;

    transform:translateY(10px);

    filter:
      drop-shadow(
        0 0 25px rgba(37,99,235,.22)
      );
  }

  .logo-image:hover{
    transform:
      translateY(10px)
      scale(1.04);
  }

  .desktop-menu,
  .nav-button{
    display:none;
  }

  .mobile-toggle{
    display:flex;

    flex-shrink:0;
  }

  #menu-toggle:checked ~ .mobile-menu{
    display:block;
  }
}

/* HERO */

.hero{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0f172a;
}

.hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 28%;
  transform:scale(1.01);
  filter:saturate(1.04) contrast(1.02) brightness(.95);
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center,rgba(15,23,42,.01) 0%,rgba(15,23,42,.12) 45%,rgba(15,23,42,.52) 100%),
    linear-gradient(180deg,rgba(15,23,42,.18) 0%,rgba(15,23,42,.40) 100%);
}

.hero-content{
  position:relative;
  z-index:2;
  width:100%;
  max-width:720px;
  padding:120px 20px 40px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.hero-title{
  font-size:clamp(2.4rem,5vw,5.2rem);
  line-height:.92;
  letter-spacing:-.07em;
  color:#ffffff;
  font-weight:900;
  margin-bottom:16px;
  text-shadow:0 14px 40px rgba(0,0,0,.35),0 2px 8px rgba(0,0,0,.25);
}

.hero-text{
  color:rgba(255,255,255,.92);
  font-size:1rem;
  max-width:560px;
  margin:0 auto 24px;
  text-shadow:0 8px 20px rgba(0,0,0,.25);
}

/* SEARCH */

.search-box{
  width:100%;
  max-width:760px;

  background:transparent;

  backdrop-filter:none;
  -webkit-backdrop-filter:none;

  border:none;

  border-radius:999px;

  padding:0;

  display:flex;
  align-items:center;
  gap:10px;

  box-shadow:none;
}

.search-field{
  flex:1;

  display:flex;
  align-items:center;
  gap:10px;

  background:rgba(255,255,255,.72);

  backdrop-filter:blur(14px);

  border:1px solid rgba(255,255,255,.45);

  border-radius:999px;

  padding:0 14px;

  min-height:54px;

  box-shadow:
    0 10px 30px rgba(15,23,42,.08);
}

.search-plz{
  max-width:210px;
  flex:.5;
}

.search-field span{
  opacity:.75;
  font-size:.95rem;
  flex-shrink:0;
}

.search-field input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  padding:12px 0;
  font-size:.92rem;
  color:#111827;
}

.search-field input::placeholder{
  color:#475569;
}

.search-button{
  border:0;
  cursor:pointer;
  border-radius:999px;
  padding:0 22px;
  height:50px;
  background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#ffffff;
  font-weight:900;
  font-size:.9rem;
  white-space:nowrap;
  transition:.2s ease;
}

.search-button:hover{
  transform:translateY(-1px);
  filter:brightness(1.05);
}


/* FEATURES */

.hero-features{
  position:relative;
  z-index:20;
  margin-top:-54px;
  padding:0 0 80px;
}

.feature-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:0 20px;
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.feature-card{
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.65);
  border-radius:26px;
  padding:22px 18px;
  box-shadow:0 22px 55px rgba(15,23,42,.08);
  text-align:center;
}
.feature-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  background:linear-gradient(135deg,#eff6ff,#dbeafe);
  color:#1d4ed8;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 14px;
  font-size:1.45rem;
}

.feature-card h3{
  font-size:1rem;
  color:#0f172a;
  font-weight:900;
  margin-bottom:6px;
}

.feature-card p{
  color:#475569;
  font-size:.86rem;
  line-height:1.5;
}

/* ABOUT */

.about-section{
  padding:90px 0;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.about-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 60px;
}

.about-badge{
  display:inline-flex;
  background:#eff6ff;
  color:#2563eb;
  padding:10px 18px;
  border-radius:999px;
  font-size:.9rem;
  font-weight:800;
  margin-bottom:22px;
}

.about-section h2{
  font-size:clamp(2.2rem,5vw,4rem);
  line-height:1;
  color:#0f172a;
  letter-spacing:-.06em;
  margin-bottom:22px;
  font-weight:900;
}

.about-head p{
  color:#64748b;
  font-size:1.05rem;
  line-height:1.8;
}

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

.site-footer{
  background:#0f172a;
  color:#e2e8f0;
  padding:70px 0 30px;
}

.footer-top{
  display:grid;
  grid-template-columns:1.25fr 1.75fr;
  gap:56px;
  margin-bottom:42px;
}

.footer-brand{
  color:#ffffff;
  font-size:1.45rem;
  font-weight:900;
  margin-bottom:14px;
  letter-spacing:-0.04em;
}

.footer-brand-block p{
  color:#cbd5e1;
  line-height:1.7;
}

.footer-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
}

.footer-title{
  color:#ffffff;
  font-size:1rem;
  font-weight:800;
  margin-bottom:18px;
}

.footer-links a{
  display:block;
  margin-bottom:12px;
  color:#cbd5e1;
  transition:.2s ease;
}

.footer-links a:hover{
  color:#ffffff;
  transform:translateX(2px);
}

.footer-award{
  margin-top:26px;
}

.footer-award-title{
  display:block;
  color:#ffffff;
  font-size:.92rem;
  font-weight:800;
  margin-bottom:10px;
}

.footer-award-text{
  font-size:.9rem;
  color:#94a3b8 !important;
  margin-bottom:16px;
}

.footer-award img{
  width:140px;
  height:auto;
  aspect-ratio:1 / 1;
  object-fit:contain;
}

/* Zahlungsmethoden */

.footer-payment{
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:28px;
  margin-bottom:28px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.footer-payment-title{
  display:block;
  color:#ffffff;
  font-size:.92rem;
  font-weight:800;
  margin-bottom:8px;
}

.footer-payment-info{
  color:#94a3b8;
  font-size:.9rem;
  line-height:1.6;
}

.footer-payment-logos{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
}

.footer-payment-logos img{
  height:34px;
  width:auto;
  object-fit:contain;
  background:#ffffff;
  border-radius:12px;
  padding:7px 12px;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
  transition:.2s ease;
}

.footer-payment-logos img:hover{
  transform:translateY(-2px) scale(1.03);
}

/* Bottom */

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.18);
  padding-top:24px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.footer-seo{
  color:#94a3b8;
  font-size:.88rem;
}

.copyright{
  color:#cbd5e1;
  font-size:.92rem;
  white-space:nowrap;
}

/* Responsive */

@media(max-width:900px){

  .footer-top{
    grid-template-columns:1fr;
  }

  .footer-links{
    grid-template-columns:1fr 1fr;
  }

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

  .footer-payment-logos{
    justify-content:flex-start;
  }

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

  .copyright{
    white-space:normal;
  }

}

@media(max-width:640px){

  .site-footer{
    padding:60px 0 28px;
  }

  .footer-links{
    grid-template-columns:1fr;
  }

  .footer-payment-logos{
    gap:10px;
  }

  .footer-payment-logos img{
    height:30px;
    padding:6px 10px;
  }

}
/* =====================================================
   TABLET
   ===================================================== */

@media(max-width:980px){

  .nav-links,
  .nav-btn{
    display:none;
  }

  .menu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .hero-grid,
  .info-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .hero{
    padding:70px 0;
  }

  .content-box{
    padding:36px;
  }

}

/* =====================================================
   MOBILE
   ===================================================== */

@media(max-width:640px){

  .container{
    width:min(100% - 28px,1180px);
  }

  .nav{
    height:72px;
  }

  /* LOGO */

  .logo-image{
    width:44px;
    height:44px;
    object-fit:contain;
  }

  /* TOP 1000 SIEGEL */

  .top1000-floating-seal img{
    width:120px;
    height:auto;
    aspect-ratio:1 / 1;
    object-fit:contain;
  }

  /* HERO */

  .hero h1{
    font-size:2.6rem;
  }

  /* WICHTIG:
     Hero-Image nicht auf contain setzen
  */

  .hero-image{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
  }

  /* CONTENT */

  .content-box{
    padding:24px;
    border-radius:28px;
  }

  .cta a{
    width:100%;
  }

  /* FOOTER */

  .footer-grid{
    gap:28px;
  }

  .footer-brand{
    font-size:1.3rem;
  }

  .footer-title{
    margin-bottom:14px;
  }

  .footer-grid a{
    margin-bottom:10px;
  }

  .footer-award img{
    width:120px;
    height:auto;
  }

  .copyright{
    font-size:.84rem;
    line-height:1.6;
  }

}

/* RESPONSIVE */

@media(min-width:1200px){
  .hero-image{
    object-position:center 24%;
    transform:scale(1);
  }
}

@media(max-width:900px){
  .desktop-menu,
  .nav-button{
    display:none;
  }

  .mobile-toggle{
    display:inline-flex;
  }

  #menu-toggle:checked ~ .mobile-menu{
    display:block;
  }

  .hero-image{
    object-position:center 34%;
    transform:scale(1.02);
  }

  .hero-content{
    padding-top:130px;
  }

  .hero-title{
    font-size:2.7rem;
  }

  .feature-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
  }

  .feature-card{
    padding:16px 10px;
    border-radius:20px;
  }

  .feature-icon{
    width:44px;
    height:44px;
    font-size:1.25rem;
    margin-bottom:10px;
  }

  .feature-card h3{
    font-size:.78rem;
  }

  .feature-card p{
    display:none;
  }

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

@media(max-width:768px){
  .search-box{
    border-radius:28px;
    flex-direction:column;
    align-items:stretch;
    padding:10px;
  }

  .search-field{
    border-radius:18px;
  }

  .search-plz{
    max-width:100%;
  }

  .search-button{
    width:100%;
    border-radius:18px;
  }
}

@media(max-width:640px){
  .container{
    width:min(100% - 28px,1180px);
  }

  .nav{
    height:72px;
  }

  .logo-image{
    width:44px;
    height:44px;
  }

  .logo-text{
    font-size:1.2rem;
  }

  .hero-title{
    font-size:2.6rem;
  }

  .footer-award img{
    width:120px;
  }
}

@media(max-width:560px){
  .hero-features{
    margin-top:-34px;
    padding:0 0 54px;
  }

  .feature-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .feature-card{
    padding:14px 10px !important;
    border-radius:20px !important;
  }

  .feature-icon{
    width:40px !important;
    height:40px !important;
    border-radius:14px !important;
    font-size:1.05rem !important;
    margin-bottom:10px !important;
  }

  .feature-card h3{
    font-size:.78rem !important;
    line-height:1.2 !important;
  }

  .feature-card p{
    display:block;
    font-size:.7rem !important;
    line-height:1.35 !important;
  }
}

@media(max-width:520px){
  .nav{
    height:68px;
  }

  .hero{
    min-height:92vh;
    overflow:hidden;
  }

  .hero-image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    max-width:none;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:center top;
    transform:none;
  }

  .hero-content{
    max-width:92%;
    padding-top:120px;
  }

  .hero-title{
    font-size:2.2rem;
    line-height:1.05;
  }

  .hero-text{
    font-size:.9rem;
    margin-bottom:18px;
  }

  .search-box{
    max-width:100%;
  }

  .search-field input{
    padding:10px 0;
    font-size:.84rem;
  }

  .search-button{
    padding:0 15px;
    font-size:.82rem;
  }
}
/* Suchfeld Mitlauf */

#fh-review-toggle{
  display:none;
}

.fh-review-float{
  position:fixed;

  left:0;
  top:50%;

  transform:translateY(-50%);

  z-index:9999;

  font-family:Arial,Helvetica,sans-serif;
}

/* Trigger */

.fh-review-trigger{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;

  background:rgba(15,23,42,.88);

  backdrop-filter:blur(12px);

  color:#ffffff;

  padding:16px 8px;

  border-radius:0 18px 18px 0;

  cursor:pointer;

  box-shadow:
    0 18px 45px rgba(15,23,42,.22);

  transition:.22s ease;
}

.fh-review-trigger:hover{
  padding-left:14px;
}

.fh-arrow{
  font-size:17px;

  color:#fbbf24;

  animation:fhArrowPulse 1.4s infinite;
}

@keyframes fhArrowPulse{
  0%{
    transform:translateX(0);
  }
  50%{
    transform:translateX(4px);
  }
  100%{
    transform:translateX(0);
  }
}

.fh-trigger-stars{
  writing-mode:vertical-rl;

  color:#fbbf24;

  letter-spacing:4px;

  font-size:17px;

  text-shadow:
    0 0 12px rgba(251,191,36,.45);
}

.fh-trigger-text{
  writing-mode:vertical-rl;

  font-size:12px;
  font-weight:900;

  letter-spacing:2px;
}

/* Panel */

.fh-review-panel{
  position:absolute;

  left:76px;
  top:50%;

  transform:
    translateY(-50%)
    translateX(-18px)
    scale(.96);

  opacity:0;
  pointer-events:none;

  transition:.24s ease;

  background:transparent;

  border:none;

  padding:0;

  box-shadow:none;
}

#fh-review-toggle:checked ~ .fh-review-panel{
  opacity:1;
  pointer-events:auto;

  transform:
    translateY(-50%)
    translateX(0)
    scale(1);
}

/* Close */

.fh-review-close{
  position:absolute;

  top:-12px;
  right:-12px;

  width:34px;
  height:34px;

  border-radius:999px;

  background:#dc2626;
  color:#ffffff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:18px;
  font-weight:900;

  cursor:pointer;

  z-index:20;

  box-shadow:
    0 12px 30px rgba(220,38,38,.35);
}

/* Mobile */

@media(max-width:600px){

  .fh-review-float{
    transform:
      translateY(-50%)
      scale(.88);

    transform-origin:left center;
  }

  .fh-review-trigger{
    padding:12px 7px;
  }

  .fh-trigger-stars{
    font-size:13px;
  }

  .fh-trigger-text{
    font-size:10px;
  }

  .fh-review-panel{
    left:64px;

    width:290px;
    max-width:calc(100vw - 82px);
  }
}
 


.top-searches{
  position:relative;

  padding:110px 0;

  overflow:hidden;

  background:
    radial-gradient(circle at top left,#dbeafe 0%,transparent 28%),
    radial-gradient(circle at bottom right,#bfdbfe 0%,transparent 24%),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fafc 100%
    );
}

.top-search-head{
  text-align:center;

  max-width:760px;

  margin:0 auto 60px;
}

.top-search-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:10px 18px;

  border-radius:999px;

  background:rgba(37,99,235,.08);

  border:1px solid rgba(37,99,235,.12);

  color:#2563eb;

  font-size:.9rem;
  font-weight:800;

  margin-bottom:22px;
}

.top-search-head h2{
  font-size:clamp(2.2rem,5vw,4.6rem);

  line-height:.95;

  letter-spacing:-.07em;

  color:#0f172a;

  margin-bottom:18px;

  font-weight:900;
}

.top-search-head p{
  color:#64748b;

  font-size:1.05rem;

  line-height:1.8;
}

.top-search-grid{
  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;
}

.top-search-card{
  position:relative;

  background:rgba(255,255,255,.86);

  backdrop-filter:blur(16px);

  border:1px solid rgba(255,255,255,.7);

  border-radius:32px;

  padding:30px;

  overflow:hidden;

  transition:
    transform .22s ease,
    box-shadow .22s ease;

  box-shadow:
    0 24px 60px rgba(15,23,42,.06);
}

.top-search-card:hover{
  transform:translateY(-6px);

  box-shadow:
    0 34px 80px rgba(37,99,235,.12);
}

.top-search-icon{
  width:64px;
  height:64px;

  border-radius:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
    linear-gradient(
      135deg,
      #eff6ff,
      #dbeafe
    );

  font-size:1.6rem;

  margin-bottom:22px;
}

.top-search-card h3{
  font-size:1.4rem;

  color:#0f172a;

  margin-bottom:22px;

  font-weight:900;

  letter-spacing:-.03em;
}

.top-search-links{
  display:flex;
  flex-wrap:wrap;

  gap:10px;
}

.top-search-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:42px;

  padding:0 14px;

  border-radius:999px;

  background:#f8fafc;

  border:1px solid #e5e7eb;

  color:#334155;

  font-size:.88rem;
  font-weight:800;

  transition:.18s ease;
}

.top-search-links a:hover{
  background:#2563eb;
  border-color:#2563eb;
  color:#ffffff;

  transform:translateY(-2px);
}

@media(max-width:1000px){

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

}

@media(max-width:640px){

  .top-searches{
    padding:80px 0;
  }

  .top-search-grid{
    grid-template-columns:1fr;

    gap:18px;
  }

  .top-search-card{
    padding:24px;

    border-radius:26px;
  }

  .top-search-icon{
    width:56px;
    height:56px;

    border-radius:18px;

    font-size:1.4rem;
  }

  .top-search-card h3{
    font-size:1.2rem;
  }

  .top-search-links{
    gap:8px;
  }

  .top-search-links a{
    min-height:38px;

    padding:0 12px;

    font-size:.82rem;
  }

}

.fh-premium-section{
  padding:100px 0;
}

.fh-premium-box{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:34px;
  align-items:center;
}

.fh-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;

  background:#dcfce7;

  color:#166534;

  border:1px solid #86efac;

  padding:10px 16px;

  border-radius:999px;

  font-size:.86rem;

  font-weight:900;

  margin-bottom:22px;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.6);
}

.fh-premium-left h2{
  font-size:clamp(2.1rem,4vw,3.8rem);
  line-height:1.02;
  letter-spacing:-.05em;
  color:#0f172a;
  margin-bottom:20px;
}

.fh-intro{
  font-size:1.08rem;
  color:#64748b;
  max-width:760px;
  margin-bottom:34px;
}

.fh-benefits{
  display:grid;
  gap:18px;
  margin-bottom:36px;
}

.fh-benefit{
  display:flex;
  gap:16px;
  align-items:flex-start;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:22px;
  box-shadow:0 12px 35px rgba(15,23,42,.05);
}

.fh-check{
  width:42px;
  height:42px;
  border-radius:14px;
  background:#16a34a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex-shrink:0;
}

.fh-benefit strong{
  display:block;
  font-size:1rem;
  color:#0f172a;
  margin-bottom:6px;
}

.fh-benefit p{
  color:#64748b;
  font-size:.96rem;
}

.fh-buttons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.fh-btn-primary{
  background:#2563eb;
  color:#fff;
  padding:18px 26px;
  border-radius:18px;
  font-weight:900;
  box-shadow:0 16px 40px rgba(37,99,235,.22);
  transition:.2s ease;
}

.fh-btn-primary:hover{
  background:#1d4ed8;
  transform:translateY(-2px);
}

.fh-btn-secondary{
  background:#fff;
  border:1px solid #dbeafe;
  color:#2563eb;
  padding:18px 26px;
  border-radius:18px;
  font-weight:800;
}

.fh-preview-card{
  background:linear-gradient(135deg,#0f172a,#1e293b);
  color:#fff;
  border-radius:34px;
  padding:36px;
  box-shadow:0 28px 70px rgba(15,23,42,.18);
}

.fh-preview-status{
  display:inline-block;
  background:rgba(22,163,74,.18);
  color:#86efac;
  border:1px solid rgba(134,239,172,.25);
  padding:8px 14px;
  border-radius:999px;
  font-size:.82rem;
  font-weight:800;
  margin-bottom:20px;
}

.fh-preview-card h3{
  font-size:2rem;
  margin-bottom:10px;
}

.fh-preview-card p{
  color:#cbd5e1;
  margin-bottom:24px;
}

.fh-preview-points{
  display:grid;
  gap:14px;
  margin-bottom:28px;
}

.fh-preview-points div{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:14px 16px;
  color:#f8fafc;
  font-weight:700;
}

.fh-preview-link{
  display:inline-block;
  background:#fff;
  color:#0f172a;
  padding:16px 22px;
  border-radius:16px;
  font-weight:900;
}

@media(max-width:980px){

  .fh-premium-box{
    grid-template-columns:1fr;
  }

}

@media(max-width:640px){

  .fh-premium-section{
    padding:70px 0;
  }

  .fh-benefit{
    padding:18px;
  }

  .fh-buttons{
    flex-direction:column;
  }

  .fh-btn-primary,
  .fh-btn-secondary{
    text-align:center;
  }

}


#fh-search-toggle{
  display:none;
}

.fh-floating-search{
  position:fixed;

  left:50%;
  bottom:24px;

  transform:
    translateX(-50%)
    translateY(20px);

  width:min(860px, calc(100% - 28px));

  z-index:999;

  opacity:0;
  pointer-events:none;

  transition:.25s ease;
}

.fh-floating-search.is-visible{
  opacity:1;
  pointer-events:auto;

  transform:
    translateX(-50%)
    translateY(0);
}

.fh-floating-search form{
  display:flex;
  align-items:center;
  gap:14px;

  background:#ffffff;

  border:1px solid #dbe1ea;

  border-radius:24px;

  padding:10px 12px;

  box-shadow:
    0 14px 38px rgba(15,23,42,.12);

  position:relative;
}

.fh-floating-search form::before{
  content:"";

  position:absolute;

  inset:-2px;

  border-radius:26px;

  border:2px solid rgba(37,99,235,.10);

  pointer-events:none;
}

.fh-search-group{
  display:flex;
  flex-direction:column;

  flex:1;

  min-width:0;
}

.fh-search-label{
  font-size:.78rem;
  font-weight:900;

  color:#2563eb;

  margin-bottom:2px;

  padding-left:2px;
}

.fh-search-group input{
  border:0;
  outline:0;

  background:transparent;

  font-size:1rem;

  color:#111827;

  width:100%;
}

.fh-search-group input::placeholder{
  color:#94a3b8;
}

.fh-divider{
  width:1px;
  align-self:stretch;

  background:#e5e7eb;
}

.fh-floating-search button{
  border:0;

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

  color:#ffffff;

  padding:14px 24px;

  border-radius:18px;

  font-weight:900;

  cursor:pointer;

  white-space:nowrap;

  box-shadow:
    0 10px 24px rgba(37,99,235,.20);
}

/* Mobile Button */

.fh-mobile-search-button{
  display:none;
}

.fh-search-close{
  display:none;
}

/* Mobile */

@media(max-width:700px){

  .fh-floating-search{
    left:auto;
    right:16px;
    bottom:18px;

    width:auto;

    transform:none;
  }

  .fh-mobile-search-button{
    display:flex;

    width:58px;
    height:58px;

    border-radius:999px;

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

    color:#ffffff;

    align-items:center;
    justify-content:center;

    font-size:24px;

    cursor:pointer;

    box-shadow:
      0 16px 38px rgba(37,99,235,.30);
  }

  .fh-floating-search form{
    position:absolute;

    right:0;
    bottom:72px;

    width:min(360px, calc(100vw - 20px));

    flex-direction:column;
    align-items:stretch;

    gap:10px;

    padding:16px;

    border-radius:24px;

    opacity:0;
    pointer-events:none;

    transform:
      translateY(12px)
      scale(.96);

    transition:.22s ease;
  }

  #fh-search-toggle:checked ~ form{
    opacity:1;
    pointer-events:auto;

    transform:
      translateY(0)
      scale(1);
  }

  .fh-divider{
    width:100%;
    height:1px;
  }

  .fh-floating-search button{
    width:100%;
  }

  .fh-search-close{
    display:flex;

    position:absolute;

    top:-10px;
    right:-10px;

    width:32px;
    height:32px;

    border-radius:999px;

    background:#dc2626;
    color:#ffffff;

    align-items:center;
    justify-content:center;

    font-size:16px;
    font-weight:900;

    cursor:pointer;

    box-shadow:
      0 10px 26px rgba(220,38,38,.28);
  }
}
.discover-section{
  position:relative;
  padding:110px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,#dbeafe 0%,transparent 30%),
    radial-gradient(circle at bottom right,#bfdbfe 0%,transparent 25%),
    linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.discover-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 48px;
}

.discover-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.12);
  color:#2563eb;
  font-size:.9rem;
  font-weight:800;
  margin-bottom:22px;
}

.discover-head h2{
  font-size:clamp(2rem,5vw,4rem);
  line-height:1;
  letter-spacing:-.06em;
  color:#0f172a;
  margin-bottom:18px;
  font-weight:900;
}

.discover-head p{
  color:#64748b;
  font-size:1.05rem;
  line-height:1.8;
}
.discover-slider{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:34px;
}

.discover-card{
  position:relative;
  height:260px;
  border-radius:26px;
  overflow:hidden;
  display:block;
  color:#ffffff;
  box-shadow:0 18px 40px rgba(15,23,42,.12);
  transition:.22s ease;
}

.discover-card:hover{
  transform:translateY(-3px);
}

.discover-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.discover-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(15,23,42,.08) 0%,
    rgba(15,23,42,.88) 100%
  );
}

.discover-content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:18px;
  display:flex;
  flex-direction:column;
}

.discover-type{
  display:inline-flex;
  width:max-content;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
  color:#ffffff;
  padding:6px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:900;
  margin-bottom:10px;
}

.discover-content h3{
  color:#ffffff;
  font-size:1.1rem;
  line-height:1.2;
  margin-bottom:6px;
}

.discover-location{
  color:#dbeafe;
  font-size:.82rem;
  font-weight:800;
}

.discover-content p{
  color:#e2e8f0;
  font-size:.86rem;
  line-height:1.45;
  margin-top:8px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.discover-button{
  display:inline-flex;
  width:max-content;
  margin-top:14px;
  background:#ffffff;
  color:#0f172a;
  padding:8px 12px;
  border-radius:12px;
  font-size:.82rem;
  font-weight:900;
}

.discover-loading{
  color:#64748b;
  font-weight:700;
}

@media(max-width:980px){
  .discover-slider{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .discover-slider{
    grid-template-columns:1fr;
  }

  .discover-card{
    height:240px;
  }
}


.review-float{
  position:fixed;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  z-index:9999;
  font-family:Arial,sans-serif;
}

.review-badge{
  background:#fff;
  border-radius:50px;
  padding:10px 16px;
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  cursor:pointer;
  animation:pulse 2s infinite;
}

.review-stars{
  color:#ffb400;
  font-size:22px;
  letter-spacing:2px;
}

.review-score{
  font-size:13px;
  font-weight:bold;
  text-align:center;
  margin-top:4px;
}

.review-popup{
  position:absolute;
  left:95px;
  top:50%;
  transform:translateY(-50%);
  width:320px;
  opacity:0;
  visibility:hidden;
  transition:.3s;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,.2);
}

.review-float:hover .review-popup{
  opacity:1;
  visibility:visible;
}

.review-popup iframe{
  width:100%;
  height:260px;
  border:none;
}

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

.fh-business-preview{
  max-width:900px;
  margin:60px auto;
  padding:34px;
  border-radius:24px;
  background:linear-gradient(135deg,#0f172a,#111827);
  color:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  font-family:Arial,Helvetica,sans-serif;
}

.fh-business-badge{
  display:inline-block;
  background:#2563eb;
  color:#fff;
  padding:7px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  margin-bottom:14px;
}

.fh-business-preview h2{
  margin:0 0 12px;
  font-size:32px;
  line-height:1.2;
}

.fh-business-preview p{
  color:#cbd5e1;
  font-size:17px;
  line-height:1.6;
  max-width:680px;
}

.fh-business-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:22px;
}

.fh-business-actions button,
.fh-business-actions a,
.fh-popup-main-link{
  background:#2563eb;
  color:#fff;
  border:0;
  border-radius:12px;
  padding:13px 18px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
  font-size:15px;
}

.fh-business-actions a{
  background:rgba(255,255,255,.12);
}

.fh-business-actions button:hover,
.fh-popup-main-link:hover{
  background:#1d4ed8;
}

.fh-business-actions a:hover{
  background:rgba(255,255,255,.18);
}

.fh-popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(2,6,23,.72);
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  font-family:Arial,Helvetica,sans-serif;
}

.fh-popup-overlay[hidden]{
  display:none;
}

.fh-popup-box{
  position:relative;
  width:100%;
  max-width:900px;
  max-height:90vh;
  overflow:auto;
  background:#fff;
  color:#111827;
  border-radius:26px;
  padding:34px;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}

.fh-popup-box h2{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.2;
}

.fh-popup-intro{
  color:#475569;
  line-height:1.7;
  font-size:16px;
  max-width:760px;
}

.fh-popup-close{
  position:absolute;
  top:18px;
  right:18px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#f1f5f9;
  color:#111827;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

.fh-popup-close:hover{
  background:#e2e8f0;
}

.fh-benefit-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin:24px 0;
}

.fh-benefit-grid div{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px;
  font-weight:700;
  line-height:1.4;
}

.fh-popup-section{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:18px;
  margin-top:14px;
}

.fh-popup-section h3{
  margin:0 0 8px;
  font-size:20px;
}

.fh-popup-section p{
  margin:0;
  color:#475569;
  line-height:1.7;
}

.fh-popup-main-link{
  display:inline-block;
  margin-top:24px;
}

@media(max-width:700px){
  .fh-business-preview{
    margin:35px 16px;
    padding:24px;
  }

  .fh-business-preview h2,
  .fh-popup-box h2{
    font-size:26px;
  }

  .fh-benefit-grid{
    grid-template-columns:1fr;
  }

  .fh-popup-box{
    padding:26px 20px;
  }
}


.faq-section{
  padding:110px 0;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f8fafc 100%
    );
}

.faq-head{
  text-align:center;

  max-width:760px;

  margin:0 auto 60px;
}

.faq-badge{
  display:inline-flex;

  align-items:center;
  justify-content:center;

  background:#dbeafe;

  color:#1d4ed8;

  border:
    1px solid #bfdbfe;

  padding:10px 16px;

  border-radius:999px;

  font-size:.82rem;

  font-weight:900;

  margin-bottom:22px;
}

.faq-head h2{
  font-size:
    clamp(2.2rem,5vw,4rem);

  line-height:1.05;

  letter-spacing:-.06em;

  color:#0f172a;

  margin-bottom:18px;
}

.faq-head p{
  color:#64748b;

  font-size:1.05rem;

  line-height:1.8;
}

.faq-list{
  max-width:920px;

  margin:auto;

  display:grid;

  gap:18px;
}

.faq-item{
  background:#ffffff;

  border:
    1px solid rgba(37,99,235,.08);

  border-radius:26px;

  overflow:hidden;

  box-shadow:
    0 20px 60px rgba(15,23,42,.05);

  transition:.25s ease;
}

.faq-item:hover{
  transform:translateY(-2px);

  box-shadow:
    0 28px 70px rgba(15,23,42,.08);
}

.faq-item summary{
  list-style:none;

  cursor:pointer;

  position:relative;

  padding:26px 72px 26px 28px;

  font-size:1.05rem;

  font-weight:900;

  color:#0f172a;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::after{
  content:"+";

  position:absolute;

  right:26px;
  top:50%;

  transform:translateY(-50%);

  width:36px;
  height:36px;

  border-radius:50%;

  background:#eff6ff;

  color:#2563eb;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:1.4rem;

  font-weight:700;

  transition:.25s ease;
}

.faq-item[open] summary::after{
  content:"−";

  background:#2563eb;

  color:#ffffff;
}

.faq-content{
  padding:
    0 28px 28px;

  color:#64748b;

  line-height:1.8;

  font-size:1rem;
}

@media(max-width:640px){

  .faq-section{
    padding:80px 0;
  }

  .faq-item{
    border-radius:22px;
  }

  .faq-item summary{
    padding:
      22px 64px 22px 22px;

    font-size:1rem;
  }

  .faq-content{
    padding:
      0 22px 24px;
  }

}

.review-float{
  position:fixed;

  left:-18px;

  top:50%;

  transform:translateY(-50%);

  z-index:99999;

  font-family:Inter,Arial,sans-serif;
}

.review-tab{
  background:rgba(17,24,39,.92);
  color:#fbbf24;
  padding:14px 8px;
  border-radius:0 18px 18px 0;
  box-shadow:0 12px 35px rgba(0,0,0,.28);
  cursor:pointer;
  writing-mode:vertical-rl;
  font-size:22px;
  letter-spacing:4px;
  user-select:none;
  animation:softMove 2.2s ease-in-out infinite;
}

.review-panel{
  position:absolute;
  left:52px;
  top:50%;
  transform:translate(-20px,-50%) scale(.96);
  width:320px;
  opacity:0;
  visibility:hidden;
  transition:.3s ease;
  background:transparent;
  border:none;
  box-shadow:none;
}

.review-float.open .review-panel{
  opacity:1;
  visibility:visible;
  transform:translate(0,-50%) scale(1);
}

.review-close{
  position:absolute;
  right:-8px;
  top:-10px;
  width:28px;
  height:28px;
  border-radius:50%;
  border:none;
  background:#111827;
  color:#fff;
  font-size:18px;
  cursor:pointer;
  z-index:3;
}

.review-panel iframe{
  width:100%;
  height:260px;
  border:none;
  background:transparent;
}

@keyframes softMove{
  0%,100%{transform:translateX(0);}
  50%{transform:translateX(5px);}
}

@media(max-width:768px){
  .review-panel{
    left:46px;
    width:calc(100vw - 60px);
    max-width:320px;
  }

  .review-tab{
    font-size:20px;
    padding:13px 7px;
  }
}
.section-image-card {
  margin-top: 34px;

  max-width: 980px;
  width: 100%;

  border-radius: 26px;
  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(226,232,240,.9);

  box-shadow:
    0 24px 60px rgba(15,23,42,.16);
}

.section-image-card img {
  display: block;

  width: 100%;
  height: auto;

  object-fit: cover;
}

@media(max-width:768px){

  .section-image-card{
    margin-top: 24px;
    border-radius: 18px;
  }

}

.compare-section{
  padding:80px 20px;
  background:#f8fafc;
  text-align:center;
}

.compare-box{
  max-width:850px;
  margin:0 auto;
}

.compare-box h2{
  font-size:36px;
  line-height:1.2;
  color:#111827;
  margin-bottom:18px;
}

.compare-box p{
  font-size:17px;
  color:#6b7280;
  margin-bottom:28px;
}

.compare-btn{
  border:none;
  background:#2563eb;
  color:#fff;
  padding:14px 26px;
  border-radius:14px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  transition:0.3s ease;
}

.compare-btn:hover{
  background:#1d4ed8;
}

.compare-popup{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,0.78);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:20px;
}

.compare-popup.is-active{
  display:flex;
}

.compare-popup-content{
  position:relative;
  width:100%;
  max-width:1320px;
  background:#fff;
  border-radius:24px;
  padding:35px;
  box-shadow:0 25px 80px rgba(0,0,0,0.25);
}

.compare-popup-content h2{
  text-align:center;
  margin-bottom:30px;
  font-size:32px;
  color:#111827;
}

.compare-close{
  position:absolute;
  top:18px;
  right:20px;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#f1f5f9;
  font-size:28px;
  cursor:pointer;
}

.compare-images{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:25px;
}

.compare-item h3{
  text-align:center;
  margin-bottom:16px;
  color:#111827;
}

.compare-item img{
  width:100%;
  max-width:600px;
  height:auto;
  aspect-ratio:600 / 325;
  object-fit:contain;
  border-radius:18px;
  border:1px solid #e5e7eb;
  background:#fff;
}

@media(max-width:900px){

  .compare-images{
    grid-template-columns:1fr;
  }

  .compare-popup-content{
    padding:25px 18px;
  }

  .compare-box h2{
    font-size:28px;
  }
}
/* =========================
FIRMENHELD FLOATING SUPPORT
========================= */

.fh-support-wrapper{
  position:fixed;
  left:15px;
  bottom:15px;
  z-index:999999;
  display:flex;
  align-items:flex-end;
  font-family:Arial,sans-serif;
  pointer-events:none;
}

/* FRAU */

.fh-agent{
  width:230px;
  height:320px;
  position:relative;
  z-index:3;
  cursor:pointer;
  pointer-events:auto;
  animation:fhWiggle 8s ease-in-out infinite;
  transition:transform .35s ease;
  overflow:visible;
}

.fh-agent img{
  width:230px;
  height:320px;
  display:block;
  object-fit:contain;
  object-position:center bottom;
  transform:none;
  user-select:none;
  pointer-events:none;
  filter:drop-shadow(0 15px 25px rgba(0,0,0,.35));
}

.fh-agent:hover{
  transform:translateY(-4px) scale(1.03);
}

@keyframes fhWiggle{
  0%,86%,100%{transform:rotate(0deg);}
  88%{transform:rotate(-2deg);}
  90%{transform:rotate(2deg);}
  92%{transform:rotate(-1deg);}
  94%{transform:rotate(1deg);}
  96%{transform:rotate(0deg);}
}

/* PANEL */

.fh-panel{
  position:relative;
  width:320px;
  max-width:320px;
  margin-left:-18px;
  padding:28px;
  border-radius:28px;
  overflow:hidden;
  color:#fff;
  opacity:0;
  pointer-events:none;
  visibility:hidden;
  transform:translateX(-22px) scale(.94);
  transition:
    opacity .32s ease,
    transform .38s cubic-bezier(.22,1,.36,1),
    visibility .32s ease;
  background:linear-gradient(135deg,rgba(4,22,52,.96),rgba(0,119,255,.82));
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 20px 60px rgba(0,119,255,.32);
}

.fh-panel.active{
  opacity:1;
  pointer-events:auto;
  visibility:visible;
  transform:translateX(0) scale(1);
}

/* CLOSE BUTTON */

.fh-close-panel{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:22px;
  cursor:pointer;
  transition:.25s ease;
}

.fh-close-panel:hover{
  background:rgba(255,255,255,.22);
  transform:scale(1.08);
}

/* TEXT */

.fh-panel h3{
  margin:0;
  padding-right:38px;
  font-size:32px;
  font-weight:800;
  line-height:1.1;
}

.fh-panel h3 span{
  color:#23d8ff;
}

.fh-panel p{
  margin:12px 0 22px;
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.5;
}

/* LINKS */

.fh-panel a{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:12px;
  padding:15px 16px;
  border-radius:18px;
  text-decoration:none;
  color:#fff;
  font-size:16px;
  font-weight:700;
  background:rgba(255,255,255,.10);
  transition:background .25s ease, transform .25s ease;
}

.fh-panel a:hover{
  background:rgba(255,255,255,.18);
  transform:translateX(4px);
}

/* MOBILE */

@media(max-width:768px){

  .fh-support-wrapper{
    left:8px;
    bottom:8px;
  }

  .fh-agent{
    width:180px;
    height:250px;
    animation:fhWiggle 9s ease-in-out infinite;
  }

  .fh-agent img{
    width:180px;
    height:250px;
    transform:none;
  }

  .fh-panel{
    position:absolute;
    left:86px;
    bottom:18px;
    width:225px;
    max-width:calc(100vw - 105px);
    margin-left:0;
    padding:20px;
    border-radius:24px;
    transform:translateX(-12px) scale(.94);
  }

  .fh-panel.active{
    transform:translateX(0) scale(1);
  }

  .fh-panel h3{
    font-size:22px;
    padding-right:32px;
  }

  .fh-panel p{
    font-size:13px;
    margin:8px 0 14px;
  }

  .fh-panel a{
    padding:12px;
    font-size:13px;
    border-radius:14px;
  }

  .fh-close-panel{
    width:28px;
    height:28px;
    font-size:18px;
  }
}

.fh-stats-section{
  padding:70px 0;
  background:#f8fafc;
}

.fh-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.fh-stat-card{
  background:#ffffff;

  border:1px solid rgba(37,99,235,.08);

  border-radius:28px;

  padding:34px 24px;

  text-align:center;

  box-shadow:
    0 10px 25px rgba(15,23,42,.05),
    0 25px 60px rgba(15,23,42,.08),
    0 45px 100px rgba(15,23,42,.06);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.fh-stat-card:hover{

  transform:translateY(-6px);

  box-shadow:
    0 18px 40px rgba(15,23,42,.08),
    0 40px 90px rgba(15,23,42,.14),
    0 70px 140px rgba(15,23,42,.10);

}

.fh-stat-card strong{
  display:block;

  font-size:clamp(1.9rem,3vw,2.9rem);

  line-height:1;

  color:#2563eb;

  font-weight:900;

  margin-bottom:14px;

  letter-spacing:-0.03em;
}

.fh-stat-card span{
  display:block;

  color:#475569;

  font-size:1rem;

  font-weight:800;

  line-height:1.5;
}

/* Tablet */

@media(max-width:900px){

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

}

/* Mobile */

@media(max-width:520px){

  .fh-stats-section{
    padding:50px 0;
  }

  .fh-stats-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .fh-stat-card{
    padding:28px 20px;
  }

}
