:root {
  --navy: #173f63;
  --navy-2: #0f2f4c;
  --navy-3: #0a2238;
  --cyan: #28b8f2;
  --cyan-soft: #68d9ff;
  --slate: #365a77;
  --ink: #102235;
  --muted: #617185;
  --line: #dbe5ed;
  --surface: #ffffff;
  --soft: #f4f8fb;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(8, 34, 56, .13);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Avenir Next", "Segoe UI", Inter, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); background: #fff; color: var(--ink); padding: 10px 14px; border-radius: 8px; z-index: 9999; }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(15,47,76,.88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 205px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.85); font-size: 14px; font-weight: 650; }
.site-nav a { transition: color .2s ease, background .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.nav-cta { background: var(--cyan); color: var(--navy-3) !important; padding: 12px 17px; border-radius: 999px; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.07); padding: 11px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-3), var(--navy) 58%, #1b557c);
  color: white;
  padding: 154px 0 0;
  min-height: 760px;
}
.hero::before {
  content: "10";
  position: absolute;
  right: -38px;
  top: 105px;
  font-size: clamp(240px, 38vw, 580px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(255,255,255,.025);
  user-select: none;
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 430px; height: 430px; right: 8%; top: 120px; background: radial-gradient(circle, rgba(40,184,242,.22), transparent 68%); }
.hero-glow-two { width: 340px; height: 340px; left: -140px; bottom: 30px; background: radial-gradient(circle, rgba(104,217,255,.15), transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.hero-copy { padding-bottom: 80px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .17em; font-weight: 800; font-size: 12px; color: var(--cyan-soft); }
.eyebrow.dark { color: #188fc3; }
.hero h1, .section h2 { margin: 0; letter-spacing: -.045em; line-height: 1.02; }
.hero h1 { max-width: 760px; font-size: clamp(48px, 6.3vw, 82px); font-weight: 780; }
.hero h1 span { display: block; color: var(--cyan-soft); }
.hero-lede { max-width: 680px; margin: 26px 0 30px; color: rgba(255,255,255,.75); font-size: 18px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border: 0; border-radius: 999px; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--cyan); color: var(--navy-3); box-shadow: 0 14px 30px rgba(40,184,242,.18); }
.btn-primary:hover { box-shadow: 0 18px 36px rgba(40,184,242,.27); }
.btn-ghost { border: 1px solid rgba(255,255,255,.22); color: #fff; background: rgba(255,255,255,.05); }
.hero-points { display: flex; gap: 16px 26px; flex-wrap: wrap; margin-top: 26px; color: rgba(255,255,255,.66); font-size: 13px; }
.hero-points span { display: inline-flex; align-items: center; gap: 9px; }
.hero-points span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(40,184,242,.09); }

.hero-visual { position: relative; min-height: 520px; }
.image-card { position: absolute; overflow: hidden; margin: 0; background: var(--slate); box-shadow: var(--shadow); }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-card-main { width: min(78%, 430px); aspect-ratio: 1/1; right: 28px; top: 0; border-radius: 42% 58% 52% 48% / 44% 38% 62% 56%; border: 7px solid rgba(255,255,255,.11); }
.image-card-float { width: 49%; aspect-ratio: 1/1; left: 4px; bottom: 5px; border-radius: 50%; border: 7px solid var(--cyan-soft); }
.hero-badge { position: absolute; right: 0; bottom: 36px; width: 154px; height: 154px; border-radius: 50%; background: #fff; color: var(--navy); display: flex; align-items: center; justify-content: center; gap: 9px; box-shadow: var(--shadow); border: 8px solid rgba(40,184,242,.2); }
.hero-badge strong { font-size: 48px; line-height: 1; color: var(--cyan); letter-spacing: -.07em; }
.hero-badge span { font-size: 11px; line-height: 1.25; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.hero-strip { position: relative; z-index: 2; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.82); }
.hero-strip p { margin: 0; }
.hero-strip a { color: var(--cyan-soft); font-weight: 800; font-size: 14px; }

.section { padding: 104px 0; }
.section-heading { max-width: 620px; }
.section-heading.centered { text-align: center; margin: 0 auto 50px; }
.section-heading h2, .warning h2, .protection h2, .consultation h2 { font-size: clamp(38px, 4.8vw, 60px); font-weight: 760; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; margin-top: 18px; }
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.about-copy .lead { font-size: 22px; line-height: 1.55; color: var(--ink); margin-top: 0; }
.about-copy p { color: var(--muted); }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 38px; }
.mini-stats div { border-top: 2px solid var(--cyan); padding-top: 15px; }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats strong { font-size: 14px; color: var(--ink); }
.mini-stats span { font-size: 12px; color: var(--muted); margin-top: 3px; }

.services { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 325px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(16,34,53,.08); border-color: rgba(40,184,242,.45); }
.service-number { position: absolute; top: 20px; right: 22px; font-size: 12px; font-weight: 900; letter-spacing: .1em; color: #a2b2bf; }
.icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: rgba(40,184,242,.1); color: #1493ca; margin-bottom: 48px; }
.icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 22px; margin: 0 0 10px; letter-spacing: -.02em; }
.service-card p { color: var(--muted); margin: 0; font-size: 15px; }

.warning { background: var(--navy-2); color: white; padding: 0; }
.warning-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; }
.warning-image { position: relative; margin-left: calc((100vw - min(calc(100vw - 40px), var(--max))) / -2); overflow: hidden; }
.warning-image img { width: 100%; height: 100%; object-fit: cover; }
.warning-image::after { content:""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,34,56,.7), transparent 55%); }
.warning-caption { position: absolute; left: max(30px, calc((100vw - var(--max)) / 2)); bottom: 38px; z-index: 2; }
.warning-caption span, .warning-caption strong { display: block; }
.warning-caption span { color: var(--cyan-soft); font-size: 13px; text-transform: uppercase; font-weight: 900; letter-spacing: .14em; }
.warning-caption strong { font-size: 32px; margin-top: 3px; }
.warning-copy { padding: 88px 0 88px 70px; align-self: center; }
.warning-copy p { color: rgba(255,255,255,.72); }
.check-list { margin: 30px 0 30px; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; color: rgba(255,255,255,.82); }
.check-list li::before { content: ""; position: absolute; width: 12px; height: 7px; left: 2px; top: .55em; border-left: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(-45deg); }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--navy); font-weight: 850; }
.text-link.light { color: var(--cyan-soft); }

.process { background: #fff; }
.process-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.process-step { position: relative; padding: 28px 22px 24px; border-top: 1px solid var(--line); }
.process-step::before { content: ""; position: absolute; top: -1px; left: 0; height: 3px; width: 48px; background: var(--cyan); }
.process-step span { color: #9fb0bd; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.process-step h3 { font-size: 20px; line-height: 1.25; margin: 26px 0 10px; }
.process-step p { color: var(--muted); font-size: 14px; margin: 0; }

.protection { background: var(--soft); padding-top: 0; }
.protection-card { background: linear-gradient(135deg, #1b547a, var(--navy)); color: white; border-radius: 36px; padding: 52px 58px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; align-items: end; position: relative; overflow: hidden; }
.protection-card::after { content: "10"; position: absolute; right: -18px; top: -22px; font-size: 240px; font-weight: 900; color: rgba(255,255,255,.035); line-height: 1; letter-spacing: -.09em; }
.protection-card h2 { font-size: clamp(34px,4.1vw,52px); max-width: 720px; position: relative; z-index: 1; }
.protection-actions { position: relative; z-index: 1; }
.protection-actions p { color: rgba(255,255,255,.75); margin: 0 0 22px; }
.btn.inverse { background: white; color: var(--navy-3); }

.consultation { background: #fff; }
.consultation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.consultation-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; max-width: 560px; }
.contact-lines { margin-top: 36px; display: grid; gap: 4px; }
.contact-lines a { display: grid; grid-template-columns: 92px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-lines span { color: #8a9aa8; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.contact-lines strong { font-size: 15px; overflow-wrap: anywhere; }
.enquiry-form { background: var(--soft); border: 1px solid var(--line); border-radius: 30px; padding: 34px; box-shadow: 0 15px 50px rgba(15,47,76,.06); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.enquiry-form label { display: grid; gap: 7px; color: #33485a; font-size: 13px; font-weight: 750; margin-bottom: 16px; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid #ccdae4; border-radius: 13px; background: #fff; color: var(--ink); padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.enquiry-form textarea { resize: vertical; min-height: 122px; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(40,184,242,.12); }
.form-submit { width: 100%; }
.form-note { text-align: center; color: var(--muted); font-size: 12px; margin: 12px 0 0; }

.site-footer { background: var(--navy-3); color: rgba(255,255,255,.72); padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .85fr; gap: 70px; }
.footer-brand img { width: 235px; }
.footer-brand p { max-width: 420px; font-size: 14px; margin-top: 22px; }
.footer-links { display: grid; align-content: start; gap: 9px; font-size: 14px; }
.footer-links strong { color: #fff; margin-bottom: 7px; }
.footer-links a:hover { color: var(--cyan-soft); }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }

.floating-contact { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--cyan); color: var(--navy-3); box-shadow: 0 16px 40px rgba(10,34,56,.28); border: 5px solid #fff; }
.floating-contact svg { width: 26px; height: 26px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.revealed { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 980px) {
  .site-nav { position: fixed; top: 82px; left: 20px; right: 20px; background: #fff; color: var(--ink); flex-direction: column; align-items: stretch; gap: 0; border-radius: 20px; box-shadow: var(--shadow); padding: 10px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .site-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 13px 14px; border-radius: 11px; }
  .site-nav a:hover { background: var(--soft); color: var(--ink); }
  .nav-cta { margin-top: 5px; text-align: center; }
  .nav-toggle { display: block; }
  .hero-grid, .split-grid, .consultation-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 132px; }
  .hero-copy { padding-bottom: 25px; }
  .hero-visual { width: min(100%, 620px); margin-inline: auto; }
  .split-grid { gap: 34px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .warning-grid { grid-template-columns: 1fr; }
  .warning-image { margin-left: 0; min-height: 480px; border-radius: 0 0 30px 30px; }
  .warning-caption { left: 30px; }
  .warning-copy { padding: 65px 0; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .protection-card { grid-template-columns: 1fr; gap: 28px; }
  .consultation-grid { gap: 50px; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand { width: 175px; }
  .site-nav { top: 72px; left: 14px; right: 14px; }
  .hero { padding-top: 116px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lede { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 430px; }
  .image-card-main { width: 82%; right: 0; }
  .image-card-float { width: 48%; left: 0; }
  .hero-badge { width: 118px; height: 118px; right: -4px; bottom: 28px; border-width: 6px; }
  .hero-badge strong { font-size: 36px; }
  .hero-badge span { font-size: 8px; }
  .hero-strip { padding: 18px 0; min-height: auto; align-items: flex-start; flex-direction: column; gap: 8px; }
  .section { padding: 76px 0; }
  .section-heading h2, .warning h2, .consultation h2 { font-size: 40px; }
  .service-grid, .process-grid, .mini-stats, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .icon { margin-bottom: 34px; }
  .warning-image { min-height: 350px; }
  .warning-copy { padding: 58px 0; }
  .protection-card { padding: 36px 24px; border-radius: 25px; }
  .enquiry-form { padding: 24px 18px; border-radius: 22px; }
  .contact-lines a { grid-template-columns: 1fr; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .floating-contact { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}

@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 { opacity: 1; transform: none; }
}

/* Approved 10 Laucious identity + hero image scale refinement — Aug 2026 */
.site-header .brand {
  width: 270px;
  background: #fff;
  border-radius: 13px;
  padding: 7px 11px 6px;
  box-shadow: 0 8px 28px rgba(3, 20, 34, .18);
}
.site-header .brand img {
  width: 100%;
  height: auto;
}

/* Make the hero imagery more substantial without changing the section content. */
@media (min-width: 981px) {
  .hero-grid { grid-template-columns: .90fr 1.10fr; gap: 44px; }
  .hero-visual { min-height: 600px; }
  .image-card-main { width: min(88%, 500px); right: 0; top: -8px; }
  .image-card-float { width: 58%; left: -10px; bottom: 0; }
  .hero-badge { right: -8px; bottom: 38px; }
}

.footer-brand img {
  width: min(100%, 330px);
  background: #fff;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 12px 34px rgba(0,0,0,.14);
}

@media (max-width: 980px) {
  .site-header .brand { width: 245px; }
  .hero-visual { min-height: 550px; }
  .image-card-main { width: 88%; right: 0; }
  .image-card-float { width: 55%; left: -4px; }
}

@media (max-width: 650px) {
  .site-header .brand { width: 215px; padding: 6px 9px 5px; border-radius: 11px; }
  .nav-wrap { min-height: 76px; }
  .site-nav { top: 76px; }
  .hero { padding-top: 120px; }
  .hero-visual { min-height: 495px; }
  .image-card-main { width: 92%; right: -2px; }
  .image-card-float { width: 56%; left: -2px; bottom: 0; }
  .footer-brand img { width: min(100%, 320px); }
}
