:root{
  --bg:#0b0f19;
  --panel: rgba(255,255,255,.06);
  --stroke: rgba(255,255,255,.12);
  --text:#e8eefc;
  --muted: rgba(232,238,252,.75);
  --accent:#00ff99;
  --accent2:#7cf7ff;
}

*{ box-sizing:border-box; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 700px at 20% 10%, rgba(124,247,255,.10), transparent 60%),
              radial-gradient(900px 600px at 80% 30%, rgba(0,255,153,.10), transparent 55%),
              var(--bg);
  color:var(--text);
}

a{ color:var(--accent2); text-decoration:none; }
a:hover{ text-decoration:underline; }

.container{
  width:min(1100px, 92vw);
  margin:0 auto;
}

/* NAV */
.nav{
  position:sticky; top:0;
  backdrop-filter: blur(10px);
  background: rgba(11,15,25,.65);
  border-bottom: 1px solid var(--stroke);
  z-index: 20;
}
.nav-row{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:14px;
}
.brand{ display:flex; align-items:center; gap:12px; }
.logo{
  width:40px; height:40px; border-radius:12px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#08111a; font-weight:900;
}
.brand-name{ font-weight:900; letter-spacing:.2px; }
.brand-sub{ font-size:12px; color:var(--muted); margin-top:2px; }

.nav-cta{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.pill{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  padding:10px 12px;
  border-radius:999px;
  color:var(--text);
  font-weight:700;
}

/* BUTTONS */
.btn{
  border:1px solid transparent;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#08111a;
  font-weight:900;
  padding:11px 14px;
  border-radius:12px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.btn:hover{ filter: brightness(1.05); text-decoration:none; }
.btn.ghost{
  background: rgba(255,255,255,.06);
  border:1px solid var(--stroke);
  color:var(--text);
}
.btn.full{ width:100%; }

/* HERO */
.hero{ padding:48px 0 18px; }
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .9fr;
  gap:22px;
  align-items:center;
}
.hero h1{ font-size: clamp(34px, 4vw, 54px); margin:0 0 10px; }
.lead{ color:var(--muted); font-size: 16px; line-height:1.5; margin:0 0 18px; }
.hero-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:18px; }

.trust{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.trust-item{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  padding:8px 10px;
  border-radius:999px;
  color:var(--text);
  font-weight:700;
  font-size: 13px;
}

/* PHOTOS */
.hero-media{
  display:grid;
  gap:12px;
}
.photo-card{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.04);
  border-radius:18px;
  overflow:hidden;
}
.photo-card img{
  width:100%;
  height: 260px;
  object-fit: cover;
  display:block;
}
.photo-card.small img{ height: 180px; }
.photo-cap{
  padding:10px 12px;
  color:var(--muted);
  font-size: 13px;
}

/* SECTIONS */
.section{ padding:56px 0; }
.section.alt{
  background: rgba(255,255,255,.03);
  border-top:1px solid var(--stroke);
  border-bottom:1px solid var(--stroke);
}
h2{ margin:0 0 10px; font-size: 30px; }
.sub{ margin:0 0 18px; color:var(--muted); }

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.card{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  border-radius:16px;
  padding:16px;
}
.card h3{ margin:0 0 8px; }
.card p{ margin:0; color:var(--muted); line-height:1.45; }

.note{
  margin-top:14px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  border-radius:16px;
  padding:14px;
  color:var(--muted);
}

/* PRICING */
.pricing-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.price-card{
  position:relative;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  border-radius:18px;
  padding:16px;
}
.price-card.featured{
  outline: 2px solid rgba(0,255,153,.35);
  background: rgba(0,255,153,.06);
}
.badge{
  position:absolute;
  top:12px; right:12px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(0,255,153,.18);
  border:1px solid rgba(0,255,153,.35);
  color:var(--text);
  font-size:12px;
  font-weight:900;
}
.price-top h3{ margin:0; }
.tag{ margin:6px 0 0; color:var(--muted); }

.price{
  font-size:34px;
  font-weight:1000;
  margin:14px 0 10px;
}
.price span{ font-size:12px; color:var(--muted); margin-left:6px; font-weight:700; }

.price-card ul{
  margin:0 0 14px;
  padding-left:18px;
  color:var(--muted);
}
.fineprint{
  margin-top:12px;
  color:var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

/* REVIEWS */
.quotes{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.quote{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  border-radius:16px;
  padding:16px;
}
.stars{ letter-spacing:2px; margin-bottom:10px; }
.quote p{ margin:0 0 10px; color:var(--text); line-height:1.45; }
.who{ color:var(--muted); font-size: 12px; font-weight:800; }

/* FORM */
.form{
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  border-radius:18px;
  padding:16px;
}
label{
  display:block;
  font-weight:800;
  font-size: 13px;
  margin-bottom:10px;
}
input, select, textarea{
  width:100%;
  margin-top:6px;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(11,15,25,.65);
  color:var(--text);
  outline:none;
}
textarea{ resize: vertical; }

.grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.form-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}
.tiny{ color:var(--muted); font-size: 12px; margin:10px 0 0; }

/* FOOTER */
.footer{
  border-top:1px solid var(--stroke);
  padding:18px 0;
  color:var(--muted);
}
.footer-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.footer-links{ display:flex; gap:12px; }
.footer a{ color:var(--muted); }
.footer a:hover{ color:var(--text); text-decoration:none; }

/* RESPONSIVE */
@media (max-width: 900px){
  .hero-grid{ grid-template-columns: 1fr; }
  .cards, .pricing-grid, .quotes{ grid-template-columns: 1fr; }
  .grid2{ grid-template-columns: 1fr; }
}
/* FORCE images to stay inside their cards */
.photo-card{
  overflow: hidden;
  border-radius: 14px;
}

.photo-card img{
  width: 100%;
  max-width: 100%;
  height: 200px;        /* controls size */
  object-fit: cover;    /* crops instead of stretching */
  display: block;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:24px;
  align-items:start;
}

.hero-media{
  display:grid;
  gap:14px;
}

.photo-card{
  overflow:hidden;
  border-radius:14px;
  background:#111;
}

.photo-card img{
  width:100%;
  height:200px;
  object-fit:cover;
  display:block;
}
