/* =====================================================
   FILE: assets/css/styles.css
   Mendoza Concrete — Premium Dark Theme (CLEAN FIX)
   ✅ Sin duplicados / sin reglas peleándose
   ✅ Header WIDE + Nav pills + botones grandes
   ✅ Hero, Sections, Cards, Reviews, Footer
   ✅ Badge titles (metal plate) en 1 solo lugar
   ✅ CTA photo reusable + zoom
   ✅ Recent work background (photo) + overlay
   ✅ About band styles
   ===================================================== */

/* =========================
   ROOT DESIGN VARIABLES
   ========================= */
:root{
  --bg:#0b1220;
  --bg-2:#070b12;

  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);

  --blue:#0b62ff;
  --blue2:#00a3ff;

  --radius:18px;
  --radius-lg:24px;

  --container:1120px;
  --header-h:88px;
  --header-logo-h:64px;

  --ring: 0 0 0 3px rgba(11, 98, 255, 0.35);
  --shadow-1: 0 10px 30px rgba(0,0,0,.25);
  --shadow-2: 0 18px 50px rgba(0,0,0,.35);
}

/* =========================
   GLOBAL RESET + BASE
   ========================= */
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  overflow-x:hidden;
  background:
    radial-gradient(900px 600px at 20% -10%, rgba(0,163,255,.16), transparent 60%),
    radial-gradient(800px 500px at 80% 10%, rgba(11,98,255,.16), transparent 55%),
    linear-gradient(180deg, var(--bg-2), var(--bg));
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
a:hover{ opacity:.92; }
p{ line-height:1.6; margin:0; }
h1,h2,h3,h4{ margin:0; }

/* =========================
   CONTAINERS
   ========================= */
.container{
  width:min(var(--container), calc(100% - 48px));
  margin:0 auto;
  position:relative;
  z-index:1;
}
.container-wide{
  width:100%;
  max-width:1900px;
  margin:0 auto;
  padding:0 12px;
  position:relative;
  z-index:1;
}

/* =========================
   SKIP LINK (ACCESSIBILITY)
   ========================= */
.skip-link{
  position:absolute;
  left:-999px;
  top:10px;
  background:#fff;
  color:#000;
  padding:10px 12px;
  border-radius:10px;
  z-index:9999;
  font-weight:800;
}
.skip-link:focus{ left:10px; outline:none; }

/* =========================
   HEADER & NAVIGATION
   ========================= */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  background: linear-gradient(180deg, rgba(7,11,18,.88), rgba(7,11,18,.58));
  border-bottom:1px solid rgba(255,255,255,.10);
  box-shadow:0 16px 50px rgba(0,0,0,.35);
}

.header-inner-3col{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  min-height:var(--header-h);
  gap:16px;
}

.header-inner-2col{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:var(--header-h);
  gap:16px;
}

/* NAV */
.top-nav{
  justify-self:start;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
}

.top-link{
  font-weight:950;
  letter-spacing:.35px;
  font-size:13px;
  text-transform:uppercase;
  color:rgba(255,255,255,.92);
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}
.top-link:hover{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.18);
  transform:translateY(-1px);
}

/* Dropdown */
.nav-item{ position:relative; }
.chev{ opacity:.85; font-size:12px; transform:translateY(-1px); }

.has-dropdown .dropdown{
  position:absolute;
  top:calc(100% + 12px);
  left:0;
  min-width:260px;
  background:rgba(7,11,18,.94);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:10px;
  box-shadow:var(--shadow-2);
  display:none;
  z-index:80;
}
.has-dropdown .dropdown a{
  display:block;
  padding:12px;
  border-radius:14px;
  color:rgba(255,255,255,.92);
  font-weight:900;
}
.has-dropdown .dropdown a:hover{ background:rgba(255,255,255,.10); }
.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown{ display:block; }

/* BRAND (CENTER) */
.header-brand-center{
  justify-self:center;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
}

.header-brand-logo,
.header-brand-badge{
  height:var(--header-logo-h);
  width:auto;
  object-fit:contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.45));
}

.header-brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.header-brand-name{
  font-weight:950;
  font-size:14px;
  letter-spacing:.2px;
}
.header-brand-sub{
  font-size:12px;
  color:rgba(255,255,255,.72);
}

/* ACTIONS (RIGHT) */
.top-actions{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:12px;
}
.top-phone{
  font-weight:950;
  color:rgba(255,255,255,.92);
  padding:13px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.top-phone:hover{ background:rgba(255,255,255,.12); }

.top-cta{
  border-radius:999px;
  padding:14px 22px;
  font-weight:950;
  font-size:14px;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color:#fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.12);
}
.top-cta:hover{ filter:brightness(1.06); transform:translateY(-1px); }

/* MOBILE HEADER */
@media (max-width:860px){
  .container-wide{ padding:0 10px; }

  .header-inner-3col,
  .header-inner-2col{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:auto;
    padding:12px 0;
  }
  .top-nav{
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
  }
  .top-phone{ display:none; }
  :root{ --header-logo-h:50px; }
}

/* =========================
   BUTTONS
   ========================= */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:950;
  border-radius:999px;
  padding:14px 20px;
  border:0;
  cursor:pointer;
  user-select:none;
  white-space:nowrap;
  font-size:14px;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.btn:focus-visible{ outline:none; box-shadow:var(--ring); }
.btn:hover{ transform:translateY(-1px); }
.btn:active{ transform:translateY(0px); }

.btn-lg{ padding:16px 24px; font-size:15px; }

.btn-primary{
  color:#fff;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  box-shadow: 0 14px 34px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.12);
}
.btn-primary:hover{ filter:brightness(1.06); }

.btn-ghost{
  color:rgba(255,255,255,.92);
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.btn-ghost:hover{ background:rgba(255,255,255,.12); }

.page-hero-actions .btn{
  padding:16px 24px;
  font-size:15px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
}
.page-hero-actions .btn.btn-ghost{ border-color: rgba(255,255,255,.22); }

/* =========================
   SELECT (DARK)
   ========================= */
select.control,
.control{
  color-scheme: dark;
}
select.control{
  background: rgba(7,11,18,.55);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  padding: 10px 12px;
}
select.control option,
select.control optgroup{
  background:#0b1220;
  color: rgba(255,255,255,.92);
}

/* =========================
   HERO (HOME)
   ========================= */
.hero{
  position:relative;
  min-height: calc(92vh - var(--header-h));
  display:flex;
  align-items:center;
  padding:30px 0 60px;
  overflow:hidden;
}
.hero-bg{
  position:absolute;
  inset:0;
  background-image: url("../img/estimate-hero.jpg");
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
  z-index:0;
}
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(900px 600px at 20% 20%, rgba(11,98,255,.24), transparent 0%),
    linear-gradient(180deg, rgba(7,11,18,.15) 0%, rgba(7,11,18,.55) 65%, rgba(7,11,18,.92) 100%);
}
.hero-center-inner{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
}
.hero-center-content{
  text-align:center;
  max-width:900px;
  padding:12px 16px 0;
}

.hero-logo-wrap{
  display:flex;
  justify-content:center;
  margin-bottom:14px;
  margin-top:-30px;
}

/* ✅ Un solo hero-logo (gris + drop shadow + hover color) */
.hero-logo{
  width:220px;
  max-width:62vw;
  height:auto;
  transition: filter .25s ease, transform .25s ease;
  will-change: filter, transform;
  filter:
    grayscale(1) brightness(1.05) contrast(1.08)
    drop-shadow(0 22px 60px rgba(0,0,0,.55));
}
.hero-logo-wrap:hover .hero-logo{
  filter: none drop-shadow(0 22px 60px rgba(0,0,0,.55));
  transform: scale(1.04);
}
.hero-logo-wrap:active .hero-logo{
  filter: none drop-shadow(0 22px 60px rgba(0,0,0,.55));
  transform: scale(1.02);
}
@media (max-width:520px){
  .hero-logo{ width:150px; }
}

.hero-kicker{
  margin-bottom:12px;
  font-weight:950;
  letter-spacing:.35px;
  text-transform:uppercase;
  font-size:12px;
  color:rgba(255,255,255,.82);
}
.hero-title{
  font-size: clamp(38px, 4.8vw, 66px);
  line-height:1.02;
  letter-spacing:-.9px;
  color:#fff;
  text-shadow:0 12px 40px rgba(0,0,0,.45);
  margin-bottom:12px;
}
.hero-subtitle{
  font-size:15px;
  color:rgba(255,255,255,.82);
  max-width:760px;
  margin:0 auto;
}
.hero-center-actions{
  margin-top:18px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}
.hero-fineprint{
  margin-top:14px;
  font-size:12px;
  color:rgba(255,255,255,.65);
}
.hero-bottom-fade{
  position:absolute;
  left:0; right:0;
  bottom:-1px;
  height:120px;
  background: linear-gradient(180deg, transparent, rgba(7,11,18,.98));
  z-index:1;
  pointer-events:none;
}

/* =========================
   SECTIONS
   ========================= */
.section{ padding:64px 0; }
.section-head{ margin-bottom:22px; }

.subhead{
  color:rgba(255,255,255,.74);
  max-width:760px;
  margin-top:8px;
}
.section-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

/* Light sections */
.section-light{
  background: rgba(255,255,255,.92);
  color:#0b1220;
}
.section-light .subhead{ color: rgba(11,18,32,.72); }

/* =========================
   SECTION TITLES (accent block)
   ========================= */
.section-title{
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.05;
  letter-spacing: -.6px;
  color:#fff;
  margin: 0;
}
.title-accent{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color:#fff;
  box-shadow: 0 12px 26px rgba(0,0,0,.25);
  margin-right: 6px;
}

/* =========================
   BADGE TITLES (Metal Plate)
   ========================= */
.badge-title{ margin:0 0 10px; display:flex; justify-content:center; }
.badge-title__plate{
  display:inline-flex;
  align-items:baseline;
  gap:14px;
  padding:12px 18px;
  border-radius:16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,0) 35%),
    linear-gradient(180deg, rgba(120,130,145,.35), rgba(35,45,60,.55));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:
    0 18px 45px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -10px 25px rgba(0,0,0,.25);
  position:relative;
  overflow:hidden;
}
.badge-title__plate::before{
  content:"";
  position:absolute;
  inset:-60% -20%;
  background: linear-gradient(120deg, rgba(255,255,255,.18), rgba(255,255,255,0) 45%);
  transform: rotate(-10deg);
  pointer-events:none;
}
.badge-title__big{
  font-weight:950;
  letter-spacing:.6px;
  text-transform: uppercase;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height:1;
  background: linear-gradient(180deg, #ffffff 0%, #d8dde6 45%, #aeb8c8 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-stroke: 1px rgba(0,0,0,.55);
  text-shadow: 0 2px 0 rgba(0,0,0,.25), 0 10px 30px rgba(0,0,0,.35);
}
.badge-title__small{
  font-weight:950;
  text-transform: uppercase;
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing:.45px;
  line-height:1;
  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 0 rgba(0,0,0,.25), 0 10px 24px rgba(0,0,0,.35);
  position:relative;
  padding-bottom:6px;
}
.badge-title__small::after{
  content:"";
  position:absolute;
  left:0; right:0;
  bottom:0;
  height:2px;
  background: linear-gradient(90deg, rgba(255,255,255,.10), rgba(255,255,255,.65), rgba(255,255,255,.10));
  opacity:.85;
  border-radius:999px;
}
@media (max-width:520px){
  .badge-title__plate{ flex-direction:column; align-items:flex-start; gap:6px; }
}

/* =========================
   HOME CARDS
   ========================= */
.grid.cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:18px;
}
@media (max-width:1000px){
  .grid.cards{ grid-template-columns:1fr; }
}

.card{
  display:block;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:var(--shadow-1);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.card:hover{
  transform:translateY(-3px);
  background: rgba(255,255,255,.08);
  box-shadow:var(--shadow-2);
}
.card h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:950;
  letter-spacing:-.2px;
  color:#fff;
}
.card p{ font-size:13px; color:rgba(255,255,255,.74); }

.section-light .card{
  background:#fff;
  border:1px solid rgba(11,18,32,.10);
  box-shadow:0 10px 30px rgba(0,0,0,.10);
}
.section-light .card h3{ color:#0b1220; }
.section-light .card p{ color:rgba(11,18,32,.70); }

/* Card with photo (optional) */
.card.card-photo{ padding:0; overflow:hidden; }
.card-photo .card-media{
  aspect-ratio: 16 / 9;
  background: rgba(0,0,0,.18);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.card-photo .card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform: scale(1.02);
  transition: transform .25s ease;
}
.card-photo:hover .card-media img{ transform: scale(1.06); }
.card-photo .card-body{ padding:18px; }

/* =========================
   WORK GRID
   ========================= */
.work-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:16px;
}
@media (max-width:1000px){
  .work-grid{ grid-template-columns:1fr; }
}
.work-card{
  text-decoration:none;
  color:inherit;
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(11,18,32,.10);
  box-shadow:0 10px 30px rgba(0,0,0,.12);
  transition: transform .18s ease, box-shadow .18s ease;
}
.work-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(0,0,0,.16);
}
.work-img{ aspect-ratio:4/3; overflow:hidden; background:#eaeef6; }
.work-img img{ width:100%; height:100%; object-fit:cover; }
.work-body{ padding:14px 14px 16px; }
.work-body h3{ font-size:16px; font-weight:950; letter-spacing:-.2px; }
.work-body p{ margin-top:8px; color:rgba(11,18,32,.70); font-size:13px; }
.tag{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(11,98,255,.10);
  color: rgba(11,98,255,.95);
  font-weight:950;
  font-size:12px;
  white-space:nowrap;
}

/* =========================
   PAGE HERO (INTERNAL)
   ========================= */
.page-hero{
  position:relative;
  padding: calc(var(--header-h) + 42px) 0 52px;
  overflow:hidden;
}
.page-hero-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 600px at 20% 20%, rgba(11,98,255,.22), transparent 0%),
    linear-gradient(180deg, rgba(7,11,18,.18) 0%, rgba(7,11,18,.90) 100%);
}
.page-hero-overlay{ position:absolute; inset:0; background: rgba(0,0,0,.25); }
.page-hero-inner{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
}
.page-hero-card{
  width:100%;
  max-width:920px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius-lg);
  padding:22px;
  box-shadow:var(--shadow-2);
}
.page-kicker{
  margin-bottom:10px;
  font-weight:950;
  letter-spacing:.35px;
  text-transform:uppercase;
  font-size:12px;
  color:rgba(255,255,255,.80);
}
.page-hero-card h1{
  font-size: clamp(30px, 4vw, 48px);
  line-height:1.05;
  letter-spacing:-.6px;
  margin-bottom:10px;
}
.page-lead{ color:rgba(255,255,255,.80); margin-bottom:16px; }
.page-hero-actions{ display:flex; flex-wrap:wrap; gap:10px; }
.page-fineprint{ margin-top:12px; font-size:12px; color:rgba(255,255,255,.65); }

/* =========================
   CTA PANEL
   ========================= */
.cta-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius-lg);
  padding:22px;
  box-shadow:0 18px 44px rgba(0,0,0,.25);
}
.cta-panel h2{ font-size:28px; letter-spacing:-.2px; color:#fff; }
.cta-panel p{ margin-top:8px; color:rgba(255,255,255,.80); }
.cta-actions{ display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
@media (max-width:900px){
  .cta-panel{ flex-direction:column; }
  .cta-actions{ justify-content:flex-start; }
}

/* CTA photo reusable (background + hover zoom) */
.cta-photo{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.cta-photo::before{
  content:"";
  position:absolute;
  inset:0;
  background: var(--cta-bg) center/cover no-repeat;
  transform: scale(1.04);
  transition: transform .55s ease;
  z-index:0;
  filter: saturate(1.05) contrast(1.05);
}
.cta-photo::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(900px 600px at 20% 30%, rgba(11,98,255,.20), transparent 10%),
    linear-gradient(180deg, rgba(7,11,18,.45), rgba(7,11,18,.85));
}
.cta-photo:hover::before{ transform: scale(1.10); }
.cta-photo > *{ position:relative; z-index:2; }
@media (prefers-reduced-motion: reduce){
  .cta-photo::before{ transition:none; }
}

/* =========================
   REVIEWS SLIDER
   ========================= */
.review-slider{ position:relative; margin-top:18px; }
.slider-viewport{ overflow:hidden; border-radius:var(--radius); outline:none; }
.slider-track{ display:flex; gap:14px; transition: transform .45s ease; }
.slide{ min-width: calc((100% - 28px)/3); }
@media (max-width:900px){ .slide{ min-width:100%; } }

.review{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius);
  padding:18px;
}
.review .stars{
  color: rgba(0,163,255,.95);
  letter-spacing: 3px;
  margin-bottom:10px;
  font-weight:950;
  font-size:18px; /* default (index puede subirlo en su <style>) */
}
.reviewer{ margin-top:12px; color:rgba(255,255,255,.70); font-weight:900; }

.slider-btn{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:42px; height:42px;
  border-radius:999px;
  border:0;
  background: rgba(255,255,255,.10);
  color:#fff;
  font-size:26px;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:2;
}
.slider-btn:hover{ background: rgba(255,255,255,.16); }
.slider-btn.prev{ left:-6px; }
.slider-btn.next{ right:-6px; }
@media (max-width:900px){
  .slider-btn.prev{ left:6px; }
  .slider-btn.next{ right:6px; }
}
.slider-dots{ display:flex; justify-content:center; gap:8px; margin-top:12px; }
.slider-dot{
  width:9px; height:9px;
  border-radius:999px;
  border:0;
  cursor:pointer;
  background: rgba(255,255,255,.25);
}
.slider-dot.active{ background: linear-gradient(135deg, var(--blue), var(--blue2)); }

/* =========================
   RECENT WORK — PHOTO BACKGROUND
   (cuando uses class="section section-light recent-work-bg")
   ========================= */
.section-light.recent-work-bg{
  position: relative;
  background: none;
  overflow: hidden;
}
.section-light.recent-work-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background: url("../img/recent-hero.jpg") center/cover no-repeat; /* CHANGE IMAGE HERE */
  transform: scale(1.03);
  z-index:0;
}
.section-light.recent-work-bg::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(900px 600px at 20% 20%, rgba(11,98,255,.18), transparent 0%),
    linear-gradient(180deg, rgba(7,11,18,.40) 0%, rgba(7,11,18,.80) 80%);
}
.section-light.recent-work-bg .container{
  position: relative;
  z-index: 2;
}
.section-light.recent-work-bg .subhead{ color: rgba(255,255,255,.78); }

.section-light.recent-work-bg .work-card{
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(11,18,32,.10);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

/* =========================
   ABOUT — STORY BAND
   ========================= */
.about-band{
  position: relative;
  overflow: hidden;
}
.about-band-bg{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  z-index:0;
}
.about-band-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(900px 600px at 20% 20%, rgba(11,98,255,.18), transparent 0%),
    linear-gradient(180deg, rgba(7,11,18,.35) 0%, rgba(7,11,18,.88) 100%);
}
.about-band .container{ position:relative; z-index:2; }
.about-band .section-head h2,
.about-band .section-head .subhead{ color:#fff; }

.about-grid{
  display:grid;
  grid-template-columns: 1.2fr .9fr;
  gap:40px;
  align-items:start;
  margin-top:18px;
}
@media (max-width: 980px){
  .about-grid{ grid-template-columns:1fr; }
}
.about-card{
  background: rgba(7,11,18,.72);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-lg);
  padding:18px;
  box-shadow: var(--shadow-2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.about-card h3{
  margin:0 0 10px;
  color:#fff;
  font-weight:950;
  letter-spacing:-.2px;
}
.about-card p{
  color: rgba(255,255,255,.82);
  margin-top:10px;
  font-size:14px;
  line-height:1.6;
}
.about-list{
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,.82);
  display:grid;
  gap:8px;
  font-size:14px;
}
.about-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.about-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.90);
  font-weight:950;
  font-size:12px;
  letter-spacing:.2px;
}
.about-actions{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

/* =========================
   FOOTER
   ========================= */
.site-footer{
  border-top:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  padding:40px 0 24px;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap:18px;
  padding-bottom:24px;
}
@media (max-width:900px){
  .footer-grid{ grid-template-columns:1fr; }
}
.site-footer h3,.site-footer h4{ margin:0 0 10px; color:#fff; }
.site-footer a{ color: rgba(255,255,255,.80); }
.site-footer a:hover{ color:#fff; opacity:1; }
.footer-bottom{
  text-align:center;
  padding-top:12px;
  color:rgba(255,255,255,.60);
  font-size:13px;
  border-top:1px solid rgba(255,255,255,.06);
}
