/* ICMS public selling site — AI-era construction theme */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,650;9..144,720&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --amber: #f5a524;
  --amber-2: #ffc857;
  --teal: #2dd4bf;
  --violet: #a78bfa;
  --ink: #070b14;
}
html[data-theme-color="ocean"] { --amber: #38bdf8; --amber-2: #7dd3fc; }
html[data-theme-color="emerald"] { --amber: #34d399; --amber-2: #6ee7b7; }
html[data-theme-color="violet"] { --amber: #a78bfa; --amber-2: #c4b5fd; }
html[data-theme-color="rose"] { --amber: #fb7185; --amber-2: #fda4af; }
html[data-theme-color="slate"] { --amber: #94a3b8; --amber-2: #cbd5e1; }

body.site {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: #070b14;
  color: #e8eefc;
  background-image:
    radial-gradient(1000px 480px at 8% -12%, rgba(245,165,36,.16), transparent 52%),
    radial-gradient(800px 420px at 100% 0%, rgba(45,212,191,.1), transparent 48%),
    radial-gradient(600px 300px at 70% 80%, rgba(167,139,250,.08), transparent 50%);
}
body.site a { color: var(--amber-2); }
body.site .text-muted { color: #9aabc8 !important; }

.site .display-serif,
.site .hero h1,
.site .page-hero h1,
.site .section h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  letter-spacing: -.035em;
}

.site .pub-nav {
  background: rgba(7, 11, 20, .62);
  border-bottom: 1px solid rgba(245,165,36,.18);
  backdrop-filter: blur(22px) saturate(140%);
}
.site .pub-nav .nav-link { color: #d5def2 !important; font-weight: 600; }
.site .pub-nav .nav-link:hover { color: #fff !important; }
.site .brand-mark {
  width: 36px; height: 36px; border-radius: 11px;
  display: inline-grid; place-items: center; font-weight: 800; color: #1c1003;
  background: conic-gradient(from 200deg, #f5a524, #ea580c, #2dd4bf, #f5a524);
  box-shadow: 0 0 0 3px rgba(245,165,36,.2);
}

.site .hero,
.site .page-hero {
  position: relative; overflow: hidden; isolation: isolate; color: #fff;
  padding: 110px 0 96px;
  background:
    linear-gradient(110deg, rgba(5,8,16,.88) 0%, rgba(5,8,16,.55) 45%, rgba(5,8,16,.72) 100%),
    linear-gradient(180deg, rgba(7,11,20,.2), rgba(7,11,20,.92)),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1800&q=80') center 35% / cover no-repeat,
    #08111c;
}
.site .page-hero {
  padding: 90px 0 70px;
  background:
    linear-gradient(110deg, rgba(5,8,16,.9) 0%, rgba(5,8,16,.6) 100%),
    url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1600&q=80') center / cover no-repeat,
    #08111c;
}
.site .hero.hero-ai {
  background:
    linear-gradient(115deg, rgba(5,8,16,.9) 0%, rgba(20,10,40,.55) 50%, rgba(5,8,16,.85) 100%),
    url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=1800&q=80') center / cover no-repeat;
}
.site .hero::after,
.site .page-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.site .hero .container,
.site .page-hero .container { position: relative; z-index: 2; }
.site .hero h1,
.site .page-hero h1 {
  font-size: clamp(2.35rem, 5.2vw, 4.4rem);
  line-height: 1.05;
  text-shadow: 0 18px 40px rgba(0,0,0,.4);
}
.site .hero .lead,
.site .page-hero .lead {
  font-size: 1.12rem; color: rgba(255,255,255,.84); max-width: 640px;
}

.site .chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,165,36,.14); color: #ffd98a;
  border: 1px solid rgba(245,165,36,.32); border-radius: 999px;
  padding: .35rem .85rem; font-size: .82rem; font-weight: 700;
}
.site .chip-ai {
  background: linear-gradient(90deg, rgba(167,139,250,.2), rgba(45,212,191,.15));
  border-color: rgba(167,139,250,.35); color: #ddd6fe;
}

.site .btn-icms {
  background: linear-gradient(135deg, var(--amber), var(--amber-2));
  color: #1c1003 !important; font-weight: 800; border: 0;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--amber) 30%, transparent);
}
.site .btn-icms:hover { filter: brightness(1.06); color: #1c1003 !important; }
.site .btn-wa {
  background: #128c7e; color: #fff !important; font-weight: 700; border: 0;
}
.site .btn-ghost-site {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.22);
  color: #fff !important; backdrop-filter: blur(8px); font-weight: 700;
}
.site .btn-ghost-site:hover { background: rgba(255,255,255,.14); color: #fff !important; }

.site .glass-card {
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.2); border-radius: 28px;
  backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 30px 60px rgba(0,0,0,.3);
}

.site .section {
  padding: 88px 0;
  background:
    radial-gradient(600px 240px at 90% 0%, rgba(245,165,36,.07), transparent 50%),
    #0a1220;
}
.site .section-soft {
  background:
    radial-gradient(700px 280px at 10% 10%, rgba(45,212,191,.08), transparent 50%),
    #0d1828;
}
.site .section h2 { color: #f4f7fb; }

.site .trust-bar {
  background: rgba(8,14,26,.92);
  border-bottom: 1px solid rgba(245,165,36,.12);
}
.site .trust-bar .fw-bold {
  color: #c9d6ee; letter-spacing: .06em; text-transform: uppercase; font-size: .76rem;
}

.site .feature-card {
  background: linear-gradient(180deg, rgba(24,34,56,.95), rgba(14,20,36,.95));
  border: 1px solid rgba(245,165,36,.14); border-radius: 22px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  overflow: hidden;
}
.site .feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245,165,36,.35);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}
.site .feature-icon {
  width: 52px; height: 52px; border-radius: 16px;
  display: grid; place-items: center; font-size: 1.4rem;
  background: linear-gradient(145deg, rgba(245,165,36,.22), rgba(45,212,191,.15));
  color: var(--amber-2);
}
.site .feature-media {
  height: 140px; background-size: cover; background-position: center;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.site .module-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px; padding: .45rem .9rem; font-size: .86rem; font-weight: 600;
  color: #d7e2f5; margin: .25rem;
}
.site .module-pill i { color: var(--amber); }

.site .price-panel {
  background: linear-gradient(160deg, rgba(245,165,36,.16), rgba(24,34,56,.9));
  border: 1px solid rgba(245,165,36,.28); border-radius: 28px;
}
.site .stat-mini {
  background: rgba(0,0,0,.22); border-radius: 16px; padding: 14px 16px;
}
.site .stat-mini .label { font-size: 12px; color: #9aabc8; text-transform: uppercase; letter-spacing: .08em; }
.site .stat-mini .value { font-size: 1.5rem; font-weight: 800; }

.site .how-list { padding-left: 1.2rem; color: #c5d2ea; }
.site .how-list li { margin-bottom: 1rem; }
.site .step-badge {
  width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center; font-weight: 800;
  background: linear-gradient(135deg, #f5a524, #ea580c); color: #1c1003;
}

.site .demo-table {
  background: rgba(12,18,32,.8); border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(245,165,36,.16);
}
.site .demo-table table { margin: 0; color: #e8eefc; }
.site .demo-table th { color: #9aabc8; font-size: 12px; text-transform: uppercase; }

.site .site-footer {
  border-top: 1px solid rgba(245,165,36,.12);
  background: #060a12; padding: 48px 0 28px; color: #9aabc8;
}
.site .float-call {
  position: fixed; right: 18px; bottom: 18px; z-index: 50;
  display: flex; flex-direction: column; gap: 10px;
}
.site .float-call a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 16px; border-radius: 999px; font-weight: 800; text-decoration: none;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
}
.site .float-call .call { background: linear-gradient(135deg,#f5a524,#ea580c); color: #1c1003; }
.site .float-call .wa { background: #128c7e; color: #fff; }

.site .img-frame {
  border-radius: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 50px rgba(0,0,0,.35);
}
.site .img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 768px) {
  .site .hero, .site .page-hero { padding: 88px 0 64px; }
  .site .float-call a span { display: none; }
}
