@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --navy: #17375e;
  --navy-deep: #0d2748;
  --green: #2e8b57;
  --green-dark: #216b42;
  --slate: #5b6770;
  --soft: #f7f9fc;
  --mint: #eaf5ef;
  --charcoal: #2c2c2c;
  --border: #dce5ec;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(13, 39, 72, 0.12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: white; color: var(--charcoal); font-family: Inter, system-ui, sans-serif; line-height: 1.62; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--navy); color: white; padding: 10px 14px; z-index: 1000; }
.skip-link:focus { left: 8px; }

h1, h2, h3, h4 { margin: 0; color: var(--navy); font-family: "DM Sans", Inter, sans-serif; line-height: 1.08; }
h1 { font-size: clamp(3rem, 6.5vw, 5.75rem); letter-spacing: -0.062em; max-width: 760px; }
h2 { font-size: clamp(2.15rem, 4.2vw, 3.7rem); letter-spacing: -0.046em; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -0.025em; }
p { margin: 0; color: var(--slate); }
.lead { font-size: clamp(1.08rem, 2vw, 1.28rem); max-width: 760px; }
.eyebrow { margin: 0 0 13px; color: var(--green); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-heading { margin-bottom: 46px; }
.section-heading .lead { margin-top: 20px; }
.split-heading { display: grid; grid-template-columns: 1fr 0.82fr; gap: 64px; align-items: end; }
.split-heading .lead { margin: 0; }
.centred-heading { max-width: 780px; margin: 0 auto 46px; text-align: center; }
.centred-heading .lead { margin-inline: auto; }
.small-lead { font-size: 1.12rem; }

.brand-mark { display: inline-flex; width: 190px; flex-direction: column; align-items: center; color: var(--navy); line-height: 1; }
.brand-name { font-family: "DM Sans", Inter, sans-serif; font-size: 2.18rem; font-weight: 700; letter-spacing: 0.01em; }
.brand-rule { width: 52px; height: 3px; margin: 7px 0 6px; border-radius: 3px; background: var(--green); }
.brand-subtitle { font-size: 0.64rem; font-weight: 700; letter-spacing: 0.43em; padding-left: 0.43em; }
.brand-mark.inverse { color: white; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(220, 229, 236, 0.88); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 90px; align-items: center; justify-content: space-between; gap: 25px; }
.header-brand { display: flex; }
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav a { position: relative; color: var(--navy); font-size: 0.91rem; font-weight: 700; }
.desktop-nav a::after { position: absolute; bottom: -8px; left: 0; width: 0; height: 2px; background: var(--green); content: ""; transition: width 0.2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.mobile-menu { display: none; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 13px 22px; font-weight: 800; line-height: 1.2; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(13, 39, 72, 0.14); }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border-color: var(--border); background: white; color: var(--navy); }
.button-light { background: white; color: var(--navy); }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 27px; color: var(--green); font-weight: 800; }
.text-link span { transition: transform 0.18s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { overflow: hidden; padding: 78px 0 72px; background: radial-gradient(circle at 83% 14%, rgba(46, 139, 87, 0.15), transparent 25%), linear-gradient(180deg, var(--soft), white); }
.hero-grid { display: grid; grid-template-columns: 1.03fr 0.97fr; gap: 60px; align-items: center; }
.hero-copy .lead { margin-top: 24px; }
.hero-detail { max-width: 680px; margin-top: 13px; }
.microcopy { margin-top: 18px; font-size: 0.88rem; font-weight: 600; }
.hero-board { overflow: hidden; border: 1px solid var(--border); border-radius: 32px; background: white; box-shadow: var(--shadow); }
.board-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 27px 22px; border-bottom: 1px solid var(--border); }
.board-kicker { display: block; margin-bottom: 4px; color: var(--slate); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.board-topline strong { display: block; color: var(--navy); font-family: "DM Sans", sans-serif; }
.status-pill { flex: 0 0 auto; border-radius: 999px; padding: 8px 11px; background: var(--mint); color: var(--green); font-size: 0.78rem; font-weight: 800; }
.workflow-list { display: grid; gap: 12px; padding: 24px 27px; background: var(--soft); }
.workflow-row { display: grid; grid-template-columns: 36px 1fr auto; gap: 13px; align-items: center; border: 1px solid var(--border); border-radius: 16px; padding: 13px; background: white; }
.workflow-row > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: var(--navy); color: white; font-size: 0.72rem; font-weight: 800; }
.workflow-row b, .workflow-row small { display: block; }
.workflow-row b { color: var(--navy); font-size: 0.93rem; }
.workflow-row small { color: var(--slate); font-size: 0.75rem; }
.workflow-row i { border-radius: 999px; padding: 5px 8px; background: var(--mint); color: var(--green); font-size: 0.68rem; font-style: normal; font-weight: 800; }
.board-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); }
.board-stats div { padding: 19px; background: white; text-align: center; }
.board-stats b, .board-stats span { display: block; }
.board-stats b { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 1.35rem; }
.board-stats span { color: var(--slate); font-size: 0.73rem; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.service-card { min-height: 275px; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; background: white; box-shadow: 0 12px 34px rgba(13, 39, 72, 0.055); }
.service-card h3 { margin: 23px 0 13px; }
.card-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 16px; background: var(--mint); color: var(--green); font-weight: 900; }

.xero-grid { display: grid; grid-template-columns: 0.94fr 1.06fr; gap: 66px; align-items: center; }
.xero-panel { position: relative; min-height: 520px; overflow: hidden; border-radius: 34px; background: linear-gradient(140deg, var(--navy-deep), var(--navy) 55%, var(--green)); box-shadow: var(--shadow); }
.xero-orbit { position: absolute; top: 50%; left: 50%; display: grid; width: 154px; height: 154px; place-items: center; transform: translate(-50%, -65%); border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 50%; background: rgba(255, 255, 255, 0.11); color: white; font-family: "DM Sans", sans-serif; font-size: 1.45rem; font-weight: 800; letter-spacing: 0.12em; backdrop-filter: blur(10px); }
.xero-lines::before, .xero-lines::after { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 50%; content: ""; transform: translate(-50%, -58%); }
.xero-lines::before { width: 290px; height: 290px; }
.xero-lines::after { width: 420px; height: 420px; }
.xero-caption { position: absolute; right: 35px; bottom: 35px; left: 35px; border-radius: 22px; padding: 20px 22px; background: rgba(13, 39, 72, 0.73); backdrop-filter: blur(12px); }
.xero-caption span, .xero-caption strong { display: block; color: white; }
.xero-caption span { margin-bottom: 5px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.xero-caption strong { font-family: "DM Sans", sans-serif; font-size: 1.35rem; }
.section-copy .lead { margin-top: 21px; }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; color: var(--slate); }
.check-list li::before { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); content: "✓"; font-weight: 900; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 28px; padding: 31px; background: white; box-shadow: 0 12px 34px rgba(13, 39, 72, 0.055); }
.price-card.featured { border: 2px solid var(--green); box-shadow: var(--shadow); }
.popular-label { position: absolute; top: -14px; right: 24px; border-radius: 999px; padding: 7px 13px; background: var(--green); color: white; font-size: 0.74rem; font-weight: 800; }
.price-name { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 1.55rem; font-weight: 800; }
.price-strap { min-height: 48px; margin-top: 6px; font-size: 0.9rem; }
.price-line { display: flex; align-items: flex-end; gap: 9px; margin-top: 23px; }
.price-line b { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 2.8rem; line-height: 0.9; letter-spacing: -0.05em; }
.price-line span { color: var(--slate); font-size: 0.8rem; }
.price-total { margin-top: 8px; font-size: 0.76rem; }
.price-card ul { display: grid; flex: 1; gap: 11px; margin: 27px 0; padding: 22px 0 0; border-top: 1px solid var(--border); list-style: none; }
.price-card li { display: flex; gap: 9px; color: var(--slate); font-size: 0.91rem; }
.price-card li::before { color: var(--green); content: "✓"; font-weight: 900; }
.price-card .button { width: 100%; }
.pricing-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 26px; border: 1px solid var(--border); border-radius: 20px; padding: 22px 26px; background: white; }
.pricing-note strong { color: var(--navy); }
.pricing-note .text-link { margin: 0; }

.about-grid { display: grid; grid-template-columns: 0.84fr 1.16fr; gap: 68px; align-items: center; }
.profile-card { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: 34px; background: white; box-shadow: var(--shadow); }
.profile-card img { width: 100%; height: 590px; object-fit: cover; object-position: center top; }
.profile-caption { position: absolute; right: 22px; bottom: 22px; left: 22px; border-radius: 19px; padding: 17px 19px; background: rgba(13, 39, 72, 0.88); backdrop-filter: blur(10px); }
.profile-caption strong, .profile-caption span { display: block; color: white; }
.profile-caption strong { font-family: "DM Sans", sans-serif; font-size: 1.22rem; }
.profile-caption span { color: rgba(255, 255, 255, 0.75); font-size: 0.82rem; }
.credential-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 29px; }
.credential-grid div { border: 1px solid var(--border); border-radius: 17px; padding: 16px 18px; background: var(--soft); }
.credential-grid b, .credential-grid span { display: block; }
.credential-grid b { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 1.06rem; }
.credential-grid span { color: var(--slate); font-size: 0.78rem; }
.credential-grid .credential-logo-card { display: flex; align-items: center; gap: 14px; padding: 12px 18px; }
.credential-logo-card img { width: 58px; height: 58px; flex: 0 0 58px; object-fit: contain; }
.credential-logo-card p { margin: 0; }

.section-dark { background: var(--navy); }
.section-dark h2, .section-dark h3 { color: white; }
.section-dark p { color: rgba(255, 255, 255, 0.72); }
.section-dark .eyebrow { color: #75c69a; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.process-grid article { border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 22px; padding: 26px; background: rgba(255, 255, 255, 0.055); }
.process-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--green); color: white; font-weight: 900; }
.process-grid h3 { margin-bottom: 12px; font-size: 1.25rem; }

.cta-panel { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 55px; align-items: end; overflow: hidden; border-radius: 34px; padding: 55px; background: radial-gradient(circle at 95% 5%, rgba(46, 139, 87, 0.55), transparent 32%), var(--navy-deep); }
.cta-panel .brand-mark { margin-bottom: 34px; }
.cta-panel h2 { max-width: 720px; color: white; }
.cta-panel p { max-width: 680px; margin-top: 18px; color: rgba(255, 255, 255, 0.74); }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.email-link { color: white; font-weight: 700; }

.site-footer { padding: 62px 0 27px; background: var(--navy-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 0.8fr 0.8fr 0.8fr; gap: 42px; }
.footer-intro .brand-mark { margin-bottom: 18px; }
.footer-intro p { max-width: 340px; margin-bottom: 13px; color: rgba(255, 255, 255, 0.7); }
.footer-intro a { color: white; font-weight: 700; }
.footer-col h3 { margin-bottom: 16px; color: white; font-size: 1rem; }
.footer-col a, .footer-col p { display: block; margin-bottom: 9px; color: rgba(255, 255, 255, 0.69); font-size: 0.9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 42px; padding-top: 21px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.footer-bottom p, .footer-legal p { color: rgba(255, 255, 255, 0.56); font-size: 0.78rem; }
.footer-legal { margin-top: 8px; }

/* Inner pages */
.page-hero { padding: 82px 0; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 88% 20%, rgba(46, 139, 87, 0.14), transparent 27%), var(--soft); }
.page-hero-inner { max-width: 980px; }
.page-hero h1 { max-width: 930px; font-size: clamp(3rem, 6vw, 5.35rem); }
.page-hero .lead { margin-top: 23px; }
.split-content { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 66px; align-items: center; }
.highlight-panel { border: 1px solid var(--border); border-radius: 30px; padding: clamp(30px, 5vw, 48px); background: white; box-shadow: var(--shadow); }
.highlight-panel h3 { margin-bottom: 22px; }
.highlight-panel .check-list { margin-top: 0; }
.info-card-grid { display: grid; gap: 19px; }
.info-card-grid.three-up { grid-template-columns: repeat(3, 1fr); }
.info-card-grid article { min-height: 245px; border: 1px solid var(--border); border-radius: 23px; padding: 27px; background: white; box-shadow: 0 10px 30px rgba(13, 39, 72, 0.05); }
.info-card-grid h3 { margin: 22px 0 12px; }
.scope-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 66px; align-items: start; }
.scope-grid .lead { margin-top: 19px; }
.scope-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.scope-list { border: 1px solid var(--border); border-radius: 24px; padding: 28px; background: white; }
.scope-list.included { border-top: 5px solid var(--green); }
.scope-list.excluded { border-top: 5px solid var(--navy); }
.scope-list h3 { margin-bottom: 19px; }
.scope-list ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.scope-list li { display: flex; gap: 9px; color: var(--slate); }
.scope-list li::before { color: var(--green); content: "•"; font-weight: 900; }
.scope-footnote { margin-top: 24px; border-top: 1px solid var(--border); padding-top: 19px; font-size: 0.87rem; }
.compact-cta { display: grid; grid-template-columns: 1.18fr 0.82fr; gap: 55px; align-items: end; overflow: hidden; border-radius: 32px; padding: 52px; background: radial-gradient(circle at 96% 3%, rgba(46, 139, 87, 0.53), transparent 31%), var(--navy-deep); }
.compact-cta h2 { color: white; }
.compact-cta p { max-width: 720px; margin-top: 18px; color: rgba(255, 255, 255, 0.74); }
.compact-cta .eyebrow { color: #75c69a; }
.price-callout { display: flex; align-items: baseline; gap: 12px; margin-top: 28px; }
.price-callout b { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 2rem; }
.price-callout span { font-size: 0.85rem; }
.finance-visual { min-height: 480px; border-radius: 32px; padding: 38px; background: linear-gradient(145deg, var(--navy-deep), var(--navy) 60%, var(--green)); box-shadow: var(--shadow); }
.chart-card { display: grid; grid-template-columns: 1fr auto; gap: 7px 18px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 20px; padding: 22px; background: rgba(255, 255, 255, 0.1); color: white; backdrop-filter: blur(9px); }
.chart-card span { grid-column: 1 / -1; color: rgba(255, 255, 255, 0.68); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; }
.chart-card b { font-family: "DM Sans", sans-serif; font-size: 2.5rem; }
.chart-card i { align-self: center; border-radius: 999px; padding: 6px 9px; background: rgba(117, 198, 154, 0.2); color: #9ce0ba; font-size: 0.8rem; font-style: normal; font-weight: 800; }
.chart-bars { display: flex; height: 220px; align-items: end; justify-content: space-between; gap: 13px; margin-top: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
.chart-bars i { width: 12%; border-radius: 10px 10px 0 0; background: linear-gradient(180deg, #75c69a, var(--green)); }
.chart-bars i:nth-child(1) { height: 32%; }.chart-bars i:nth-child(2) { height: 46%; }.chart-bars i:nth-child(3) { height: 42%; }.chart-bars i:nth-child(4) { height: 61%; }.chart-bars i:nth-child(5) { height: 69%; }.chart-bars i:nth-child(6) { height: 82%; }
.chart-foot { display: flex; justify-content: space-between; padding-top: 12px; color: rgba(255, 255, 255, 0.65); font-size: 0.75rem; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.metric-grid article { border: 1px solid var(--border); border-radius: 22px; padding: 26px; background: white; text-align: center; }
.metric-grid b, .metric-grid span { display: block; }
.metric-grid b { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 1.45rem; }
.metric-grid span { margin-top: 8px; color: var(--slate); font-size: 0.86rem; }
.centre-note { max-width: 800px; margin: 28px auto 0; text-align: center; }
.personal-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.personal-price-card { border: 1px solid var(--border); border-radius: 27px; padding: 31px; background: white; box-shadow: 0 12px 34px rgba(13, 39, 72, 0.055); }
.personal-price-card.featured { border: 2px solid var(--green); box-shadow: var(--shadow); }
.personal-price-card .price-line { flex-direction: column; align-items: flex-start; gap: 5px; }
.personal-price-card .check-list { margin-top: 24px; border-top: 1px solid var(--border); padding-top: 22px; }
.pricing-table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 24px; background: white; box-shadow: 0 12px 34px rgba(13, 39, 72, 0.055); }
.pricing-table { width: 100%; min-width: 850px; border-collapse: collapse; }
.pricing-table th { padding: 17px 20px; background: var(--navy); color: white; text-align: left; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }
.pricing-table td { padding: 23px 20px; border-bottom: 1px solid var(--border); vertical-align: top; }
.pricing-table tr:last-child td { border-bottom: 0; }
.pricing-table td:first-child b { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 1.15rem; }
.pricing-table td:nth-child(2) strong, .pricing-table td:nth-child(2) span, .pricing-table td:nth-child(2) small { display: block; }
.pricing-table td:nth-child(2) strong { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 1.8rem; }
.pricing-table td:nth-child(2) span, .pricing-table td:nth-child(2) small { color: var(--slate); font-size: 0.76rem; }
.pricing-table ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.pricing-table li { color: var(--slate); font-size: 0.85rem; }
.pricing-table li::before { margin-right: 7px; color: var(--green); content: "✓"; font-weight: 900; }
.pricing-table .text-link { margin: 0; white-space: nowrap; }
.personal-metrics article { min-height: 160px; display: grid; align-content: center; }
.prose-copy > p:not(.eyebrow):not(.lead) { margin-top: 17px; }

/* Acquisition and sector pages */
.service-card .text-link { margin-top: 18px; font-size: 0.88rem; }
.credentials-proof { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 28px; align-items: center; margin-top: 44px; border: 1px solid var(--border); border-radius: 22px; padding: 24px 27px; background: white; box-shadow: 0 10px 30px rgba(13, 39, 72, 0.05); }
.credentials-proof strong, .credentials-proof span { display: block; }
.credentials-proof strong { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 1.08rem; }
.proof-kicker { margin-bottom: 4px; color: var(--green); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.credentials-proof p { font-size: 0.88rem; }
.proof-availability { justify-self: end; border-radius: 999px; padding: 8px 12px; background: var(--mint); color: var(--green); font-size: 0.78rem; font-weight: 800; white-space: nowrap; }
.related-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-link-grid a { display: flex; min-height: 170px; flex-direction: column; justify-content: space-between; border: 1px solid var(--border); border-radius: 22px; padding: 27px; background: white; box-shadow: 0 10px 30px rgba(13, 39, 72, 0.05); }
.related-link-grid strong, .related-link-grid span { display: block; }
.related-link-grid strong { color: var(--navy); font-family: "DM Sans", sans-serif; font-size: 1.2rem; }
.related-link-grid span { margin-top: 20px; color: var(--green); font-size: 0.86rem; font-weight: 800; }
.centred-action { display: flex; justify-content: center; margin-top: 28px; }

.fee-check-hero { padding: 72px 0 88px; background: radial-gradient(circle at 85% 10%, rgba(46, 139, 87, 0.18), transparent 27%), var(--soft); }
.fee-check-heading { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 58px; align-items: end; margin-bottom: 38px; }
.fee-check-heading h1 { max-width: 780px; font-size: clamp(3rem, 6vw, 5.25rem); }
.fee-check-heading .lead { margin-bottom: 8px; }
.fee-checker { display: grid; grid-template-columns: 1.15fr 0.85fr; overflow: hidden; border: 1px solid var(--border); border-radius: 32px; background: white; box-shadow: var(--shadow); }
.fee-check-form { display: grid; gap: 18px; padding: clamp(27px, 4vw, 44px); }
.fee-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.fee-check-form label { display: grid; gap: 7px; color: var(--navy); font-size: 0.87rem; font-weight: 800; }
.fee-check-form select { width: 100%; min-height: 51px; border: 1px solid var(--border); border-radius: 13px; padding: 12px 38px 12px 14px; background: white; color: var(--charcoal); }
.fee-check-form select:focus { border-color: var(--green); outline: 3px solid rgba(46, 139, 87, 0.13); }
.fee-submit-row { display: flex; align-items: center; gap: 17px; margin-top: 4px; }
.fee-submit-row p { max-width: 260px; font-size: 0.74rem; }
.fee-result { display: flex; min-height: 520px; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 52px); background: radial-gradient(circle at 95% 5%, rgba(46, 139, 87, 0.55), transparent 35%), var(--navy-deep); }
.fee-result h2, .fee-result p, .fee-result li { color: white; }
.fee-result .eyebrow { color: #8dd5ad; }
.fee-result > p:not(.eyebrow), .fee-result > div > p:not(.eyebrow) { color: rgba(255, 255, 255, 0.76); }
.result-price { display: flex; align-items: baseline; gap: 11px; margin: 24px 0 18px; }
.result-price b { color: white; font-family: "DM Sans", sans-serif; font-size: clamp(2.7rem, 5vw, 4rem); line-height: 0.9; letter-spacing: -0.05em; }
.result-price span { max-width: 150px; color: rgba(255, 255, 255, 0.7); font-size: 0.82rem; }
.fee-result ul { display: grid; gap: 9px; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255, 255, 255, 0.16); list-style: none; }
.fee-result ul[hidden] { display: none; }
.fee-result li { display: flex; gap: 9px; color: rgba(255, 255, 255, 0.75); font-size: 0.84rem; }
.fee-result li::before { color: #8dd5ad; content: "•"; font-weight: 900; }
.result-caveat { margin-top: 20px; font-size: 0.75rem; }
.fee-result .button { align-self: flex-start; margin-top: 25px; }
.result-placeholder { display: flex; align-items: baseline; gap: 9px; margin-top: 35px; }
.result-placeholder span { color: white; font-family: "DM Sans", sans-serif; font-size: 5.5rem; font-weight: 800; line-height: 0.8; letter-spacing: -0.07em; }
.result-placeholder small { color: #8dd5ad; font-size: 0.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }

.faq-list { display: grid; max-width: 900px; gap: 13px; margin: 0 auto; }
.faq-list details { border: 1px solid var(--border); border-radius: 18px; padding: 0 22px; background: white; }
.faq-list summary { cursor: pointer; padding: 20px 35px 20px 0; color: var(--navy); font-family: "DM Sans", sans-serif; font-weight: 800; }
.faq-list details p { padding: 0 0 20px; }
.switch-board { display: grid; gap: 13px; border: 1px solid var(--border); border-radius: 30px; padding: 25px; background: var(--soft); box-shadow: var(--shadow); }
.switch-status { display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; border: 1px solid var(--border); border-radius: 17px; padding: 15px; background: white; }
.switch-status > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--navy); color: white; font-size: 0.76rem; font-weight: 900; }
.switch-status b, .switch-status small { display: block; }
.switch-status b { color: var(--navy); }
.switch-status small { color: var(--slate); }
.switch-status i { border-radius: 999px; padding: 6px 9px; background: var(--mint); color: var(--green); font-size: 0.7rem; font-style: normal; font-weight: 800; }
.dark-link-panel { display: grid; gap: 14px; }
.dark-link-panel a { display: block; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 19px; padding: 22px; background: rgba(255, 255, 255, 0.06); }
.dark-link-panel strong, .dark-link-panel span { display: block; }
.dark-link-panel strong { color: white; font-family: "DM Sans", sans-serif; font-size: 1.1rem; }
.dark-link-panel span { margin-top: 5px; color: #8dd5ad; font-size: 0.84rem; font-weight: 700; }
.manufacturing-dashboard { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; border-radius: 32px; padding: 31px; background: linear-gradient(145deg, var(--navy-deep), var(--navy) 60%, var(--green)); box-shadow: var(--shadow); }
.manufacturing-kpi { min-height: 165px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 20px; padding: 22px; background: rgba(255, 255, 255, 0.08); }
.manufacturing-kpi span, .manufacturing-kpi b, .manufacturing-kpi i { display: block; }
.manufacturing-kpi span { color: rgba(255, 255, 255, 0.67); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.manufacturing-kpi b { margin: 12px 0 8px; color: white; font-family: "DM Sans", sans-serif; font-size: 2.35rem; }
.manufacturing-kpi i { color: #9ce0ba; font-size: 0.75rem; font-style: normal; font-weight: 800; }
.experience-panel p:not(.eyebrow) { margin-top: 18px; }
.scope-lists.single-column { grid-template-columns: 1fr; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 28px; align-items: start; }
.contact-aside { position: sticky; top: 120px; border-radius: 28px; padding: 34px; background: var(--navy); }
.contact-aside h2 { color: white; }
.contact-aside .eyebrow { color: #75c69a; }
.contact-steps { display: grid; gap: 21px; margin: 32px 0; padding: 0; list-style: none; }
.contact-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; }
.contact-steps li > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--green); color: white; font-weight: 900; }
.contact-steps b { display: block; color: white; }
.contact-steps p { color: rgba(255, 255, 255, 0.67); font-size: 0.86rem; }
.contact-email-card { border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 22px; }
.contact-email-card span, .contact-email-card a { display: block; }
.contact-email-card span { color: rgba(255, 255, 255, 0.6); font-size: 0.78rem; }
.contact-email-card a { margin-top: 5px; color: white; font-weight: 700; }
.form-panel { border: 1px solid var(--border); border-radius: 28px; padding: clamp(28px, 5vw, 45px); background: white; box-shadow: var(--shadow); }
.form-intro { margin: 15px 0 27px; }
.enquiry-form { display: grid; gap: 19px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.enquiry-form label { display: grid; gap: 7px; color: var(--navy); font-size: 0.87rem; font-weight: 800; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 13px; padding: 13px 14px; background: white; color: var(--charcoal); }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--green); outline: 3px solid rgba(46, 139, 87, 0.13); }
.enquiry-form textarea { resize: vertical; }
.consent-row { display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; color: var(--slate) !important; font-weight: 500 !important; }
.consent-row input { width: 18px; height: 18px; margin: 3px 0 0; }
.form-submit-row { display: flex; align-items: center; gap: 17px; }
.form-submit-row p { max-width: 390px; font-size: 0.75rem; }

/* Legal and utility */
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin: 42px 0 13px; font-size: 1.7rem; letter-spacing: -0.025em; }
.legal-copy p { margin-bottom: 15px; }
.legal-copy a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 90px 0; background: var(--soft); }
.not-found .lead { margin: 20px 0 30px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 0.82rem; }
  .header-cta { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 880px) {
  .desktop-nav { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { cursor: pointer; color: var(--navy); font-weight: 800; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 42px; right: 0; display: grid; width: min(310px, calc(100vw - 40px)); overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .mobile-menu nav a { padding: 13px 17px; border-bottom: 1px solid var(--border); color: var(--navy); font-weight: 700; }
  .mobile-menu nav a:last-child { border: 0; background: var(--green); color: white; }
  .hero-grid, .xero-grid, .about-grid, .cta-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { max-width: 630px; width: 100%; margin-inline: auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split-content, .scope-grid, .compact-cta, .contact-layout, .fee-check-heading, .fee-checker { grid-template-columns: 1fr; }
  .info-card-grid.three-up, .personal-price-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-aside { position: static; }
  .credentials-proof { grid-template-columns: 1fr; gap: 10px; }
  .proof-availability { justify-self: start; margin-top: 6px; }
  .fee-result { min-height: 440px; }
  .related-link-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .header-inner { min-height: 78px; }
  .brand-mark { width: 154px; }
  .brand-name { font-size: 1.82rem; }
  .brand-subtitle { font-size: 0.54rem; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.1rem); }
  .section { padding: 68px 0; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .button { width: 100%; }
  .board-topline { align-items: flex-start; flex-direction: column; }
  .workflow-row { grid-template-columns: 36px 1fr; }
  .workflow-row i { display: none; }
  .board-stats { grid-template-columns: 1fr; }
  .service-grid, .process-grid, .credential-grid { grid-template-columns: 1fr; }
  .xero-panel { min-height: 410px; }
  .xero-lines::after { width: 340px; height: 340px; }
  .pricing-note { align-items: flex-start; flex-direction: column; }
  .profile-card img { height: 500px; }
  .cta-panel { padding: 34px 27px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .scope-lists, .info-card-grid.three-up, .personal-price-grid, .metric-grid, .form-grid, .fee-field-grid, .manufacturing-dashboard { grid-template-columns: 1fr; }
  .compact-cta { padding: 34px 27px; }
  .form-submit-row { align-items: stretch; flex-direction: column; }
  .fee-submit-row { align-items: stretch; flex-direction: column; }
  .switch-status { grid-template-columns: 42px 1fr; }
  .switch-status i { display: none; }
}

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

.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; }
.form-message { margin: 20px 0; border-radius: 14px; padding: 14px 16px; font-weight: 700; }
.form-message.success { background: var(--mint); color: var(--green-dark); }
.form-message.error { background: #fff1f0; color: #9f2f29; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
