@font-face {
  font-family: "DM Sans";
  src: url("ressources/fonts/dm-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("ressources/fonts/dm-sans-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("ressources/fonts/dm-sans-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("ressources/fonts/dm-sans-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("ressources/fonts/manrope-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("ressources/fonts/manrope-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("ressources/fonts/manrope-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #8697B8;
  --blue-light: #b8c5de;
  --blue-dark: #64769a;
  --ink: #11141a;
  --ink-soft: #1b2029;
  --paper: #f3f3f0;
  --white: #ffffff;
  --muted: #a6adba;
  --text: #242934;
  --radius: 24px;
  --shadow: 0 26px 80px rgba(9, 14, 26, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 100; color: var(--white); }
.nav-wrap { height: 90px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo img { width: auto; height: 64px; border-radius: 8px; }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { color: #d9dce3; transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: 11px 19px; color: var(--ink); background: var(--white); border-radius: 99px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 6px auto; background: var(--white); transition: .25s; }

.hero { min-height: 760px; padding-top: 90px; color: var(--white); background: var(--ink); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; right: 3%; top: 7%; background: rgba(134,151,184,.16); filter: blur(80px); }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--blue-light); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--blue-dark); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; line-height: 1.08; }
h1 { margin-top: 20px; font-size: clamp(55px, 6.1vw, 84px); letter-spacing: -.065em; }
h1 em { color: var(--blue-light); font-style: normal; }
.hero-lead { max-width: 590px; margin: 27px 0 0; color: #b8bec9; font-size: 19px; line-height: 1.65; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-actions { flex-wrap: nowrap; gap: 8px; }
.hero-actions .button { min-height: 48px; padding-inline: 14px; gap: 7px; font-size: 13px; white-space: nowrap; }
.hero-actions .button svg { width: 16px; height: 16px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; font-weight: 700; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: var(--ink); background: var(--blue-light); }
.button-primary:hover { background: var(--white); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.22); }
.button-secondary:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.button-booking { border-color: rgba(184,197,222,.65); background: rgba(134,151,184,.14); }
.button-booking:hover { border-color: var(--white); background: rgba(134,151,184,.25); }
.hero-facts { display: flex; gap: 0; margin-top: 47px; }
.hero-facts > div { padding: 0 25px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-facts > div:first-child { padding-left: 0; }
.hero-facts > div:last-child { border: 0; }
.hero-facts strong { display: block; font: 700 23px/1.2 "Manrope", sans-serif; }
.hero-facts span { display: block; color: #9198a5; font-size: 12px; margin-top: 4px; text-transform: uppercase; letter-spacing: .08em; }
.hero-packages-intro { position: relative; padding: 42px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: linear-gradient(145deg, rgba(134,151,184,.17), rgba(255,255,255,.035)); box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(12px); overflow: hidden; }
.hero-packages-intro::after { content: ""; position: absolute; width: 230px; height: 230px; right: -125px; top: -125px; border: 45px solid rgba(184,197,222,.08); border-radius: 50%; }
.hero-packages-intro h2 { position: relative; z-index: 1; margin-top: 18px; color: var(--white); font-size: clamp(42px, 4.4vw, 62px); }
.hero-packages-intro h2 em { color: var(--blue-light); font-style: normal; }
.hero-packages-intro > p { max-width: 470px; margin: 22px 0 28px; color: #b8bec9; font-size: 16px; }
.hero-package-list { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.13); }
.hero-package-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 2px; border-bottom: 1px solid rgba(255,255,255,.13); color: #dce1ea; font-size: 13px; }
.hero-package-list a:hover span { color: var(--white); }
.hero-package-list strong { color: var(--blue-light); font: 700 14px "Manrope", sans-serif; }
.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.product-card { width: 92%; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: rgba(255,255,255,.96); box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: rotate(1.5deg); overflow: hidden; }
.product-card img { width: 100%; aspect-ratio: 1.18; object-fit: contain; border-radius: 18px; }
.availability { position: absolute; top: 42px; right: 2px; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 9px 13px; color: var(--ink); background: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,.12); border-radius: 99px; font-size: 11px; font-weight: 700; }
.availability i { width: 7px; height: 7px; background: #53a779; border-radius: 50%; box-shadow: 0 0 0 4px rgba(83,167,121,.14); }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 12px 16px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(17,20,26,.06); border-radius: 14px; box-shadow: 0 18px 38px rgba(0,0,0,.19); }
.floating-note > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--blue-dark); border-radius: 9px; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font: 700 12px "Manrope", sans-serif; }
.floating-note small { margin-top: 3px; color: #7e8490; font-size: 10px; }
.note-top { top: 100px; left: -22px; }
.note-bottom { bottom: 48px; right: -18px; }
.orbit { position: absolute; border: 1px solid rgba(134,151,184,.18); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 430px; height: 430px; }
.trust-strip { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.16); }
.trust-content { min-height: 80px; display: flex; align-items: center; justify-content: center; gap: 24px; color: #d6d9e0; font-size: 13px; }
.trust-content > span { color: #737b89; text-transform: uppercase; letter-spacing: .12em; }
.trust-content i { width: 4px; height: 4px; background: var(--blue); border-radius: 50%; }

.offer { background: var(--paper); }
.offer-grid { display: grid; grid-template-columns: 1fr .84fr; gap: 110px; align-items: stretch; }
.main-package-visual { position: relative; min-height: 0; height: 100%; display: grid; place-items: center; padding: 36px; background: var(--white); border: 1px solid #e2e4e6; border-radius: var(--radius); box-shadow: 0 22px 65px rgba(17,20,26,.09); overflow: hidden; }
.main-package-visual::before { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(100,118,154,.18); border-radius: 50%; }
.main-package-visual img { position: relative; z-index: 1; width: 100%; max-height: 390px; object-fit: contain; }
.main-package-kicker { position: absolute; z-index: 2; left: 24px; top: 24px; padding: 8px 12px; color: var(--white); background: var(--ink); border-radius: 7px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.main-package-note { position: absolute; z-index: 2; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 11px; padding: 12px 15px; background: var(--white); border: 1px solid #e2e4e6; border-radius: 13px; box-shadow: 0 14px 35px rgba(17,20,26,.13); }
.main-package-note > span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 8px; }
.main-package-note strong, .main-package-note small { display: block; }
.main-package-note strong { color: var(--ink); font: 700 11px "Manrope", sans-serif; }
.main-package-note small { margin-top: 2px; color: #7d8490; font-size: 9px; }
h2 { margin-top: 17px; color: var(--ink); font-size: clamp(44px, 5vw, 66px); letter-spacing: -.055em; }
.section-copy > p { max-width: 510px; margin: 26px 0 35px; color: #68707c; font-size: 18px; }
.event-image { width: 470px; height: 200px; position: relative; overflow: hidden; border-radius: 18px; }
.event-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 25%, rgba(17,20,26,.82)); }
.event-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 61%; filter: saturate(.7); }
.event-image span { position: absolute; right: 22px; top: 50%; z-index: 2; transform: translateY(-50%); color: var(--white); font: 700 16px/1.35 "Manrope", sans-serif; }
.price-card { position: relative; height: 100%; padding: 48px; color: var(--white); background: var(--blue); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.price-card::after { content: ""; position: absolute; width: 270px; height: 270px; right: -110px; top: -110px; border: 55px solid rgba(255,255,255,.08); border-radius: 50%; }
.card-label { display: inline-flex; padding: 7px 11px; color: #f5f7fb; background: rgba(17,20,26,.16); border-radius: 6px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.price { display: flex; align-items: flex-start; margin-top: 24px; }
.price sup { margin: 15px 8px 0 0; font: 700 24px "Manrope", sans-serif; }
.price strong { font: 800 88px/.9 "Manrope", sans-serif; letter-spacing: -.07em; }
.price span { align-self: flex-end; margin: 0 0 10px 11px; font-size: 14px; }
.price-card > p { max-width: 330px; color: #edf0f7; }
.check-list { padding: 20px 0; margin: 22px 0; list-style: none; border-top: 1px solid rgba(255,255,255,.23); border-bottom: 1px solid rgba(255,255,255,.23); }
.check-list li { display: flex; align-items: center; gap: 11px; padding: 7px 0; font-size: 14px; }
.check-list li span { width: 20px; height: 20px; display: grid; place-items: center; color: var(--blue-dark); background: var(--white); border-radius: 50%; font-size: 11px; }
.button-dark { width: 100%; color: var(--white); background: var(--ink); }
.button-dark:hover { background: #252b36; }
.price-card > small { display: block; margin-top: 14px; color: rgba(255,255,255,.72); text-align: center; }
.secondary-offers { background: var(--paper); }
.secondary-heading { max-width: 780px; margin-bottom: 48px; }
.secondary-heading h2 { margin-top: 16px; }
.additional-packages { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.package-offer-card { display: grid; grid-template-rows: 300px 1fr; background: var(--white); border: 1px solid #e2e4e6; border-radius: var(--radius); overflow: hidden; box-shadow: 0 18px 50px rgba(17,20,26,.07); }
.package-offer-image { position: relative; display: grid; place-items: center; overflow: hidden; background: #e7ebf2; }
.package-offer-image::before { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(100,118,154,.2); border-radius: 50%; }
.package-offer-image::after { content: ""; position: absolute; width: 230px; height: 230px; border: 1px solid rgba(100,118,154,.2); border-radius: 50%; }
.package-offer-image img { position: relative; z-index: 2; width: 76%; height: 88%; object-fit: contain; filter: drop-shadow(0 24px 22px rgba(17,20,26,.2)); }
.solo-package-image img { position: absolute; top: 50%; left: 50%; width: auto; height: calc(100% - 28px); max-width: none; object-fit: contain; object-position: center; transform: translate(-50%, -50%); }
.package-badge { position: absolute; z-index: 3; top: 20px; left: 20px; padding: 7px 11px; color: var(--white); background: var(--ink); border-radius: 6px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.package-offer-content { display: flex; flex-direction: column; padding: 34px; }
.package-offer-title { display: flex; justify-content: space-between; gap: 22px; }
.package-offer-title > div:first-child > span { color: var(--blue-dark); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.package-offer-title h3 { margin-top: 8px; color: var(--ink); font-size: 25px; letter-spacing: -.035em; }
.compact-price { flex: 0 0 auto; text-align: right; }
.compact-price strong { display: block; color: var(--ink); font: 800 28px/1 "Manrope", sans-serif; letter-spacing: -.04em; white-space: nowrap; }
.compact-price small { color: #7d8490; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.feature-list { display: grid; gap: 10px; padding: 22px 0; margin: 24px 0 20px; border-top: 1px solid #e6e7e8; border-bottom: 1px solid #e6e7e8; list-style: none; }
.feature-list li { position: relative; padding-left: 25px; color: #626a76; font-size: 14px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 17px; height: 17px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 9px; font-weight: 700; }
.text-link { align-self: flex-start; margin-top: auto; color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--blue); }
.text-link span { color: var(--blue-dark); }
.service-addon { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; margin-top: 18px; padding: 28px 32px; color: var(--white); background: var(--ink); border-radius: 18px; box-shadow: var(--shadow); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--blue-light); background: rgba(134,151,184,.14); border-radius: 14px; }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.service-copy > span { color: var(--blue-light); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-copy h3 { margin-top: 4px; font-size: 20px; }
.service-copy p { margin: 6px 0 0; color: #969eaa; font-size: 13px; }
.service-price { min-width: 110px; padding-left: 24px; border-left: 1px solid #343a45; }
.service-price strong, .service-price span { display: block; }
.service-price strong { font: 800 29px/1 "Manrope", sans-serif; }
.service-price span { margin-top: 5px; color: #969eaa; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.package { color: var(--white); background: var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.package .section-heading { max-width: 860px; }
.section-heading h2, .contact h2 { color: var(--white); }
.section-heading > p { max-width: 390px; margin: 0 0 8px; color: #9da4b0; font-size: 17px; }
.equipment-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; grid-template-rows: repeat(2, 240px); gap: 14px; }
.equipment-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid #303641; border-radius: 18px; background: var(--ink-soft); overflow: hidden; transition: transform .25s, border-color .25s; }
.equipment-card:hover { transform: translateY(-4px); border-color: #515b6e; }
.equipment-card.featured { grid-row: 1 / 3; padding: 34px; background: var(--blue); border-color: transparent; }
.equipment-number { position: absolute; right: 20px; top: 17px; color: rgba(255,255,255,.28); font: 700 12px "Manrope", sans-serif; }
.equipment-card.featured img { width: 62%; height: 285px; margin: 15px auto 0; object-fit: contain; object-position: center 43%; filter: drop-shadow(0 24px 25px rgba(0,0,0,.25)); }
.equipment-card span { color: var(--blue-light); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.equipment-card.featured span { color: #ecf0f7; }
.equipment-card h3 { margin-top: 7px; font-size: 22px; letter-spacing: -.03em; }
.equipment-card p { margin: 10px 0 0; color: #929aa7; font-size: 13px; line-height: 1.55; }
.equipment-card.featured p { color: #eef1f7; }
.line-icon { color: var(--blue-light); font: 300 56px/1 "Manrope", sans-serif; }
.line-icon.knobs { letter-spacing: 6px; }
.equipment-card:nth-child(4) { grid-column: 2 / 4; }

.benefits { background: var(--white); }
.center-heading { max-width: 730px; margin: 0 auto 60px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-card { min-height: 260px; padding: 30px; border: 1px solid #e4e5e4; border-radius: 18px; background: #fafaf8; }
.benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 34px; color: var(--white); background: var(--blue); border-radius: 14px; font: 700 14px "Manrope", sans-serif; }
.benefit-card h3 { color: var(--ink); font-size: 18px; }
.benefit-card p { margin: 12px 0 0; color: #747b86; font-size: 14px; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 88px; }
.about-image { position: relative; min-height: 610px; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.about-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(17,20,26,.68)); }
.about-image img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: 59% center; }
.about-image > span { position: absolute; z-index: 2; left: 28px; bottom: 25px; color: var(--white); font: 700 15px "Manrope", sans-serif; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy p { margin: 0 0 16px; color: #68707c; font-size: 15px; line-height: 1.75; }
.about-copy .about-lead { color: var(--ink); font-size: 18px; font-weight: 600; line-height: 1.65; }
.about-copy .text-link { display: inline-block; margin-top: 15px; }

.contact { padding-top: 0; background: var(--white); }
.contact-panel { min-height: 440px; display: grid; grid-template-columns: 1fr; align-items: center; padding: 72px 78px; color: var(--white); background: var(--blue); border-radius: 28px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.contact-panel::before { content: ""; position: absolute; width: 480px; height: 480px; right: -240px; bottom: -280px; border: 80px solid rgba(255,255,255,.08); border-radius: 50%; }
.contact-copy { position: relative; z-index: 2; max-width: 720px; }
.contact-copy .eyebrow { color: var(--white); opacity: .85; }
.contact-copy > p { max-width: 530px; color: #edf0f7; }
.button-light { color: var(--ink); background: var(--white); }
.button-outline { color: var(--white); border: 1px solid rgba(255,255,255,.45); }

.reviews { color: var(--white); background: var(--ink); overflow: hidden; }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.reviews-heading h2 { color: var(--white); }
.google-rating { flex: 0 0 auto; display: flex; align-items: center; gap: 13px; min-width: 265px; padding: 16px 18px; border: 1px solid #343a45; border-radius: 14px; background: var(--ink-soft); transition: border-color .2s, transform .2s; }
.google-rating:hover { border-color: var(--blue); transform: translateY(-2px); }
.google-g { width: 38px; height: 38px; display: grid; place-items: center; color: #4285f4; background: var(--white); border-radius: 50%; font: 800 21px Arial, sans-serif; }
.google-rating span:nth-child(2) { flex: 1; }
.google-rating strong, .google-rating small { display: block; }
.google-rating strong { font: 700 15px "Manrope", sans-serif; }
.google-rating small { margin-top: 2px; color: #959daa; font-size: 10px; }
.google-rating b { color: var(--blue-light); }
.reviews-marquee { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.reviews-track { width: max-content; display: flex; gap: 18px; padding: 8px 9px 24px; animation: review-scroll 38s linear infinite; will-change: transform; }
.reviews-marquee:hover .reviews-track, .reviews-marquee:focus-within .reviews-track { animation-play-state: paused; }
.review-card { width: min(420px, calc(100vw - 42px)); min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #333a45; border-radius: 18px; background: var(--ink-soft); box-shadow: 0 18px 45px rgba(0,0,0,.15); }
.review-stars { color: #f3c55a; font-size: 17px; letter-spacing: 3px; }
.review-card > p { margin: 24px 0 28px; color: #d7dbe2; font-size: 16px; line-height: 1.7; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-author > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font: 700 14px "Manrope", sans-serif; }
.review-author strong, .review-author small { display: block; }
.review-author strong { font: 700 13px "Manrope", sans-serif; }
.review-author small { margin-top: 2px; color: #8e96a3; font-size: 10px; }
.reviews-note { width: min(1180px, calc(100% - 48px)); margin: 8px auto 0; color: #737b89; font-size: 11px; text-align: center; }
@keyframes review-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.imprint { padding-top: 0; background: var(--white); }
.imprint-panel { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 80px; padding: 58px 0 0; border-top: 1px solid #e1e3e5; }
.imprint-heading h2 { margin-top: 13px; font-size: clamp(38px, 4vw, 54px); }
.imprint-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 50px; margin: 0; font-style: normal; }
.imprint-details div { padding: 18px 0; border-bottom: 1px solid #e1e3e5; }
.imprint-details span { display: block; color: #7b828d; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.imprint-details strong, .imprint-details a { display: block; margin-top: 4px; color: var(--ink); font-size: 15px; font-weight: 600; overflow-wrap: anywhere; }
.imprint-details a:hover { color: var(--blue-dark); }

.privacy { padding-top: 0; background: var(--white); }
.privacy-panel { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 80px; padding: 58px 0 90px; border-top: 1px solid #e1e3e5; }
.privacy-panel p { max-width: 650px; margin: 8px 0 0; color: #68707c; font-size: 16px; line-height: 1.75; }

.site-footer { padding: 31px 0; color: #9097a3; background: var(--ink); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.site-footer .logo img { height: 48px; border-radius: 6px; }
.site-footer p, .site-footer > a { font-size: 12px; }
.site-footer .footer-wrap > a:last-child { color: var(--white); font-size: 12px; }

.external-link-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.external-link-modal.open { opacity: 1; visibility: visible; pointer-events: auto; }
.external-link-backdrop { position: absolute; inset: 0; background: rgba(17,20,26,.72); backdrop-filter: blur(8px); }
.external-link-dialog { position: relative; z-index: 1; width: min(520px, 100%); padding: 42px; color: var(--text); background: var(--white); border: 1px solid rgba(17,20,26,.08); border-radius: 24px; box-shadow: 0 34px 90px rgba(0,0,0,.28); transform: translateY(12px) scale(.98); transition: transform .2s ease; }
.external-link-modal.open .external-link-dialog { transform: none; }
.modal-label { display: inline-flex; margin-bottom: 14px; padding: 7px 11px; color: var(--white); background: var(--blue); border-radius: 7px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.external-link-dialog h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 5vw, 46px); letter-spacing: -.05em; }
.external-link-dialog p { margin: 18px 0 0; color: #68707c; font-size: 16px; line-height: 1.7; }
.modal-actions { display: flex; gap: 12px; margin-top: 30px; }
.modal-actions .button { flex: 1; border: 0; cursor: pointer; font-family: inherit; font-size: 14px; }
.modal-cancel { color: var(--ink); background: #eef0f2; }
.modal-cancel:hover { background: #e2e5e8; }
.modal-confirm { color: var(--white); background: var(--ink); }
.modal-confirm:hover { background: #252b36; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .hero-grid { grid-template-columns: 1fr; padding: 110px 0 70px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { min-height: 500px; width: min(600px, 90%); margin: -20px auto 0; }
  .hero-packages-intro { width: min(680px, 100%); }
  .offer-grid { gap: 55px; }
  .event-image { width: 100%; }
  .price-card { padding: 38px; }
  .package-offer-card { grid-template-rows: 260px 1fr; }
  .package-offer-title { display: block; }
  .compact-price { margin-top: 18px; text-align: left; }
  .service-addon { grid-template-columns: auto 1fr auto; }
  .equipment-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 220px 220px; }
  .equipment-card.featured { grid-row: 1; grid-column: 1 / 3; }
  .equipment-card.featured img { height: 235px; }
  .equipment-card:nth-child(4) { grid-column: 1 / 3; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 48px; }
  .about-image, .about-image img { min-height: 540px; }
  .contact-panel { padding: 60px 48px; }
  .reviews-heading { align-items: start; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 600px); }
  .section { padding: 76px 0; }
  .nav-wrap { height: 76px; }
  .logo img { height: 54px; }
  .nav-toggle { display: block; position: relative; z-index: 3; }
  .main-nav { position: fixed; inset: 0; z-index: 2; flex-direction: column; justify-content: center; gap: 28px; background: rgba(17,20,26,.98); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .25s; font-size: 20px; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { padding-top: 76px; }
  .hero-grid { min-height: auto; padding: 85px 0 55px; gap: 50px; }
  h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-actions { flex-direction: column; }
  .hero-facts { justify-content: space-between; }
  .hero-facts > div { padding: 0 13px; }
  .hero-facts strong { font-size: 20px; }
  .hero-visual { min-height: 370px; width: 100%; }
  .hero-packages-intro { padding: 32px 24px; }
  .hero-packages-intro h2 { font-size: clamp(40px, 12vw, 54px); }
  .product-card { width: 94%; padding: 12px; border-radius: 22px; }
  .floating-note { padding: 9px 11px; }
  .floating-note > span { width: 28px; height: 28px; }
  .note-top { left: -4px; top: 42px; }
  .note-bottom { right: -3px; bottom: 34px; }
  .availability { top: 12px; right: 2px; }
  .trust-content { padding: 20px 0; flex-wrap: wrap; gap: 10px 14px; }
  .trust-content > span { width: 100%; text-align: center; }
  .trust-content i { display: none; }
  .offer-grid { grid-template-columns: 1fr; gap: 50px; }
  .additional-packages { grid-template-columns: 1fr; }
  .main-package-visual { min-height: 390px; padding: 24px; }
  .main-package-visual img { max-height: 300px; }
  .package-offer-card { grid-template-rows: 270px 1fr; }
  .package-offer-content { padding: 28px 23px; }
  .package-offer-title { display: flex; }
  .compact-price { margin-top: 0; text-align: right; }
  .service-addon { grid-template-columns: auto 1fr; padding: 25px 22px; }
  .service-price { grid-column: 1 / -1; padding: 18px 0 0; border-top: 1px solid #343a45; border-left: 0; }
  h2 { font-size: clamp(39px, 11vw, 54px); }
  .price strong { font-size: 78px; }
  .price-card { padding: 32px 25px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .equipment-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 420px repeat(3, 210px); }
  .equipment-card.featured { grid-column: 1; }
  .equipment-card:nth-child(4) { grid-column: 1; }
  .equipment-card.featured img { width: 70%; height: 240px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 220px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image, .about-image img { min-height: 440px; }
  .about-image { order: 2; }
  .about-copy { order: 1; }
  .contact { padding-bottom: 0; }
  .contact-panel { width: 100%; max-width: none; grid-template-columns: 1fr; gap: 45px; padding: 62px 24px; border-radius: 0; }
  .contact-actions .button { width: 100%; }
  .external-link-dialog { padding: 32px 24px; }
  .modal-actions { flex-direction: column; }
  .reviews-heading { display: block; }
  .google-rating { width: 100%; margin-top: 28px; }
  .reviews-marquee { mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
  .review-card { min-height: 320px; padding: 25px; }
  .imprint { padding: 70px 0; }
  .imprint-panel { grid-template-columns: 1fr; gap: 28px; padding-top: 0; border-top: 0; }
  .imprint-details { grid-template-columns: 1fr; }
  .privacy { padding: 0 0 70px; }
  .privacy-panel { grid-template-columns: 1fr; gap: 24px; padding: 0; border-top: 0; }
  .footer-wrap { flex-direction: column; text-align: center; }
}

@media (max-width: 430px) {
  .package-offer-title { display: block; }
  .compact-price { margin-top: 18px; text-align: left; }
  .package-offer-title h3 { font-size: 23px; }
  .service-addon { grid-template-columns: 1fr; }
  .service-icon { width: 50px; height: 50px; }
  .service-price { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .reviews-marquee { overflow-x: auto; mask-image: none; }
  .reviews-track { animation: none; }
}
