/* PLAQUISTE RIVIERA — Modern 2026 */
:root{
  --bg:#0b1220;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.10);
  --text:#eaf0ff;
  --muted: rgba(234,240,255,.72);
  --brand:#7c3aed; /* violet */
  --brand2:#06b6d4; /* cyan */
  --accent:#fbbf24; /* amber */
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --radius: 22px;
  --max: 1150px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: radial-gradient(1200px 800px at 10% 10%, rgba(124,58,237,.35), transparent 60%),
              radial-gradient(1100px 700px at 85% 15%, rgba(6,182,212,.28), transparent 55%),
              radial-gradient(900px 700px at 50% 90%, rgba(251,191,36,.18), transparent 60%),
              var(--bg);
  color:var(--text);
}
a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}

/* Top bar */
.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: linear-gradient(to bottom, rgba(11,18,32,.85), rgba(11,18,32,.55));
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:12px 0;
}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.logo{
  width:40px; height:40px; border-radius:14px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 10px 26px rgba(124,58,237,.25);
  display:grid; place-items:center;
  font-weight:800;
}
.brand strong{letter-spacing:.4px}
.brand small{display:block; color:var(--muted); font-weight:500}
.links{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.links a{color:var(--muted); text-decoration:none; font-weight:650; padding:10px 10px; border-radius:14px}
.links a:hover{background:rgba(255,255,255,.06); color:var(--text)}

/* Buttons */
.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px; border-radius:16px; border:1px solid rgba(255,255,255,.12);
  text-decoration:none; font-weight:750; cursor:pointer;
}
.btn-primary{
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border-color: rgba(255,255,255,.0);
  box-shadow: 0 14px 38px rgba(124,58,237,.25);
}
.btn-primary:hover{transform: translateY(-1px)}
.btn-ghost{background:rgba(255,255,255,.05)}
.btn-ghost:hover{background:rgba(255,255,255,.09)}

/* Hero */
.hero{padding:64px 0 26px}
.hero-grid{display:grid; grid-template-columns: 1.2fr .8fr; gap:22px; align-items:stretch}
@media (max-width: 920px){.hero-grid{grid-template-columns:1fr}}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px; border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:var(--muted);
  font-weight:650;
}
.kdot{width:10px; height:10px; border-radius:50%; background:var(--accent); box-shadow: 0 0 0 6px rgba(251,191,36,.15)}
.hero h1{font-size: clamp(2.1rem, 3.5vw, 3.4rem); line-height:1.05; margin:16px 0 10px}
.hero p{color:var(--muted); font-size:1.06rem; line-height:1.6; margin:0 0 18px}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

.panel{
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.hero-card{padding:18px}
.badges{display:grid; gap:10px}
.badge{
  padding:14px 14px; border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.badge strong{display:block}
.badge span{color:var(--muted)}

/* Sections */
.section{padding:38px 0}
.section h2{font-size:1.65rem; margin:0 0 16px}
.section .sub{color:var(--muted); margin:0 0 18px; line-height:1.6}

.cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
@media (max-width: 920px){.cards{grid-template-columns:1fr}}
.card{padding:18px; border-radius:20px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10)}
.card h3{margin:0 0 8px; font-size:1.05rem}
.card p{margin:0; color:var(--muted); line-height:1.55}
.icon{
  width:42px; height:42px; border-radius:14px; display:grid; place-items:center; margin-bottom:12px;
  background: linear-gradient(135deg, rgba(124,58,237,.35), rgba(6,182,212,.22));
  border:1px solid rgba(255,255,255,.12);
}

.split{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
@media (max-width: 920px){.split{grid-template-columns:1fr}}
.list{margin:0; padding-left:18px; color:var(--muted); line-height:1.8}

/* City search */
.search{
  display:flex; gap:12px; flex-wrap:wrap; align-items:center;
  padding:16px; border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.search input{
  flex: 1 1 260px;
  padding:14px 14px; border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.20);
  color: var(--text);
  outline:none;
}
.search input::placeholder{color:rgba(234,240,255,.55)}
.pills{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
.pill{
  padding:10px 12px; border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted);
  text-decoration:none;
}
.pill:hover{color:var(--text); background:rgba(255,255,255,.10)}

/* Contact */
.contact-grid{display:grid; grid-template-columns: 1fr .9fr; gap:14px; align-items:stretch}
@media (max-width: 920px){.contact-grid{grid-template-columns:1fr}}
.form{
  padding:18px;
}
.form label{display:block; font-size:.95rem; color:var(--muted); margin:10px 0 6px}
.form input, .form textarea{
  width:100%; padding:14px 14px; border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.20);
  color: var(--text);
  outline:none;
}
.form textarea{min-height:120px; resize:vertical}
.form .row{display:grid; grid-template-columns:1fr 1fr; gap:10px}
@media (max-width: 720px){.form .row{grid-template-columns:1fr}}
.note{color:var(--muted); font-size:.95rem; line-height:1.6}

/* Sticky call on mobile */
.sticky-call{
  position:fixed; left:14px; right:14px; bottom:14px; z-index:60;
  display:none;
}
@media (max-width: 820px){
  .sticky-call{display:flex; gap:10px}
  .sticky-call a{flex:1}
}

.footer{padding:28px 0 42px; color:rgba(234,240,255,.60); border-top:1px solid rgba(255,255,255,.08)}
.footer .cols{display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap:14px}
@media (max-width: 920px){.footer .cols{grid-template-columns:1fr}}
.footer a{color:rgba(234,240,255,.70)}

/* Accessibility */
.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:16px; top:16px; width:auto; height:auto; padding:10px 12px; background:#000; color:#fff; border-radius:12px; z-index:999}
