/* ===== Home ===== */
.section-tag { font-size: 11.5px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--purple-2); display: inline-block; margin-bottom: 14px; }
.brand .bt { display: flex; flex-direction: column; line-height: 1.05; }
.brand .bt .tag { font-size: 9.5px; font-weight: 500; letter-spacing: .4px; color: var(--text-3); margin-top: 3px; text-transform: none; }

/* Hero */
.home-hero { padding: 40px 0 36px; }
.hh-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 44px; align-items: center; }
.hh-left h1 { font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; }
.hh-left h1 .grad { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hh-left .lead { color: var(--text-2); font-size: 15.5px; margin-top: 20px; max-width: 440px; line-height: 1.7; }
.hh-cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hh-trust { margin-top: 34px; }
.hh-trust .lbl { font-size: 11.5px; color: var(--text-4); letter-spacing: .5px; }
.hh-logos { display: flex; flex-wrap: wrap; gap: 22px 30px; align-items: center; margin-top: 14px; }
.hh-logos .lg { font-size: 17px; font-weight: 800; letter-spacing: .5px; color: var(--text-2); opacity: .8; }

/* Hero dashboard */
.hh-dash { background: linear-gradient(160deg, rgba(20,20,32,0.92), rgba(10,10,18,0.92)); border: 1px solid var(--border-2); border-radius: var(--radius-lg); padding: 20px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hh-dash::before { content:""; position:absolute; inset:0; background: radial-gradient(400px 220px at 85% 0%, rgba(124,58,237,0.2), transparent 60%); pointer-events:none; }
.hh-dash .dh { display: flex; align-items: center; justify-content: space-between; position: relative; }
.hh-dash .dh .t { font-size: 13px; font-weight: 700; }
.hh-dash .dh .sel { font-size: 11px; color: var(--text-3); border: 1px solid var(--border-2); border-radius: 8px; padding: 5px 10px; display: inline-flex; gap: 6px; align-items: center; }
.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0; position: relative; }
.dash-kpis .k { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 12px; padding: 12px; }
.dash-kpis .k .kl { font-size: 10.5px; color: var(--text-4); }
.dash-kpis .k .kv { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; margin-top: 3px; }
.dash-kpis .k .kv small { font-size: 11px; color: var(--text-4); font-weight: 600; }
.dash-kpis .k .kd { font-size: 11px; font-weight: 700; color: var(--green); margin-top: 2px; }
.dash-chart { position: relative; border: 1px solid var(--border); border-radius: 12px; padding: 12px 8px 6px; background: rgba(255,255,255,0.015); }
.dash-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; position: relative; }
.dash-foot .f { display: flex; gap: 10px; align-items: center; background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 12px; padding: 10px 12px; }
.dash-foot .f .ic { width: 30px; height: 30px; border-radius: 8px; background: rgba(139,92,246,0.12); color: var(--purple-2); display: grid; place-items: center; flex-shrink: 0; }
.dash-foot .f .ic svg { width: 15px; height: 15px; }
.dash-foot .f .fl { font-size: 10px; color: var(--text-4); }
.dash-foot .f .fv { font-size: 13.5px; font-weight: 800; }

/* Section head (left title + link) */
.lead-head { display: grid; grid-template-columns: 0.8fr 2.4fr; gap: 30px; align-items: start; margin-bottom: 28px; }
.lead-head h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; }
.lead-head h2 .grad { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead-head .link-more { font-size: 13px; color: var(--purple-2); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; margin-top: 14px; }

/* Problems */
.prob-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.prob-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 18px; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.prob-card:hover { border-color: var(--border-glow); transform: translateY(-4px); background: var(--grad-card); }
.prob-card .ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(139,92,246,0.1); border: 1px solid rgba(139,92,246,0.2); color: var(--purple-2); display: grid; place-items: center; margin-bottom: 16px; }
.prob-card .ic svg { width: 20px; height: 20px; }
.prob-card h4 { font-size: 14px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.prob-card p { font-size: 12px; color: var(--text-3); line-height: 1.5; }

/* Approach flow */
.flow7 { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; position: relative; }
.flow7-line { position: absolute; top: 26px; left: 6%; right: 6%; height: 1px; background: linear-gradient(90deg, transparent, rgba(139,92,246,0.5), rgba(79,123,255,0.5), transparent); }
.flow7 .nd-w { text-align: center; position: relative; }
.flow7 .nd { width: 54px; height: 54px; margin: 0 auto 12px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(139,92,246,0.22), rgba(12,12,20,0.95)); border: 1px solid rgba(139,92,246,0.4); display: grid; place-items: center; color: var(--purple-2); }
.flow7 .nd-w:last-child .nd { border-color: rgba(217,70,239,0.55); color: var(--pink); box-shadow: 0 0 22px -6px rgba(217,70,239,0.55); }
.flow7 .nd svg { width: 22px; height: 22px; }
.flow7 h4 { font-size: 12.5px; font-weight: 700; margin-bottom: 4px; }
.flow7 p { font-size: 10.5px; color: var(--text-3); line-height: 1.4; padding: 0 2px; }

/* Solutions */
.sol-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.sol-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 18px; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.sol-card:hover { border-color: var(--border-glow); transform: translateY(-4px); background: var(--grad-card); }
.sol-card .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(139,92,246,0.1); border: 1px solid rgba(139,92,246,0.22); color: var(--purple-2); display: grid; place-items: center; margin-bottom: 16px; }
.sol-card .ic svg { width: 22px; height: 22px; }
.sol-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 12px; }
.sol-card ul { display: grid; gap: 8px; }
.sol-card li { font-size: 12px; color: var(--text-3); display: flex; gap: 7px; align-items: flex-start; }
.sol-card li::before { content: "›"; color: var(--purple-2); font-weight: 700; }

/* Featured case */
.feat-case { background: var(--grad-card); border: 1px solid rgba(139,92,246,0.28); border-radius: var(--radius-lg); padding: 30px; }
.fc-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--border); }
.fc-metrics .m { text-align: center; }
.fc-metrics .m .v { font-size: 28px; font-weight: 800; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fc-metrics .m .l { font-size: 11.5px; color: var(--text-3); margin-top: 3px; }
.fc-body { display: grid; grid-template-columns: 1fr 1.1fr; gap: 30px; align-items: center; }
.fc-body .tag { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: var(--purple-2); }
.fc-body h3 { font-size: 26px; font-weight: 800; margin: 8px 0 4px; }
.fc-body .sub { font-size: 15px; font-weight: 700; color: var(--text); }
.fc-body p { font-size: 13px; color: var(--text-3); line-height: 1.6; margin: 12px 0 18px; }
.fc-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/10; position: relative; display: grid; place-items: center; background: radial-gradient(120% 120% at 70% 20%, #3a3a4a, #14141c 55%, #0a0a12); border: 1px solid var(--border); }
.fc-img .bm { font-size: 34px; font-weight: 900; letter-spacing: 3px; color: rgba(255,255,255,0.85); }
.fc-img::after { content:""; position:absolute; right:22px; bottom:18px; width:70px; height:90px; background: linear-gradient(160deg,#e8eaf0,#b9bcc9); border-radius: 26px 26px 12px 12px; box-shadow: -12px 10px 30px rgba(0,0,0,.5); opacity:.85; }

/* Insights */
.ins-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.ins-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color .2s ease, transform .2s ease; display: flex; flex-direction: column; }
.ins-card:hover { border-color: var(--border-glow); transform: translateY(-4px); }
.ins-cover { aspect-ratio: 16/10; position: relative; display: grid; place-items: center; }
.ins-cover .orb { font-size: 26px; font-weight: 900; color: rgba(255,255,255,0.85); text-shadow: 0 0 26px rgba(139,92,246,0.9); }
.ins-body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.ins-body .cat { font-size: 9.5px; font-weight: 700; letter-spacing: .5px; color: var(--purple-2); margin-bottom: 8px; }
.ins-body h4 { font-size: 13px; font-weight: 700; line-height: 1.4; flex: 1; }
.ins-body .mt { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.ins-body .mt .d { font-size: 10.5px; color: var(--text-4); }
.ins-body .mt .go { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--border-2); display: grid; place-items: center; color: var(--purple-2); }
.ins-body .mt .go svg { width: 12px; height: 12px; }

/* Why choose */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.why-grid h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.25; }
.why-props { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 26px; }
.why-prop .ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(139,92,246,0.1); border: 1px solid rgba(139,92,246,0.2); color: var(--purple-2); display: grid; place-items: center; margin-bottom: 12px; }
.why-prop .ic svg { width: 20px; height: 20px; }
.why-prop h4 { font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.why-prop p { font-size: 12px; color: var(--text-3); line-height: 1.5; }
.testi { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; position: relative; }
.testi .q { font-size: 44px; font-weight: 900; color: var(--purple); line-height: .6; opacity: .5; }
.testi p { font-size: 16px; color: var(--text); line-height: 1.6; margin: 8px 0 24px; font-weight: 500; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--grad-primary); display: grid; place-items: center; font-weight: 800; color: #fff; }
.testi .who .nm { font-size: 14px; font-weight: 700; }
.testi .who .rl { font-size: 12px; color: var(--text-3); }
.testi .nav-t { position: absolute; top: 30px; right: 30px; display: flex; gap: 8px; }
.testi .nav-t i { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--border-2); display: grid; place-items: center; color: var(--text-3); }
.testi .dots { display: flex; gap: 6px; margin-top: 20px; }
.testi .dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--border-2); }
.testi .dots i.on { background: var(--purple); width: 16px; border-radius: 3px; }

/* CTA banner */
.cta-home { background: var(--grad-cta); border-radius: var(--radius-lg); padding: 40px 44px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 30px; align-items: center; }
.cta-home::before { content:""; position:absolute; inset:0; background: radial-gradient(500px 300px at 90% 10%, rgba(255,255,255,0.16), transparent 60%); }
.cta-home h2 { font-size: clamp(22px, 2.8vw, 32px); font-weight: 800; line-height: 1.2; position: relative; }
.cta-home .accent { color: #fde68a; }
.cta-home ul { position: relative; display: grid; gap: 10px; }
.cta-home li { display: flex; gap: 9px; align-items: center; font-size: 13.5px; color: rgba(255,255,255,0.92); }
.cta-home li svg { width: 17px; height: 17px; flex-shrink: 0; }
.cta-home .btn-white { background: #fff; color: #4c1d95; white-space: nowrap; position: relative; }

/* Footer newsletter */
.foot-news { }
.foot-news p { color: var(--text-3); font-size: 13px; margin-bottom: 12px; }
.foot-news form { display: flex; gap: 8px; }
.foot-news input { flex: 1; background: var(--surface-2); border: 1px solid var(--border-2); border-radius: 10px; padding: 10px 12px; color: var(--text); font-size: 13px; font-family: inherit; outline: none; }
.foot-news button { background: var(--grad-cta); color: #fff; width: 42px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.foot-news button svg { width: 16px; height: 16px; }
.footer-grid.home5 { grid-template-columns: 1.5fr 1fr 1fr 1fr 1.4fr; }

@media (max-width: 1080px) {
  .prob-grid, .sol-grid, .ins-grid { grid-template-columns: repeat(3, 1fr); }
  .flow7 { grid-template-columns: repeat(4, 1fr); gap: 24px 8px; } .flow7-line { display: none; }
  .lead-head { grid-template-columns: 1fr; gap: 10px; }
  .footer-grid.home5 { grid-template-columns: 1.4fr 1fr 1fr; } .foot-news, .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .hh-grid, .fc-body, .why-grid { grid-template-columns: 1fr; gap: 30px; }
  .cta-home { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .prob-grid, .sol-grid, .ins-grid, .why-props { grid-template-columns: 1fr; }
  .flow7 { grid-template-columns: 1fr 1fr; }
  .dash-kpis, .dash-foot, .fc-metrics { grid-template-columns: 1fr 1fr; }
  .footer-grid.home5 { grid-template-columns: 1fr 1fr; }
}
