html{scroll-behavior:smooth}
/* Trash Wrangler - simple, clean, mobile-first */
:root{
  --bg:#0b0f14;
  --panel:#0f1620;
  --panel2:#0c121a;
  --text:#e9eef6;
  --muted:#a9b3c2;
  --line:rgba(255,255,255,.10);
  --brand:#ff7a18; /* orange */
  --brand2:#ffd2b0;
  --shadow: 0 18px 55px rgba(0,0,0,.35);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{height:100%}
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 900px at 25% -10%, rgba(255,122,24,.18), transparent 55%),
              radial-gradient(900px 700px at 90% 10%, rgba(255,210,176,.10), transparent 60%),
              var(--bg);
  color:var(--text);
  line-height:1.5;
}

a{color:inherit}
.container{width:min(1100px, 92vw); margin:0 auto}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background:rgba(11,15,20,.72);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:26px 0;
  gap:18px;
}
.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:42px; height:42px; border-radius:12px;
  display:grid; place-items:center;
  font-weight:800; letter-spacing:.6px;
  background:linear-gradient(135deg, var(--brand), #ffb067);
  color:#1a0f05;
  box-shadow: 0 10px 30px rgba(255,122,24,.25);
}
.brand__name{font-weight:800}
.brand__tag{font-size:.85rem; color:var(--muted)}
.topbar__actions{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  text-decoration:none;
  font-weight:700;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  cursor:pointer;
}
.btn:hover{transform: translateY(-1px)}
.btn--primary{
  background: linear-gradient(135deg, var(--brand), #ffb067);
  color:#1a0f05;
  border-color: rgba(255,122,24,.55);
}
.btn--ghost{
  background: rgba(255,255,255,.04);
}
.btn--lg{padding:13px 16px; border-radius:16px}
.btn--full{width:100%}

.hero{padding:42px 0 24px}
.hero__grid{display:grid; grid-template-columns: 1.1fr .9fr; gap:22px; align-items:stretch}
@media (max-width: 900px){ .hero__grid{grid-template-columns: 1fr} }

.kicker{
  display:inline-block;
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--brand2);
  background: rgba(255,255,255,.04);
  font-weight:800;
  letter-spacing:.4px;
  margin:0 0 10px;
}
h1{font-size: clamp(2.1rem, 4vw, 3.0rem); line-height:1.08; margin:.2rem 0 .6rem}
h2{font-size: 1.75rem; margin:0 0 .6rem}
h3{margin:.2rem 0 .3rem}
.lead{color: var(--muted); font-size:1.05rem; max-width: 52ch}
.hero__cta{display:flex; gap:10px; flex-wrap:wrap; margin:14px 0 10px}
.hero__bullets{margin:10px 0 0; padding-left: 1.1rem; color:var(--muted)}
.fineprint{color: var(--muted); font-size:.9rem; margin-top:10px}

.hero__card{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}

.muted{color:var(--muted)}
.tiny{font-size:.88rem}

.form{display:grid; gap:10px; margin-top: 10px}
label{display:grid; gap:6px; font-weight:700; font-size:.95rem}
input, textarea{
  width:100%;
  padding:11px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(12,18,26,.65);
  color:var(--text);
  outline:none;
}
input:focus, textarea:focus{border-color: rgba(255,122,24,.55); box-shadow: 0 0 0 4px rgba(255,122,24,.12)}
code{background: rgba(255,255,255,.05); padding:2px 6px; border-radius:8px; border:1px solid var(--line)}

.trust{display:grid; grid-template-columns: repeat(3,1fr); gap:10px; margin-top:14px}
.trust__item{
  background: rgba(0,0,0,.18);
  border:1px solid var(--line);
  border-radius: 14px;
  padding:10px;
  text-align:center;
}
.trust__num{font-weight:900}
.trust__label{color:var(--muted); font-size:.9rem}

.section{padding:34px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.cards{display:grid; grid-template-columns: repeat(3,1fr); gap:12px; margin-top: 14px}
@media (max-width: 900px){ .cards{grid-template-columns: 1fr} }
.card{
  background: rgba(15,22,32,.55);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:14px;
}

.steps{display:grid; grid-template-columns: repeat(3,1fr); gap:12px; margin-top: 14px}
@media (max-width: 900px){ .steps{grid-template-columns: 1fr} }
.step{
  display:flex; gap:12px;
  background: rgba(15,22,32,.55);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:14px;
}
.step__num{
  width:36px; height:36px; border-radius:12px;
  display:grid; place-items:center;
  background: rgba(255,122,24,.16);
  border:1px solid rgba(255,122,24,.35);
  color: var(--brand2);
  font-weight:900;
}

.pillrow{display:flex; flex-wrap:wrap; gap:10px; margin-top: 12px}
.pill{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight:700;
}

.faq{display:grid; gap:10px; margin-top: 12px}
details{
  background: rgba(15,22,32,.55);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:12px 14px;
}
summary{cursor:pointer; font-weight:900}
details p{color: var(--muted); margin:8px 0 0}

.contact{display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:start}
@media (max-width: 900px){ .contact{grid-template-columns: 1fr} }
.contact__buttons{display:flex; gap:10px; flex-wrap:wrap; margin:10px 0}
.contact__card{
  background: rgba(15,22,32,.55);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:14px;
}
.info{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.info li{display:flex; justify-content:space-between; gap:10px; border-bottom:1px dashed rgba(255,255,255,.10); padding-bottom:10px}
.info li:last-child{border-bottom:none; padding-bottom:0}
.info span{color:var(--muted)}

.footer{padding:22px 0; border-top:1px solid var(--line)}
.footer__inner{display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap}


/* Logo image (replaces TW block) */
.brand__logo{
  width: 160px;
  height: 160px;
  border-radius: 22px;
  object-fit: contain;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  padding: 10px;
}

.hidden{display:none}

/* Responsive map embed */
.mapwrap{
  margin-top: 12px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(15,22,32,.55);
  box-shadow: var(--shadow);
}
.mapwrap iframe{
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}
@media (max-width: 700px){
  .brand__logo{width:110px;height:110px;padding:8px;border-radius:18px;}
  .mapwrap iframe{height: 300px;}
}



/* Force larger header logo (override any previous limits) */
.site-logo, .brand__logo {
  width: 200px !important;
  height: auto !important;
  max-height: 200px !important;
}
@media (max-width: 640px){
  .site-logo, .brand__logo {
    width: 140px !important;
    max-height: 140px !important;
  }
}


/* ===== STRUCTURAL BIG LOGO TOP LEFT ===== */
.top-logo-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
}

.top-logo {
    width: 320px;
    height: auto;
}

@media (max-width: 768px) {
    .top-logo {
        width: 200px;
    }
}
