:root {
  --navy: #101b2f;
  --navy-2: #17243a;
  --navy-3: #22304a;
  --blue: #009fdf;
  --blue-deep: #0055b8;
  --gold: #f4c23b;
  --orange: #ff914d;
  --cream: #f7f2e8;
  --white: #ffffff;
  --ink: #172033;
  --muted: #667085;
  --line: #e5e7eb;
  --surface: #f7f9fc;
  --shadow: 0 24px 70px rgba(16,27,47,.15);
  --radius: 18px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 999; background: #fff; padding: 10px 16px; }
.skip-link:focus { left: 10px; top: 10px; }

.topbar {
  background: #0b1526;
  color: rgba(255,255,255,.82);
  font-size: .84rem;
}
.topbar-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-group { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: var(--gold); }
.icon-dot { color: var(--gold); margin-right: 8px; }

.site-header {
  background: var(--navy);
  color: white;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 8px 30px rgba(0,0,0,.12);
}
.nav-wrap { min-height: 108px; display: grid; grid-template-columns: 255px minmax(0,1fr) auto; align-items: center; gap: 22px; }
.brand img { width: 235px; height: auto; object-fit: contain; object-position: left center; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 24px; }
.main-nav a { color: white; text-decoration: none; font-family: var(--serif); font-size: 1.03rem; position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--gold); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current='page']::after { width: 100%; }
.header-cta { text-decoration: none; background: linear-gradient(135deg, #f0bd37, #ffd55a); color: #172033; padding: 15px 24px; border-radius: 4px; font-family: var(--serif); font-weight: 700; box-shadow: 0 10px 30px rgba(244,194,59,.18); white-space: nowrap; }
.header-cta:hover { transform: translateY(-1px); }
.menu-toggle { display:none; background:transparent; border:1px solid rgba(255,255,255,.35); color:#fff; width:46px; height:42px; border-radius:8px; }

.hero {
  position: relative;
  color: white;
  background: var(--navy);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 48% 52%; min-height: 600px; }
.hero-copy {
  padding: 72px 62px 72px max(24px, calc((100vw - 1180px)/2));
  background:
    radial-gradient(circle at 30% 20%, rgba(0,159,223,.18), transparent 34%),
    linear-gradient(135deg, #0f1a2d 0%, #162844 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero-copy::after { content:''; position:absolute; right:-70px; top:0; bottom:0; width:140px; background:linear-gradient(90deg,#162844,transparent); z-index:2; }
.hero-media { position: relative; min-height: 600px; background: #1d2b43; }
.hero-media img { width:100%; height:100%; object-fit:cover; object-position: 78% center; filter:saturate(.85) contrast(1.03); }
.hero-media::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(16,27,47,.65) 0%,rgba(16,27,47,.12) 45%,rgba(16,27,47,.08) 100%); }
.eyebrow { display:flex; align-items:center; gap:14px; text-transform:uppercase; letter-spacing:.16em; font-size:.78rem; font-weight:800; color:var(--gold); }
.eyebrow::before { content:''; width:42px; height:2px; background:var(--gold); }
.hero h1 { font-family:var(--serif); font-size:clamp(3rem,5.1vw,5.4rem); line-height:.98; letter-spacing:-.04em; margin:22px 0 24px; max-width:650px; font-weight:500; }
.hero h1 span { color:var(--gold); display:block; }
.hero-lead { font-size:1.08rem; color:rgba(255,255,255,.82); max-width:600px; margin:0 0 30px; }
.hero-actions { display:flex; gap:18px; align-items:center; flex-wrap:wrap; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:12px; padding:14px 22px; text-decoration:none; border-radius:4px; font-weight:800; border:1px solid transparent; cursor:pointer; transition:.2s ease; }
.btn-primary { background:linear-gradient(135deg,var(--gold),#ffd55a); color:#172033; }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 15px 35px rgba(244,194,59,.22); }
.btn-secondary { color:white; border-bottom:2px solid var(--gold); border-radius:0; padding-left:0; padding-right:0; }
.btn-secondary:hover { color:var(--gold); }
.btn-outline { border-color:#cdd5df; background:white; color:var(--navy); }
.btn-outline:hover { border-color:var(--blue); color:var(--blue-deep); }
.trust-row { display:flex; gap:26px; flex-wrap:wrap; margin-top:36px; font-size:.88rem; color:rgba(255,255,255,.9); }
.trust-row span::before { content:'✓'; display:inline-grid; place-items:center; width:18px; height:18px; border-radius:50%; background:var(--gold); color:var(--navy); font-weight:900; margin-right:9px; }

.section { padding:88px 0; }
.section-soft { background:var(--surface); }
.section-dark { background:var(--navy); color:white; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:34px; margin-bottom:42px; }
.kicker { color:var(--blue-deep); font-size:.78rem; letter-spacing:.16em; text-transform:uppercase; font-weight:900; margin:0 0 8px; }
.section h2, .page-hero h1 { font-family:var(--serif); font-weight:500; letter-spacing:-.03em; line-height:1.06; }
.section h2 { font-size:clamp(2.2rem,4vw,3.7rem); margin:0; }
.section-intro { max-width:620px; color:var(--muted); margin:12px 0 0; }
.section-dark .section-intro { color:rgba(255,255,255,.7); }
.gold-rule { width:44px; height:2px; background:var(--gold); margin-top:18px; }

.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-card { background:white; border:1px solid #dbe2ea; padding:28px; min-height:250px; position:relative; overflow:hidden; transition:.2s ease; }
.service-card::before { content:''; position:absolute; left:0; top:0; width:4px; height:0; background:linear-gradient(var(--blue),var(--gold)); transition:height .25s ease; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.service-card:hover::before { height:100%; }
.service-icon { width:54px; height:54px; border:1px solid #cddceb; display:grid; place-items:center; color:var(--blue-deep); margin-bottom:22px; background:#f8fbff; }
.service-icon svg { width:28px; height:28px; }
.service-card h3 { font-family:var(--serif); font-size:1.38rem; margin:0 0 8px; }
.service-card p { color:var(--muted); margin:0 0 20px; }
.service-link { color:#d79500; text-decoration:none; font-weight:900; }

.split { display:grid; grid-template-columns:1.05fr .95fr; gap:72px; align-items:center; }
.feature-image { position:relative; min-height:520px; overflow:hidden; background:#dce4ec; }
.feature-image img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.feature-image::after { content:''; position:absolute; inset:18px -18px -18px 18px; border:2px solid var(--gold); z-index:-1; }
.check-list { list-style:none; padding:0; margin:28px 0; display:grid; gap:14px; }
.check-list li { display:grid; grid-template-columns:24px 1fr; gap:12px; align-items:start; }
.check-list li::before { content:'✓'; width:22px; height:22px; border-radius:50%; background:#e7f6fc; color:var(--blue-deep); display:grid; place-items:center; font-size:.75rem; font-weight:900; margin-top:2px; }

.stats { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid rgba(255,255,255,.15); }
.stat { padding:34px 26px; border-right:1px solid rgba(255,255,255,.15); }
.stat:last-child { border-right:0; }
.stat strong { display:block; font-family:var(--serif); color:var(--gold); font-size:2.4rem; line-height:1; margin-bottom:8px; }
.stat span { color:rgba(255,255,255,.7); font-size:.9rem; }

.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; counter-reset:steps; }
.process-card { border-top:1px solid #d9e0e8; padding-top:24px; }
.process-card::before { counter-increment:steps; content:'0' counter(steps); display:block; color:var(--gold); font-weight:900; letter-spacing:.08em; margin-bottom:16px; }
.process-card h3 { font-family:var(--serif); font-size:1.32rem; margin:0 0 8px; }
.process-card p { color:var(--muted); margin:0; }

.cta-band { background:linear-gradient(135deg,#0e1a2e,#233654); color:white; padding:58px 0; }
.cta-band-inner { display:flex; justify-content:space-between; align-items:center; gap:30px; }
.cta-band h2 { margin:0 0 8px; font-family:var(--serif); font-weight:500; font-size:clamp(2rem,4vw,3.4rem); }
.cta-band p { margin:0; color:rgba(255,255,255,.72); }

.page-hero { background:linear-gradient(135deg,#0f1a2d,#203451); color:white; padding:80px 0; }
.page-hero h1 { font-size:clamp(3rem,5vw,5rem); margin:16px 0; }
.page-hero p { max-width:720px; color:rgba(255,255,255,.75); font-size:1.08rem; }
.breadcrumb { color:var(--gold); font-size:.78rem; letter-spacing:.14em; text-transform:uppercase; }

.content-grid { display:grid; grid-template-columns:1fr 360px; gap:54px; align-items:start; }
.prose h2, .prose h3 { font-family:var(--serif); font-weight:500; }
.prose h2 { font-size:2.2rem; }
.prose h3 { font-size:1.45rem; }
.prose p, .prose li { color:#4f5d6e; }
.sidebar-card { background:var(--navy); color:white; padding:30px; position:sticky; top:155px; }
.sidebar-card h3 { font-family:var(--serif); font-size:1.7rem; margin:0 0 12px; }
.sidebar-card p { color:rgba(255,255,255,.72); }

.group-logo-panel {
  background: rgba(255,255,255,.98);
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 22px;
  display:grid;
  place-items:center;
  text-align:center;
}
.group-logo {
  display:block;
  width:min(100%, 280px);
  height:auto;
  margin:0 auto;
}
.sidebar-card .btn-primary { margin-top: 10px; }

.form-shell { background:white; border:1px solid #dfe5ec; box-shadow:var(--shadow); }
.form-head { background:var(--navy); color:white; padding:30px; border-top:4px solid var(--gold); }
.form-head h2 { margin:0; font-family:var(--serif); font-size:2rem; }
.form-body { padding:30px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:grid; gap:7px; }
.field-full { grid-column:1/-1; }
label { font-weight:800; font-size:.88rem; color:#2f3b4d; }
input, select, textarea { width:100%; border:1px solid #cfd7e2; padding:13px 14px; background:#fff; color:#172033; border-radius:3px; }
input:focus, select:focus, textarea:focus { outline:3px solid rgba(0,159,223,.15); border-color:var(--blue); }
textarea { min-height:140px; resize:vertical; }
.choice-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.choice { position:relative; }
.choice input { position:absolute; opacity:0; }
.choice label { display:block; border:1px solid #d7dee8; padding:18px; min-height:96px; cursor:pointer; background:white; }
.choice input:checked + label { border-color:var(--gold); background:#fff9e6; box-shadow:inset 0 0 0 1px var(--gold); }
.form-note { color:var(--muted); font-size:.86rem; }
.honeypot { position:absolute; left:-9999px; }

.footer { background:#091321; color:white; padding:66px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .8fr .8fr 1fr; gap:42px; }
.footer-logo { width:340px; max-width:100%; margin-bottom:18px; }
.footer p, .footer a { color:rgba(255,255,255,.65); }
.footer a { text-decoration:none; }
.footer a:hover { color:var(--gold); }
.footer h3 { font-family:var(--serif); font-size:1.25rem; margin-top:0; }
.footer-links { list-style:none; padding:0; margin:0; display:grid; gap:9px; }
.footer-bottom { margin-top:44px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.5); font-size:.82rem; }

.notice { padding:14px 18px; border-left:4px solid var(--gold); background:#fff8df; color:#55430b; margin-bottom:24px; }
.mobile-only { display:none; }

@media (max-width: 1050px) {
  .nav-wrap { min-height:96px; grid-template-columns:220px minmax(0,1fr); gap:18px; }
  .brand img { width:205px; height:auto; }
  .header-cta { display:none; }
  .main-nav { gap:18px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .hero-grid { grid-template-columns:55% 45%; }
  .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column:1/-1; }
}
@media (max-width: 850px) {
  .topbar-group:last-child { display:none; }
  .nav-wrap { min-height:90px; grid-template-columns:1fr auto; }
  .brand img { width:205px; height:auto; }
  .menu-toggle { display:block; }
  .header-cta { display:none; }
  .main-nav { display:none; position:absolute; left:0; right:0; top:90px; background:var(--navy); padding:24px 20px 30px; flex-direction:column; align-items:flex-start; border-top:1px solid rgba(255,255,255,.1); }
  .main-nav.open { display:flex; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { padding:62px 28px; min-height:570px; }
  .hero-copy::after { display:none; }
  .hero-media { min-height:390px; }
  .split, .content-grid { grid-template-columns:1fr; }
  .feature-image { min-height:420px; }
  .stats, .process-grid { grid-template-columns:repeat(2,1fr); }
  .stat:nth-child(2) { border-right:0; }
  .stat:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.15); }
  .section-head { display:block; }
  .cta-band-inner { display:block; }
  .cta-band .btn { margin-top:24px; }
  .sidebar-card { position:static; }
}
@media (max-width: 620px) {
  .brand img { width:185px; height:auto; }
  .container { width:min(100% - 28px,1180px); }
  .topbar-inner { justify-content:center; text-align:center; }
  .topbar-group { justify-content:center; }
  .topbar-group span:first-child { display:none; }
  .hero h1 { font-size:3.35rem; }
  .hero-media { min-height:320px; }
  .section { padding:66px 0; }
  .service-grid, .choice-grid, .form-grid { grid-template-columns:1fr; }
  .field-full { grid-column:auto; }
  .stats, .process-grid { grid-template-columns:1fr; }
  .stat { border-right:0; border-bottom:1px solid rgba(255,255,255,.15); }
  .stat:last-child { border-bottom:0; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > :last-child { grid-column:auto; }
  .footer-bottom { display:block; }
  .footer-bottom span { display:block; margin-bottom:8px; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .trust-row { flex-direction:column; gap:12px; }
  .mobile-only { display:block; }
}


.company-details {
  margin: 30px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.66);
  font-size: .78rem;
  line-height: 1.65;
}


/* Anchor links clear the sticky navigation rather than landing underneath it. */
[id] { scroll-margin-top: 150px; }

.trust-band { background:#fff; border-bottom:1px solid #e4e9ef; }
.trust-band-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-card { padding:24px 20px; display:grid; grid-template-columns:48px 1fr; gap:14px; align-items:start; border-right:1px solid #e4e9ef; }
.trust-card:last-child { border-right:0; }
.trust-card-mark { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:#edf8fd; color:var(--blue-deep); font-weight:900; font-size:.78rem; }
.trust-card strong { display:block; color:var(--navy); line-height:1.25; margin-bottom:4px; }
.trust-card p { margin:0; color:var(--muted); font-size:.82rem; line-height:1.45; }

.service-intro-section { padding-bottom:42px; }
.service-detail-section { overflow:hidden; }
.service-detail { display:grid; grid-template-columns:115px 1fr; gap:34px; max-width:1050px; }
.service-detail-reverse { margin-left:auto; }
.service-detail-number { font-family:var(--serif); font-size:4.6rem; line-height:1; color:rgba(0,85,184,.16); border-top:2px solid var(--gold); padding-top:16px; }
.service-detail h2 { max-width:850px; }
.service-detail > div:last-child > p:not(.kicker) { color:var(--muted); max-width:850px; }
.detail-columns { display:grid; grid-template-columns:1fr 1fr; gap:42px; margin:30px 0 24px; }
.detail-columns h3 { font-family:var(--serif); font-size:1.35rem; margin:0 0 12px; }
.detail-list { margin:0; padding:0; list-style:none; display:grid; gap:9px; color:#4f5d6e; }
.detail-list li { position:relative; padding-left:22px; }
.detail-list li::before { content:'✓'; position:absolute; left:0; top:0; color:var(--blue-deep); font-weight:900; }
.compliance-grid { display:grid; grid-template-columns:1fr 1.15fr; gap:54px; align-items:start; }
.compliance-list { display:grid; grid-template-columns:1fr 1fr; border:1px solid rgba(255,255,255,.16); }
.compliance-list div { padding:24px; border-right:1px solid rgba(255,255,255,.16); border-bottom:1px solid rgba(255,255,255,.16); }
.compliance-list div:nth-child(2n) { border-right:0; }
.compliance-list div:nth-last-child(-n+2) { border-bottom:0; }
.compliance-list strong { display:block; color:var(--gold); font-family:var(--serif); font-size:1.45rem; margin-bottom:5px; }
.compliance-list span { color:rgba(255,255,255,.72); font-size:.88rem; }

.form-fieldset { border:1px solid #dfe5ec; padding:18px; margin:0; }
.form-fieldset legend { padding:0 8px; font-weight:800; color:#2f3b4d; }
.tick-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px 18px; }
.tick-grid label, .consent-label { display:flex; align-items:flex-start; gap:9px; font-weight:600; }
.tick-grid input, .consent-label input { width:auto; margin-top:5px; flex:0 0 auto; }

/* Refined motion: visible enough to add personality, restrained enough for a professional site. */
.reveal-item { opacity:0; transform:translateY(24px); transition:opacity .65s ease, transform .65s ease; }
.reveal-item.is-visible { opacity:1; transform:none; }
.hero-copy { animation:heroCopyIn .75s ease both; }
.hero-media img { animation:heroImageIn 1.2s ease both; }
.service-card .service-link, .btn { transition:transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.service-link:hover { color:var(--blue-deep); }
.service-link:hover::after { transform:translateX(4px); }
@keyframes heroCopyIn { from { opacity:0; transform:translateX(-24px); } to { opacity:1; transform:none; } }
@keyframes heroImageIn { from { opacity:.45; transform:scale(1.035); } to { opacity:1; transform:scale(1); } }

@media (max-width: 950px) {
  .trust-band-grid { grid-template-columns:1fr 1fr; }
  .trust-card:nth-child(2) { border-right:0; }
  .trust-card:nth-child(-n+2) { border-bottom:1px solid #e4e9ef; }
  .compliance-grid { grid-template-columns:1fr; }
}
@media (max-width: 700px) {
  [id] { scroll-margin-top: 112px; }
  .trust-band-grid { grid-template-columns:1fr; }
  .trust-card { border-right:0; border-bottom:1px solid #e4e9ef; }
  .trust-card:last-child { border-bottom:0; }
  .service-detail { grid-template-columns:1fr; gap:12px; }
  .service-detail-number { font-size:3.4rem; width:80px; }
  .detail-columns, .tick-grid, .compliance-list { grid-template-columns:1fr; }
  .compliance-list div { border-right:0; border-bottom:1px solid rgba(255,255,255,.16); }
  .compliance-list div:nth-last-child(2) { border-bottom:1px solid rgba(255,255,255,.16); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal-item { opacity:1; transform:none; }
}


/* Sector navigation and detailed sector content */
.sector-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.sector-card { position:relative; display:flex; flex-direction:column; min-height:295px; padding:28px; border:1px solid #dbe2ea; background:white; text-decoration:none; transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; overflow:hidden; }
.sector-card::before { content:''; position:absolute; left:0; top:0; width:4px; height:0; background:linear-gradient(var(--blue),var(--gold)); transition:height .25s ease; }
.sector-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:#c8d7e7; }
.sector-card:hover::before { height:100%; }
.sector-card-featured { background:var(--navy); color:white; border-color:var(--navy); }
.sector-card-featured p { color:rgba(255,255,255,.72); }
.sector-number { color:var(--gold); font-size:.78rem; font-weight:900; letter-spacing:.12em; margin-bottom:20px; }
.sector-badge { position:absolute; right:20px; top:20px; padding:6px 9px; background:rgba(244,194,59,.14); color:var(--gold); font-size:.67rem; text-transform:uppercase; letter-spacing:.09em; font-weight:900; }
.sector-card h3 { font-family:var(--serif); font-size:1.55rem; line-height:1.15; margin:0 0 10px; }
.sector-card p { color:var(--muted); margin:0 0 24px; }
.sector-link { margin-top:auto; color:#d79500; font-weight:900; font-size:.88rem; }
.sector-detail-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:64px; align-items:start; }
.sector-needs { border-top:3px solid var(--gold); background:white; padding:28px; box-shadow:0 16px 45px rgba(16,27,47,.08); }
.sector-needs h3 { font-family:var(--serif); font-size:1.5rem; margin:0 0 18px; }
.sector-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:28px; }

/* Agent, portfolio and tender positioning */
.page-hero-actions { margin-top:28px; }
.agent-intro-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:64px; align-items:start; }
.agent-audience-card { background:var(--navy); color:white; padding:32px; border-top:4px solid var(--gold); }
.agent-audience-card h3 { font-family:var(--serif); font-size:1.8rem; margin:0 0 18px; }
.agent-audience-card .detail-list { color:rgba(255,255,255,.76); }
.group-delivery-note { margin-top:24px; border-left:3px solid var(--gold); background:#fff8df; padding:16px 18px; color:#55430b; }
.package-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.package-card { background:white; border:1px solid #dbe2ea; padding:28px; min-height:285px; display:flex; flex-direction:column; }
.package-card > span { color:var(--gold); font-weight:900; letter-spacing:.12em; font-size:.78rem; }
.package-card h3 { font-family:var(--serif); font-size:1.45rem; line-height:1.16; margin:18px 0 10px; }
.package-card p { color:var(--muted); margin:0 0 22px; }
.package-card a { margin-top:auto; color:#d79500; font-weight:900; text-decoration:none; }
.portfolio-feature { display:grid; grid-template-columns:1.15fr .85fr; gap:64px; align-items:start; }
.portfolio-panel { background:var(--navy); color:white; padding:34px; border-top:4px solid var(--gold); }
.portfolio-panel h3 { font-family:var(--serif); font-size:1.8rem; margin:0 0 18px; }
.portfolio-panel .footer-links { margin-bottom:24px; }
.portfolio-panel .footer-links li { color:rgba(255,255,255,.75); }
.agent-focus-section { background:linear-gradient(135deg,#f7f9fc,#eef4fa); }
.agent-focus-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:58px; align-items:center; }
.agent-focus-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:28px; }
.agent-focus-list { display:grid; grid-template-columns:1fr 1fr; border:1px solid #dbe2ea; background:white; }
.agent-focus-list div { padding:24px; border-right:1px solid #dbe2ea; border-bottom:1px solid #dbe2ea; }
.agent-focus-list div:nth-child(2n) { border-right:0; }
.agent-focus-list div:nth-last-child(-n+2) { border-bottom:0; }
.agent-focus-list strong { display:block; font-family:var(--serif); font-size:1.25rem; margin-bottom:5px; color:var(--navy); }
.agent-focus-list span { color:var(--muted); font-size:.88rem; }
.support-service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.support-service-grid article { background:white; border:1px solid #dbe2ea; padding:25px; }
.support-service-grid h3 { font-family:var(--serif); font-size:1.35rem; margin:0 0 8px; }
.support-service-grid p { color:var(--muted); margin:0; }
.group-form-note { margin-top:-6px; padding-left:12px; border-left:3px solid var(--gold); }

@media (max-width: 1080px) {
  .main-nav { gap:22px; }
  .main-nav a { font-size:.96rem; }
  .sector-grid, .package-grid, .support-service-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 850px) {
  .sector-detail-grid, .agent-intro-grid, .portfolio-feature, .agent-focus-grid { grid-template-columns:1fr; }
  .sector-card { min-height:250px; }
}
@media (max-width: 620px) {
  .sector-grid, .package-grid, .support-service-grid, .agent-focus-list { grid-template-columns:1fr; }
  .agent-focus-list div { border-right:0; border-bottom:1px solid #dbe2ea; }
  .agent-focus-list div:nth-last-child(2) { border-bottom:1px solid #dbe2ea; }
  .agent-focus-list div:last-child { border-bottom:0; }
  .sector-actions, .agent-focus-actions { align-items:stretch; flex-direction:column; }
}


.enquiry-reference {
  display: inline-grid;
  gap: 4px;
  margin-top: 24px;
  padding: 15px 20px;
  border-left: 4px solid var(--gold);
  background: rgba(255,255,255,.1);
}
.enquiry-reference[hidden] { display: none; }
.enquiry-reference span {
  color: rgba(255,255,255,.7);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.enquiry-reference strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: .03em;
}
.confirmation-note {
  max-width: 720px;
  margin-top: 18px;
  font-size: .95rem !important;
}
