/* ================================================================
   AC98 Heavy Haulage — style.css
   Dark industrial theme | Barlow Condensed | Blue accents
   ================================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }

:root {
  --blue:#1456d4; --blue-light:#2e6ef0; --blue-dark:#0a3a9e;
  --silver:#c0c8d8; --chrome:#e0e6f0;
  --black:#080a0e; --dark:#0d1018; --dark2:#131720; --dark3:#1a2030;
  --white:#ffffff; --text:#b8c4d8;
  --font-head:'Barlow Condensed',sans-serif;
  --font-body:'Barlow',sans-serif;
  --radius:3px;
}

html { scroll-behavior:smooth; }
body { background:var(--black); color:var(--white); font-family:var(--font-body); overflow-x:hidden; line-height:1.6; }
a { color:inherit; }
img { max-width:100%; display:block; }

/* ---- CONTAINER ---- */
.container { max-width:1280px; margin:0 auto; padding:0 5vw; }

/* ---- NAV ---- */
.site-nav { position:fixed; top:0; left:0; right:0; z-index:1000; background:rgba(8,10,14,.85); backdrop-filter:blur(16px); border-bottom:1px solid rgba(20,86,212,.25); transition:background .3s; }
.site-nav.scrolled { background:rgba(8,10,14,.98); }
.nav-inner { display:flex; align-items:center; justify-content:space-between; height:72px; padding:0 5vw; max-width:1440px; margin:0 auto; }
.nav-logo { display:flex; align-items:center; }
.nav-logo img { height:40px; width:auto; }
@media(max-width:480px) { .nav-logo img { height:32px; } }
.nav-links { display:flex; gap:28px; list-style:none; align-items:center; }
.nav-links a { color:var(--silver); text-decoration:none; font-family:var(--font-head); font-size:15px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; transition:color .2s; }
.nav-links a:hover, .nav-links a.active { color:var(--white); }
.nav-cta { background:var(--blue)!important; color:var(--white)!important; padding:10px 22px; border-radius:var(--radius); }
.nav-cta:hover { background:var(--blue-light)!important; }
.nav-phone { display:flex; align-items:center; gap:6px; color:var(--blue-light)!important; font-weight:700; }
.nav-phone:hover { color:var(--white)!important; }
.nav-burger { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:4px; }
.nav-burger span { display:block; width:26px; height:2px; background:var(--white); border-radius:2px; transition:.3s; }
@media(max-width:960px) {
  .nav-links { display:none; position:absolute; top:72px; left:0; right:0; flex-direction:column; align-items:flex-start; background:rgba(8,10,14,.98); padding:24px 5vw; gap:16px; border-bottom:1px solid rgba(20,86,212,.3); }
  .nav-links.open { display:flex; }
  .nav-burger { display:flex; }
}

/* ---- HERO ---- */
.hero { position:relative; min-height:100vh; min-height:100svh; display:flex; align-items:center; padding:160px 5vw 80px; overflow:hidden; }
/* Static image fallback layer (shown if the hero video can't load) */
.hero::before { content:""; position:absolute; inset:0; z-index:0; background-image:var(--hero-img); background-size:cover; background-position:center; }
/* Higgsfield drone-pan video */
.hero-video { position:absolute; inset:0; z-index:0; width:100%; height:100%; object-fit:cover; }
@media(prefers-reduced-motion:reduce) { .hero-video { display:none; } }
/* On phones, show the still poster instead of the heavy autoplay video (saves data + battery) */
@media(max-width:768px) { .hero-video { display:none; } }
.hero-overlay { position:absolute; inset:0; z-index:1; background:linear-gradient(100deg,rgba(8,10,14,.82) 0%,rgba(8,10,14,.55) 42%,rgba(8,10,14,.22) 72%,rgba(8,10,14,.12) 100%); }
.hero-content { position:relative; z-index:2; max-width:680px; }
.hero-content .section-tag { margin-bottom:20px; }
.hero-content h1 { font-family:var(--font-head); font-size:clamp(40px,5.4vw,78px); font-weight:900; text-transform:uppercase; line-height:.92; margin-bottom:22px; }
@media(prefers-reduced-motion:reduce) { .hero::before { animation:none; transform:scale(1.06); } }
.hero-content h1 em { color:var(--blue-light); font-style:normal; }
.hero-sub { font-size:clamp(16px,1.8vw,20px); color:var(--silver); line-height:1.7; max-width:560px; margin-bottom:40px; }
.hero-actions { display:flex; gap:16px; flex-wrap:wrap; }

/* ---- BUTTONS ---- */
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:16px 36px; border-radius:var(--radius); font-family:var(--font-head); font-size:16px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; border:2px solid transparent; cursor:pointer; transition:all .25s; }
.btn-primary { background:var(--blue); color:var(--white); border-color:var(--blue); }
.btn-primary:hover { background:var(--blue-light); border-color:var(--blue-light); transform:translateY(-2px); }
.btn-ghost { background:transparent; color:var(--white); border-color:rgba(255,255,255,.4); }
.btn-ghost:hover { background:rgba(255,255,255,.08); border-color:var(--white); }
.btn-lg { padding:20px 48px; font-size:18px; }
.btn-full { width:100%; justify-content:center; }

/* ---- PAGE HEADER ---- */
.page-header { position:relative; min-height:420px; display:flex; align-items:flex-end; padding:140px 5vw 64px; background-size:cover; background-position:center; overflow:hidden; }
.page-header-overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(8,10,14,.95) 30%, rgba(8,10,14,.5) 100%); }
.page-header-content { position:relative; z-index:2; max-width:820px; }
.page-header-content h1 { font-family:var(--font-head); font-size:clamp(38px,6vw,80px); font-weight:900; text-transform:uppercase; line-height:.93; margin-bottom:16px; }
.page-header-content p { font-size:18px; color:var(--silver); line-height:1.65; max-width:620px; }

/* ---- SECTION TAG ---- */
.section-tag { font-family:var(--font-head); font-size:12px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--blue-light); display:inline-flex; align-items:center; gap:12px; margin-bottom:16px; }
.section-tag::after { content:''; display:block; width:40px; height:2px; background:var(--blue-light); }

/* ---- SECTIONS ---- */
.section { padding:100px 0; }
.section > .container { } /* just pass-through */
.section-dark { background:var(--dark2); }
.section-intro { font-size:clamp(15px,1.5vw,18px); color:var(--text); line-height:1.75; max-width:700px; margin-bottom:56px; }
h2 { font-family:var(--font-head); font-size:clamp(32px,4.5vw,62px); font-weight:900; text-transform:uppercase; line-height:1.0; margin-bottom:20px; }
h2 em { color:var(--blue-light); font-style:normal; }
h3 { font-family:var(--font-head); font-size:clamp(18px,2vw,24px); font-weight:800; text-transform:uppercase; margin-bottom:12px; }
p { font-size:15px; color:var(--text); line-height:1.75; margin-bottom:14px; }
p:last-child { margin-bottom:0; }

/* ---- STATS BAR ---- */
.stats-bar { background:linear-gradient(90deg,var(--blue-dark),var(--blue) 50%,var(--blue-dark)); border-top:2px solid var(--blue-light); padding:0 5vw; }
.stats-grid { display:grid; grid-template-columns:repeat(5,1fr); }
.stat-item { padding:32px 16px; text-align:center; border-right:1px solid rgba(255,255,255,.12); }
.stat-item:last-child { border-right:none; }
.stat-num { font-family:var(--font-head); font-size:clamp(28px,4vw,48px); font-weight:900; color:var(--white); line-height:1; display:block; margin-bottom:6px; }
.stat-label { font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.65); }
@media(max-width:768px) { .stats-grid { grid-template-columns:repeat(3,1fr); } .stat-item:nth-child(3) { border-right:none; } }
@media(max-width:480px) { .stats-grid { grid-template-columns:repeat(2,1fr); } .stat-item:nth-child(2) { border-right:none; } .stat-item:last-child { grid-column:1/-1; border-right:none; } }

/* ---- SERVICES GRID ---- */
.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:4px; margin-top:48px; }
@media(max-width:900px) { .services-grid { grid-template-columns:1fr 1fr; } }
@media(max-width:500px) { .services-grid { grid-template-columns:1fr; } }
.service-card { display:block; text-decoration:none; background:var(--dark2); border:1px solid rgba(255,255,255,.06); transition:all .25s; overflow:hidden; }
.service-card:hover { border-color:rgba(20,86,212,.5); transform:translateY(-4px); }
.service-card-img { height:240px; background-size:cover; background-position:center; transition:transform .6s; overflow:hidden; }
.service-card:hover .service-card-img { transform:scale(1.04); }
.service-card-body { padding:28px 24px; }
.service-card-body h3 { font-size:20px; margin-bottom:10px; color:var(--white); }
.service-card-body p { font-size:14px; color:var(--text); line-height:1.65; margin-bottom:14px; }
.card-link { font-family:var(--font-head); font-size:13px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--blue-light); }

/* ---- PHOTO SHOWCASE — dominant magazine grid ---- */
.photo-showcase { display:grid; grid-template-columns:2fr 1fr; grid-template-rows:360px 360px; gap:4px; margin-top:40px; }
.showcase-main { grid-row:1/3; background-size:cover; background-position:center; position:relative; overflow:hidden; transition:transform .6s; }
.showcase-main:hover { transform:scale(1.01); }
.showcase-side { background-size:cover; background-position:center; position:relative; overflow:hidden; transition:transform .6s; }
.showcase-side:hover { transform:scale(1.02); }
.showcase-caption { position:absolute; bottom:0; left:0; right:0; padding:24px 20px; background:linear-gradient(to top, rgba(8,10,14,.9) 0%, transparent 100%); }
.showcase-caption h3 { font-size:clamp(16px,2vw,22px); margin-bottom:4px; color:var(--white); }
.showcase-caption p { font-size:13px; color:var(--silver); margin:0; }
@media(max-width:768px) { .photo-showcase { grid-template-columns:1fr; grid-template-rows:auto; } .showcase-main { grid-row:auto; height:320px; } .showcase-side { height:240px; } }

/* ---- CINEMATIC BAND ---- */
.cinematic { position:relative; height:460px; overflow:hidden; display:flex; align-items:center; padding:0 5vw; background-size:cover; background-position:center; }
.cinematic-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,10,14,.94) 40%,rgba(8,10,14,.4) 100%); display:flex; align-items:center; padding:0 5vw; }
.cinematic-quote { font-family:var(--font-head); font-size:clamp(24px,3.5vw,46px); font-weight:700; font-style:italic; line-height:1.25; color:var(--white); max-width:680px; position:relative; z-index:2; }
@media(max-width:600px) { .cinematic { height:320px; } }

/* ---- GALLERY STRIP ---- */
.gallery-strip { overflow:hidden; }
.gallery-strip-inner { display:grid; grid-template-columns:repeat(5,1fr); gap:4px; }
.gallery-item { height:280px; background-size:cover; background-position:center; transition:transform .5s; overflow:hidden; }
.gallery-item:hover { transform:scale(1.04); }
@media(max-width:900px) { .gallery-strip-inner { grid-template-columns:repeat(3,1fr); } }
@media(max-width:500px) { .gallery-strip-inner { grid-template-columns:repeat(2,1fr); } .gallery-item { height:200px; } }

/* ---- GRID UTILITIES ---- */
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:4px; margin-top:48px; }
@media(max-width:900px) { .grid-2 { grid-template-columns:1fr; gap:36px; } .grid-3 { grid-template-columns:1fr 1fr; } }
@media(max-width:500px) { .grid-3 { grid-template-columns:1fr; } }

/* ---- FEATURE CARDS ---- */
.feature-card { background:var(--dark2); padding:40px 32px; border:1px solid rgba(255,255,255,.06); transition:all .25s; }
.feature-card:hover { border-color:rgba(20,86,212,.4); transform:translateY(-4px); background:var(--dark3); }
.feature-icon { font-size:32px; margin-bottom:20px; display:block; }
.feature-card h3 { font-size:20px; margin-bottom:12px; }
.feature-card p { font-size:14px; color:var(--text); line-height:1.7; }

/* ---- REVIEWS ---- */
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:4px; margin-top:48px; }
@media(max-width:900px) { .reviews-grid { grid-template-columns:1fr 1fr; } }
@media(max-width:500px) { .reviews-grid { grid-template-columns:1fr; } }
.review-card { background:var(--dark2); padding:36px 32px; border:1px solid rgba(255,255,255,.06); transition:all .25s; }
.review-card:hover { border-color:rgba(20,86,212,.4); transform:translateY(-4px); }
.stars { color:#fbbf24; font-size:18px; margin-bottom:18px; letter-spacing:2px; }
.review-card p { font-size:15px; color:var(--chrome); line-height:1.7; font-style:italic; margin-bottom:20px; }
.review-card cite { font-family:var(--font-head); font-size:13px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--blue-light); font-style:normal; }

/* ---- CTA BANNER ---- */
.cta-banner { background:linear-gradient(105deg,#0a3a9e,#1456d4 60%,#2e6ef0); padding:80px 5vw; text-align:center; position:relative; overflow:hidden; }
.cta-banner::before { content:'AC98'; position:absolute; font-family:var(--font-head); font-size:28vw; font-weight:900; color:rgba(255,255,255,.04); top:50%; left:50%; transform:translate(-50%,-50%); white-space:nowrap; pointer-events:none; }
.cta-banner h2 { color:var(--white); margin-bottom:16px; }
.cta-banner p { font-size:18px; color:rgba(255,255,255,.8); margin-bottom:40px; max-width:540px; margin-inline:auto; }
.cta-banner .btn-ghost { border-color:rgba(255,255,255,.5); }

/* ---- PAGE SECTION WRAPPER (for when .section doesn't have .container child) ---- */
.section .container, .section-dark .container { max-width:1280px; margin:0 auto; padding:0 5vw; }

/* ---- CONTENT WITH SIDEBAR LAYOUT ---- */
.content-with-sidebar { display:grid; grid-template-columns:1fr 340px; gap:60px; align-items:start; max-width:1280px; margin:0 auto; padding:0 5vw; }
.content-main { min-width:0; }
.content-main .section { padding:80px 0; }
.content-main .section:first-child { padding-top:80px; }
.content-sidebar { position:sticky; top:88px; display:flex; flex-direction:column; gap:24px; padding:80px 0; }
@media(max-width:1100px) { .content-with-sidebar { grid-template-columns:1fr; } .content-sidebar { position:static; padding:0 0 80px; } }

/* ---- SIDEBAR COMPONENTS ---- */
.service-nav { background:var(--dark2); padding:28px; border-radius:var(--radius); border:1px solid rgba(20,86,212,.2); }
.service-nav h4 { font-family:var(--font-head); font-size:12px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--blue-light); margin-bottom:16px; }
.service-nav ul { list-style:none; display:flex; flex-direction:column; gap:2px; }
.service-nav ul a { display:block; padding:11px 14px; color:var(--text); text-decoration:none; font-size:14px; border-radius:2px; transition:all .2s; font-family:var(--font-head); font-weight:600; letter-spacing:.04em; text-transform:uppercase; }
.service-nav ul a:hover, .service-nav ul a.active { background:rgba(20,86,212,.15); color:var(--white); border-left:3px solid var(--blue); padding-left:11px; }
.sidebar-cta { background:var(--dark2); padding:28px; border-radius:var(--radius); border:1px solid rgba(20,86,212,.2); }
.sidebar-cta h3 { font-size:20px; margin-bottom:10px; }
.sidebar-cta p { font-size:14px; color:var(--text); margin-bottom:16px; }
.sidebar-callout { background:rgba(20,86,212,.1); border:1px solid rgba(20,86,212,.3); border-left:4px solid var(--blue); padding:18px 20px; border-radius:var(--radius); font-size:14px; color:var(--silver); line-height:1.6; }
.sidebar-note { font-size:13px; color:var(--text); text-align:center; margin-top:10px; }

/* ---- SPECS GRID ---- */
.specs-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:4px; margin-top:40px; }
.specs-grid-2 { grid-template-columns:repeat(2,1fr); }
@media(max-width:700px) { .specs-grid { grid-template-columns:1fr 1fr; } }
.spec-card { background:var(--dark2); padding:28px 22px; border-left:3px solid var(--blue); }
.spec-card-highlight { border-left-color:var(--blue-light); background:var(--dark3); }
.spec-card .spec-label { font-size:11px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--text); margin-bottom:8px; display:block; }
.spec-card .spec-value { font-family:var(--font-head); font-size:clamp(26px,3vw,38px); font-weight:900; color:var(--white); display:block; margin-bottom:6px; line-height:1; }
.spec-card .spec-note { font-size:13px; color:var(--text); line-height:1.5; }

/* ---- FEATURE ROW ---- */
.feature-row { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; padding:60px 0; border-bottom:1px solid rgba(255,255,255,.06); }
.feature-row:last-child { border-bottom:none; }
.feature-row-reverse { direction:rtl; }
.feature-row-reverse > * { direction:ltr; }
.feature-row-text h2, .feature-row-text h3 { margin-bottom:16px; }
.feature-row-text p { font-size:15px; color:var(--text); line-height:1.75; margin-bottom:14px; }
.feature-row-img { height:420px; background-size:cover; background-position:center; border-radius:var(--radius); }
@media(max-width:900px) { .feature-row { grid-template-columns:1fr; gap:32px; } .feature-row-reverse { direction:ltr; } .feature-row-img { height:300px; } }

/* ---- STEPS GRID ---- */
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:4px; margin-top:48px; }
@media(max-width:900px) { .steps-grid { grid-template-columns:1fr 1fr; } }
@media(max-width:500px) { .steps-grid { grid-template-columns:1fr; } }
.step-item { background:var(--dark3); padding:36px 28px; position:relative; border-top:3px solid rgba(20,86,212,.25); transition:border-color .25s; }
.step-item:hover { border-top-color:var(--blue); }
.step-num { font-family:var(--font-head); font-size:56px; font-weight:900; color:rgba(20,86,212,.3); line-height:1; display:block; margin-bottom:16px; }
.step-item h3 { font-size:18px; margin-bottom:12px; }
.step-item p { font-size:14px; color:var(--text); line-height:1.7; }

/* ---- FAQ ---- */
.faq-list { display:flex; flex-direction:column; gap:4px; margin-top:40px; }
.faq-item { border:1px solid rgba(255,255,255,.08); border-radius:var(--radius); overflow:hidden; }
.faq-question { width:100%; text-align:left; background:var(--dark2); padding:22px 26px; cursor:pointer; border:none; color:var(--white); font-family:var(--font-head); font-size:17px; font-weight:700; letter-spacing:.02em; display:flex; justify-content:space-between; align-items:center; transition:background .2s; }
.faq-question::after { content:'＋'; font-size:20px; flex-shrink:0; margin-left:16px; transition:transform .3s; }
.faq-question:hover, .faq-item.open .faq-question { background:var(--dark3); color:var(--blue-light); }
.faq-item.open .faq-question::after { transform:rotate(45deg); }
.faq-answer { max-height:0; overflow:hidden; transition:max-height .4s ease; background:var(--dark); }
.faq-item.open .faq-answer { max-height:400px; }
.faq-answer p { padding:20px 26px 28px; font-size:15px; color:var(--text); line-height:1.7; }

/* ---- CHECKLIST ---- */
.checklist { list-style:none; display:flex; flex-direction:column; gap:10px; }
.checklist li { display:flex; align-items:flex-start; gap:12px; font-size:14px; color:var(--text); line-height:1.5; }
.checklist li::before { content:'✓'; display:flex; align-items:center; justify-content:center; width:20px; height:20px; min-width:20px; border-radius:50%; background:rgba(20,86,212,.2); border:1px solid rgba(20,86,212,.5); color:var(--blue-light); font-size:10px; font-weight:900; margin-top:2px; }
.checklist-cols { display:grid; grid-template-columns:1fr 1fr; gap:48px; margin-top:40px; }
@media(max-width:700px) { .checklist-cols { grid-template-columns:1fr; } }
.checklist-cols h3 { margin-bottom:20px; color:var(--white); }

/* ---- REGIONS ---- */
.regions-grid { display:flex; flex-wrap:wrap; gap:12px; margin-top:36px; }
.region-chip { background:var(--dark2); border:1px solid rgba(20,86,212,.35); padding:11px 22px; border-radius:40px; font-family:var(--font-head); font-size:14px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--silver); transition:all .2s; }
.region-chip:hover { background:var(--blue); border-color:var(--blue); color:var(--white); }

/* ---- CONTACT PAGE LAYOUT ---- */
.contact-layout { display:grid; grid-template-columns:1fr 380px; gap:60px; align-items:start; }
@media(max-width:1100px) { .contact-layout { grid-template-columns:1fr; } }
.contact-form-col h2 { margin-bottom:12px; }
.contact-form-col .section-intro { margin-bottom:36px; }
.contact-sidebar { display:flex; flex-direction:column; gap:20px; position:sticky; top:88px; }
@media(max-width:1100px) { .contact-sidebar { position:static; } }
.contact-sidebar-card { background:var(--dark2); padding:28px; border-radius:var(--radius); border:1px solid rgba(20,86,212,.2); }
.contact-sidebar-card h3 { font-size:20px; margin-bottom:10px; color:var(--white); }
.contact-sidebar-card p { font-size:14px; color:var(--text); margin-bottom:14px; }
.contact-sidebar-photo { height:240px; background-size:cover; background-position:center; border-radius:var(--radius); }

/* ---- QUOTE FORM ---- */
.quote-form { display:flex; flex-direction:column; gap:16px; background:var(--dark2); padding:40px; border-radius:var(--radius); border:1px solid rgba(20,86,212,.2); }
.form-status { margin:4px 0 0; color:#ff8080; font-size:15px; }
.form-success { background:var(--dark2); border:1px solid rgba(20,86,212,.35); border-radius:var(--radius); padding:40px; }
.form-success h3 { margin-bottom:12px; font-size:24px; }
.form-success p { color:var(--silver); line-height:1.6; }
.form-group { display:flex; flex-direction:column; gap:6px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media(max-width:600px) { .form-row { grid-template-columns:1fr; } }
label { font-family:var(--font-head); font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--blue-light); display:block; }
.req { color:#f87171; }
input, textarea, select { background:var(--dark3); border:1px solid rgba(255,255,255,.12); color:var(--white); padding:13px 16px; border-radius:var(--radius); font-family:var(--font-body); font-size:15px; width:100%; transition:border-color .2s; }
input::placeholder, textarea::placeholder { color:rgba(255,255,255,.3); }
input:focus, textarea:focus, select:focus { outline:none; border-color:var(--blue); background:var(--dark2); }
select option { background:var(--dark2); }
textarea { resize:vertical; min-height:120px; }
.form-success { background:rgba(20,212,86,.1); border:1px solid rgba(20,212,86,.4); padding:32px; border-radius:var(--radius); color:#7effa8; text-align:center; }
.form-success svg { display:block; margin:0 auto 16px; stroke:#7effa8; }
.form-success h3 { font-family:var(--font-head); font-size:28px; font-weight:800; text-transform:uppercase; margin-bottom:8px; color:#7effa8; }
.form-success p { color:#7effa8; opacity:.8; margin:0; }
.form-error { color:#f87171; font-size:14px; margin-top:8px; }

/* ---- ABOUT PAGE LAYOUT ---- */
.about-layout { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; }
@media(max-width:900px) { .about-layout { grid-template-columns:1fr; } }
.about-text .section-tag { margin-bottom:16px; }
.about-text h2 { margin-bottom:20px; }
.about-text p { margin-bottom:16px; }
.about-imgs { display:grid; grid-template-columns:1fr 1fr; gap:6px; }
.about-img-main { grid-column:1/-1; height:320px; background-size:cover; background-position:center; border-radius:var(--radius); }
.about-img-sec { height:220px; background-size:cover; background-position:center; border-radius:var(--radius); }

/* ---- CALLOUT / SIDEBAR CALLOUT ---- */
.callout { background:var(--dark2); border-left:4px solid var(--blue); padding:22px 26px; margin:28px 0; }
.callout p { font-size:16px; color:var(--chrome); line-height:1.6; font-style:italic; }

/* ---- FOOTER ---- */
.site-footer { background:#050608; padding:72px 0 36px; border-top:1px solid rgba(255,255,255,.06); }
.footer-grid { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:48px; margin-bottom:56px; }
@media(max-width:960px) { .footer-grid { grid-template-columns:1fr 1fr; gap:36px; } }
@media(max-width:500px) { .footer-grid { grid-template-columns:1fr; } }
.footer-brand img { margin-bottom:18px; }
.footer-brand p { font-size:14px; color:var(--text); line-height:1.7; max-width:260px; }
.footer-links h4, .footer-contact h4 { font-family:var(--font-head); font-size:12px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--blue-light); margin-bottom:18px; }
.footer-links ul { list-style:none; display:flex; flex-direction:column; gap:10px; }
.footer-links ul a { color:var(--text); text-decoration:none; font-size:14px; transition:color .2s; }
.footer-links ul a:hover { color:var(--white); }
.footer-contact p { margin-bottom:8px; }
.footer-contact a { color:var(--text); text-decoration:none; font-size:14px; transition:color .2s; }
.footer-contact a:hover { color:var(--white); }
.footer-social { display:flex; gap:12px; margin-top:16px; }
.footer-social a { width:38px; height:38px; border-radius:50%; background:rgba(20,86,212,.15); border:1px solid rgba(20,86,212,.35); display:flex; align-items:center; justify-content:center; color:var(--silver); transition:all .2s; }
.footer-social a:hover { background:var(--blue); color:var(--white); border-color:var(--blue); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.06); padding:28px 5vw 0; display:flex; justify-content:space-between; font-size:13px; color:rgba(255,255,255,.35); flex-wrap:wrap; gap:12px; max-width:1280px; margin:0 auto; }
.footer-bottom a { color:var(--blue-light); text-decoration:none; }
.footer-bottom a:hover { color:var(--white); }

/* ---- SCROLL REVEAL ---- */
[data-reveal] { animation: acReveal .8s ease both; }
[data-reveal].revealed { animation: none; opacity:1; transform:none; }
@keyframes acReveal { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:none; } }
@media (prefers-reduced-motion: reduce) { [data-reveal] { animation: none; opacity:1; transform:none; } }

/* ---- SCROLL TOP ---- */
.scroll-top { position:fixed; bottom:28px; right:28px; z-index:500; width:44px; height:44px; border-radius:50%; background:var(--blue); border:none; cursor:pointer; color:var(--white); font-size:20px; display:none; align-items:center; justify-content:center; box-shadow:0 4px 20px rgba(20,86,212,.5); transition:all .2s; }
.scroll-top:hover { background:var(--blue-light); transform:translateY(-3px); }
.scroll-top.visible { display:flex; }

/* ---- RESPONSIVE FIXES ---- */
@media(max-width:768px) {
  .hero { min-height:90vh; }
  .section { padding:72px 0; }
  .cta-banner { padding:64px 5vw; }
  .page-header { min-height:340px; }
}
@media(max-width:480px) {
  .hero-content h1 { font-size:40px; }
  .section { padding:56px 0; }
  .gallery-item { height:180px; }
}
