/* Mitten Vaults — static site for cPanel
   Edit colors in :root to match your brand. */

:root{
  --bg:#07080b;
  --panel:#0d1016;
  --text:#f3f6ff;
  --muted:#a9b2c7;
  --line:rgba(255,255,255,.10);
  --shadow:0 12px 40px rgba(0,0,0,.45);
  --radius:18px;

  /* Accent tones inspired by your logo */
  --gold:#f6c24a;
  --cyan:#55d9ff;
  --magenta:#ff66d9;
  --blue:#2f7cff;
}

*{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";
  color:var(--text);
  background: radial-gradient(1200px 600px at 20% -10%, rgba(85,217,255,.20), transparent 60%),
              radial-gradient(900px 500px at 90% 20%, rgba(255,102,217,.16), transparent 55%),
              radial-gradient(900px 500px at 40% 110%, rgba(246,194,74,.10), transparent 55%),
              var(--bg);
  line-height:1.55;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
.container{width:min(1100px, 92vw); margin:0 auto}

.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
  background:var(--panel); border:1px solid var(--line); border-radius:12px;
  z-index:999;
}

.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(7,8,11,.68);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:18px;
}
.brand{display:flex; align-items:center; gap:12px}
.brand-logo{
  height:48px; width:auto;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.30));
}

.site-nav{display:flex; gap:18px; align-items:center}
.site-nav a{color:var(--muted); font-weight:600; font-size:14px}
.site-nav a:hover{color:var(--text)}
.nav-toggle{
  display:none;
  background:transparent; border:1px solid var(--line);
  width:44px; height:44px; border-radius:14px;
  align-items:center; justify-content:center; flex-direction:column; gap:5px;
}
.nav-toggle .bar{
  width:18px; height:2px; background:var(--text); opacity:.85; border-radius:2px;
}
.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(85,217,255,.95), rgba(255,102,217,.92));
  color:#081017;
  font-weight:800;
  border:0;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0)}
.btn-small{padding:10px 12px; font-size:14px; border-radius:12px}
.btn-ghost{
  background:transparent;
  border:1px solid var(--line);
  color:var(--text);
  box-shadow:none;
}
.link{color:var(--cyan); font-weight:800}
.link:hover{opacity:.9}

.pill{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:8px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--muted);
  background:rgba(255,255,255,.03);
  font-weight:700;
  font-size:12px;
}

.hero{position:relative; padding:54px 0 26px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:26px;
  align-items:stretch;
}
.hero-copy h1{
  margin:12px 0 10px;
  font-size: clamp(34px, 4vw, 54px);
  line-height:1.03;
  letter-spacing:-.02em;
}
.lead{color:var(--muted); font-size: clamp(16px, 1.35vw, 18px); margin:0 0 18px}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 18px}

.trust-row{
  display:flex; gap:14px; flex-wrap:wrap;
  margin-top:18px;
}
.trust-item{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px 14px;
  min-width: 150px;
}
.trust-num{display:block; font-weight:900; font-size:18px; color:var(--gold)}
.trust-label{display:block; color:var(--muted); font-weight:700; font-size:12px}

.hero-card .card{
  background: linear-gradient(180deg, rgba(13,16,22,.9), rgba(13,16,22,.70));
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
  height:100%;
}
.card-badge{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  background:rgba(246,194,74,.12);
  color:var(--gold);
  border:1px solid rgba(246,194,74,.25);
}
.card h2{margin:12px 0 10px; font-size:22px}
.checklist{margin:0; padding-left:18px; color:var(--muted)}
.checklist li{margin:8px 0}
.card-actions{display:flex; gap:12px; align-items:center; margin-top:14px; flex-wrap:wrap}

.hero-bg{
  position:absolute; inset:auto 0 0 0; height:1px;
  background: linear-gradient(90deg, transparent, rgba(85,217,255,.45), rgba(255,102,217,.45), transparent);
  opacity:.7;
}

.section{padding:56px 0}
.section.alt{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:22px}
.section-head h2{margin:0; font-size:28px}
.section-head p{margin:0; color:var(--muted); font-weight:650}

.steps{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.step{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px;
}
.step-num{
  width:38px; height:38px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background:rgba(85,217,255,.10);
  border:1px solid rgba(85,217,255,.28);
  color:var(--cyan);
}
.step h3{margin:12px 0 6px}
.step p{margin:0; color:var(--muted)}

.note{
  margin-top:14px;
  padding:14px 16px;
  border-radius: var(--radius);
  border:1px dashed rgba(255,255,255,.18);
  background:rgba(255,255,255,.02);
  color:var(--muted);
}

.split{display:grid; grid-template-columns: 1.15fr .85fr; gap:18px; align-items:start}
.feature-grid{display:grid; grid-template-columns: repeat(2, 1fr); gap:14px; margin:18px 0}
.feature{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:14px;
  background:rgba(255,255,255,.03);
}
.feature h3{margin:0 0 6px; font-size:16px}
.feature p{margin:0; color:var(--muted)}

.panel{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  background: linear-gradient(180deg, rgba(13,16,22,.9), rgba(13,16,22,.68));
  box-shadow: var(--shadow);
}
.panel hr{border:0; border-top:1px solid var(--line); margin:16px 0}
.bullets{margin:0; padding-left:18px; color:var(--muted)}
.bullets li{margin:8px 0}
.timeline{margin:0; padding-left:18px; color:var(--muted)}
.timeline li{margin:10px 0}
.timeline span{color:var(--text); font-weight:850}

.locations{display:grid; grid-template-columns: repeat(4, 1fr); gap:14px}
.location-card{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px;
  background:rgba(255,255,255,.03);
}
.location-card h3{margin:0 0 6px}
.location-card p{margin:0; color:var(--muted)}

.map-embed{margin-top:16px}
.map-placeholder{
  border:1px dashed rgba(255,255,255,.18);
  border-radius: var(--radius);
  padding:18px;
  background:rgba(255,255,255,.02);
}
.kbd{
  padding:2px 6px;
  border-radius:8px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  font-weight:800;
  font-size:12px;
}
.muted{color:var(--muted)}
.small{font-size:12px}

.faq details{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:14px 16px;
  background:rgba(255,255,255,.03);
  margin-bottom:12px;
}
.faq summary{cursor:pointer; font-weight:850}
.faq p{color:var(--muted); margin:10px 0 0}

.contact-cards{display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; margin-top:16px}
.contact-card{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:12px 14px;
  background:rgba(255,255,255,.03);
}
.contact-card h3{margin:0 0 6px; font-size:14px}
.contact-card p{margin:0; color:var(--muted); font-weight:700}
.contact-card a{color:var(--text)}

.contact-form label{display:block; font-weight:800; font-size:13px; margin-bottom:10px}
.contact-form input, .contact-form textarea{
  width:100%;
  margin-top:6px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:var(--text);
  padding:12px 12px;
  outline:none;
}
.contact-form input:focus, .contact-form textarea:focus{
  border-color: rgba(85,217,255,.55);
  box-shadow: 0 0 0 4px rgba(85,217,255,.10);
}
.two{display:grid; grid-template-columns: repeat(2, 1fr); gap:12px}
.checkbox{display:flex; gap:10px; align-items:flex-start; margin-top:10px}
.checkbox input{width:18px; height:18px; margin-top:4px}

.site-footer{
  border-top:1px solid var(--line);
  padding:22px 0;
  background:rgba(7,8,11,.7);
}
.footer-inner{display:flex; gap:16px; align-items:center; justify-content:space-between; flex-wrap:wrap}
.footer-logo{height:34px; width:auto; opacity:.95}
.footer-links{display:flex; gap:14px; flex-wrap:wrap}
.footer-links a{color:var(--muted); font-weight:700; font-size:13px}
.footer-links a:hover{color:var(--text)}

/* Responsive */
@media (max-width: 920px){
  .hero-grid{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr}
  .split{grid-template-columns: 1fr}
  .locations{grid-template-columns: 1fr 1fr}
  .contact-cards{grid-template-columns: 1fr}
  .two{grid-template-columns: 1fr}
  .site-nav{
    position:absolute;
    right:4vw;
    top:72px;
    display:none;
    flex-direction:column;
    gap:12px;
    padding:14px;
    background:rgba(13,16,22,.94);
    border:1px solid var(--line);
    border-radius:16px;
    box-shadow: var(--shadow);
    min-width: 220px;
  }
  .site-nav a{width:100%}
  .nav-toggle{display:flex}
  .site-nav.open{display:flex}
}
