/* BROS MANAGEMENT LTD — LT white-page (unique) */
:root{
  --bg:#0b0f14;
  --panel:#101826;
  --panel2:#0f1724;
  --text:#e9eef7;
  --muted:#b7c2d6;
  --soft:#7c8aa6;
  --line:rgba(255,255,255,.10);
  --accent:#7cf4c4;
  --accent2:#8bb9ff;
  --warn:#ffd37a;
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --r:18px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  background:
    radial-gradient(1200px 600px at 15% 10%, rgba(124,244,196,.18), transparent 55%),
    radial-gradient(900px 520px at 85% 20%, rgba(139,185,255,.18), transparent 60%),
    radial-gradient(700px 420px at 55% 90%, rgba(255,211,122,.10), transparent 55%),
    var(--bg);
  color:var(--text);
  line-height:1.55;
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
img{max-width:100%; height:auto}
.wrap{width:min(1120px, calc(100% - 32px)); margin:0 auto}
.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:16px; top:12px; width:auto; height:auto; padding:10px 12px; background:#000; border:1px solid var(--line); border-radius:10px; z-index:9999}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(11,15,20,.88), rgba(11,15,20,.58));
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:14px;
}
.brand{
  display:flex; align-items:center; gap:10px;
  font-weight:800; letter-spacing:.2px;
}
.brand__mark{
  width:34px; height:34px; border-radius:12px;
  background:
    radial-gradient(11px 11px at 30% 30%, rgba(255,255,255,.35), transparent 60%),
    linear-gradient(135deg, rgba(124,244,196,.95), rgba(139,185,255,.95));
  box-shadow: 0 10px 24px rgba(124,244,196,.15);
}
.brand__text{font-size:15px}
.nav{
  display:flex; align-items:center; gap:12px; flex-wrap:wrap;
}
.nav a{
  font-size:13px;
  color:var(--muted);
  padding:8px 10px;
  border-radius:12px;
  border:1px solid transparent;
}
.nav a:hover{color:var(--text); border-color:var(--line); background:rgba(255,255,255,.04)}
.nav .btn{margin-left:4px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: linear-gradient(135deg, rgba(124,244,196,.18), rgba(139,185,255,.12));
  color:var(--text);
  font-weight:700;
  font-size:13px;
  min-height:44px;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}
.btn--ghost{
  background:transparent;
  box-shadow:none;
}
.btn:active{transform: translateY(1px)}
.tag{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  color:var(--muted);
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
}

.hero{
  padding:44px 0 24px;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
  align-items:stretch;
}
@media (max-width: 900px){
  .hero__grid{grid-template-columns:1fr}
}
.card{
  background: linear-gradient(180deg, rgba(16,24,38,.85), rgba(15,23,36,.80));
  border:1px solid var(--line);
  border-radius:var(--r);
  box-shadow: var(--shadow);
}
.card__pad{padding:18px}
.h1{
  font-size:38px;
  line-height:1.1;
  margin:12px 0 10px;
  letter-spacing:-.6px;
}
@media (max-width: 520px){
  .h1{font-size:30px}
}
.lead{
  color:var(--muted);
  font-size:15px;
  margin:0 0 14px;
}
.kpis{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin-top:14px;
}
@media (max-width: 520px){
  .kpis{grid-template-columns:1fr}
}
.kpi{
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px 12px;
  background: rgba(255,255,255,.03);
}
.kpi b{display:block; font-size:15px}
.kpi span{display:block; color:var(--soft); font-size:12px; margin-top:2px}

.section{padding:22px 0}
.section__head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
  margin-bottom:12px;
}
.h2{
  margin:0;
  font-size:20px;
  letter-spacing:-.2px;
}
.small{color:var(--soft); font-size:13px}

.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media (max-width: 980px){ .grid{grid-template-columns: repeat(2, 1fr)} }
@media (max-width: 680px){ .grid{grid-template-columns: 1fr} }

.guide{
  padding:16px;
  border-radius:18px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  position:relative;
  overflow:hidden;
}
.guide:before{
  content:"";
  position:absolute; inset:-80px -60px auto auto;
  width:170px; height:170px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, rgba(124,244,196,.30), transparent 60%);
  filter: blur(0px);
}
.guide h3{margin:0 0 6px; font-size:16px}
.guide p{margin:0 0 12px; color:var(--muted); font-size:13px}
.meta{
  display:flex; gap:8px; flex-wrap:wrap;
}
.badge{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  color:var(--muted);
  background:rgba(255,255,255,.02);
}

.steps{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media (max-width: 900px){ .steps{grid-template-columns:1fr} }
.step{
  padding:16px;
  border-radius:18px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
}
.step b{display:block; margin-bottom:6px}
.step p{margin:0; color:var(--muted); font-size:13px}

.faq{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
@media (max-width: 900px){ .faq{grid-template-columns:1fr} }
details{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius:18px;
  padding:12px 14px;
}
summary{
  cursor:pointer;
  list-style:none;
  font-weight:800;
  font-size:14px;
}
summary::-webkit-details-marker{display:none}
details p{margin:10px 0 0; color:var(--muted); font-size:13px}

.form{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
@media (max-width: 760px){ .form{grid-template-columns:1fr} }
.field label{display:block; font-size:12px; color:var(--soft); margin:0 0 6px}
.input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.20);
  color:var(--text);
  outline:none;
  min-height:44px;
}
textarea{min-height:110px; resize:vertical}
.input:focus, textarea:focus{border-color: rgba(124,244,196,.45)}
.note{
  font-size:12px;
  color:var(--soft);
  margin-top:8px;
}
.hr{
  height:1px;
  background: var(--line);
  margin:18px 0;
}
.footer{
  padding:22px 0 28px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
}
.footer a{color:var(--muted); text-decoration:underline; text-underline-offset:2px}
.cols{
  display:grid;
  grid-template-columns: 1.4fr .6fr;
  gap:16px;
}
@media (max-width: 900px){ .cols{grid-template-columns:1fr} }
