html { scroll-behavior: smooth; }
body { min-width: 320px; }
.glass { background: rgba(255,255,255,.78); backdrop-filter: blur(10px); }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: translateY(0); }
.hero-grid {
  background-image:
    radial-gradient(circle at 15% 20%, rgba(197,160,89,.22), transparent 45%),
    radial-gradient(circle at 85% 10%, rgba(255,255,255,.12), transparent 40%),
    radial-gradient(circle at 75% 80%, rgba(197,160,89,.16), transparent 50%);
}
#progress { transform-origin: left; transform: scaleX(0); }
.teamBulletActive { background: var(--gold, #ab7d45) !important; }
.template-blue-modern-clean {
  --gold: #38bdf8;
  --blue-ink: #07111f;
  --blue-navy: #0b1b33;
  --blue-primary: #2563eb;
  --blue-sky: #38bdf8;
  --blue-soft: #eaf5ff;
  --blue-line: #9ed7ff;
}
body.template-blue-modern-clean {
  color: #172033;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  background:
    radial-gradient(circle at 8% 8%, rgba(56, 189, 248, .18), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eaf5ff 45%, #f8fbff 100%);
}
body.template-blue-modern-clean .font-serif,
body.template-blue-modern-clean .font-sans,
body.template-blue-modern-clean h1,
body.template-blue-modern-clean h2,
body.template-blue-modern-clean h3,
body.template-blue-modern-clean h4,
body.template-blue-modern-clean h5,
body.template-blue-modern-clean h6,
body.template-blue-modern-clean input,
body.template-blue-modern-clean button,
body.template-blue-modern-clean textarea,
body.template-blue-modern-clean select {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif !important;
}
body.template-blue-modern-clean .glass {
  background: rgba(248, 251, 255, .78);
  border-color: rgba(125, 211, 252, .45);
  box-shadow: 0 18px 60px rgba(15, 23, 42, .12);
}
body.template-blue-modern-clean .text-ink,
body.template-blue-modern-clean .font-serif.text-ink {
  color: var(--blue-ink) !important;
}
body.template-blue-modern-clean .bg-ink {
  background:
    radial-gradient(circle at 18% 16%, rgba(56, 189, 248, .24), transparent 34%),
    radial-gradient(circle at 78% 10%, rgba(96, 165, 250, .22), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0b1b33 48%, #1d4ed8 100%) !important;
}
body.template-blue-modern-clean .bg-gold {
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%) !important;
}
body.template-blue-modern-clean .text-gold {
  color: #0284c7 !important;
}
body.template-blue-modern-clean .border-gold {
  border-color: #38bdf8 !important;
}
body.template-blue-modern-clean .hero-grid {
  background-image:
    linear-gradient(rgba(125, 211, 252, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, .08) 1px, transparent 1px),
    radial-gradient(circle at 16% 22%, rgba(56, 189, 248, .34), transparent 38%),
    radial-gradient(circle at 82% 10%, rgba(96, 165, 250, .28), transparent 36%);
  background-size: 44px 44px, 44px 44px, auto, auto;
}
body.template-blue-modern-clean section.bg-slate-50 {
  background:
    radial-gradient(circle at 90% 8%, rgba(56, 189, 248, .16), transparent 26%),
    #eaf5ff !important;
}
body.template-blue-modern-clean .rounded-3xl.bg-white,
body.template-blue-modern-clean .shadow-soft.ring-1 {
  border-color: rgba(125, 211, 252, .52) !important;
  box-shadow: 0 22px 55px rgba(30, 64, 175, .14) !important;
}
body.template-blue-modern-clean .rounded-3xl.bg-white {
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(12px);
}
body.template-blue-modern-clean .bg-slate-50 {
  background-color: #eff8ff !important;
}
body.template-blue-modern-clean .text-slate-600 {
  color: #475569 !important;
}
body.template-blue-modern-clean a.bg-gold,
body.template-blue-modern-clean button.bg-gold {
  box-shadow: 0 18px 42px rgba(37, 99, 235, .24) !important;
}
body.template-blue-modern-clean a.border-white\/25 {
  border-color: rgba(186, 230, 253, .46) !important;
  background: rgba(255, 255, 255, .09) !important;
  backdrop-filter: blur(8px);
}
body.template-blue-modern-clean .hover\:text-gold:hover {
  color: #0284c7 !important;
}
@media (min-width: 768px) {
  body.template-blue-modern-clean #hero {
    min-height: 0;
    aspect-ratio: 16 / 5.7;
    display: grid;
    align-items: end;
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    width: 95vw;
    margin: auto;
  }
  body.template-blue-modern-clean #hero > .relative {
    width: 100%;
    padding-top: 100px !important;
  }
  body.template-blue-modern-clean #hero .md\:grid-cols-12 {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr) !important;
    align-items: end;
  }
  body.template-blue-modern-clean #hero .md\:col-span-7,
  body.template-blue-modern-clean #hero .md\:col-span-5 {
    grid-column: auto / span 1 !important;
    align-self: end;
  }
  body.template-blue-modern-clean #hero .md\:col-span-5 {
    align-self: end;
  }
  body.template-blue-modern-clean #hero img {
    max-height: 680px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    filter: none;
  }
  body.template-blue-modern-clean #about .md\:grid-cols-12 {
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr) !important;
  }
  body.template-blue-modern-clean #about .md\:col-span-5,
  body.template-blue-modern-clean #about .md\:col-span-7 {
    grid-column: auto / span 1 !important;
  }
  body.template-blue-modern-clean #about .md\:col-span-5 {
    transform: translateY(-28px);
  }
  body.template-blue-modern-clean #about .md\:col-span-7 {
    padding: 34px;
    border: 1px solid rgba(125, 211, 252, .46);
    border-radius: 34px;
    background: rgba(255,255,255,.70);
    box-shadow: 0 24px 70px rgba(30, 64, 175, .12);
    backdrop-filter: blur(14px);
  }
  body.template-blue-modern-clean #pain .md\:grid-cols-3,
  body.template-blue-modern-clean #process .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
body.template-blue-modern-clean #pain .md\:grid-cols-3 > :nth-child(2) {
  transform: translateY(28px);
}
  body.template-blue-modern-clean #services .lg\:grid-cols-4 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  body.template-blue-modern-clean #services .lg\:grid-cols-4 > * {
    grid-column: span 6 / span 6;
  }
  body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(1),
  body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(4) {
    grid-column: span 5 / span 5;
  }
  body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(2),
  body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(3) {
    grid-column: span 7 / span 7;
  }
  body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(even) {
    transform: translateY(22px);
  }
  body.template-blue-modern-clean #testimonials .max-w-6xl > .relative {
    max-width: 860px;
    margin: 1em auto;
  }
  body.template-blue-modern-clean #faq .max-w-3xl {
    max-width: 940px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.template-blue-modern-clean #contact .md\:grid-cols-12 {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr) !important;
  }
  body.template-blue-modern-clean #contact .md\:col-span-7,
  body.template-blue-modern-clean #contact .md\:col-span-5 {
    grid-column: auto / span 1 !important;
  }
  body.template-blue-modern-clean #contact .md\:col-span-5 {
    position: sticky;
    top: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.template-blue-modern-clean #hero {
    aspect-ratio: auto;
    display: grid;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  body.template-blue-modern-clean #hero > .relative {
    padding-top: 104px !important;
  }
  body.template-blue-modern-clean #hero .md\:grid-cols-12 {
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, .78fr) !important;
    align-items: end;
    gap: 24px;
  }
  body.template-blue-modern-clean #hero .md\:col-span-7,
  body.template-blue-modern-clean #hero .md\:col-span-5 {
    grid-column: auto / span 1 !important;
  }
  body.template-blue-modern-clean #hero .md\:col-span-5 {
    align-self: end;
  }
  body.template-blue-modern-clean #hero img {
    width: min(360px, 100%);
    max-height: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1869px) {
  body.template-blue-modern-clean #hero {
    aspect-ratio: auto;
    display: block;
  }
  body.template-blue-modern-clean #hero > .relative {
    padding-top: 112px !important;
  }
  body.template-blue-modern-clean #hero img {
    max-height: min(560px, calc(100svh - 190px));
  }
}
@media (min-width: 1870px) {
  body.template-blue-modern-clean #hero {
    min-height: 700px;
  }
}
body.template-blue-modern-clean #hero .prose h1,
body.template-blue-modern-clean #hero h1 {
  letter-spacing: 0;
}
body.template-blue-modern-clean #about,
body.template-blue-modern-clean #pain,
body.template-blue-modern-clean #process,
body.template-blue-modern-clean #team,
body.template-blue-modern-clean #testimonials,
body.template-blue-modern-clean #faq {
  position: relative;
  overflow: hidden;
}
body.template-blue-modern-clean #about::before,
body.template-blue-modern-clean #process::before,
body.template-blue-modern-clean #faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 189, 248, .14), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(37, 99, 235, .10), transparent 30%);
}
body.template-blue-modern-clean #pain .pain-card {
  min-height: 256px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-color: rgba(125, 211, 252, .42) !important;
  background: rgba(235, 247, 255, .86) !important;
  box-shadow: 0 22px 55px rgba(30, 64, 175, .12) !important;
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}
body.template-blue-modern-clean #pain .pain-card:hover,
body.template-blue-modern-clean #pain .pain-card:focus-within {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 28px 70px rgba(30, 64, 175, .18) !important;
}
body.template-blue-modern-clean #pain .pain-card-icon {
  width: 88px !important;
  height: 88px !important;
  border-radius: 28px !important;
  font-size: 40px;
  color: #0284c7 !important;
  border: 1px solid rgba(125, 211, 252, .54);
  box-shadow: 0 16px 34px rgba(37, 99, 235, .14);
  transition: width .28s ease, height .28s ease, border-radius .28s ease, font-size .28s ease, transform .28s ease;
}
body.template-blue-modern-clean #pain .pain-card:hover .pain-card-icon,
body.template-blue-modern-clean #pain .pain-card:focus-within .pain-card-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 18px !important;
  font-size: 22px;
  transform: translateY(-2px);
}
body.template-blue-modern-clean #pain .pain-card-title {
  max-width: 240px;
  margin-top: 20px !important;
  transition: margin .28s ease;
}
body.template-blue-modern-clean #pain .pain-card:hover .pain-card-title,
body.template-blue-modern-clean #pain .pain-card:focus-within .pain-card-title {
  margin-top: 14px !important;
}
body.template-blue-modern-clean #pain .pain-card-description {
  max-height: 0;
  max-width: 280px;
  margin-top: 0 !important;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height .32s ease, margin .32s ease, opacity .24s ease, transform .32s ease;
}
body.template-blue-modern-clean #pain .pain-card:hover .pain-card-description,
body.template-blue-modern-clean #pain .pain-card:focus-within .pain-card-description {
  max-height: 130px;
  margin-top: 12px !important;
  opacity: 1;
  transform: translateY(0);
}
body.template-blue-modern-clean #pain .pain-card-key {
  display: none !important;
}
body.template-blue-modern-clean #process .process-flow {
  display: grid;
  grid-template-columns: repeat(var(--process-count, 4), minmax(0, 1fr)) !important;
  gap: 0;
  width: min(100%, 1180px);
  margin: 42px auto 0 !important;
  isolation: isolate;
  filter: drop-shadow(0 20px 42px rgba(30, 64, 175, .14));
}
body.template-blue-modern-clean #process .process-step-card {
  --process-bg: #0b2f4a;
  position: relative;
  min-height: 250px;
  margin: 0;
  margin-left: -34px;
  padding: 38px 52px 34px 72px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--process-bg) !important;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 50%, calc(100% - 42px) 100%, 0 100%, 42px 50%);
  box-shadow: none !important;
  transform: none !important;
  transition: transform .24s ease, filter .24s ease;
}
body.template-blue-modern-clean #process .process-step-card::after {
  display: none;
}
body.template-blue-modern-clean #process .process-step-card:hover,
body.template-blue-modern-clean #process .process-step-card:focus-within {
  z-index: 2;
  transform: translateY(-4px) !important;
  filter: brightness(1.05);
}
body.template-blue-modern-clean #process .process-step-card:nth-child(1) {
  --process-bg: #082842;
  margin-left: 0;
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 50%, calc(100% - 42px) 100%, 0 100%);
}
body.template-blue-modern-clean #process .process-step-card:nth-child(2) {
  --process-bg: #0d4f78;
}
body.template-blue-modern-clean #process .process-step-card:nth-child(3) {
  --process-bg: #1473a8;
}
body.template-blue-modern-clean #process .process-step-card:nth-child(4) {
  --process-bg: #2596cf;
}
body.template-blue-modern-clean #process .process-step-card:last-child {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 42px 50%);
}
body.template-blue-modern-clean #process .process-step-card:nth-child(n+5) {
  --process-bg: #0d4f78;
}
body.template-blue-modern-clean #process .process-step-head {
  display: block;
}
body.template-blue-modern-clean #process .process-step-number {
  width: auto !important;
  height: auto !important;
  display: block;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .96) !important;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
}
body.template-blue-modern-clean #process .process-step-icon {
  display: none;
}
body.template-blue-modern-clean #process .process-step-title {
    max-width: 210px;
    margin-top: 20px !important;
    color: #fff !important;
    font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(24px, 2.5vw, 30px);
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
}
body.template-blue-modern-clean #process .process-step-description {
  max-width: 220px;
  margin-top: 16px !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 14px;
  line-height: 1.55;
}
@media (min-width: 641px) and (max-width: 1023px) {
  body.template-blue-modern-clean #process .process-flow {
    grid-template-columns: minmax(0, 520px) !important;
    justify-content: center;
    gap: 8px;
    filter: drop-shadow(0 16px 30px rgba(30, 64, 175, .12));
  }
  body.template-blue-modern-clean #process .process-step-card,
  body.template-blue-modern-clean #process .process-step-card:nth-child(1),
  body.template-blue-modern-clean #process .process-step-card:last-child {
    min-height: 220px;
    margin-left: 0;
    margin-top: 0;
    padding: 64px 38px 52px !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0, 50% 36px, 100% 0, 100% calc(100% - 36px), 50% 100%, 0 calc(100% - 36px));
    text-align: center;
  }
  body.template-blue-modern-clean #process .process-step-card:nth-child(1) {
    padding-top: 38px !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), 50% 100%, 0 calc(100% - 36px));
  }
  body.template-blue-modern-clean #process .process-step-card:last-child {
    padding-bottom: 38px !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    clip-path: polygon(0 0, 50% 36px, 100% 0, 100% 100%, 0 100%);
  }
  body.template-blue-modern-clean #process .process-step-title,
  body.template-blue-modern-clean #process .process-step-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  body.template-blue-modern-clean #process .process-step-card::after {
    display: none;
  }
}
@media (max-width: 640px) {
  body.template-blue-modern-clean #process .process-flow {
    grid-template-columns: 1fr !important;
    gap: 8px;
    filter: drop-shadow(0 16px 30px rgba(30, 64, 175, .12));
  }
  body.template-blue-modern-clean #process .process-step-card,
  body.template-blue-modern-clean #process .process-step-card:nth-child(1),
  body.template-blue-modern-clean #process .process-step-card:last-child {
    min-height: 220px;
    margin-left: 0;
    margin-top: 0;
    padding: 64px 28px 52px !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0, 50% 36px, 100% 0, 100% calc(100% - 36px), 50% 100%, 0 calc(100% - 36px));
    text-align: center;
  }
  body.template-blue-modern-clean #process .process-step-card:nth-child(1) {
    margin-top: 0;
    padding-top: 38px !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), 50% 100%, 0 calc(100% - 36px));
  }
  body.template-blue-modern-clean #process .process-step-card:last-child {
    padding-bottom: 38px !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    clip-path: polygon(0 0, 50% 36px, 100% 0, 100% 100%, 0 100%);
  }
  body.template-blue-modern-clean #process .process-step-title,
  body.template-blue-modern-clean #process .process-step-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  body.template-blue-modern-clean #process .process-step-card::after {
    display: none;
  }
}
body.template-blue-modern-clean #services {
  border-radius: 44px;
  margin: 22px min(22px, 3vw);
}
body.template-blue-modern-clean #services .rounded-3xl.border {
  min-height: 260px;
}
body.template-blue-modern-clean #testimonials .rounded-3xl.bg-slate-50 {
  border: 1px solid rgba(125, 211, 252, .45);
  background:
    radial-gradient(circle at 0% 0%, rgba(56, 189, 248, .18), transparent 32%),
    rgba(255,255,255,.82) !important;
  backdrop-filter: blur(14px);
}
body.template-blue-modern-clean #contact {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  max-width: 95vw;
  margin: 2em auto 0;
}
body.template-blue-modern-clean #contact .rounded-3xl.bg-white {
  background: rgba(255,255,255,.94) !important;
}
body.template-blue-modern-clean #contact .border-white\/15 {
  border-color: rgba(186, 230, 253, .28) !important;
  background: rgba(255,255,255,.08) !important;
  backdrop-filter: blur(14px);
}
body.template-blue-modern-clean {
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.42), transparent 28%),
    linear-gradient(135deg, #7fb9df 0%, #d7effb 42%, #6fa6ce 100%);
}
body.template-blue-modern-clean #siteHeader {
  top: 18px;
}
body.template-blue-modern-clean #siteHeader.shadow-soft {
  box-shadow: none !important;
}
body.template-blue-modern-clean #siteHeader .glass {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 54px rgba(7, 17, 31, .14);
}
body.template-blue-modern-clean #siteHeader > .psme-edit-btn {
  top: 13px;
  right: max(28px, calc((100vw - 1280px) / 2));
}
@media (min-width: 768px) and (max-width: 1023px) {
  #siteHeader .header-book-link {
    width: 40px;
    height: 40px;
    justify-content: center;
    gap: 0;
    padding: 0;
  }
  #siteHeader .header-book-text {
    display: none;
  }
}
body.template-blue-modern-clean .site-template {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding-top: 0 !important;
}
body.template-blue-modern-clean .bluemodern-section-inner {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 0px 0 86px;
}
body.template-blue-modern-clean .bluemodern-eyebrow,
body.template-blue-modern-clean .bluemodern-kicker {
  color: #2c87c4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.template-blue-modern-clean #hero .text-gold {
  color: #dff6ff !important;
  text-shadow: 0 2px 22px rgba(125, 211, 252, .34);
}
body.template-blue-modern-clean #hero.bg-ink {
  background: #dff4ff url('bluemodern-abstract-bg.jpg') center / cover no-repeat !important;
}
body.template-blue-modern-clean #hero > .absolute .bg-cover {
  opacity: .38;
  mix-blend-mode: soft-light;
}
body.template-blue-modern-clean #hero > .absolute .bg-gradient-to-b {
  background:
    linear-gradient(90deg, rgba(8, 35, 56, .94) 0%, rgba(23, 83, 123, .68) 42%, rgba(224,246,255,.16) 72%, rgba(255,255,255,.05) 100%) !important;
}
body.template-blue-modern-clean #hero img {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}
body.template-blue-modern-clean .bluemodern-about {
  position: relative;
  overflow: hidden;
}
body.template-blue-modern-clean .bluemodern-about::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(215, 239, 251, .75);
}
body.template-blue-modern-clean .bluemodern-about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .82fr);
  gap: 84px;
  align-items: center;
}
body.template-blue-modern-clean .bluemodern-about-copy h2,
body.template-blue-modern-clean .bluemodern-services-head h2 {
  margin-top: 10px;
  color: #17324f;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  font-weight: 800;
}
body.template-blue-modern-clean .bluemodern-about-text {
  margin-top: 38px;
  color: #8293a6;
  font-size: 14px;
  line-height: 1.8;
}
body.template-blue-modern-clean .bluemodern-about-media {
  position: relative;
}
body.template-blue-modern-clean .bluemodern-about-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 0 0 22px 22px;
  object-fit: cover;
}
body.template-blue-modern-clean .bluemodern-cert-card {
  position: absolute;
  right: 22px;
  bottom: -24px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  padding: 14px 18px;
  box-shadow: 0 18px 44px rgba(7,17,31,.14);
  backdrop-filter: blur(14px);
}
body.template-blue-modern-clean .bluemodern-cert-card span {
  display: block;
  color: #6b8299;
  font-size: 11px;
}
body.template-blue-modern-clean .bluemodern-cert-card strong {
  color: #17324f;
}
body.template-blue-modern-clean .bluemodern-checks,
body.template-blue-modern-clean .bluemodern-about-cards {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
body.template-blue-modern-clean .bluemodern-checks div,
body.template-blue-modern-clean .bluemodern-mini-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #455f79;
  font-size: 14px;
}
body.template-blue-modern-clean .bluemodern-checks i,
body.template-blue-modern-clean .bluemodern-mini-card i {
  color: #2d85c9;
}
body.template-blue-modern-clean .bluemodern-about-cards {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.template-blue-modern-clean .bluemodern-mini-card {
  flex-direction: column;
  border: 1px solid #c8ddec;
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  padding: 22px;
}
body.template-blue-modern-clean .bluemodern-mini-card strong {
  color: #17324f;
}
body.template-blue-modern-clean .bluemodern-mini-card span {
  color: #8293a6;
  font-size: 12px;
}
body.template-blue-modern-clean .bluemodern-services {
  border-radius: 0 !important;
  background: #fff;
  margin: 0 !important;
}
body.template-blue-modern-clean .bluemodern-services-head {
  text-align: center;
}
body.template-blue-modern-clean .bluemodern-services-head p {
  max-width: 680px;
  margin: 12px auto 0;
  color: #7890a7;
}
body.template-blue-modern-clean .bluemodern-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 58px;
}
body.template-blue-modern-clean .bluemodern-service-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 256px;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, .42);
  border-radius: 22px;
  background: rgba(235, 247, 255, .86);
  padding: 28px;
  color: #17324f;
  text-align: center;
  box-shadow: 0 22px 55px rgba(30, 64, 175, .12);
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, border-color .28s ease;
}
body.template-blue-modern-clean .bluemodern-service-tile:hover,
body.template-blue-modern-clean .bluemodern-service-tile:focus-within {
  transform: translateY(-6px);
  border-color: rgba(45, 133, 201, .52);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 28px 70px rgba(30, 64, 175, .18);
}
body.template-blue-modern-clean .bluemodern-service-tile i {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, .54);
  border-radius: 28px;
  background: #fff;
  color: #4692c9;
  font-size: 40px;
  box-shadow: 0 16px 34px rgba(37, 99, 235, .14);
  transition: width .28s ease, height .28s ease, border-radius .28s ease, font-size .28s ease, transform .28s ease;
}
body.template-blue-modern-clean .bluemodern-service-tile:hover i,
body.template-blue-modern-clean .bluemodern-service-tile:focus-within i {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  font-size: 22px;
  transform: translateY(-2px);
}
body.template-blue-modern-clean .bluemodern-service-tile h3 {
  margin-top: 20px;
  color: inherit;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  transition: margin .28s ease;
}
body.template-blue-modern-clean .bluemodern-service-tile:hover h3,
body.template-blue-modern-clean .bluemodern-service-tile:focus-within h3 {
  margin-top: 14px;
}
body.template-blue-modern-clean .bluemodern-service-tile p {
  max-height: 0;
  max-width: 280px;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  color: #55708a;
  font-size: 15px;
  line-height: 1.55;
  transform: translateY(10px);
  transition: max-height .32s ease, margin .32s ease, opacity .24s ease, transform .32s ease;
}
body.template-blue-modern-clean .bluemodern-service-tile:hover p,
body.template-blue-modern-clean .bluemodern-service-tile:focus-within p {
  max-height: 150px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}
body.template-blue-modern-clean .bluemodern-service-cta {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
  border: 1px solid #c8ddec;
  border-radius: 18px;
  background: #f4fbff;
  padding: 18px;
}
body.template-blue-modern-clean .bluemodern-service-cta img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  object-fit: cover;
}
body.template-blue-modern-clean .bluemodern-service-cta span {
  display: block;
  color: #17324f;
  font-size: 18px;
  font-weight: 800;
}
body.template-blue-modern-clean .bluemodern-service-cta p {
  margin-top: 4px;
  color: #71869b;
  font-size: 13px;
}
body.template-blue-modern-clean .bluemodern-service-cta a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: #2d85c9;
  padding: 13px 18px;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 900px) {
  body.template-blue-modern-clean #siteHeader .glass {
    width: min(100% - 24px, 1280px);
  }
  body.template-blue-modern-clean #siteHeader > .psme-edit-btn {
    right: 12px;
  }
  body.template-blue-modern-clean .bluemodern-service-cta {
    grid-template-columns: 1fr;
  }
  body.template-blue-modern-clean .bluemodern-section-inner {
    padding: 0 2% 2%;
  }
  body.template-blue-modern-clean .bluemodern-about-cards {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  body.template-blue-modern-clean .bluemodern-about-grid {
    grid-template-columns: minmax(0, .9fr) minmax(260px, .82fr);
    gap: 34px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  body.template-blue-modern-clean .bluemodern-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  body.template-blue-modern-clean .bluemodern-about-grid {
    grid-template-columns: 1fr;
  }
  body.template-blue-modern-clean .bluemodern-about-media {
    order: -1;
  }
  body.template-blue-modern-clean .bluemodern-about-media img {
    border-radius: 22px;
  }
  body.template-blue-modern-clean .bluemodern-service-grid {
    grid-template-columns: 1fr;
  }
}
.site-editor-toolbar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(720px, calc(100% - 24px));
  transform: translateX(-50%);
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  padding: 10px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .18);
  backdrop-filter: blur(12px);
  color: #0f172a;
}
.site-editor-toolbar > div { flex: 1; min-width: 0; }
.site-editor-toolbar strong,
.site-editor-toolbar span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-editor-toolbar span { color: #64748b; font-size: 12px; }
.site-editor-toggle,
.site-editor-link,
.site-editor-primary,
.site-editor-secondary,
.site-editor-close,
.site-edit-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.site-editor-toggle,
.site-editor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 700;
}
.site-editor-toggle { background: #0f172a; color: #fff; }
.site-editor-link { background: #f1f5f9; color: #0f172a; }
.site-edit-section { position: relative; }
.site-edit-button {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 45;
  display: none;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #c5a059;
  color: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .22);
}
body.site-editing .site-edit-button { display: inline-flex; }
body.site-editing .site-edit-section { outline: 2px dashed rgba(197, 160, 89, .65); outline-offset: -2px; }
.site-editor-modal { display: none; position: fixed; inset: 0; z-index: 100; }
.site-editor-modal.is-open { display: block; }
.site-editor-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .62); }
.site-editor-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(620px, 100%);
  overflow-y: auto;
  background: #fff;
  color: #0f172a;
  box-shadow: -24px 0 60px rgba(15, 23, 42, .24);
}
.site-editor-panel header,
.site-editor-panel footer {
  position: sticky;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  padding: 18px;
}
.site-editor-panel header { top: 0; border-bottom: 1px solid #e2e8f0; }
.site-editor-panel footer { bottom: 0; border-top: 1px solid #e2e8f0; }
.site-editor-panel h2 { margin: 0; font-size: 20px; font-weight: 800; }
.site-editor-panel p { margin: 4px 0 0; color: #64748b; font-size: 13px; }
.site-editor-close {
  display: grid;
  height: 40px;
  width: 40px;
  place-items: center;
  border-radius: 8px;
  background: #f1f5f9;
}
.site-editor-form { padding: 18px; }
.site-editor-field { display: grid; gap: 8px; margin-bottom: 16px; font-weight: 700; }
.site-editor-field input,
.site-editor-field textarea,
.site-editor-field select {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
  font-weight: 400;
  outline: none;
}
.site-editor-field textarea { min-height: 130px; resize: vertical; }
.site-editor-field textarea.is-code { min-height: 220px; font-family: Consolas, Monaco, monospace; font-size: 13px; }
.site-editor-check { display: flex; align-items: center; gap: 8px; font-weight: 400; }
.site-editor-check input { width: auto; }
.site-editor-primary,
.site-editor-secondary {
  border-radius: 8px;
  padding: 11px 14px;
  font-weight: 800;
}
.site-editor-primary { background: #c5a059; color: #fff; }
.site-editor-secondary { background: #f1f5f9; color: #0f172a; }
.site-editor-toast {
  position: fixed;
  left: 16px;
  top: 84px;
  z-index: 95;
  max-width: min(380px, calc(100% - 32px));
  border-radius: 8px;
  background: #dcfce7;
  color: #166534;
  padding: 12px 14px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .18);
  font-weight: 700;
}
.site-editor-toast.is-error { background: #fee2e2; color: #991b1b; }
body.template-blue-modern-clean .site-editor-toolbar {
  border-color: rgba(125, 211, 252, .42);
  background: rgba(239, 248, 255, .78);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, .22),
    0 0 0 1px rgba(255, 255, 255, .45) inset;
  backdrop-filter: blur(18px) saturate(140%);
}
body.template-blue-modern-clean .site-editor-toggle {
  background: linear-gradient(135deg, #0b1b33 0%, #2563eb 100%);
  box-shadow: 0 14px 32px rgba(37, 99, 235, .26);
}
body.template-blue-modern-clean .site-editor-link {
  background: rgba(255, 255, 255, .72);
  color: #0b1b33;
}
@media (max-width: 640px) {
  .site-editor-toolbar { align-items: stretch; flex-wrap: wrap; }
  .site-editor-toolbar > div { flex-basis: 100%; }
  .site-editor-toggle,
  .site-editor-link,
  .site-editor-toolbar form { flex: 1; }
}

.psme-edit-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 50;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(200, 200, 200, .2);
  backdrop-filter: blur(8px);
  display: none;
  place-items: center;
  cursor: pointer;
  color: inherit;
}
.psme-edit-btn:hover { transform: translateY(-1px); }
body.site-editing .psme-edit-btn { display: grid; }
body.site-editing .site-edit-section { outline: 2px dashed rgba(197, 160, 89, .65); outline-offset: -2px; }

.psme-modal { display: none; }
.psme-modal.open { display: block; }
.psme-backdrop { position: fixed; inset: 0; background: rgba(15,23,42,.55); z-index: 9998; }
.psme-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: min(860px, 94vw);
  max-height: 86vh;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  z-index: 9999;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  color: #0f172a;
}
.psme-head { padding: 14px 16px; border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; gap: 12px; }
.psme-title { font-weight: 800; font-size: 15px; }
.psme-close { margin-left: auto; border: none; background: transparent; font-size: 26px; cursor: pointer; line-height: 1; }
.psme-body { padding: 16px; }
.psme-foot { padding: 14px 16px; border-top: 1px solid #e2e8f0; display: flex; justify-content: flex-end; gap: 10px; }
body.template-blue-modern-clean .psme-backdrop {
  background:
    radial-gradient(circle at 22% 18%, rgba(56, 189, 248, .26), transparent 34%),
    radial-gradient(circle at 80% 80%, rgba(37, 99, 235, .28), transparent 34%),
    rgba(3, 7, 18, .62);
  backdrop-filter: blur(16px) saturate(150%);
}
body.template-blue-modern-clean .psme-panel {
  border: 1px solid rgba(186, 230, 253, .46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(239, 248, 255, .78)),
    radial-gradient(circle at top left, rgba(56, 189, 248, .20), transparent 36%);
  box-shadow:
    0 35px 110px rgba(3, 7, 18, .42),
    0 0 70px rgba(56, 189, 248, .22),
    0 0 0 1px rgba(255, 255, 255, .42) inset;
  backdrop-filter: blur(24px) saturate(160%);
}
body.template-blue-modern-clean .psme-head,
body.template-blue-modern-clean .psme-foot {
  border-color: rgba(125, 211, 252, .38);
  background: rgba(248, 251, 255, .62);
  backdrop-filter: blur(18px);
}
body.template-blue-modern-clean .psme-title {
  color: #07111f;
}
body.template-blue-modern-clean .psme-close {
  color: #0b1b33;
}

.psme-row { border: 1px solid #e2e8f0; border-radius: 14px; padding: 12px; margin-bottom: 12px; background: #fff; }
.psme-rowhead { display: flex; align-items: center; gap: 10px; justify-content: space-between; }
.psme-label { font-weight: 700; }
.psme-small { font-size: 12px; color: #64748b; margin-top: 6px; }
.psme-input,
.psme-textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 12px;
}
.psme-textarea { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.psme-actions { display: flex; gap: 8px; align-items: center; }
.psme-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  font-size: 12px;
  color: #0f172a;
  background: #f8fafc;
}
.psme-btn {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 700;
}
.psme-primary { background: #c5a059; border-color: #c5a059; color: #fff; }
.psme-danger { background: #fee2e2; border-color: #fecaca; color: #991b1b; }
body.template-blue-modern-clean .psme-row,
body.template-blue-modern-clean .pcf-row,
body.template-blue-modern-clean .pcf-nested,
body.template-blue-modern-clean .psme-wysiwyg {
  border-color: rgba(125, 211, 252, .46);
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 14px 36px rgba(30, 64, 175, .08);
  backdrop-filter: blur(12px);
}
body.template-blue-modern-clean .psme-input,
body.template-blue-modern-clean .psme-textarea,
body.template-blue-modern-clean .pcf-sub-input,
body.template-blue-modern-clean .pcf-icon-search {
  border-color: rgba(125, 211, 252, .6);
  background: rgba(255, 255, 255, .78);
}
body.template-blue-modern-clean .psme-pill,
body.template-blue-modern-clean .pcf-btn,
body.template-blue-modern-clean .psme-btn {
  border-color: rgba(125, 211, 252, .58);
  background: rgba(255, 255, 255, .68);
  color: #0b1b33;
}
body.template-blue-modern-clean .psme-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  color: #fff;
  box-shadow: 0 14px 32px rgba(37, 99, 235, .24);
}
body.template-blue-modern-clean .psme-wysiwyg-toolbar {
  border-color: rgba(125, 211, 252, .46);
  background: rgba(239, 248, 255, .72);
}
body.template-blue-modern-clean .psme-wysiwyg-toolbar button,
body.template-blue-modern-clean .psme-color-tool {
  border-color: rgba(125, 211, 252, .58);
  background: rgba(255, 255, 255, .72);
}
body.template-blue-modern-clean .psme-wysiwyg[data-wysiwyg-key="hero_description"] .psme-wysiwyg-editor {
  background:
    radial-gradient(circle at 15% 20%, rgba(56, 189, 248, .20), transparent 36%),
    linear-gradient(135deg, #07111f, #0b1b33 56%, #1d4ed8);
}

.pcf-btn { border: 1px solid #e2e8f0; background: #fff; border-radius: 10px; padding: 6px 10px; cursor: pointer; font-weight: 700; font-size: 12px; }
.pcf-repeater-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 10px; }
.pcf-help { font-size: 12px; color: #64748b; }
.pcf-row { border: 1px solid #e2e8f0; border-radius: 14px; padding: 10px; margin-top: 10px; background: #fff; }
.pcf-row-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.pcf-row-title { font-weight: 800; font-size: 12px; color: #0f172a; }
.pcf-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .pcf-grid { grid-template-columns: 1fr; } }
.pcf-sub-label { display: block; font-size: 12px; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.pcf-sub-input { width: 100%; border: 1px solid #e2e8f0; border-radius: 12px; padding: 10px 12px; }
.pcf-sub-input:focus,
.psme-input:focus,
.pcf-icon-search:focus {
  border-color: #94a3b8;
  box-shadow: 0 0 0 3px rgba(197, 160, 89, .18);
  outline: none;
}
.pcf-iconpick .pcf-sub-input { flex: 1; min-width: 0; }
.pcf-nested { border: 1px dashed #cbd5e1; border-radius: 12px; padding: 10px; background: #f8fafc; }
.pcf-nested-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.pcf-repeater-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 12px; padding-top: 10px; border-top: 1px solid #e2e8f0; }
.psme-img-preview {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 10px 0;
}
.psme-wysiwyg {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.psme-wysiwyg-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 8px;
}
.psme-wysiwyg-toolbar button {
  min-width: 34px;
  height: 34px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  font-weight: 800;
}
.psme-color-tool {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  padding: 0 8px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
}
.psme-color-tool input {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.psme-wysiwyg-editor {
  min-height: 180px;
  padding: 12px;
  outline: none;
  line-height: 1.6;
  color: #0f172a;
}
.psme-wysiwyg[data-wysiwyg-key="hero_description"] .psme-wysiwyg-editor {
  background: #0f172a;
  color: #fff;
}
.psme-wysiwyg-editor:focus {
  box-shadow: inset 0 0 0 3px rgba(197, 160, 89, .18);
}
.psme-wysiwyg-source {
  display: none;
  min-height: 180px;
  border: 0;
  border-top: 1px solid #e2e8f0;
  border-radius: 0;
  font-family: Consolas, Monaco, monospace;
  font-size: 13px;
}
.psme-wysiwyg.is-code .psme-wysiwyg-editor { display: none; }
.psme-wysiwyg.is-code .psme-wysiwyg-source { display: block; }
.psme-wysiwyg-editor[contenteditable="false"],
.psme-wysiwyg:has(.psme-wysiwyg-source:disabled) {
  background: #f8fafc;
}
.pcf-icon-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: min(720px, 94vw);
  max-height: 76vh;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  z-index: 99999;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.pcf-icon-panel-head { display: flex; gap: 10px; padding: 12px; border-bottom: 1px solid #e2e8f0; align-items: center; }
.pcf-icon-search { flex: 1; border: 1px solid #e2e8f0; border-radius: 12px; padding: 10px 12px; }
.pcf-icon-grid { padding: 12px; display: grid; grid-template-columns: repeat(auto-fill, minmax(56px, 1fr)); gap: 10px; overflow: auto; max-height: 62vh; }
.pcf-icon-item { border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; display: flex; flex-direction: column; gap: 6px; align-items: center; justify-content: center; padding: 10px 6px; cursor: pointer; transition: transform .12s ease, background .12s ease; }
.pcf-icon-item:hover { background: #f8fafc; transform: translateY(-1px); }
.pcf-icon-item i { font-size: 20px; }
.pcf-icon-cap { font-size: 10px; color: #64748b; text-align: center; line-height: 1.15; word-break: break-word; }
