:root{ --bg:#0b0d10; --muted:#9aa4af; --text:#e8edf2; --brand:#6ee7ff; --brand2:#7c84ff; --card:#12161b; --line:#1b2128; }
*{box-sizing:border-box}
html,body{margin:0; font-family:"IBM Plex Sans",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif; color:var(--text); background:var(--bg)}
a{color:inherit; text-decoration:none}
.wrap{max-width:1120px; margin:0 auto; padding:0 20px}
header{position:sticky; top:0; z-index:50; backdrop-filter:saturate(180%) blur(10px); background:rgba(11,13,16,.6); border-bottom:1px solid var(--line)}
.nav{display:flex; align-items:center; justify-content:space-between; padding:12px 0}
.brand{display:flex; gap:10px; align-items:center}
.avatar{width:36px; height:36px; border-radius:12px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,.35); border:1px solid var(--line)}
.avatar img{width:100%; height:100%; object-fit:cover; display:block}
.avatar.lg{width:64px; height:64px; border-radius:18px}
.brand h1{font-size:16px; margin:0; letter-spacing:.2px; font-weight:500}
.nav a.btn{padding:9px 12px; border:1px solid var(--line); border-radius:10px; color:var(--text); font-weight:500}
.nav a.btn.cta{ background:linear-gradient(135deg,var(--brand),var(--brand2)); color:#0b0d10; font-weight:600}

.hero{position:relative; isolation:isolate; overflow:hidden}
.hero::before{content:""; position:absolute; inset:-20% -10% auto -10%; height:80vh; background:radial-gradient(60% 60% at 50% 20%, rgba(108,231,255,.18), transparent 60%), radial-gradient(40% 40% at 80% 20%, rgba(124,132,255,.14), transparent 60%); z-index:-1}
.hero .wrap{display:grid; grid-template-columns:1.15fr .85fr; gap:40px; align-items:center; padding:68px 20px 44px}
@media (max-width:900px){.hero .wrap{grid-template-columns:1fr; padding-top:48px}}
.kicker{display:inline-flex; gap:10px; align-items:center; padding:8px 12px; border:1px solid var(--line); border-radius:999px; color:var(--muted); font-size:13px; font-weight:400}
.kicker .dot{width:6px; height:6px; border-radius:50%; background:linear-gradient(135deg,var(--brand),var(--brand2))}
h2{font-size:42px; line-height:1.06; margin:14px 0 10px; font-weight:600}
.lead{font-size:18px; color:var(--muted); margin:0 0 18px; font-weight:400}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:8px}
.btn{display:inline-flex; align-items:center; gap:10px; padding:11px 15px; border-radius:12px; border:1px solid var(--line); background:#0f1318; font-weight:500}
.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand2)); color:#0b0d10; font-weight:600}
.btn.ghost{color:var(--muted)}
.hero-media{display:grid; place-items:center}
.hero-card{background:linear-gradient(180deg,#0f141a,#0b0f13); border:1px solid var(--line); border-radius:16px; overflow:hidden; width:min(560px,100%); box-shadow:0 20px 40px rgba(0,0,0,.4)}
.hero-img{aspect-ratio:16/9; width:100%; background:linear-gradient(135deg,#10151b,#0d1217); display:grid; place-items:center; color:var(--muted)}
.hero-img img{width:100%; height:100%; object-fit:cover; display:block}
.hero-caption{display:flex; align-items:center; justify-content:space-between; padding:12px 14px; border-top:1px solid var(--line)}
.tag{font-size:12px; padding:6px 10px; border:1px solid var(--line); border-radius:999px; color:var(--muted); font-weight:400}

section{padding:52px 0; border-top:1px solid var(--line)}
.section-h{font-size:26px; margin:0 0 8px; font-weight:600}
.section-sub{color:var(--muted); margin:0 0 22px; font-weight:400}
.cards{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
@media (max-width:900px){.cards{grid-template-columns:1fr}}
.card{background:var(--card); border:1px solid var(--line); border-radius:16px; padding:18px}
.card h3{margin:8px 0 6px; font-weight:600}
.list{display:grid; gap:10px; margin:10px 0 0; color:#c9d3dc; font-size:15px}

.about{display:grid; grid-template-columns:1fr 1fr; gap:32px}
@media (max-width:900px){.about{grid-template-columns:1fr}}
.about .blurb{color:var(--muted)}

.cta-banner{padding:22px; background:linear-gradient(135deg,rgba(110,231,255,.08),rgba(124,132,255,.08)); border:1px solid var(--line); border-radius:16px; display:flex; gap:16px; align-items:center; justify-content:space-between; flex-wrap:wrap}

form{display:grid; gap:10px; margin-top:6px}
label span.note{display:block; margin-bottom:6px; font-size:13px; color:var(--muted)}
input, textarea{width:100%; padding:12px 14px; border-radius:12px; border:1px solid var(--line); background:#0f1318; color:#e8edf2; font-weight:400}
textarea{min-height:120px; resize:vertical}

footer{padding:36px 0; color:var(--muted)}
.social{display:flex; gap:14px; flex-wrap:wrap}
.pill{font-size:12px; padding:6px 10px; border-radius:999px; border:1px solid var(--line); color:var(--muted)}
.grid-2{display:grid; grid-template-columns:1.2fr .8fr; gap:24px}
@media (max-width:900px){.grid-2{grid-template-columns:1fr}}
.note{font-size:13px; color:var(--muted)}
.row{display:flex; align-items:center; gap:12px; flex-wrap:wrap}
.hide{display:none}
.foot{display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap}

/* Captcha */

.captcha-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;                 
  background-color: #111827;     
  border: 1px solid #374151;     
  border-radius: 6px;
  padding: 0 12px;
  margin: 10px 0;
  font-size: 0.9rem;
  color: #e8edf2;
}

.captcha-row #captchaText {
  font-weight: 400;
  user-select: none;
}

.captcha-row #refreshCaptcha {
  background: none;
  border: none;
  color: #6ee7ff;               
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
}

.captcha-row #refreshCaptcha:hover {
  transform: rotate(90deg);
  color: #38bdf8;
}

#refreshCaptcha:focus {
  outline: none;
}

#contactForm input[name="captcha_answer"] {
  margin-bottom: 15px; 
}

* {
  caret-color: transparent;
}

input,
textarea {
  caret-color: auto;
}

/* Hero Image */

.hero-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* optional: match your design */
  object-fit: cover;
}

/* Footer */

footer {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #2d2d2d;
  font-size: 0.8rem;
  color: #9ca3af;   /* softer gray for readability */
}

footer .wrap.foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

footer .wrap.foot div {
  font-weight: 400;
  letter-spacing: 0.3px;
}

footer .social .pill {
  padding: 4px 12px;
  font-size: 0.8rem;
  border-radius: 20px;
  background-color: #1f2937;
  color: #9ca3af;
  transition: all 0.2s ease;
}

footer .social .pill:hover {
  background-color: #374151;
  color: #fff;
}

/* Mobile view nav */
@media (max-width: 768px) {
  .wrap.nav .avatar,
  .wrap.nav h1 {
    display: none; /* hide avatar + heading on small screens */
  }

  .wrap.nav {
    flex-direction: column;
    align-items: center;
    gap: 10px; /* space between elements */
    padding: 12px 0;
  }

  .wrap.nav a,
  .wrap.nav .pill {
    font-size: 0.95rem;
    padding: 6px 10px;
  }
}
