.xcom-pu-whatsapp-box {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #dce6f5;
  border-radius: 14px;
  background: #f5f8ff;
}
.xcom-pu-whatsapp-box p { margin: 0 0 12px; }
.xcom-pu-whatsapp-btn,
.xcom-pu-call-btn,
.xcom-pu-whatsapp-inline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px !important;
  margin: 4px 6px 4px 0 !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  border: 0 !important;
}
.xcom-pu-whatsapp-btn,
.xcom-pu-whatsapp-inline { background: #18a957 !important; color: #fff !important; }
.xcom-pu-call-btn { background: #1357d6 !important; color: #fff !important; }

.xcom-home-wrap { font-family: Arial, Helvetica, sans-serif; color: #102033; }
.xcom-home-wrap * { box-sizing: border-box; }
.xcom-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 32px;
  align-items: center;
  padding: 70px 6%;
  background: radial-gradient(circle at top right, rgba(24,169,87,.18), transparent 34%), linear-gradient(135deg, #eef5ff 0%, #fff 55%, #eaf7ef 100%);
  border-radius: 0 0 28px 28px;
}
.xcom-eyebrow {
  color: #1357d6;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  margin: 0 0 10px;
}
.xcom-hero h1, .xcom-section h2, .xcom-pos-section h2, .xcom-contact-section h2 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.05;
  margin: 0 0 18px;
}
.xcom-hero p, .xcom-category-card p, .xcom-pos-section p, .xcom-contact-section p { color: #5f6f84; font-size: 17px; }
.xcom-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 18px; }
.xcom-main-btn, .xcom-outline-btn, .xcom-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none !important;
}
.xcom-main-btn { background: #1357d6; color: #fff !important; }
.xcom-outline-btn { background: #fff; color: #1357d6 !important; border: 1px solid #dce6f5; }
.xcom-trust-row { display: flex; flex-wrap: wrap; gap: 14px; font-weight: 800; color: #24364d; }
.xcom-hero-card {
  min-height: 270px;
  padding: 34px;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(140deg, rgba(19,87,214,.96), rgba(13,41,82,.98));
  box-shadow: 0 18px 50px rgba(16,32,51,.14);
}
.xcom-hero-card span { display: inline-flex; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.16); font-size: 12px; font-weight: 900; margin-bottom: 22px; }
.xcom-hero-card h2 { color: #fff; font-size: 34px; line-height: 1.1; margin: 0 0 12px; }
.xcom-hero-card p { color: rgba(255,255,255,.82); }
.xcom-hero-card a { color: #fff !important; font-weight: 900; }
.xcom-strip {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 28px 6%;
  background: #0b3f9c;
  color: #fff;
}
.xcom-strip span { color: rgba(255,255,255,.82); }
.xcom-strip a { background: #fff; color: #0b3f9c !important; }
.xcom-section, .xcom-contact-section { padding: 60px 6%; }
.xcom-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.xcom-category-card {
  background: #fff;
  border: 1px solid #dce6f5;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(16,32,51,.06);
}
.xcom-category-card h3 { margin: 0 0 8px; }
.xcom-category-card a { color: #1357d6 !important; font-weight: 900; }
.xcom-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; background: #eaf1ff; font-size: 25px; margin-bottom: 18px; }
.xcom-pos-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
  padding: 64px 6%;
  background: linear-gradient(135deg, #0b1a33, #1147ad);
  color: #fff;
}
.xcom-pos-section .xcom-eyebrow, .xcom-pos-section p { color: rgba(255,255,255,.84); }
.xcom-pos-box { background: rgba(255,255,255,.96); color: #102033; border-radius: 24px; padding: 24px; }
.xcom-pos-box p { color: #5f6f84; }
.xcom-contact-section { background: #fff; }
@media (max-width: 900px) {
  .xcom-hero, .xcom-pos-section { grid-template-columns: 1fr; }
  .xcom-category-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .xcom-hero, .xcom-section, .xcom-pos-section, .xcom-contact-section { padding: 42px 5%; }
  .xcom-category-grid { grid-template-columns: 1fr; }
  .xcom-strip { flex-direction: column; align-items: flex-start; }
}
