/* Sterling IT Solutions — Website V2 additions
   Builds on base.css + style.css and intentionally preserves the existing
   navy / cobalt / teal brand system. */

.v2-page { background: var(--color-bg); color: var(--color-text); }
.v2-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.v2-section--surface { background: var(--color-surface); }
.v2-section--navy { background: var(--color-navy); color: #fff; }
.v2-eyebrow { display:inline-flex; align-items:center; gap:.5rem; margin-bottom:1rem; color:var(--color-accent); font-size:var(--text-xs); font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.v2-eyebrow svg { width:16px; height:16px; }
.v2-heading { font-family:var(--font-display); font-size:var(--text-2xl); letter-spacing:-.035em; margin-bottom:1rem; }
.v2-lead { color:var(--color-text-muted); font-size:var(--text-lg); max-width:720px; }

/* V2 header */
.v2-nav { display:none; align-items:center; gap:1.5rem; }
.v2-nav a { color:var(--color-text-muted); text-decoration:none; font-size:var(--text-sm); font-weight:600; }
.v2-nav a:hover { color:var(--color-primary); }
.v2-nav .btn { color:#fff; }
@media (min-width:980px){ .v2-nav{display:flex;} }

/* Homepage hero */
.v2-hero { position:relative; overflow:hidden; background:var(--color-navy); color:#fff; padding:clamp(5rem,10vw,8rem) 0; }
.v2-hero:before { content:""; position:absolute; inset:0; opacity:.24; background-image:radial-gradient(circle at 1px 1px, rgba(96,165,250,.35) 1px, transparent 0); background-size:28px 28px; }
.v2-hero:after { content:""; position:absolute; width:620px; height:620px; right:-180px; top:-250px; border-radius:50%; background:radial-gradient(circle, rgba(26,86,219,.26), transparent 68%); }
.v2-hero .container { position:relative; z-index:1; }
.v2-hero-grid { display:grid; gap:3rem; align-items:center; }
@media(min-width:900px){ .v2-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);} }
.v2-hero h1 { font-family:var(--font-display); font-size:clamp(2.8rem,6vw,5.4rem); line-height:.98; letter-spacing:-.055em; max-width:850px; }
.v2-hero p { margin-top:1.5rem; max-width:680px; color:#B7C3D7; font-size:clamp(1.05rem,2vw,1.3rem); }
.v2-actions { display:flex; flex-wrap:wrap; gap:.75rem; margin-top:2rem; }
.v2-btn-primary { display:inline-flex; align-items:center; justify-content:center; gap:.55rem; background:var(--color-primary); color:#fff; padding:.9rem 1.25rem; border-radius:var(--radius-md); font-weight:700; text-decoration:none; }
.v2-btn-primary:hover { background:var(--color-primary-hover); }
.v2-btn-outline { display:inline-flex; align-items:center; justify-content:center; gap:.55rem; color:#fff; border:1px solid rgba(255,255,255,.28); padding:.9rem 1.25rem; border-radius:var(--radius-md); font-weight:700; text-decoration:none; }
.v2-btn-outline:hover { border-color:rgba(255,255,255,.7); background:rgba(255,255,255,.06); }
.v2-transition-note { display:flex; gap:.75rem; align-items:flex-start; margin-top:1.5rem; color:#9FB0C8; font-size:var(--text-sm); max-width:650px; }
.v2-transition-note svg { width:20px; height:20px; color:var(--color-accent); flex:0 0 auto; margin-top:.15rem; }
.v2-hero-panel { border:1px solid rgba(255,255,255,.12); border-radius:var(--radius-2xl); background:rgba(15,23,42,.68); backdrop-filter:blur(10px); padding:1.5rem; box-shadow:var(--shadow-xl); }
.v2-hero-panel h2 { font-family:var(--font-display); font-size:var(--text-xl); margin-bottom:1rem; }
.v2-hero-list { display:grid; gap:.9rem; list-style:none; }
.v2-hero-list li { display:flex; gap:.75rem; color:#D6DEEA; }
.v2-hero-list svg { width:20px; color:var(--color-accent); flex:0 0 auto; margin-top:.2rem; }

/* Proof */
.v2-proof { background:var(--color-surface); border-bottom:1px solid var(--color-border); }
.v2-proof-inner { display:grid; gap:1.5rem; padding:2rem 0; align-items:center; }
@media(min-width:850px){ .v2-proof-inner{grid-template-columns:1.35fr .65fr;} }
.v2-quote { font-family:var(--font-display); font-size:clamp(1.25rem,2.3vw,1.8rem); font-weight:600; letter-spacing:-.02em; }
.v2-quote:before { content:'“'; color:var(--color-primary); font-size:2em; line-height:0; vertical-align:-.2em; margin-right:.12em; }
.v2-attribution { color:var(--color-text-muted); font-size:var(--text-sm); }
.v2-attribution strong { color:var(--color-text); display:block; }

/* Pain / ownership */
.v2-two-col { display:grid; gap:2rem; align-items:start; }
@media(min-width:850px){ .v2-two-col{grid-template-columns:1fr 1fr;} }
.v2-checklist { list-style:none; display:grid; gap:.8rem; margin-top:1.75rem; }
.v2-checklist li { display:flex; gap:.7rem; color:var(--color-text-muted); }
.v2-checklist svg { width:19px; height:19px; color:var(--color-primary); flex:0 0 auto; margin-top:.2rem; }
.v2-callout { background:var(--color-surface); border:1px solid var(--color-border); border-left:3px solid var(--color-primary); border-radius:var(--radius-xl); padding:clamp(1.5rem,4vw,2.5rem); box-shadow:var(--shadow-md); }
.v2-callout h3 { font-family:var(--font-display); font-size:var(--text-xl); margin-bottom:1rem; }
.v2-callout p { color:var(--color-text-muted); }

/* Service pillars */
.v2-card-grid { display:grid; gap:1rem; margin-top:2.25rem; }
@media(min-width:700px){ .v2-card-grid{grid-template-columns:repeat(2,1fr);} }
@media(min-width:1050px){ .v2-card-grid{grid-template-columns:repeat(4,1fr);} }
.v2-card { background:var(--color-surface); border:1px solid var(--color-border); border-radius:var(--radius-xl); padding:1.5rem; text-decoration:none; color:inherit; transition:transform var(--transition-interactive),border-color var(--transition-interactive),box-shadow var(--transition-interactive); }
.v2-card:hover { transform:translateY(-3px); border-color:var(--color-primary); box-shadow:var(--shadow-lg); }
.v2-card-icon { width:44px; height:44px; display:grid; place-items:center; border-radius:var(--radius-lg); background:var(--color-primary-light); color:var(--color-primary); margin-bottom:1.25rem; }
.v2-card-icon svg { width:22px; height:22px; }
.v2-card h3 { font-family:var(--font-display); font-size:var(--text-lg); margin-bottom:.55rem; }
.v2-card p { color:var(--color-text-muted); font-size:var(--text-sm); }
.v2-card-link { display:inline-block; margin-top:1rem; color:var(--color-primary); font-weight:700; font-size:var(--text-sm); }

/* Switching provider */
.v2-switch { background:var(--color-navy); color:#fff; }
.v2-switch .v2-lead { color:#AEBBD0; }
.v2-steps { display:grid; gap:1rem; margin-top:2.5rem; counter-reset:v2step; }
@media(min-width:800px){ .v2-steps{grid-template-columns:repeat(4,1fr);} }
.v2-step { counter-increment:v2step; padding:1.4rem; border:1px solid rgba(255,255,255,.12); border-radius:var(--radius-xl); background:rgba(255,255,255,.035); }
.v2-step:before { content:'0' counter(v2step); display:block; color:var(--color-primary); font-family:var(--font-display); font-weight:700; margin-bottom:1rem; }
.v2-step h3 { font-family:var(--font-display); margin-bottom:.5rem; }
.v2-step p { color:#AEBBD0; font-size:var(--text-sm); }

/* Managed IT page */
.v2-service-hero { background:var(--color-navy); color:#fff; padding:clamp(4.5rem,9vw,7rem) 0; }
.v2-service-hero h1 { font-family:var(--font-display); font-size:clamp(2.6rem,5vw,4.8rem); letter-spacing:-.05em; max-width:900px; }
.v2-service-hero p { color:#B7C3D7; font-size:var(--text-lg); max-width:760px; margin-top:1.25rem; }
.v2-feature-grid { display:grid; gap:1rem; margin-top:2rem; }
@media(min-width:700px){ .v2-feature-grid{grid-template-columns:repeat(2,1fr);} }
@media(min-width:1050px){ .v2-feature-grid{grid-template-columns:repeat(3,1fr);} }
.v2-feature { padding:1.35rem; border:1px solid var(--color-border); border-radius:var(--radius-lg); background:var(--color-surface); }
.v2-feature h3 { font-family:var(--font-display); margin:.8rem 0 .35rem; }
.v2-feature p { color:var(--color-text-muted); font-size:var(--text-sm); }
.v2-feature svg { color:var(--color-primary); width:24px; }
.v2-faq { display:grid; gap:.75rem; margin-top:2rem; }
.v2-faq details { background:var(--color-surface); border:1px solid var(--color-border); border-radius:var(--radius-lg); padding:1rem 1.15rem; }
.v2-faq summary { cursor:pointer; font-family:var(--font-display); font-weight:700; }
.v2-faq details p { color:var(--color-text-muted); margin-top:.8rem; }

/* Compact V2 footer */
.v2-footer { background:#070D19; color:#AEBBD0; padding:3rem 0 1.5rem; }
.v2-footer-grid { display:grid; gap:2rem; }
@media(min-width:760px){ .v2-footer-grid{grid-template-columns:1.3fr repeat(3,1fr);} }
.v2-footer h3,.v2-footer h4 { color:#fff; font-family:var(--font-display); margin-bottom:.75rem; }
.v2-footer a { color:#AEBBD0; text-decoration:none; }
.v2-footer a:hover { color:#fff; }
.v2-footer ul { list-style:none; display:grid; gap:.45rem; }
.v2-footer-bottom { margin-top:2rem; padding-top:1.25rem; border-top:1px solid rgba(255,255,255,.1); font-size:var(--text-xs); }
