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

:root {
  --navy: #162b58;
  --navy-deep: #0d1a38;
  --cyan: #3fb6d4;
  --cyan-light: #7fcfe4;
  --mist: #eef3f6;
  --slate: #526277;
  --white: #ffffff;
  --success: #1e9e5a;
  --warning: #e8a93a;
  --shadow: 0 18px 50px rgba(13, 26, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--navy-deep);
  font-family: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  color: var(--navy-deep);
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: -.035em;
  line-height: 1.08;
}
h1 { font-size: clamp(3.1rem, 6.4vw, 5.8rem); font-weight: 800; }
h2 { font-size: clamp(2.2rem, 4vw, 3.65rem); font-weight: 800; }
h3 { font-size: 1.32rem; font-weight: 700; }
p { color: var(--slate); }
.site-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-mist { background: var(--mist); }
.skip-link {
  background: var(--white); color: var(--navy-deep); left: 16px; padding: 9px 14px;
  position: fixed; top: -100px; z-index: 9999; border-radius: 4px;
}
.skip-link:focus { top: 16px; }
.eyebrow {
  align-items: center; color: var(--navy); display: flex; font-size: .77rem;
  font-weight: 700; gap: 10px; letter-spacing: .16em; margin-bottom: 18px; text-transform: uppercase;
}
.eyebrow > span { background: var(--cyan); display: inline-block; height: 3px; width: 28px; }
.eyebrow-light { color: var(--cyan-light); }
.button {
  align-items: center; background: var(--cyan); border: 2px solid var(--cyan); border-radius: 4px;
  color: var(--navy-deep); display: inline-flex; font-family: Montserrat, Arial, sans-serif;
  font-size: .85rem; font-weight: 800; gap: 10px; justify-content: center; letter-spacing: .02em;
  min-height: 53px; padding: 0 24px; text-transform: uppercase; transition: .2s ease;
}
.button:hover, .button:focus-visible { background: var(--cyan-light); border-color: var(--cyan-light); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 19px; font-size: .76rem; }
.button-ghost-light { background: transparent; border-color: rgba(255,255,255,.5); color: var(--white); }
.button-ghost-light:hover, .button-ghost-light:focus-visible { background: var(--white); border-color: var(--white); color: var(--navy-deep); }
.button-light { background: var(--white); border-color: var(--white); color: var(--navy-deep); }
.button-light:hover, .button-light:focus-visible { background: var(--cyan-light); border-color: var(--cyan-light); }
.text-link, .service-card > a {
  align-items: center; color: var(--navy); display: inline-flex; font-family: Montserrat, Arial, sans-serif;
  font-size: .82rem; font-weight: 800; gap: 8px; letter-spacing: .03em; text-transform: uppercase;
}
.text-link:hover, .service-card > a:hover { color: #218ba7; }

.utility-bar { background: var(--navy-deep); color: var(--white); font-size: .79rem; }
.utility-inner { align-items: center; display: flex; justify-content: space-between; min-height: 37px; }
.utility-inner > span, .utility-links, .utility-links a { align-items: center; display: flex; gap: 7px; }
.utility-links { gap: 26px; }
.utility-links a { color: rgba(255,255,255,.8); }
.utility-links a:hover { color: var(--cyan-light); }
.site-header { background: rgba(255,255,255,.98); box-shadow: 0 5px 25px rgba(13,26,56,.08); position: relative; z-index: 100; }
.header-inner { align-items: center; display: flex; min-height: 88px; }
.brand-lockup { align-items: center; display: inline-flex; gap: 12px; min-width: 245px; }
.brand-lockup img { height: 68px; object-fit: contain; width: 62px; }
.brand-lockup span { display: flex; flex-direction: column; }
.brand-lockup strong { color: var(--navy); font-family: Montserrat, Arial, sans-serif; font-size: 1.36rem; font-weight: 800; line-height: 1; }
.brand-lockup small { color: var(--slate); font-size: .72rem; font-weight: 700; letter-spacing: .09em; margin-top: 6px; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 30px; justify-content: center; margin-left: auto; }
.desktop-nav a { color: var(--navy-deep); font-size: .91rem; font-weight: 700; position: relative; }
.desktop-nav a::after { background: var(--cyan); bottom: -11px; content: ""; height: 3px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: .2s; width: 100%; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { margin-left: 30px; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { align-items: center; background: var(--mist); border-radius: 4px; display: flex; height: 46px; justify-content: center; list-style: none; width: 48px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { background: var(--white); box-shadow: var(--shadow); display: flex; flex-direction: column; min-width: 260px; padding: 12px; position: absolute; right: 0; top: 55px; }
.mobile-menu nav a { border-bottom: 1px solid #e2e9ee; font-weight: 700; padding: 12px 10px; }

.home-hero { min-height: 690px; overflow: hidden; position: relative; }
.hero-image { background: #17294f url('../images/botlhale-hero.jpg') center/cover no-repeat; inset: 0; position: absolute; }
.hero-overlay { background: linear-gradient(90deg, rgba(8,20,46,.98) 0%, rgba(13,26,56,.92) 35%, rgba(13,26,56,.43) 68%, rgba(13,26,56,.12) 100%); inset: 0; position: absolute; }
.hero-content { color: var(--white); padding-bottom: 68px; padding-top: 104px; position: relative; z-index: 2; }
.hero-content h1 { color: var(--white); margin-bottom: 24px; max-width: 790px; }
.hero-content h1 em { color: var(--cyan-light); font-style: normal; }
.hero-lead { color: rgba(255,255,255,.82); font-size: 1.21rem; line-height: 1.55; max-width: 630px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-proof { border-top: 1px solid rgba(255,255,255,.2); display: flex; flex-wrap: wrap; gap: 30px; margin-top: 56px; max-width: 720px; padding-top: 24px; }
.hero-proof span { align-items: center; color: rgba(255,255,255,.88); display: flex; font-size: .91rem; font-weight: 600; gap: 9px; }
.hero-proof svg { color: var(--cyan-light); }
.trust-band { background: var(--navy); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { align-items: center; border-left: 1px solid rgba(255,255,255,.13); display: flex; gap: 13px; min-height: 84px; padding: 16px 24px; }
.trust-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid strong { color: var(--cyan-light); font-family: Montserrat, Arial, sans-serif; font-size: .83rem; }
.trust-grid span { font-size: .9rem; font-weight: 600; line-height: 1.35; }

.section-heading { margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; max-width: 700px; }
.section-heading > p { font-size: 1.08rem; max-width: 570px; }
.split-heading { align-items: end; display: grid; gap: 60px; grid-template-columns: 1.1fr .9fr; }
.split-heading > p { margin-bottom: 5px; }
.service-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.service-card {
  background: var(--white); border: 1px solid #dce5eb; border-radius: 8px; min-height: 365px;
  overflow: hidden; padding: 35px 28px 30px; position: relative; transition: .25s ease;
}
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.service-number { color: #dce5eb; font-family: Montserrat, Arial, sans-serif; font-size: 3rem; font-weight: 800; position: absolute; right: 18px; top: 15px; }
.icon-tile { align-items: center; background: rgba(63,182,212,.15); border-radius: 6px; color: var(--navy); display: inline-flex; height: 58px; justify-content: center; margin-bottom: 28px; width: 58px; }
.service-card h3 { margin-bottom: 14px; }
.service-card p { font-size: .96rem; line-height: 1.55; min-height: 102px; }
.scope-note { align-items: center; background: #dfeaf0; border-left: 4px solid var(--cyan); color: var(--navy); display: flex; font-size: .9rem; font-weight: 600; gap: 10px; margin: 28px 0 0; padding: 13px 17px; }
.two-column { align-items: center; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.image-panel { background-color: var(--navy); background-position: center; background-size: cover; border-radius: 8px; min-height: 600px; position: relative; }
.image-panel-home { background-image: url('../images/residential-cleaning.jpg'); }
.floating-stat { background: var(--cyan); bottom: 30px; display: flex; flex-direction: column; left: -30px; max-width: 250px; padding: 22px 25px; position: absolute; }
.floating-stat strong { color: var(--navy-deep); font-family: Montserrat, Arial, sans-serif; font-size: 1.25rem; }
.floating-stat span { color: var(--navy-deep); font-size: .82rem; line-height: 1.3; margin-top: 5px; }
.content-panel h2 { margin-bottom: 25px; }
.content-panel > p:not(.eyebrow) { font-size: 1.06rem; }
.check-list { display: grid; gap: 14px; list-style: none; margin: 30px 0; padding: 0; }
.check-list li { align-items: flex-start; color: var(--navy-deep); display: flex; gap: 11px; }
.check-list svg { background: rgba(30,158,90,.12); border-radius: 50%; color: var(--success); flex: 0 0 23px; height: 23px; padding: 4px; width: 23px; }
.process-section { background: linear-gradient(135deg, #f8fafb, var(--mist)); }
.center-heading { margin-inline: auto; max-width: 720px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading h2 { margin-inline: auto; }
.center-heading > p:not(.eyebrow) { margin: 18px auto 0; }
.process-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.process-grid article { background: var(--white); border-top: 4px solid var(--cyan); box-shadow: 0 10px 28px rgba(13,26,56,.07); padding: 35px; position: relative; }
.process-grid article > span { color: var(--navy); display: inline-flex; margin-bottom: 27px; }
.process-grid article > strong { color: #e3eaee; font-family: Montserrat, Arial, sans-serif; font-size: 3.6rem; font-weight: 800; line-height: 1; position: absolute; right: 23px; top: 22px; }
.process-grid h3 { margin-bottom: 10px; }
.process-grid p { font-size: .95rem; margin-bottom: 0; }
.security-feature { background: linear-gradient(115deg, rgba(13,26,56,.98), rgba(22,43,88,.9)), url('../images/security-patrol-cctv.jpg') center/cover no-repeat; }
.security-feature-inner { align-items: center; display: flex; justify-content: space-between; }
.security-feature h2 { color: var(--white); max-width: 670px; }
.security-feature p:not(.eyebrow) { color: rgba(255,255,255,.76); max-width: 690px; }
.security-feature .button { flex: 0 0 auto; margin-left: 60px; }
.mini-features { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.mini-features span { align-items: center; color: var(--white); display: flex; font-weight: 600; gap: 8px; }
.mini-features svg { color: var(--cyan-light); width: 20px; }
.final-cta { background: var(--white); }
.final-cta-inner { align-items: center; display: grid; gap: 80px; grid-template-columns: 1.35fr .65fr; }
.final-cta h2 { margin-bottom: 0; }
.final-cta-inner > div:last-child { border-left: 1px solid #dce5eb; padding-left: 55px; }

.page-hero { background: var(--navy-deep); min-height: 490px; overflow: hidden; position: relative; }
.page-hero-media { background-position: center; background-size: cover; inset: 0; position: absolute; }
.page-hero-cleaning .page-hero-media { background-image: url('../images/residential-cleaning.jpg'); }
.page-hero-security .page-hero-media { background-image: url('../images/security-patrol-cctv.jpg'); }
.page-hero-security .page-hero-media { transform: scaleX(-1); }
.page-hero-booking .page-hero-media { background-image: linear-gradient(135deg, rgba(63,182,212,.24), transparent), url('../images/botlhale-hero.jpg'); }
.page-hero::after { background: linear-gradient(90deg, rgba(13,26,56,.98) 0%, rgba(13,26,56,.88) 45%, rgba(13,26,56,.25) 100%); content: ""; inset: 0; position: absolute; }
.page-hero-content { color: var(--white); padding-bottom: 70px; padding-top: 90px; position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); font-size: clamp(3rem, 6vw, 5rem); margin-bottom: 22px; max-width: 820px; }
.page-hero-content > p:not(.eyebrow) { color: rgba(255,255,255,.83); font-size: 1.16rem; max-width: 680px; }
.page-hero-content > .button { margin-top: 18px; }
.breadcrumb { color: rgba(255,255,255,.6); font-size: .79rem; font-weight: 600; letter-spacing: .08em; margin-bottom: 44px; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--cyan-light); }
.intro-grid { align-items: start; display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; }
.intro-grid h2 { margin-bottom: 0; }
.intro-copy { font-size: 1.08rem; }
.intro-copy strong { color: var(--navy); }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.pill { background: var(--mist); border: 1px solid #dce5eb; border-radius: 30px; color: var(--navy); font-size: .82rem; font-weight: 700; padding: 7px 13px; }
.detail-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.detail-card { background: var(--white); border: 1px solid #dce5eb; border-radius: 7px; padding: 31px 28px; }
.detail-card svg { color: var(--cyan); margin-bottom: 18px; }
.detail-card p { font-size: .95rem; margin-bottom: 0; }
.feature-list-section { background: var(--navy); color: var(--white); }
.feature-list-section h2, .feature-list-section h3 { color: var(--white); }
.feature-list-section p { color: rgba(255,255,255,.72); }
.feature-list-grid { display: grid; gap: 65px; grid-template-columns: .8fr 1.2fr; }
.feature-check-grid { display: grid; gap: 0 35px; grid-template-columns: 1fr 1fr; }
.feature-check-grid div { align-items: flex-start; border-bottom: 1px solid rgba(255,255,255,.14); display: flex; gap: 11px; padding: 15px 0; }
.feature-check-grid svg { color: var(--cyan-light); flex: 0 0 20px; margin-top: 2px; }
.option-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.option-card { background: var(--white); border: 1px solid #dce5eb; border-radius: 8px; padding: 35px; }
.option-card .option-label { color: var(--cyan); font-size: .77rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.option-card h3 { margin: 13px 0; }
.option-card p { font-size: .95rem; }
.outdoor-section { overflow: hidden; }
.outdoor-card { align-items: center; background: linear-gradient(115deg, #e7f3ee, #edf6f8); border-radius: 8px; display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding: 60px; }
.outdoor-visual { align-items: center; background: var(--navy); border-radius: 50%; color: var(--cyan-light); display: flex; height: 300px; justify-content: center; margin: auto; position: relative; width: 300px; }
.outdoor-visual svg { height: 110px; width: 110px; }
.outdoor-visual::before, .outdoor-visual::after { border: 1px solid rgba(63,182,212,.5); border-radius: 50%; content: ""; inset: -18px; position: absolute; }
.outdoor-visual::after { inset: -36px; opacity: .45; }
.training-strip { background: var(--mist); }
.grade-grid { display: grid; gap: 12px; grid-template-columns: repeat(5, 1fr); margin-top: 35px; }
.grade { background: var(--white); border-bottom: 4px solid var(--cyan); box-shadow: 0 8px 25px rgba(13,26,56,.08); padding: 25px 20px; }
.grade strong { color: var(--navy); display: block; font-family: Montserrat, Arial, sans-serif; font-size: 1.7rem; }
.grade span { color: var(--slate); font-size: .85rem; }
.psira-callout { align-items: center; background: var(--white); border: 1px solid #dce5eb; border-radius: 8px; display: flex; gap: 24px; margin-top: 35px; padding: 18px 25px; }
.psira-callout img { height: 75px; object-fit: contain; width: 82px; }
.psira-callout p { margin: 0; }
.tech-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.tech-card { align-items: flex-start; background: var(--white); border: 1px solid #dce5eb; border-radius: 8px; display: flex; gap: 22px; padding: 30px; }
.tech-card > span { align-items: center; background: rgba(63,182,212,.15); border-radius: 5px; color: var(--navy); display: flex; flex: 0 0 54px; height: 54px; justify-content: center; }
.tech-card h3 { margin-bottom: 8px; }
.tech-card p { font-size: .93rem; margin: 0; }
.faq-list { margin: 40px auto 0; max-width: 860px; }
.faq-list details { border-bottom: 1px solid #dce5eb; }
.faq-list summary { color: var(--navy-deep); font-family: Montserrat, Arial, sans-serif; font-weight: 700; list-style: none; padding: 23px 44px 23px 0; position: relative; }
.faq-list summary::after { color: var(--cyan); content: "+"; font-size: 1.8rem; line-height: 1; position: absolute; right: 0; top: 20px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { padding: 0 40px 21px 0; }

.booking-section { background: var(--mist); }
.booking-layout { align-items: start; display: grid; gap: 35px; grid-template-columns: 1.2fr .8fr; }
.booking-card { background: var(--white); border-radius: 9px; box-shadow: var(--shadow); padding: 42px; }
.booking-card h2 { font-size: 2rem; margin-bottom: 12px; }
.form-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin-top: 30px; }
.form-field { display: flex; flex-direction: column; }
.form-field-full { grid-column: 1 / -1; }
.form-field label, .fieldset-title { color: var(--navy-deep); font-size: .84rem; font-weight: 700; margin-bottom: 7px; }
.form-field input, .form-field select, .form-field textarea {
  background: #fbfcfd; border: 1px solid #cbd7df; border-radius: 4px; color: var(--navy-deep);
  min-height: 51px; padding: 11px 13px; width: 100%;
}
.form-field textarea { min-height: 125px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(63,182,212,.2); outline: none; }
.service-choice { border: 0; grid-column: 1 / -1; margin: 0; padding: 0; }
.choice-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.choice-grid label { background: var(--mist); border: 1px solid transparent; border-radius: 4px; cursor: pointer; display: flex; font-size: .88rem; font-weight: 600; gap: 8px; padding: 11px; }
.choice-grid label:has(input:checked) { background: rgba(63,182,212,.18); border-color: var(--cyan); color: var(--navy); }
.booking-card .button { border: 0; margin-top: 27px; width: 100%; }
.form-note { color: var(--slate); font-size: .8rem; margin: 14px 0 0; text-align: center; }
.form-status { background: #e7f6ee; border-left: 4px solid var(--success); color: #126c3c; margin-top: 20px; padding: 12px 15px; }
.contact-card { background: var(--navy); border-radius: 9px; color: var(--white); padding: 36px; }
.contact-card h2 { color: var(--white); font-size: 1.7rem; }
.contact-card > p { color: rgba(255,255,255,.72); }
.contact-methods { border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 19px; margin-top: 28px; padding-top: 28px; }
.contact-methods a, .contact-methods div { align-items: flex-start; display: flex; gap: 13px; }
.contact-methods svg { color: var(--cyan-light); flex: 0 0 20px; margin-top: 2px; }
.contact-methods strong { color: var(--cyan-light); display: block; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-methods span { color: var(--white); display: block; }
.booking-benefits { background: var(--white); border: 1px solid #dce5eb; border-radius: 9px; margin-top: 20px; padding: 28px; }
.booking-benefits h3 { font-size: 1.1rem; }
.booking-benefits ul { list-style: none; margin: 0; padding: 0; }
.booking-benefits li { align-items: center; color: var(--slate); display: flex; font-size: .9rem; gap: 9px; padding: 7px 0; }
.booking-benefits svg { color: var(--success); height: 18px; width: 18px; }

.site-footer { background: var(--navy-deep); color: var(--white); padding-top: 72px; }
.footer-grid { display: grid; gap: 80px; grid-template-columns: 1.25fr .8fr 1fr; padding-bottom: 55px; }
.brand-lockup-footer strong, .brand-lockup-footer small { color: var(--white); }
.footer-brand > p { color: rgba(255,255,255,.65); font-size: .9rem; max-width: 380px; }
.psira-footer { background: var(--white); border-radius: 4px; height: 54px; object-fit: contain; padding: 5px 9px; width: 72px; }
.site-footer h2 { color: var(--white); font-size: .95rem; letter-spacing: .08em; margin-bottom: 21px; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.site-footer li, .site-footer a { color: rgba(255,255,255,.68); font-size: .9rem; }
.site-footer a:hover { color: var(--cyan-light); }
.contact-list li { align-items: flex-start; display: flex; gap: 10px; }
.contact-list svg { color: var(--cyan-light); flex: 0 0 17px; margin-top: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); display: flex; font-size: .78rem; justify-content: space-between; padding: 20px 0 22px; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .84rem; }
  .header-cta { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card p { min-height: 72px; }
  .grade-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .site-shell { width: min(100% - 34px, 680px); }
  .section { padding: 78px 0; }
  h2 { font-size: clamp(2rem, 8vw, 3rem); }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: center; }
  .utility-links { gap: 18px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .header-inner { min-height: 79px; }
  .brand-lockup img { height: 58px; width: 54px; }
  .home-hero { min-height: 660px; }
  .hero-image { background-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,20,46,.98), rgba(13,26,56,.8)); }
  .hero-content { padding-top: 78px; }
  .hero-proof { gap: 15px 23px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.13); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); border-right: 1px solid rgba(255,255,255,.13); }
  .split-heading, .two-column, .intro-grid, .feature-list-grid, .final-cta-inner, .booking-layout, .outdoor-card { grid-template-columns: 1fr; }
  .split-heading, .two-column, .intro-grid, .feature-list-grid, .final-cta-inner, .booking-layout { gap: 38px; }
  .image-panel { min-height: 500px; }
  .floating-stat { left: 20px; }
  .process-grid, .option-grid { grid-template-columns: 1fr; }
  .security-feature-inner { align-items: flex-start; flex-direction: column; }
  .security-feature .button { margin: 30px 0 0; }
  .final-cta-inner > div:last-child { border-left: 0; border-top: 1px solid #dce5eb; padding: 30px 0 0; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .outdoor-card { padding: 45px 35px; }
  .tech-grid { grid-template-columns: 1fr; }
  .booking-card { padding: 30px; }
  .psira-callout { align-items: flex-start; flex-wrap: wrap; }
  .footer-grid { gap: 45px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .site-shell { width: min(100% - 28px, 520px); }
  .utility-links a:last-child { display: none; }
  .brand-lockup { min-width: 0; }
  .brand-lockup strong { font-size: 1.1rem; }
  .brand-lockup small { font-size: .6rem; }
  .home-hero { min-height: 675px; }
  .hero-content { padding-bottom: 48px; padding-top: 66px; }
  .hero-content h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions .button { width: 100%; }
  .hero-proof span { font-size: .82rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.13); min-height: 66px; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 0; }
  .service-grid, .detail-grid, .feature-check-grid { grid-template-columns: 1fr; }
  .service-card p { min-height: auto; }
  .image-panel { min-height: 410px; }
  .page-hero { min-height: 470px; }
  .page-hero-content { padding-top: 58px; }
  .breadcrumb { margin-bottom: 34px; }
  .grade-grid { grid-template-columns: 1fr 1fr; }
  .outdoor-visual { height: 220px; width: 220px; }
  .outdoor-visual svg { height: 80px; width: 80px; }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .booking-card { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

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

/* WordPress and Elementor integration */
.desktop-nav .bsc-menu,
.mobile-navigation .bsc-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.desktop-nav .bsc-menu { display: flex; gap: 30px; }
.desktop-nav .bsc-menu li { margin: 0; }
.mobile-menu-toggle {
  align-items: center;
  background: var(--mist);
  border: 0;
  border-radius: 4px;
  color: var(--navy);
  display: none;
  font-size: 1.45rem;
  height: 46px;
  justify-content: center;
  margin-left: auto;
  width: 48px;
}
.mobile-navigation {
  background: var(--white);
  box-shadow: var(--shadow);
  min-width: 270px;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 72px;
}
.mobile-navigation[hidden] { display: none; }
.mobile-navigation a { border-bottom: 1px solid #e2e9ee; display: block; font-weight: 700; padding: 12px 10px; }
.detail-card .wp-icon {
  color: var(--cyan);
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 18px;
}
.process-grid article:not(:has(> span)) { padding-top: 80px; }
.custom-logo-link img { height: 68px; object-fit: contain; width: 62px; }
.bsc-booking-form .button { width: 100%; }
.elementor-widget-shortcode .bsc-booking-form { background: var(--white); border-radius: 8px; box-shadow: var(--shadow); padding: 35px; }
.site-footer .contact-list li { color: rgba(255,255,255,.68); }
.wp-site-blocks { padding: 0; }

@media (max-width: 1060px) {
  .desktop-nav .bsc-menu { gap: 18px; }
}
@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .header-inner { position: relative; }
}
@media (max-width: 560px) {
  .elementor-widget-shortcode .bsc-booking-form { padding: 24px 18px; }
}

/* Editable Elementor page layouts (theme 1.1+) */
.elementor .bsc-el-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px !important;
  width: min(1180px, 100%) !important;
}
.elementor .bsc-el-grid-2,
.elementor .bsc-el-grid-3,
.elementor .bsc-el-grid-4,
.elementor .bsc-el-grid-5 {
  display: grid !important;
  width: 100%;
}
.elementor .bsc-el-grid-2 { gap: 64px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.elementor .bsc-el-grid-3 { gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.elementor .bsc-el-grid-4 { gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.elementor .bsc-el-grid-5 { gap: 12px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.elementor .bsc-el-hero { overflow: hidden; position: relative; }
.elementor .bsc-el-hero-inner { align-items: flex-start; justify-content: center; }
.elementor .bsc-el-hero-inner > .elementor-element { max-width: 760px; }
.elementor .bsc-el-eyebrow .elementor-heading-title {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.elementor .bsc-el-eyebrow .elementor-heading-title::before {
  background: var(--cyan);
  content: "";
  display: inline-block;
  height: 3px;
  width: 28px;
}
.elementor .bsc-el-light .elementor-heading-title,
.elementor .bsc-el-light .elementor-widget-container,
.elementor .bsc-el-light .elementor-widget-container p { color: var(--white); }
.elementor .bsc-el-eyebrow.bsc-el-light .elementor-heading-title { color: var(--cyan-light); }
.elementor .bsc-el-hero-title .elementor-heading-title {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(3rem, 6.1vw, 5.6rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.04;
  margin: 12px 0 15px;
}
.elementor .bsc-el-page-hero .bsc-el-hero-title .elementor-heading-title { font-size: clamp(2.8rem, 5.4vw, 4.8rem); }
.elementor .bsc-el-hero-title .elementor-heading-title span { color: var(--cyan-light); }
.elementor .bsc-el-hero-copy .elementor-widget-container,
.elementor .bsc-el-hero-copy p {
  color: rgba(255,255,255,.84);
  font-size: 1.18rem;
  line-height: 1.55;
}
.elementor .bsc-el-button-row { align-items: center; gap: 13px; margin-top: 16px; }
.elementor .bsc-el-button { width: auto !important; }
.elementor .bsc-el-button .elementor-button {
  align-items: center;
  border: 2px solid var(--cyan);
  border-radius: 4px;
  display: inline-flex;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .03em;
  min-height: 53px;
  padding: 0 24px;
  text-transform: uppercase;
}
.elementor .bsc-el-button-cyan .elementor-button { background: var(--cyan); color: var(--navy-deep); }
.elementor .bsc-el-button-cyan .elementor-button:hover { background: var(--cyan-light); border-color: var(--cyan-light); }
.elementor .bsc-el-button-outline .elementor-button { background: transparent; border-color: rgba(255,255,255,.6); color: var(--white); }
.elementor .bsc-el-button-outline .elementor-button:hover { background: var(--white); border-color: var(--white); color: var(--navy-deep); }
.elementor .bsc-el-button-light .elementor-button { background: var(--white); border-color: var(--white); color: var(--navy-deep); }
.elementor .bsc-el-button-light .elementor-button:hover { background: var(--cyan-light); border-color: var(--cyan-light); }
.elementor .bsc-el-hero-proof {
  border-top: 1px solid rgba(255,255,255,.22);
  margin-top: 38px;
  padding-top: 20px;
}
.elementor .bsc-el-hero-proof p { color: rgba(255,255,255,.88); font-size: .91rem; font-weight: 600; margin: 0; }
.elementor .bsc-el-trust-band { background: var(--navy); }
.elementor .bsc-el-trust-grid { gap: 0; }
.elementor .bsc-el-trust-item {
  align-items: center;
  border-left: 1px solid rgba(255,255,255,.14);
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-height: 84px;
  padding: 15px 22px;
}
.elementor .bsc-el-trust-item:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.elementor .bsc-el-trust-item .elementor-widget-heading { width: auto; }
.elementor .bsc-el-trust-item .elementor-heading-title { color: var(--cyan-light); font-size: .82rem; }
.elementor .bsc-el-trust-item p { color: var(--white); font-size: .89rem; font-weight: 600; line-height: 1.35; margin: 0; }
.elementor .bsc-el-section-title .elementor-heading-title {
  color: var(--navy-deep);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.elementor .bsc-el-section-lead { max-width: 650px; }
.elementor .bsc-el-section-lead p,
.elementor .bsc-el-large-copy p { color: var(--slate); font-size: 1.08rem; }
.elementor .bsc-el-center { margin-left: auto; margin-right: auto; max-width: 760px; text-align: center; }
.elementor .bsc-el-center .elementor-heading-title { justify-content: center; }
.elementor .bsc-el-card-grid { margin-top: 38px; }
.elementor .bsc-el-card {
  background: var(--white);
  border: 1px solid #dce5eb;
  border-radius: 8px;
  min-width: 0;
  padding: 31px 27px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.elementor .bsc-el-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.elementor .bsc-el-card .elementor-heading-title { color: var(--navy-deep); font-size: 1.25rem; }
.elementor .bsc-el-card p { color: var(--slate); font-size: .95rem; line-height: 1.55; }
.elementor .bsc-el-service-card { min-height: 360px; }
.elementor .bsc-el-service-card .bsc-el-text-button { margin-top: auto; }
.elementor .bsc-el-card-number .elementor-heading-title { color: #d8e2e8; font-size: 2.7rem; font-weight: 800; }
.elementor .bsc-el-text-button { width: auto !important; }
.elementor .bsc-el-text-button .elementor-button {
  background: transparent;
  color: var(--navy);
  font-family: Montserrat, Arial, sans-serif;
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .03em;
  padding: 4px 0;
  text-transform: uppercase;
}
.elementor .bsc-el-text-button .elementor-button:hover { color: #218ba7; }
.elementor .bsc-el-scope-note {
  background: #dfeaf0;
  border-left: 4px solid var(--cyan);
  margin-top: 26px;
  padding: 13px 17px;
}
.elementor .bsc-el-scope-note p { color: var(--navy); font-size: .9rem; margin: 0; }
.elementor .bsc-el-about-grid,
.elementor .bsc-el-intro-grid,
.elementor .bsc-el-dark-grid { align-items: center; }
.elementor .bsc-el-feature-image img { border-radius: 8px; height: 560px; object-fit: cover; width: 100%; }
.elementor .bsc-el-copy-column { justify-content: center; }
.elementor .bsc-el-check-list .elementor-icon-list-items { display: grid; gap: 11px; }
.elementor .bsc-el-check-list .elementor-icon-list-icon { color: var(--success); }
.elementor .bsc-el-check-list .elementor-icon-list-text { color: var(--navy-deep); font-size: .97rem; }
.elementor .bsc-el-step-card { border-top: 4px solid var(--cyan); }
.elementor .bsc-el-step-number .elementor-heading-title { color: #dce5eb; font-size: 3rem; }
.elementor .bsc-el-dark-section .bsc-el-light .elementor-heading-title,
.elementor .bsc-el-dark-cta .bsc-el-light .elementor-heading-title { color: var(--white); }
.elementor .bsc-el-light-copy p,
.elementor .bsc-el-dark-section p,
.elementor .bsc-el-dark-cta p { color: rgba(255,255,255,.76); }
.elementor .bsc-el-check-list-light .elementor-icon-list-text { color: var(--white); }
.elementor .bsc-el-check-list-light .elementor-icon-list-icon { color: var(--cyan-light); }
.elementor .bsc-el-cta-row { align-items: center; display: flex; flex-direction: row; gap: 55px; justify-content: space-between; }
.elementor .bsc-el-cta-copy { max-width: 780px; }
.elementor .bsc-el-pill-row p { display: flex; flex-wrap: wrap; gap: 8px; }
.elementor .bsc-el-pill {
  background: var(--mist);
  border: 1px solid #dce5eb;
  border-radius: 30px;
  color: var(--navy);
  display: inline-block;
  font-size: .82rem;
  font-weight: 700;
  padding: 7px 13px;
}
.elementor .bsc-el-outdoor-card {
  background: linear-gradient(115deg, #e7f3ee, #edf6f8);
  border-radius: 9px;
  padding: 55px;
}
.elementor .bsc-el-tech-card { border-left: 4px solid var(--cyan); min-height: 150px; }
.elementor .bsc-el-grade-grid { margin-top: 28px; }
.elementor .bsc-el-grade {
  background: var(--white);
  border-bottom: 4px solid var(--cyan);
  box-shadow: 0 8px 25px rgba(13,26,56,.08);
  padding: 24px 18px;
}
.elementor .bsc-el-grade .elementor-heading-title { color: var(--navy); font-size: 1.45rem; }
.elementor .bsc-el-psira-row {
  align-items: center;
  background: var(--white);
  border: 1px solid #dce5eb;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 28px;
  padding: 18px 24px;
}
.elementor .bsc-el-psira-image { flex: 0 0 85px; width: 85px; }
.elementor .bsc-el-psira-image img { height: 74px; object-fit: contain; width: 82px; }
.elementor .bsc-el-psira-row .elementor-widget-heading { flex: 1 1 auto; }
.elementor .bsc-el-booking-grid {
  align-items: flex-start;
  display: grid !important;
  gap: 35px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
}
.elementor .bsc-el-booking-card {
  background: var(--white);
  border-radius: 9px;
  box-shadow: var(--shadow);
  padding: 40px;
}
.elementor .bsc-el-booking-title .elementor-heading-title { color: var(--navy-deep); font-size: 2.05rem; }
.elementor .bsc-el-booking-shortcode .bsc-booking-form { box-shadow: none; padding: 0; }
.elementor .bsc-el-booking-sidebar { gap: 20px; }
.elementor .bsc-el-contact-card {
  background: var(--navy);
  border-radius: 9px;
  padding: 34px;
}
.elementor .bsc-el-contact-card .elementor-heading-title { color: var(--white); font-size: 1.65rem; }
.elementor .bsc-el-contact-card p { color: rgba(255,255,255,.76); }
.elementor .bsc-el-contact-card a { color: var(--white); }
.elementor .bsc-el-contact-card strong { color: var(--cyan-light); font-size: .79rem; letter-spacing: .06em; text-transform: uppercase; }
.elementor .bsc-el-contact-card hr { border: 0; border-top: 1px solid rgba(255,255,255,.15); margin: 22px 0; }
.elementor .bsc-el-next-card { background: var(--white); border: 1px solid #dce5eb; border-radius: 9px; padding: 27px; }

@media (max-width: 1060px) {
  .elementor .bsc-el-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .elementor .bsc-el-grid-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .elementor .bsc-el-grid-2,
  .elementor .bsc-el-grid-3,
  .elementor .bsc-el-booking-grid { grid-template-columns: 1fr; }
  .elementor .bsc-el-grid-2 { gap: 38px; }
  .elementor .bsc-el-hero { min-height: 540px !important; }
  .elementor .bsc-el-hero-title .elementor-heading-title { font-size: clamp(2.7rem, 10vw, 4.6rem); }
  .elementor .bsc-el-feature-image img { height: 460px; }
  .elementor .bsc-el-cta-row { align-items: flex-start; flex-direction: column; }
  .elementor .bsc-el-booking-grid { gap: 26px; }
  .elementor .bsc-el-psira-row { align-items: flex-start; flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .elementor .bsc-el-grid-4,
  .elementor .bsc-el-grid-5 { grid-template-columns: 1fr; }
  .elementor .bsc-el-trust-item { border-bottom: 1px solid rgba(255,255,255,.14); border-right: 1px solid rgba(255,255,255,.14); min-height: 66px; }
  .elementor .bsc-el-service-card { min-height: 0; }
  .elementor .bsc-el-feature-image img { height: 380px; }
  .elementor .bsc-el-outdoor-card { padding: 32px 23px; }
  .elementor .bsc-el-booking-card { padding: 27px 19px; }
  .elementor .bsc-el-contact-card { padding: 27px 22px; }
  .elementor .bsc-el-button { width: 100% !important; }
  .elementor .bsc-el-button .elementor-button { width: 100%; }
}
