:root {
  --bg: #08070d;
  --surface: #111019;
  --surface-2: #181520;
  --ink: #f8f7fb;
  --muted: #aaa4b4;
  --pink: #ef2476;
  --pink-soft: #ff4d94;
  --cyan: #66e7ef;
  --line: #302938;
  --shadow: 0 22px 65px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 50% -15%, #251125 0, transparent 38rem), var(--bg); }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: auto;
  padding: 1.15rem 1.5rem;
  background: rgba(8, 7, 13, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  backdrop-filter: blur(18px);
}
.brand { text-decoration: none; font-size: 1.18rem; font-weight: 950; letter-spacing: -.04em; text-transform: uppercase; }
.brand span { display: inline-grid; place-items: center; width: 1.75rem; height: 1.75rem; margin-right: .3rem; color: var(--pink); transform: rotate(-12deg); }
nav { display: flex; gap: 1rem; flex-wrap: wrap; }
.site-header nav a, footer a { color: var(--muted); text-decoration: none; font-size: .9rem; font-weight: 750; }
.site-header nav a:hover, footer a:hover { color: var(--cyan); }
.language-switch { padding: .2rem .65rem; color: var(--ink) !important; border: 1px solid rgba(102, 231, 239, .45); border-radius: 999px; }
.language-switch:hover { background: rgba(102, 231, 239, .1); }

main { max-width: 1120px; margin: auto; padding: 1rem 1.5rem 5rem; }
.breadcrumbs { display: flex; align-items: center; gap: .55rem; padding-top: 1rem; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--cyan); }
.hero { max-width: 900px; padding: 4.2rem 0 3.2rem; }
.hero-split { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); align-items: center; gap: clamp(2rem, 6vw, 5rem); max-width: none; }
.hero-copy { min-width: 0; }
.hero-visual { position: relative; min-height: 430px; overflow: hidden; background: var(--surface); border: 1px solid rgba(239, 36, 118, .45); border-radius: 32px; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8, 7, 13, .9) 100%); }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.04); }
.hero-visual span { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; z-index: 2; padding: .75rem 1rem; color: white; background: rgba(8, 7, 13, .72); border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; text-align: center; font-weight: 900; backdrop-filter: blur(12px); }
.eyebrow { color: var(--pink-soft); font-size: .77rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 900px; margin: .65rem 0 1.25rem; font-size: clamp(2.6rem, 7vw, 5.8rem); line-height: .96; letter-spacing: -.068em; text-wrap: balance; }
h2 { margin: 2.6rem 0 1rem; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.12; letter-spacing: -.035em; }
.lede { max-width: 760px; color: #c7c2cc; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-benefits { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.35rem 0 .4rem; padding: 0; list-style: none; }
.hero-benefits li { padding: .38rem .72rem; color: #ddd8e3; background: rgba(255, 255, 255, .045); border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; font-weight: 760; }
.hero-benefits li::before { content: "✓"; margin-right: .4rem; color: var(--cyan); font-weight: 1000; }
.cta { display: inline-block; margin-top: .85rem; padding: .9rem 1.3rem; color: #08070d; background: var(--cyan); border-radius: 999px; box-shadow: 0 8px 35px rgba(102, 231, 239, .2); text-decoration: none; font-weight: 950; }
.cta:hover { transform: translateY(-1px); }
.cta[aria-disabled="true"] { opacity: .55; pointer-events: none; box-shadow: none; filter: saturate(.5); }
.disclosure { max-width: 680px; color: var(--muted); font-size: .82rem; }

.uf42c8121 { margin: 0 0 4rem; }
.uf42c8121 h2 { display: flex; align-items: center; justify-content: center; gap: .65rem; margin-top: 0; text-align: center; text-transform: uppercase; font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 1000; letter-spacing: -.035em; }
.uf42c8121 h2 span { color: var(--pink); font-size: 1.45em; transform: rotate(-18deg); }
.u2f25647f { max-width: 720px; margin: -.25rem auto 1.35rem; color: #8d8796; text-align: center; font-size: .8rem; }
.u6ebc4ed6 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
.uaea21939 { position: relative; isolation: isolate; display: block; min-height: 245px; overflow: hidden; color: white; background: #14111a; border: 2px dotted var(--pink); border-radius: 23px; box-shadow: 0 0 0 3px rgba(239, 36, 118, .08), var(--shadow); text-decoration: none; }
.uaea21939::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(5, 3, 9, .06) 10%, rgba(5, 3, 9, .28) 45%, rgba(5, 3, 9, .9) 100%); }
.uaea21939::after { content: ""; position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at 50% 44%, transparent 0 17%, rgba(5, 3, 9, .12) 58%, rgba(5, 3, 9, .32) 100%); }
.uaea21939 img { position: absolute; inset: -5%; width: 110%; height: 110%; object-fit: cover; filter: blur(4px) brightness(1.1) saturate(1.3); transform: scale(1.04); transition: transform .28s ease, filter .28s ease; }
.uaea21939:hover img, .uaea21939:focus-visible img { filter: blur(2px) brightness(1.06) saturate(1.18); transform: scale(1.07); }
.uaea21939:hover, .uaea21939:focus-visible { border-style: solid; outline: 2px solid transparent; box-shadow: 0 0 0 3px rgba(102, 231, 239, .18), var(--shadow); }
.u164e5830 { position: absolute; top: .75rem; right: .75rem; z-index: 4; width: .72rem; height: .72rem; background: var(--cyan); border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 2px rgba(102, 231, 239, .35); }
.u8c8765f0 { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 1.25rem 1rem 1.1rem; text-align: center; text-shadow: 0 2px 12px rgba(0, 0, 0, .8); }
.u73d5b2b6 { display: grid; place-items: center; min-height: 2.25rem; color: var(--pink-soft); font-size: 2rem; font-weight: 1000; line-height: 1; text-shadow: 0 0 20px rgba(239, 36, 118, .55); }
.uaea21939 small { margin-top: .35rem; padding: .12rem .55rem; color: #fff; background: rgba(21, 18, 24, .62); border-radius: 999px; font-size: .59rem; font-weight: 950; letter-spacing: .07em; }
.uaea21939 strong { margin-top: .7rem; font-size: 1.02rem; font-weight: 950; }
.u2d5be76e { margin-top: .35rem; color: var(--cyan); font-size: .82rem; font-weight: 1000; letter-spacing: .015em; }
.u2d5be76e b { color: white; }

.facts, .content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 1rem 0 3rem; }
.facts article, .card { padding: 1.35rem; background: linear-gradient(145deg, rgba(27, 23, 34, .94), rgba(14, 13, 20, .96)); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 8px 30px rgba(0, 0, 0, .18); }
.facts span, .facts strong { display: block; }
.facts strong { color: var(--pink-soft); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.facts span, .card p { color: var(--muted); }
.card h2 { margin: 0 0 .65rem; font-size: 1.18rem; }
.pill-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-bottom: 3rem; }
.pill-grid a { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.1rem; color: #eeeaf2; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; font-weight: 800; }
.pill-grid a:hover { color: var(--cyan); border-color: rgba(102, 231, 239, .5); }
.nearby small { color: var(--muted); }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin-bottom: 3rem; }
.directory-grid a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4rem; padding: .9rem 1rem; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; }
.directory-grid a:hover { color: var(--cyan); border-color: rgba(102, 231, 239, .5); }
.directory-grid small { color: var(--muted); text-align: right; }
details { margin: .65rem 0; padding: 1rem 1.15rem; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
summary { cursor: pointer; font-weight: 850; }
details p { color: var(--muted); }
.conversion-strip { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; margin: 4rem 0 0; padding: clamp(1.5rem, 4vw, 2.5rem); background: linear-gradient(135deg, rgba(239, 36, 118, .18), rgba(102, 231, 239, .09)); border: 1px solid rgba(239, 36, 118, .35); border-radius: 28px; box-shadow: var(--shadow); }
.conversion-strip h2 { margin: 0 0 .45rem; }
.conversion-strip p { margin: 0; color: var(--muted); }
.conversion-strip .cta { margin-top: 0; white-space: nowrap; }
.conversion-strip .disclosure { max-width: 360px; margin-top: .55rem; font-size: .72rem; }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.5rem max(1.5rem, calc((100vw - 1080px) / 2)); color: var(--muted); background: #050409; border-top: 1px solid var(--line); }
footer strong { color: var(--ink); }
footer p { max-width: 580px; }

@media (max-width: 780px) {
  .site-header { position: static; align-items: flex-start; }
  .site-header nav { justify-content: flex-end; gap: .55rem .8rem; }
  main { padding-inline: 1rem; }
  .hero { padding: 3rem 0 2.4rem; }
  .hero-split { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-visual { min-height: 380px; }
  .u6ebc4ed6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .uaea21939 { min-height: 230px; }
  .facts, .content-grid { grid-template-columns: 1fr; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { flex-direction: column; }
  .conversion-strip { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .site-header { flex-direction: column; align-items: flex-start; gap: .7rem; padding-inline: 1rem; }
  .brand { font-size: 1rem; }
  .site-header nav { width: 100%; justify-content: space-between; }
  .site-header nav a { font-size: .78rem; }
  .hero-visual { min-height: 320px; border-radius: 22px; }
  .u6ebc4ed6 { grid-template-columns: 1fr; gap: .75rem; }
  .uaea21939 { min-height: 225px; }
  .pill-grid, .directory-grid { grid-template-columns: 1fr; }
}

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