
:root {
      --bg: #0b0b0d;
      --panel: #141417;
      --panel-2: #1a1b1f;
      --text: #ffffff;
      --muted: #b7b8be;
      --line: rgba(255,255,255,0.10);
      --gold: #e6b34c;
      --gold-2: #c8942f;
      --white-05: rgba(255,255,255,0.05);
      --white-08: rgba(255,255,255,0.08);
      --shadow: 0 20px 50px rgba(0,0,0,0.35);
      --radius: 28px;
      --radius-sm: 20px;
      --max: 1200px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      background:
        radial-gradient(circle at top right, rgba(230,179,76,0.16), transparent 24%),
        radial-gradient(circle at left, rgba(255,255,255,0.05), transparent 18%),
        linear-gradient(180deg, #0a0a0a 0%, #111214 100%);
      color: var(--text);
      font-family: Inter, Arial, sans-serif;;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img, video { max-width: 100%; display: block; }
    .container { width: 100%; max-width: var(--max); margin: 0 auto; padding: clamp(12px, 4vw, 24px); }
    .section { padding: clamp(36px, 8vw, 72px) 0; }
    .eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .28em; color: var(--gold); font-weight: 700; }
    .title { margin: 14px 0 0; font-size: clamp(30px, 5vw, 58px); line-height: 1.05; font-weight: 900; letter-spacing: -0.03em; }
    .title .accent, .accent { color: var(--gold); }
    .lead { margin: 16px 0 0; max-width: 760px; color: var(--muted); font-size: clamp(16px, 2.2vw, 20px); line-height: 1.7; }
    .hero-wrap { display: grid; gap: 30px; align-items: start; grid-template-columns: 1.05fr .95fr; }
    .hero-header { padding-top: 24px; margin-bottom: 20px; text-align: left; }
    .hero-brand { font-size: 12px; letter-spacing: .35em; text-transform: uppercase; color: rgba(230,179,76,.85); font-weight: 700; text-align: center; }
    .card { background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
    .card-inner { background: rgba(20,20,23,0.92); border: 1px solid var(--line); border-radius: calc(var(--radius) - 8px); padding: 18px; }
    .hero-video-card { padding: 12px; backdrop-filter: blur(10px); }
    .video-shell { position: relative; overflow: hidden; border-radius: 22px; border: 1px solid var(--line); background: #000; }
    .video-shell video { width: 100%; min-height: 260px; object-fit: cover; }
    .video-overlay { position: absolute; inset-inline: 0; bottom: 0; padding: 18px; background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.28), transparent); }
    .video-overlay .eyebrow { font-size: 10px; }
    .video-overlay strong { display: block; margin-top: 8px; font-size: 20px; line-height: 1.2; }
    .video-fallback { min-height: 260px; display: grid; place-items: center; text-align: center; padding: 28px; background: radial-gradient(circle at center, rgba(230,179,76,.16), transparent 35%), linear-gradient(135deg, #161616, #0a0a0a); }
    .info-mini-grid { display: grid; gap: clamp(12px, 3vw, 20px); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-top: clamp(16px, 4vw, 24px); }
    .info-mini { border: 1px solid var(--line); background: var(--white-05); border-radius: 18px; padding: 16px; }
    .info-mini h4 { margin: 0; font-size: 14px; color: var(--gold); }
    .info-mini p { margin: 6px 0 0; font-size: 14px; line-height: 1.55; color: var(--muted); }
    .cta-row { display: flex; gap: clamp(12px, 3vw, 20px); flex-wrap: wrap; margin-top: clamp(24px, 4vw, 32px); }
    .btn { display: inline-flex; justify-content: center; align-items: center; min-height: 56px; padding: 14px 22px; border-radius: 18px; font-size: 15px; font-weight: 800; transition: .2s ease; cursor: pointer; border: 1px solid transparent; }
    .btn-primary { background: var(--gold); color: #111; box-shadow: 0 12px 28px rgba(230,179,76,.18); }
    .btn-primary:hover { transform: translateY(-1px); }
    .btn-secondary { border-color: var(--line); background: var(--white-05); color: white; }
    .btn-secondary:hover { background: var(--white-08); }
    .section-soft { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.03); }
    .packs-grid { display: grid; gap: clamp(20px, 5vw, 32px); grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); margin-top: clamp(40px, 6vw, 56px); justify-content: center; }
    .pack-card { position: relative; border-radius: 30px; padding: 26px; border: 1px solid var(--line); background: rgba(20,20,23,.86); transition: .25s ease; }
    .pack-card:hover { border-color: rgba(255,255,255,.18); background: rgba(20,20,23,.96); }
    .pack-card.featured { transform: scale(1.02); border-color: rgba(230,179,76,.5); background: linear-gradient(180deg, rgba(230,179,76,.14), rgba(255,255,255,.05)); box-shadow: 0 20px 50px rgba(230,179,76,.14); }
    .pack-card.featured::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(230,179,76,.28); pointer-events: none; }
    .pack-top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
    .pack-name { font-size: 12px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: rgba(230,179,76,.82); }
    .pack-title { margin-top: 8px; font-size: 30px; line-height: 1.1; font-weight: 900; }
    .pack-badge { background: var(--gold); color: #111; border-radius: 999px; padding: 7px 12px; font-size: 11px; font-weight: 900; white-space: nowrap; }
    .pack-price { margin-top: 24px; font-size: 44px; line-height: 1; font-weight: 900; }
    .pack-desc { margin-top: 14px; color: var(--muted); font-size: 15px; line-height: 1.8; }
    .pack-card .btn { margin-top: 24px; width: 100%; }
    details.accordion { border: 1px solid var(--line); border-radius: 24px; background: rgba(20,20,23,.82); overflow: hidden; }
    details.accordion.featured-accordion { border-color: rgba(230,179,76,.22); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(20,20,23,.82)); }
    details.accordion summary { list-style: none; cursor: pointer; padding: 22px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
    details.accordion summary::-webkit-details-marker { display: none; }
    .accordion-text-top { font-size: 12px; text-transform: uppercase; letter-spacing: .25em; color: var(--gold); font-weight: 700; }
    .accordion-title { margin-top: 6px; font-size: 22px; font-weight: 900; line-height: 1.2; }
    .accordion-subtle { margin-top: 6px; font-size: 12px; color: rgba(230,179,76,.85); }
    .chev { font-size: 20px; transition: transform .2s ease; color: white; flex-shrink: 0; }
    details[open] .chev { transform: rotate(180deg); }
    .accordion-content { border-top: 1px solid var(--line); padding: 20px 22px 22px; }
    .icon-list { display: grid; gap: clamp(12px, 3vw, 20px); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
    .icon-item { display: flex; align-items: flex-start; gap: 12px; border: 1px solid var(--line); background: var(--white-05); border-radius: 18px; padding: 16px; }
    .icon-dot { width: 34px; height: 34px; flex-shrink: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: rgba(230,179,76,.14); color: var(--gold); }
    .icon-item p { margin: 0; color: #e9e9ec; line-height: 1.6; font-size: 14px; }
    .extra-item.highlight { border-color: rgba(230,179,76,.30); background: rgba(230,179,76,.10); }
    .tiny-tag { display: inline-block; margin-top: 6px; padding: 4px 8px; border-radius: 999px; font-size: 10px; font-weight: 700; }
    .tiny-tag.gold { background: rgba(230,179,76,.18); color: var(--gold); }
    .tiny-tag.soft { background: rgba(255,255,255,.10); color: #d1d2d7; }
    .highlight-note { border: 1px solid rgba(230,179,76,.22); background: rgba(230,179,76,.10); color: #f4ddaa; border-radius: 18px; padding: 16px; font-size: 14px; line-height: 1.7; }
    .personalize-box { position: relative; border: 1px solid var(--line); border-radius: 28px; padding: 24px; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(20,20,23,.82)); box-shadow: 0 12px 30px rgba(230,179,76,.06); }
    .personalize-box::before { content: ""; position: absolute; inset-inline: 0; top: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(230,179,76,.45), transparent); }
    .reviews-track, .gallery-track { display: flex; gap: clamp(16px, 4vw, 24px); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: clamp(8px, 2vw, 12px); -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.15) transparent; }
    .reviews-track::-webkit-scrollbar, .gallery-track::-webkit-scrollbar { height: 8px; }
    .reviews-track::-webkit-scrollbar-thumb, .gallery-track::-webkit-scrollbar-thumb { background: rgba(255,255,255,.15); border-radius: 999px; }
    .review-card { min-width: clamp(320px, 85vw, 380px); scroll-snap-align: start; border: 1px solid var(--line); background: var(--white-05); border-radius: clamp(22px, 5vw, 28px); padding: clamp(20px, 5vw, 28px); box-shadow: 0 clamp(12px, 3vw, 20px) clamp(24px, 6vw, 40px) rgba(0,0,0,.25); flex-shrink: 0; }
    .stars { color: var(--gold); margin-bottom: 12px; font-size: 18px; letter-spacing: .08em; }
    .review-card p { margin: 0; font-size: 16px; line-height: 1.75; color: #ececef; }
    .review-name { margin-top: 16px; color: #9fa1a9; font-size: 14px; }
    .hint-mobile { margin-top: 12px; text-align: center; font-size: 12px; color: #8f9198; display: none; }
    .form-grid { display: grid; gap: clamp(16px, 4vw, 24px); }
    .split-2 { display: grid; gap: clamp(16px, 4vw, 24px); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
    .field label { display: block; margin-bottom: 6px; font-size: 12px; color: #9fa1a9; }
    .input, .select, .textarea { width: 100%; border: 1px solid var(--line); background: var(--white-05); border-radius: clamp(16px, 4vw, 22px); color: white; padding: clamp(16px, 4vw, 20px); font-size: clamp(15px, 4vw, 17px); outline: none; }
    .input::placeholder, .textarea::placeholder { color: #8c8f97; }
    .select option { color: #111; border-radius:18px; }
    .textarea { min-height: 120px; resize: vertical; }
    .logos-grid { display: grid; gap: 16px; margin-top: 24px; grid-template-columns: repeat(4, 1fr); }
    .logo-card { min-height: 88px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: white; border-radius: 16px; padding: 16px; box-shadow: 0 10px 20px rgba(0,0,0,.10); }
    .logo-card img { max-height: 100%; max-width: 100%; width: auto; object-fit: contain; opacity: .92; transition: .25s ease; }
    .logo-card:hover img { transform: scale(1.05); }
    .gallery-card { min-width: clamp(300px, 82vw, 360px); scroll-snap-align: start; border: 1px solid var(--line); background: rgba(20,20,23,.7); border-radius: clamp(22px, 5vw, 28px); overflow: hidden; flex-shrink: 0; }
    .gallery-card img { width: 100%; height: 224px; object-fit: cover; }
    .location-grid { display: grid; gap: clamp(20px, 5vw, 32px); grid-template-columns: 1fr; }
    .map-link { display: block; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); padding: 12px; box-shadow: 0 20px 40px rgba(0,0,0,.22); transition: .25s ease; }
    .map-link:hover { border-color: rgba(230,179,76,.22); box-shadow: 0 20px 40px rgba(230,179,76,.10); }
    .map-link:active { transform: scale(.99); }
    .map-inner { border: 1px solid var(--line); border-radius: clamp(20px, 5vw, 26px); background: rgba(20,20,23,.88); padding: clamp(20px, 5vw, 32px); }
    .map-shell { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; padding: 22px; background: radial-gradient(circle at center, rgba(230,179,76,.16), transparent 35%), linear-gradient(135deg, #151515, #0a0a0a); }
    .map-shell::before { content: ""; position: absolute; inset: 0; opacity: .2; background: linear-gradient(90deg, transparent 24%, rgba(255,255,255,.08) 25%, rgba(255,255,255,.08) 26%, transparent 27%, transparent 74%, rgba(255,255,255,.08) 75%, rgba(255,255,255,.08) 76%, transparent 77%), linear-gradient(transparent 24%, rgba(255,255,255,.08) 25%, rgba(255,255,255,.08) 26%, transparent 27%, transparent 74%, rgba(255,255,255,.08) 75%, rgba(255,255,255,.08) 76%, transparent 77%); background-size: 36px 36px; }
    .map-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(230,179,76,.25); background: rgba(230,179,76,.10); color: #f4ddaa; font-size: 10px; text-transform: uppercase; letter-spacing: .25em; font-weight: 700; }
    .map-action-row { display: flex; gap: 12px; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 18px; }
    .map-action { display: inline-flex; align-items: center; padding: 12px 16px; border-radius: 16px; border: 1px solid var(--line); background: var(--white-05); font-size: 14px; font-weight: 700; }
    .map-note { font-size: 12px; color: #8f9198; }
    .utility-card { border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, rgba(230,179,76,.12), rgba(255,255,255,.04)); padding: 12px; }
    .utility-inner { border: 1px solid var(--line); border-radius: 22px; background: rgba(10,10,12,.92); padding: 22px; }
    .metric-box { border: 1px solid var(--line); background: var(--white-05); border-radius: 22px; padding: 22px; text-align: center; }
    .metric-box.gold { border-color: rgba(230,179,76,.20); background: rgba(230,179,76,.10); }
    .metric-label { font-size: 12px; text-transform: uppercase; letter-spacing: .25em; color: #9fa1a9; }
    .metric-label.gold { color: #f4ddaa; }
    .metric-value { margin-top: 12px; font-size: clamp(32px, 5vw, 42px); line-height: 1; font-weight: 900; color: var(--gold); }
    .brand-end { border: 1px solid var(--line); border-radius: 28px; padding: 38px 24px; background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.04), rgba(255,255,255,.06)); text-align: center; }
    .brand-end .title-small { margin-top: 14px; font-size: clamp(30px, 4vw, 44px); line-height: 1.1; font-weight: 900; }
    .mobile-bar { position: fixed; inset-inline: 0; bottom: 0; z-index: 40; display: none; border-top: 1px solid var(--line); background: rgba(11,11,13,.95); backdrop-filter: blur(10px); padding: 12px 14px; }
    .mobile-bar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    /* Legacy light select removed - dark theme now uniform */
    /* Enhanced mobile responsiveness */
    @media (max-width: 480px) {
      .container { padding: 0 12px; }
      .section { padding: 24px 0; }
      .title { font-size: clamp(28px, 7vw, 38px); }
      .lead { font-size: clamp(15px, 4vw, 18px); line-height: 1.65; }
      .pack-card { padding: 20px 16px; }
      .pack-price { font-size: 36px; }
      .pack-title { font-size: 26px; }
      .icon-list, .split-2 { grid-template-columns: 1fr; }
      .icon-item { padding: 14px; gap: 10px; }
      .metric-box { padding: 18px 14px; }
      .reviews-track, .gallery-track { gap: 12px; }
      .review-card, .gallery-card { min-width: 92vw; }
      .personalize-box, .utility-card, .brand-end { padding: 20px 16px; border-radius: 24px; }
      .btn { min-height: 48px; font-size: 16px; }
      .input, .select, .textarea { padding: 16px; font-size: 17px; }
    }
    @media (max-width: 1100px) {
      .packs-grid { grid-template-columns: 1fr; }
      .pack-card.featured { transform: none; }
      .location-grid, .hero-wrap { grid-template-columns: 1fr; }
      .logos-grid { grid-template-columns: repeat(2, 1fr); }
      .info-mini-grid, .icon-list, .split-2 { grid-template-columns: 1fr; }
      .desktop-only { display:none !important; }
      .mobile-only { display:block !important; }
    }
    @media (min-width: 1101px) {
      .desktop-only { display:block !important; }
      .mobile-only { display:none !important; }
    }
@media (max-width: 767px) {
      .section { padding: 28px 0; }
      .hero-header, .hero-brand, .title, .lead { text-align: center; }
      .cta-row { flex-direction: column; }
      .btn { width: 100%; min-height: 52px; }
      .review-card { min-width: 88%; }
      .gallery-card { min-width: 85%; }
      .packs-grid { gap: 20px; }
      .pack-card { padding: 24px 20px; }
      .pack-card.featured { transform: none; }
      .accordion summary { padding: 20px 18px; }
      .accordion-content { padding: 18px 18px 20px; }
      .icon-list { gap: 10px; }
      .form-grid { gap: 14px; }
      .input, .select, .textarea { padding: 14px; font-size: 16px; }
      .hint-mobile { display: block; }
      .mobile-bar { display: block; }
      body { padding-bottom: 92px; }
      .map-action-row { align-items: stretch; }
      .map-action { width: fit-content; flex: 1; justify-content: center; }
    }
