:root {
  --ink: #12243a;
  --navy: #101d33;
  --navy-2: #172943;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --red: #e84b3c;
  --red-dark: #c93a2e;
  --green: #1d8a65;
  --blue: #2d5ab5;
  --muted: #5e6976;
  --line: rgba(18, 36, 58, 0.14);
  --shadow: 0 24px 70px rgba(8, 20, 38, 0.16);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
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.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); background: white; color: var(--ink); padding: 10px 16px; border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 50; height: 76px; background: rgba(16, 29, 51, 0.96); color: white; backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.09); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; text-transform: uppercase; font-weight: 850; letter-spacing: .06em; font-size: .92rem; }
.brand-mark { display: flex; gap: 3px; align-items: end; height: 25px; }
.brand-mark i { display: block; width: 6px; border-radius: 1px; transform: skew(-7deg); }
.brand-mark i:nth-child(1) { height: 18px; background: var(--blue); }
.brand-mark i:nth-child(2) { height: 25px; background: var(--red); }
.brand-mark i:nth-child(3) { height: 14px; background: var(--green); }
nav { display: flex; align-items: center; gap: 28px; }
nav > a { font-size: .91rem; text-decoration: none; color: rgba(255,255,255,.82); font-weight: 650; }
nav > a:hover, nav > a:focus-visible { color: white; }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; border-radius: 7px; padding: 7px 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 0; border-radius: 7px; background: var(--red); color: white; text-decoration: none; font-weight: 800; box-shadow: 0 8px 24px rgba(232,75,60,.2); transition: background .18s ease, transform .18s ease; }
.button:hover { background: var(--red-dark); transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 8px 16px; color: white; }
.button-secondary { background: #e8edf3; color: var(--ink); box-shadow: none; }
.button-secondary:hover { background: #dce3eb; }
.hero { position: relative; min-height: 660px; display: grid; align-items: center; color: white; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url('/images/hero-pub-band-NedjEXL6h2DKsqrh4dnvds.webp') center 51% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(8,18,34,.94) 0%, rgba(8,18,34,.78) 48%, rgba(8,18,34,.24) 83%), linear-gradient(0deg, rgba(8,18,34,.46), transparent 45%); }
.hero-content { padding-block: 88px 96px; }
.eyebrow { margin: 0 0 16px; color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 850; }
.eyebrow.light { color: #ffc0b9; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 800px; margin: 0; font-size: clamp(3rem, 6vw, 5.35rem); }
.hero-copy { max-width: 690px; margin: 25px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.6vw, 1.27rem); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.light-link { color: white; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 28px; padding: 0; margin: 50px 0 0; list-style: none; color: rgba(255,255,255,.8); font-size: .91rem; font-weight: 700; }
.hero-notes li::before { content: "✓"; margin-right: 9px; color: #75d5b3; }
.proof-strip { background: var(--red); color: white; }
.proof-strip-inner { min-height: 110px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.proof-strip p { margin: 0; }
.proof-number { font-family: Georgia, serif; font-size: 3rem; line-height: 1; }
.proof-strip a { font-weight: 750; white-space: nowrap; text-underline-offset: 4px; }
.section { padding: 110px 0; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
h2 { margin: 0; font-size: clamp(2.35rem, 4.6vw, 4rem); }
.lead-copy { font-size: 1.08rem; color: var(--muted); }
.lead-copy p:first-child { margin-top: 2px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 70px; }
.benefits-grid article { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.benefit-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--cream); color: var(--red); font-weight: 900; font-size: .78rem; }
h3 { margin: 22px 0 10px; font-size: 1.55rem; }
.benefits-grid p, .steps p { margin: 0; color: var(--muted); }
.dark-section { background: var(--navy); color: white; overflow: hidden; }
.section-heading { max-width: 780px; }
.centered { margin-inline: auto; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 64px 0; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.steps article { background: var(--navy); padding: 34px; }
.steps article > span { color: #ffc0b9; font-weight: 850; letter-spacing: .1em; }
.steps p { color: rgba(255,255,255,.68); }
.image-pair { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.image-pair img { width: 100%; height: 390px; object-fit: cover; border-radius: 12px; }
.offer-section { background: var(--cream); }
.offer-card { display: grid; grid-template-columns: 1.03fr .97fr; background: white; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); }
.offer-copy { padding: clamp(38px, 6vw, 74px); }
.offer-copy h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); }
.offer-lead { margin: 25px 0; font-size: 1.2rem; font-weight: 730; }
.check-list { margin: 0 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 30px; border-top: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--green); font-weight: 900; }
.offer-visual { position: relative; min-height: 650px; }
.offer-visual img { width: 100%; height: 100%; object-fit: cover; }
.offer-badge { position: absolute; right: 24px; bottom: 24px; display: grid; width: 180px; height: 180px; place-content: center; text-align: center; background: var(--red); color: white; border-radius: 50%; box-shadow: 0 18px 50px rgba(0,0,0,.25); transform: rotate(-4deg); }
.offer-badge strong { font-family: Georgia, serif; font-size: 4rem; line-height: .85; }
.offer-badge span { font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.offer-badge b { margin-top: 5px; font-size: 1rem; }
.testimonial-section { background: white; }
.testimonial-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.testimonial-image img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50% 50% 8px 8px; }
figure { margin: 0; }
blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(1.85rem, 3.3vw, 3rem); line-height: 1.22; }
figcaption { display: grid; margin-top: 30px; }
figcaption strong { font-size: 1.03rem; }
figcaption span, .testimonial-note { color: var(--muted); }
.testimonial-note { max-width: 700px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.gallery-section { padding: 0; overflow: hidden; }
.gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; height: 390px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.contact-section { background: var(--navy-2); color: white; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.contact-copy { padding-top: 36px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.contact-copy ul { margin: 30px 0; padding: 0; list-style: none; }
.contact-copy li { margin: 10px 0; }
.contact-copy li::before { content: "✓"; color: #75d5b3; margin-right: 10px; }
.contact-copy .direct-contact { margin-top: 46px; font-size: .95rem; }
.direct-contact a { color: white; font-weight: 800; }
.form-card { background: white; color: var(--ink); padding: clamp(28px, 5vw, 48px); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-card form > label, .field-row label { display: grid; gap: 7px; margin-bottom: 18px; font-size: .88rem; font-weight: 780; }
label span { color: var(--muted); font-weight: 500; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, textarea { width: 100%; border: 1px solid #cbd2da; border-radius: 7px; padding: 12px 13px; color: var(--ink); background: #fff; outline: none; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(45,90,181,.13); }
textarea { resize: vertical; }
.consent-check { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px !important; font-weight: 500 !important; line-height: 1.45; }
.consent-check input { width: auto; margin-top: 4px; }
.consent-check a { color: var(--blue); }
.form-status { min-height: 24px; margin: 10px 0; color: #a42d25; font-weight: 700; }
.form-status.success { color: #147454; }
.submit-button { width: 100%; }
.site-footer { background: #0a1425; color: rgba(255,255,255,.62); padding: 50px 0; font-size: .88rem; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; }
.footer-brand p { margin: 10px 0 0; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a, .footer-links button { border: 0; padding: 0; background: none; color: rgba(255,255,255,.8); text-decoration: underline; text-underline-offset: 4px; }
.footer-inner > p { grid-column: 1 / -1; margin: 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; }
.cookie-banner { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; max-width: 1080px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; background: white; color: var(--ink); padding: 24px; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { font-family: inherit; font-size: 1.1rem; letter-spacing: 0; margin: 0 0 5px; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .9rem; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .button { min-height: 44px; white-space: nowrap; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  nav { position: fixed; inset: 76px 0 auto; display: none; padding: 24px 20px 30px; background: var(--navy); flex-direction: column; align-items: stretch; gap: 18px; box-shadow: 0 20px 30px rgba(0,0,0,.18); }
  nav.open { display: flex; }
  .hero { min-height: 620px; }
  .hero-shade { background: rgba(8,18,34,.76); }
  .proof-strip-inner { grid-template-columns: auto 1fr; padding-block: 22px; }
  .proof-strip a { grid-column: 2; }
  .split, .offer-card, .testimonial-layout, .contact-layout { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .offer-visual { min-height: 480px; }
  .testimonial-image { max-width: 400px; }
  .gallery { grid-template-columns: 1fr 1fr; height: 520px; }
  .gallery img:last-child { grid-column: 1 / -1; }
  .cookie-banner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .hero-content { padding-block: 70px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .proof-strip-inner { grid-template-columns: 1fr; gap: 8px; }
  .proof-strip a { grid-column: auto; }
  .image-pair { grid-template-columns: 1fr; }
  .image-pair img { height: 280px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .gallery { display: block; height: auto; }
  .gallery img { height: 260px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 20px; }
  .cookie-actions { flex-direction: column-reverse; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
