/* OPTUS GLEAN — Corporate */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0B2545;
  --blue: #13507C;
  --teal: #0D9488;
  --dark: #06101F;
  --text: #3B4252;
  --text-light: #6B7280;
  --light: #F5F6F8;
  --white: #fff;
  --border: #DFE1E6;
}

html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Inter',system-ui,sans-serif; color: var(--text); line-height: 1.6; background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.hero, .nums, .about, .services, .img-break, .why, .sectors, .cta, .footer { overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

h1,h2,h3,h4 { color: var(--navy); font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(2.2rem,4vw,3.2rem); }
h2 { font-size: clamp(1.7rem,3vw,2.3rem); }

.label { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; display: block; }
.subtitle { font-size: 1rem; color: var(--text-light); max-width: 540px; line-height: 1.7; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; font-size: .88rem; font-weight: 600; border: none; border-radius: 3px; cursor: pointer; transition: .2s; }
.btn svg { width: 15px; height: 15px; }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: #0B7C72; }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--light); }
.btn-ghost { background: 0; color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--blue); }

/* TOP BAR */
.topbar { background: var(--navy); height: 38px; font-size: .78rem; color: rgba(255,255,255,.7); }
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.topbar-right { display: flex; gap: 24px; }
.topbar a { color: rgba(255,255,255,.85); display: flex; align-items: center; gap: 5px; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 12px; height: 12px; }

/* HEADER */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--border); }
.header .container { display: flex; align-items: center; justify-content: space-between; height: 90px; }
.nav-logo { position: relative; z-index: 110; align-self: flex-start; padding-top: 10px; }
.nav-logo img { height: 114px; width: auto; filter: drop-shadow(0 4px 12px rgba(0,0,0,.1)); }
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-links a { padding: 0 18px; font-size: .87rem; font-weight: 500; color: var(--text); height: 90px; display: flex; align-items: center; border-bottom: 3px solid transparent; transition: .2s; }
.nav-links a:hover { color: var(--navy); border-bottom-color: var(--teal); }
.nav-cta { margin-left: 16px; height: auto !important; padding: 10px 24px !important; background: var(--teal); color: #fff !important; border: none !important; border-radius: 3px; font-weight: 600 !important; }
.nav-cta:hover { background: #0B7C72; border-bottom-color: transparent !important; }
.burger { display: none; background: 0; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0; }

/* HERO — full bleed image */
.hero { position: relative; height: 480px; overflow: hidden; margin-top: 90px; }
.hero-img { position: absolute; inset: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,16,31,.9) 0%, rgba(6,16,31,.7) 35%, rgba(6,16,31,.25) 65%, rgba(6,16,31,.1) 100%); }
.hero .container { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.hero-inner { max-width: 540px; }
.hero h1 { color: #fff; margin-bottom: 16px; }
.hero p { color: rgba(255,255,255,.65); font-size: 1rem; line-height: 1.7; margin-bottom: 28px; }
.hero-btns { display: flex; gap: 10px; }

/* NUMBERS STRIP */
.nums { background: var(--navy); border-top: 3px solid var(--teal); }
.nums .container { display: grid; grid-template-columns: repeat(4,1fr); }
.num-cell { padding: 28px 16px; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
.num-cell:last-child { border: 0; }
.num-cell strong { display: block; font-size: 1.8rem; font-weight: 700; color: #fff; line-height: 1; }
.num-cell span { font-size: .72rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; display: block; }

/* ABOUT — text + image */
.about { padding: 80px 0; }
.about .container { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about p { color: var(--text-light); line-height: 1.75; margin-bottom: 12px; }
.about-img { border-radius: 4px; overflow: hidden; }
.about-img img { width: 100%; height: 420px; object-fit: cover; }

/* SERVICES — 4 cards with images */
.services { padding: 80px 0; background: var(--light); }
.services-head { margin-bottom: 48px; }
.services-head .subtitle { margin: 0; }
.svc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.svc-card { background: #fff; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); transition: .2s; }
.svc-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.svc-card-img { height: 180px; overflow: hidden; }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-card-body { padding: 24px 20px; }
.svc-card-num { font-size: .65rem; font-weight: 700; color: var(--teal); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.svc-card h3 { font-size: 1.05rem; margin-bottom: 12px; }
.svc-card ul { display: flex; flex-direction: column; gap: 5px; }
.svc-card li { font-size: .82rem; color: var(--text); padding-left: 14px; position: relative; line-height: 1.45; }
.svc-card li::before { content: ''; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; background: var(--teal); border-radius: 50%; }
.svc-card-link { display: block; padding: 14px 20px; border-top: 1px solid var(--border); font-size: .82rem; font-weight: 600; color: var(--teal); transition: .2s; }
.svc-card-link:hover { color: var(--navy); background: var(--light); }

/* FULL-WIDTH IMAGE BREAK */
.img-break { height: 360px; overflow: hidden; position: relative; }
.img-break img { width: 100%; height: 100%; object-fit: cover; }
.img-break-overlay { position: absolute; inset: 0; background: rgba(11,37,69,.6); display: flex; align-items: center; justify-content: center; }
.img-break-overlay blockquote { max-width: 680px; text-align: center; }
.img-break-overlay blockquote p { color: #fff; font-size: 1.5rem; font-weight: 600; line-height: 1.5; }
.img-break-overlay blockquote cite { display: block; margin-top: 12px; color: rgba(255,255,255,.5); font-size: .85rem; font-style: normal; }

/* WHY — alternating rows */
.why { padding: 80px 0; }
.why-head { margin-bottom: 48px; }
.why-head .subtitle { margin: 0; }
.why-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.why-item { padding: 28px 24px; border: 1px solid var(--border); border-radius: 4px; }
.why-item h3 { font-size: .95rem; margin-bottom: 8px; }
.why-item p { font-size: .85rem; color: var(--text-light); line-height: 1.6; }

/* SECTORS — dark section */
.sectors { padding: 80px 0; background: var(--dark); color: #fff; }
.sectors-head { margin-bottom: 48px; }
.sectors-head h2 { color: #fff; }
.sectors-head .subtitle { color: rgba(255,255,255,.5); }
.sec-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.sec-tile { padding: 22px 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 3px; transition: .2s; }
.sec-tile:hover { border-color: var(--teal); background: rgba(255,255,255,.03); }
.sec-tile h4 { color: #fff; font-size: .9rem; margin-bottom: 4px; }
.sec-tile p { font-size: .76rem; color: rgba(255,255,255,.45); line-height: 1.5; }

/* CTA */
.cta { padding: 80px 0; }
.cta .container { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.cta h2 { margin-bottom: 12px; }
.cta-text p { color: var(--text-light); line-height: 1.7; margin-bottom: 24px; }
.cta-info { display: flex; flex-direction: column; gap: 14px; }
.cta-row { display: flex; align-items: flex-start; gap: 12px; font-size: .92rem; }
.cta-row svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; margin-top: 2px; }
.cta-row a { font-weight: 600; color: var(--navy); }

/* FOOTER */
.footer { background: var(--dark); padding: 52px 0 0; color: rgba(255,255,255,.5); font-size: .85rem; }
.footer-grid { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1.5fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.06); }
.footer-brand img { height: 88px; width: auto; margin-bottom: 14px; filter: brightness(10); }
.footer-brand p { line-height: 1.6; max-width: 280px; }
.footer-col h4 { color: #fff; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.footer-col a { display: block; padding: 3px 0; transition: .2s; }
.footer-col a:hover { color: rgba(255,255,255,.85); }
.footer-bottom { padding: 16px 0; display: flex; justify-content: space-between; font-size: .72rem; color: rgba(255,255,255,.3); }
.footer-bottom a { color: rgba(255,255,255,.3); }
.footer-bottom a:hover { color: rgba(255,255,255,.6); }

/* RESPONSIVE */
@media(max-width:1024px) {
  .hero { height: 420px; }
  .nav-logo img { height: 46px; }
  .about .container { grid-template-columns: 1fr; }
  .about-img { display: none; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .why-list { grid-template-columns: 1fr 1fr; }
  .sec-grid { grid-template-columns: 1fr 1fr; }
  .cta .container { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width:768px) {
  .topbar { display: none; }
  .header .container { height: 64px; }
  .nav-logo img { height: 38px; }
  .nav-links { display: none; }
  .burger { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--border); padding: 12px 24px; gap: 0; }
  .nav-links.open a { height: 44px; padding: 0; }
  .container { padding: 0 24px; max-width: 100%; }
  .hero { height: auto; padding: 100px 0 48px; margin-top: 64px; }
  .hero-inner { max-width: 100%; }
  .hero h1 { font-size: 1.4rem; word-wrap: break-word; }
  .hero p { font-size: .85rem; }
  .hero-shade { background: linear-gradient(180deg, rgba(6,16,31,.9) 0%, rgba(6,16,31,.75) 50%, rgba(6,16,31,.5) 100%); }
  .hero-btns { flex-direction: column; align-items: stretch; }
  .btn { text-align: center; justify-content: center; }
  .nums .container { grid-template-columns: 1fr 1fr; }
  .num-cell { border-bottom: 1px solid rgba(255,255,255,.08); padding: 20px 12px; }
  .num-cell strong { font-size: 1.4rem; }
  .num-cell span { font-size: .58rem; letter-spacing: .03em; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card-img { height: 160px; }
  .img-break { height: 280px; }
  .img-break-overlay blockquote p { font-size: 1.1rem; padding: 0 24px; }
  .why-list { grid-template-columns: 1fr; }
  .sec-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 4px; text-align: center; }
  .page-grid { grid-template-columns: 1fr; }
  .service-sidebar { order: -1; }
  .nav-dropdown { position: static; box-shadow: none; border: none; padding: 0; }
  .nav-dropdown a { height: 36px !important; padding-left: 16px !important; }
  .quote-form-grid { grid-template-columns: 1fr; }
}

/* ================================================
   SERVICE / SECTOR PAGES
   ================================================ */

/* PAGE HERO (shorter than homepage) */
.page-hero { position: relative; height: 320px; overflow: hidden; }
.page-hero .hero-img { position: absolute; inset: 0; }
.page-hero .hero-img img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .hero-shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,16,31,.92) 0%, rgba(6,16,31,.7) 40%, rgba(6,16,31,.3) 70%, rgba(6,16,31,.15) 100%); }
.page-hero .container { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.page-hero h1 { color: #fff; margin-bottom: 8px; }
.page-hero p { color: rgba(255,255,255,.6); font-size: 1rem; max-width: 560px; }

/* BREADCRUMB */
.breadcrumb { padding: 16px 0; font-size: .82rem; color: var(--text-light); }
.breadcrumb a { color: var(--teal); }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 6px; color: var(--border); }

/* PAGE GRID (content + sidebar) */
.page-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; padding: 48px 0 80px; }

/* PAGE CONTENT */
.page-content h2 { font-size: 1.5rem; margin: 36px 0 14px; color: var(--navy); }
.page-content h3 { font-size: 1.15rem; margin: 28px 0 10px; color: var(--navy); }
.page-content p { font-size: .95rem; color: var(--text); line-height: 1.75; margin-bottom: 16px; max-width: 720px; }
.page-content ul, .page-content ol { margin: 0 0 20px 0; padding-left: 0; }
.page-content ul li, .page-content ol li { font-size: .92rem; color: var(--text); line-height: 1.7; padding: 4px 0 4px 22px; position: relative; list-style: none; }
.page-content ul li::before { content: ''; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; }
.page-content ol { counter-reset: ol-counter; }
.page-content ol li { counter-increment: ol-counter; }
.page-content ol li::before { content: counter(ol-counter) '.'; position: absolute; left: 0; top: 4px; font-weight: 700; color: var(--teal); font-size: .85rem; }

/* CHECKLIST */
.checklist { margin: 0 0 24px; padding: 0; }
.checklist li { padding-left: 28px; position: relative; font-size: .92rem; color: var(--text); line-height: 1.7; margin-bottom: 6px; list-style: none; }
.checklist li::before { content: '\2713'; position: absolute; left: 0; top: 0; color: #16A34A; font-weight: 700; font-size: 1rem; }

/* TRUST STRIP */
.trust-strip { display: flex; flex-wrap: wrap; gap: 24px; padding: 24px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 32px 0; }
.trust-strip .trust-item { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: var(--navy); }
.trust-strip .trust-item svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; }

/* PRICING TABLE */
.pricing-table { width: 100%; border-collapse: collapse; margin: 24px 0 32px; }
.pricing-table th { background: var(--navy); color: #fff; padding: 12px 16px; font-size: .82rem; font-weight: 600; text-align: left; text-transform: uppercase; letter-spacing: .04em; }
.pricing-table td { padding: 12px 16px; font-size: .9rem; border-bottom: 1px solid var(--border); color: var(--text); }
.pricing-table tr:nth-child(even) td { background: var(--light); }
.pricing-table tr:hover td { background: rgba(13,148,136,.06); }

/* FAQ SECTION */
.faq-section { margin: 40px 0; }
.faq-section h2 { margin-bottom: 20px; }
.faq-item { border: 1px solid var(--border); border-radius: 4px; margin-bottom: 8px; overflow: hidden; }
.faq-item summary { padding: 16px 20px; font-size: .92rem; font-weight: 600; color: var(--navy); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: .2s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.2rem; color: var(--teal); font-weight: 700; flex-shrink: 0; margin-left: 12px; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item[open] summary { background: var(--light); }
.faq-item .faq-answer { padding: 0 20px 16px; font-size: .9rem; color: var(--text-light); line-height: 1.7; }

/* CTA BANNER (inline) */
.cta-banner { background: var(--teal); color: #fff; padding: 40px 36px; border-radius: 4px; margin: 40px 0; text-align: center; }
.cta-banner h3 { color: #fff; font-size: 1.3rem; margin-bottom: 8px; }
.cta-banner p { color: rgba(255,255,255,.85); margin-bottom: 20px; font-size: .95rem; max-width: none; }
.cta-banner .btn { background: #fff; color: var(--navy); font-weight: 700; }
.cta-banner .btn:hover { background: var(--light); }

/* SERVICE SIDEBAR */
.service-sidebar { position: sticky; top: 120px; }
.service-sidebar .sidebar-box { background: var(--light); border: 1px solid var(--border); border-radius: 4px; padding: 24px; margin-bottom: 20px; }
.service-sidebar .sidebar-box h4 { font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); margin-bottom: 14px; }
.service-sidebar .sidebar-box a { display: block; padding: 8px 0; font-size: .88rem; color: var(--text); border-bottom: 1px solid var(--border); transition: .2s; }
.service-sidebar .sidebar-box a:last-child { border-bottom: none; }
.service-sidebar .sidebar-box a:hover { color: var(--teal); padding-left: 6px; }
.service-sidebar .sidebar-box a.active { color: var(--teal); font-weight: 600; }

/* QUOTE FORM */
.quote-form { background: #fff; border: 1px solid var(--border); border-radius: 4px; padding: 32px; margin: 32px 0; }
.quote-form h3 { font-size: 1.15rem; margin-bottom: 20px; color: var(--navy); }
.quote-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; font-size: .82rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.quote-form input,
.quote-form select,
.quote-form textarea { width: 100%; padding: 10px 14px; font-size: .9rem; font-family: inherit; border: 1px solid var(--border); border-radius: 3px; background: var(--light); color: var(--text); transition: .2s; }
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,148,136,.1); }
.quote-form textarea { resize: vertical; min-height: 100px; }
.quote-form .form-full { grid-column: 1 / -1; }
.quote-form button { grid-column: 1 / -1; padding: 14px 32px; font-size: .92rem; font-weight: 700; font-family: inherit; background: var(--teal); color: #fff; border: none; border-radius: 3px; cursor: pointer; transition: .2s; margin-top: 4px; }
.quote-form button:hover { background: #0B7C72; }

/* RELATED SERVICES */
.related-services { padding: 60px 0; background: var(--light); }
.related-services h2 { text-align: center; margin-bottom: 36px; }
.related-services .svc-grid { grid-template-columns: repeat(4, 1fr); }

/* SECTOR CARD */
.sector-card { background: #fff; border: 1px solid var(--border); border-radius: 4px; padding: 28px 24px; transition: .2s; }
.sector-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); border-color: var(--teal); }
.sector-card h3 { font-size: 1rem; margin-bottom: 8px; }
.sector-card p { font-size: .85rem; color: var(--text-light); line-height: 1.6; }
.sector-card-link { display: inline-block; margin-top: 12px; font-size: .82rem; font-weight: 600; color: var(--teal); }
.sector-card-link:hover { color: var(--navy); }

/* NAVIGATION DROPDOWN */
.nav-item { position: relative; }
.nav-item > a { position: relative; }
.nav-dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 680px; max-width: calc(100vw - 40px); border: 1px solid var(--border); border-top: 3px solid var(--teal); box-shadow: 0 12px 36px rgba(0,0,0,.12); border-radius: 0 0 4px 4px; padding: 28px 32px; z-index: 200; }
.nav-item:hover .nav-dropdown { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 32px; }
.nav-dropdown-col h5 { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--teal); margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid var(--border); }
.nav-dropdown a { display: block; padding: 5px 0; font-size: .84rem; font-weight: 500; color: var(--text); height: auto; border-bottom: none; }
.nav-dropdown a:hover { color: var(--teal); padding-left: 4px; border-bottom-color: transparent; }

/* INLINE QUOTE FORM (homepage CTA) */
.cta-form { background: var(--light); border: 1px solid var(--border); border-radius: 4px; padding: 32px; }
.cta-form h3 { font-size: 1.1rem; margin-bottom: 20px; color: var(--navy); }
.cta-form .form-row { margin-bottom: 14px; }
.cta-form label { display: block; font-size: .82rem; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.cta-form input,
.cta-form select,
.cta-form textarea { width: 100%; padding: 10px 14px; font-size: .9rem; font-family: inherit; border: 1px solid var(--border); border-radius: 3px; background: #fff; color: var(--text); transition: .2s; }
.cta-form input:focus,
.cta-form select:focus,
.cta-form textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,148,136,.1); }
.cta-form textarea { resize: vertical; min-height: 80px; }
.cta-form button { width: 100%; padding: 14px; font-size: .92rem; font-weight: 700; font-family: inherit; background: var(--teal); color: #fff; border: none; border-radius: 3px; cursor: pointer; transition: .2s; margin-top: 4px; }
.cta-form button:hover { background: #0B7C72; }

/* RESPONSIVE — service/sector pages */
@media(max-width:1024px) {
  .page-hero { height: 260px; }
  .page-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-sidebar { position: static; }
  .related-services .svc-grid { grid-template-columns: 1fr 1fr; }
  .nav-dropdown { min-width: 480px; }
  .quote-form-grid { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  .page-hero { height: 220px; }
  .page-hero h1 { font-size: 1.4rem; }
  .trust-strip { gap: 14px; }
  .pricing-table { font-size: .82rem; }
  .pricing-table th, .pricing-table td { padding: 8px 10px; }
  .cta-banner { padding: 28px 20px; }
  .related-services .svc-grid { grid-template-columns: 1fr; }
  .nav-dropdown { min-width: auto; width: 100%; }
  .quote-form { padding: 20px; }
}

/* ═══════════════════════════════════════
   SERVICE & SECTOR INNER PAGES
   ═══════════════════════════════════════ */

/* BREADCRUMB */
.breadcrumb { padding: 14px 0; background: var(--light); border-bottom: 1px solid var(--border); font-size: .78rem; }
.breadcrumb a { color: var(--teal); font-weight: 500; }
.breadcrumb span { color: var(--text-light); }

/* PAGE HERO (smaller for inner pages) */
.page-hero { position: relative; height: 320px; overflow: hidden; }
.page-hero .hero-img { position: absolute; inset: 0; }
.page-hero .hero-img img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .hero-shade { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,16,31,.92) 0%, rgba(6,16,31,.75) 40%, rgba(6,16,31,.3) 70%); }
.page-hero .container { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.page-hero .hero-inner { max-width: 600px; }
.page-hero h1 { color: #fff; margin-bottom: 12px; font-size: clamp(1.8rem,3.5vw,2.6rem); }
.page-hero p { color: rgba(255,255,255,.6); font-size: .95rem; line-height: 1.7; margin-bottom: 20px; }

/* CONTENT SECTION */
.content { padding: 64px 0; }
.content .container { display: grid; grid-template-columns: 2fr 1fr; gap: 56px; }
.content-main h2 { margin: 40px 0 16px; font-size: 1.4rem; }
.content-main h3 { margin: 28px 0 12px; font-size: 1.1rem; }
.content-main p { color: var(--text-light); line-height: 1.75; margin-bottom: 14px; }
.content-main ul, .content-main ol { margin: 12px 0 20px 24px; }
.content-main li { color: var(--text-light); line-height: 1.65; margin-bottom: 6px; font-size: .92rem; }
.content-main ul li { list-style: disc; }
.content-main ol li { list-style: decimal; }
.content-main strong { color: var(--navy); }

/* SIDEBAR */
.sidebar { position: sticky; top: 120px; }
.sidebar-card { background: var(--light); border: 1px solid var(--border); border-radius: 4px; padding: 28px 24px; margin-bottom: 20px; }
.sidebar-card h4 { font-size: .85rem; margin-bottom: 14px; }
.sidebar-card ul { display: flex; flex-direction: column; gap: 4px; }
.sidebar-card li { list-style: none; }
.sidebar-card a { display: block; padding: 8px 12px; font-size: .84rem; border-radius: 3px; color: var(--text); transition: .15s; }
.sidebar-card a:hover, .sidebar-card a.active { background: var(--teal); color: #fff; }

/* QUOTE FORM (sidebar dark) */
.quote-form-dark { background: var(--navy); border-radius: 4px; padding: 32px 24px; }
.quote-form-dark h4 { color: #fff; font-size: 1rem; margin-bottom: 6px; }
.quote-form-dark p { color: rgba(255,255,255,.5); font-size: .78rem; margin-bottom: 18px; }
.quote-form-dark input, .quote-form-dark select, .quote-form-dark textarea { width: 100%; padding: 10px 14px; margin-bottom: 10px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); color: #fff; border-radius: 3px; font-size: .85rem; font-family: inherit; }
.quote-form-dark input::placeholder, .quote-form-dark textarea::placeholder { color: rgba(255,255,255,.35); }
.quote-form-dark select { appearance: none; color: rgba(255,255,255,.6); }
.quote-form-dark select option { background: var(--navy); color: #fff; }
.quote-form-dark textarea { height: 80px; resize: vertical; }
.quote-form-dark button { width: 100%; padding: 12px; background: var(--teal); color: #fff; border: none; border-radius: 3px; font-weight: 600; font-size: .88rem; cursor: pointer; transition: .2s; }
.quote-form-dark button:hover { background: #0B7C72; }

/* PRICING TABLE (inner) */
.pricing-table-inner { width: 100%; border-collapse: collapse; margin: 20px 0 28px; }
.pricing-table-inner th { background: var(--navy); color: #fff; padding: 12px 16px; font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; text-align: left; }
.pricing-table-inner td { padding: 10px 16px; border-bottom: 1px solid var(--border); font-size: .88rem; }
.pricing-table-inner tr:nth-child(even) { background: var(--light); }

/* FAQ SECTION (inner) */
.faq { padding: 64px 0; background: var(--light); }
.faq h2 { margin-bottom: 32px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 4px; margin-bottom: 8px; }
.faq-q { padding: 18px 24px; font-weight: 600; font-size: .92rem; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q::after { content: '+'; font-size: 1.2rem; color: var(--teal); transition: .2s; }
.faq-item.open .faq-q::after { content: '\2212'; }
.faq-a { padding: 0 24px 18px; font-size: .88rem; color: var(--text-light); line-height: 1.7; display: none; }
.faq-item.open .faq-a { display: block; }

/* RELATED SERVICES STRIP */
.related { padding: 64px 0; }
.related h2 { margin-bottom: 32px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.related-card { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: .2s; }
.related-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.related-card-img { height: 140px; overflow: hidden; }
.related-card-img img { width: 100%; height: 100%; object-fit: cover; }
.related-card-body { padding: 18px 16px; }
.related-card h3 { font-size: .95rem; margin-bottom: 6px; }
.related-card p { font-size: .78rem; color: var(--text-light); line-height: 1.5; margin-bottom: 10px; }
.related-card a { font-size: .82rem; font-weight: 600; color: var(--teal); }

/* CTA BAND */
.cta-band { padding: 52px 0; background: var(--navy); text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: 8px; font-size: 1.5rem; }
.cta-band p { color: rgba(255,255,255,.5); margin-bottom: 20px; font-size: .92rem; }
.cta-band .btn { margin: 0 6px; }

/* SERVICE LIST PAGE */
.svc-list { padding: 64px 0; }
.svc-list-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.svc-list-item { display: flex; gap: 20px; padding: 24px; border: 1px solid var(--border); border-radius: 4px; transition: .2s; }
.svc-list-item:hover { border-color: var(--teal); }
.svc-list-item .svc-icon { width: 48px; height: 48px; background: var(--light); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.svc-list-item .svc-icon svg { width: 22px; height: 22px; color: var(--teal); }
.svc-list-item h3 { font-size: .95rem; margin-bottom: 4px; }
.svc-list-item p { font-size: .82rem; color: var(--text-light); line-height: 1.5; }

/* TRUST SIGNALS BAR */
.trust { padding: 48px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust .container { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.trust-item { text-align: center; }
.trust-item strong { display: block; font-size: 1.1rem; color: var(--navy); }
.trust-item span { font-size: .72rem; color: var(--text-light); text-transform: uppercase; letter-spacing: .06em; }

/* RESPONSIVE for inner pages */
@media(max-width:1024px) {
  .content .container { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .svc-list-grid { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  .page-hero { height: 260px; }
  .page-hero h1 { font-size: 1.4rem; }
  .related-grid { grid-template-columns: 1fr; }
  .trust .container { gap: 24px; }
}
