:root {
  --navy: #005b7a;
  --navy-deep: #003d56;
  --navy-pale: #e6f2f6;
  --steel: #738692;
  --graphite: #27343a;
  --muted: #637077;
  --line: #d7e0e4;
  --paper: #ffffff;
  --soft: #f6f9fa;
  --sand: #c59a5c;
  --sand-pale: #f6eddf;
  --green: #3c7967;
  --shadow: 0 18px 40px rgba(0, 61, 86, .10);
  --radius: 18px;
  --font: Inter, Aptos, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--graphite); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--paper); color: var(--navy-deep); border: 2px solid var(--navy); padding: .65rem 1rem; z-index: 9999; border-radius: 6px; }
.skip-link:focus { left: 8px; }
.topbar { background: var(--navy-deep); color: #dff1f7; font-size: .85rem; }
.topbar__content { min-height: 38px; display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; }
.topbar p { margin: 0; }
.topbar__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.topbar a { text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(215,224,228,.9); backdrop-filter: blur(12px); }
.header__content { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; min-width: max-content; }
.brand img { width: 66px; height: 54px; object-fit: contain; object-position: center; }
.brand__text { color: var(--steel); font-size: .72rem; line-height: 1.25; letter-spacing: .02em; }
.brand__text strong { color: var(--navy); font-size: .95rem; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 1.15rem; font-size: .91rem; font-weight: 700; }
.main-nav a { text-decoration: none; color: var(--graphite); padding: .55rem 0; position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: .35rem; width: 0; height: 2px; background: var(--navy); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.main-nav .nav-cta { background: var(--navy); color: white; border-radius: 7px; padding: .62rem .9rem; }
.main-nav .nav-cta:hover { background: var(--navy-deep); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--paper); width: 46px; height: 42px; border-radius: 8px; padding: 9px; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--navy-deep); }
.hero { position: relative; overflow: hidden; padding: 82px 0 72px; background: radial-gradient(circle at 82% 22%, #d5e8ef 0, transparent 23%), linear-gradient(130deg, #f8fbfc 0%, #eef5f7 100%); border-bottom: 1px solid var(--line); }
.hero::before { content:""; position: absolute; right: -110px; bottom: -200px; width: 500px; height: 500px; border: 52px solid rgba(0,91,122,.07); transform: rotate(28deg); border-radius: 80px; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.07fr .93fr; gap: 4.2rem; align-items: center; }
.eyebrow { margin: 0 0 .65rem; color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #a9d3e2; }
h1,h2,h3 { color: var(--navy-deep); line-height: 1.14; margin: 0; }
h1 { font-size: clamp(2.38rem, 5vw, 4.45rem); letter-spacing: -.055em; max-width: 760px; }
h2 { font-size: clamp(1.85rem, 3.2vw, 2.8rem); letter-spacing: -.04em; }
h3 { font-size: 1.08rem; }
.hero__lead { max-width: 680px; color: #4c6068; font-size: 1.1rem; margin: 1.25rem 0 1.7rem; }
.hero__actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .75rem 1.05rem; text-decoration: none; border: 1px solid transparent; border-radius: 7px; font-weight: 800; font-size: .92rem; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,61,86,.16); }
.button--primary { color: #fff; background: var(--navy); }
.button--primary:hover { background: var(--navy-deep); }
.button--secondary { color: var(--navy-deep); background: rgba(255,255,255,.65); border-color: #b9cbd1; }
.button--secondary:hover { background: #fff; }
.button--full { width: 100%; border: 0; }
.hero__facts { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; padding: 1.55rem 0 0; margin: 1.7rem 0 0; border-top: 1px solid #c9dbe0; }
.hero__facts li { display: grid; gap: .2rem; }
.hero__facts strong { color: var(--navy-deep); font-size: .86rem; }
.hero__facts span { color: var(--muted); font-size: .76rem; line-height: 1.36; }
.hero__visual { position: relative; }
.visual-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; }
.visual-card { min-height: 156px; padding: 1.15rem; background: rgba(255,255,255,.94); border: 1px solid rgba(199,216,221,.95); border-radius: var(--radius); box-shadow: var(--shadow); }
.visual-card--main { min-height: 260px; grid-column: span 2; background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: white; border: 0; overflow: hidden; position: relative; }
.visual-card--main::after { content:""; position: absolute; width: 260px; height: 260px; border: 22px solid rgba(255,255,255,.12); border-radius: 50%; right: -90px; top: -95px; }
.visual-card--main h2 { color: white; font-size: 1.7rem; max-width: 315px; position: relative; z-index: 1; }
.visual-card--main p { color: #d3edf5; max-width: 370px; font-size: .92rem; position: relative; z-index: 1; }
.visual-card h3 { font-size: .98rem; }
.visual-card p { margin: .5rem 0 0; font-size: .78rem; color: #5e6f75; line-height: 1.45; }
.visual-card--accent { background: var(--sand-pale); border-color: #ead4b7; }
.icon-badge { display: inline-grid; place-items: center; height: 28px; min-width: 28px; padding: 0 .45rem; border-radius: 4px; background: var(--navy-pale); color: var(--navy); font-weight: 900; font-size: .7rem; margin-bottom: .9rem; }
.visual-card--main .icon-badge { color: var(--navy-deep); background: #eaf7fa; }
.route-line { position: absolute; left: 1.15rem; right: 1.15rem; bottom: 1rem; height: 24px; display: flex; align-items: center; gap: 12px; z-index: 1; }
.route-line::before { content:""; height: 2px; flex: 1; background: rgba(225,247,255,.55); }
.route-line span { width: 9px; height: 9px; background: #f5d59e; border-radius: 50%; }
.hero__photo-note { margin: .9rem 0 0; color: #61767e; font-size: .72rem; font-style: italic; text-align: center; }
.section { padding: 88px 0; }
.section--soft { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 2.35rem; }
.section-heading > p:last-child { margin: .9rem 0 0; color: var(--muted); }
.section-heading--compact { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.service-card { border: 1px solid var(--line); border-radius: 14px; padding: 1.45rem; background: white; min-height: 318px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; background: var(--navy-pale); color: var(--navy); font-weight: 900; font-size: 1.25rem; margin-bottom: 1rem; }
.service-card p { font-size: .9rem; color: var(--muted); margin: .7rem 0 .9rem; }
.service-card ul { padding-left: 1.05rem; margin: 0; color: #4e6169; font-size: .8rem; }
.service-card li { margin-bottom: .32rem; }
.service-card--clinical { border-color: #b7d4df; background: #fbfeff; }
.service-card--pest { background: #fcfaf7; border-color: #eadccc; }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4.5rem; align-items: start; }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .85rem; counter-reset: none; }
.process-list li { display: flex; align-items: center; gap: 1rem; background: white; border: 1px solid var(--line); padding: .95rem 1rem; border-radius: 12px; }
.process-list li > span { flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 900; font-size: .85rem; }
.process-list h3 { font-size: .95rem; }
.process-list p { margin: .18rem 0 0; color: var(--muted); font-size: .82rem; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.split-layout__content p:not(.eyebrow) { color: var(--muted); }
.text-link { color: var(--navy); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.capability-panel { padding: 1.3rem; border-radius: var(--radius); background: var(--navy-deep); box-shadow: var(--shadow); }
.capability-panel__label { color: #a6d0dc; margin: 0 0 .4rem; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.capability-row { padding: .95rem 0; border-bottom: 1px solid rgba(224,244,249,.18); display: grid; gap: .25rem; }
.capability-row:last-child { border-bottom: 0; }
.capability-row strong { color: #fff; font-size: .92rem; }
.capability-row span { color: #c6e4ec; font-size: .79rem; line-height: 1.45; }
.section--coverage { background: #0c5c76; color: #f5fbfd; }
.section--coverage h2 { color: white; }
.section--coverage .section-heading > p:last-child { color: #d0e9f0; }
.coverage-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: center; }
.coverage-map { background: #f7fbfc; color: var(--graphite); border-radius: var(--radius); padding: 1.25rem; min-height: 300px; box-shadow: 0 25px 45px rgba(0,0,0,.18); }
.coverage-map__title { color: var(--navy); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.map-core { height: 170px; position: relative; margin-top: .75rem; background: linear-gradient(120deg, #deedf1, #f8fbfc); border: 1px solid #c8dde4; border-radius: 12px; overflow: hidden; }
.map-core::before { content:""; position: absolute; width: 400px; height: 150px; border: 3px dashed #8fb7c5; transform: rotate(-12deg); left: -45px; top: 36px; border-radius: 60%; }
.pin { position: absolute; display: inline-block; padding: .38rem .48rem; color: var(--navy-deep); background: white; border: 1px solid #c0d7de; border-radius: 6px; box-shadow: 0 4px 10px rgba(0,0,0,.07); font-size: .72rem; font-weight: 900; line-height: 1.15; }
.pin small { color: var(--muted); font-size: .6rem; font-weight: 600; }
.pin--main { left: 47%; top: 50%; transform: translate(-50%,-50%); border-color: var(--navy); background: #e9f6fa; }
.pin--secondary { top: 19%; right: 19%; }
.pin--left { left: 13%; top: 67%; right: auto; }
.pin--right { right: 12%; top: 73%; }
.map-extension { margin-top: 1rem; padding: .75rem; background: var(--sand-pale); color: #644a27; border-radius: 8px; font-size: .75rem; display: grid; gap: .15rem; }
.map-extension strong { font-size: .84rem; }
.section--clinical-band { padding: 66px 0; background: linear-gradient(100deg, #003d56, #0e7694); color: white; }
.clinical-band__content { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: center; }
.clinical-band h2 { color: white; }
.clinical-band p:not(.eyebrow) { color: #d7edf3; max-width: 700px; }
.clinical-points { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.clinical-points li { position: relative; padding: .85rem 1rem .85rem 2.2rem; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; font-size: .86rem; }
.clinical-points li::before { content: "✓"; position: absolute; left: .85rem; color: #f5d59e; font-weight: 900; }
.section--form { background: #f2f7f8; }
.form-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 4rem; align-items: start; }
.form-intro p:not(.eyebrow) { color: var(--muted); }
.form-intro__contact { display: grid; gap: .35rem; margin-top: 1.2rem; }
.form-intro__contact a { color: var(--navy); font-weight: 800; }
.service-form { background: white; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .9rem; }
label { display: grid; gap: .35rem; color: var(--navy-deep); font-size: .82rem; font-weight: 800; }
input,select,textarea { width: 100%; padding: .72rem .78rem; color: var(--graphite); background: white; border: 1px solid #bfcdd1; border-radius: 6px; font: inherit; font-size: .88rem; font-weight: 500; }
input:focus,select:focus,textarea:focus { outline: 3px solid rgba(0,91,122,.18); border-color: var(--navy); }
textarea { resize: vertical; }
.field-note { color: var(--muted); font-weight: 500; }
.service-hint { margin: .95rem 0; padding: .7rem .8rem; background: var(--navy-pale); color: var(--navy-deep); border-left: 3px solid var(--navy); border-radius: 4px; font-size: .78rem; }
.checkline { grid-template-columns: auto 1fr; align-items: start; margin: .95rem 0; color: var(--muted); font-weight: 600; }
.checkline input { width: 16px; height: 16px; margin-top: .2rem; }
.form-status { min-height: 1.3rem; margin: .75rem 0 0; font-size: .82rem; color: var(--green); font-weight: 700; }
.site-footer { background: #0c2731; color: #cbdee4; padding-top: 58px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 2rem; }
.footer-logo { width: 145px; height: 78px; object-fit: contain; object-position: left center; background: white; border-radius: 8px; padding: 5px; }
.site-footer h2 { color: white; font-size: .92rem; margin: .3rem 0 .9rem; }
.site-footer p { font-size: .79rem; margin: .7rem 0 0; line-height: 1.52; }
.site-footer a { display: block; color: #cbdee4; text-decoration: none; font-size: .79rem; margin: .38rem 0; }
.site-footer a:hover { color: white; text-decoration: underline; }
.footer-note { color: #96b6c0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.2rem; padding: 1rem 0; }
.footer-bottom p { margin: 0; color: #8fadb7; font-size: .72rem; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: grid; place-items: center; width: 54px; height: 54px; color: white; background: #1d9c66; text-decoration: none; border-radius: 50%; box-shadow: 0 11px 22px rgba(0,0,0,.2); font-size: .72rem; font-weight: 900; letter-spacing: .05em; }
@media (max-width: 1000px) {
  .main-nav { gap: .75rem; font-size: .82rem; }
  .hero__grid, .coverage-layout, .form-layout, .process-layout, .split-layout, .clinical-band__content { grid-template-columns: 1fr; gap: 2.2rem; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading--compact { max-width: 760px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .topbar__content { padding: .45rem 0; align-items: flex-start; flex-direction: column; gap: .15rem; }
  .topbar__actions { gap: .6rem; }
  .header__content { min-height: 68px; }
  .brand img { width: 55px; height: 46px; }
  .brand__text { display: none; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 68px; padding: 1rem 14px 1.1rem; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 24px rgba(0,0,0,.08); }
  .main-nav.is-open { display: grid; gap: .2rem; }
  .main-nav a { padding: .6rem .35rem; }
  .main-nav .nav-cta { text-align: center; margin-top: .4rem; }
  .hero { padding: 53px 0 46px; }
  .hero__grid { gap: 2rem; }
  h1 { font-size: 2.65rem; }
  h2 { font-size: 2rem; }
  .hero__lead { font-size: 1rem; }
  .hero__facts { grid-template-columns: 1fr; gap: .7rem; }
  .visual-card--main { min-height: 220px; }
  .section { padding: 60px 0; }
  .service-grid, .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .site-footer { padding-top: 46px; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }


/* Projects V2 integration tweaks */
html { scroll-padding-top: 120px; }
section[id], header[id] { scroll-margin-top: 120px; }
.floating-whatsapp { font-weight: 900; letter-spacing: .03em; }
.service-form button[type="submit"] { cursor: pointer; }
.service-form input:focus, .service-form select:focus, .service-form textarea:focus,
.main-nav a:focus-visible, .button:focus-visible, .floating-whatsapp:focus-visible {
  outline: 3px solid rgba(197,154,92,.45);
  outline-offset: 3px;
}
