﻿@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#0b0d12;
  --ink:#e8ecf2;
  --muted:#9aa3b5;
  --line:rgba(255,255,255,.08);
  --brand:#7cc2ff;
  --brand-2:#9bcfff;
  --card:rgba(255,255,255,.06);
  --shadow: 0 24px 60px rgba(0,0,0,.35);
  --radius: 18px;
  --lux-dark:#05070d;
  --lux-dark-2:#0d1524;
  --lux-gold:#7cc2ff;
  --lux-cream:#0f121a;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  background:radial-gradient(circle at 20% 20%, rgba(124,194,255,.08), transparent 36%), radial-gradient(circle at 80% 10%, rgba(155,207,255,.12), transparent 40%), linear-gradient(180deg, #0a0c12, #0d111a);
  color:var(--ink);
  font-family:'SF Pro Display','SF Pro Text','Plus Jakarta Sans','Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
}

a{color:inherit;text-decoration:none}
.container{max-width:1120px;margin:0 auto;padding:28px 18px}
.header{
  position:sticky;top:0;background:rgba(12,15,24,.75);backdrop-filter:saturate(1.8) blur(16px);
  border-bottom:1px solid var(--line); z-index:10;
  box-shadow:0 16px 32px rgba(0,0,0,.35);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px; padding:14px 18px; max-width:1120px; margin:0 auto;}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.2px;color:#f5f8ff}
.brand img{width:34px;height:34px;filter:none}
.nav{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;border:1px solid var(--line);
  border-radius:999px;background:rgba(255,255,255,.05); color:#f5f8ff;
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease, background .14s ease;
  font-weight:600; font-size:14px;
  box-shadow:0 12px 26px rgba(0,0,0,.25);
}
.btn:hover{transform:translateY(-1px); box-shadow:0 16px 32px rgba(0,0,0,.35); border-color:rgba(255,255,255,.18); background:rgba(255,255,255,.08);}
.btn.primary{
  background:linear-gradient(140deg, #7cc2ff, #9bcfff);
  border-color:rgba(255,255,255,.2);
  color:#0b1018;
  box-shadow:0 18px 36px rgba(124,194,255,.35);
}
.btn.primary:hover{box-shadow:0 20px 38px rgba(124,194,255,.45)}
.btn.ghost{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.16);
  color:#f5f8ff;
}
.btn.ghost:hover{background:rgba(255,255,255,.1);}
.h1{font-size:40px;line-height:1.15;letter-spacing:-.5px;margin:10px 0 8px;font-weight:900}
.sub{color:var(--muted);max-width:62ch}
.grid{display:grid;gap:18px}
.grid.two{grid-template-columns:1fr; }
@media(min-width:860px){.grid.two{grid-template-columns:1.1fr .9fr}}
.card{
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover{transform:translateY(-2px); box-shadow:0 24px 56px rgba(0,0,0,.35); border-color:rgba(255,255,255,.1);}
.card h2{margin:0 0 10px;font-size:18px;letter-spacing:.2px}
.label{font-size:13px;color:var(--muted);font-weight:700;margin-bottom:6px}
.input, select, textarea{
  width:100%; padding:12px 12px; border-radius:12px;
  border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.06); color:#f5f8ff;
  font-size:14px; outline:none;
}
select{
  appearance:none; -webkit-appearance:none; -moz-appearance:none;
  background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  color:#f5f8ff;
  padding-right:40px;
  background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23e8ecf2' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:calc(100% - 12px) center;
  box-shadow:0 14px 28px rgba(0,0,0,.28) inset, 0 10px 24px rgba(0,0,0,.28);
  border-color:rgba(255,255,255,.16);
}
select:focus{
  border-color:rgba(124,194,255,.5);
  box-shadow:0 0 0 3px rgba(124,194,255,.18), 0 14px 28px rgba(0,0,0,.28) inset, 0 10px 24px rgba(0,0,0,.28);
}
select option{
  background:#0f121a;
  color:#f5f8ff;
}
textarea{min-height:120px; resize:vertical}
.row{display:grid;gap:12px;grid-template-columns:1fr}
@media(min-width:860px){.row.two{grid-template-columns:1fr 1fr}}
.small{font-size:12px;color:var(--muted)}
.pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 10px;border-radius:999px;
  background: rgba(124,194,255,.12);
  color: #cfe6ff;
  border: 1px solid rgba(124,194,255,.28);
  font-size: 13px;
}
.service-wrap{display:flex;flex-wrap:wrap;gap:8px}
.service{
  padding:8px 10px;border-radius:999px;border:1px solid var(--line);
  background:rgba(255,255,255,.04); font-size:13px; cursor:pointer; user-select:none; color:#f5f8ff;
}
.service[data-selected="1"]{background:rgba(124,194,255,.16); border-color:rgba(124,194,255,.45); color:#0b1018;}
@media (max-width: 640px){
  .service-wrap .service{width:100%; justify-content:space-between;}
}
.hr{height:1px;background:var(--line);margin:14px 0}
.notice{padding:10px 12px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.06)}
.notice.good{border-color:rgba(0,160,120,.35); background:rgba(0,160,120,.12)}
.notice.bad{border-color:rgba(220,60,60,.35); background:rgba(220,60,60,.12)}
.footer{
  border-top:1px solid rgba(255,255,255,.08);
  padding:32px 0 24px;
  color:rgba(234,242,255,.82);
  font-size:13px;
  background:linear-gradient(160deg, #07090f, #0d121d 60%, #0f1626);
  box-shadow:0 -18px 36px rgba(0,0,0,.4);
}
.footer a{color:#eaf2ff}
.footer-inner{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:center;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-brand{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-brand .brand{color:#eaf2ff; font-size:18px;}
.footer-note{color:rgba(234,242,255,.72); max-width:46ch;}
.footer-links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.footer-links a{
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.footer-links a:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(9,21,48,.26);
  border-color:rgba(95,192,255,.45);
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-top:14px;
  color:rgba(234,242,255,.68);
  font-size:12px;
}
.footer-bottom .footer-meta{color:rgba(234,242,255,.8);}

/* Luxury homepage */
.lux-hero{
  background:
    radial-gradient(circle at 18% 18%, rgba(124,194,255,.22), transparent 42%),
    radial-gradient(circle at 82% 22%, rgba(42,78,128,.35), transparent 48%),
    linear-gradient(120deg, #06070c, #0c111b 55%, #0f1626);
  color:#eef3ff;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.lux-hero .container{padding-top:64px;padding-bottom:56px}
.lux-hero-shell{
  display:grid;
  gap:28px;
  grid-template-columns:1fr;
  align-items:center;
}
.lux-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:rgba(230,240,255,.7);
}
.lux-eyebrow span{
  width:32px;height:1px;background:linear-gradient(90deg, transparent, var(--lux-gold));
}
.lux-title{
  font-size:46px;
  line-height:1.05;
  font-weight:800;
  margin:12px 0;
  color:#f4f7fb;
}
.lux-title em{
  color:var(--lux-gold);
  font-style:normal;
}
.lux-sub{
  max-width:60ch;
  color:var(--muted);
  font-size:16px;
}
.lux-hero .lux-sub{color:rgba(230,239,255,.82);}
.lux-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.lux-actions .btn{
  border-color:var(--line);
  background:rgba(255,255,255,.05);
  color:#f5f8ff;
}
.lux-hero .lux-actions .btn{
  background:rgba(255,255,255,.12);
  color:#f5f8ff;
  border-color:rgba(255,255,255,.28);
}
.lux-actions .btn.primary{
  background:var(--brand);
  border-color:var(--brand);
  color:#0b1018;
}
.lux-card{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  border-radius:22px;
  padding:22px;
  box-shadow:var(--shadow);
}
.lux-card h3{margin:0 0 6px;font-size:16px;color:var(--ink)}
.lux-metrics{
  display:grid;
  gap:16px;
  grid-template-columns:1fr 1fr;
  margin-top:14px;
}
.lux-metrics .metric{
  background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:14px;
}
.lux-metrics .metric strong{
  display:block;
  font-size:20px;
  color:#f5f8ff;
}
.lux-metrics .metric span{
  font-size:12px;
  color:var(--muted);
}
.lux-section{
  padding:46px 0;
}
.lux-section .section-title{
  font-size:26px;
  margin:0 0 10px;
  color:var(--brand-2);
}
.lux-section .section-sub{
  color:var(--muted);
  max-width:64ch;
}
.lux-split{
  display:grid;
  gap:22px;
  margin-top:26px;
  grid-template-columns:1fr;
}
.lux-panel{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(140deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  padding:22px;
  box-shadow:var(--shadow);
}
.lux-panel.dark{
  background:linear-gradient(150deg, #0b0f18, #0f1b2d 70%, #0f2138);
  color:#f2f6ff;
  border-color:rgba(255,255,255,.1);
}
.lux-panel.dark p{color:rgba(236,242,255,.82)}
.lux-list{
  list-style:none;
  padding:0;
  margin:14px 0 0;
  display:grid;
  gap:10px;
}
.lux-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
}
.lux-list li::before{
  content:"-";
  color:var(--brand);
  font-size:12px;
  line-height:1.2;
  margin-top:4px;
}
.lux-quote-grid{
  display:grid;
  gap:18px;
  margin-top:26px;
  grid-template-columns:1fr;
}
.lux-quote{
  border-radius:18px;
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  box-shadow:var(--shadow);
}
.lux-quote p{margin:0 0 10px;color:var(--ink)}
.lux-quote span{font-size:12px;color:var(--muted)}
.lux-cta{
  border-radius:28px;
  padding:28px;
  background:linear-gradient(140deg, #0b0f18, #0f192b 60%, #13253f);
  color:#f5f8ff;
  display:grid;
  gap:16px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
}
.lux-cta p{color:rgba(230,238,255,.82)}
.lux-cta .btn{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#f5f8ff}
.lux-cta .btn.primary{color:#0b1018;border-color:rgba(255,255,255,.2);background:linear-gradient(140deg, #7cc2ff, #9bcfff)}
.lux-process{
  background:radial-gradient(circle at 20% 20%, rgba(95,192,255,.28), transparent 50%),
             radial-gradient(circle at 80% 10%, rgba(15,45,100,.3), transparent 45%),
             linear-gradient(120deg, #0b1027, #0c1b3a 55%, #0f2f6d);
  color:#eaf2ff;
  padding:72px 0 68px;
  position:relative;
  overflow:hidden;
}
.lux-process .section-title{color:#f5f8ff;font-size:34px;}
.lux-process .section-sub{color:rgba(234,242,255,.75);}
.lux-process-shell{
  display:grid;
  gap:32px;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
}
.process-steps{
  display:grid;
  gap:12px;
  margin:20px 0 18px;
}
.process-step{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:center;
  padding:14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:#f5f8ff;
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease, background .12s ease;
  cursor:pointer;
}
.process-step:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(0,0,0,.55);
  border-color:rgba(124,194,255,.35);
}
.process-step.active{
  background:linear-gradient(140deg, #111a28, #12243a 60%, #1c3252);
  border-color:rgba(255,255,255,.2);
  box-shadow:0 20px 40px rgba(0,0,0,.65);
}
.process-step .step-number{
  width:32px;height:32px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.2);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#f5f8ff;
  background:rgba(255,255,255,.12);
}
.process-step.active .step-number{
  background:rgba(255,255,255,.15);
}
.process-step .step-title{
  font-weight:700;
  font-size:15px;
}
.process-step .step-sub{
  color:rgba(234,242,255,.8);
  font-size:13px;
}
.lux-process .lux-actions .btn{
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.22);
  color:#f5f8ff;
}
.lux-process .lux-actions .btn.primary{
  background:linear-gradient(140deg, #7cc2ff, #9bcfff);
  border-color:rgba(255,255,255,.2);
  color:#0b1018;
  box-shadow:0 18px 36px rgba(124,194,255,.45);
}
.process-visual{
  position:relative;
  display:grid;
  gap:14px;
}
.process-slide{display:none;}
.process-slide.is-visible{display:block;}
.process-visual .device{
  border-radius:22px;
  padding:18px;
  background:linear-gradient(150deg, #0b0f1a, #0f1b2d 55%, #12314f);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 60px rgba(0,0,0,.7);
}
.process-visual img{
  width:100%;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 44px rgba(0,0,0,.55);
  background:linear-gradient(140deg, #0b0f1a, #0f1b2d);
}
.device-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#eaf2ff;
  margin-bottom:12px;
  font-weight:700;
}
.device-pills{
  display:flex;
  gap:8px;
}
.pill-dot{
  width:10px;height:10px;border-radius:999px;
  background:rgba(255,255,255,.45);
}
.process-task{
  border-radius:14px;
  padding:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  color:#f5f8ff;
  display:grid;
  gap:6px;
  margin-bottom:10px;
}
.process-task .status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  color:rgba(234,242,255,.8);
}
.status-dot{
  width:9px;height:9px;border-radius:999px;
  background:#5fc0ff;
  box-shadow:0 0 0 4px rgba(95,192,255,.18);
}
.status-dot.done{background:#3ae89d; box-shadow:0 0 0 4px rgba(58,232,157,.18);}
.status-dot.progress{background:#f6c54f; box-shadow:0 0 0 4px rgba(246,197,79,.18);}
.process-slide .step-title{color:#f5f8ff;}
.process-slide .step-sub{color:rgba(234,242,255,.82);}
.lux-faq{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}
.faq-grid{
  display:grid;
  gap:16px;
  grid-template-columns:1fr;
  margin-top:22px;
}
.faq-card{
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(140deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-radius:18px;
  padding:18px;
  box-shadow:var(--shadow);
  transition:transform .12s ease, box-shadow .12s ease;
  cursor:pointer;
}
.faq-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(9,21,48,.16);
}
.faq-card h3{
  margin:0 0 8px;
  color:var(--brand-2);
  font-size:17px;
}
.faq-card p{
  margin:0;
  color:var(--muted);
}
.faq-overlay{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:50;
}

/* Hover bridge so the menu doesn't disappear while moving the mouse */
.dropdown-menu::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:-10px;
  height:10px;
}
.nav-item.dropdown:focus-within .dropdown-menu{display:block}

.faq-overlay.open{display:flex;}
.faq-overlay-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,7,13,.8);
  backdrop-filter:blur(16px) saturate(1.4);
}
.faq-modal{
  position:relative;
  width:min(1020px, 94vw);
  background:linear-gradient(170deg, rgba(255,255,255,.06), rgba(255,255,255,.01));
  border:1px solid rgba(255,255,255,.1);
  border-radius:26px;
  padding:24px;
  box-shadow:0 36px 80px rgba(0,0,0,.6);
  color:#f5f8ff;
  z-index:51;
}
.faq-modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.faq-carousel{
  position:relative;
  display:grid;
  align-items:center;
  grid-template-columns:auto 1fr auto;
  gap:12px;
}
.faq-slide{
  display:none;
  padding:18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(150deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  box-shadow:0 22px 42px rgba(0,0,0,.45);
}
.faq-slide.is-visible{display:block;}
.faq-meta{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(232,236,242,.7);
  margin-bottom:6px;
}
.faq-slide h4{margin:0 0 10px; color:#f5f8ff; font-size:20px;}
.faq-lede{margin:0; color:#e8ecf2; font-size:15px; line-height:1.7;}
.faq-detail{
  margin:12px 0 0;
  padding-left:18px;
  color:rgba(232,236,242,.86);
}
.faq-detail li{margin-bottom:6px;}
.faq-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}
.faq-links a{
  font-size:13px;
  color:#7cc2ff;
  border:1px solid rgba(124,194,255,.28);
  padding:6px 10px;
  border-radius:10px;
  background:rgba(124,194,255,.08);
}
.faq-nav{
  width:42px;height:42px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#f5f8ff;
  cursor:pointer;
  font-size:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.faq-nav:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(0,0,0,.35);
  border-color:rgba(124,194,255,.35);
}
.faq-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:14px;
}
.faq-dots button{
  width:10px;height:10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  padding:0; cursor:pointer;
}
.faq-dots button.active{
  background:#7cc2ff;
  border-color:rgba(124,194,255,.6);
  box-shadow:0 0 0 6px rgba(124,194,255,.18);
}
.lux-gallery{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:12px;
  margin-top:16px;
}
.lux-gallery.decorative{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));
  gap:10px;
  justify-content:flex-start;
  opacity:0.95;
  max-height:420px;
  overflow:hidden;
  border-radius:18px;
}
.lux-gallery.decorative figure{
  width:100%;
  height:100%;
}
.lux-gallery.decorative figure.hero,
.lux-gallery.decorative figure.wide,
.lux-gallery.decorative figure.tall{
  grid-column:auto;
  grid-row:auto;
}
.lux-gallery figure{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.02);
  box-shadow:0 16px 36px rgba(0,0,0,.35);
}
.lux-gallery figure.wide{grid-column:span 2;}
.lux-gallery figure.tall{grid-row:span 2;}
.lux-gallery figure.hero{
  grid-column:span 2;
  grid-row:span 2;
}
.lux-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  aspect-ratio: 16 / 10;
  transition:transform .25s ease;
}
.lux-gallery figure:hover img{transform:scale(1.05);}
.lux-gallery figcaption{
  position:absolute;
  bottom:0;left:0;right:0;
  padding:10px;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.5));
  color:#e8ecf2;
  font-size:12px;
}
.svc-carousel{
  margin-top:22px;
  background:linear-gradient(150deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:20px;
  box-shadow:0 24px 48px rgba(0,0,0,.35);
}
.svc-tabs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.svc-tab{
  padding:8px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#f5f8ff;
  font-size:13px;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.svc-tab:hover{transform:translateY(-1px); box-shadow:0 12px 24px rgba(0,0,0,.35);}
.svc-tab.active{border-color:rgba(124,194,255,.4); box-shadow:0 12px 26px rgba(124,194,255,.25); background:rgba(124,194,255,.12); color:#0b1018;}
.svc-slide{display:none; border:1px solid rgba(255,255,255,.08); border-radius:16px; padding:16px; background:rgba(255,255,255,.03);}
.svc-slide.active{display:block;}
.svc-slide h3{margin:0 0 6px; color:#f5f8ff;}
.svc-meta{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(232,236,242,.72);
  margin-bottom:6px;
}
.svc-lede{margin:0 0 10px; color:rgba(232,236,242,.94); line-height:1.7;}
.svc-body{
  margin:0 0 12px;
  color:rgba(232,236,242,.86);
  line-height:1.65;
}
.svc-points{margin:0; padding-left:18px; color:rgba(232,236,242,.8);}
.svc-spec{
  margin-top:10px;
  display:grid;
  gap:6px;
  color:rgba(232,236,242,.8);
  font-size:13px;
}
.svc-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:12px;
}
.svc-nav button{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  color:#f5f8ff;
  padding:8px 12px;
  border-radius:10px;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .12s ease;
}
.svc-nav button:hover{transform:translateY(-1px); box-shadow:0 12px 22px rgba(0,0,0,.35);}
.svc-dots{display:flex; gap:8px; align-items:center;}
.svc-dots span{
  width:8px;height:8px;border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.18);
}
.svc-dots span.active{background:#7cc2ff; border-color:rgba(124,194,255,.45); box-shadow:0 0 0 4px rgba(124,194,255,.2);}

@media (min-width: 820px){
  .lux-hero-shell{grid-template-columns:1.1fr .9fr;}
  .lux-split{grid-template-columns:1fr 1fr;}
  .lux-quote-grid{grid-template-columns:repeat(2,1fr);}
  .faq-grid{grid-template-columns:repeat(2,1fr);}
  .lux-process-shell{grid-template-columns:1.05fr .95fr;}
}

@media (min-width: 1100px){
  .lux-title{font-size:52px;}
  .lux-hero-shell{gap:36px;}
  .lux-card{padding:28px;}
  .lux-quote-grid{grid-template-columns:repeat(3,1fr);}
}

@media (max-width: 720px){
  .lux-title{font-size:36px;}
  .lux-hero .container{padding-top:44px;padding-bottom:44px;}
  .lux-panel{padding:18px;}
  .lux-cta{padding:22px;}
  .faq-grid{grid-template-columns:1fr;}
  .lux-process{padding:52px 0;}
  .lux-process-shell{grid-template-columns:1fr; gap:22px;}
  .process-visual{order:-1;}
  .container{padding:22px 14px;}
  .footer-inner{grid-template-columns:1fr; align-items:flex-start;}
  .footer-links{justify-content:flex-start;}
  .footer-bottom{flex-direction:column; align-items:flex-start;}
}

@media (max-width: 640px){
  .lux-metrics{grid-template-columns:1fr;}
  .lux-actions{flex-direction:column; align-items:stretch;}
  .lux-gallery{grid-template-columns:repeat(2, minmax(0,1fr));}
  .lux-gallery figure.hero,
  .lux-gallery figure.wide,
  .lux-gallery figure.tall{grid-column:span 2; grid-row:span 1;}
  .decorative{max-height:320px;}
}


/* Mobile / Tablet */
.nav-toggle{
  display:none;
  width:44px;height:44px;
  border-radius:12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.08);
  align-items:center;
  justify-content:center;
  padding:10px;
  gap:4px;
}
.nav-toggle span{
  display:block;height:2px;width:100%;
  background: var(--ink);
  border-radius:999px;
  transition:transform .12s ease, opacity .12s ease;
}
.nav-toggle.open span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity:0; }
.nav-toggle.open span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 980px){
  .grid.two{ grid-template-columns: 1fr !important; }
}

@media (max-width: 900px){
  .header-inner{padding:12px 14px;}
  .nav-toggle{display:inline-flex;}
  .brand{font-size:15px;}
  .nav{
    position:fixed;
    top:64px;
    right:12px;
    left:12px;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    padding:12px;
    background:rgba(12,15,24,.95);
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px;
    box-shadow:0 22px 48px rgba(0,0,0,.5);
    display:none;
  }
  .nav.open{display:flex;}
  .nav .btn{width:100%; justify-content:flex-start;}
}

@media (max-width: 640px){
  .header-inner{padding:10px 12px;}
  .brand img{width:28px;height:28px;}
}


/* =========================
   Header dropdown (Hot)
========================= */
.nav-item{position:relative; display:inline-flex; align-items:center}
.dropdown-toggle{cursor:pointer}
.dropdown-toggle .chev{font-size:12px; opacity:.85; margin-left:6px}
.dropdown-menu{
  position:absolute;
  top:calc(100% + 6px);
  left:0;
  min-width:190px;
  padding:10px;
  border-radius:16px;
  border:1px solid var(--line);
  background:rgba(12,14,18,.92);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  display:none;
  z-index:50;
}
.dropdown-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px;
  border-radius:12px;
  color:var(--ink);
  text-decoration:none;
  font-weight:650;
  font-size:14px;
  border:1px solid transparent;
  transition: background .14s ease, border-color .14s ease, transform .14s ease;
}
.dropdown-link:hover{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.10);
  transform: translateY(-1px);
}
.nav-item.dropdown:hover .dropdown-menu{display:block}

/* Touch/keyboard support: toggled by JS */
.nav-item.dropdown.open .dropdown-menu{display:block}

/* Mobile: dropdown full-width inside nav */
@media (max-width: 860px){
  .nav{justify-content:flex-start}
  .nav-item{width:100%}
  .dropdown-menu{
    position:static;
    margin-top:10px;
    width:100%;
  }
}

.dropdown-link[href="/airbnb"]:hover{color:#FF385C; border-color:rgba(255,56,92,.22); background:rgba(255,56,92,.08)}
