/* /assets/css/icc.components.css */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  font-weight:800;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
  border:1px solid transparent;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-block{
  width:100%;
}

.btn-primary{
  background:var(--icc-primary);
  color:#fff;
  box-shadow:var(--icc-shadow);
}

.btn-primary:hover{
  box-shadow:0 18px 40px rgba(12,51,77,.14);
}

.btn-secondary{
  background:#fff;
  color:var(--icc-primary);
  border-color:var(--icc-border);
}

.btn-secondary:hover{
  border-color:rgba(12,51,77,.18);
}

.btn-gold{
  background:var(--icc-accent);
  color:#fff;
}

.lang-btn{
  min-width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid var(--icc-border);
  background:#fff;
  color:var(--icc-primary);
  font-weight:800;
  cursor:pointer;
  transition:all .22s ease;
}

.lang-btn:hover{
  border-color:rgba(12,51,77,.18);
  box-shadow:0 10px 22px rgba(12,51,77,.07);
}

.nav-toggle{
  display:none;
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid var(--icc-border);
  background:#fff;
  padding:0;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  transition:all .22s ease;
}

.nav-toggle:hover{
  border-color:rgba(12,51,77,.18);
  box-shadow:0 10px 22px rgba(12,51,77,.07);
}

.nav-toggle span{
  display:block;
  width:18px;
  height:2px;
  background:var(--icc-primary);
  border-radius:999px;
}

.mobile-nav{
  display:none;
  border-top:1px solid rgba(12,51,77,.06);
  background:rgba(255,255,255,.98);
}

.mobile-nav.is-open{
  display:block;
}

.mobile-nav-shell{
  padding:16px 0 18px;
}

.mobile-nav-link{
  display:block;
  padding:14px 4px;
  border-bottom:1px solid rgba(12,51,77,.06);
  color:var(--icc-primary);
  font-weight:800;
}

.mobile-nav-link[aria-current="page"]{
  color:var(--icc-primary);
  background:rgba(12,51,77,.05);
}

.mobile-nav-actions{
  padding-top:16px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(187,146,90,.13);
  color:var(--icc-primary);
  font-weight:800;
}

.hero h1,
.page-hero-title{
  font-size:var(--icc-h1);
  line-height:1.04;
  color:var(--icc-primary);
  margin-bottom:18px;
  font-weight:800;
  letter-spacing:-0.022em;
}

.hero h1 span{
  display:block;
}

.hero h1 span:last-child{
  color:var(--icc-accent);
  margin-top:8px;
}

.hero-text,
.page-hero-text{
  max-width:58ch;
  color:var(--icc-text-soft);
  font-size:1.06rem;
  line-height:1.98;
}

.hero-actions,
.page-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.trust-row span,
.page-pill{
  padding:8px 12px;
  background:#fff;
  border:1px solid var(--icc-border);
  border-radius:999px;
  color:var(--icc-text-soft);
  font-weight:700;
}

.hero-card,
.feature-panel,
.quick-item,
.service-card,
.diag-card,
.team-card,
.map-card,
.why-card,
.faq-card,
.page-panel,
.spectrum-block,
.diag-detail-card,
.diag-closing,
.contact-hero-card{
  background:var(--icc-surface);
  border:1px solid var(--icc-border);
  border-radius:var(--icc-radius-xl);
  box-shadow:var(--icc-shadow);
}

.hero-card{
  overflow:hidden;
  min-height:460px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.98));
}

.hero-card-visual,
.page-hero-visual{
  position:relative;
  min-height:230px;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(187,146,90,.18), transparent 22%),
    radial-gradient(circle at 78% 22%, rgba(36,83,114,.12), transparent 24%),
    linear-gradient(135deg, rgba(12,51,77,.035), rgba(36,83,114,.02)),
    #f9f8f6;
  border-bottom:1px solid rgba(12,51,77,.06);
}

.hero-card-pill,
.page-hero-pill{
  position:absolute;
  top:20px;
  inset-inline-start:20px;
  min-width:54px;
  height:36px;
  padding:0 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, var(--icc-primary), var(--icc-primary-2));
  color:#fff;
  font-weight:800;
  box-shadow:0 14px 32px rgba(12,51,77,.15);
}

.hero-card-grid,
.page-hero-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(12,51,77,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12,51,77,.04) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.28), transparent 82%);
}

.hero-card-grid::after,
.page-hero-grid::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 24% 58%, rgba(12,51,77,.08), transparent 10%),
    radial-gradient(circle at 32% 58%, rgba(12,51,77,.08), transparent 10%),
    radial-gradient(circle at 40% 58%, rgba(12,51,77,.08), transparent 10%);
  opacity:.65;
}

.hero-card-logo-shell{
  position:absolute;
  inset:22px 22px 32px;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}

.hero-card-visual-clean{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f4f6f8;
}

.hero-card-logo-frame{
  width:min(100%, 340px);
  min-height:176px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px 36px;
  border-radius:32px;
  background:linear-gradient(135deg, var(--icc-primary), var(--icc-primary-2));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 24px 54px rgba(12,51,77,.22);
}

.hero-card-logo{
  display:block;
  width:100%;
  max-width:248px;
  max-height:128px;
  object-fit:contain;
}

.hero-card-wave,
.page-hero-wave{
  position:absolute;
  inset-inline:18px;
  bottom:24px;
  height:84px;
  opacity:.55;
  z-index:1;
}

.hero-card-wave svg,
.page-hero-wave svg{
  width:100%;
  height:100%;
  display:block;
}

.hero-card-glow,
.page-hero-glow{
  position:absolute;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(187,146,90,.22), transparent 68%);
  bottom:-80px;
  inset-inline-end:-40px;
}

.hero-card-body,
.page-hero-body{
  padding:26px 28px 28px;
}

.hero-card-top,
.page-hero-top{
  color:var(--icc-accent);
  font-family:var(--icc-font-en);
  font-weight:800;
  margin-bottom:10px;
}

.hero-card h3{
  color:var(--icc-primary);
  font-size:1.65rem;
  margin-bottom:10px;
}

.hero-card p{
  color:var(--icc-text-soft);
  line-height:1.9;
}

.hero-card-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.hero-card-tags span{
  padding:7px 10px;
  border-radius:999px;
  background:var(--icc-surface-2);
  color:var(--icc-primary);
  font-weight:700;
  font-size:.9rem;
}

.quick-item,
.service-card,
.diag-card,
.team-card,
.why-card,
.faq-card,
.page-panel,
.spectrum-block,
.diag-detail-card,
.diag-closing,
.contact-hero-card{
  padding:24px;
}

.quick-item h3,
.service-card h3,
.diag-card h3,
.team-card h3,
.feature-panel h3,
.why-card h3,
.faq-card h3,
.page-panel h3,
.spectrum-block h3,
.diag-detail-card h3,
.diag-closing h3,
.contact-hero-card h3{
  color:var(--icc-primary);
  margin-bottom:10px;
  font-size:1.08rem;
  font-weight:800;
}

.quick-item p,
.service-card p,
.diag-card p,
.team-card p,
.feature-panel p,
.why-card p,
.faq-card p,
.page-panel p,
.spectrum-block p,
.diag-detail-card p,
.diag-closing p,
.contact-hero-card p{
  color:var(--icc-text-soft);
  line-height:1.9;
}

.feature-panel{
  padding:28px;
  background:linear-gradient(180deg, #fff, #f8fafc);
}

.feature-badge{
  display:inline-block;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(12,51,77,.08);
  color:var(--icc-primary);
  font-weight:800;
  margin-bottom:14px;
  font-family:var(--icc-font-en);
}

.about-gap{
  margin-top:14px;
}

.team-photo{
  width:64px;
  height:64px;
  border-radius:20px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  background:linear-gradient(135deg, var(--icc-primary), var(--icc-primary-2));
  color:#fff;
  font-weight:800;
}

.team-card-lead{
  border-color:rgba(187,146,90,.28);
  box-shadow:0 18px 42px rgba(12,51,77,.08);
}

.heritage-band{
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.06), transparent 18%),
    linear-gradient(135deg, var(--icc-primary), var(--icc-primary-2));
}

.emergency-strip{
  padding-top:14px;
}

.emergency-shell{
  padding:18px 22px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(12,51,77,.98), rgba(36,83,114,.96));
  color:#fff;
  box-shadow:0 22px 48px rgba(12,51,77,.18);
}

.emergency-badge{
  min-width:74px;
  height:74px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-weight:800;
  font-size:1.05rem;
  border:1px solid rgba(255,255,255,.14);
}

.emergency-copy strong{
  display:block;
  margin-bottom:6px;
  font-size:1.08rem;
}

.emergency-copy p{
  color:rgba(255,255,255,.84);
  line-height:1.8;
}

.emergency-btn{
  white-space:nowrap;
}

.why-section,
.faq-section{
  position:relative;
}

.why-card{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
}

.page-hero{
  padding:76px 0 32px;
}

.page-hero-shell{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:42px;
  align-items:center;
}

.page-panel{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
}

.page-panel p + p{
  margin-top:12px;
}

.spectrum-block{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
}

.diag-detail-card .diag-sub{
  display:inline-block;
  margin-bottom:10px;
  color:var(--icc-accent);
  font-weight:800;
  font-family:var(--icc-font-en);
}

.contact-panel .section-title{
  margin-bottom:18px;
}

.contact-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.contact-item{
  display:grid;
  gap:8px;
  padding:18px 18px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--icc-border);
  box-shadow:0 10px 26px rgba(12,51,77,.03);
}

.contact-item strong{
  color:var(--icc-primary);
  font-size:1.08rem;
  line-height:1.3;
}

.contact-item span,
.contact-link-value{
  color:var(--icc-text-soft);
  line-height:1.9;
  text-decoration:none;
}

.contact-link-value{
  font-weight:700;
}

.contact-link-value:hover{
  color:var(--icc-primary);
}

.hours-lines{
  display:grid;
  gap:6px;
}

.hours-line{
  display:block;
}

.hours-line-soft{
  opacity:.9;
}

.contact-item-hours{
  align-items:start;
}

.contact-actions{
  margin-top:22px;
}

.map-card{
  overflow:hidden;
  min-height:100%;
  background:#fff;
}

.map-embed{
  display:block;
  width:100%;
  min-height:560px;
  border:0;
}

.site-footer{
  border-top:1px solid rgba(12,51,77,.08);
  background:#fff;
}

.site-footer p{
  color:var(--icc-text-soft);
  margin-top:8px;
  max-width:50ch;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.footer-links a{
  color:var(--icc-primary);
  font-weight:700;
}

.wa-float{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:60;
  min-width:110px;
  height:50px;
  padding:0 18px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#25D366;
  color:#fff;
  font-weight:800;
  box-shadow:0 18px 40px rgba(37,211,102,.28);
}

@media (max-width: 1100px){
  .header-wa{
    display:none;
  }

  .nav-toggle{
    display:inline-flex;
  }

  .hero h1,
  .page-hero-title{
    line-height:1.08;
  }

  .page-hero-shell{
    grid-template-columns:1fr;
  }

  .map-embed{
    min-height:420px;
  }
}

@media (max-width: 768px){
  .hero-card,
  .page-hero-body{
    min-height:auto;
  }

  .hero-card-visual,
  .page-hero-visual{
    min-height:180px;
  }

  .hero-card-wave,
  .page-hero-wave{
    height:64px;
    inset-inline:12px;
    bottom:14px;
  }

  .hero-actions,
  .page-hero-actions{
    flex-direction:column;
  }

  .hero-actions .btn,
  .page-hero-actions .btn{
    width:100%;
  }

  .map-embed{
    min-height:320px;
  }

  .wa-float{
    left:14px;
    bottom:14px;
    min-width:96px;
    height:46px;
  }
}
