:root{
  --navy:#061421;--navy2:#0a2237;--gold:#d9a72f;--gold2:#f1ca63;
  --green:#238c4d;--green2:#40b866;--cream:#faf7ef;--white:#fff;
  --text:#17212b;--muted:#64707c;--line:#e9e4d9;--max:1200px;
  --shadow:0 18px 55px rgba(6,20,33,.13)
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);line-height:1.5;background:#fff;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.kicker{color:var(--gold);font-weight:900;font-size:.77rem;letter-spacing:.13em;text-transform:uppercase}
.section{padding:88px 0}.section-head{max-width:760px;margin-bottom:38px}
.section-head h2,.legal h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.1rem,4.2vw,3.6rem);line-height:1.02;letter-spacing:-.025em;margin:10px 0 14px}
.section-head p{margin:0;color:var(--muted);font-size:1.04rem}

.topline{background:#03101b;color:#cad5df;font-size:.84rem;border-bottom:1px solid rgba(255,255,255,.08)}
.topline .container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.toplinks{display:flex;gap:18px}
header{position:sticky;top:0;z-index:80;background:rgba(6,20,33,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1)}
.navbar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:900;white-space:nowrap}
.brand img{width:40px;height:40px}.brand strong{font-size:1.04rem}.brand small{display:block;color:#9fb0bf;font-size:.64rem;letter-spacing:.12em;text-transform:uppercase}
nav{display:flex;align-items:center;gap:22px;color:#e7eef4;font-size:.91rem;font-weight:750}nav a:hover{color:var(--gold2)}
.nav-cta{display:flex;gap:9px}.menu{display:none;background:none;border:0;color:#fff;padding:8px}
.btn{min-height:48px;padding:0 20px;border-radius:13px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;cursor:pointer;transition:.18s}
.btn:hover{transform:translateY(-1px)}.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#14202a;box-shadow:0 10px 30px rgba(217,167,47,.22)}
.btn-green{background:linear-gradient(135deg,var(--green2),var(--green));color:#fff}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border-color:rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.07)}

.hero{position:relative;min-height:710px;color:#fff;display:flex;align-items:center;overflow:hidden;background:#071625}
.hero-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(3,13,22,.9) 0%,rgba(3,13,22,.76) 36%,rgba(3,13,22,.28) 68%,rgba(3,13,22,.14) 100%),linear-gradient(0deg,rgba(3,13,22,.42),rgba(3,13,22,.03)),url("mietwagen-elahi-rheingau.webp");background-size:cover;background-position:center 56%;transform:scale(1.01)}
.hero-inner{position:relative;z-index:2;padding:88px 0 76px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.hero-copy{max-width:670px}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,6vw,5.6rem);line-height:.95;letter-spacing:-.042em;margin:14px 0 20px}.hero h1 span{color:var(--gold2)}
.hero-copy>p{color:#e1e9ef;font-size:1.12rem;max-width:630px;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:27px}
.proofs{display:flex;gap:10px;flex-wrap:wrap}.proof{padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(4,18,30,.42);backdrop-filter:blur(8px);font-size:.82rem;font-weight:800}.proof b{color:var(--gold2)}
.hero-card{margin-left:auto;width:min(360px,100%);background:rgba(4,18,30,.77);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.15);padding:22px;border-radius:22px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.hero-card h3{margin:0 0 7px}.hero-card p{color:#c7d4de;font-size:.9rem}.hero-card ul{list-style:none;padding:0;margin:16px 0;display:grid;gap:9px;font-size:.9rem}.hero-card li:before{content:"✓";color:var(--gold2);margin-right:8px;font-weight:900}.hero-card .btn{width:100%}

.trust{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:23px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item b{display:block}.trust-item span{display:block;color:var(--muted);font-size:.84rem;margin-top:4px}

.services{background:linear-gradient(#fff,#fbfaf5)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service{background:#fff;border:1px solid var(--line);padding:27px;border-radius:20px;box-shadow:0 8px 28px rgba(6,20,33,.035);transition:.2s}.service:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.icon{width:50px;height:50px;border-radius:15px;background:var(--navy);color:var(--gold2);display:grid;place-items:center;margin-bottom:18px}.icon svg{width:24px;height:24px}
.service h3{margin:0 0 8px;font-size:1.16rem}.service p{margin:0;color:var(--muted);font-size:.93rem}.service a{display:inline-block;margin-top:15px;color:#8f6712;font-weight:900;font-size:.88rem}

.vehicle{background:var(--navy);color:#fff;position:relative;overflow:hidden}.vehicle:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 22%,rgba(217,167,47,.16),transparent 30%)}
.vehicle-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}
.vehicle-photo{height:520px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 75px rgba(0,0,0,.34)}
.vehicle-photo img{width:100%;height:100%;object-fit:cover;object-position:center 27%}
.vehicle h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,4.3vw,3.8rem);line-height:1.03;margin:10px 0 16px;letter-spacing:-.03em}.vehicle p{color:#c5d2dd}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0}.check{padding:13px 14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);border-radius:13px;font-size:.9rem}.check b{color:var(--gold2);margin-right:7px}

.local{background:var(--cream)}.local-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.local h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,4.3vw,3.8rem);line-height:1.02;margin:10px 0 16px}.local p{color:var(--muted)}
.local-photo{height:520px;border-radius:28px;overflow:hidden;position:relative;box-shadow:var(--shadow)}.local-photo img{width:100%;height:100%;object-fit:cover;object-position:56% center}
.local-badge{position:absolute;left:20px;bottom:20px;background:rgba(255,255,255,.94);padding:15px 17px;border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,.15)}.local-badge span{display:block;color:var(--muted);font-size:.82rem}
.tags{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.tag{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.84rem;font-weight:800}
.note{background:#fff;border-left:4px solid var(--gold);padding:17px;border-radius:14px;box-shadow:0 8px 25px rgba(6,20,33,.04);color:#46515d}

.airport{background:linear-gradient(135deg,#d9a62f,#efd06d);padding:34px 0}.airport-inner{display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center}
.plane{width:70px;height:70px;border-radius:20px;background:rgba(255,255,255,.24);display:grid;place-items:center}.plane svg{width:38px;height:38px}
.airport h3{font-family:Georgia,"Times New Roman",serif;margin:0;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.05}.airport p{margin:6px 0 0;color:#433920}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{border:1px solid var(--line);border-radius:20px;padding:26px}.step-num{width:40px;height:40px;border-radius:50%;background:var(--gold);display:grid;place-items:center;font-weight:950;margin-bottom:17px}.step h3{margin:0 0 7px}.step p{margin:0;color:var(--muted);font-size:.92rem}

.faq{background:var(--navy);color:#fff}.faq .section-head p{color:#b9c7d2}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}
details{border:1px solid rgba(255,255,255,.12);border-radius:13px;padding:0 16px;margin-bottom:11px;background:rgba(255,255,255,.035)}
summary{cursor:pointer;list-style:none;padding:16px 0;display:flex;justify-content:space-between;gap:12px;font-weight:800}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--gold2)}details[open] summary:after{content:"−"}details p{color:#b9c8d4;margin:0 0 16px;font-size:.91rem}

.contact{position:relative;background:#f7f5ef;overflow:hidden}.contact:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(247,245,239,.97),rgba(247,245,239,.85)),url("mietwagen-elahi-rheingau.webp");background-size:cover;background-position:center;opacity:.5}
.contact-grid{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;gap:32px;align-items:start}.contact-card,.form-card{background:rgba(255,255,255,.97);border-radius:23px;box-shadow:var(--shadow);padding:27px}
.contact-card h3,.form-card h3{font-family:Georgia,"Times New Roman",serif;font-size:1.7rem;margin:0 0 18px}.contact-item{display:flex;gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border-bottom:0}.contact-item span{display:block;color:var(--muted);font-size:.84rem}
.contact-icon{width:34px;height:34px;border-radius:10px;background:#fff7e5;color:#9e7112;display:grid;place-items:center;flex:0 0 auto}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}label{font-size:.81rem;font-weight:850}
input,select,textarea{width:100%;border:1px solid #dfe3e7;background:#fdfdfc;border-radius:11px;padding:12px 13px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(217,167,47,.12)}textarea{min-height:105px;resize:vertical}
.consent{display:flex;gap:9px;align-items:flex-start;margin-top:13px;font-size:.79rem;color:#5e6974}.consent input{width:auto;margin-top:3px}.hidden-field{position:absolute!important;left:-9999px!important}
.form-actions{display:flex;gap:9px;margin-top:14px}.form-actions .btn{flex:1}.form-note{font-size:.73rem;color:#7b858e;margin:10px 0 0}.status{display:none;padding:12px 14px;border-radius:11px;margin:0 0 15px;font-weight:750;font-size:.9rem}.status.success{display:block;background:#eaf8ef;color:#1e6940}.status.error{display:block;background:#fff0ef;color:#9a342e}

footer{background:#03101b;color:#9eafbd;padding:31px 0 92px}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:22px}.footer-links{display:flex;flex-wrap:wrap;gap:17px;font-size:.83rem}
.mobile-bar{display:none;position:fixed;z-index:100;left:10px;right:10px;bottom:10px;background:rgba(3,16,27,.95);backdrop-filter:blur(16px);padding:8px;border-radius:17px;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 50px rgba(0,0,0,.3)}.mobile-bar a{flex:1;min-height:48px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.9rem}.mobile-bar .call{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#14202a}.mobile-bar .wa{color:#fff}

.legal-hero{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;padding:64px 0}.legal{padding:65px 0;max-width:850px}.legal h2{margin-top:34px}.legal p,.legal li{color:#4e5a66}.legal .warning{background:#fff5d8;border:1px solid #ecd486;border-left:4px solid #c9971d;padding:16px;border-radius:12px;color:#654b0e}.legal code{background:#f0f2f3;padding:2px 5px;border-radius:5px}
.back{display:inline-flex;margin-top:20px;color:var(--gold2);font-weight:800}

@media(max-width:1000px){
  nav{display:none;position:absolute;top:74px;left:20px;right:20px;flex-direction:column;align-items:flex-start;background:#071625;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 20px 55px rgba(0,0,0,.25)}nav.open{display:flex}.menu{display:block}.nav-cta .btn-green{display:none}
  .hero-inner,.vehicle-grid,.local-grid,.contact-grid{grid-template-columns:1fr}.hero-card{margin-left:0;max-width:520px}.service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .container{width:min(var(--max),calc(100% - 28px))}.topline{display:none}.navbar{height:68px}.nav-cta .btn-gold{display:none}
  .hero{min-height:780px}.hero-bg{background-position:61% center}.hero-inner{padding:60px 0 50px;align-content:end}.hero h1{font-size:clamp(2.7rem,14vw,4.6rem)}.hero-copy>p{font-size:1rem}.hero-actions .btn{width:100%}.hero-card{display:none}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-item{border-bottom:1px solid var(--line)}.trust-item:nth-child(even){border-right:0}.trust-item:nth-last-child(-n+2){border-bottom:0}
  .section{padding:62px 0}.service-grid,.steps,.faq-grid{grid-template-columns:1fr}.service{padding:23px}.vehicle-photo,.local-photo{height:430px}.checks{grid-template-columns:1fr}
  .airport-inner{grid-template-columns:1fr;text-align:center}.plane{margin-inline:auto}.airport .btn{width:100%}
  .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.form-actions{flex-direction:column}
  .footer-inner{flex-direction:column;align-items:flex-start}.mobile-bar{display:flex}
}

/* =========================================================
   MOBILE V4 – robuste Smartphone-Optimierung
   ========================================================= */

/* Verhindert horizontales Verschieben durch Grid-/Flex-Inhalte */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  position: relative;
}

main,
section,
header,
footer,
.container,
.navbar,
.hero-inner,
.vehicle-grid,
.local-grid,
.contact-grid,
.service-grid,
.steps,
.faq-grid {
  min-width: 0;
  max-width: 100%;
}

/* Grid-Kinder dürfen auf kleinen Displays wirklich schrumpfen */
.hero-inner > *,
.vehicle-grid > *,
.local-grid > *,
.contact-grid > *,
.service-grid > *,
.steps > *,
.faq-grid > * {
  min-width: 0;
}

/* Lange Inhalte dürfen nie die Seite verbreitern */
p,
h1,
h2,
h3,
a,
span,
strong,
small,
summary,
label {
  overflow-wrap: anywhere;
}

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

/* Kleine Tablets / große Smartphones */
@media (max-width: 820px) {
  .container {
    width: calc(100% - 28px);
    max-width: 100%;
  }

  .navbar {
    gap: 10px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .brand strong {
    font-size: 1rem;
    line-height: 1.08;
  }

  .brand small {
    font-size: .60rem;
  }

  .menu {
    flex: 0 0 auto;
  }

  nav {
    left: 14px;
    right: 14px;
    width: auto;
  }

  .hero-inner,
  .vehicle-grid,
  .local-grid,
  .contact-grid {
    gap: 28px;
  }

  .tags {
    max-width: 100%;
  }
}

/* Smartphones */
@media (max-width: 720px) {
  .container {
    width: calc(100% - 24px);
    margin-inline: auto;
  }

  .section {
    padding: 52px 0;
  }

  /* Header kompakter */
  .navbar {
    height: 66px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand {
    gap: 8px;
  }

  .brand strong {
    font-size: .98rem;
  }

  .brand small {
    font-size: .58rem;
    letter-spacing: .10em;
  }

  /* Hero auf Mobil übersichtlicher */
  .hero {
    min-height: 690px;
  }

  .hero-bg {
    background-position: 58% center;
    transform: none;
  }

  .hero-inner {
    padding: 48px 0 42px;
    gap: 20px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12.5vw, 3.75rem);
    line-height: .98;
    letter-spacing: -.035em;
    margin: 10px 0 16px;
  }

  .hero-copy > p {
    font-size: .98rem;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 20px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
  }

  .proofs {
    gap: 7px;
  }

  .proof {
    font-size: .75rem;
    padding: 7px 9px;
  }

  /* Trust-Bar */
  .trust-item {
    padding: 17px 14px;
  }

  .trust-item b {
    font-size: .9rem;
  }

  .trust-item span {
    font-size: .76rem;
  }

  /* Überschriften mobil besser skalieren */
  .section-head {
    margin-bottom: 28px;
  }

  .section-head h2,
  .local h2,
  .vehicle h2 {
    font-size: clamp(1.95rem, 9vw, 2.55rem);
    line-height: 1.06;
    letter-spacing: -.02em;
  }

  .section-head p,
  .local p,
  .vehicle p {
    font-size: .96rem;
    line-height: 1.62;
  }

  .kicker {
    font-size: .69rem;
    letter-spacing: .11em;
  }

  /* Leistungen */
  .service {
    padding: 21px;
    border-radius: 17px;
  }

  .service h3 {
    font-size: 1.08rem;
  }

  .service p {
    font-size: .9rem;
    line-height: 1.58;
  }

  /* Fahrzeug / Rheingau Bilder */
  .vehicle-photo,
  .local-photo {
    width: 100%;
    height: auto;
    min-height: 285px;
    max-height: 390px;
    border-radius: 20px;
  }

  .vehicle-photo img,
  .local-photo img {
    width: 100%;
    height: 100%;
    min-height: 285px;
    object-fit: cover;
  }

  .vehicle-photo img {
    object-position: center 30%;
  }

  .local-photo img {
    object-position: 56% center;
  }

  /* Checklisten */
  .checks {
    gap: 8px;
    margin: 20px 0;
  }

  .check {
    padding: 11px 12px;
    font-size: .86rem;
  }

  /* Erfahrungsbereich: genau der Bereich aus deinem Screenshot */
  .local-grid {
    gap: 26px;
  }

  .local-grid > div {
    width: 100%;
    min-width: 0;
  }

  .local p {
    margin-top: 0;
    margin-bottom: 16px;
  }

  /* Pills: keine abgeschnittenen Elemente mehr */
  .tags {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
    margin: 20px 0;
    overflow: visible;
  }

  .tag {
    flex: 0 1 auto;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    font-size: .78rem;
    line-height: 1.25;
    padding: 8px 11px;
  }

  .note {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 15px 16px;
    border-radius: 13px;
    font-size: .92rem;
    line-height: 1.55;
    box-shadow: 0 8px 22px rgba(6,20,33,.07);
  }

  .local-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: calc(100% - 24px);
    padding: 11px 13px;
  }

  /* Flughafen-CTA */
  .airport {
    padding: 28px 0;
  }

  .airport-inner {
    gap: 16px;
  }

  .airport h3 {
    font-size: 1.65rem;
  }

  .airport p {
    font-size: .9rem;
  }

  .plane {
    width: 58px;
    height: 58px;
  }

  /* Schritte */
  .step {
    padding: 21px;
    border-radius: 17px;
  }

  /* FAQ */
  details {
    padding: 0 13px;
  }

  summary {
    padding: 14px 0;
    font-size: .92rem;
  }

  details p {
    font-size: .87rem;
  }

  /* Kontakt */
  .contact-card,
  .form-card {
    padding: 20px;
    border-radius: 18px;
  }

  .contact-card h3,
  .form-card h3 {
    font-size: 1.5rem;
  }

  .contact-item {
    gap: 10px;
    padding: 11px 0;
  }

  input,
  select,
  textarea {
    font-size: 16px; /* verhindert automatisches Zoom auf iPhones */
  }

  .form-actions {
    gap: 9px;
  }

  .form-actions .btn {
    min-height: 50px;
  }

  /* Footer */
  footer {
    padding-bottom: 96px;
  }

  .footer-links {
    gap: 12px 16px;
  }

  /* Feste Mobile-Leiste */
  .mobile-bar {
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    width: auto;
    max-width: calc(100% - 16px);
  }
}

/* Sehr schmale Smartphones */
@media (max-width: 390px) {
  .container {
    width: calc(100% - 20px);
  }

  .brand strong {
    font-size: .9rem;
  }

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

  .proof {
    font-size: .71rem;
  }

  .tag {
    font-size: .74rem;
    padding: 7px 9px;
  }

  .local h2,
  .vehicle h2,
  .section-head h2 {
    font-size: 1.85rem;
  }
}
