/* Westban Roofing - simple static site (no framework) */
:root{
  --bg:#0b1220;
  --bg2:#0f1a33;
  --card:#111f3d;
  --text:#eaf0ff;
  --muted:#b8c6ea;
  --line:rgba(255,255,255,.12);
  --accent:#66a3ff;
  --accent2:#7cf2c7;
  --shadow: 0 12px 30px rgba(0,0,0,.18);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{height:auto; min-height:150%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(102,163,255,.22), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(124,242,199,.14), transparent 60%),
    linear-gradient(180deg,#060a12, var(--bg));
  line-height:1.5;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.wrap{max-width:1120px; margin:0 auto; padding:20px}
.topbar{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:14px 0;
  position:sticky; top:0; backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(6,10,18,.85), rgba(6,10,18,.35));
  border-bottom:1px solid rgba(255,255,255,.06);
  z-index: 50;
}
.brand{
  display:flex; align-items:center; gap:10px; font-weight:900; letter-spacing:.4px;
}
.logo{
  width:36px; height:36px; border-radius:12px;
  background:
    linear-gradient(135deg, rgba(102, 163, 255, 0), rgba(124, 242, 199, 0));
  box-shadow: 0 10px 26px rgba(102,163,255,.18);
}
.nav{
  display:flex; align-items:center; gap:14px; flex-wrap:wrap;
  color:var(--muted); font-weight:700; font-size:14px;
}
.nav a{padding:10px 10px; border-radius:999px}
.nav a:hover{background: rgba(255,255,255,.06); color:var(--text)}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:11px 14px; border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  box-shadow: 0 10px 26px rgba(0,0,0,.15);
  font-weight:800;
}
.btn:hover{transform: translateY(-1px)}
.btn.primary{
  border-color: rgba(102,163,255,.75);
  background: linear-gradient(135deg, rgba(102,163,255,.18), rgba(124,242,199,.12));
}
.btn.ghost{background:transparent}
.hero{
  padding:28px 0 8px;
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap:16px;
  align-items:stretch;
}
@media (max-width: 920px){ .hero{grid-template-columns:1fr} .nav{display:none} }
.card{
  background: rgba(17,31,61,.70);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.h1{
  font-size:44px;
  line-height:1.05;
  margin:0 0 12px;
  letter-spacing:-.5px;
}
.sub{
  margin:0;
  color:var(--muted);
  font-size:16px;
  max-width: 62ch;
}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.badge{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:700;
  font-size:13px;
}
.ctaRow{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.kicker{
  color:var(--muted);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
}
.section{padding:14px 0}
.section h2{margin:0 0 10px; font-size:22px}
.grid3{
  display:grid; grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width: 920px){ .grid3{grid-template-columns:1fr} }
.grid2{
  display:grid; grid-template-columns: 1fr 1fr;
  gap:14px;
}
@media (max-width: 920px){ .grid2{grid-template-columns:1fr} }
.tile h3{margin:0 0 8px; font-size:16px}
.tile p{margin:0; color:var(--muted); font-size:14px}
.list{margin:0; padding-left:18px; color:var(--muted)}
.list li{margin:8px 0}
.hr{height:1px; background: rgba(255,255,255,.10); margin:14px 0; border:0}
.footer{
  margin-top:22px;
  padding:22px 0 44px;
  color:var(--muted);
  font-size:13px;
  border-top: 1px solid rgba(255,255,255,.10);
}
.small{font-size:12px; color:var(--muted)}
.headerBlock{
  padding:18px 0 6px;
}
.headerBlock h1{
  margin:0 0 6px;
  font-size:34px;
}
.headerBlock p{margin:0; color:var(--muted); max-width: 70ch}
.breadcrumbs{color:var(--muted); font-weight:700; font-size:13px}
.form label{display:block; font-size:13px; color:var(--muted); margin:10px 0 6px}
.form input,.form textarea,.form select{
  width:100%; padding:12px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--text);
  outline: none;
}
.form textarea{min-height:130px; resize:vertical}
.notice{
  border:1px dashed rgba(255,255,255,.22);
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  padding:12px;
  color: var(--muted);
  font-size:13px;
}
.gallery{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width: 920px){ .gallery{grid-template-columns:1fr 1fr} }
@media (max-width: 560px){ .gallery{grid-template-columns:1fr} }
.ph{
  border-radius: 16px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(102,163,255,.12), rgba(124,242,199,.10)),
    radial-gradient(400px 220px at 20% 30%, rgba(255,255,255,.10), transparent 60%);
  aspect-ratio: 4/3;
  padding: 14px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.ph b{font-size:14px}
.ph span{font-size:12px; color:var(--muted)}
.table{
  width:100%;
  border-collapse: collapse;
  overflow:hidden;
  border-radius: 14px;
  border:1px solid var(--line);
}
.table th,.table td{
  padding:12px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
  font-size:14px;
}
.table th{color: var(--muted); font-weight:800; background: rgba(255,255,255,.04)}
.table tr:last-child td{border-bottom:0}
.callout{
  display:flex; gap:12px; align-items:flex-start;
}
.dot{
  width:10px; height:10px; border-radius:999px;
  background: var(--accent2);
  margin-top:6px;
  box-shadow: 0 0 0 4px rgba(124,242,199,.12);
}
.service-select{
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Dropdown arrow */
.service-select{
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 13px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* When focused */
.service-select:focus{
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(102,163,255,.15);
}

/* Options list (browser limitation – best we can do) */
.service-select option{
  background: #0b1220;
  color: var(--text);
}

.topbar,
.footer{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding-left: calc(50vw - 50% + 20px);
  padding-right: calc(50vw - 50% + 20px);

  border-radius: 0;
}

/* Make a card span full width inside grid2 */
.grid2 .span-full{
  grid-column: 1 / -1;
}
