/*
Theme Name: Wirral Web Design
Author: Vikram Singh Deora
Description: A fast, conversion-focused WordPress theme for a Wirral web design business.
Version: 1.5.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: wirral-web-design
*/

:root {
  --ink: #07152e;
  --ink-2: #102443;
  --blue: #0b63f6;
  --blue-2: #3c85ff;
  --mint: #3df0bd;
  --cyan: #44d7ff;
  --violet: #7657ff;
  --paper: #ffffff;
  --soft: #f2f6fb;
  --line: #dce5f0;
  --muted: #5f6f85;
  --success: #08775c;
  --danger: #ad2331;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7, 21, 46, 0.12);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.25rem; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); }
h3 { font-size: 1.35rem; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section--soft { background: var(--soft); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 18px; color: white; background: var(--blue); border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 22px 0; color: white; transition: padding .2s ease, background .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { padding: 12px 0; background: rgba(5, 15, 34, .94); box-shadow: 0 12px 35px rgba(0, 0, 0, .18); backdrop-filter: blur(16px); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; }
.brand__mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--blue); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); transform: rotate(-4deg); }
.brand__mark span { color: white; font-weight: 900; font-size: 1.25rem; transform: rotate(4deg); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-size: 1.08rem; letter-spacing: .02em; }
.brand__text small { margin-top: 5px; color: #afc0d8; font-weight: 600; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav__list { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.site-nav__list a { position: relative; padding: 9px 0; font-weight: 650; font-size: .95rem; color: #dce7f8; }
.site-nav__list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--mint); transition: right .2s ease; }
.site-nav__list a:hover::after, .site-nav__list .current-menu-item a::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: #dfeaff; font-size: .86rem; font-weight: 750; white-space: nowrap; }
.header-phone svg { color: var(--mint); }
.header-phone:hover { color: white; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: white; transition: .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 0; border-radius: 12px; font: inherit; font-weight: 750; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--blue); box-shadow: 0 14px 32px rgba(11, 99, 246, .28); }
.button--primary:hover { background: #0754d5; box-shadow: 0 18px 38px rgba(11, 99, 246, .35); }
.button--small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button--ghost { color: white; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.button--ghost:hover { background: rgba(255,255,255,.12); }
.button--dark { color: white; background: var(--ink); }
.button--light { color: var(--ink); background: white; box-shadow: 0 16px 36px rgba(0,0,0,.15); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--mint); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: currentColor; }
.eyebrow--dark { justify-content: center; color: var(--blue); }
.hero { position: relative; overflow: hidden; padding: 180px 0 0; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, black, transparent 83%); }
.hero__glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(90px); opacity: .19; }
.hero__glow--one { top: -180px; left: -180px; background: var(--blue); }
.hero__glow--two { right: -210px; bottom: 20px; background: var(--mint); opacity: .11; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: 72px; align-items: center; padding-bottom: 100px; }
.hero__copy h1.eyebrow { max-width: none; font-size: .76rem; line-height: 1.35; letter-spacing: .18em; }
.hero-display { max-width: 700px; font-size: clamp(2.8rem, 4.4vw, 4.45rem); line-height: 1.04; letter-spacing: -.045em; }
.hero-display em { color: var(--mint); font-style: normal; }
.hero__lead { max-width: 650px; margin: 28px 0 34px; color: #b8c7dc; font-size: 1.18rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__service-link { margin: 17px 0 0; }
.hero__service-link a { display: inline-flex; align-items: center; gap: 7px; color: #bed0e8; font-size: .9rem; font-weight: 750; }
.hero__service-link a:hover { color: var(--mint); }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 32px 0 0; padding: 0; list-style: none; color: #c7d4e6; font-size: .9rem; }
.trust-list span { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 7px; color: var(--ink); background: var(--mint); border-radius: 50%; font-weight: 900; font-size: .7rem; }
.fiverr-proof { display: inline-grid; grid-template-columns: 36px auto; align-items: center; gap: 0 10px; margin-top: 22px; padding: 11px 17px; color: var(--ink); border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: white; box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.fiverr-proof > span { grid-row: 1 / 3; display: grid; place-items: center; width: 36px; height: 36px; color: #6b4e00; border-radius: 50%; background: #ffd95a; font-size: 1.05rem; }
.fiverr-proof strong, .fiverr-proof small { display: block; }.fiverr-proof strong { font-size: .88rem; }.fiverr-proof small { color: var(--muted); font-size: .7rem; }
.hero-enquiry-card { position: relative; padding: 30px; color: var(--ink); border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: rgba(255,255,255,.98); box-shadow: 0 36px 85px rgba(0,0,0,.34); }
.hero-enquiry-card__kicker { margin: 0 0 8px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-enquiry-card h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.35rem); letter-spacing: -.035em; }
.hero-enquiry-card__intro { margin: 10px 0 22px; color: var(--muted); font-size: .94rem; }
.hero-enquiry-card .form-grid { gap: 12px; }
.hero-enquiry-card .enquiry-form input:not([type="checkbox"]), .hero-enquiry-card .enquiry-form select { min-height: 46px; padding: 10px 12px; }
.hero-enquiry-card .enquiry-form textarea { min-height: 92px; padding: 10px 12px; }
.hero-enquiry-card .form-message { margin-top: 12px; }
.hero-enquiry-card .form-consent { margin: 12px 0 15px; }
.hero-enquiry-card .button { width: 100%; }
.hero-enquiry-card__privacy { margin: 13px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.5; text-align: center; }
.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.browser-card { width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #f8fbff; box-shadow: 0 40px 90px rgba(0,0,0,.38); transform: perspective(1100px) rotateY(-5deg) rotateX(2deg); }
.browser-card__bar { display: flex; align-items: center; gap: 6px; height: 46px; padding: 0 14px; color: #8291a6; background: white; border-bottom: 1px solid #e9edf4; font-size: .68rem; }
.browser-card__bar i { width: 8px; height: 8px; border-radius: 50%; background: #dfe5ed; }
.browser-card__bar span { margin-left: 12px; padding: 5px 50px; background: #f2f5f9; border-radius: 6px; }
.browser-card__body { position: relative; min-height: 400px; padding: 26px; color: var(--ink); background: linear-gradient(135deg, #fff 0 62%, #eaf2ff 62%); }
.mock-nav { display: flex; justify-content: flex-end; align-items: center; gap: 17px; }
.mock-nav b { width: 76px; height: 12px; margin-right: auto; border-radius: 4px; background: var(--ink); }
.mock-nav span { width: 34px; height: 5px; border-radius: 3px; background: #c6d0dd; }
.mock-copy { width: 64%; margin-top: 76px; }
.mock-copy small { color: var(--blue); font-size: .53rem; font-weight: 900; letter-spacing: .12em; }
.mock-copy strong { display: block; margin: 10px 0 16px; font-size: 1.75rem; line-height: 1.1; }
.mock-copy p { height: 5px; margin: 7px 0; border-radius: 4px; background: #d8e0e9; }
.mock-copy p:nth-of-type(2) { width: 72%; }
.mock-copy button { margin-top: 20px; padding: 10px 14px; color: white; border: 0; border-radius: 7px; background: var(--blue); font-weight: 700; font-size: .63rem; }
.mock-panel { position: absolute; right: 26px; bottom: 45px; width: 160px; padding: 18px; border-radius: 16px; background: var(--ink); box-shadow: 0 18px 34px rgba(7,21,46,.23); }
.mock-panel span { display: block; color: #aebdd2; font-size: .58rem; }
.mock-panel strong { color: var(--mint); font-size: 1.6rem; }
.bars { height: 55px; display: flex; align-items: flex-end; gap: 6px; margin-top: 10px; }
.bars i { flex: 1; height: 22%; background: var(--blue); border-radius: 3px 3px 0 0; }
.bars i:nth-child(2) { height: 35%; }.bars i:nth-child(3) { height: 52%; }.bars i:nth-child(4) { height: 45%; }.bars i:nth-child(5) { height: 72%; }.bars i:nth-child(6) { height: 100%; background: var(--mint); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: var(--ink); border: 1px solid rgba(7,21,46,.08); border-radius: 14px; background: white; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.floating-card--speed { left: -28px; bottom: 45px; }.floating-card--speed b { display: grid; place-items: center; width: 42px; height: 42px; color: var(--success); border: 4px solid var(--mint); border-radius: 50%; }.floating-card--speed span { font-size: .72rem; font-weight: 700; }
.floating-card--mobile { right: -14px; top: 70px; font-size: .75rem; font-weight: 750; }.floating-card--mobile b { display: grid; place-items: center; width: 25px; height: 25px; color: white; background: var(--success); border-radius: 50%; }
.stats-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.stats-strip div { padding: 28px 28px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.stats-strip div:first-child { padding-left: 0; }.stats-strip div:last-child { border-right: 0; }
.stats-strip strong, .stats-strip span { display: block; }.stats-strip strong { margin-bottom: 3px; color: white; }.stats-strip span { color: #94a7c0; font-size: .83rem; }

.narrow-center { max-width: 840px; margin-inline: auto; text-align: center; }
.narrow-center > p:last-child { max-width: 760px; margin: 26px auto 0; font-size: 1.12rem; line-height: 1.85; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading .eyebrow { justify-content: flex-start; }
.section-heading h2 { max-width: 760px; }
.text-link { display: inline-flex; align-items: center; flex: none; gap: 8px; padding-bottom: 5px; color: var(--blue); border-bottom: 2px solid #bcd2fa; font-weight: 800; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 390px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 34px rgba(10, 34, 66, .05); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card--featured { color: white; background: var(--ink); border-color: var(--ink); }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.service-card:nth-child(2)::before, .service-card:nth-child(5)::before { background: linear-gradient(90deg, var(--violet), var(--blue-2)); }
.service-card:nth-child(3)::before, .service-card:nth-child(6)::before { background: linear-gradient(90deg, var(--mint), var(--cyan)); }
.service-card__number { position: absolute; right: 28px; top: 24px; color: #c5d1e0; font-weight: 800; }
.service-card--featured .service-card__number { color: #61748d; }
.service-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 56px; color: var(--blue); border-radius: 16px; background: #eaf2ff; font-size: 1.5rem; font-weight: 900; }
.service-card--featured .service-card__icon { color: var(--ink); background: var(--mint); }
.service-card h3 { margin-bottom: 16px; font-size: 1.65rem; }
.service-card p { margin-bottom: 28px; }
.service-card--featured p { color: #abbad0; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }
.service-card--featured a { color: var(--mint); }
.included-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; margin-top: 28px; padding: 38px 42px; color: white; border-radius: var(--radius); background: linear-gradient(120deg, #0a1d3c, #102f5e); box-shadow: 0 22px 50px rgba(7,21,46,.13); }
.included-panel .eyebrow { justify-content: flex-start; margin-bottom: 10px; color: var(--mint); }
.included-panel h3 { font-size: 1.75rem; }
.included-panel ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 24px; margin: 0; padding: 0; list-style: none; color: #d3e1f2; }
.included-panel li::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: .7rem; font-weight: 900; }

.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.process-intro { position: sticky; top: 40px; }
.process-intro .eyebrow { justify-content: flex-start; }
.process-intro p:not(.eyebrow) { margin: 26px 0 32px; font-size: 1.08rem; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--blue); font-size: .82rem; font-weight: 900; letter-spacing: .1em; }
.process-list h3 { margin-bottom: 8px; font-size: 1.5rem; }.process-list p { margin: 0; }

.why-section { color: white; background: var(--ink); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.why-panel { position: relative; display: grid; place-items: center; min-height: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: radial-gradient(circle at center, rgba(11,99,246,.36), transparent 58%), linear-gradient(135deg, #0d2346, #08142a); }
.why-panel::before { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(61,240,189,.3); border-radius: 50%; box-shadow: 0 0 70px rgba(61,240,189,.12); }
.why-orbit { position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }.why-orbit--one { width: 420px; height: 420px; }.why-orbit--two { width: 610px; height: 610px; }
.why-panel__content { position: relative; text-align: center; }.why-panel__content span { color: var(--mint); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.why-panel__content strong { display: block; font-size: 4.5rem; letter-spacing: -.06em; }.why-panel__content p { color: #adbbcf; }
.why-grid h2 { max-width: 620px; }
.why-lead { margin: 26px 0 34px; color: #aebbd0; font-size: 1.08rem; }
.benefit-list { display: grid; gap: 8px; }
.benefit-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.benefit-list b { color: var(--mint); font-size: .8rem; }.benefit-list h3 { margin-bottom: 7px; }.benefit-list p { margin: 0; color: #95a7c0; }

.cta-section { padding: 80px 0; background: var(--soft); }
.cta-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; padding: 70px; color: white; border-radius: 30px; background: var(--blue); box-shadow: 0 26px 70px rgba(11,99,246,.24); }
.cta-card .eyebrow { color: #baffec; }.cta-card p:not(.eyebrow) { color: #dce9ff; }.cta-card .button { margin-top: 10px; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.cta-call-link { display: inline-flex; align-items: center; gap: 9px; color: white; font-weight: 800; }
.cta-call-link:hover { color: var(--mint); }

.page-hero { padding: 190px 0 95px; color: white; background: var(--ink); }
.breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; color: #9fb0c7; font-size: .86rem; }
.breadcrumbs a { color: #dce8f8; font-weight: 700; }.breadcrumbs a:hover { color: var(--mint); }.breadcrumbs span[aria-current="page"] { color: var(--mint); }
.page-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.page-hero h1 { font-size: clamp(3.2rem, 5vw, 5rem); }
.page-hero__grid > p { margin: 0 0 10px; color: #b4c1d4; font-size: 1.12rem; }
.page-hero--compact { padding-bottom: 82px; }
.service-jump { position: sticky; z-index: 60; top: 74px; overflow: hidden; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.service-jump .container { display: flex; gap: 8px; overflow-x: auto; padding-top: 13px; padding-bottom: 13px; scrollbar-width: none; }
.service-jump .container::-webkit-scrollbar { display: none; }
.service-jump a { flex: none; padding: 8px 13px; color: #40536d; border: 1px solid #d8e2ef; border-radius: 999px; background: white; font-size: .84rem; font-weight: 750; }
.service-jump a:hover { color: white; border-color: var(--blue); background: var(--blue); }

.service-detail-list { display: grid; }
.service-detail { scroll-margin-top: 40px; display: grid; grid-template-columns: 70px 1.25fr .75fr; gap: 45px; padding: 64px 0; border-bottom: 1px solid var(--line); }
.service-detail:first-child { padding-top: 0; }.service-detail:last-child { padding-bottom: 0; border-bottom: 0; }
.service-detail__number { color: var(--blue); font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.service-detail .eyebrow { justify-content: flex-start; margin-bottom: 12px; }
.service-detail h2 { margin-bottom: 22px; font-size: clamp(2rem, 3vw, 3rem); }
.service-detail p { max-width: 700px; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; color: var(--success); background: #dff9f1; border-radius: 50%; font-weight: 900; font-size: .7rem; }
.service-detail__card { align-self: start; padding: 30px; border-radius: 18px; background: var(--soft); }
.service-detail__card strong { display: block; margin-bottom: 9px; color: var(--blue); font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.service-detail__card a { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.contact-copy .eyebrow { justify-content: flex-start; }
.contact-copy > p:not(.eyebrow) { margin: 25px 0 32px; font-size: 1.08rem; }
.contact-methods { display: grid; gap: 12px; }
.contact-methods > a { display: flex; align-items: center; gap: 15px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: white; transition: border .2s ease, transform .2s ease; }
.contact-methods > a:hover { border-color: var(--blue); transform: translateX(4px); }
.contact-methods > a > span { display: grid; place-items: center; width: 46px; height: 46px; color: var(--blue); border-radius: 12px; background: #eaf2ff; }
.contact-methods small, .contact-methods strong { display: block; }.contact-methods small { color: var(--muted); font-size: .75rem; }.contact-methods strong { font-size: .93rem; overflow-wrap: anywhere; }
.contact-note { margin-top: 32px; padding: 25px; border-left: 3px solid var(--mint); background: var(--soft); }.contact-note p { margin: 6px 0 0; }
.contact-form-card { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.contact-form-card__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.contact-form-card__heading span { font-size: 1.35rem; font-weight: 850; }.contact-form-card__heading small { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.enquiry-form label { display: block; }.enquiry-form label > span { display: block; margin-bottom: 7px; color: var(--ink); font-size: .84rem; font-weight: 750; }.enquiry-form label b { color: var(--blue); }
.enquiry-form input:not([type="checkbox"]), .enquiry-form select, .enquiry-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); border: 1px solid #cfd9e7; border-radius: 10px; background: #fbfdff; font: inherit; font-size: .95rem; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { outline: 2px solid var(--blue); outline-offset: 1px; border-color: var(--blue); background: white; }
.form-message { margin-top: 18px; }.form-consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; margin: 17px 0 22px; }.form-consent input { margin-top: 5px; accent-color: var(--blue); }.form-consent span { margin: 0 !important; color: var(--muted) !important; font-weight: 500 !important; }
.form-honeypot { position: absolute !important; left: -9999px; }
.form-notice { margin-bottom: 22px; padding: 15px 17px; border-radius: 10px; }.form-notice--success { color: #075846; background: #dcf8ef; }.form-notice--error { color: #8c1b26; background: #fee8eb; }
.faq-section { padding-top: 90px; }.faq-grid { max-width: 900px; margin: 45px auto 0; border-top: 1px solid var(--line); }
.faq-grid details { border-bottom: 1px solid var(--line); }.faq-grid summary { position: relative; padding: 22px 45px 22px 0; cursor: pointer; font-weight: 800; list-style: none; }.faq-grid summary::-webkit-details-marker { display: none; }.faq-grid summary::after { content: "+"; position: absolute; right: 8px; top: 15px; color: var(--blue); font-size: 1.8rem; font-weight: 400; }.faq-grid details[open] summary::after { content: "−"; }.faq-grid details p { padding: 0 45px 20px 0; }

.site-footer { padding: 80px 0 26px; color: white; background: #050f22; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .85fr 1.2fr; gap: 52px; }
.brand--footer { margin-bottom: 20px; }.footer-grid > div:first-child p { max-width: 320px; color: #8ea1bc; }
.footer-heading { margin: 5px 0 18px; color: #90a4c0; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }.footer-grid li a { color: #cad6e7; font-size: .9rem; }.footer-grid li a:hover { color: var(--mint); }
.footer-contact a { display: flex; align-items: center; gap: 9px; overflow-wrap: anywhere; }.footer-contact svg { flex: 0 0 18px; color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; color: #7186a4; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 13px 17px; color: white; border-radius: 999px; background: #159d70; box-shadow: 0 14px 32px rgba(2,51,38,.28); font-weight: 800; font-size: .84rem; transition: transform .2s ease; }.whatsapp-float:hover { transform: translateY(-3px); }.whatsapp-float svg { width: 21px; height: 21px; fill: currentColor; stroke: none; }
.mobile-contact-bar { display: none; }
.content-area { max-width: 800px; }.content-area h2 { margin: 2.2rem 0 1rem; font-size: 2rem; }.content-area a { color: var(--blue); text-decoration: underline; }

@media (max-width: 1020px) {
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; visibility: hidden; opacity: 0; background: rgba(7,21,46,.98); transition: opacity .2s ease, visibility .2s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav__list { flex-direction: column; gap: 12px; }.site-nav__list a { font-size: 1.45rem; }
  .header-phone { padding: 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
  .nav-toggle { position: relative; z-index: 2; display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero__grid, .page-hero__grid { grid-template-columns: 1fr; }.hero__grid { gap: 38px; }.hero-enquiry-card { max-width: 700px; width: 100%; margin-inline: auto; }.hero-visual { max-width: 700px; width: 100%; margin-inline: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-grid:not(.service-grid--six) .service-card:last-child { grid-column: 1 / -1; }
  .included-panel { grid-template-columns: 1fr; gap: 24px; }
  .process-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }.process-intro { position: static; }
  .why-panel { min-height: 460px; }.cta-card { gap: 45px; padding: 52px; }
  .service-detail { grid-template-columns: 55px 1fr; }.service-detail__card { grid-column: 2; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .admin-bar .site-header { top: 46px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }.hero { padding-top: 145px; }.hero__grid { padding-bottom: 65px; }.hero-display { font-size: clamp(2.45rem, 10.5vw, 3.35rem); line-height: 1.06; }.hero__lead { font-size: 1.05rem; }
  .hero__actions, .hero__actions .button { width: 100%; }.hero__service-link { text-align: center; }.trust-list { display: grid; gap: 12px; }.hero-enquiry-card { padding: 25px 18px; }.hero-enquiry-card .form-grid { grid-template-columns: 1fr; }.hero-visual { min-height: 390px; }.browser-card { transform: none; }.browser-card__body { min-height: 310px; padding: 18px; }.mock-copy { margin-top: 45px; }.mock-panel { right: 14px; bottom: 28px; }.floating-card--speed { left: -5px; bottom: 0; }.floating-card--mobile { right: -3px; top: 34px; }
  .stats-strip { grid-template-columns: 1fr 1fr; }.stats-strip div { padding: 22px 12px; border-bottom: 1px solid rgba(255,255,255,.13); }.stats-strip div:nth-child(2) { border-right: 0; }.stats-strip div:nth-child(3), .stats-strip div:nth-child(4) { border-bottom: 0; }.stats-strip div:nth-child(3) { padding-left: 0; }
  .section-heading { display: block; }.section-heading .text-link { margin-top: 24px; }.service-grid { grid-template-columns: 1fr; }.service-card:last-child { grid-column: auto; }.service-card { min-height: 340px; padding: 30px; }.service-card__icon { margin-bottom: 36px; }
  .included-panel { padding: 30px 24px; }.included-panel ul { grid-template-columns: 1fr; }
  .process-grid { gap: 48px; }.process-list li { grid-template-columns: 48px 1fr; }.why-grid { gap: 50px; }.why-panel { min-height: 360px; }.why-panel__content strong { font-size: 3.5rem; }
  .cta-card { grid-template-columns: 1fr; gap: 28px; padding: 38px 26px; border-radius: 22px; }.cta-actions, .cta-card .button { width: 100%; }.cta-call-link { align-self: center; }
  .page-hero { padding: 150px 0 65px; }.page-hero__grid { gap: 28px; }.service-detail { grid-template-columns: 1fr; gap: 20px; padding: 50px 0; }.service-detail__card { grid-column: auto; }.check-list { grid-template-columns: 1fr; }
  .contact-grid { gap: 50px; }.contact-form-card { padding: 25px 18px; }.contact-form-card__heading { align-items: flex-start; flex-direction: column; gap: 3px; }.form-grid { grid-template-columns: 1fr; }.enquiry-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }.whatsapp-float { display: none; }
  .mobile-contact-bar { position: fixed; z-index: 150; inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 68px; padding-bottom: env(safe-area-inset-bottom); color: white; border-top: 1px solid rgba(255,255,255,.12); background: rgba(5,15,34,.98); box-shadow: 0 -12px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
  .mobile-contact-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-width: 0; color: #dce7f8; font-size: .72rem; font-weight: 750; }
  .mobile-contact-bar a + a { border-left: 1px solid rgba(255,255,255,.1); }
  .mobile-contact-bar svg { width: 20px; height: 20px; }
  .mobile-contact-bar__call { color: var(--ink) !important; background: var(--mint); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
