/* Raptor Cyber — simple, fast, responsive */
:root{
  --bg:#0b1020;
  --panel:#0f1730;
  --text:#e9eefc;
  --muted:#b8c2e3;
  --line:rgba(255,255,255,.12);
  --accent:#57c7ff;
  --accent2:#8cffc9;
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --radius:16px;
  --max:1100px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background: radial-gradient(1200px 800px at 20% -10%, rgba(87,199,255,.25), transparent 60%),
              radial-gradient(1000px 700px at 110% 10%, rgba(140,255,201,.15), transparent 55%),
              var(--bg);
  line-height:1.5;
}

a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}
.section{padding:70px 0}
.section-alt{background: linear-gradient(to bottom, transparent, rgba(255,255,255,.03), transparent)}
.section-head{margin-bottom:22px}
.section-head h2, .section-head h1{margin:0 0 6px}
.section-head p{margin:0; color:var(--muted)}

.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,16,32,.70);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none}
.brand-logo{width:34px; height:34px}
.brand-text{display:flex; flex-direction:column; line-height:1.15}
.brand-name{font-weight:800; letter-spacing:.3px}
.brand-tag{font-size:12px; color:var(--muted)}

.site-nav{display:flex; align-items:center; gap:18px}
.site-nav a{color:var(--muted); text-decoration:none; font-weight:600}
.site-nav a:hover{color:var(--text)}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  background: linear-gradient(135deg, rgba(87,199,255,.95), rgba(140,255,201,.92));
  color:#071020;
  font-weight:800;
  text-decoration:none;
  border:0;
  cursor:pointer;
  box-shadow: 0 10px 30px rgba(87,199,255,.18);
}
.btn:hover{filter:brightness(1.03)}
.btn:active{transform:translateY(1px)}
.btn-small{padding:10px 14px; font-size:14px}
.btn-ghost{
  background:transparent;
  color:var(--text);
  border:1px solid var(--line);
  box-shadow:none;
}
.btn-ghost:hover{background:rgba(255,255,255,.06)}
.center{display:flex; justify-content:center; margin-top:22px}

.hero{position:relative; padding:78px 0 52px}
.hero-grid{display:grid; grid-template-columns: 1.2fr .8fr; gap:28px; align-items:start}
.hero-copy h1{font-size:44px; line-height:1.1; margin:10px 0 12px}
.eyebrow{color:var(--accent); font-weight:800; text-transform:uppercase; letter-spacing:.12em; font-size:12px; margin:0}
.lead{color:var(--muted); font-size:18px; margin:0 0 18px}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap}
.trust{list-style:none; padding:0; margin:18px 0 0; color:var(--muted); display:flex; flex-wrap:wrap; gap:14px}
.hero-card .card{position:sticky; top:92px}

.hero-bg{
  position:absolute; inset:0;
  background: radial-gradient(800px 300px at 50% 0%, rgba(255,255,255,.06), transparent 60%);
  pointer-events:none;
}

.card{
  background: rgba(15,23,48,.72);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.card-title{margin:0 0 10px}
.card-link{display:inline-block; margin-top:12px; color:var(--accent); text-decoration:none; font-weight:800}
.card-link:hover{text-decoration:underline}

.grid{display:grid; gap:14px}
.cards{grid-template-columns: repeat(3, minmax(0, 1fr))}
.service{
  background: rgba(15,23,48,.45);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px;
}
.service h3{margin:0 0 6px}
.service p{margin:0; color:var(--muted)}

.gallery{grid-template-columns: repeat(4, minmax(0, 1fr))}
.shot{
  margin:0;
  background: rgba(15,23,48,.45);
  border:1px solid var(--line);
  border-radius: var(--radius);
  overflow:hidden;
}
.shot img{width:100%; height:170px; object-fit:cover; display:block; background: rgba(255,255,255,.04)}
.shot figcaption{padding:10px 12px; color:var(--muted); font-size:14px}

.steps{
  margin:0; padding-left:18px;
  display:grid; gap:10px;
}
.steps li{
  background: rgba(15,23,48,.35);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:14px 14px 12px;
}
.steps h3{margin:0 0 6px}
.steps p{margin:0; color:var(--muted)}

.cta{
  padding:56px 0;
  background: linear-gradient(135deg, rgba(87,199,255,.10), rgba(140,255,201,.08));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.cta-inner{display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap}
.cta h2{margin:0 0 6px}
.cta p{margin:0; color:var(--muted)}

.site-footer{
  padding:28px 0 34px;
  border-top:1px solid var(--line);
  background: rgba(11,16,32,.55);
}
.footer-inner{
  display:flex; align-items:flex-start; justify-content:space-between;
  gap:16px; flex-wrap:wrap;
}
.footer-brand{margin:0; font-weight:900}
.footer-links{display:flex; gap:14px}
.footer-links a{color:var(--muted); text-decoration:none; font-weight:700}
.footer-links a:hover{color:var(--text)}
.muted{color:var(--muted)}
.small{font-size:14px}

.form-wrap{max-width: 980px}
.form-grid{grid-template-columns: 1.2fr .8fr; align-items:start}
.contact-form{
  background: rgba(15,23,48,.45);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px;
}
.contact-form label{display:block; margin:10px 0; font-weight:700}
.contact-form input,
.contact-form textarea,
.contact-form select{
  width:100%;
  margin-top:6px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.15);
  background: rgba(7,16,32,.55);
  color:var(--text);
  padding:12px 12px;
  font: inherit;
  outline:none;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus{border-color: rgba(87,199,255,.55)}
.two{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
.sep{border:0; height:1px; background: var(--line); margin:14px 0}

.prose{max-width: 820px}
.prose h1{margin-top:0}
.prose p{color:var(--muted)}
.prose a{color:var(--accent)}
.sr-only{position:absolute; left:-9999px}

.nav-toggle{
  display:none;
  background:transparent;
  border:1px solid var(--line);
  border-radius:12px;
  padding:10px 12px;
  color:var(--text);
}
.burger{
  width:18px; height:2px; background:var(--text);
  display:inline-block; position:relative;
}
.burger:before, .burger:after{
  content:""; position:absolute; left:0; width:18px; height:2px; background:var(--text);
}
.burger:before{top:-6px}
.burger:after{top:6px}

/* responsive */
@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr}
  .hero-copy h1{font-size:38px}
  .cards{grid-template-columns: repeat(2, minmax(0, 1fr))}
  .gallery{grid-template-columns: repeat(2, minmax(0, 1fr))}
  .form-grid{grid-template-columns: 1fr}
}
@media (max-width: 640px){
  .cards{grid-template-columns: 1fr}
  .gallery{grid-template-columns: 1fr}
  .two{grid-template-columns: 1fr}
  .site-nav{
    display:none;
    position:absolute;
    right:18px; top:62px;
    flex-direction:column;
    background: rgba(11,16,32,.95);
    border:1px solid var(--line);
    border-radius: 14px;
    padding:10px;
    min-width: 220px;
  }
  .site-nav a{padding:10px 10px; border-radius:12px}
  .site-nav a:hover{background: rgba(255,255,255,.06)}
  .nav-toggle{display:inline-flex; align-items:center; gap:8px}
  .site-nav.open{display:flex}
}


/* Brand mark (icon-only logo) */
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand-mark { width:36px; height:36px; border-radius:10px; }
.brand-name { font-weight:700; letter-spacing:0.2px; }

@media (max-width: 640px){
  .brand-mark{ width:32px; height:32px; border-radius:9px; }
}


/* Darken header Contact button text slightly */
.site-nav .btn{ color: rgba(7,16,32,0.78); }



/* Dynamic gallery fade */
.gallery.is-fading { opacity: 0.25; transition: opacity 250ms ease; }
.gallery { transition: opacity 250ms ease; }
.gallery .shot figcaption{ display:none; } /* dynamic gallery hides captions for cleaner rotation */



.gallery-controls{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:18px;
}

.gallery-btn{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.15);
  color:#fff;
  font-size:28px;
  padding:6px 16px;
  border-radius:8px;
  cursor:pointer;
  transition:all .2s ease;
}

.gallery-btn:hover{
  background:rgba(255,255,255,0.18);
}
