:root {
  --gold: #d99a19;
  --gold-dark: #b97d0d;
  --ink: #0e192b;
  --muted: #657084;
  --paper: #f7f8fa;
  --white: #ffffff;
  --dark: #101419;
  --dark-2: #171c22;
  --line: #d9dee5;
  --radius: 16px;
  --shadow: 0 20px 55px rgba(14, 25, 43, .12);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: white; padding: 12px 18px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.section-light { background: var(--paper); }
.section-dark { background: var(--dark); color: white; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .79rem; font-weight: 800; letter-spacing: .19em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 900px; margin-bottom: 24px; color: white; font-size: clamp(3rem, 6vw, 5.4rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.6vw, 4rem); }
h3 { font-size: 1.18rem; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.14rem; }
.section-heading-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.text-link { flex: 0 0 auto; padding-bottom: 8px; text-decoration: none; font-weight: 700; }
.text-link:hover { color: var(--gold-dark); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 80px; color: white; transition: background .28s ease, box-shadow .28s ease, color .28s ease; }
.site-header.is-scrolled, .site-header.menu-open { color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 12px 40px rgba(10,20,30,.08); backdrop-filter: blur(12px); }
.nav-shell { width: min(calc(100% - 40px), 1200px); height: 100%; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.08rem; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #111; background: var(--gold); }
.brand-name strong { color: var(--gold); }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 2.8vw, 38px); }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; opacity: .92; }
.main-nav a:hover { color: var(--gold); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: transform .25s, opacity .25s; }
.site-header.menu-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.site-header.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.button { min-height: 50px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #111; background: var(--gold); box-shadow: 0 14px 30px rgba(217,154,25,.22); }
.button-primary:hover { background: #e5a41d; box-shadow: 0 18px 36px rgba(217,154,25,.3); }
.button-outline { border-color: #cdd3db; background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.5); }
.button-outline-light:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-nav { min-height: 48px; color: #111; background: white; }
.site-header.is-scrolled .button-nav, .site-header.menu-open .button-nav { background: var(--gold); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }

.hero { min-height: 900px; display: grid; align-items: center; position: relative; overflow: hidden; background: #18212a; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/images/hero.jpg") center 50% / cover no-repeat; transform: scale(1.03); }
.hero-shade { background: linear-gradient(90deg, rgba(11,16,22,.88) 0%, rgba(11,16,22,.64) 46%, rgba(11,16,22,.25) 72%, rgba(11,16,22,.28) 100%), linear-gradient(0deg, rgba(12,17,23,.94) 0%, transparent 52%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; }
.hero-copy { max-width: 680px; margin-bottom: 30px; color: rgba(255,255,255,.9); font-size: clamp(1.08rem, 2vw, 1.38rem); }
.hero-services { margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 750; letter-spacing: .14em; }

.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.service-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(217,154,25,.5); box-shadow: var(--shadow); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 12px; color: var(--gold-dark); background: #fbf8f0; font-size: 1.35rem; }
.service-card p { color: var(--muted); }
.service-card a { margin-top: auto; color: var(--gold-dark); text-decoration: none; font-weight: 750; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; background: var(--dark); color: white; }
.split-image { min-height: 560px; background-position: center; background-size: cover; }
.split-image-house { background-image: url("assets/images/kreta-hillside-house.jpg"); }
.split-copy { padding: clamp(60px, 8vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.split-copy h2 { max-width: 580px; }
.split-copy p:not(.eyebrow) { max-width: 600px; color: #d4d9df; font-size: 1.17rem; }
.split-copy .button { align-self: flex-start; margin-top: 18px; }

.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { overflow: hidden; border-radius: 15px; color: white; background: var(--dark); box-shadow: 0 14px 30px rgba(14,25,43,.08); }
.project-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #313a43; }
.project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,15,21,.62), transparent 50%); }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.045); }
.tag { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 13px; border-radius: 999px; color: #16110a; background: var(--gold); font-size: .71rem; font-weight: 850; letter-spacing: .04em; }
.project-copy { min-height: 132px; padding: 25px 24px; }
.project-copy h3 { margin-bottom: 9px; }
.project-copy p { margin-bottom: 0; color: #bfc6cf; }

.feature-band { background: white; }
.feature-band-alt { background: #f9fafb; }
.two-column { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.two-column-reverse { grid-template-columns: 1.08fr .92fr; }
.feature-text p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.16rem; }
.feature-text .button-row, .feature-text > .button { margin-top: 28px; }
.feature-photo { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.photo-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: white; text-align: center; background: rgba(10,16,21,.28); }
.photo-overlay .tag { position: static; }
.photo-overlay strong { max-width: 360px; font-size: 1.3rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.benefit { padding-top: 25px; border-top: 1px solid #373d44; }
.benefit span { color: var(--gold); font-size: 1.7rem; }
.benefit h3 { margin: 22px 0 12px; }
.benefit p { color: #c2c8d0; }
.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reference-placeholder { min-height: 190px; padding: 30px; display: flex; flex-direction: column; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.reference-placeholder strong { font-size: 1.1rem; }
.reference-placeholder span { color: var(--muted); }

.process-section { padding-top: 110px; padding-bottom: 130px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-step { min-height: 200px; padding-left: 24px; border-left: 1px solid rgba(217,154,25,.55); }
.process-step > span { display: block; margin-bottom: 15px; color: rgba(217,154,25,.56); font-size: 2rem; font-weight: 850; }
.process-step p { color: var(--muted); }

.cta-section { position: relative; overflow: hidden; padding: 110px 0; color: white; background: var(--dark); }
.cta-background { position: absolute; inset: 0; opacity: .16; background: linear-gradient(rgba(12,17,22,.75), rgba(12,17,22,.75)), url("assets/images/hero.jpg") center/cover; }
.cta-content { position: relative; z-index: 2; }
.cta-intro { max-width: 880px; margin: 0 auto 58px; text-align: center; }
.cta-icon { display: block; margin-bottom: 20px; color: var(--gold); font-size: 2.4rem; }
.cta-intro h2 { margin-bottom: 22px; }
.cta-intro p { max-width: 680px; margin-inline: auto; color: #d8dde3; font-size: 1.12rem; }
.contact-form { max-width: 920px; margin: auto; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(13,18,23,.72); backdrop-filter: blur(8px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 20px; font-size: .9rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.07); padding: 13px 14px; outline: none; }
.contact-form select option { color: #111; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217,154,25,.16); }
.checkbox { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 400 !important; }
.checkbox input { width: auto; margin-top: 4px; }
.checkbox a { color: #f3b83c; }
.honeypot { position: absolute !important; left: -9999px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.form-status { margin: 18px 0 0; color: #f5c45e; }

.site-footer { padding: 90px 0 24px; color: #cbd1d8; background: var(--dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 90px; }
.brand-footer { color: white; }
.footer-brand > p { max-width: 520px; margin-top: 24px; }
.contact-list, .site-footer ul { margin: 24px 0 0; padding: 0; list-style: none; }
.site-footer li { margin: 10px 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-title { color: var(--gold); font-size: .8rem; font-weight: 850; letter-spacing: .16em; }
.footer-bottom { margin-top: 70px; padding-top: 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #343a40; color: #8e98a5; font-size: .9rem; }

.legal-page { min-height: 100vh; padding: 130px 0 80px; background: var(--paper); }
.legal-card { max-width: 920px; margin: auto; padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.legal-card h1 { color: var(--ink); font-size: clamp(2.5rem, 5vw, 4.2rem); }
.legal-card h2 { margin-top: 42px; font-size: 1.55rem; }
.legal-card .notice { padding: 18px; border-left: 4px solid var(--gold); background: #fff8e7; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .nav-shell { grid-template-columns: auto auto; justify-content: space-between; }
  .nav-toggle { display: block; grid-column: 2; grid-row: 1; }
  .main-nav { position: absolute; inset: 72px 0 auto; display: none; flex-direction: column; gap: 0; padding: 14px 20px 24px; color: var(--ink); background: white; box-shadow: 0 24px 40px rgba(0,0,0,.12); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid #edf0f3; }
  .site-header.menu-open .main-nav { display: flex; }
  .button-nav { display: none; }
  .service-grid, .benefit-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .split-feature { grid-template-columns: 1fr; }
  .split-image { min-height: 480px; }
  .two-column, .two-column-reverse { grid-template-columns: 1fr; }
  .two-column-reverse .feature-photo { order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container, .nav-shell { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .hero { min-height: 760px; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,16,22,.9), rgba(11,16,22,.55)), linear-gradient(0deg, rgba(12,17,23,.94), transparent 60%); }
  .hero-content { padding-top: 80px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.3rem); }
  .section-heading-row { display: block; }
  .text-link { display: inline-block; margin-top: 10px; }
  .service-grid, .portfolio-grid, .benefit-grid, .process-grid, .reference-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .split-image { min-height: 360px; }
  .split-copy { padding: 68px 24px; }
  .project-image { aspect-ratio: 16/11; }
  .contact-form { padding: 24px 18px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .button-row, .form-actions { align-items: stretch; }
  .button-row .button, .form-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Version 2: anklickbare Leistungen und Detailseiten */
.service-card-link { color: inherit; text-decoration: none; }
.service-card-link:focus-visible { outline: 3px solid rgba(217,154,25,.55); outline-offset: 4px; }
.service-more { margin-top: auto; color: var(--gold-dark); font-weight: 750; }
.photo-overlay-link { color: white; text-decoration: none; transition: background .25s ease; }
.photo-overlay-link:hover { background: rgba(10,16,21,.48); }

.inner-hero { min-height: 620px; position: relative; display: grid; align-items: end; overflow: hidden; color: white; background: var(--dark); }
.inner-hero::before, .inner-hero::after { content: ""; position: absolute; inset: 0; }
.inner-hero::before { background-position: center; background-size: cover; transform: scale(1.025); }
.inner-hero::after { background: linear-gradient(90deg, rgba(10,15,21,.92) 0%, rgba(10,15,21,.72) 48%, rgba(10,15,21,.28) 100%), linear-gradient(0deg, rgba(10,15,21,.9), transparent 60%); }
.inner-hero-drone::before { background-image: url("assets/images/drohne.jpg"); }
.inner-hero-media::before { background-image: url("assets/images/fpv.jpg"); }
.inner-hero-tour::before { background-image: url("assets/images/tour.jpg"); }
.inner-hero-fotobox::before { background-image: url("assets/images/fotobox.jpg"); }
.inner-hero-content { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 92px; }
.inner-hero h1 { max-width: 920px; font-size: clamp(3rem, 6.4vw, 5.8rem); }
.inner-hero-copy { max-width: 720px; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.breadcrumb { margin-bottom: 24px; font-size: .88rem; color: rgba(255,255,255,.7); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }

.intro-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(42px, 8vw, 105px); align-items: start; }
.intro-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.16rem; }
.fact-panel { padding: 34px; border-radius: var(--radius); background: var(--dark); color: white; box-shadow: var(--shadow); }
.fact-panel h3 { margin-bottom: 20px; font-size: 1.45rem; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 31px; border-bottom: 1px solid rgba(255,255,255,.11); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 10px; color: var(--gold); font-weight: 900; }
.check-list-light li { border-color: var(--line); }

.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.detail-card { min-height: 260px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.detail-card span { color: var(--gold-dark); font-size: 1.6rem; }
.detail-card h3 { margin: 22px 0 12px; font-size: 1.35rem; }
.detail-card p { color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-auto-rows: 270px; gap: 20px; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); background: #29313a; }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 26px 22px 20px; color: white; background: linear-gradient(transparent, rgba(8,12,16,.9)); font-weight: 750; }

.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.number-card { padding: 28px 24px; border-left: 2px solid rgba(217,154,25,.62); }
.number-card > span { display: block; margin-bottom: 14px; color: var(--gold); font-size: 2rem; font-weight: 850; }
.number-card p { color: var(--muted); }
.section-dark .number-card p { color: #c8cfd7; }

.panorama-shell { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #151b21; box-shadow: var(--shadow); }
#panorama { width: 100%; height: min(70vh, 720px); min-height: 460px; }
.panorama-credit { padding: 14px 18px; color: #c5ccd4; background: #151b21; font-size: .78rem; }
.panorama-credit a { color: #f0b43a; }
.demo-note { margin-top: 24px; padding: 20px 22px; border-left: 4px solid var(--gold); background: #fff8e7; color: #554625; }

.booking-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: clamp(30px, 6vw, 58px); border-radius: 22px; background: var(--dark); color: white; box-shadow: var(--shadow); }
.booking-panel p { max-width: 700px; margin-bottom: 0; color: #cbd1d8; }
.booking-panel .button { white-space: nowrap; }
.calendar-note { margin-top: 14px; color: var(--muted); font-size: .88rem; }

.mini-cta { padding: 80px 0; color: white; background: var(--dark); }
.mini-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.mini-cta h2 { max-width: 760px; margin-bottom: 12px; font-size: clamp(2.2rem, 4.2vw, 3.8rem); }
.mini-cta p { margin-bottom: 0; color: #cbd1d8; }

@media (max-width: 980px) {
  .intro-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:first-child { grid-row: auto; }
  .number-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-panel { grid-template-columns: 1fr; }
  .mini-cta-grid { display: block; }
  .mini-cta .button-row { margin-top: 28px; }
}
@media (max-width: 680px) {
  .inner-hero { min-height: 680px; }
  .inner-hero-content { padding-top: 135px; padding-bottom: 70px; }
  .detail-grid, .gallery-grid, .number-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 250px; }
  #panorama { min-height: 420px; height: 65vh; }
  .booking-panel .button { width: 100%; }
}


/* Version 2.1: stabile Detailseiten, Cache-Busting und 360°-Demo */
.detail-page {
  padding-top: 80px;
}
.site-header-light {
  color: var(--ink);
  background: rgba(255,255,255,.97);
  box-shadow: 0 12px 40px rgba(10,20,30,.08);
  backdrop-filter: blur(12px);
}
.site-header-light .button-nav {
  color: #111;
  background: var(--gold);
}
.site-header-light .nav-toggle {
  color: var(--ink);
}
.detail-page .inner-hero-content {
  padding-top: 88px;
}
#demo {
  scroll-margin-top: 100px;
}
.panorama-frame {
  display: block;
  width: 100%;
  height: min(70vh, 720px);
  min-height: 460px;
  border: 0;
  background: #151b21;
}
.panorama-fallback {
  padding: 20px;
  color: #c5ccd4;
  background: #151b21;
}
@media (max-width: 980px) {
  .detail-page { padding-top: 72px; }
  .detail-page .inner-hero-content { padding-top: 72px; }
}
@media (max-width: 680px) {
  .panorama-frame { height: 65vh; min-height: 420px; }
}

/* Version 2.2: begehbare Matterport-Immobiliendemo mit Zwei-Klick-Lösung */
.matterport-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #11171d;
  box-shadow: 0 22px 65px rgba(13, 25, 38, .15);
}
.matterport-consent,
.matterport-frame {
  width: 100%;
  min-height: 560px;
  aspect-ratio: 16 / 9;
}
.matterport-preview {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 560px;
  aspect-ratio: 16 / 9;
  padding: 32px;
  isolation: isolate;
  color: #fff;
  text-align: center;
  background: url("assets/images/tour.jpg") center / cover no-repeat;
}
.matterport-preview-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(9, 14, 19, .48), rgba(9, 14, 19, .88));
}
.matterport-preview-content {
  width: min(680px, 100%);
}
.matterport-preview h3 {
  margin: 16px 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
}
.matterport-preview p {
  margin: 0 auto 24px;
  max-width: 620px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.05rem;
}
.matterport-badge {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #f1b530;
  background: rgba(10, 15, 20, .55);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.matterport-external-link {
  display: block;
  width: max-content;
  margin: 16px auto 0;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.matterport-frame {
  display: block;
  border: 0;
  background: #0f151b;
}
@media (max-width: 680px) {
  .matterport-consent,
  .matterport-frame,
  .matterport-preview {
    min-height: 500px;
    aspect-ratio: auto;
  }
  .matterport-preview { padding: 24px 18px; }
}


/* Version 2.3: Leistungs-Dropdown, Droneo-Branding und veredelte 360°-Karten */
:root { --brand-blue: #3859b8; --brand-blue-bright: #6f8df0; }
.brand { flex: 0 0 auto; }
.brand-mark { overflow: hidden; padding: 6px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { display: inline-flex; align-items: baseline; white-space: nowrap; }
.brand-name > span { color: currentColor; }
.brand-name strong { color: var(--brand-blue-bright); }
.site-header.is-scrolled .brand-name strong,
.site-header-light .brand-name strong,
.site-header.menu-open .brand-name strong { color: var(--brand-blue); }

.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: inherit; background: transparent; font-size: .94rem; font-weight: 700; line-height: 1.2; opacity: .92; }
.nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible { color: var(--gold); outline: none; }
.nav-chevron { display: inline-block; font-size: 1rem; transition: transform .2s ease; }
.nav-dropdown:hover .nav-chevron, .nav-dropdown:focus-within .nav-chevron, .nav-dropdown.is-open .nav-chevron { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 18px); left: 50%; width: 390px; padding: 12px; display: grid; gap: 4px; color: var(--ink); background: rgba(255,255,255,.99); border: 1px solid rgba(14,25,43,.10); border-radius: 18px; box-shadow: 0 28px 70px rgba(10,20,30,.20); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 10px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav-dropdown-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -19px; height: 20px; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu, .nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.main-nav .nav-dropdown-menu a { min-height: 62px; padding: 10px 12px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; border-radius: 12px; color: var(--ink); opacity: 1; }
.main-nav .nav-dropdown-menu a:hover, .main-nav .nav-dropdown-menu a:focus-visible { color: var(--ink); background: #f2f5fb; outline: none; }
.dropdown-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--gold-dark); background: #fff7e5; font-size: .86rem; font-weight: 850; }
.dropdown-icon img { width: 25px; height: 25px; object-fit: contain; }
.nav-dropdown-menu strong, .nav-dropdown-menu small { display: block; }
.nav-dropdown-menu strong { font-size: .93rem; }
.nav-dropdown-menu small { margin-top: 2px; color: var(--muted); font-size: .75rem; font-weight: 500; line-height: 1.35; }
.nav-dropdown-menu .dropdown-overview { margin-bottom: 4px; border-bottom: 1px solid #e8ebef; border-radius: 10px 10px 4px 4px; }

.tour-use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tour-use-card { position: relative; overflow: hidden; min-height: 360px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: radial-gradient(circle at 85% 5%, rgba(56,89,184,.28), transparent 38%), linear-gradient(145deg, #1a2028 0%, #11161c 72%); box-shadow: 0 20px 50px rgba(0,0,0,.20); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.tour-use-card::after { content: ""; position: absolute; inset: auto -20% -55% 20%; height: 230px; border-radius: 50%; background: radial-gradient(circle, rgba(217,154,25,.17), transparent 66%); pointer-events: none; }
.tour-use-card:hover { transform: translateY(-7px); border-color: rgba(217,154,25,.48); box-shadow: 0 28px 65px rgba(0,0,0,.30); }
.tour-use-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; }
.tour-use-index { color: rgba(255,255,255,.30); font-size: .78rem; font-weight: 850; letter-spacing: .16em; }
.tour-use-icon { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; color: #11161c; background: linear-gradient(145deg, #f0b83e, #d7950e); box-shadow: 0 15px 32px rgba(217,154,25,.25); }
.tour-use-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tour-use-label { margin: 0 0 10px; color: var(--gold); font-size: .72rem; font-weight: 850; letter-spacing: .16em; }
.tour-use-card h3 { margin: 0 0 16px; color: #fff; font-size: 1.55rem; }
.tour-use-card > p:not(.tour-use-label) { position: relative; z-index: 1; color: #c6ced7; }
.tour-use-benefit { position: relative; z-index: 1; display: inline-flex; margin-top: 15px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #e3e8ee; background: rgba(255,255,255,.04); font-size: .75rem; font-weight: 700; }

.booking-panel { border: 1px solid rgba(56,89,184,.22); background: radial-gradient(circle at 90% 10%, rgba(56,89,184,.22), transparent 42%), var(--dark); }
.booking-panel .calendar-note { color: #d2d8e1; }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .nav-dropdown-menu { left: 0; transform: translate(0, 10px); }
  .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu, .nav-dropdown.is-open .nav-dropdown-menu { transform: translate(0, 0); }
}
@media (max-width: 980px) {
  .main-nav { align-items: stretch; }
  .nav-dropdown { width: 100%; display: block; }
  .nav-dropdown-toggle { width: 100%; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #edf0f3; }
  .nav-dropdown-menu { position: static; width: 100%; max-height: 0; padding: 0 8px; display: grid; overflow: hidden; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: none; transform: none; transition: max-height .28s ease, padding .28s ease; }
  .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { max-height: 0; padding-block: 0; pointer-events: none; }
  .nav-dropdown.is-open .nav-dropdown-menu { max-height: 520px; padding-block: 8px 12px; pointer-events: auto; transform: none; }
  .main-nav .nav-dropdown-menu a { border-bottom: 0; }
  .tour-use-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .brand { gap: 8px; font-size: .98rem; }
  .brand-mark { width: 34px; height: 34px; }
  .nav-dropdown-menu small { display: none; }
  .main-nav .nav-dropdown-menu a { min-height: 52px; grid-template-columns: 36px 1fr; }
  .dropdown-icon { width: 34px; height: 34px; }
  .tour-use-card { min-height: 320px; padding: 25px; }
}


/* Version 2.4: größeres Logo mit weißem Hintergrund */
.brand {
  gap: 12px;
  font-size: 1.18rem;
}
.brand-mark {
  width: 52px;
  height: 52px;
  min-width: 52px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid rgba(14, 25, 43, 0.14);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(14, 25, 43, 0.10);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 680px) {
  .brand {
    gap: 9px;
    font-size: 1rem;
  }
  .brand-mark {
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 4px;
  }
}


/* Version 2.5: Hero-Medienshow, persönlicher Über-mich-Bereich und eingebettete Kalenderbuchung */
.hero-slideshow {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #18212a;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.25s ease, transform 9s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1.005);
}
.hero-slide-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-slide-clouds video { object-position: center 52%; }
.hero-slide-harvest video { object-position: center 52%; }
.hero-slide-wagon video { object-position: center 50%; }
.hero .hero-shade { z-index: 1; }
.hero .hero-content { z-index: 2; }
.hero-slider-controls {
  position: absolute;
  right: max(24px, calc((100vw - var(--container)) / 2));
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: white;
  background: rgba(10,15,20,.48);
  backdrop-filter: blur(10px);
}
.hero-slider-toggle {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: white;
  background: rgba(255,255,255,.11);
  font-size: .8rem;
}
.hero-slider-toggle:hover,
.hero-slider-toggle:focus-visible {
  background: var(--gold);
  color: #111;
  outline: none;
}
.hero-slider-dots { display: flex; align-items: center; gap: 7px; }
.hero-slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  transition: width .25s ease, background .25s ease;
}
.hero-slider-dot.is-active {
  width: 25px;
  border-radius: 999px;
  background: var(--gold);
}
.hero-slider-dot:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.hero-slideshow.is-static ~ .hero-slider-controls { display: none; }

.about-section { position: relative; overflow: hidden; }
.about-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -260px;
  top: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56,89,184,.18), transparent 68%);
  pointer-events: none;
}
.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(48px, 8vw, 105px);
  align-items: center;
}
.about-visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
  background: #1b222a;
}
.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}
.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8,12,16,.92) 100%);
}
.about-profile {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.about-profile-name strong,
.about-profile-name span { display: block; }
.about-profile-name strong { color: white; font-size: 1.35rem; }
.about-profile-name span { color: #cbd2db; font-size: .9rem; }
.about-location-badge {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #f3bd4d;
  background: rgba(10,15,20,.58);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
}
.about-copy h2 { max-width: 760px; }
.about-copy > p:not(.eyebrow) {
  color: #c7ced7;
  font-size: 1.08rem;
}
.about-copy > p.about-lead {
  color: white;
  font-size: 1.25rem;
  font-weight: 650;
}
.about-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}
.about-fact {
  min-height: 124px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
.about-fact-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 11px;
  color: #11161c;
  background: var(--gold);
  font-size: .95rem;
  font-weight: 900;
}
.about-fact strong,
.about-fact small { display: block; }
.about-fact strong { color: white; margin-bottom: 5px; }
.about-fact small { color: #aeb8c3; line-height: 1.4; }
.about-benefits { margin-top: 78px; }

.calendar-section { background: #fff; }
.calendar-intro { max-width: 820px; margin-bottom: 44px; }
.calendar-intro p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.calendar-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow);
}
.calendar-consent {
  min-height: 720px;
  display: grid;
  place-items: center;
  padding: 36px;
  text-align: center;
  background:
    radial-gradient(circle at 85% 12%, rgba(56,89,184,.15), transparent 38%),
    linear-gradient(145deg, #f8fafc, #eef2f7);
}
.calendar-consent-content { width: min(650px, 100%); }
.calendar-consent-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: 22px;
  color: #11161c;
  background: linear-gradient(145deg, #efb438, #d8950f);
  box-shadow: 0 18px 35px rgba(217,154,25,.25);
  font-size: 2rem;
}
.calendar-consent h3 { margin-bottom: 16px; font-size: clamp(1.8rem, 3.5vw, 3rem); }
.calendar-consent p { color: var(--muted); }
.calendar-consent .button-row { justify-content: center; margin-top: 26px; }
.calendar-privacy-note { margin-top: 18px; font-size: .82rem; }
.calendar-frame {
  display: block;
  width: 100%;
  height: 760px;
  border: 0;
  background: white;
}
.calendar-loading { opacity: .7; pointer-events: none; }

@media (max-width: 980px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-visual, .about-visual img { min-height: 520px; }
  .about-benefits { margin-top: 60px; }
}
@media (max-width: 680px) {
  .hero-slider-controls {
    right: 14px;
    bottom: 16px;
    transform: scale(.92);
    transform-origin: right bottom;
  }
  .about-visual, .about-visual img { min-height: 430px; }
  .about-profile { left: 20px; right: 20px; bottom: 20px; display: block; }
  .about-location-badge { width: max-content; margin-top: 12px; }
  .about-facts { grid-template-columns: 1fr; }
  .calendar-consent { min-height: 640px; padding: 28px 18px; }
  .calendar-frame { height: 900px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; transform: none; }
}


/* Version 2.6: zusätzliche Leistungen, FPV-Clip und Bereich Inspektion/Thermografie */
.service-soon {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  color: #11161c;
  background: rgba(217,154,25,.18);
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}
.badge-soon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255,255,255,.06);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-note { margin-top: 18px; }
.feature-photo video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: inherit;
  background: #000;
}
.video-frame {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: #000;
  box-shadow: 0 22px 55px rgba(0,0,0,.24);
}
.inner-hero-inspection::before { background-image: url("assets/images/thermografie-hero.jpg"); }
.calendar-shell .calendar-frame { border-radius: 24px; }
@media (max-width: 1240px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .service-grid { grid-template-columns: 1fr; }
  .feature-photo video { min-height: 260px; }
}

/* Version 2.7: Kundenbewertungen, Partnerbereich und zusätzlicher Hero-Clip */
.hero-slide-harvest-wagon video { object-position: center 50%; }

.google-reviews-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 7%, rgba(49,87,201,.09), transparent 30%),
    #f7f8fa;
}
.reviews-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 64px;
  align-items: end;
  margin-bottom: 46px;
}
.reviews-heading > div:first-child { max-width: 760px; }
.reviews-heading h2 { margin-bottom: 14px; }
.reviews-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.reviews-summary {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
}
.reviews-summary-score {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.reviews-summary-score strong {
  color: var(--ink);
  font-size: 2.5rem;
  line-height: 1;
}
.reviews-summary-score span,
.reviews-summary-count { color: var(--muted); font-size: .88rem; }
.reviews-summary-stars {
  margin: 8px 0 5px;
  color: var(--gold-dark);
  letter-spacing: .12em;
  font-size: 1.05rem;
}
.google-attribution {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #5f6368;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 700;
}
.google-wordmark { display: inline-flex; font-size: 1rem; font-style: normal; letter-spacing: -.06em; }
.google-wordmark i { font-style: normal; }
.google-wordmark i:nth-child(1), .google-wordmark i:nth-child(4) { color: #4285f4; }
.google-wordmark i:nth-child(2), .google-wordmark i:nth-child(6) { color: #ea4335; }
.google-wordmark i:nth-child(3) { color: #fbbc05; }
.google-wordmark i:nth-child(5) { color: #34a853; }
.reviews-carousel { min-height: 330px; }
.reviews-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  animation: reviewsFade .55s ease both;
}
.reviews-stage.reviews-count-1 { grid-template-columns: minmax(0, 680px); justify-content: center; }
.reviews-stage.reviews-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 930px; margin-inline: auto; }
@keyframes reviewsFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.review-card {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15,23,42,.07);
}
.review-card-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}
.review-avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 50%;
  background: #edf1f5;
}
.review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-author { min-width: 0; }
.review-author a {
  display: block;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}
.review-author time { color: var(--muted); font-size: .78rem; }
.review-stars { margin-left: auto; color: var(--gold-dark); white-space: nowrap; letter-spacing: .04em; }
.review-text {
  flex: 1;
  margin: 0 0 22px;
  color: #364152;
  font-size: .98rem;
  line-height: 1.68;
}
.review-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue, #3157c9);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 800;
}
.review-translation { display: block; margin-top: 8px; color: var(--muted); font-size: .72rem; }
.reviews-loading,
.reviews-empty {
  min-height: 300px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 45px;
  border: 1px dashed rgba(15,23,42,.18);
  border-radius: 20px;
  text-align: center;
  background: rgba(255,255,255,.72);
}
.reviews-loading p,
.reviews-empty p { max-width: 660px; color: var(--muted); }
.reviews-loader {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(49,87,201,.18);
  border-top-color: #3157c9;
  border-radius: 50%;
  animation: reviewsSpin .85s linear infinite;
}
@keyframes reviewsSpin { to { transform: rotate(360deg); } }
.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}
.reviews-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font-size: 1.1rem;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.reviews-arrow:hover { transform: translateY(-2px); border-color: var(--gold); background: #fffaf0; }
.reviews-dots { display: flex; gap: 7px; }
.reviews-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c7ced7;
  transition: width .25s ease, background .25s ease;
}
.reviews-dot.is-active { width: 25px; background: var(--gold-dark); }
.reviews-disclosure {
  max-width: 820px;
  margin: 22px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: .76rem;
}

.partner-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(49,87,201,.28), transparent 38%),
    linear-gradient(120deg, #0d1218, #171f2a);
}
.partner-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 40%, #000);
}
.partner-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
}
.partner-copy { max-width: 690px; }
.partner-copy h2 { color: #fff; }
.partner-copy > p:not(.eyebrow) { color: #c8d0da; font-size: 1.06rem; }
.partner-logo-card {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  color: #dbe2ea;
  text-align: center;
  text-decoration: none;
  background: rgba(255,255,255,.055);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(8px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.partner-logo-card:hover {
  transform: translateY(-5px);
  border-color: rgba(217,154,25,.5);
  background: rgba(255,255,255,.08);
}
.partner-logo-card img { width: min(390px, 100%); height: auto; }
.partner-logo-card span { font-size: .86rem; }
.partner-logo-card b { color: var(--gold); }

@media (max-width: 980px) {
  .reviews-heading,
  .partner-shell { grid-template-columns: 1fr; }
  .reviews-summary { max-width: 360px; }
  .reviews-stage { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .reviews-stage.reviews-count-3 .review-card:last-child { grid-column: 1 / -1; max-width: 620px; width: 100%; justify-self: center; }
}
@media (max-width: 680px) {
  .reviews-heading { gap: 28px; }
  .reviews-summary { max-width: none; }
  .reviews-stage,
  .reviews-stage.reviews-count-2,
  .reviews-stage.reviews-count-3 { grid-template-columns: 1fr; }
  .reviews-stage.reviews-count-3 .review-card:last-child { grid-column: auto; }
  .review-card { min-height: 0; padding: 22px; }
  .review-stars { display: none; }
  .partner-logo-card { min-height: 230px; padding: 28px 20px; }
  .reviews-disclosure { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  .reviews-stage { animation: none; }
  .reviews-loader { animation: none; }
}

/* Finale Version 2.8 */
.hero-slide-kreta-monastery { background-position: center 45%; }
.hero-slide-kreta-coast { background-position: center 58%; }
.hero-slide-harvest-wagon video { object-position: center 52%; }

.about-visual img[src*="about-dji-mini3-placeholder"] {
  object-position: center center;
  filter: saturate(.95) contrast(1.02);
}
.about-visual:has(img[src*="about-dji-mini3-placeholder"]) {
  background: linear-gradient(145deg, #1a2027, #0f1419);
}

.legal-page-premium {
  padding-top: 150px;
  background:
    radial-gradient(circle at 90% 0%, rgba(217,154,25,.11), transparent 30%),
    linear-gradient(180deg, #f4f6f9 0%, #ffffff 100%);
}
.legal-layout { max-width: 1100px; }
.legal-hero {
  max-width: 720px;
  margin-bottom: 46px;
}
.legal-hero h1 {
  margin-bottom: 16px;
  color: var(--ink);
}
.legal-hero > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.15rem;
}
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.legal-info-card {
  min-height: 265px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 42px rgba(14,25,43,.07);
}
.legal-info-primary {
  color: white;
  border-color: rgba(255,255,255,.12);
  background: linear-gradient(145deg, #121820, #1a222c);
}
.legal-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 14px;
  color: #111;
  background: var(--gold);
  font-weight: 900;
}
.legal-kicker {
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .13em;
}
.legal-info-primary .legal-kicker { color: #f1b740; }
.legal-info-card h2 {
  margin: 0 0 18px;
  font-size: 1.55rem;
}
.legal-info-card p,
.legal-info-card address {
  margin: 0;
  color: var(--muted);
  font-style: normal;
  line-height: 1.75;
}
.legal-info-primary p,
.legal-info-primary address { color: #d8dee6; }
.legal-info-card a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.legal-back {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

@media (max-width: 680px) {
  .hero-slider-controls {
    right: 8px;
    bottom: 8px;
    gap: 7px;
    padding: 5px 7px;
    transform: none;
  }
  .hero-slider-toggle {
    width: 26px;
    height: 26px;
    font-size: .66rem;
  }
  .hero-slider-dots { gap: 5px; }
  .hero-slider-dot {
    width: 6px;
    height: 6px;
  }
  .hero-slider-dot.is-active { width: 17px; }
  .hero-slide-kreta-monastery { background-position: 60% center; }
  .hero-slide-kreta-coast { background-position: 35% center; }
  .about-visual img[src*="about-dji-mini3-placeholder"] { object-position: center center; }
  .legal-page-premium { padding-top: 110px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-info-card { min-height: auto; padding: 26px; }
  .legal-back .button { width: 100%; }
}

.privacy-content {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 44px rgba(14,25,43,.07);
}
.privacy-content section + section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #e7eaf0;
}
.privacy-content h2 {
  margin-bottom: 14px;
  font-size: 1.5rem;
}
.privacy-content p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.78;
}
.privacy-content a { text-underline-offset: 4px; }
