.smartive3-page {
  --blue: #165DFF;
  --deep-blue: #0F3FD9;
  --blue-700: #0B2E9E;
  --orange: #FF6B00;
  --green-wa: #25D366;
  --ink: #0B1533;
  --ink-soft: #4A5568;
  --muted: #8A93A6;
  --line: #E7ECF6;
  --surface: #FFFFFF;
  --tint: #F4F7FE;
  --tint-2: #EEF3FF;
  --navy: #081029;
  --radius: 18px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(11,21,51,0.04), 0 2px 8px rgba(11,21,51,0.04);
  --shadow-md: 0 6px 24px rgba(11,21,51,0.06), 0 2px 6px rgba(11,21,51,0.04);
  --shadow-lg: 0 24px 60px rgba(15,63,217,0.12), 0 8px 24px rgba(11,21,51,0.06);
  --shadow-blue: 0 12px 34px rgba(22,93,255,0.28);
}
.smartive3-page * { margin: 0; padding: 0; box-sizing: border-box; }
.smartive3-page { scroll-behavior: smooth; }
.smartive3-page { font-family: 'Inter', sans-serif; background: var(--surface); color: var(--ink); overflow-x: hidden; -webkit-font-smoothing: antialiased; letter-spacing: -0.01em; }
.smartive3-page h1, .smartive3-page h2, .smartive3-page h3, .smartive3-page h4, .smartive3-page .ftitle, .smartive3-page .dash-title { font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.02em; }
.smartive3-page ::selection { background: rgba(22,93,255,0.15); }
.smartive3-page .hero { padding: 132px 5% 88px; background:
    radial-gradient(60% 50% at 78% 18%, rgba(255,107,0,0.08) 0%, transparent 60%),
    radial-gradient(70% 60% at 12% 12%, rgba(22,93,255,0.10) 0%, transparent 55%),
    linear-gradient(180deg, #F7F9FF 0%, #FFFFFF 70%);
  display: flex; align-items: center; position: relative; }
.smartive3-page .hero-inner { max-width: 1220px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 54px; width: 100%; text-align: center; }
.smartive3-page .hero-content { max-width: 880px; }
.smartive3-page .hero-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.9); border: 1px solid var(--line); box-shadow: var(--shadow-sm); padding: 7px 16px; border-radius: 100px; font-size: 12.5px; font-weight: 600; color: var(--ink-soft); margin-bottom: 24px; }
.smartive3-page .dot { width: 7px; height: 7px; background: var(--green-wa); border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,0.5); animation: pulse-ring 1.8s infinite; }
@keyframes pulse-ring { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 0 0 6px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
.smartive3-page .hero h1 { font-size: clamp(32px, 4.4vw, 54px); font-weight: 800; line-height: 1.08; margin-bottom: 22px; color: var(--ink); letter-spacing: -0.03em; }
.smartive3-page .hero h1 .hl-blue { color: var(--blue); }
.smartive3-page .hero h1 .hl-wa { background: linear-gradient(120deg, var(--blue), var(--green-wa)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.smartive3-page .hero-subtitle { font-size: 17px; line-height: 1.65; color: var(--ink-soft); margin: 0 auto 32px; max-width: 620px; }
.smartive3-page .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.smartive3-page .btn-hero-primary { display: inline-flex; align-items: center; gap: 8px; padding: 16px 30px; background: var(--blue); color: #fff; border-radius: 12px; font-size: 15px; font-weight: 600; border: none; cursor: pointer; transition: all 0.25s; font-family: 'Inter', sans-serif; box-shadow: var(--shadow-blue); }
.smartive3-page .btn-hero-primary:hover { background: var(--deep-blue); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(22,93,255,0.34); }
.smartive3-page .btn-hero-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 16px 28px; background: #fff; color: var(--ink); border: 1.5px solid var(--line); border-radius: 12px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.25s; font-family: 'Inter', sans-serif; box-shadow: var(--shadow-sm); }
.smartive3-page .btn-hero-secondary:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.smartive3-page .hero-stats { display: flex; gap: 30px; flex-wrap: wrap; }
.smartive3-page .hero-stat-num { font-size: 28px; font-weight: 800; color: var(--blue); line-height: 1; font-family: 'Plus Jakarta Sans', sans-serif; }
.smartive3-page .hero-stat-label { font-size: 12px; color: var(--muted); font-weight: 500; margin-top: 5px; line-height: 1.4; }
.smartive3-page .hero-showcase { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.smartive3-page .hero-dashboard { position: relative; width: 100%; max-width: 1000px; margin: 0 20px; }
.smartive3-page .hero-dashboard > img { width: 100%; display: block; border-radius: 20px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.smartive3-page .dash-badge { position: absolute; background: #fff; border-radius: 18px; padding: 15px 16px 13px; text-align: center; z-index: 3; width: 132px; box-shadow: 0 22px 46px rgba(11,21,51,0.20); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.smartive3-page .dash-badge-left { left: -30px; top: 58%; transform: translateY(-50%); box-shadow: 0 0 0 4px rgba(37,211,102,0.12), 0 22px 46px rgba(8,40,22,0.22); }
.smartive3-page .dash-badge-right { right: -30px; top: 46%; transform: translateY(-50%); box-shadow: 0 0 0 4px rgba(22,93,255,0.12), 0 22px 46px rgba(8,24,64,0.22); }
.smartive3-page .dash-badge-left:hover { transform: translateY(calc(-50% - 6px)); box-shadow: 0 0 0 4px rgba(37,211,102,0.18), 0 32px 62px rgba(8,40,22,0.30); }
.smartive3-page .dash-badge-right:hover { transform: translateY(calc(-50% - 6px)); box-shadow: 0 0 0 4px rgba(22,93,255,0.18), 0 32px 62px rgba(8,24,64,0.30); }
.smartive3-page .db-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; }
.smartive3-page .db-icon svg { width: 21px; height: 21px; }
.smartive3-page .db-green { background: rgba(37,211,102,0.14); color: var(--green-wa); }
.smartive3-page .db-num { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; line-height: 1; letter-spacing: -0.03em; }
.smartive3-page .db-num-green { font-size: 34px; color: #12B76A; }
.smartive3-page .db-num-blue { font-size: 38px; color: var(--blue); }
.smartive3-page .db-num-blue span { font-size: 20px; }
.smartive3-page .db-label { font-size: 12.5px; font-weight: 600; color: var(--ink); margin-top: 5px; }
.smartive3-page .db-toplabel { font-size: 11.5px; font-weight: 600; color: var(--blue); line-height: 1.25; margin-bottom: 8px; }
.smartive3-page .db-sub { font-size: 14px; font-weight: 700; color: var(--blue); margin-top: 2px; }
.smartive3-page .db-trend { display: block; margin: 9px auto 0; width: 42px; height: 18px; }
.smartive3-page .db-trend-green { color: #12B76A; }
.smartive3-page .db-trend-blue { color: var(--blue); }
.smartive3-page .hero-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; width: 100%; max-width: 1000px; margin: 0 20px; }
.smartive3-page .hero-feat { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 15px 17px; box-shadow: 0 10px 26px rgba(11,21,51,0.10); transition: transform .2s ease, box-shadow .2s ease; }
.smartive3-page .hero-feat:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(11,21,51,0.14); }
.smartive3-page .hf-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.smartive3-page .hf-icon svg { width: 23px; height: 23px; }
.smartive3-page .hf-blue { background: rgba(22,93,255,0.12); color: var(--blue); }
.smartive3-page .hf-green { background: rgba(18,183,106,0.14); color: #12B76A; }
.smartive3-page .hf-purple { background: rgba(124,58,237,0.13); color: #7C3AED; }
.smartive3-page .hf-orange { background: rgba(255,107,0,0.14); color: var(--orange); }
.smartive3-page .hf-text { font-weight: 700; font-size: 13.5px; color: var(--ink); line-height: 1.3; text-align: left; }
@media (max-width: 768px) {
  .smartive3-page .hero-features { grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 520px; }
  .smartive3-page .hf-text { font-size: 12.5px; }
  .smartive3-page .hf-icon { width: 40px; height: 40px; }
}
@media (max-width: 340px) {
  .smartive3-page .hero-features { grid-template-columns: 1fr; max-width: 300px; }
}
.smartive3-page .stats-strip { background: #fff; padding: 12px 5% 46px; }
.smartive3-page .stats-strip-inner { max-width: 1000px; margin: 0 auto; background: linear-gradient(180deg, #fff, #FBFCFF); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 30px 44px; display: flex; align-items: center; justify-content: space-around; gap: 24px; position: relative; z-index: 5; }
.smartive3-page .stat-strip-item { text-align: center; flex: 1; }
.smartive3-page .stat-strip-num { font-size: 38px; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 8px; font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.03em; }
.smartive3-page .stat-strip-label { font-size: 13px; color: var(--ink-soft); font-weight: 500; line-height: 1.4; }
.smartive3-page .stat-strip-divider { width: 1px; height: 52px; background: var(--line); }
@media (max-width: 768px) {.smartive3-page .stats-strip-inner { flex-direction: column; padding: 26px; }
.smartive3-page .stat-strip-divider { width: 60%; height: 1px; }
}
.smartive3-page .hero-visual { position: relative; }
.smartive3-page .dashboard-card { background: #fff; border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); position: relative; z-index: 2; }
.smartive3-page .dashboard-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.smartive3-page .dash-title { font-size: 14px; font-weight: 700; color: var(--ink); }
.smartive3-page .dash-status { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #12B76A; font-weight: 600; }
.smartive3-page .dash-status-dot { width: 8px; height: 8px; background: #12B76A; border-radius: 50%; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.smartive3-page .stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.smartive3-page .stat-box { background: var(--tint); border: 1px solid var(--line); border-radius: 14px; padding: 13px; text-align: center; }
.smartive3-page .stat-label { font-size: 11px; color: var(--muted); font-weight: 500; }
.smartive3-page .stat-value { font-size: 21px; font-weight: 800; color: var(--ink); font-family: 'Plus Jakarta Sans', sans-serif; }
.smartive3-page .stat-change { font-size: 11px; color: #12B76A; font-weight: 600; }
.smartive3-page .chat-preview { display: flex; flex-direction: column; gap: 8px; }
.smartive3-page .chat-item { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 12px; transition: background 0.2s; }
.smartive3-page .chat-item:hover { background: var(--tint); }
.smartive3-page .avatar { width: 38px; height: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; flex-shrink: 0; }
.smartive3-page .avatar.blue { background: linear-gradient(135deg, var(--blue), var(--deep-blue)); }
.smartive3-page .avatar.orange { background: linear-gradient(135deg, #FF8A3D, var(--orange)); }
.smartive3-page .avatar.green { background: linear-gradient(135deg, #34D77E, #12B76A); }
.smartive3-page .chat-info { flex: 1; min-width: 0; }
.smartive3-page .chat-name { font-size: 13px; font-weight: 600; color: var(--ink); }
.smartive3-page .chat-msg { font-size: 11px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.smartive3-page .chat-meta { text-align: right; flex-shrink: 0; }
.smartive3-page .chat-time { font-size: 11px; color: #C3C9D6; }
.smartive3-page .badge-count { display: inline-block; background: var(--blue); color: #fff; font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 100px; margin-top: 3px; }
.smartive3-page .float-card { position: absolute; background: #fff; border-radius: 16px; padding: 14px 18px; box-shadow: var(--shadow-lg); z-index: 3; min-width: 158px; border: 1px solid var(--line); }
.smartive3-page .fc1 { top: -22px; right: -22px; }
.smartive3-page .fc2 { bottom: -22px; left: -22px; }
.smartive3-page .fc-icon { font-size: 20px; margin-bottom: 4px; }
.smartive3-page .fc-label { font-size: 10px; color: var(--muted); font-weight: 500; }
.smartive3-page .fc-value { font-size: 20px; font-weight: 800; color: var(--ink); font-family: 'Plus Jakarta Sans', sans-serif; }
.smartive3-page .fc-change { font-size: 11px; color: #12B76A; font-weight: 600; }
.smartive3-page .trusted-section { background: var(--navy); padding: 38px 0; overflow: hidden; }
.smartive3-page .trusted-inner-marquee { max-width: 100%; }
.smartive3-page .trusted-label { display: block; text-align: center; font-size: 12px; color: rgba(255,255,255,0.42); font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 22px; padding: 0 5%; }
.smartive3-page .marquee { position: relative; width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.smartive3-page .marquee-track { display: flex; width: max-content; gap: 18px; animation: marquee-scroll 46s linear infinite; }
.smartive3-page .marquee:hover .marquee-track { animation-play-state: paused; }
.smartive3-page .marquee-logo { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; height: 74px; padding: 0 26px; background: #fff; border-radius: 14px; box-shadow: 0 6px 20px rgba(0,0,0,0.22); }
.smartive3-page .marquee-logo img { height: 42px; width: auto; max-width: 148px; object-fit: contain; display: block; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.smartive3-page .section-inner { max-width: 1220px; margin: 0 auto; }
.smartive3-page .section-center { text-align: center; }
.smartive3-page .section-center .section-desc { margin-left: auto; margin-right: auto; }
.smartive3-page .section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 16px; }
.smartive3-page .section-label::before { content: ''; width: 22px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--orange)); border-radius: 2px; }
.smartive3-page .section-center .section-label { justify-content: center; }
.smartive3-page .section-title { font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; line-height: 1.15; color: var(--ink); margin-bottom: 18px; letter-spacing: -0.03em; }
.smartive3-page .section-desc { font-size: 16.5px; color: var(--ink-soft); line-height: 1.65; max-width: 640px; margin-bottom: 52px; }
.smartive3-page .problem-section { padding: 100px 5%; background: var(--tint); }
.smartive3-page .problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; }
.smartive3-page .problem-card { padding: 30px 26px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; }
.smartive3-page .problem-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--orange), #FFA76B); }
.smartive3-page .problem-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.smartive3-page .problem-icon { font-size: 30px; margin-bottom: 16px; }
.smartive3-page .problem-title { font-size: 15.5px; font-weight: 700; color: var(--ink); margin-bottom: 9px; }
.smartive3-page .problem-desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.smartive3-page .solution-section { padding: 100px 5%; background: #fff; text-align: center; }
.smartive3-page .solution-seo { max-width: 880px; margin: 0 auto; }
.smartive3-page .solution-seo p { font-size: 16.5px; line-height: 1.85; color: var(--ink-soft); margin-bottom: 18px; text-align: center; }
.smartive3-page .solution-seo strong { color: var(--blue); font-weight: 600; }
.smartive3-page .solution-banner { max-width: 1080px; margin: 44px auto 0; background: linear-gradient(135deg, var(--blue) 0%, var(--deep-blue) 100%); border-radius: var(--radius-lg); padding: 58px 40px; color: #fff; position: relative; overflow: hidden; }
.smartive3-page .solution-pills { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.smartive3-page .solution-pill { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25); padding: 12px 22px; border-radius: 100px; font-size: 14px; font-weight: 600; }
.smartive3-page .solution-banner h3 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; line-height: 1.25; }
.smartive3-page .solution-banner p { font-size: 16px; color: rgba(255,255,255,0.82); margin-top: 14px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.smartive3-page .benefits-section { padding: 100px 5%; background: var(--tint); }
.smartive3-page .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.smartive3-page .benefit-card { padding: 32px 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.smartive3-page .benefit-card:hover { border-color: rgba(22,93,255,0.35); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.smartive3-page .benefit-icon { font-size: 34px; margin-bottom: 16px; }
.smartive3-page .benefit-title { font-size: 16.5px; font-weight: 700; color: var(--ink); margin-bottom: 9px; font-family: 'Plus Jakarta Sans', sans-serif; }
.smartive3-page .benefit-desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.smartive3-page .features-section { padding: 100px 5%; background: #fff; }
.smartive3-page .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.smartive3-page .feature-card { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.smartive3-page .feature-card:hover { border-color: rgba(22,93,255,0.35); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.smartive3-page .feature-card.featured { grid-column: span 2; background: linear-gradient(135deg, #1B62FF 0%, #0F3FD9 100%); border-color: transparent; display: flex; gap: 20px; align-items: center; box-shadow: var(--shadow-blue); position: relative; overflow: hidden; }
.smartive3-page .feature-card.featured::after { content: ''; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 70%); }
.smartive3-page .feature-card.featured .ftitle, .smartive3-page .feature-card.featured .ftagline { color: #fff; }
.smartive3-page .feature-card.featured .fdesc { color: rgba(255,255,255,0.82); }
.smartive3-page .feature-icon-box { width: 58px; height: 58px; background: transparent; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-bottom: 18px; }
.smartive3-page .feature-icon-box img { width: 100%; height: 100%; object-fit: contain; display: block; filter: drop-shadow(0 6px 12px rgba(11,21,51,0.12)); }
.smartive3-page .feature-card.featured .feature-icon-box { background: transparent; margin-bottom: 0; width: 76px; height: 76px; position: relative; z-index: 1; }
.smartive3-page .ftagline { font-size: 14px; font-weight: 700; color: var(--blue); margin-bottom: 7px; line-height: 1.4; }
.smartive3-page .ftitle { font-size: 16.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.smartive3-page .fdesc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; }
.smartive3-page .why-section { padding: 100px 5%; background: linear-gradient(135deg, var(--blue) 0%, var(--deep-blue) 100%); position: relative; overflow: hidden; }
.smartive3-page .why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 52px; }
.smartive3-page .why-card { text-align: center; padding: 30px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform 0.3s, box-shadow 0.3s; }
.smartive3-page .why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.smartive3-page .why-icon { width: 60px; height: 60px; margin: 0 auto 18px; background: linear-gradient(135deg, rgba(22,93,255,0.1), rgba(255,107,0,0.08)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 27px; }
.smartive3-page .why-icon svg { width: 31px; height: 31px; display: block; }
.smartive3-page .why-ai-mark { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(135deg, rgba(22,93,255,0.16), rgba(255,107,0,0.12)); color: var(--blue); font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 800; letter-spacing: -0.04em; box-shadow: inset 0 0 0 1px rgba(22,93,255,0.16); }
.smartive3-page .why-noc-icon { color: var(--blue); }
.smartive3-page .why-title { font-size: 14.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.smartive3-page .why-desc { font-size: 12.5px; color: var(--ink-soft); line-height: 1.55; }
.smartive3-page .why-section::before { content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,0.10) 1.2px, transparent 1.3px), radial-gradient(circle at 85% 12%, rgba(255,255,255,0.16), transparent 42%), radial-gradient(circle at 10% 90%, rgba(255,107,0,0.14), transparent 40%);
  background-size: 24px 24px, 100% 100%, 100% 100%; }
.smartive3-page .why-section > * { position: relative; z-index: 1; }
.smartive3-page .why-section .section-label { color: #EAF1FF; }
.smartive3-page .why-section .section-label::before { background: linear-gradient(90deg, #ffffff, rgba(255,255,255,0.25)); }
.smartive3-page .why-section .why-card { border-color: transparent; box-shadow: 0 20px 44px rgba(8,16,41,0.30); }
.smartive3-page .industries-section { padding: 100px 5%; background: #fff; }
.smartive3-page .ind-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 44px; }
.smartive3-page .ind-tab { padding: 12px 24px; border-radius: 100px; font-size: 14px; font-weight: 600; border: 1.5px solid var(--line); background: #fff; color: var(--ink-soft); cursor: pointer; transition: all 0.2s; font-family: 'Inter', sans-serif; display: flex; align-items: center; gap: 8px; }
.smartive3-page .ind-tab.active, .smartive3-page .ind-tab:hover { border-color: transparent; background: var(--blue); color: #fff; box-shadow: var(--shadow-blue); }
.smartive3-page .ind-panel { display: none; max-width: 980px; margin: 0 auto; }
.smartive3-page .ind-panel.active { display: block; }
.smartive3-page .ind-panel-head { text-align: center; margin-bottom: 34px; }
.smartive3-page .ind-panel-head h3 { font-size: 27px; font-weight: 800; color: var(--ink); margin-bottom: 9px; }
.smartive3-page .ind-panel-head p { font-size: 15px; color: var(--ink-soft); }
.smartive3-page .ind-usecase-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.smartive3-page .ind-usecase { background: var(--tint); border: 1px solid var(--line); border-radius: 16px; padding: 24px 20px; transition: all 0.3s; }
.smartive3-page .ind-usecase:hover { background: #fff; box-shadow: var(--shadow-md); transform: translateY(-4px); }
.smartive3-page .ind-uc-num { font-size: 13px; font-weight: 800; color: var(--blue); margin-bottom: 10px; font-family: 'Plus Jakarta Sans', sans-serif; }
.smartive3-page .ind-uc-title { font-size: 14.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.smartive3-page .ind-uc-desc { font-size: 12.5px; color: var(--ink-soft); line-height: 1.55; }
.smartive3-page .video-section { padding: 92px 5%; background: var(--tint); text-align: center; }
.smartive3-page .video-placeholder { max-width: 900px; margin: 0 auto; background: linear-gradient(135deg, #0E1A3D, #0A1230); border-radius: var(--radius-lg); aspect-ratio: 16/9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,0.06); }
.smartive3-page .video-placeholder .play-icon { width: 72px; height: 72px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 26px; box-shadow: 0 0 0 10px rgba(22,93,255,0.18); cursor: pointer; transition: transform 0.2s; }
.smartive3-page .video-placeholder .play-icon:hover { transform: scale(1.08); }
.smartive3-page .video-placeholder p { font-size: 14px; color: rgba(255,255,255,0.5); font-weight: 500; }
.smartive3-page .video-embed { max-width: 1040px; margin: 0 auto; }
.smartive3-page .animatic-frame { width: 100%; height: 660px; border: 0; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); background: var(--navy); overflow: hidden; }
@media (max-width: 640px) {.smartive3-page .animatic-frame { height: 460px; }
}
.smartive3-page .cta-form-section { padding: 100px 5%; background: linear-gradient(135deg, var(--deep-blue) 0%, var(--blue-700) 100%); position: relative; overflow: hidden; }
.smartive3-page .cta-form-section::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.smartive3-page .cta-form-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; position: relative; z-index: 1; }
.smartive3-page .cta-form-text h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; color: #fff; line-height: 1.14; margin-bottom: 18px; letter-spacing: -0.03em; }
.smartive3-page .cta-form-text h2 span { color: #FFC94D; }
.smartive3-page .cta-form-text p { font-size: 16.5px; color: rgba(255,255,255,0.82); line-height: 1.65; margin-bottom: 30px; }
.smartive3-page .cta-checklist { list-style: none; display: flex; flex-direction: column; gap: 13px; }
.smartive3-page .cta-checklist li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: #fff; font-weight: 500; }
.smartive3-page .cta-check { width: 24px; height: 24px; background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }
.smartive3-page .form-card { background: #fff; border-radius: var(--radius-lg); padding: 38px; box-shadow: 0 40px 90px rgba(4,12,40,0.4); }
.smartive3-page .form-card h3 { font-size: 21px; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.smartive3-page .form-card .form-sub { font-size: 13px; color: var(--muted); margin-bottom: 26px; }
.smartive3-page .form-group { margin-bottom: 17px; }
.smartive3-page .form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.smartive3-page .form-group input { width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; font-size: 14px; font-family: 'Inter', sans-serif; color: var(--ink); transition: border 0.2s, box-shadow 0.2s; background: #FCFDFF; }
.smartive3-page .form-group input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,93,255,0.1); background: #fff; }
.smartive3-page .form-group input::placeholder { color: #B8BFCE; }
.smartive3-page .btn-form-submit { width: 100%; padding: 16px; background: var(--green-wa); color: #fff; border: none; border-radius: 12px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: 'Inter', sans-serif; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.25s; margin-top: 8px; box-shadow: 0 10px 26px rgba(37,211,102,0.32); }
.smartive3-page .btn-form-submit:hover { background: #1DA851; transform: translateY(-2px); }
.smartive3-page .form-note { font-size: 11px; color: var(--muted); text-align: center; margin-top: 15px; line-height: 1.5; }
.smartive3-page .wa-icon-sm { width: 20px; height: 20px; fill: #fff; }
@media (max-width: 1024px) {.smartive3-page .problem-grid { grid-template-columns: repeat(2, 1fr); }
.smartive3-page .benefits-grid { grid-template-columns: repeat(2, 1fr); }
.smartive3-page .why-grid { grid-template-columns: repeat(3, 1fr); }
.smartive3-page .features-grid { grid-template-columns: repeat(2, 1fr); }
.smartive3-page .feature-card.featured { grid-column: span 2; }
.smartive3-page .ind-usecase-grid { grid-template-columns: repeat(2, 1fr); }
.smartive3-page .cta-form-inner { grid-template-columns: 1fr; gap: 38px; }
.smartive3-page .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {.smartive3-page nav { padding: 0 4%; }
.smartive3-page .nav-links { display: none; }
.smartive3-page .hero { padding: 108px 6% 70px; }
.smartive3-page .hero-inner { grid-template-columns: 1fr; gap: 44px; }
.smartive3-page .hero-dashboard { max-width: 520px; margin: 0 auto; }
.smartive3-page .dash-badge { width: 104px; padding: 11px 12px; }
.smartive3-page .dash-badge-left { left: -14px; }
.smartive3-page .dash-badge-right { right: -14px; }
.smartive3-page .db-num-green { font-size: 27px; }
.smartive3-page .db-num-blue { font-size: 30px; }
.smartive3-page .problem-grid { grid-template-columns: 1fr; }
.smartive3-page .benefits-grid { grid-template-columns: 1fr; }
.smartive3-page .why-grid { grid-template-columns: repeat(2, 1fr); }
.smartive3-page .features-grid { grid-template-columns: 1fr; }
.smartive3-page .feature-card.featured { grid-column: span 1; flex-direction: column; align-items: flex-start; }
.smartive3-page .ind-usecase-grid { grid-template-columns: 1fr; }
.smartive3-page .footer-grid { grid-template-columns: 1fr; }
}


/* WordPress integration and scoped theme-mode support. */
.smartive3-page {
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.smartive3-page a { text-decoration: none; }

.smartive3-page .hero { padding-top: clamp(108px, 10vw, 140px); }

.smartive3-page .smartive3-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.smartive3-page .smartive3-visible {
  opacity: 1;
  transform: translateY(0);
}

.smartive3-page .trusted-section {
  background: transparent;
  padding: 72px 0 64px;
  border-top: 1px solid rgba(138, 147, 166, 0.14);
  border-bottom: 1px solid rgba(138, 147, 166, 0.14);
}

.smartive3-page .trusted-label {
  color: #7f8ca3;
  margin-bottom: 30px;
  letter-spacing: 0.34em;
}

.smartive3-page .marquee {
  padding: 0 5%;
}

.smartive3-page .marquee-track {
  align-items: center;
  gap: 0;
  animation: smartive3-marquee-scroll 48s linear infinite;
}

.smartive3-page .marquee-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 30px;
  padding-right: 30px;
}

.smartive3-page .marquee-logo {
  width: 214px;
  height: 96px;
  padding: 20px 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 21, 51, 0.06);
}

.smartive3-page .marquee-logo img {
  max-width: 154px;
  max-height: 52px;
  height: auto;
}

@keyframes smartive3-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

body:not(.theme-light) .smartive3-page {
  --blue: #ff7035;
  --deep-blue: #f05a24;
  --blue-700: #bf3d13;
  --shadow-blue: 0 14px 34px rgba(255,112,53,0.28);
  --ink: #F5F7FB;
  --ink-soft: #AAB4C7;
  --muted: #717C91;
  --line: rgba(255,255,255,0.10);
  --surface: #070A14;
  --tint: #0B1020;
  --tint-2: #11182B;
  background: #070A14;
  color: var(--ink);
}

body:not(.theme-light) .smartive3-page .hero {
  background:
    radial-gradient(60% 50% at 78% 18%, rgba(255,107,0,0.11) 0%, transparent 60%),
    radial-gradient(70% 60% at 12% 12%, rgba(255,112,53,0.15) 0%, transparent 55%),
    linear-gradient(180deg, #080C18 0%, #070A14 72%);
}

body:not(.theme-light) .smartive3-page .hero-badge,
body:not(.theme-light) .smartive3-page .hero-feat,
body:not(.theme-light) .smartive3-page .stats-strip-inner,
body:not(.theme-light) .smartive3-page .problem-card,
body:not(.theme-light) .smartive3-page .benefit-card,
body:not(.theme-light) .smartive3-page .feature-card,
body:not(.theme-light) .smartive3-page .why-card,
body:not(.theme-light) .smartive3-page .ind-usecase,
body:not(.theme-light) .smartive3-page .form-card,
body:not(.theme-light) .smartive3-page .dash-badge {
  background: rgba(255,255,255,0.055);
  border-color: rgba(255,255,255,0.11);
  box-shadow: 0 18px 46px rgba(0,0,0,0.30);
}

body:not(.theme-light) .smartive3-page .solution-section,
body:not(.theme-light) .smartive3-page .industries-section {
  background: #070A14;
}

body:not(.theme-light) .smartive3-page .problem-section,
body:not(.theme-light) .smartive3-page .benefits-section,
body:not(.theme-light) .smartive3-page .features-section,
body:not(.theme-light) .smartive3-page .why-section,
body:not(.theme-light) .smartive3-page .video-section,
body:not(.theme-light) .smartive3-page .stats-strip {
  background: #0B1020;
}

body:not(.theme-light) .smartive3-page .trusted-section {
  background: #050713;
  border-color: rgba(255,255,255,0.08);
}

body:not(.theme-light) .smartive3-page .trusted-label {
  color: rgba(170, 180, 199, 0.52);
}

body:not(.theme-light) .smartive3-page .marquee-logo {
  background: linear-gradient(180deg, #f8fafc 0%, #dfe5ef 100%);
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 18px 44px rgba(0,0,0,0.34), inset 0 0 0 1px rgba(255,255,255,0.42);
}

body:not(.theme-light) .smartive3-page .marquee-logo img {
  filter: none;
  opacity: 1;
}

body:not(.theme-light) .smartive3-page .dash-badge {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(226,232,240,0.90);
  box-shadow: 0 22px 46px rgba(11,21,51,0.22);
  backdrop-filter: blur(10px);
}

body:not(.theme-light) .smartive3-page .dash-badge-left {
  box-shadow: 0 0 0 4px rgba(37,211,102,0.16), 0 22px 46px rgba(8,40,22,0.26);
}

body:not(.theme-light) .smartive3-page .dash-badge-right {
  box-shadow: 0 0 0 4px rgba(22,93,255,0.16), 0 22px 46px rgba(8,24,64,0.26);
}

body:not(.theme-light) .smartive3-page .dash-badge .db-label {
  color: #0B1533;
}

body:not(.theme-light) .smartive3-page .dash-badge .db-toplabel,
body:not(.theme-light) .smartive3-page .dash-badge .db-num-blue,
body:not(.theme-light) .smartive3-page .dash-badge .db-sub,
body:not(.theme-light) .smartive3-page .dash-badge .db-trend-blue {
  color: #165DFF;
}

body:not(.theme-light) .smartive3-page .dash-badge .db-num-green,
body:not(.theme-light) .smartive3-page .dash-badge .db-trend-green {
  color: #12B76A;
}

body:not(.theme-light) .smartive3-page .dash-badge .db-green {
  background: rgba(37,211,102,0.14);
  color: #25D366;
}

body:not(.theme-light) .smartive3-page .section-title,
body:not(.theme-light) .smartive3-page .hero h1,
body:not(.theme-light) .smartive3-page .problem-title,
body:not(.theme-light) .smartive3-page .benefit-title,
body:not(.theme-light) .smartive3-page .ftitle,
body:not(.theme-light) .smartive3-page .why-title,
body:not(.theme-light) .smartive3-page .ind-panel-head h3,
body:not(.theme-light) .smartive3-page .form-card h3,
body:not(.theme-light) .smartive3-page .form-group label,
body:not(.theme-light) .smartive3-page .chat-name,
body:not(.theme-light) .smartive3-page .dash-title,
body:not(.theme-light) .smartive3-page .hf-text,
body:not(.theme-light) .smartive3-page .db-label {
  color: var(--ink);
}

body:not(.theme-light) .smartive3-page .hero-subtitle,
body:not(.theme-light) .smartive3-page .section-desc,
body:not(.theme-light) .smartive3-page .solution-seo p,
body:not(.theme-light) .smartive3-page .problem-desc,
body:not(.theme-light) .smartive3-page .benefit-desc,
body:not(.theme-light) .smartive3-page .fdesc,
body:not(.theme-light) .smartive3-page .why-desc,
body:not(.theme-light) .smartive3-page .ind-panel-head p,
body:not(.theme-light) .smartive3-page .ind-uc-desc,
body:not(.theme-light) .smartive3-page .form-card .form-sub,
body:not(.theme-light) .smartive3-page .form-note,
body:not(.theme-light) .smartive3-page .chat-msg,
body:not(.theme-light) .smartive3-page .stat-strip-label {
  color: var(--ink-soft);
}

body:not(.theme-light) .smartive3-page .btn-hero-secondary,
body:not(.theme-light) .smartive3-page .ind-tab,
body:not(.theme-light) .smartive3-page .form-group input {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
  color: var(--ink);
}

body:not(.theme-light) .smartive3-page .ind-tab.active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

body:not(.theme-light) .smartive3-page .why-section .why-card {
  background: rgba(22, 28, 42, 0.86);
  border-color: rgba(255, 255, 255, 0.16);
}

body:not(.theme-light) .smartive3-page .cta-form-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 112, 53, 0.20), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(255, 112, 53, 0.24), transparent 36%),
    linear-gradient(135deg, #ff7035 0%, #f05a24 48%, #bf3d13 100%);
}

body:not(.theme-light) .smartive3-page .cta-form-section::before {
  opacity: 0.7;
}

body:not(.theme-light) .smartive3-page .cta-form-text h2 span {
  color: #ffd166;
  text-shadow: 0 10px 26px rgba(86, 22, 0, 0.28);
}

body:not(.theme-light) .smartive3-page .cta-form-text p,
body:not(.theme-light) .smartive3-page .cta-checklist li {
  color: rgba(255, 255, 255, 0.92);
}

body:not(.theme-light) .smartive3-page .cta-check {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.34);
}

body:not(.theme-light) .smartive3-page .cta-form-section .form-card {
  background: rgba(8, 12, 24, 0.88);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 42px 100px rgba(70, 16, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

body:not(.theme-light) .smartive3-page .cta-form-section .form-group input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

body:not(.theme-light) .smartive3-page .cta-form-section .form-group input:focus {
  border-color: #ffb547;
  box-shadow: 0 0 0 4px rgba(255, 112, 53, 0.16);
}

body:not(.theme-light) .smartive3-page .form-group input::placeholder {
  color: rgba(170,180,199,0.62);
}

@media (max-width: 768px) {
  .smartive3-page .trusted-section { padding: 54px 0 48px; }
  .smartive3-page .trusted-label { font-size: 10px; letter-spacing: 0.22em; }
  .smartive3-page .marquee { padding: 0; }
  .smartive3-page .marquee-track { gap: 0; animation-duration: 56s; }
  .smartive3-page .marquee-group { gap: 14px; padding-right: 14px; }
  .smartive3-page .marquee-logo { width: 148px; height: 82px; padding: 16px 20px; border-radius: 14px; }
  .smartive3-page .marquee-logo img { max-width: 112px; max-height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .smartive3-page *,
  .smartive3-page *::before,
  .smartive3-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .smartive3-page .marquee-track {
    animation-name: smartive3-marquee-scroll !important;
    animation-duration: 56s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
    animation-play-state: running !important;
  }
}
