:root {
  --ink: #07131f;
  --ink-soft: #0d2233;
  --surface: #f3f8f8;
  --paper: #ffffff;
  --cyan: #10d8d1;
  --cyan-dark: #087f82;
  --coral: #ff765f;
  --lime: #c8ff62;
  --muted: #66808d;
  --line: rgba(7, 19, 31, .13);
  --shadow: 0 24px 70px rgba(7, 19, 31, .14);
  --radius: 26px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000;
  padding: 10px 16px; background: var(--cyan); color: var(--ink);
  transform: translateY(-150%); border-radius: 10px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(243, 248, 248, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  min-height: 82px; display: flex; align-items: center; gap: 26px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 42px; height: 42px; }
.brand span { font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { font-size: 14px; font-weight: 650; color: #294451; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--cyan-dark); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  border-radius: 12px; background: var(--paper); color: var(--ink);
}
.header-cta { padding: 12px 18px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 12px 22px; border: 1px solid transparent;
  border-radius: 999px; background: var(--cyan); color: var(--ink);
  font-size: 14px; font-weight: 800; transition: .22s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(16, 216, 209, .25); }
.btn-coral { background: var(--coral); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.3); color: #fff; }
.btn-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-sm { min-height: 40px; padding: 8px 16px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px;
  color: var(--cyan-dark); font-size: 12px; font-weight: 850;
  letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 3px; background: var(--coral); }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(46px, 7vw, 92px); }
h2 { font-size: clamp(36px, 5vw, 62px); }
h3 { font-size: clamp(22px, 2.3vw, 30px); }
p { margin: 0 0 20px; }
.lead { max-width: 720px; color: #3e5b68; font-size: clamp(18px, 2vw, 22px); }
.section { padding: 104px 0; }
.section-dark { background: var(--ink); color: #fff; }
.section-dark .lead, .section-dark .muted { color: #9db3bd; }
.section-cyan { background: var(--cyan); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-head p { max-width: 520px; color: var(--muted); }
.muted { color: var(--muted); }

.hero {
  position: relative; overflow: hidden; min-height: 760px; display: grid; align-items: center;
  color: #fff; background:
    linear-gradient(90deg, rgba(7,19,31,.96) 0%, rgba(7,19,31,.76) 48%, rgba(7,19,31,.2) 100%),
    url("../images/hero-budapest-hotel.webp") center / cover no-repeat;
}
.hero.lounge-hero {
  background:
    linear-gradient(90deg, rgba(7,19,31,.92) 0%, rgba(7,19,31,.64) 48%, rgba(7,19,31,.18) 100%),
    url("../images/budapest-rooftop.webp") center / cover no-repeat;
}
.hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; right: -80px; top: 120px;
  border: 1px solid rgba(255,255,255,.14); border-radius: 47% 53% 58% 42%;
  transform: rotate(18deg);
}
.hero::after {
  content: ""; position: absolute; width: 280px; height: 280px; right: 180px; top: 240px;
  background: linear-gradient(145deg, var(--cyan), var(--coral));
  border-radius: 43% 57% 38% 62%; opacity: .9; filter: saturate(.9);
  box-shadow: 0 0 90px rgba(16,216,209,.24);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.16fr .84fr; gap: 70px; align-items: center; padding: 90px 0; }
.hero h1 { max-width: 850px; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero .lead { margin: 26px 0 34px; color: #b9cbd2; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-card {
  position: relative; z-index: 2; margin-top: 230px; padding: 26px;
  border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius);
  background: rgba(7,19,31,.56); backdrop-filter: blur(16px);
}
.hero-card strong { display: block; color: var(--lime); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.hero-card p { margin: 8px 0 0; color: #d9e6e9; }
.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 25px; text-align: center; border-right: 1px solid var(--line); font-weight: 750; }
.trust-item:last-child { border-right: 0; }

.page-hero {
  padding: 110px 0 86px; color: #fff;
  background: radial-gradient(circle at 88% 12%, rgba(16,216,209,.25), transparent 26%), var(--ink);
}
.page-hero h1 { max-width: 920px; font-size: clamp(45px, 6vw, 76px); }
.page-hero .lead { margin-top: 24px; color: #adc1c9; }
.breadcrumb { margin-bottom: 28px; color: #8fa8b2; font-size: 13px; }
.breadcrumb a { color: var(--cyan); }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line);
  border-radius: var(--radius); background: var(--paper); transition: .24s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.card .number { color: var(--coral); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.card h3 { margin: 18px 0 12px; }
.card p { color: var(--muted); }
.card-link { color: var(--cyan-dark); font-weight: 800; }
.card-dark { color: #fff; background: var(--ink-soft); border-color: rgba(255,255,255,.1); }
.card-dark p { color: #a8bbc3; }

.visual {
  min-height: 430px; position: relative; overflow: hidden; border-radius: var(--radius);
  background:
    radial-gradient(circle at 70% 30%, rgba(200,255,98,.7) 0 6%, transparent 6.5%),
    radial-gradient(circle at 30% 70%, rgba(255,118,95,.9) 0 13%, transparent 13.5%),
    linear-gradient(135deg, #0d3850, #0a7d7d);
}
.visual-photo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual-hotel { background-image: linear-gradient(180deg, transparent 50%, rgba(7,19,31,.48)), url("../images/hero-budapest-hotel.webp"); }
.visual-suite { background-image: linear-gradient(180deg, transparent 50%, rgba(7,19,31,.48)), url("../images/signature-suite.webp"); }
.visual-restaurant { background-image: linear-gradient(180deg, transparent 50%, rgba(7,19,31,.48)), url("../images/restaurant-evening.webp"); }
.visual-rooftop { background-image: linear-gradient(180deg, transparent 50%, rgba(7,19,31,.48)), url("../images/budapest-rooftop.webp"); }
.visual-team { background-image: linear-gradient(180deg, transparent 50%, rgba(7,19,31,.48)), url("../images/hotel-team.webp"); }
.visual-event { background-image: linear-gradient(180deg, transparent 50%, rgba(7,19,31,.48)), url("../images/business-event.webp"); }
.visual-photo::before, .visual-photo::after { display: none; }
.visual::before, .visual::after {
  content: ""; position: absolute; border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
}
.visual::before { width: 300px; height: 300px; right: -40px; top: -60px; }
.visual::after { width: 180px; height: 180px; left: 18%; bottom: -70px; }
.visual-label {
  position: absolute; left: 24px; bottom: 24px; z-index: 2; padding: 12px 16px;
  border-radius: 14px; color: #fff; background: rgba(7,19,31,.72); backdrop-filter: blur(12px);
  font-weight: 750;
}
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.split.reverse { grid-template-columns: 1.1fr .9fr; }
.split.reverse .visual { order: 2; }
.check-list { list-style: none; margin: 28px 0; padding: 0; }
.check-list li { position: relative; margin: 12px 0; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan-dark); font-weight: 900; }

.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.metric { padding: 22px; background: var(--paper); }
.metric strong { display: block; font-family: Georgia, serif; font-size: 34px; }
.metric span { color: var(--muted); font-size: 13px; }

.room-card { padding: 0; }
.room-visual {
  min-height: 220px; position: relative;
  background: linear-gradient(180deg, transparent 55%, rgba(7,19,31,.42)), url("../images/signature-suite.webp") center / cover no-repeat;
}
.room-card:nth-child(2) .room-visual { background-position: 62% center; }
.room-card:nth-child(3) .room-visual { background-position: 78% center; }
.room-copy { padding: 26px; }
.room-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0 22px; }
.pill { padding: 6px 10px; border-radius: 999px; color: #325260; background: #e9f3f3; font-size: 12px; font-weight: 700; }

.quote { padding: 34px; }
.quote blockquote { margin: 0 0 24px; font-family: Georgia, serif; font-size: 23px; line-height: 1.4; }
.quote cite { color: var(--cyan-dark); font-style: normal; font-weight: 800; }

.cta {
  position: relative; overflow: hidden; padding: 68px; border-radius: 34px;
  color: #fff; background: var(--ink);
}
.cta::after { content: ""; position: absolute; width: 220px; height: 220px; right: -50px; bottom: -70px; border-radius: 45% 55%; background: var(--coral); opacity: .85; }
.cta > * { position: relative; z-index: 2; max-width: 760px; }
.cta p { margin: 18px 0 28px; color: #aec2ca; }

.form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line);
  border-radius: 13px; outline: 0; background: var(--paper); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan-dark); box-shadow: 0 0 0 4px rgba(16,216,209,.15); }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--muted); font-size: 12px; }

.faq { display: grid; gap: 12px; }
.faq details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq details p { margin: 14px 0 0; color: var(--muted); }

.article-card { padding: 0; }
.article-art { height: 180px; background: linear-gradient(135deg, var(--ink-soft), var(--cyan-dark)); }
.article-card:nth-child(2) .article-art { background: linear-gradient(135deg, #ff765f, #681e4b); }
.article-card:nth-child(3) .article-art { background: linear-gradient(135deg, #b5e84f, #087f82); }
.article-copy { padding: 26px; }
.article-meta { color: var(--coral); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }

.site-footer { color: #c4d3d8; background: #050d14; }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; padding: 74px 0 50px; }
.footer-brand p { max-width: 360px; margin-top: 18px; color: #8299a3; }
.footer-col h3 { margin-bottom: 18px; color: #fff; font-family: inherit; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.footer-col a { display: block; margin: 10px 0; color: #91a8b2; font-size: 14px; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: #69828d; font-size: 12px; }

.cookie-banner {
  position: fixed; z-index: 300; left: 22px; right: 22px; bottom: 22px;
  display: none; align-items: center; gap: 24px; max-width: 900px; margin: auto;
  padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px;
  color: #fff; background: rgba(7,19,31,.96); box-shadow: var(--shadow); backdrop-filter: blur(18px);
}
.cookie-banner.is-visible { display: flex; }
.cookie-banner p { margin: 0; color: #abc0c8; font-size: 13px; }
.cookie-banner strong { display: block; margin-bottom: 4px; color: #fff; }
.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.toast {
  position: fixed; z-index: 400; right: 24px; bottom: 24px; padding: 15px 18px;
  border-radius: 13px; color: #fff; background: var(--ink); box-shadow: var(--shadow);
  opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease;
}
.toast.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: grid; place-items: center; }
  .nav {
    position: fixed; inset: 82px 0 auto; display: none; padding: 26px 20px 34px;
    align-items: stretch; flex-direction: column; background: var(--surface);
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .nav a { font-size: 17px; }
  .header-cta { display: none; }
  .hero-grid, .split, .split.reverse { grid-template-columns: 1fr; }
  .hero-card { margin-top: 20px; max-width: 520px; }
  .hero::after { right: -80px; opacity: .45; }
  .split.reverse .visual { order: 0; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 74px 0; }
  .nav-wrap { min-height: 72px; }
  .nav { inset-block-start: 72px; }
  .brand span { font-size: 16px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 78px 0; }
  .hero::after { width: 180px; height: 180px; top: 40px; }
  .trust-grid, .grid-2, .grid-3, .grid-4, .metric-row, .form-row { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .visual { min-height: 300px; }
  .cta { padding: 38px 28px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; padding-top: 56px; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; left: 12px; right: 12px; bottom: 12px; }
  .cookie-actions { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
