:root {
  --ink: #10161b;
  --deep: #123239;
  --paper: #f4f0e8;
  --card: #fffaf0;
  --sea: #1d6972;
  --leaf: #526f5c;
  --ember: #b24e3d;
  --gold: #d1aa59;
  --muted: #68635c;
  --line: rgba(16, 22, 27, .16);
  --shadow: 0 22px 60px rgba(16, 22, 27, .22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: -56px; left: 16px; z-index: 90; background: var(--ink); color: #fff; padding: .75rem 1rem; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 82px;
  padding: .55rem clamp(1rem, 4vw, 3rem);
  background: rgba(18, 50, 57, .95);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(15px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 0; font-weight: 950; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background: var(--gold); color: var(--deep); font-size: 1rem; font-weight: 1000; }
.brand-text { display: grid; line-height: 1; }
.brand-text small { color: var(--gold); font-size: .78rem; margin-top: .22rem; }
nav { display: flex; justify-content: center; gap: clamp(.8rem, 2vw, 1.5rem); font-weight: 900; }
.language-switch { display: flex; padding: .25rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); }
.lang-btn { width: 42px; height: 42px; border: 0; border-radius: 999px; background: transparent; color: #fff; font-weight: 950; cursor: pointer; }
.lang-btn.active { background: #fff; color: var(--ink); }
.hero { position: relative; min-height: calc(100svh - 82px); isolation: isolate; overflow: hidden; display: flex; align-items: flex-end; }
.hero-img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-img { object-fit: cover; z-index: -3; }
.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(16,22,27,.9), rgba(16,22,27,.54) 56%, rgba(16,22,27,.16)),
    linear-gradient(0deg, rgba(16,22,27,.76), transparent 50%);
}
.hero-content { width: min(1180px, 100%); margin: 0 auto; padding: clamp(2.2rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem); color: #fff; }
.eyebrow { margin: 0 0 .7rem; color: var(--gold); text-transform: uppercase; font-size: .82rem; font-weight: 950; }
.hero h1 { max-width: 1060px; margin: 0; font-size: clamp(2.8rem, 6.3vw, 6.3rem); line-height: .94; letter-spacing: 0; }
.hero p:not(.eyebrow) { max-width: 850px; margin: 1rem 0 0; color: rgba(255,255,255,.91); font-size: clamp(1.04rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.45rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.1rem; border-radius: 7px; border: 1px solid rgba(255,255,255,.56); color: #fff; font-weight: 950; }
.btn.primary { background: var(--ember); border-color: var(--ember); color: #fff; }
.btn.dark { background: var(--deep); border-color: var(--deep); color: #fff; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; max-width: 900px; margin-top: 2rem; }
.hero-facts div { padding: 1rem; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: rgba(255,255,255,.12); backdrop-filter: blur(10px); }
.hero-facts span { display: block; color: rgba(255,255,255,.72); }
.hero-facts strong { display: block; font-size: 1.03rem; }
.action-band { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1rem; padding: 1rem clamp(1rem, 4vw, 3rem); background: var(--leaf); color: #fff; }
.action-band span { display: block; color: #f4d696; font-weight: 950; }
.offer-section, .proof-section, .plan-section, .contact-section, .sources { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.offer-section { padding: clamp(2rem, 6vw, 4.5rem) 0; }
.section-copy { max-width: 870px; }
.section-copy h2, .proof-card h2, .contact-section h2 { margin: 0; font-size: clamp(2.1rem, 4.6vw, 4.8rem); line-height: .98; letter-spacing: 0; }
.section-copy p:not(.eyebrow), .proof-card p, .source-note { color: var(--muted); }
.offer-tabs { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.4rem 0 1rem; }
.tab-btn { min-height: 44px; padding: .7rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 950; cursor: pointer; }
.tab-btn.active { background: var(--ember); border-color: var(--ember); color: #fff; }
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.offer-card { display: grid; grid-template-columns: 190px 1fr; gap: 1rem; min-height: 220px; padding: 1rem; border: 1px solid var(--line); border-radius: 8px; background: var(--card); box-shadow: 0 14px 38px rgba(16, 22, 27, .08); }
.offer-card[aria-hidden="true"] { display: none; }
.offer-card img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; border-radius: 6px; }
.offer-card span { display: inline-flex; padding: .35rem .55rem; border-radius: 999px; background: #e9dfc4; color: var(--deep); font-weight: 950; }
.offer-card h3 { margin: .85rem 0 .35rem; font-size: 1.35rem; line-height: 1.15; }
.offer-card p { margin: 0; color: var(--muted); }
.photo-band { display: grid; grid-template-columns: 1.1fr .85fr .95fr; gap: .5rem; width: 100%; padding: clamp(1rem, 3vw, 2rem) 0; }
.photo-band img { width: 100%; height: clamp(250px, 35vw, 470px); object-fit: cover; }
.proof-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 1rem; padding: clamp(2rem, 6vw, 4.5rem) 0; }
.proof-card, .proof-list div, .planner { background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 1.1rem; }
.proof-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.proof-list span { display: block; font-size: clamp(1.85rem, 3.6vw, 3.6rem); line-height: .92; font-weight: 950; color: var(--sea); }
.proof-list p { margin: .6rem 0 0; color: var(--muted); font-weight: 850; }
.plan-section { display: grid; grid-template-columns: 1fr minmax(340px, 500px); gap: clamp(1rem, 4vw, 3rem); align-items: start; padding: clamp(2rem, 6vw, 4.5rem) 0; }
.plan-buttons { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }
.plan-btn { min-height: 44px; border: 1px solid var(--line); border-radius: 7px; background: #fff; font-weight: 950; cursor: pointer; }
.plan-btn.active { background: var(--sea); color: #fff; border-color: var(--sea); }
.planner label { display: block; margin: .8rem 0 .3rem; color: var(--muted); font-weight: 850; }
.planner input, .planner textarea { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: .8rem; background: #fff; }
.planner-output { margin-top: .85rem; padding: 1rem; border-radius: 8px; background: #e8ddca; font-weight: 850; }
.planner-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: .8rem; }
.contact-section { display: grid; grid-template-columns: minmax(320px, .8fr) 1.2fr; gap: 1rem; padding: clamp(2rem, 6vw, 4.5rem) 0; }
.contact-list { display: grid; gap: .65rem; margin-top: 1.1rem; }
.contact-list a { display: grid; grid-template-columns: 135px 1fr; gap: .8rem; padding: .9rem; border-radius: 8px; border: 1px solid var(--line); background: var(--card); }
.contact-list span { color: var(--muted); font-weight: 850; }
.contact-list strong { overflow-wrap: anywhere; }
.source-note { font-size: .93rem; }
.map-wrap { position: relative; min-height: 440px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: linear-gradient(135deg, rgba(29,105,114,.86), rgba(82,111,92,.82)), repeating-linear-gradient(45deg, rgba(255,255,255,.18) 0 2px, transparent 2px 18px); }
.map-panel { position: absolute; z-index: 2; left: 1rem; right: 1rem; bottom: 1rem; max-width: 440px; padding: 1rem; border-radius: 8px; background: rgba(255,250,240,.94); border: 1px solid rgba(255,255,255,.65); }
.map-panel span { display: block; color: var(--sea); font-weight: 950; text-transform: uppercase; font-size: .78rem; }
.map-panel strong { display: block; font-size: 1.35rem; margin-top: .2rem; }
.map-panel p { margin: .45rem 0 .65rem; color: var(--muted); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 440px; border: 0; opacity: .3; filter: saturate(.8); }
.text-link { color: var(--ember); font-weight: 950; text-decoration: underline; text-underline-offset: .22rem; }
.sources { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; padding: 2rem 0 6rem; }
.sources h2 { flex-basis: 100%; margin: 0; }
.sources a { padding: .6rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 850; }
.mobile-quick { position: fixed; left: .75rem; right: .75rem; bottom: .75rem; z-index: 70; display: none; grid-template-columns: repeat(3, 1fr); gap: .5rem; padding: .55rem; border-radius: 8px; background: rgba(16,22,27,.94); box-shadow: 0 18px 54px rgba(0,0,0,.34); transform: translateY(150%); transition: transform .2s ease; }
.mobile-quick a { display: flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 6px; background: var(--gold); color: var(--ink); font-weight: 950; }
@media (max-width: 1020px) {
  .offer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 76px; }
  nav { display: none; }
  .brand-mark { width: 44px; height: 44px; }
  .hero { min-height: auto; align-items: stretch; }
  .hero-content { padding-top: 2.4rem; padding-bottom: 2.4rem; }
  .hero h1 { font-size: clamp(2.15rem, 10.2vw, 4.15rem); line-height: .98; }
  .hero-actions .btn, .action-band .btn, .planner-actions .btn { width: 100%; }
  .hero-facts, .action-band, .proof-section, .plan-section, .contact-section { grid-template-columns: 1fr; }
  .photo-band { grid-template-columns: 1fr; }
  .photo-band img { height: 285px; }
  .contact-list a { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .mobile-quick { display: grid; }
  .mobile-quick[data-visible="true"] { transform: translateY(0); }
}
@media (max-width: 560px) {
  .offer-card, .proof-list, .plan-buttons { grid-template-columns: 1fr; }
  .offer-card img { height: 210px; }
  .brand-text { max-width: 180px; }
  .site-header { padding-inline: .8rem; }
  .hero-content { padding-inline: .85rem; }
  .offer-section, .proof-section, .plan-section, .contact-section, .sources { width: min(100% - 1rem, 1180px); }
}
