.clwd-subpage,
.clwd-subpage * { box-sizing: border-box; }
#avia-menu > li.av-menu-button > a[href^="tel:"] .avia-menu-text::before,
#av-burger-menu-ul a[href^="tel:"] .avia-menu-text::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: -3px;
  background: url("https://crystallakewebdesign.com/wp-content/uploads/2025/10/phone.png") center / contain no-repeat;
}
.clwd-subpage { color: #27374a; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
.clwd-wrap { width: min(1130px, calc(100% - 40px)); margin: 0 auto; }
.clwd-page-hero { padding: 92px 0 86px; color: #fff; background: linear-gradient(135deg, #173a66 0%, #0b6db8 100%); text-align: center; }
.clwd-page-hero h1 { max-width: 920px; margin: 0 auto 22px; color: #fff !important; font-size: clamp(38px, 5vw, 64px); line-height: 1.08; text-transform: uppercase; }
.clwd-eyebrow { margin: 0 0 14px; color: #8dc63f; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.clwd-lead { max-width: 820px; margin: 0 auto 30px; font-size: 20px; }
.clwd-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 28px; }
.clwd-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 30px; border: 2px solid transparent; border-radius: 28px; font-weight: 700; text-decoration: none !important; transition: .2s ease; }
.clwd-btn-primary { color: #173a66 !important; background: #8dc63f; }
.clwd-btn-secondary { color: #fff !important; background: #0b6db8; border-color: #fff; }
.clwd-btn:hover { transform: translateY(-2px); filter: brightness(.96); }
.clwd-section { padding: 76px 0; background: #fff; }
.clwd-section h2 { margin: 0 0 22px; color: #173a66; font-size: clamp(30px, 3.5vw, 44px); line-height: 1.15; }
.clwd-section h3 { margin: 0 0 12px; color: #173a66; font-size: 23px; }
.clwd-section p { margin: 0 0 22px; }
.clwd-section-soft { background: #f4f7fa; }
.clwd-section-navy { color: #fff; background: #173a66; }
.clwd-section-navy h2,
.clwd-section-navy h3 { color: #fff; }
.clwd-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: 48px; align-items: start; }
.clwd-card { padding: 32px; border-top: 5px solid #8dc63f; border-radius: 8px; background: #f4f7fa; box-shadow: 0 12px 34px rgba(20,52,88,.12); }
.clwd-card ul { margin: 0 0 20px; padding-left: 20px; }
.clwd-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 32px; }
.clwd-service-card { display: flex; flex-direction: column; padding: 30px; border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(20,52,88,.1); }
.clwd-service-card img { display: block; width: 100%; height: 190px; margin: -30px -30px 24px; width: calc(100% + 60px); max-width: none; object-fit: cover; border-radius: 8px 8px 0 0; }
.clwd-feature-image { display: block; width: 100%; margin: 0 0 34px; border-radius: 6px; }
.clwd-service-card p { flex: 1; }
.clwd-service-card .clwd-btn { width: 100%; margin-top: 8px; }
.clwd-text-link { color: #0b6db8; font-weight: 700; }
.clwd-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; margin-top: 34px; }
.clwd-steps strong { display: inline-flex; width: 44px; height: 44px; margin-bottom: 14px; align-items: center; justify-content: center; border-radius: 50%; color: #173a66; background: #8dc63f; font-size: 20px; }
.clwd-location-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.clwd-location-link { display: block; padding: 16px 18px; border-left: 4px solid #8dc63f; color: #173a66; background: #f4f7fa; font-weight: 700; text-decoration: none !important; }
.clwd-faqs { display: grid; gap: 14px; margin-top: 28px; }
.clwd-faqs details { padding: 20px 24px; border-radius: 6px; background: #fff; box-shadow: 0 6px 20px rgba(20,52,88,.08); }
.clwd-faqs summary { color: #173a66; font-weight: 700; cursor: pointer; }
.clwd-faqs details p { margin: 16px 0 0; }
.clwd-final { padding: 72px 0; color: #fff; background: #0b6db8; text-align: center; }
.clwd-final h2 { margin: 0 0 18px; color: #fff; font-size: clamp(32px,4vw,48px); }
.clwd-final p { max-width: 760px; margin: 0 auto; }
body.page .clwd-subpage + .post-meta-infos,
body.page .clwd-subpage ~ .post-meta-infos { display: none; }
@media (max-width: 900px) {
  .clwd-grid, .clwd-card-grid, .clwd-steps { grid-template-columns: 1fr; }
  .clwd-location-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .clwd-wrap { width: min(100% - 28px, 1130px); }
  .clwd-page-hero { padding: 64px 0 58px; }
  .clwd-section { padding: 54px 0; }
  .clwd-location-grid { grid-template-columns: 1fr; }
  .clwd-actions { flex-direction: column; }
  .clwd-btn { width: 100%; }
}
