
:root {
  --pool-blue: #0077B6;
  --aqua: #00B4D8;
  --navy: #023047;
  --lagoon: #E7F9FD;
  --sun: #F6A623;
  --ink: #050505;
  --muted: #050505;
  --soft: #F4F7F9;
  --white: #FBFDFE;
  --line: #DCE8EE;
  --shadow: 0 18px 50px rgba(2, 48, 71, 0.14);
  --shadow-soft: 0 10px 28px rgba(2, 48, 71, 0.08);
  --radius: 8px;
  --container: 1180px;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); font-size: 16px; line-height: 1.58; background: linear-gradient(180deg, #FBFDFE 0%, #F7FBFD 100%); overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link, .sr-only { position: absolute; inline-size: 1px; block-size: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link:focus { position: fixed; z-index: 100; inset-block-start: 10px; inset-inline-start: 10px; inline-size: auto; block-size: auto; clip: auto; padding: 10px 14px; background: var(--navy); color: var(--white); }
.site-header { position: sticky; inset-block-start: 0; z-index: 20; background: rgba(251,253,254,.94); border-block-end: 1px solid rgba(220,232,238,.85); backdrop-filter: blur(16px); box-shadow: 0 8px 28px rgba(2,48,71,.05); }
.header-inner { min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand-mark { inline-size: 48px; block-size: 48px; border-radius: 10px; object-fit: cover; box-shadow: 0 8px 20px rgba(2, 48, 71, .16); }
.brand strong { display: block; letter-spacing: 0; color: var(--navy); }
.brand small { display: block; color: var(--muted); font-size: 12px; line-height: 1.2; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 4px; padding: 4px; border: 1px solid rgba(220,232,238,.9); border-radius: 999px; background: rgba(255,255,255,.72); }
.site-nav a, .text-link { text-decoration: none; font-weight: 700; color: var(--navy); }
.site-nav a { padding: 7px 10px; border-radius: 999px; font-size: 14px; }
.site-nav a:hover, .text-link:hover { color: var(--pool-blue); }
.site-nav a:hover { background: var(--lagoon); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 16px; border-radius: var(--radius); border: 1px solid var(--pool-blue); background: var(--pool-blue); color: var(--white); text-decoration: none; font-weight: 850; font-size: 15px; line-height: 1.15; white-space: nowrap; cursor: pointer; box-shadow: 0 10px 22px rgba(0,119,182,.18); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .header-cta:hover { background: #00669d; transform: translateY(-1px); box-shadow: 0 14px 26px rgba(0,119,182,.24); }
.button-ghost { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.7); color: var(--white); }
.button-light { background: var(--white); color: var(--navy); border-color: var(--white); }
.menu-toggle { display: none; inline-size: 44px; block-size: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; inline-size: 20px; block-size: 2px; margin: 4px auto; background: var(--navy); }
.hero, .page-hero { position: relative; min-height: 590px; display: grid; align-items: center; background: var(--navy); color: var(--white); overflow: hidden; }
.hero { background-image: var(--hero-image); background-size: cover; background-position: center; }
.image-hero { background-image: var(--hero-image); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,48,71,.86), rgba(2,48,71,.58) 45%, rgba(0,119,182,.18)); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 400px); gap: 40px; align-items: center; }
.hero-copy { position: relative; max-width: 700px; padding-block: 78px; }
.page-hero .container { position: relative; z-index: 1; padding-block: 72px; }
.page-hero:not(.image-hero) { min-height: 300px; background: linear-gradient(135deg, var(--navy), #08577f); }
h1, h2, h3 { margin: 0 0 14px; line-height: 1.08; color: inherit; letter-spacing: 0; }
h1 { font-size: clamp(38px, 4.8vw, 62px); max-width: 760px; font-weight: 850; }
h2 { font-size: clamp(25px, 2.4vw, 36px); }
h3 { font-size: 21px; }
p { margin: 0 0 18px; color: inherit; }
.hero .hero-copy, .page-hero .hero-copy, .image-hero .hero-copy { color: var(--white); }
.hero .hero-copy h1, .page-hero .hero-copy h1, .image-hero .hero-copy h1 { color: var(--white); }
.hero .hero-copy h2, .page-hero .hero-copy h2, .image-hero .hero-copy h2 { color: var(--white); }
.hero .breadcrumbs, .page-hero .breadcrumbs, .image-hero .breadcrumbs { color: rgba(255,255,255,.82); }
.hero .button:not(.button-light), .page-hero .button:not(.button-light), .cta-band .button:not(.button-light) { color: var(--white); }
.hero-copy p, .page-hero p { font-size: 18px; max-width: 660px; color: rgba(255,255,255,.9); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-block-end: 14px; color: var(--pool-blue); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.eyebrow::before { content: ""; inline-size: 26px; block-size: 2px; background: currentColor; border-radius: 999px; }
.hero .eyebrow, .page-hero .eyebrow, .image-hero .eyebrow, .section-deep .eyebrow, .cta-band .eyebrow, .site-footer .eyebrow { color: var(--aqua); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-block-start: 28px; }
.hero-panel { inline-size: 100%; max-inline-size: 390px; justify-self: end; background: rgba(251,253,254,.03); color: var(--ink); padding: 18px; border-radius: 12px; box-shadow: 0 22px 60px rgba(2,48,71,.22); border: 1px solid rgba(255,255,255,.20); position: relative; backdrop-filter: blur(26px) saturate(1.3); -webkit-backdrop-filter: blur(26px) saturate(1.3); }
.hero-panel h1, .hero-panel h2, .hero-panel h3, .hero-panel label { color: var(--navy); }
.hero-panel p, .hero-panel .ff-el-help-message { color: var(--muted); }
.hero-panel::before { content: ""; position: absolute; inset-inline: 24px; inset-block-start: 0; block-size: 4px; background: linear-gradient(90deg, var(--aqua), var(--sun)); border-radius: 0 0 999px 999px; }
.section { padding-block: 76px; }
.section-muted { background: var(--soft); }
.section-deep { background: linear-gradient(135deg, #023047 0%, #064B6B 100%); color: var(--white); }
.section-deep h1, .section-deep h2, .section-deep h3, .section-deep p, .cta-band h1, .cta-band h2, .cta-band h3, .cta-band p { color: inherit; }
.section-head { max-width: 760px; margin-block-end: 32px; }
.section-head p { color: var(--muted); }
.section-deep .section-head p, .cta-band .section-head p { color: rgba(255,255,255,.86); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 46px; align-items: center; }
.split.reverse { grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr); }
.split.reverse > :first-child { order: 2; }
.rounded-image, .card-image { border-radius: 12px; box-shadow: var(--shadow); aspect-ratio: 16 / 9; object-fit: cover; inline-size: 100%; }
.square-media { aspect-ratio: 1 / 1; margin: 0; overflow: hidden; border-radius: 12px; box-shadow: var(--shadow); background: var(--soft); }
.square-media-image { inline-size: 100%; block-size: 100%; object-fit: cover; border-radius: 0; box-shadow: none; }
.trust-strip { border-block-end: 1px solid var(--line); background: linear-gradient(180deg, var(--white), #F7FBFD); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.trust-grid div { padding: 24px; border-inline-start: 1px solid var(--line); position: relative; }
.trust-grid div::before { content: ""; display: block; inline-size: 32px; block-size: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--aqua), var(--pool-blue)); margin-block-end: 12px; }
.trust-grid div:last-child { border-inline-end: 1px solid var(--line); }
.trust-grid strong { display: block; color: var(--navy); }
.trust-grid span { display: block; color: var(--muted); font-size: 14px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(0,180,216,.45); }
.card-image { border-radius: 0; box-shadow: none; min-height: 210px; }
.card-body { padding: 24px; }
.service-card h2 { font-size: 24px; }
.service-card h2 a { text-decoration: none; }
.service-card p { color: var(--muted); }
.home-services .card-grid, .service-directory .card-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.home-services .service-card, .service-directory .service-card { position: relative; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; isolation: isolate; }
.home-services .service-card::after, .service-directory .service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,48,71,.02), rgba(2,48,71,.82)); z-index: 1; }
.home-services .card-image, .service-directory .card-image { position: absolute; inset: 0; inline-size: 100%; block-size: 100%; min-height: 0; object-fit: cover; }
.home-services .card-body, .service-directory .card-body { position: absolute; inset-inline: 0; inset-block-end: 0; z-index: 2; padding: 18px; color: var(--white); }
.home-services .card-body h2, .home-services .card-body h3, .home-services .card-body p, .home-services .card-body a, .service-directory .card-body h2, .service-directory .card-body h3, .service-directory .card-body p, .service-directory .card-body a { color: var(--white); }
.home-services .service-card h2, .service-directory .service-card h2 { font-size: 19px; line-height: 1.08; margin-block-end: 9px; text-wrap: balance; }
.home-services .service-card h2 a::after, .service-directory .service-card h2 a::after { content: ""; position: absolute; inset: 0; }
.home-services .service-card p, .service-directory .service-card p { display: none; }
.home-services .text-link, .service-directory .text-link { color: var(--white); font-size: 14px; font-weight: 850; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-inline-start: 30px; }
.check-list li::before { content: ""; position: absolute; inset-inline-start: 0; inset-block-start: .45em; inline-size: 14px; block-size: 14px; border-radius: 50%; background: var(--aqua); box-shadow: inset 0 0 0 4px rgba(255,255,255,.75); }
.section-deep .check-list li::before { box-shadow: inset 0 0 0 4px rgba(2,48,71,.9); }
.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: start; }
.process-card, .contact-aside, .form-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 26px; box-shadow: var(--shadow); }
.service-intro .square-media, .service-problem-block .process-card, .service-premium-block .keyword-panel { border: 1px solid rgba(0,180,216,.28); box-shadow: var(--shadow); }
.location-intro .square-media { border: 1px solid rgba(0,180,216,.28); box-shadow: var(--shadow); }
.location-seo-block { background: linear-gradient(180deg, var(--white), #F3FAFD); }
.service-problem-block .process-card { background: linear-gradient(180deg, var(--white), #F2FBFE); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps > div { border: 1px solid var(--line); border-radius: 12px; padding: 26px; background: var(--white); box-shadow: var(--shadow-soft); }
.steps strong { display: grid; place-items: center; inline-size: 38px; block-size: 38px; border-radius: 50%; background: var(--pool-blue); color: var(--white); margin-block-end: 16px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.detail-grid article, .keyword-panel { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 26px; box-shadow: var(--shadow-soft); }
.detail-grid h3, .keyword-panel h3 { color: var(--navy); }
.entity-blocks .detail-grid a, .keyword-panel a, .glossary-card a { color: var(--pool-blue); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.service-depth .section-head, .location-depth .section-head { max-width: 900px; }
.service-seo-strip { background: linear-gradient(180deg, var(--white), #F3FAFD); }
.service-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-feature-grid article { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 24px; box-shadow: var(--shadow-soft); }
.service-feature-grid h3 { color: var(--navy); }
.service-feature-grid p { color: var(--muted); }
.service-feature-grid a { color: var(--pool-blue); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.service-related .service-card { position: relative; aspect-ratio: 1 / 1; border-radius: 12px; isolation: isolate; }
.service-related .service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,48,71,.02), rgba(2,48,71,.84)); z-index: 1; }
.service-related .card-image { position: absolute; inset: 0; inline-size: 100%; block-size: 100%; min-height: 0; object-fit: cover; }
.service-related .card-body { position: absolute; inset-inline: 0; inset-block-end: 0; z-index: 2; color: var(--white); }
.service-related .card-body h2, .service-related .card-body h3, .service-related .card-body p, .service-related .card-body a { color: var(--white); }
.service-related .service-card h2 { font-size: 21px; line-height: 1.1; }
.service-related .service-card h2 a::after { content: ""; position: absolute; inset: 0; }
.service-related .service-card p { display: none; }
.service-related .text-link { color: var(--white); }
.glossary-preview .check-list a { color: var(--navy); text-decoration: none; }
.glossary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.glossary-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 26px; box-shadow: var(--shadow-soft); scroll-margin-block-start: 110px; }
.glossary-card h2 { font-size: 24px; color: var(--navy); }
.glossary-card p { color: var(--muted); }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-block-start: 22px; }
.pill-row a { border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; text-decoration: none; background: var(--white); color: var(--navy); font-weight: 700; box-shadow: 0 6px 16px rgba(2,48,71,.05); }
.blog-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.blog-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow-soft); }
.blog-card-featured { grid-column: span 2; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); grid-template-rows: auto; }
.blog-card-image { inline-size: 100%; block-size: 100%; min-height: 260px; aspect-ratio: 16 / 10; object-fit: cover; }
.blog-card-featured .blog-card-image { aspect-ratio: auto; min-height: 100%; }
.blog-card-body { display: flex; flex-direction: column; align-items: flex-start; padding: 26px; }
.blog-card-body h2 { font-size: 25px; color: var(--navy); }
.blog-card-body h2 a { color: inherit; text-decoration: none; }
.blog-card-body p { color: var(--muted); }
.blog-card-body .text-link { margin-block-start: auto; color: var(--pool-blue); }
.blog-meta { display: inline-flex; margin-block-end: 12px; padding: 7px 10px; border-radius: 999px; background: var(--lagoon); color: var(--navy); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.map-frame { inline-size: 100%; min-height: 390px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--soft); }
.request-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.request-scenarios div { border: 1px solid var(--line); border-radius: 12px; padding: 28px; background: var(--white); box-shadow: var(--shadow-soft); }
.request-scenarios p { font-size: 20px; color: var(--navy); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: var(--white); border: 1px solid rgba(2,48,71,.24); border-radius: 12px; padding: 18px 20px; box-shadow: 0 10px 24px rgba(2,48,71,.08); color: var(--ink); }
.faq-list details[open] { background: #FFFFFF; border-color: rgba(0,119,182,.34); }
.faq-list summary { cursor: pointer; font-weight: 900; color: var(--ink); font-size: 18px; line-height: 1.35; }
.faq-list summary::marker { color: var(--pool-blue); }
.faq-list details p { margin-block-start: 12px; color: var(--ink); }
details { background: var(--white); border: 1px solid rgba(2,48,71,.24); border-radius: 12px; padding: 18px 20px; box-shadow: 0 10px 24px rgba(2,48,71,.08); color: var(--ink); }
summary { cursor: pointer; font-weight: 900; color: var(--ink); }
details p { margin-block-start: 12px; color: var(--ink); }
.cta-band { background: linear-gradient(135deg, var(--pool-blue), var(--navy)); color: var(--white); padding-block: 54px; position: relative; overflow: hidden; }
.cta-band::after { display: none; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.site-footer { background: #031f2f; color: var(--white); padding-block: 42px 28px; }
.footer-cta-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 26px; align-items: center; padding: 28px; margin-block-end: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: linear-gradient(135deg, rgba(0,119,182,.34), rgba(0,180,216,.12)); box-shadow: 0 18px 38px rgba(0,0,0,.18); }
.footer-cta-panel h2 { color: var(--white); max-width: 760px; margin-block-end: 10px; }
.footer-cta-panel p { max-width: 740px; color: rgba(255,255,255,.76); margin-block-end: 0; }
.footer-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-block-end: 10px; color: var(--aqua); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.footer-eyebrow::before { content: ""; inline-size: 24px; block-size: 2px; background: currentColor; border-radius: 999px; }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(0, 1fr)); gap: 34px; align-items: start; }
.footer-brand-panel { padding-inline-end: 18px; }
.footer-brand-panel .brand { margin-block-end: 18px; }
.footer-service-notes { margin-block-start: 20px; }
.footer-service-notes li { position: relative; padding-inline-start: 24px; }
.footer-service-notes li::before { content: ""; position: absolute; inset-inline-start: 0; inset-block-start: .55em; inline-size: 10px; block-size: 10px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(0,180,216,.12); }
.site-footer .brand strong, .site-footer h2 { color: var(--white); }
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer a { color: var(--white); }
.site-footer .brand small, .site-footer p, .site-footer li { color: rgba(255,255,255,.82); }
.site-footer h2 { font-size: 17px; margin-block-end: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.site-footer a { text-decoration: none; transition: color .18s ease, opacity .18s ease; }
.site-footer a:hover { color: var(--aqua); }
.footer-more-link { display: inline-flex; margin-block-start: 16px; font-weight: 850; color: var(--aqua); }
.footer-contact-card { margin-block-start: 20px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.06); }
.footer-contact-card strong { display: block; color: var(--white); margin-block-end: 8px; }
.footer-contact-card p { font-size: 14px; margin-block-end: 10px; }
.footer-contact-card a { font-weight: 850; color: var(--aqua); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-block-start: 38px; padding-block-start: 22px; border-block-start: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; font-size: 14px; color: rgba(255,255,255,.78); }
.footer-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom a { font-size: 14px; color: rgba(255,255,255,.78); }
.footer-resource-links { margin-block-start: 14px; }
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; margin-block-end: 24px; color: rgba(255,255,255,.82); font-weight: 700; }
.section .breadcrumbs { color: var(--muted); }
.quote-form { display: grid; gap: 12px; }
.quote-card { display: grid; gap: 12px; }
.quote-card .eyebrow { margin-block-end: 0; font-size: 12px; }
.quote-card h2 { color: var(--navy); font-size: 27px; margin-block-end: 0; }
.quote-card p { color: var(--muted); margin-block-end: 4px; }
.quote-card .button { justify-self: start; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
label { display: grid; gap: 6px; font-weight: 800; color: var(--navy); }
input, select, textarea { inline-size: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px 13px; font: inherit; color: var(--ink); background: var(--white); box-shadow: inset 0 1px 0 rgba(2,48,71,.03); }
input:focus, select:focus, textarea:focus, button:focus, a:focus { outline: 3px solid rgba(0,180,216,.35); outline-offset: 2px; }
.form-status { margin: 0; font-weight: 700; color: var(--pool-blue); }
.fluent-form-shell { max-width: 560px; margin-block-start: 24px; }
html body .fluent-form-shell .fluentform { font-family: inherit; font-size: 14px; line-height: 1.45; }
html body .fluent-form-shell .ff-el-group { margin-block-end: 10px; }
html body .fluent-form-shell .ff-el-input--label { position: absolute; inline-size: 1px; block-size: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; margin: 0; padding: 0; border: 0; }
html body .fluent-form-shell .ff-el-input--label label { color: var(--navy); font-size: 14px; font-weight: 800; line-height: 1.2; }
html body .fluent-form-shell .ff-el-form-control { inline-size: 100%; min-height: 40px; border: 1px solid rgba(255,255,255,.54); border-radius: 8px; padding: 9px 11px; font-family: inherit; font-size: 14px; line-height: 1.35; color: var(--ink); background: rgba(251,253,254,.58); box-shadow: inset 0 1px 0 rgba(2,48,71,.03); }
html body .fluent-form-shell .ff-el-form-control::placeholder { color: rgba(5,5,5,.82); opacity: 1; }
html body .fluent-form-shell .ff-el-form-control:focus { background: rgba(251,253,254,.84); }
html body .fluent-form-shell textarea.ff-el-form-control { min-height: 88px; resize: vertical; }
html body .fluent-form-shell .ff-btn-submit { inline-size: 100%; min-height: 42px; border-radius: var(--radius); border: 1px solid var(--pool-blue); background: var(--pool-blue); color: var(--white); font-size: 15px; font-weight: 850; cursor: pointer; box-shadow: 0 9px 18px rgba(0,119,182,.16); }
html body .fluent-form-shell .ff-btn-submit:hover { background: #00669d; }
html body .fluent-form-shell .ff-message-success { border: 1px solid rgba(0,180,216,.35); border-radius: 10px; padding: 12px; color: var(--navy); background: var(--lagoon); }
.quote-form-compact { max-width: none; margin-block-start: 0; gap: 7px; }
.compact-form-card .quote-form-compact { margin-block-start: 0; }
html body .quote-form-compact .fluentform { font-size: 13px; line-height: 1.35; }
html body .quote-form-compact .ff-el-group { margin-block-end: 7px; }
html body .quote-form-compact .ff-el-input--label { margin-block-end: 3px; }
html body .quote-form-compact .ff-el-input--label label { font-size: 12px; line-height: 1.15; }
html body .quote-form-compact .ff-el-form-control { min-height: 34px; border-radius: 7px; padding: 7px 9px; font-size: 13px; line-height: 1.25; }
html body .quote-form-compact textarea.ff-el-form-control { min-height: 64px; }
html body .quote-form-compact .ff-btn-submit { min-height: 38px; font-size: 14px; box-shadow: 0 7px 15px rgba(0,119,182,.14); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .65fr); gap: 36px; align-items: start; }
.contact-aside .square-media { margin-block-end: 22px; box-shadow: var(--shadow-soft); }
.article .article-body { inline-size: min(820px, calc(100% - 40px)); max-width: 820px; margin-inline: auto; padding-block: 64px; }
.article-body p { font-size: 19px; color: var(--ink); }
.article-body a { color: var(--pool-blue); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.article-callout { margin-block-end: 28px; padding: 24px; border: 1px solid rgba(0,180,216,.28); border-radius: 12px; background: linear-gradient(180deg, var(--white), var(--lagoon)); box-shadow: var(--shadow-soft); }
.article-callout h2 { color: var(--navy); }
html body .article .article-body,
html body .article .article-body p,
html body .article .article-body li,
html body .article .article-body summary,
html body .article .article-body details p,
html body .article .article-callout li,
html body .article .article-callout p,
html body .section:not(.section-deep) .check-list li,
html body .section:not(.section-deep) .detail-grid li,
html body .section:not(.section-deep) .keyword-panel li,
html body .section:not(.section-deep) .contact-aside li,
html body .section:not(.section-deep) .footer-service-notes li {
  color: var(--ink);
}
.section:not(.section-deep) .section-head p,
.section:not(.section-deep) .split p,
.section:not(.section-deep) .process-card p,
.section:not(.section-deep) .detail-grid p,
.section:not(.section-deep) .keyword-panel p,
.section:not(.section-deep) .service-feature-grid p,
.section:not(.section-deep) .glossary-card p,
.section:not(.section-deep) .blog-card-body p,
.section:not(.section-deep) details p,
.section:not(.section-deep) .quote-card p,
.section:not(.section-deep) .contact-grid p,
.section:not(.section-deep) .contact-aside p,
.section:not(.section-deep) .form-card p,
.section:not(.section-deep) .trust-grid span,
.section:not(.section-deep) .hero-panel p,
.section:not(.section-deep) .hero-panel .ff-el-help-message {
  color: var(--ink);
}
@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-toggle { display: inline-block; }
  .site-nav, .header-cta { display: none; }
  .site-nav.is-open { display: grid; position: absolute; inset-inline: 20px; inset-block-start: 74px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); justify-content: start; }
  .hero-grid, .split, .split.reverse, .problem-grid, .contact-grid { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
  .hero { min-height: auto; }
  .hero-panel { margin-block-end: 34px; max-inline-size: 520px; justify-self: center; }
  .card-grid, .trust-grid, .steps, .request-scenarios, .footer-grid, .detail-grid, .glossary-grid, .service-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-card-featured { grid-template-columns: 1fr; }
  .footer-cta-panel { grid-template-columns: 1fr; }
  .footer-brand-panel { padding-inline-end: 0; }
  .home-services .card-grid, .service-directory .card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .header-inner { min-height: 66px; }
  .brand-mark { inline-size: 42px; block-size: 42px; }
  h1 { font-size: 32px; line-height: 1.08; }
  h2 { font-size: 24px; }
  h3 { font-size: 19px; }
  p { margin-block-end: 15px; }
  .hero-copy p, .page-hero p { font-size: 16px; }
  .section { padding-block: 48px; }
  .hero-copy, .page-hero .container { padding-block: 46px; }
  .hero-panel { padding: 16px; max-inline-size: 430px; background: rgba(251,253,254,.025); border-color: rgba(255,255,255,.18); backdrop-filter: blur(26px) saturate(1.3); -webkit-backdrop-filter: blur(26px) saturate(1.3); }
  .section-head p, .service-card p, .service-feature-grid p, .glossary-card p, .blog-card-body p, details p, .quote-card p, .hero-panel p, .hero-panel .ff-el-help-message, .trust-grid span, .section .breadcrumbs { color: var(--ink); }
  .section-deep .section-head p, .cta-band .section-head p, .hero-copy p, .page-hero p { color: rgba(255,255,255,.92); }
  .article-body p { font-size: 17px; color: var(--ink); }
  .quote-card h2 { font-size: 23px; }
  .button { inline-size: 100%; white-space: normal; text-align: center; }
  .page-hero:not(.image-hero) { min-height: 240px; }
  .card-grid, .trust-grid, .steps, .request-scenarios, .footer-grid, .form-row, .detail-grid, .glossary-grid, .service-feature-grid { grid-template-columns: 1fr; }
  .blog-card-grid { grid-template-columns: 1fr; }
  .blog-card-featured { grid-column: span 1; }
  .blog-card-body { padding: 22px; }
  .footer-cta-panel { padding: 22px; margin-block-end: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { gap: 14px; }
  .home-services .card-grid, .service-directory .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .home-services .card-body, .service-directory .card-body { padding: 13px; }
  .home-services .service-card h2, .service-directory .service-card h2 { font-size: 16px; }
  .home-services .text-link, .service-directory .text-link { font-size: 13px; }
  .process-card, .contact-aside, .form-card, .detail-grid article, .keyword-panel, .glossary-card { padding: 20px; }
  .fluent-form-shell { max-width: 100%; margin-block-start: 18px; }
  html body .fluent-form-shell .ff-el-form-control { min-height: 39px; font-size: 14px; padding: 8px 10px; }
  html body .fluent-form-shell textarea.ff-el-form-control { min-height: 78px; }
  html body .fluent-form-shell .ff-btn-submit { min-height: 40px; }
  .cta-inner { display: grid; }
  .brand small { display: none; }
}
@media (max-width: 460px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  h1 { font-size: 29px; line-height: 1.1; }
  h2 { font-size: 22px; line-height: 1.16; }
  .hero-grid { gap: 22px; }
  .hero-copy, .page-hero .container { padding-block: 38px; }
  .hero-actions { gap: 10px; margin-block-start: 22px; }
  .hero-panel { padding: 16px; border-radius: 10px; max-inline-size: 390px; background: rgba(251,253,254,.015); border-color: rgba(255,255,255,.16); }
  .form-card, .contact-aside, .process-card, .detail-grid article, .keyword-panel, .glossary-card { padding: 16px; border-radius: 10px; }
  .home-services .card-grid, .service-directory .card-grid, .service-related .card-grid { grid-template-columns: 1fr; gap: 14px; }
  .home-services .service-card, .service-directory .service-card, .service-related .service-card { min-height: 220px; }
  .home-services .card-body, .service-directory .card-body, .service-related .card-body { padding: 16px; }
  .home-services .service-card h2, .service-directory .service-card h2, .service-related .service-card h2 { font-size: 18px; }
  .footer-cta-panel { padding: 18px; }
  .footer-bottom nav { display: grid; gap: 10px; }
  html body .quote-form-compact .ff-el-form-control { min-height: 32px; }
  html body .quote-form-compact textarea.ff-el-form-control { min-height: 58px; }
}
