/* ============================================================
   IMPERIAL SERVICES — Astra Child Theme
   All site CSS consolidated here. No WP Additional CSS needed.
   ============================================================ */

/* ------------------------------------------------------------
   ASTRA OVERRIDES — Header
   ------------------------------------------------------------ */
#masthead,
.main-header-bar-wrap,
.main-header-bar,
.ast-desktop-header,
.ast-mobile-header-wrap,
.ast-primary-header-bar {
  background-color: #080812 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

.ast-header-sticked #masthead,
.ast-header-sticked .main-header-bar-wrap {
  background-color: rgba(8,8,18,0.97) !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 16px rgba(0,0,0,0.4) !important;
}

/* Nav links */
.main-navigation .menu-link,
.main-navigation a,
.ast-header-sections-navigation .menu-link {
  color: rgba(255,255,255,0.88) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
}

.main-navigation .menu-link:hover,
.main-navigation a:hover {
  color: #C4A228 !important;
}

.main-navigation .current-menu-item > .menu-link,
.main-navigation .current-menu-ancestor > .menu-link {
  color: #C4A228 !important;
}

/* Dropdown menus */
.main-navigation .sub-menu,
.main-navigation .children {
  background-color: #0f0f20 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5) !important;
  border-radius: 6px !important;
}

.main-navigation .sub-menu .menu-link,
.main-navigation .sub-menu a {
  color: rgba(255,255,255,0.78) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  padding: 10px 20px !important;
}

.main-navigation .sub-menu .menu-link:hover,
.main-navigation .sub-menu a:hover {
  color: #C4A228 !important;
  background-color: rgba(196,162,40,0.08) !important;
}

/* Mobile header */
.ast-mobile-header-wrap,
.ast-mobile-header-wrap .main-header-bar,
button.menu-toggle,
.ast-button-wrap .menu-toggle {
  background-color: #080812 !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.2) !important;
}

.menu-toggle .menu-toggle-icon,
.menu-toggle .menu-toggle-icon::before,
.menu-toggle .menu-toggle-icon::after {
  background-color: #ffffff !important;
}

.ast-mobile-popup-drawer__inner,
.ast-mobile-menu-expanded {
  background-color: #0f0f20 !important;
}

.ast-mobile-header-wrap .menu-link,
.ast-mobile-header-wrap a,
.ast-nav-menu a {
  color: rgba(255,255,255,0.88) !important;
}

/* Logo */
.site-title a,
.site-description {
  color: #ffffff !important;
}

.custom-logo {
  max-height: 52px !important;
  width: auto !important;
}

/* ASTRA OVERRIDES — Content area (Elementor pages) */
.ast-page-builder-template .entry-content,
.ast-page-builder-template #primary,
.elementor-page .entry-content,
.elementor-page #primary {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  float: none !important;
}

.ast-page-builder-template .ast-container,
.elementor-page .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

.entry-content > :first-child {
  margin-top: 0 !important;
}

/* Hide Astra page title and breadcrumbs on all our custom pages */
.entry-title,
.ast-post-title-bar,
.ast-breadcrumbs-wrapper,
.page-header {
  display: none !important;
}

/* Elementor full-width sections — remove boxed max-width constraint */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

.elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}

/* ASTRA OVERRIDES — Footer */
.site-footer,
.ast-small-footer,
.ast-footer-overlay,
.footer-widget-area,
#colophon {
  background-color: #080812 !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
}

.ast-small-footer,
.ast-small-footer .ast-footer-copyright,
.ast-small-footer p {
  color: rgba(255,255,255,0.4) !important;
  font-size: 13px !important;
}

.ast-small-footer a { color: rgba(255,255,255,0.5) !important; }
.ast-small-footer a:hover { color: #C4A228 !important; }

/* ASTRA OVERRIDES — Global typography */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}


/* ============================================================
   ICS- BASE CLASSES — Cleaning & Home pages
   ============================================================ */

.ics-page *,
.ics-page *::before,
.ics-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ics-page {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #1a1a1a;
}

/* Container */
.ics-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section backgrounds */
.ics-section { padding: 60px 0; }
.ics-light { background-color: #f5f8f9; }
.ics-white { background-color: #ffffff; }
.ics-trust-section { background-color: #f0f7f9; }
.ics-cta-section { background-color: #2c6f7e; }
.ics-footer-cta { background-color: #1e4f5c; }
.ics-form-footer { padding: 20px 0; }

/* Typography */
.ics-h1 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 16px;
}

.ics-h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.ics-lead {
  font-size: 18px;
  color: #444;
  margin-bottom: 24px;
  line-height: 1.6;
}

.ics-sub {
  font-size: clamp(16px, 2vw, 20px);
  color: #d4eef5;
  margin-bottom: 32px;
  line-height: 1.5;
}

.ics-note { font-size: 14px; color: #666; margin-top: 20px; font-style: italic; }
.ics-white-text { color: #ffffff !important; }
.ics-text-center { text-align: center; }
.ics-link { color: #5B9EAD; text-decoration: underline; }
.ics-link-light { color: #d4eef5; text-decoration: underline; }

/* Hero */
.ics-hero {
  background: linear-gradient(135deg, #1e4f5c 0%, #2c6f7e 50%, #3a8a9e 100%);
  padding: 80px 0 64px;
  text-align: center;
}

/* Buttons */
.ics-btn-primary {
  display: inline-block;
  background-color: #C4A228;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  letter-spacing: 0.3px;
}
.ics-btn-primary:hover { background-color: #a8891f; color: #ffffff; }

.ics-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #25D366;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.ics-btn-wa:hover { background-color: #1ebe5a; color: #ffffff; }

.ics-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.ics-cta-repeat, .ics-footer-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ics-cta-repeat { margin-top: 40px; }
.ics-footer-cta-buttons { margin: 28px 0 24px; }

/* Trust bar */
.ics-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.ics-badge {
  background-color: rgba(255,255,255,0.15);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.3);
  white-space: nowrap;
}

.ics-hero-contact { font-size: 14px; color: #c0dfe8; margin-top: 8px; }
.ics-hero-contact a { color: #c0dfe8; text-decoration: underline; }

/* Checklist */
.ics-checklist { list-style: none; padding: 0; margin: 0 0 16px; }
.ics-checklist li {
  padding: 8px 0 8px 32px;
  position: relative;
  border-bottom: 1px solid #e8eff1;
  font-size: 16px;
}
.ics-checklist li:last-child { border-bottom: none; }
.ics-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #5B9EAD;
  font-weight: 700;
  font-size: 16px;
}
.ics-checklist-2col { column-count: 2; column-gap: 32px; }
@media (max-width: 640px) { .ics-checklist-2col { column-count: 1; } }

/* Audience cards */
.ics-audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.ics-audience-card {
  background: #f5f8f9;
  border-radius: 8px;
  padding: 24px;
  border-left: 4px solid #5B9EAD;
}
.ics-audience-card h3 { font-size: 16px; font-weight: 700; color: #1e4f5c; margin-bottom: 8px; }
.ics-audience-card p { font-size: 15px; color: #555; line-height: 1.6; }

/* Pain points */
.ics-pain-points {
  background: #fff8e1;
  border-left: 4px solid #C4A228;
  border-radius: 6px;
  padding: 24px 28px;
  margin-top: 24px;
}
.ics-pain-intro { font-weight: 600; color: #333; margin-bottom: 12px; }
.ics-pain-points ul { padding-left: 20px; margin-bottom: 16px; }
.ics-pain-points ul li { margin-bottom: 8px; color: #444; font-size: 15px; }
.ics-pain-points p:last-child { font-weight: 600; color: #1e4f5c; margin-top: 12px; }

/* Trust hierarchy */
.ics-trust-layer { margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid #d0e8ec; }
.ics-trust-layer:last-of-type { border-bottom: none; }
.ics-trust-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: #5B9EAD; margin-bottom: 20px; }
.ics-trust-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.ics-trust-item { display: flex; align-items: flex-start; gap: 14px; }
.ics-trust-item-wide { grid-column: 1 / -1; }
.ics-trust-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.ics-trust-item strong { display: block; font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
.ics-trust-item p { font-size: 14px; color: #555; margin: 0; line-height: 1.5; }

/* Logo row */
.ics-logo-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 16px; min-height: 40px; }
.ics-client-logo { max-height: 40px; max-width: 120px; object-fit: contain; filter: grayscale(100%); opacity: 0.6; }

/* Pricing */
.ics-pricing-callout {
  background: linear-gradient(135deg, #1e4f5c 0%, #2c6f7e 100%);
  border-radius: 10px;
  padding: 32px 36px;
  margin-bottom: 28px;
}
.ics-pricing-headline { font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 12px; line-height: 1.4; }
.ics-pricing-sub { font-size: 16px; color: #d4eef5; line-height: 1.7; }
.ics-pricing-sub strong { color: #ffffff; font-size: 18px; }
.ics-pricing-breakdown { list-style: none; padding: 0; margin: 16px 0; border-top: 1px solid rgba(255,255,255,0.2); }
.ics-pricing-breakdown li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 15px; color: #d4eef5; }
.ics-pricing-breakdown li span:last-child { font-weight: 600; color: #ffffff; white-space: nowrap; margin-left: 16px; }
.ics-pricing-total { border-top: 2px solid rgba(255,255,255,0.4) !important; margin-top: 4px; padding-top: 12px !important; font-weight: 700 !important; font-size: 16px !important; color: #ffffff !important; }
.ics-pricing-total span { color: #ffffff !important; font-weight: 700 !important; }
.ics-pricing-table { border: 2px solid #5B9EAD; border-radius: 8px; overflow: hidden; margin-bottom: 16px; }
.ics-pricing-row { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; background: #ffffff; gap: 16px; }
.ics-pricing-row-sub { background: #f5f8f9; border-top: 1px solid #d0e8ec; font-size: 14px; }
.ics-pricing-label { font-size: 16px; color: #333; font-weight: 600; }
.ics-pricing-row-sub .ics-pricing-label { font-weight: 400; color: #666; }
.ics-pricing-value { font-size: 16px; color: #1e4f5c; white-space: nowrap; }
.ics-pricing-value strong { font-size: 22px; font-weight: 700; color: #1e4f5c; }
.ics-pricing-note { font-size: 14px; color: #666; line-height: 1.6; }
@media (max-width: 640px) {
  .ics-pricing-callout { padding: 24px 20px; }
  .ics-pricing-row { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* Reviews */
.ics-reviews-row { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.ics-review-score { display: flex; align-items: center; gap: 10px; }
.ics-stars { color: #F5A623; font-size: 22px; letter-spacing: 2px; }
.ics-review-text { font-size: 16px; color: #333; }
.ics-testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.ics-testimonial { background: #ffffff; border-radius: 8px; padding: 24px; border-left: 4px solid #5B9EAD; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.ics-testimonial p { font-size: 15px; color: #444; font-style: italic; line-height: 1.7; margin-bottom: 12px; }
.ics-testimonial cite { font-size: 13px; color: #777; font-style: normal; font-weight: 600; }

/* FAQ */
.ics-faq-list { display: flex; flex-direction: column; gap: 0; }
.ics-faq-item { padding: 28px 0; border-bottom: 1px solid #e8eff1; }
.ics-faq-item:last-child { border-bottom: none; }
.ics-faq-item h3 { font-size: 18px; font-weight: 700; color: #1e4f5c; margin-bottom: 12px; line-height: 1.4; }
.ics-faq-item p { font-size: 16px; color: #444; line-height: 1.75; }

/* Bilingual CTA */
.ics-bilingual-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; padding: 32px 40px; background: #ffffff; border-radius: 10px; border: 2px solid #5B9EAD; }
.ics-bilingual-zh p { font-size: 16px; color: #333; line-height: 1.8; }
.ics-bilingual-en p { font-size: 16px; color: #333; margin-bottom: 16px; }
@media (max-width: 640px) { .ics-bilingual-cta { grid-template-columns: 1fr; padding: 24px 20px; } }

/* Footer CTA contacts */
.ics-footer-contacts { margin-top: 8px; }
.ics-footer-contacts p { font-size: 14px; color: #b0d4de; margin-bottom: 8px; }
.ics-footer-links { font-size: 13px; }
.ics-disclaimer { font-size: 15px; }

/* CF7 form fix — global */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  border: 1px solid #c8d8dc !important;
  background: #ffffff !important;
  padding: 12px 14px !important;
  border-radius: 4px !important;
  width: 100% !important;
  color: #333 !important;
  font-size: 15px !important;
  font-family: inherit !important;
}

/* Mobile */
@media (max-width: 768px) {
  .ics-section { padding: 48px 0; }
  .ics-hero { padding: 56px 0 48px; }
  .ics-hero-cta { flex-direction: column; align-items: stretch; }
  .ics-hero-cta a, .ics-footer-cta-buttons a { text-align: center; justify-content: center; }
  .ics-trust-row { grid-template-columns: 1fr; }
  .ics-audience-grid { grid-template-columns: 1fr; }
}
@media (max-width: 390px) {
  .ics-h1 { font-size: 26px; }
  .ics-h2 { font-size: 22px; }
  .ics-faq-item h3 { font-size: 16px; }
  .ics-btn-primary, .ics-btn-wa { width: 100%; justify-content: center; }
}


/* ============================================================
   HOME PAGE — specific components
   ============================================================ */

.ics-home-split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px; }
.ics-home-split-card { border-radius: 10px; padding: 36px 32px; display: flex; flex-direction: column; }
.ics-home-split-card--pm { background: #fffbf0; border: 2px solid #C4A228; border-top: 4px solid #C4A228; }
.ics-home-split-card--cleaning { background: #f0f8fa; border: 2px solid #5B9EAD; border-top: 4px solid #5B9EAD; }
.ics-home-split-icon { font-size: 2.2rem; margin-bottom: 16px; }
.ics-home-split-card--pm .ics-home-split-icon .fa { color: #C4A228; }
.ics-home-split-card--cleaning .ics-home-split-icon .fa { color: #5B9EAD; }
.ics-home-split-card h3 { font-size: 1.25rem; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; font-family: Georgia, 'Times New Roman', serif; line-height: 1.3; }
.ics-home-split-sub { font-size: 14px; color: #666; margin-bottom: 20px; line-height: 1.5; }
.ics-home-split-list { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; }
.ics-home-split-list li { padding: 8px 0; font-size: 15px; color: #333; border-bottom: 1px solid rgba(0,0,0,0.06); display: flex; align-items: center; gap: 10px; }
.ics-home-split-list li:last-child { border-bottom: none; }
.ics-home-split-card--pm .ics-home-split-list li .fa { color: #C4A228; font-size: 13px; }
.ics-home-split-card--cleaning .ics-home-split-list li .fa { color: #5B9EAD; font-size: 13px; }
.ics-home-split-btn { display: block; text-align: center; padding: 13px 20px; border-radius: 6px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background-color 0.2s ease; margin-top: auto; }
.ics-home-split-btn--pm { background-color: #C4A228; color: #ffffff; }
.ics-home-split-btn--pm:hover { background-color: #a8891f; color: #ffffff; }
.ics-home-split-btn--cleaning { background-color: #5B9EAD; color: #ffffff; }
.ics-home-split-btn--cleaning:hover { background-color: #4a8a99; color: #ffffff; }
@media (max-width: 768px) { .ics-home-split { grid-template-columns: 1fr; } }

/* Why Imperial */
.ics-home-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 36px; }
.ics-home-why-card { background: #ffffff; border-radius: 8px; padding: 32px 28px; border-top: 3px solid #5B9EAD; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.ics-home-why-icon { font-size: 1.8rem; margin-bottom: 16px; }
.ics-home-why-icon .fa { color: #5B9EAD; }
.ics-home-why-card h3 { font-size: 1.05rem; font-weight: 700; color: #1a1a1a; margin-bottom: 12px; line-height: 1.3; font-family: Georgia, 'Times New Roman', serif; }
.ics-home-why-card p { font-size: 15px; color: #555; line-height: 1.7; margin: 0; }
@media (max-width: 768px) { .ics-home-why-grid { grid-template-columns: 1fr; gap: 20px; } }

/* Credentials bar */
.ics-credentials-bar { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: flex-start; }
.ics-credential-item { display: flex; align-items: flex-start; gap: 14px; flex: 1 1 160px; max-width: 190px; }
.ics-credential-icon { font-size: 1.4rem; color: #5B9EAD; flex-shrink: 0; margin-top: 3px; }
.ics-credential-item strong { display: block; font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 3px; }
.ics-credential-item span { font-size: 12px; color: #666; line-height: 1.5; display: block; }

/* Client logo strip */
.ics-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #999; margin-bottom: 20px; }
.ics-logo-strip { display: flex !important; flex-wrap: wrap !important; gap: 16px; justify-content: center !important; align-items: center !important; margin-top: 8px; }
.ics-logo-strip .ics-client-logo-img,
.ics-logo-strip img { height: 44px !important; width: auto !important; max-width: 120px !important; object-fit: contain !important; filter: grayscale(100%) !important; opacity: 0.55 !important; transition: opacity 0.2s ease !important; }
.ics-logo-strip .ics-client-logo-img:hover,
.ics-logo-strip img:hover { opacity: 0.85 !important; }

/* Logo placeholder */
.ics-logo-placeholder { width: 120px; height: 48px; background: #e8eff1; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #aaa; font-style: italic; border: 1px dashed #c0d0d5; }

/* Home CF7 submit */
.home .wpcf7-submit { background-color: #C4A228 !important; color: #fff !important; border: none !important; border-radius: 4px !important; padding: 12px 32px !important; font-size: 1rem !important; font-weight: 600 !important; cursor: pointer !important; }
.home .wpcf7-submit:hover { background-color: #a8891f !important; }

/* PM card hover */
.ipm-card { position: relative; cursor: pointer; transition: box-shadow 0.2s ease, transform 0.2s ease; }
.ipm-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.10); transform: translateY(-2px); }
.ipm-card::after { content: "Learn more →"; display: block; margin-top: 16px; color: #C4A228; font-size: 0.95rem; font-weight: 700; }

/* Legacy hide */
.ipm-logo-wrap { display: none; }


/* ============================================================
   IPM- CLASSES — Property Management pages
   ============================================================ */

.ipm-page * { box-sizing: border-box; }
.ipm-page { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; color: #1a1a1a; line-height: 1.65; }
.ipm-page h1, .ipm-page h2, .ipm-page h3, .ipm-page h4 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.25; }

.ipm-hero { background: linear-gradient(135deg, #111111 0%, #2a2a2a 100%); padding: 80px 40px; text-align: center; }
.ipm-hero-inner { max-width: 860px; margin: 0 auto; }
.ipm-hero h1 { font-size: 2.6rem; color: #ffffff; margin-bottom: 20px; }
.ipm-gold-text { color: #C4A228; }
.ipm-hero-sub { font-size: 1.1rem; color: #cccccc; max-width: 700px; margin: 0 auto 36px; }

.ipm-trust-bar { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.ipm-trust-bar span { background: rgba(196,162,40,0.12); border: 1px solid #C4A228; color: #C4A228; padding: 6px 14px; border-radius: 3px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }

.ipm-hero-cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.ipm-hero-footnote { color: #888; font-size: 0.88rem; margin-top: 10px; }

.ipm-btn-primary { display: inline-block; background: #C4A228; color: #1a1a1a; padding: 15px 34px; border-radius: 3px; font-weight: 700; font-size: 1rem; text-decoration: none; letter-spacing: 0.02em; transition: background 0.2s ease; }
.ipm-btn-primary:hover { background: #a88920; color: #fff; text-decoration: none; }
.ipm-btn-outline { display: inline-block; background: transparent; color: #C4A228; padding: 14px 32px; border-radius: 3px; border: 2px solid #C4A228; font-weight: 700; font-size: 1rem; text-decoration: none; letter-spacing: 0.02em; transition: all 0.2s ease; }
.ipm-btn-outline:hover { background: #C4A228; color: #1a1a1a; text-decoration: none; }

.ipm-section { padding: 72px 40px; }
.ipm-section-white { background: #ffffff; }
.ipm-section-cream { background: #FAF7EF; }
.ipm-section-dark  { background: #1a1a1a; }
.ipm-inner { max-width: 1100px; margin: 0 auto; }
.ipm-inner-narrow { max-width: 700px; }
.ipm-section h2 { font-size: 1.95rem; color: #1a1a1a; margin-bottom: 14px; }
.ipm-heading-white { color: #ffffff !important; }
.ipm-gold-rule { width: 56px; height: 3px; background: #C4A228; margin: 14px 0 28px; }
.ipm-section-intro { font-size: 1.05rem; color: #555; max-width: 760px; margin-bottom: 44px; }
.ipm-section-intro-dark { font-size: 1.05rem; color: #bbbbbb; max-width: 760px; margin-bottom: 44px; }
.ipm-center-cta { text-align: center; margin-top: 44px; }
.ipm-cta-sub { color: #999; font-size: 0.88rem; margin-top: 14px; }

.ipm-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; }
.ipm-card { background: #ffffff; border: 1px solid #e8e0cc; border-top: 4px solid #C4A228; border-radius: 3px; padding: 28px 22px; }
.ipm-card-icon { font-size: 2rem; margin-bottom: 14px; }
.ipm-card h3 { font-size: 1.05rem; margin-bottom: 10px; color: #1a1a1a; }
.ipm-card p { font-size: 0.92rem; color: #555; line-height: 1.6; }

.ipm-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.ipm-service-tile { background: rgba(196,162,40,0.08); border: 1px solid rgba(196,162,40,0.25); border-radius: 3px; padding: 22px 18px; text-align: center; }
.ipm-tile-icon { font-size: 2.2rem; margin-bottom: 10px; }
.ipm-service-tile h4 { font-size: 0.92rem; color: #C4A228; font-weight: 700; margin-bottom: 6px; }
.ipm-service-tile p { font-size: 0.82rem; color: #999; line-height: 1.5; }

.ipm-table-wrap { overflow-x: auto; margin: 28px 0; }
.ipm-compare { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.ipm-compare th { padding: 14px 20px; text-align: left; font-family: Georgia, serif; font-size: 0.95rem; }
.ipm-th-dark { background: #2a2a2a; color: #ffffff; }
.ipm-th-gold { background: #C4A228; color: #1a1a1a; }
.ipm-compare td { padding: 13px 20px; border-bottom: 1px solid #e8e0cc; color: #444; }
.ipm-compare tr:nth-child(even) td { background: #FFF9EC; }
.ipm-badges { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ipm-badge { background: #ffffff; border: 1px solid #C4A228; color: #9A7D1E; padding: 9px 18px; border-radius: 3px; font-size: 0.88rem; font-weight: 600; }

.ipm-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; margin-top: 36px; }
.ipm-step { display: flex; gap: 20px; align-items: flex-start; }
.ipm-step-num { background: #C4A228; color: #1a1a1a; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; flex-shrink: 0; font-family: Georgia, serif; }
.ipm-step-body h3 { font-size: 1.05rem; margin-bottom: 8px; color: #1a1a1a; }
.ipm-step-body p { font-size: 0.93rem; color: #555; }

.ipm-form-note-wrap { background: #FAF7EF; padding: 16px 40px; }
.ipm-form-note { font-size: 0.88rem; color: #888; text-align: center; }
.ipm-form-note a { color: #C4A228; }

.ipm-faq { margin-top: 28px; }
.ipm-faq-item { padding: 22px 0; border-bottom: 1px solid #e0d8c8; }
.ipm-faq-item:last-child { border-bottom: none; }
.ipm-faq-item h3 { font-size: 1.05rem; color: #1a1a1a; margin-bottom: 10px; }
.ipm-faq-item p { font-size: 0.93rem; color: #555; line-height: 1.65; }

.ipm-footer-cta { background: #111111; color: #ffffff; padding: 72px 40px; text-align: center; }
.ipm-footer-cta h2 { color: #ffffff; font-size: 2rem; margin-bottom: 16px; }
.ipm-footer-sub { color: #bbbbbb; max-width: 620px; margin: 0 auto 44px; }
.ipm-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px; max-width: 720px; margin: 0 auto; }
.ipm-contact-item { background: rgba(255,255,255,0.05); border-radius: 3px; padding: 24px 18px; }
.ipm-contact-item h4 { color: #C4A228; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; font-family: -apple-system, sans-serif; }
.ipm-contact-item a { color: #ffffff; text-decoration: none; font-size: 1rem; font-weight: 600; display: block; margin-bottom: 4px; }
.ipm-contact-item a:hover { color: #C4A228; }
.ipm-contact-item p { color: #888; font-size: 0.82rem; }

@media (max-width: 768px) {
  .ipm-hero { padding: 56px 20px; }
  .ipm-hero h1 { font-size: 1.75rem; }
  .ipm-section { padding: 52px 20px; }
  .ipm-footer-cta { padding: 52px 20px; }
  .ipm-form-note-wrap { padding: 14px 20px; }
  .ipm-compare th, .ipm-compare td { padding: 10px 12px; font-size: 0.85rem; }
  .ipm-section h2 { font-size: 1.35rem !important; }
  .ipm-section h3 { font-size: 1.1rem !important; }
}


/* ============================================================
   ABOUT US — additional classes
   ============================================================ */

.ics-about-story p { font-size: 17px; color: #333; line-height: 1.8; margin-bottom: 20px; }
.ics-about-detail { font-size: 14px; color: #888; margin-top: 28px; padding-top: 20px; border-top: 1px solid #e0e8ea; }

.ics-about-brands { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 32px; }
.ics-about-brand { border-radius: 8px; padding: 32px 28px; }
.ics-about-brand--pm { background: #fffbf0; border: 1px solid #e8d98a; border-top: 4px solid #C4A228; }
.ics-about-brand--cleaning { background: #f0f8fa; border: 1px solid #a8d4de; border-top: 4px solid #5B9EAD; }
.ics-about-brand-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 10px; }
.ics-about-brand--pm .ics-about-brand-label { color: #C4A228; }
.ics-about-brand--cleaning .ics-about-brand-label { color: #5B9EAD; }
.ics-about-brand h3 { font-size: 1.1rem; font-weight: 700; color: #1a1a1a; margin-bottom: 12px; font-family: Georgia, 'Times New Roman', serif; line-height: 1.3; }
.ics-about-brand p { font-size: 15px; color: #555; line-height: 1.65; margin-bottom: 16px; }
.ics-about-brand .ics-checklist { margin-bottom: 20px; }
.ics-about-brand-link { font-size: 14px; font-weight: 700; text-decoration: none; display: inline-block; margin-top: 4px; }
.ics-about-brand--pm .ics-about-brand-link { color: #C4A228; }
.ics-about-brand--cleaning .ics-about-brand-link { color: #5B9EAD; }
.ics-about-brand--pm .ics-checklist li::before { color: #C4A228; }
@media (max-width: 768px) { .ics-about-brands { grid-template-columns: 1fr; } }

.ics-cred-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 36px; }
.ics-cred-card { background: #f5f8f9; border-radius: 8px; padding: 28px 24px; border-left: 4px solid #5B9EAD; }
.ics-cred-icon { font-size: 1.6rem; color: #5B9EAD; margin-bottom: 14px; }
.ics-cred-card h3 { font-size: 15px; font-weight: 700; color: #1e4f5c; margin-bottom: 8px; line-height: 1.3; }
.ics-cred-card p { font-size: 14px; color: #555; line-height: 1.65; }

.ics-client-logo-img { height: 44px; width: auto; max-width: 130px; object-fit: contain; filter: grayscale(100%); opacity: 0.55; transition: opacity 0.2s, filter 0.2s; }
.ics-client-logo-img:hover { filter: grayscale(0%); opacity: 1; }
