@charset "utf-8";

* { -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: rgba(0,0,0,0); }

:root { --bg-primary: #06050f; --bg-secondary: #0a0818; --bg-card: #0f0c1e; --border: #1e1640; --border-hover: #7c3aed; --text-primary: #f0eeff; --text-secondary: #8b7fb8; --accent-purple: #7c3aed; --accent-pink: #a855f7; --accent-gradient: linear-gradient(135deg, #7c3aed, #a855f7); }

@keyframes violetDrift { 
  0% { background-position: 0% 0%; }
  25% { background-position: 100% 30%; }
  50% { background-position: 60% 100%; }
  75% { background-position: 10% 70%; }
  100% { background-position: 0% 0%; }
}

@keyframes glowPulse { 
  0%, 100% { opacity: 0.55; transform: scale(1) translate(0px, 0px); }
  33% { opacity: 0.75; transform: scale(1.15) translate(6%, -4%); }
  66% { opacity: 0.6; transform: scale(0.95) translate(-4%, 6%); }
}

*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }

html { scroll-behavior: smooth; text-size-adjust: 100%; }

body { font-family: "DM Sans", sans-serif; background-color: var(--bg-primary); color: var(--text-primary); font-size: 1rem; font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative; }

body::before, body::after { content: ""; position: fixed; border-radius: 50%; pointer-events: none; z-index: 0; filter: blur(80px); }

body::before { width: 70vw; height: 70vw; max-width: 600px; max-height: 600px; background: radial-gradient(circle, rgb(91, 33, 182) 0%, rgb(59, 7, 100) 45%, transparent 70%); top: -10%; right: -15%; animation: 12s ease-in-out 0s infinite normal none running glowPulse; }

body::after { width: 60vw; height: 60vw; max-width: 500px; max-height: 500px; background: radial-gradient(circle, rgb(76, 29, 149) 0%, rgb(46, 16, 101) 50%, transparent 70%); bottom: 5%; left: -10%; animation: 16s ease-in-out 0s infinite reverse none running glowPulse; }

#navbar, section, footer { position: relative; z-index: 1; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

address { font-style: normal; color: var(--text-secondary); font-size: 0.9rem; line-height: 1.6; margin-top: 8px; }

ul { list-style: none; }

.container { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; }

.section { padding-top: 64px; padding-bottom: 64px; }

@media (min-width: 768px) {
  .section { padding-top: 96px; padding-bottom: 96px; }
}

.btn-primary, .btn-ghost { display: inline-block; border-radius: 8px; padding: 14px 28px; font-family: "DM Sans", sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; transition: opacity 0.2s, border-color 0.2s, transform 0.2s; text-decoration: none; line-height: 1; }

.btn-primary { background: var(--accent-gradient); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }

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

.btn-ghost { background: transparent; border: 1px solid var(--border); color: var(--text-primary); }

.btn-ghost:hover { border-color: rgb(255, 255, 255); }

.card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 32px; transition: border-color 0.3s, transform 0.3s; }

.card:hover { border-color: var(--border-hover); transform: translateY(-4px); }

.card h3 { font-family: Syne, sans-serif; font-size: 1.15rem; font-weight: 700; margin: 16px 0px 10px; color: var(--text-primary); }

.card p { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.6; margin-bottom: 20px; }

.card-link { color: var(--accent-purple); font-size: 0.9rem; font-weight: 500; text-decoration: none; transition: opacity 0.2s; }

.card-link:hover { opacity: 0.75; }

.service-icon { stroke: var(--text-primary); display: block; }

.gradient-text { background: var(--accent-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s, transform 0.6s; }

.reveal.visible { opacity: 1; transform: translateY(0px); }

.section-header { text-align: center; margin-bottom: 56px; }

.section-heading { font-family: Syne, sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.15; margin-bottom: 14px; }

.section-subheading { color: var(--text-secondary); font-size: 1.05rem; max-width: 520px; margin: 0px auto; line-height: 1.7; }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }

.hero-dot-grid { position: absolute; inset: 0px; background-image: radial-gradient(circle, rgb(30, 22, 64) 1px, transparent 1px); background-size: 28px 28px; opacity: 0.55; pointer-events: none; }

.hero-content { position: relative; z-index: 1; padding-top: 120px; padding-bottom: 80px; }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--border); background: rgba(124, 58, 237, 0.08); border-radius: 999px; padding: 6px 14px; font-size: 0.8rem; color: var(--text-secondary); margin-bottom: 28px; font-family: "DM Sans", sans-serif; }

.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-pink); flex-shrink: 0; }

.hero-heading { font-family: Syne, sans-serif; font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 800; line-height: 1.1; margin-bottom: 20px; max-width: 720px; }

.hero-subtext { color: var(--text-secondary); font-size: 1.1rem; line-height: 1.7; max-width: 560px; margin-bottom: 36px; }

.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 0px; }

.hero-stats { display: flex; flex-wrap: wrap; gap: 32px; align-items: center; margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--border); }

.stat-item { display: flex; flex-direction: column; gap: 4px; }

.stat-number { font-family: Syne, sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--text-primary); line-height: 1; }

.stat-label { font-size: 0.85rem; color: var(--text-secondary); }

.stat-divider { width: 1px; height: 40px; background: var(--border); display: none; }

@media (min-width: 480px) {
  .stat-divider { display: block; }
}

.services-section { padding-top: 64px; padding-bottom: 64px; }

@media (min-width: 768px) {
  .services-section { padding-top: 96px; padding-bottom: 96px; }
}

.services-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }

@media (min-width: 600px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}

.chatbot-section { background: transparent; padding-top: 64px; padding-bottom: 64px; }

@media (min-width: 768px) {
  .chatbot-section { padding-top: 96px; padding-bottom: 96px; }
}

.chatbot-inner { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }

@media (min-width: 768px) {
  .chatbot-inner { grid-template-columns: 1fr 1fr; gap: 64px; }
}

.chatbot-copy h2 { font-family: Syne, sans-serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 14px; line-height: 1.2; }

.chatbot-copy p { color: var(--text-secondary); line-height: 1.7; font-size: 1rem; }

.chatbot-panel { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }

.chat-header { background: rgb(13, 20, 36); border-bottom: 1px solid var(--border); padding: 14px 20px; display: flex; align-items: center; gap: 12px; }

.chat-dots { display: flex; gap: 6px; }

.chat-dots span { width: 10px; height: 10px; border-radius: 50%; display: block; }

.chat-title { font-size: 0.85rem; color: var(--text-secondary); font-family: "DM Sans", sans-serif; }

#chat-messages { height: 280px; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 12px; scrollbar-width: thin; scrollbar-color: var(--border) transparent; }

#chat-messages::-webkit-scrollbar { width: 4px; }

#chat-messages::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }

.chat-msg { font-size: 0.9rem; line-height: 1.5; max-width: 80%; padding: 10px 14px; word-break: break-word; }

.chat-bot { align-self: flex-start; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 0px 12px 12px; color: var(--text-primary); }
.chat-typing { opacity: 0.6; font-style: italic; }

.chat-user { align-self: flex-end; background: var(--accent-purple); border-radius: 12px 0px 12px 12px; color: rgb(255, 255, 255); }

.chat-input-row { border-top: 1px solid var(--border); display: flex; align-items: center; }

#chat-input { flex: 1 1 0%; background: transparent; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; outline: none; padding: 16px 20px; color: var(--text-primary); font-family: "DM Sans", sans-serif; font-size: 0.95rem; }

#chat-input::placeholder { color: var(--text-secondary); }

#chat-send { background: var(--accent-gradient); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 8px; padding: 10px 20px; color: rgb(255, 255, 255); font-weight: 600; font-family: "DM Sans", sans-serif; font-size: 0.9rem; cursor: pointer; margin: 8px; transition: opacity 0.2s; }

#chat-send:hover { opacity: 0.85; }

.cta-section { padding-top: 64px; padding-bottom: 64px; }

@media (min-width: 768px) {
  .cta-section { padding-top: 96px; padding-bottom: 96px; }
}

.cta-card { max-width: 700px; margin: 0px auto; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 48px 32px; text-align: center; }

@media (min-width: 768px) {
  .cta-card { padding: 64px 48px; }
}

.cta-card h2 { font-family: Syne, sans-serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 14px; line-height: 1.2; }

.cta-card p { color: var(--text-secondary); font-size: 1rem; line-height: 1.7; margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; }

.form-group { margin-bottom: 20px; }

.form-group label { display: block; font-size: 0.875rem; color: var(--text-secondary); margin-bottom: 8px; font-weight: 500; }

.form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 14px 16px; color: var(--text-primary); font-family: "DM Sans", sans-serif; font-size: 1rem; outline: none; transition: border-color 0.2s; appearance: none; }

.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-secondary); }

.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent-purple); }

.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; }

.form-group select option { background: var(--bg-card); color: var(--text-primary); }

.form-group textarea { resize: vertical; min-height: 120px; }

.btn-full { width: 100%; text-align: center; display: block; }

.faq-list { max-width: 720px; margin: 32px auto 0; display: flex; flex-direction: column; gap: 20px; }

.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 24px 28px; }

.faq-item h3 { font-size: 1.05rem; margin-bottom: 8px; }

.faq-item p { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.7; margin: 0; }

