:root {
  --ink: #10212a;
  --slate: #314952;
  --muted: #60727a;
  --paper: #fbfaf6;
  --cream: #f5f1e8;
  --mint: #e7f7f3;
  --aqua: #b8e3d7;
  --teal: #075f73;
  --teal-deep: #073e4c;
  --coral: #ea5187;
  --line: #d9dfdc;
  --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; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251, 250, 246, .9); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(16, 33, 42, .08); }
.topbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.04em; font-size: 1.2rem; }
.brand > span { font-size: 0; }
.brand > span::before { content: "SurveyorWebsites"; font-size: 1.2rem; }
.brand-mark { display: none; }
.brand::before { content: "SW"; display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; border-radius: 10px; background: var(--teal-deep); color: #fff; font-family: var(--sans); font-size: .88rem; font-weight: 800; letter-spacing: -.09em; }
.brand small { display: block; color: var(--muted); font-size: 0; letter-spacing: .02em; font-weight: 650; margin-top: -3px; text-transform: none; }
.brand small::before { content: "part of SurveyorNotes.uk"; font-size: .72rem; }
.nav { display: flex; align-items: center; gap: 26px; font-size: .93rem; font-weight: 650; }
.nav a:not(.button) { color: var(--slate); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--teal); }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); font-weight: 750; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 46px; padding: 11px 20px; border: 1px solid transparent; border-radius: 999px; background: var(--teal); color: #fff; font-weight: 760; font-size: .92rem; transition: transform .2s, background .2s; }
.button:hover { background: var(--teal-deep); transform: translateY(-2px); }
.button--coral { background: var(--coral); }
.button--coral:hover { background: #ca3368; }
.button--light { background: #fff; color: var(--teal); border-color: #d6e3df; }
.button--outline { background: transparent; color: var(--teal); border-color: currentColor; }

.eyebrow { margin: 0 0 15px; color: var(--teal); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; }
h1 { font-size: clamp(3rem, 6vw, 5.35rem); max-width: 770px; }
h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); }
h3 { font-size: 1.28rem; }
.lede { color: var(--slate); font-size: 1.1rem; max-width: 620px; }

.hero { position: relative; overflow: hidden; padding: 90px 0 74px; background: linear-gradient(116deg, var(--cream) 0%, var(--paper) 59%, #e3f3ee 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(7,95,115,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(7,95,115,.055) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 55px; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: .88rem; margin-top: 24px; }
.hero-note::before { content: ""; width: 9px; height: 9px; background: #1a7a5e; border-radius: 50%; box-shadow: 0 0 0 5px rgba(26,122,94,.12); }
.hero-art { position: relative; min-height: 430px; background: url("../images/websites-for-surveyors-clean.png") center / contain no-repeat; }
.hero-art > * { display: none; }
.hero-disc { position: absolute; width: 370px; height: 370px; right: 2%; top: 2%; background: var(--teal); border-radius: 48% 52% 43% 57% / 55% 42% 58% 45%; transform: rotate(-12deg); }
.site-preview { position: absolute; top: 47px; left: 0; width: min(430px, 100%); padding: 13px; background: rgba(255,255,255,.92); border: 1px solid rgba(16,33,42,.13); border-radius: 17px; box-shadow: 0 25px 55px rgba(8,50,59,.22); transform: rotate(3deg); }
.browser-dots { display: flex; gap: 5px; padding-bottom: 10px; }
.browser-dots span { width: 7px; height: 7px; border-radius: 50%; background: #c6d1d0; }
.preview-screen { min-height: 280px; padding: 22px; background: #f8f6ef; border-radius: 10px; overflow: hidden; }
.preview-brand { display: flex; align-items: center; gap: 6px; color: var(--teal); font-size: .7rem; font-weight: 800; }
.preview-brand b { width: 15px; height: 15px; border: 3px solid currentColor; border-radius: 50%; }
.preview-line { height: 12px; margin-top: 29px; border-radius: 10px; background: var(--ink); width: 91%; }
.preview-line.short { width: 62%; margin-top: 8px; background: var(--teal); }
.preview-card { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 24px; }
.preview-card span { height: 108px; border-radius: 9px; background: var(--mint); }
.preview-card span:last-child { background: var(--coral); opacity: .78; }
.stamp { position: absolute; right: -28px; bottom: 8px; z-index: 1; width: 246px; aspect-ratio: 1; display: grid; place-items: center; padding: 24px; background: var(--coral); color: #fff; border-radius: 50%; text-align: center; font-family: var(--sans); font-size: 1.18rem; font-weight: 800; line-height: 1.24; transform: rotate(-8deg); box-shadow: 0 14px 25px rgba(166,28,80,.25); }

.section { padding: 100px 0; }
.section--cream { background: var(--cream); }
.section--mint { background: var(--mint); }
.section-heading { max-width: 720px; margin-bottom: 45px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 270px; padding: 30px; background: #fff; border: 1px solid #e3e7e3; border-radius: 18px; }
.service-card:nth-child(2) { background: var(--teal); color: #fff; border: 0; }
.service-card:nth-child(2) p { color: #d4ebe4; }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 50px; border-radius: 14px; background: var(--mint); color: var(--teal); font-weight: 850; }
.service-card:nth-child(2) .service-icon { background: rgba(255,255,255,.15); color: #fff; }
.service-card p { color: var(--muted); margin-bottom: 0; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefits-group { display: flex; flex-direction: column; width: 100%; }
.facts-title { margin: 0 0 14px; color: var(--teal); font-family: var(--serif); font-size: 1.65rem; letter-spacing: -.04em; }
.facts .fact:nth-child(3) { order: 1; }
.facts .fact:nth-child(2) { order: 2; }
.facts .fact:nth-child(1) { order: 3; }
.facts .fact:nth-child(4) { order: 4; }
.facts .fact:nth-child(5) { order: 5; grid-column: span 2; }
.fact { padding: 26px 24px; border-top: 2px solid var(--teal); background: #fff; }
.fact strong { display: block; color: var(--teal); font-family: var(--serif); font-size: 2.5rem; line-height: 1; letter-spacing: -.06em; }
.fact span { display: block; margin-top: 10px; color: var(--muted); font-size: .9rem; }
.fact ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 26px; margin: 15px 0 0; padding: 0; list-style: none; color: var(--slate); font-size: .9rem; }
.fact--bundled-products ul, .fact--technologies ul { grid-template-columns: 1fr; }
.fact li { position: relative; padding-left: 14px; }
.fact li::before { content: "•"; position: absolute; left: 0; color: var(--coral); }
.fact li a { color: var(--teal); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(7,95,115,.35); text-underline-offset: 3px; }
.principles { margin: 30px 0 0; padding: 0; list-style: none; }
.principles li { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.principles li::before { content: "↗"; margin-right: 12px; color: var(--coral); }

.comparison { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th, td { padding: 19px 22px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #f3f7f5; color: var(--teal); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
td:first-child { font-weight: 760; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.price-card--featured { background: var(--teal-deep); color: #fff; border-color: var(--teal-deep); transform: translateY(-16px); box-shadow: 0 20px 35px rgba(7,62,76,.2); }
.badge { position: absolute; top: -13px; left: 28px; padding: 5px 11px; border-radius: 999px; background: var(--coral); color: #fff; font-size: .71rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin-top: 9px; }
.price { margin: 23px 0 25px; color: var(--teal); font-family: var(--serif); font-size: 2.35rem; line-height: 1; letter-spacing: -.06em; }
.price-card--featured .price { color: var(--aqua); }
.price-card ul { margin: 0 0 28px; padding: 0; list-style: none; color: var(--slate); font-size: .9rem; }
.price-card--featured ul { color: #d4ebe4; }
.price-card li { margin: 0 0 10px; padding-left: 19px; position: relative; }
.price-card li::before { content: "•"; position: absolute; left: 0; color: var(--coral); }
.price-card .button { margin-top: auto; }

.logo-strip { display: grid; grid-template-columns: minmax(160px, .75fr) minmax(0, 2.25fr); gap: 34px; align-items: center; margin-top: 65px; padding-top: 25px; border-top: 1px solid rgba(16,33,42,.12); color: var(--muted); font-size: .87rem; }
.logo-names { display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--slate); font-family: var(--serif); font-size: 1.25rem; }
.logo-names img { display: block; width: auto; max-width: 142px; height: 34px; object-fit: contain; filter: saturate(.82); }
.logo-names img[src$="Vodafone.png"] { height: 38px; }

.cta { padding: 78px 0; background: var(--teal); color: #fff; text-align: center; }
.cta h2 { max-width: 700px; margin: 0 auto; }
.cta p { max-width: 550px; margin: 17px auto 28px; color: #d4ebe4; }

.page-hero { padding: 94px 0 66px; background: var(--teal-deep); color: #fff; }
.page-hero .eyebrow { color: var(--aqua); }
.page-hero .lede { color: #d4ebe4; }
.page-hero h1 { max-width: 760px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.contact-info { padding: 28px; background: var(--mint); border-radius: 18px; }
.contact-info p { color: var(--slate); }
.contact-info strong { color: var(--teal); }
.contact-form { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.field { display: grid; gap: 7px; margin-bottom: 19px; font-weight: 700; font-size: .9rem; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd5d2; border-radius: 9px; color: var(--ink); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(7,95,115,.16); border-color: var(--teal); }
.form-status { display: none; margin-top: 16px; padding: 11px 14px; border-radius: 8px; background: var(--mint); color: var(--teal-deep); font-size: .9rem; }
.form-status.is-visible { display: block; }

.registration-modal { position: fixed; inset: 0; z-index: 30; display: none; place-items: center; padding: 24px; background: rgba(7, 30, 38, .68); }
.registration-modal.is-open { display: grid; }
.registration-modal__panel { position: relative; width: min(880px, 100%); max-height: min(720px, calc(100vh - 48px)); overflow: auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 20px; padding: 20px; background: var(--paper); border-radius: 19px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.registration-modal__image { min-height: 100%; overflow: hidden; background: var(--teal-deep); border-radius: 12px; }
.registration-modal__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.registration-modal__content { padding: 36px 30px 28px; background: #fff; border-radius: 12px; }
.registration-modal__content h2 { font-size: clamp(2rem, 4vw, 3rem); }
.registration-modal__content p { color: var(--slate); font-size: 1rem; }
.registration-modal__close { position: absolute; top: 14px; right: 15px; z-index: 1; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); cursor: pointer; font-size: 1.35rem; line-height: 1; }
body.modal-open { overflow: hidden; }

.site-footer { padding: 60px 0 25px; background: #10212a; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, .6fr); gap: 36px; padding-bottom: 45px; }
.site-footer .brand { color: #fff; }
.site-footer .brand::before { background: var(--aqua); color: var(--teal-deep); }
.site-footer p, .site-footer a { color: #b7c7c8; }
.site-footer h3 { margin-bottom: 13px; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.copyright { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #9eb1b3; font-size: .82rem; }

@media (max-width: 850px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 18px 20px 24px; flex-direction: column; align-items: flex-start; gap: 15px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav.is-open { display: flex; }
  .hero { padding-top: 65px; }
  .hero-grid, .split, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts .fact:nth-child(5) { grid-column: span 2; }
  .registration-modal__panel { grid-template-columns: 1fr; }
  .registration-modal__image { display: none; }
  .hero-art { min-height: 400px; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card--featured { transform: none; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  h1 { font-size: 3.05rem; }
  .facts { grid-template-columns: 1fr; }
  .facts .fact:nth-child(5) { grid-column: auto; }
  .fact ul { grid-template-columns: 1fr; }
  .hero-art { min-height: 320px; }
  .hero-disc { width: 280px; height: 280px; }
  .site-preview { top: 25px; }
  .stamp { right: -5px; bottom: 4px; width: 168px; padding: 16px; font-size: .82rem; }
  .logo-strip, .footer-grid { align-items: flex-start; flex-direction: column; display: flex; }
  .logo-names { flex-wrap: wrap; gap: 14px; }
  .logo-names img { max-width: 108px; height: 28px; }
  .registration-modal { padding: 14px; }
  .registration-modal__panel { gap: 0; padding: 12px; }
  .registration-modal__content { padding: 42px 22px 26px; }
}
