.wb-pilot {
  --wb-ink: #173d32;
  --wb-soft: #31584b;
  --wb-cream: #fbfaf6;
  --wb-paper: #f5f1e9;
  --wb-sage: #e9f0e8;
  --wb-gold: #d7a24a;
  overflow: hidden;
  padding-bottom: 80px;
  background: var(--wb-cream);
  color: var(--wb-ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
}
.wb-pilot *, .wb-pilot *::before, .wb-pilot *::after { box-sizing: border-box; }
.wb-pilot a { color: inherit; }
.wb-pilot img { display: block; max-width: 100%; }
.wb-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.wb-eyebrow {
  margin: 0 0 12px;
  color: #9a6a2d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.3;
  text-transform: uppercase;
}
.wb-pilot h1, .wb-pilot h2, .wb-pilot h3 {
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  letter-spacing: -.04em;
}
.wb-pilot h2 { margin: 8px 0 20px; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.02; }
.wb-header { height: 76px; border-bottom: 1px solid rgba(23,61,50,.12); background: var(--wb-cream); }
.wb-header img { width: 184px; height: 72px; object-fit: contain; }
.wb-header nav { display: flex; gap: 22px; color: var(--wb-soft); font-size: 13px; font-weight: 700; }
.wb-header nav a, .wb-header-actions a { text-decoration: none; }
.wb-header-actions { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.wb-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.wb-pilot .wb-button-primary { background: var(--wb-gold); color: var(--wb-ink); }
.wb-pilot .wb-button-primary:hover { background: #e5b46e; color: var(--wb-ink); }
.wb-pilot .wb-button-primary:active { background: #c5903b; color: var(--wb-ink); }
.wb-pilot .wb-button-green { background: #034c37; color: #fff; }
.wb-pilot .wb-button-green:hover { background: #026044; color: #fff; }
.wb-pilot .wb-button-green:focus-visible { color: #fff; }
.wb-pilot .wb-button-green:active { background: #023f2e; color: #fff; }
.wb-button-outline { border-color: rgba(23,61,50,.28); }
.wb-button[aria-disabled="true"], .wb-button:disabled { cursor: not-allowed; opacity: .6; }
.wb-pilot a:focus-visible, .wb-pilot summary:focus-visible { outline: 3px solid #e5b46e; outline-offset: 3px; }
.wb-hero { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 610px; background: var(--wb-ink); color: var(--wb-cream); }
.wb-hero-media { position: relative; min-height: 610px; overflow: hidden; }
.wb-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.wb-hero-label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 8px 12px;
  background: rgba(23,61,50,.84);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wb-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(24px,5vw,80px); }
.wb-hero-copy .wb-eyebrow { color: #e5b46e; }
.wb-hero h1 { max-width: 640px; margin: 0; font-size: clamp(2.85rem,4.7vw,5.25rem); line-height: .98; text-wrap: balance; }
.wb-hero-description { max-width: 520px; margin: 28px 0 0; color: #d7e6dc; font-size: 18px; line-height: 1.75; }
.wb-rating { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; margin-top: 20px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); font-size: 13px; }
.wb-rating span:last-child { color: #d7e6dc; }
.wb-stars { letter-spacing: 2px; }
.wb-star-on { color: var(--wb-gold); }
.wb-star-off { color: rgba(215,162,74,.35); }
.wb-hero-actions, .wb-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.wb-hero-actions .wb-button-outline { border-color: rgba(255,255,255,.45); color: #fff; }
.wb-hero-checks { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: #d7e6dc; font-size: 12px; font-weight: 700; }
.wb-trust { border-bottom: 1px solid rgba(23,61,50,.14); background: var(--wb-sage); text-align: center; }
.wb-trust div { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 32px; width: min(1180px,calc(100% - 48px)); margin: auto; padding: 16px 0; color: var(--wb-soft); font-size: 12px; font-weight: 800; }
.wb-breadcrumbs { padding: 16px 0; color: #557065; font-size: 13px; }
.wb-intro { padding: 64px 0 80px; }
.wb-intro > p:not(.wb-eyebrow):not(.wb-note) { max-width: 760px; color: var(--wb-soft); font-size: 18px; line-height: 1.8; }
.wb-note { display: flex; gap: 10px; max-width: 760px; margin-top: 20px; font-weight: 700; }
.wb-section { padding: 88px 0; }
.wb-services { background: var(--wb-sage); }
.wb-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.wb-heading > p { max-width: 390px; margin: 0; color: var(--wb-soft); line-height: 1.7; }
.wb-service-grid, .wb-review-grid, .wb-project-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.wb-service-card, .wb-project-card, .wb-review-card { border: 1px solid rgba(23,61,50,.16); background: var(--wb-cream); }
.wb-service-card, .wb-project-card { overflow: hidden; }
.wb-service-card > img { width: 100%; height: 170px; object-fit: cover; }
.wb-service-card > div, .wb-project-card > div { padding: 20px; }
.wb-number { display: block; color: #9a6a2d; font: 800 12px Menlo,monospace; }
.wb-service-card .wb-eyebrow { margin: 10px 0 5px; font-size: 10px; }
.wb-service-card h3, .wb-project-card h3 { margin: 0; font-size: 21px; }
.wb-service-card > div > p:not(.wb-eyebrow) { min-height: 72px; margin: 10px 0 0; color: var(--wb-soft); font-size: 14px; line-height: 1.65; }
.wb-service-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 16px; padding-top: 12px; border-top: 1px solid rgba(23,61,50,.16); color: var(--wb-soft); font-size: 10px; font-weight: 800; }
.wb-service-foot a { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(23,61,50,.24); border-radius: 50%; font-size: 20px; text-decoration: none; }
.wb-proof { padding: 88px 0; }
.wb-proof-group > h3 { margin: 0 0 16px; font-size: 21px; }
.wb-review-card { min-height: 190px; margin: 0; padding: 22px; }
.wb-review-card-featured { grid-column: span 2; padding: clamp(24px,3vw,36px); }
.wb-review-card p { margin: 16px 0; color: var(--wb-soft); font-size: 14px; line-height: 1.7; }
.wb-review-card-featured p { max-width: 760px; font-size: 17px; }
.wb-review-card footer { display: grid; gap: 3px; font-size: 12px; }
.wb-review-card footer span { color: var(--wb-soft); }
.wb-project-evidence { padding: 0 0 88px; }
.wb-project-evidence > h2 { max-width: 760px; }
.wb-project-card img { width: 100%; height: 180px; object-fit: cover; }
.wb-project-card .wb-eyebrow { font-size: 10px; }
.wb-project-card p:not(.wb-eyebrow) { margin: 10px 0 0; color: var(--wb-soft); font-size: 14px; line-height: 1.65; }
.wb-planning { background: var(--wb-ink); color: var(--wb-cream); }
.wb-planning .wb-eyebrow { color: #e5b46e; }
.wb-planning-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: 40px; }
.wb-planning-grid article { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.3); }
.wb-planning-grid h3 { margin: 24px 0 10px; font-size: 20px; }
.wb-planning-grid p { margin: 0; color: #d7e6dc; font-size: 14px; }
.wb-gallery { padding: 80px 0; }
.wb-gallery > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.wb-gallery figure { overflow: hidden; margin: 0; border: 1px solid rgba(23,61,50,.16); }
.wb-gallery img { width: 100%; height: 220px; object-fit: cover; }
.wb-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; padding: 80px 0; }
.wb-faq details { padding: 20px 0; border-top: 1px solid rgba(23,61,50,.16); }
.wb-faq summary { display: flex; align-items: center; gap: 16px; cursor: pointer; font-weight: 800; list-style: none; }
.wb-faq summary::-webkit-details-marker { display: none; }
.wb-faq summary span, .wb-faq summary b { color: #9a6a2d; }
.wb-faq summary b { margin-left: auto; }
.wb-faq details p { max-width: 650px; margin: 16px 0 0 32px; color: var(--wb-soft); font-size: 14px; }
.wb-final { background: var(--wb-paper); }
.wb-final-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.wb-final-grid > div > p:not(.wb-eyebrow) { max-width: 500px; color: var(--wb-soft); font-size: 17px; line-height: 1.75; }
.wb-final-card { padding: 32px; background: var(--wb-cream); box-shadow: 0 18px 50px rgba(23,61,50,.12); }
.wb-final-card h3 { margin: 4px 0 8px; font-size: 26px; }
.wb-final-card > p:not(.wb-eyebrow) { color: var(--wb-soft); }
.wb-final-actions .wb-button-outline { color: var(--wb-ink); }
.wb-visualizer { padding: 80px 0; background: var(--wb-ink); color: var(--wb-cream); }
.wb-visualizer-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #204c40; }
.wb-visualizer-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px,5vw,72px); }
.wb-visualizer-copy .wb-eyebrow { color: #e5b46e; }
.wb-visualizer-copy h2 { max-width: 680px; margin-top: 0; }
.wb-visualizer-copy > p:not(.wb-eyebrow) { max-width: 590px; margin: 0; color: #d7e6dc; font-size: 17px; line-height: 1.75; }
.wb-visualizer-copy .wb-button { margin-top: 32px; }
.wb-visualizer-card > img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.wb-footer { padding: 40px 0; background: #034c37; color: #d7e6dc; }
.wb-footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.wb-footer img { width: 184px; height: 72px; object-fit: contain; }
.wb-footer a { color: #e5b46e; font-weight: 800; }
.wb-sticky { display: none; }
@media (max-width: 900px) {
  .wb-hero { grid-template-columns: 1fr; }
  .wb-hero-media { min-height: 420px; }
  .wb-heading, .wb-faq, .wb-final-grid { display: block; }
  .wb-visualizer-card { grid-template-columns: 1fr; }
  .wb-visualizer-card > img { min-height: 300px; max-height: 420px; }
  .wb-heading > p { margin-top: 16px; }
  .wb-service-grid, .wb-review-grid, .wb-project-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wb-planning-grid { grid-template-columns: 1fr 1fr; }
  .wb-faq > div + div { margin-top: 32px; }
}
@media (max-width: 600px) {
  .wb-wrap { width: calc(100% - 32px); }
  .wb-header { height: 68px; }
  .wb-header img { width: 150px; height: 64px; }
  .wb-header nav { display: none; }
  .wb-header-actions > a:first-child { display: none; }
  .wb-header-actions .wb-button { padding: 10px 14px; font-size: 11px; }
  .wb-hero-media { min-height: 330px; }
  .wb-hero-copy { padding: 44px 16px 48px; }
  .wb-hero h1 { font-size: clamp(2.45rem,11vw,3.75rem); }
  .wb-hero-description { font-size: 16px; }
  .wb-hero-actions, .wb-final-actions { flex-direction: column; align-items: stretch; }
  .wb-button { width: 100%; }
  .wb-trust div { display: grid; gap: 8px; width: calc(100% - 32px); }
  .wb-intro, .wb-proof, .wb-gallery, .wb-faq, .wb-visualizer { padding: 56px 0; }
  .wb-section { padding: 64px 0; }
  .wb-service-grid, .wb-review-grid, .wb-project-grid, .wb-planning-grid, .wb-gallery > div { grid-template-columns: 1fr; }
  .wb-review-card-featured { grid-column: auto; }
  .wb-service-card > div > p:not(.wb-eyebrow) { min-height: 0; }
  .wb-final-card { padding: 22px; }
  .wb-visualizer-copy { padding: 32px 22px; }
  .wb-visualizer-card > img { min-height: 230px; }
  .wb-footer { padding-bottom: 104px; }
  .wb-footer-inner { align-items: flex-start; flex-direction: column; }
  .wb-sticky { position: fixed; right: 0; bottom: 0; left: 0; z-index: 20; display: flex; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom,0px)); background: rgba(3,76,55,.97); }
  .wb-sticky .wb-button { flex: 1; padding-inline: 10px; font-size: 12px; }
  .wb-sticky .wb-button-outline { border-color: rgba(255,255,255,.55); color: var(--wb-cream); }
}