/* ============================================
   CASAGATE - Landing Page Styles
   ============================================ */

:root {
  --primary: #536DFE;
  --primary-dark: #3D4DB8;
  --accent: #F9A825;
  --accent-deep: #E65100;
  --bg: #FFFFFF;
  --text: #0F172A;
  --text-muted: #475569;
  --border: #E2E8F0;
  --light-bg: #F8FAFC;
  --gradient: linear-gradient(135deg, #536DFE 0%, #F9A825 100%);
  --gradient-soft: linear-gradient(135deg, rgba(83, 109, 254, 0.1) 0%, rgba(249, 168, 37, 0.1) 100%);
  --blob-blur: 80px;
  --blob-blue: linear-gradient(135deg, rgba(91, 120, 251, 0.38) 0%, rgba(99, 102, 241, 0.18) 100%);
  --blob-violet: linear-gradient(135deg, rgba(249, 168, 37, 0.32) 0%, rgba(91, 120, 251, 0.14) 100%);
  --blob-cyan: linear-gradient(135deg, rgba(91, 120, 251, 0.3) 0%, rgba(249, 168, 37, 0.16) 100%);
  --blob-emerald: linear-gradient(135deg, rgba(249, 168, 37, 0.28) 0%, rgba(91, 120, 251, 0.12) 100%);
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 4px 20px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 10px 40px rgba(91, 120, 251, 0.14);
  --radius: 12px;
  --radius-lg: 20px;
  --radius-pill: 14px;
  --transition: all 0.3s ease;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Poppins', var(--font-body);
  --font: var(--font-body);
}

/* Project-wide pill card shape */
.feature-card,
.module-card,
.benefit-card,
.testimonial-card,
.pricing-card,
.contact-form-card,
.early-access-card,
.snake-card,
.timeline-card,
.dash-card,
.compare-table-wrap,
.problem-solution-card,
.modal-content {
  border-radius: var(--radius-pill);
  clip-path: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.7;
}

/* ---- Phosphor Icons ---- */
.ph-fill,
.ph-duotone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: -0.15em;
  line-height: 1;
  flex-shrink: 0;
}

.ph-duotone {
  --ph-duotone-color: var(--primary);
  color: var(--accent);
}

.timeline-icon .ph-duotone,
.dash-card .ph-duotone,
.dash-card .ph-fill,
.sidebar-item .ph-duotone,
.trust-logo .ph-duotone,
.hero-badge .ph-duotone {
  font-size: 1rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
}

.feature-list .ph-fill,
.module-card .ph-fill,
.pricing-features .ph-fill,
.benefit-list .ph-fill {
  color: var(--accent);
  font-size: 0.85rem;
}

.ph-spin {
  animation: ph-spin 0.75s linear infinite;
}

@keyframes ph-spin {
  to { transform: rotate(360deg); }
}

.brand-text {
  font-family: 'Changa', var(--font-heading);
  font-weight: 800;
  text-transform: lowercase;
  letter-spacing: -0.02em;
}

.brand-word {
  font-family: 'Changa', var(--font-heading);
  font-weight: 800;
  text-transform: lowercase;
  letter-spacing: -0.02em;
}

.brand-casa {
  color: #536DFE;
}

.brand-gate {
  color: var(--accent);
}

.dev-pill {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(249, 168, 37, 0.15);
  color: #C77800;
  padding: 0.2rem 0.5rem;
  border-radius: 50px;
  line-height: 1;
}

.dashboard-preview-label {
  position: absolute;
  top: 3.5rem;
  right: 1rem;
  background: #FEF3C7;
  color: #B45309;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.6rem;
  border-radius: 50px;
  z-index: 2;
}

.pricing-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 720px;
  margin: -1.5rem auto 2.5rem;
  padding: 1rem 1.25rem;
  background: #FFFBEB;
  border: 1px solid #FDE68A;
  border-radius: var(--radius);
  color: #92400E;
  font-size: 0.9rem;
  line-height: 1.6;
}

.pricing-disclaimer i {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.pricing-est {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.15rem;
}

.vision-icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-soft);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.vision-icon .ph-duotone {
  font-size: 1.35rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
}

.vision-title {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: 1.2;
  color: var(--text);
}

h1 { font-weight: 700; }
h2, h3, h4, h5, h6 { font-weight: 600; }

/* Card & component titles */
.feature-card h3,
.module-card h3,
.benefit-header h3,
.content-card h3,
.why-item h3,
.early-access-card h3,
.snake-card h3,
.pricing-card h3,
.blog-preview-card h3,
.problem-solution-card h3,
.contact-form-card h3,
.cta-box h2 {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  font-weight: 600;
}

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

/* ---- Buttons ---- */
.btn {
  font-family: var(--font-body);
  font-weight: 600;
  border-radius: 10px;
  padding: 0.6rem 1.5rem;
  transition: var(--transition);
  font-size: 1rem;
}

.btn-primary {
  background: var(--primary);
  border: none;
  color: #fff;
  box-shadow: 0 4px 14px rgba(83, 109, 254, 0.35);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--primary-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(83, 109, 254, 0.4);
}

.btn-outline-primary {
  border: 2px solid var(--primary);
  color: var(--primary);
  background: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1rem;
}

/* ---- Navbar ---- */
.navbar {
  padding: 0.85rem 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: var(--transition);
  z-index: 1050;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-sm);
  padding: 0.65rem 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--text) !important;
  text-decoration: none;
  padding: 0;
  margin-right: 0.5rem;
}

.brand-logo {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

.brand-logo--nav {
  height: 56px;
  width: auto;
}

.brand-logo--footer {
  height: 72px;
  width: auto;
  margin-bottom: 0.75rem;
}

.nav-link {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1rem;
  color: var(--text-muted) !important;
  padding: 0.5rem 1rem !important;
  transition: var(--transition);
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary) !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gradient);
  transition: var(--transition);
  transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 60%;
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 23, 42, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---- Sections ---- */
.section,
.trust-section,
.final-cta {
  position: relative;
  overflow: hidden;
}

.section > .container,
.trust-section > .container,
.final-cta > .container {
  position: relative;
  z-index: 1;
}

.section {
  padding: 5rem 0;
}

/* ---- Background gradient blobs ---- */
.section-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(var(--blob-blur));
  opacity: 0.9;
  will-change: transform;
}

.section-shapes--a .bg-shape:nth-child(1) {
  width: 380px;
  height: 380px;
  top: 0;
  right: 8%;
  background: var(--blob-violet);
}

.section-shapes--a .bg-shape:nth-child(2) {
  width: 300px;
  height: 300px;
  bottom: 10%;
  left: -6%;
  background: var(--blob-blue);
}

.section-shapes--a .bg-shape:nth-child(3) {
  width: 220px;
  height: 220px;
  top: 45%;
  left: 35%;
  background: var(--blob-cyan);
  opacity: 0.5;
}

.section-shapes--b .bg-shape:nth-child(1) {
  width: 340px;
  height: 340px;
  top: 5%;
  left: 4%;
  background: var(--blob-cyan);
}

.section-shapes--b .bg-shape:nth-child(2) {
  width: 420px;
  height: 420px;
  bottom: -5%;
  right: -4%;
  background: var(--blob-violet);
}

.section-shapes--b .bg-shape:nth-child(3) {
  width: 200px;
  height: 200px;
  top: 30%;
  right: 30%;
  background: var(--blob-blue);
  opacity: 0.45;
}

.section-shapes--c .bg-shape:nth-child(1) {
  width: 360px;
  height: 360px;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blob-blue);
}

.section-shapes--c .bg-shape:nth-child(2) {
  width: 320px;
  height: 320px;
  bottom: 8%;
  right: 6%;
  background: var(--blob-emerald);
}

.section-shapes--c .bg-shape:nth-child(3) {
  width: 240px;
  height: 240px;
  bottom: 20%;
  left: 8%;
  background: var(--blob-violet);
  opacity: 0.55;
}

.section-shapes--d .bg-shape:nth-child(1) {
  width: 400px;
  height: 400px;
  top: 12%;
  right: -6%;
  background: var(--blob-violet);
}

.section-shapes--d .bg-shape:nth-child(2) {
  width: 280px;
  height: 280px;
  bottom: 15%;
  left: 10%;
  background: var(--blob-cyan);
}

.section-shapes--d .bg-shape:nth-child(3) {
  width: 180px;
  height: 180px;
  top: 8%;
  left: 25%;
  background: var(--blob-emerald);
  opacity: 0.5;
}

.section-shapes--e .bg-shape:nth-child(1) {
  width: 440px;
  height: 440px;
  top: -10%;
  left: -8%;
  background: var(--blob-blue);
}

.section-shapes--e .bg-shape:nth-child(2) {
  width: 300px;
  height: 300px;
  bottom: 5%;
  right: 12%;
  background: var(--blob-cyan);
}

.section-shapes--e .bg-shape:nth-child(3) {
  width: 260px;
  height: 260px;
  top: 40%;
  right: 40%;
  background: var(--blob-violet);
  opacity: 0.45;
}

.section-shapes--hero .bg-shape:nth-child(1) {
  width: 520px;
  height: 520px;
  top: -15%;
  right: -5%;
  background: var(--blob-violet);
  opacity: 0.75;
}

.section-shapes--hero .bg-shape:nth-child(2) {
  width: 460px;
  height: 460px;
  bottom: -10%;
  left: -10%;
  background: var(--blob-blue);
  opacity: 0.7;
}

.section-shapes--hero .bg-shape:nth-child(3) {
  width: 320px;
  height: 320px;
  top: 30%;
  left: 40%;
  background: var(--blob-cyan);
  opacity: 0.5;
}

.section-shapes--subtle .bg-shape {
  opacity: 0.55;
}

.section-shapes--subtle .bg-shape:nth-child(1) {
  width: 380px;
  height: 380px;
  top: 0;
  right: 8%;
  background: var(--blob-violet);
}

.section-shapes--subtle .bg-shape:nth-child(2) {
  width: 300px;
  height: 300px;
  bottom: 10%;
  left: -6%;
  background: var(--blob-blue);
}

.section-shapes--subtle .bg-shape:nth-child(3) {
  width: 220px;
  height: 220px;
  top: 45%;
  left: 35%;
  background: var(--blob-cyan);
  opacity: 0.35;
}

.footer .section-shapes .bg-shape {
  opacity: 0.35;
  filter: blur(100px);
}

.footer .section-shapes--a .bg-shape:nth-child(1) {
  background: linear-gradient(135deg, rgba(91, 120, 251, 0.55) 0%, rgba(249, 168, 37, 0.25) 100%);
  top: -20%;
  right: 10%;
}

.footer .section-shapes--a .bg-shape:nth-child(2) {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.4) 0%, rgba(91, 120, 251, 0.2) 100%);
  bottom: -15%;
  left: 5%;
}

.footer .section-shapes--a .bg-shape:nth-child(3) {
  display: none;
}

.section-header {
  margin-bottom: 3.5rem;
}

.section-badge {
  display: inline-block;
  background: var(--gradient-soft);
  color: var(--primary);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* ---- Hero ---- */
.hero {
  position: relative;
  padding: 8rem 0 5rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(91, 120, 251, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(249, 168, 37, 0.06) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--gradient-soft);
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.hero-badge i {
  color: #F59E0B;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.hero-title-subline {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 0.56em;
  font-weight: 600;
  line-height: 1.2;
}

.brand-whatsapp {
  color: #25D366;
}

.brand-excel {
  color: #217346;
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 2rem;
  max-width: 540px;
}

.hero-local-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
}

.hero-local-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(91, 120, 251, 0.08);
  color: #1e40af;
  border: 1px solid rgba(91, 120, 251, 0.16);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-local-chip .ph-duotone {
  font-size: 0.9rem;
  color: #2563eb;
  --ph-duotone-color: #06b6d4;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.stat-item {
  text-align: left;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
}

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

/* Hero Dashboard */
.hero-dashboard-wrap {
  position: relative;
  padding: 1rem;
}

.hero-dashboard-glow {
  position: absolute;
  inset: 5% 0 5% 10%;
  background: radial-gradient(ellipse at center, rgba(91, 120, 251, 0.22) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.hero-dashboard {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: var(--radius-pill);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.04),
    0 20px 50px rgba(91, 120, 251, 0.15),
    0 0 0 1px rgba(91, 120, 251, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}

.hero-dashboard:hover {
  transform: perspective(1200px) rotateY(0) rotateX(0);
  box-shadow:
    0 8px 12px rgba(15, 23, 42, 0.06),
    0 28px 60px rgba(91, 120, 251, 0.2),
    0 0 0 1px rgba(91, 120, 251, 0.12);
}

.dashboard-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1.25rem;
  background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%);
  border-bottom: 1px solid var(--border);
}

.dashboard-title {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text);
}

.dashboard-url {
  margin-left: auto;
  font-size: 0.7rem;
  color: var(--text-muted);
  background: #fff;
  border: 1px solid var(--border);
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  font-family: ui-monospace, monospace;
}

.dashboard-body {
  display: flex;
  min-height: 380px;
}

.dashboard-sidebar {
  width: 54px;
  background: linear-gradient(180deg, #F8FAFC 0%, #EFF6FF 100%);
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  border-right: 1px solid var(--border);
}

.sidebar-spacer {
  flex: 1;
  min-height: 0.5rem;
}

.sidebar-item {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--transition);
  cursor: default;
}

.sidebar-item:hover:not(.active) {
  background: rgba(91, 120, 251, 0.08);
}

.sidebar-item .ph-duotone {
  color: var(--text-muted);
  --ph-duotone-color: var(--border);
}

.sidebar-item.active {
  background: var(--gradient);
  box-shadow: 0 4px 12px rgba(91, 120, 251, 0.35);
}

.sidebar-item.active .ph-duotone {
  color: #fff;
  --ph-duotone-color: rgba(255, 255, 255, 0.4);
}

.dashboard-content {
  flex: 1;
  padding: 1rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, #fff 0%, #FAFBFF 100%);
  min-width: 0;
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.dashboard-greeting {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
}

.dashboard-breadcrumb {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin: 0.15rem 0 0;
}

.dashboard-search {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 0.72rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.dashboard-search .ph-fill {
  color: var(--primary);
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  .dashboard-search {
    display: flex;
  }
}

.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.dash-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.dash-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-accent, var(--gradient));
  opacity: 0.85;
}

.dash-card--visitors { --card-accent: linear-gradient(90deg, #F9A825, #F9A825); }
.dash-card--billing { --card-accent: linear-gradient(90deg, #10B981, #F9A825); }
.dash-card--tickets { --card-accent: linear-gradient(90deg, #F59E0B, #EF4444); }
.dash-card--vehicles { --card-accent: linear-gradient(90deg, #8B5CF6, #F9A825); }

.dash-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(91, 120, 251, 0.1);
}

.dash-card-icon {
  width: 38px;
  height: 38px;
  background: var(--gradient-soft);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dash-card-icon .ph-duotone {
  font-size: 1.15rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
}

.dash-card-body {
  flex: 1;
  min-width: 0;
}

.dash-value {
  display: block;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.02em;
}

.dash-label {
  font-size: 0.68rem;
  color: var(--text-muted);
  font-weight: 500;
}

.dash-trend {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.15rem 0.4rem;
  border-radius: 50px;
}

.dash-trend--up {
  background: #DCFCE7;
  color: #16A34A;
}

.dash-trend--down {
  background: #FEE2E2;
  color: #DC2626;
}

.dashboard-panels {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0.65rem;
}

.dashboard-chart {
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem;
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.85rem;
}

.chart-title {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
}

.chart-subtitle {
  display: block;
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-top: 0.1rem;
}

.chart-badge {
  background: #DCFCE7;
  color: #16A34A;
  padding: 0.2rem 0.55rem;
  border-radius: 50px;
  font-size: 0.65rem;
  font-weight: 600;
  flex-shrink: 0;
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  height: 90px;
  padding-top: 0.25rem;
}

.chart-bar-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 0.35rem;
}

.chart-bar-group span {
  font-size: 0.58rem;
  color: var(--text-muted);
  font-weight: 500;
}

.chart-bar-group .bar {
  width: 100%;
  margin-top: auto;
  background: linear-gradient(180deg, rgba(91, 120, 251, 0.2) 0%, rgba(91, 120, 251, 0.08) 100%);
  border-radius: 6px 6px 2px 2px;
  transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  animation: barGrow 0.8s ease-out backwards;
}

.chart-bar-group:nth-child(1) .bar { animation-delay: 0.1s; }
.chart-bar-group:nth-child(2) .bar { animation-delay: 0.15s; }
.chart-bar-group:nth-child(3) .bar { animation-delay: 0.2s; }
.chart-bar-group:nth-child(4) .bar { animation-delay: 0.25s; }
.chart-bar-group:nth-child(5) .bar { animation-delay: 0.3s; }
.chart-bar-group:nth-child(6) .bar { animation-delay: 0.35s; }

@keyframes barGrow {
  from { height: 0 !important; opacity: 0; }
  to { opacity: 1; }
}

.chart-bar-group .bar.active {
  background: var(--gradient);
  box-shadow: 0 4px 12px rgba(91, 120, 251, 0.35);
}

.dashboard-activity {
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem;
  border: 1px solid var(--border);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
}

.activity-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.65rem;
}

.activity-live {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.62rem;
  font-weight: 600;
  color: #16A34A;
}

.activity-dot {
  width: 6px;
  height: 6px;
  background: #22C55E;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.activity-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.activity-list li:hover {
  background: var(--light-bg);
}

.activity-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.activity-icon .ph-fill {
  font-size: 0.8rem;
}

.activity-icon--visitor { background: #DBEAFE; }
.activity-icon--visitor .ph-fill { color: #536DFE; }
.activity-icon--payment { background: #D1FAE5; }
.activity-icon--payment .ph-fill { color: #059669; }
.activity-icon--ticket { background: #FEF3C7; }
.activity-icon--ticket .ph-fill { color: #D97706; }

.activity-list strong {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.activity-list span {
  font-size: 0.6rem;
  color: var(--text-muted);
}

/* ---- Trust ---- */
.trust-section {
  padding: 3rem 0;
  background: var(--light-bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.trust-heading {
  text-align: center;
  font-weight: 600;
  color: var(--text-muted);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 3rem;
}

.trust-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.7;
  transition: var(--transition);
}

.trust-logo:hover {
  opacity: 1;
  color: var(--primary);
}

.trust-logo .ph-duotone {
  font-size: 1.35rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
}

/* ---- Problem → Solution ---- */
.problem-solution-section {
  background: var(--bg);
}

.ps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.problem-solution-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 2rem;
  height: 100%;
}

.problem-solution-card--challenge {
  border-color: rgba(239, 68, 68, 0.25);
  background: linear-gradient(135deg, #fff 0%, #FEF2F2 100%);
}

.problem-solution-card--solution {
  border-color: rgba(16, 185, 129, 0.3);
  background: linear-gradient(135deg, #fff 0%, #ECFDF5 100%);
}

.problem-solution-card h3 {
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
}

.ps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ps-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.45rem 0;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.ps-list li i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  font-size: 1rem;
}

.ps-list--bad li i { color: #EF4444; }
.ps-list--good li i { color: #10B981; }

/* ---- Why CASAGATE ---- */
.why-section {
  background: var(--light-bg);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.why-item {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 1.75rem;
  transition: var(--transition);
}

.why-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.why-item--highlight {
  border-color: rgba(249, 168, 37, 0.4);
  background: linear-gradient(135deg, #fff 0%, #FFF8E7 100%);
  box-shadow: 0 8px 24px rgba(249, 168, 37, 0.12);
}

.why-item > .ph-duotone {
  font-size: 1.75rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
  margin-bottom: 1rem;
  display: block;
}

.why-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.why-item p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin: 0;
  line-height: 1.55;
}

/* ---- Early Access ---- */
.early-access-section {
  background: var(--bg);
}

.early-access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.early-access-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: var(--transition);
}

.early-access-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.early-access-card--highlight {
  border-color: rgba(249, 168, 37, 0.4);
  background: linear-gradient(135deg, #fff 0%, #FFF8E7 100%);
}

.early-access-card > .ph-duotone {
  font-size: 2rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
  margin-bottom: 1rem;
  display: block;
}

.early-access-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.early-access-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin: 0;
  line-height: 1.55;
}

.early-access-note {
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* ---- Features ---- */
.features-section {
  background: var(--bg);
}

.feature-card {
  position: relative;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 2rem;
  height: 100%;
  transition: var(--transition);
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.feature-card__glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.15;
  pointer-events: none;
}

.feature-card--accent-blue { border-color: rgba(91, 120, 251, 0.3); }
.feature-card--accent-blue .feature-card__glow { background: #536DFE; }
.feature-card--accent-blue .feature-icon { background: #EFF6FF; }
.feature-card--accent-blue .feature-icon .ph-duotone { color: #536DFE; --ph-duotone-color: #F9A825; }
.feature-card--accent-blue:hover { box-shadow: 0 12px 32px rgba(91, 120, 251, 0.15); }

.feature-card--accent-cyan { border-color: rgba(249, 168, 37, 0.35); }
.feature-card--accent-cyan .feature-card__glow { background: #F9A825; }
.feature-card--accent-cyan .feature-icon { background: #ECFEFF; }
.feature-card--accent-cyan .feature-icon .ph-duotone { color: #536DFE; --ph-duotone-color: #F9A825; }
.feature-card--accent-cyan:hover { box-shadow: 0 12px 32px rgba(249, 168, 37, 0.15); }

.feature-card--accent-violet { border-color: rgba(139, 92, 246, 0.35); }
.feature-card--accent-violet .feature-card__glow { background: #8B5CF6; }
.feature-card--accent-violet .feature-icon { background: #F5F3FF; }
.feature-card--accent-violet .feature-icon .ph-duotone { color: #7C3AED; --ph-duotone-color: #A78BFA; }
.feature-card--accent-violet:hover { box-shadow: 0 12px 32px rgba(139, 92, 246, 0.15); }

.feature-card--accent-emerald { border-color: rgba(16, 185, 129, 0.35); }
.feature-card--accent-emerald .feature-card__glow { background: #10B981; }
.feature-card--accent-emerald .feature-icon { background: #ECFDF5; }
.feature-card--accent-emerald .feature-icon .ph-duotone { color: #059669; --ph-duotone-color: #34D399; }
.feature-card--accent-emerald:hover { box-shadow: 0 12px 32px rgba(16, 185, 129, 0.15); }

.feature-icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-soft);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
  transition: var(--transition);
}

.feature-icon .ph-duotone {
  font-size: 1.35rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
}

.feature-card h3 {
  margin-bottom: 0.75rem;
}

.feature-desc {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.feature-list li i {
  color: var(--accent);
  font-size: 0.8rem;
}

/* ---- How It Works (Straight Flow) ---- */
.how-section {
  background: var(--light-bg);
  overflow: hidden;
}

.flow-timeline {
  position: relative;
  padding: 1rem 0 2rem;
}

.flow-track {
  position: absolute;
  top: calc(1rem + 26px);
  left: 12.5%;
  right: 12.5%;
  height: 3px;
  background: linear-gradient(90deg, #536DFE 0%, #F9A825 33%, #8B5CF6 66%, #10B981 100%);
  border-radius: 3px;
  z-index: 0;
  transform: translateY(-50%);
}

.flow-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}

.flow-step {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.snake-node {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(91, 120, 251, 0.35);
  position: relative;
  z-index: 2;
  margin-bottom: 1.25rem;
}

.snake-node--1 { background: linear-gradient(135deg, #536DFE, #F9A825); }
.snake-node--2 { background: linear-gradient(135deg, #536DFE, #F9A825); }
.snake-node--3 { background: linear-gradient(135deg, #7C3AED, #8B5CF6); }
.snake-node--4 { background: linear-gradient(135deg, #059669, #10B981); }

.snake-card {
  position: relative;
  width: 100%;
  background: #fff;
  border: 2px solid rgba(139, 92, 246, 0.2);
  border-radius: var(--radius-pill);
  padding: 1.5rem 1.25rem 1.25rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 250px;
}

.snake-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(91, 120, 251, 0.12);
}

.snake-card__glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.15;
  pointer-events: none;
}

.snake-card--accent-blue .snake-card__glow { background: #536DFE; }
.snake-card--accent-cyan .snake-card__glow { background: #F9A825; }
.snake-card--accent-violet .snake-card__glow { background: #8B5CF6; }
.snake-card--accent-emerald .snake-card__glow { background: #10B981; }

.snake-card--accent-blue { border-color: rgba(91, 120, 251, 0.25); }
.snake-card--accent-cyan { border-color: rgba(249, 168, 37, 0.3); }
.snake-card--accent-violet { border-color: rgba(139, 92, 246, 0.3); }
.snake-card--accent-emerald { border-color: rgba(16, 185, 129, 0.3); }

.snake-card__icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-soft);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
}

.snake-card__icon .ph-duotone {
  color: var(--primary);
  --ph-duotone-color: var(--accent);
}

.snake-card--accent-cyan .snake-card__icon .ph-duotone { color: #536DFE; --ph-duotone-color: #F9A825; }
.snake-card--accent-violet .snake-card__icon .ph-duotone { color: #7C3AED; --ph-duotone-color: #A78BFA; }
.snake-card--accent-emerald .snake-card__icon .ph-duotone { color: #059669; --ph-duotone-color: #34D399; }

.snake-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.snake-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0 0 0.85rem;
  line-height: 1.6;
  flex: 1;
}

.snake-card__tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.65rem;
  border-radius: 50px;
  background: var(--gradient-soft);
  color: var(--primary);
  margin-top: auto;
  align-self: flex-start;
}

.snake-card--accent-cyan .snake-card__tag { background: #ECFEFF; color: #536DFE; }
.snake-card--accent-violet .snake-card__tag { background: #F5F3FF; color: #7C3AED; }
.snake-card--accent-emerald .snake-card__tag { background: #ECFDF5; color: #059669; }

/* Legacy snake layout (removed) */
.snake-timeline,
.snake-step,
.snake-connector {
  display: none;
}

/* Legacy timeline (unused) */
.timeline {
  display: none;
}

.timeline-icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin: 0 auto 1rem;
}

.timeline-icon .ph-duotone {
  color: var(--primary);
  --ph-duotone-color: var(--accent);
}

.timeline-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.timeline-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
}

/* ---- Modules ---- */
.modules-section {
  background: var(--bg);
}

.module-card {
  position: relative;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 2rem 1.5rem;
  height: 100%;
  text-align: center;
  transition: var(--transition);
  overflow: hidden;
}

.module-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.module-card__glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.15;
  pointer-events: none;
}

.module-card--accent-blue { border-color: rgba(91, 120, 251, 0.3); }
.module-card--accent-blue .module-card__glow { background: #536DFE; }
.module-card--accent-blue .module-icon { background: #EFF6FF; }
.module-card--accent-blue .module-icon .ph-duotone { color: #536DFE; --ph-duotone-color: #F9A825; }

.module-card--accent-cyan { border-color: rgba(249, 168, 37, 0.35); }
.module-card--accent-cyan .module-card__glow { background: #F9A825; }
.module-card--accent-cyan .module-icon { background: #ECFEFF; }
.module-card--accent-cyan .module-icon .ph-duotone { color: #536DFE; --ph-duotone-color: #F9A825; }

.module-card--accent-violet { border-color: rgba(139, 92, 246, 0.35); }
.module-card--accent-violet .module-card__glow { background: #8B5CF6; }
.module-card--accent-violet .module-icon { background: #F5F3FF; }
.module-card--accent-violet .module-icon .ph-duotone { color: #7C3AED; --ph-duotone-color: #A78BFA; }

.module-card--accent-emerald { border-color: rgba(16, 185, 129, 0.35); }
.module-card--accent-emerald .module-card__glow { background: #10B981; }
.module-card--accent-emerald .module-icon { background: #ECFDF5; }
.module-card--accent-emerald .module-icon .ph-duotone { color: #059669; --ph-duotone-color: #34D399; }

.module-card--accent-blue:hover { box-shadow: 0 12px 32px rgba(91, 120, 251, 0.15); }
.module-card--accent-cyan:hover { box-shadow: 0 12px 32px rgba(249, 168, 37, 0.15); }
.module-card--accent-violet:hover { box-shadow: 0 12px 32px rgba(139, 92, 246, 0.15); }
.module-card--accent-emerald:hover { box-shadow: 0 12px 32px rgba(16, 185, 129, 0.15); }

.module-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin: 0 auto 1.25rem;
  background: var(--gradient-soft);
}

.module-icon .ph-duotone {
  font-size: 1.35rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
}

.module-card h3 {
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
}

.module-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.module-card ul li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.module-card ul li i {
  color: var(--primary);
  font-size: 0.85rem;
}

/* ---- Benefits ---- */
.benefits-section {
  background: var(--light-bg);
}

.benefits-section .row {
  padding-top: 0.75rem;
}

.benefit-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 2rem;
  height: 100%;
  position: relative;
  transition: var(--transition);
  overflow: hidden;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.benefit-card__glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.15;
  pointer-events: none;
}

.benefit-card--accent-blue { border-color: rgba(91, 120, 251, 0.3); }
.benefit-card--accent-blue .benefit-card__glow { background: #536DFE; }
.benefit-card--accent-blue .benefit-icon { background: #EFF6FF; }
.benefit-card--accent-blue .benefit-icon .ph-duotone { color: #536DFE; --ph-duotone-color: #F9A825; }
.benefit-card--accent-blue:hover { box-shadow: 0 12px 32px rgba(91, 120, 251, 0.15); }

.benefit-card--accent-cyan { border-color: rgba(249, 168, 37, 0.35); }
.benefit-card--accent-cyan .benefit-card__glow { background: #F9A825; }
.benefit-card--accent-cyan .benefit-icon { background: #ECFEFF; }
.benefit-card--accent-cyan .benefit-icon .ph-duotone { color: #536DFE; --ph-duotone-color: #F9A825; }
.benefit-card--accent-cyan:hover { box-shadow: 0 12px 32px rgba(249, 168, 37, 0.15); }

.benefit-card--accent-violet { border-color: rgba(139, 92, 246, 0.35); }
.benefit-card--accent-violet .benefit-card__glow { background: #8B5CF6; }
.benefit-card--accent-violet .benefit-icon { background: #F5F3FF; }
.benefit-card--accent-violet .benefit-icon .ph-duotone { color: #7C3AED; --ph-duotone-color: #A78BFA; }
.benefit-card--accent-violet:hover { box-shadow: 0 12px 32px rgba(139, 92, 246, 0.15); }

.benefit-card.featured {
  overflow: visible;
  z-index: 1;
  box-shadow: var(--shadow-lg);
  transform: scale(1.02);
}

.benefit-card.featured:hover {
  transform: scale(1.02) translateY(-6px);
  box-shadow: 0 16px 40px rgba(139, 92, 246, 0.2);
}

.benefit-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  white-space: nowrap;
  z-index: 2;
}

.benefit-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-soft);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.benefit-icon .ph-duotone {
  font-size: 1.35rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
}

.benefit-header h3 {
  font-size: 1.15rem;
  margin: 0;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.benefit-list li i {
  color: var(--primary);
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

/* ---- Screenshots / Mobile Phone Mockups ---- */
.screenshots-section {
  background: var(--light-bg);
}

.phone-showcase {
  align-items: flex-start;
}

.screenshot-card {
  text-align: center;
  height: 100%;
}

.screenshot-card h4 {
  margin-top: 1.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}

.screenshot-special-tag {
  display: none;
  margin-top: 0.45rem;
  padding: 0.24rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(91, 120, 251, 0.16) 0%, rgba(249, 168, 37, 0.16) 100%);
  border: 1px solid rgba(91, 120, 251, 0.28);
  color: #1e40af;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .screenshot-special-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }
}

/* Phone device frame */
.phone-device {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 1rem;
  transition: transform 0.35s ease;
}

.screenshot-card:hover .phone-device {
  transform: translateY(-10px);
}

.phone-device__frame {
  width: 100%;
  max-width: 210px;
  background: linear-gradient(145deg, #2d2d2d 0%, #1a1a1a 50%, #0d0d0d 100%);
  border-radius: 32px;
  padding: 10px 8px 14px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 20px 50px rgba(15, 23, 42, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

.phone-device__frame::after {
  content: '';
  display: block;
  width: 72px;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  margin: 6px auto 0;
}

.phone-device--dark .phone-device__frame {
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
}

.phone-device__island {
  width: 72px;
  height: 20px;
  background: #0d0d0d;
  border-radius: 0 0 14px 14px;
  margin: -2px auto 0;
  position: relative;
  z-index: 3;
}

.phone-device--dark .phone-device__island {
  background: #0f172a;
}

.phone-device__screen {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  margin-top: -12px;
  position: relative;
  z-index: 2;
}

.phone-device__badge {
  position: absolute;
  top: 1.5rem;
  right: calc(50% - 95px);
  background: #FEF3C7;
  color: #B45309;
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.5rem;
  border-radius: 50px;
  z-index: 4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.pm-mobile-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0.85rem 0.25rem;
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--text);
  flex-shrink: 0;
}

.pm-signal {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 8px;
}

.pm-signal i {
  display: block;
  width: 3px;
  background: var(--text);
  border-radius: 1px;
}

.pm-signal i:nth-child(1) { height: 4px; opacity: 0.4; }
.pm-signal i:nth-child(2) { height: 6px; opacity: 0.7; }
.pm-signal i:nth-child(3) { height: 8px; }

.pm-mobile-content {
  flex: 1;
  padding: 0.35rem 0.65rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  overflow: hidden;
  min-height: 0;
}

.pm-tabbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.4rem 0.25rem 0.55rem;
  border-top: 1px solid var(--border);
  background: #fff;
  flex-shrink: 0;
  margin-top: auto;
}

.pm-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.42rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1;
}

.pm-tab .ph-fill {
  font-size: 0.85rem;
}

.pm-tab--active {
  color: var(--primary);
}

.pm-tab--active .ph-fill {
  color: var(--primary);
}

.pm-action--active {
  background: var(--gradient-soft);
  border-color: rgba(91, 120, 251, 0.3);
}

.pm-appbar--admin {
  justify-content: space-between;
  align-items: center;
}

.pm-admin-badge {
  font-size: 0.45rem;
  font-weight: 700;
  background: var(--gradient);
  color: #fff;
  padding: 0.2rem 0.45rem;
  border-radius: 50px;
}

.pm-dash-stats--mobile {
  display: flex;
  gap: 0.3rem;
}

.pm-mini-chart--mobile {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.45rem;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.pm-chart-label {
  font-size: 0.48rem;
  font-weight: 600;
  color: var(--text-muted);
}

.pm-chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 36px;
}

.pm-chart-bars .pm-bar {
  flex: 1;
  background: rgba(91, 120, 251, 0.15);
  border-radius: 3px 3px 0 0;
  min-height: 4px;
}

.pm-chart-bars .pm-bar--active {
  background: var(--gradient);
}

/* Legacy screenshot box (unused) */
.screenshot-mockup {
  display: none;
}

.preview-chrome {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  background: linear-gradient(180deg, #F8FAFC, #F1F5F9);
  border-bottom: 1px solid var(--border);
}

.preview-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.preview-dot--red { background: #EF4444; }
.preview-dot--yellow { background: #F59E0B; }
.preview-dot--green { background: #22C55E; }

.preview-chrome-title {
  margin-left: 4px;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--text-muted);
}

.preview-badge {
  position: absolute;
  top: 2.4rem;
  right: 0.5rem;
  background: #FEF3C7;
  color: #B45309;
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.15rem 0.45rem;
  border-radius: 50px;
  z-index: 2;
}

.preview-screen {
  padding: 0.5rem;
  height: calc(100% - 30px);
  overflow: hidden;
  background: linear-gradient(180deg, #FAFBFF 0%, #fff 100%);
}

.preview-screen--mobile {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.preview-screen--desktop {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.45rem;
}

/* Shared preview micro-components */
.pm-statusbar {
  height: 4px;
  width: 35%;
  background: var(--border);
  border-radius: 4px;
  margin: 0 auto 0.15rem;
}

.pm-appbar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.15rem 0;
}

.pm-appbar strong {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}

.pm-appbar small {
  font-size: 0.5rem;
  color: var(--text-muted);
}

.pm-avatar {
  width: 22px;
  height: 22px;
  background: var(--gradient);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  font-weight: 700;
  flex-shrink: 0;
}

.pm-appbar--security {
  justify-content: space-between;
}

.pm-appbar--security strong {
  font-size: 0.65rem;
}

.pm-live {
  font-size: 0.48rem;
  font-weight: 700;
  color: #16A34A;
}

.pm-bill-card {
  background: var(--gradient);
  border-radius: 8px;
  padding: 0.5rem;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.15rem 0.4rem;
  align-items: center;
}

.pm-bill-label {
  font-size: 0.48rem;
  opacity: 0.9;
  grid-column: 1;
}

.pm-bill-amount {
  font-size: 0.85rem;
  font-weight: 800;
  grid-column: 1;
  line-height: 1;
}

.pm-bill-btn {
  grid-row: 1 / 3;
  grid-column: 2;
  background: rgba(255,255,255,0.25);
  font-size: 0.48rem;
  font-weight: 700;
  padding: 0.25rem 0.45rem;
  border-radius: 6px;
  white-space: nowrap;
}

.pm-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}

.pm-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.35rem 0.15rem;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.pm-action .ph-fill {
  font-size: 0.7rem;
  color: var(--primary);
}

.pm-action span {
  font-size: 0.42rem;
  font-weight: 600;
  color: var(--text-muted);
}

.pm-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
}

.pm-list--compact {
  gap: 0.25rem;
}

.pm-list-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
}

.pm-list-item strong {
  display: block;
  font-size: 0.5rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
}

.pm-list-item small {
  font-size: 0.42rem;
  color: var(--text-muted);
}

.pm-list-icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pm-list-icon .ph-fill {
  font-size: 0.55rem;
}

.pm-list-icon--green { background: #DCFCE7; }
.pm-list-icon--green .ph-fill { color: #16A34A; }
.pm-list-icon--blue { background: #DBEAFE; }
.pm-list-icon--blue .ph-fill { color: #536DFE; }
.pm-list-icon--orange { background: #FFEDD5; }
.pm-list-icon--orange .ph-fill { color: #EA580C; }

/* Security mockup */
.pm-scan-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.55rem;
  border: 2px dashed rgba(91, 120, 251, 0.35);
  border-radius: 8px;
  background: var(--gradient-soft);
}

.pm-scan-zone .ph-fill {
  font-size: 1.1rem;
  color: var(--primary);
}

.pm-scan-zone span {
  font-size: 0.48rem;
  font-weight: 600;
  color: var(--primary);
}

.pm-form {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.pm-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.4rem;
  background: var(--light-bg);
  border-radius: 5px;
  border: 1px solid var(--border);
}

.pm-field span {
  font-size: 0.45rem;
  color: var(--text-muted);
  font-weight: 500;
}

.pm-field em {
  font-size: 0.48rem;
  font-weight: 600;
  color: var(--text);
  font-style: normal;
}

.pm-entry-btn {
  background: var(--gradient);
  color: #fff;
  text-align: center;
  font-size: 0.5rem;
  font-weight: 700;
  padding: 0.35rem;
  border-radius: 6px;
}

/* Admin dashboard mockup */
.pm-dash-layout {
  display: flex;
  gap: 0.35rem;
  height: 100%;
}

.pm-dash-side {
  width: 22px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.2rem 0;
}

.pm-side-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-bg);
  border: 1px solid var(--border);
}

.pm-side-icon .ph-fill {
  font-size: 0.55rem;
  color: var(--text-muted);
}

.pm-side-icon.active {
  background: var(--gradient);
  border-color: transparent;
}

.pm-side-icon.active .ph-fill {
  color: #fff;
}

.pm-dash-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.pm-dash-stats {
  display: flex;
  gap: 0.25rem;
}

.pm-stat {
  flex: 1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.3rem 0.2rem;
  text-align: center;
}

.pm-stat em {
  display: block;
  font-size: 0.55rem;
  font-weight: 800;
  color: var(--primary);
  font-style: normal;
  line-height: 1.2;
}

.pm-stat span {
  font-size: 0.38rem;
  color: var(--text-muted);
  font-weight: 500;
}

.pm-mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 42px;
  padding: 0.35rem;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 6px;
}

.pm-bar {
  flex: 1;
  background: rgba(91, 120, 251, 0.15);
  border-radius: 3px 3px 0 0;
}

.pm-bar--active {
  background: var(--gradient);
}

.pm-dash-rows {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.pm-dash-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.4rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 5px;
  font-size: 0.45rem;
}

.pm-dash-row span {
  color: var(--text-muted);
}

.pm-dash-row strong {
  color: var(--text);
  font-weight: 700;
}

/* Accounting mockup */
.pm-account-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pm-account-header strong {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text);
}

.pm-account-header span {
  font-size: 0.45rem;
  color: var(--text-muted);
  background: var(--light-bg);
  padding: 0.15rem 0.35rem;
  border-radius: 4px;
}

.pm-account-summary {
  display: flex;
  gap: 0.3rem;
}

.pm-summary-card {
  flex: 1;
  padding: 0.4rem;
  border-radius: 6px;
  border: 1px solid var(--border);
}

.pm-summary-card span {
  display: block;
  font-size: 0.42rem;
  color: var(--text-muted);
  margin-bottom: 0.1rem;
}

.pm-summary-card em {
  font-size: 0.62rem;
  font-weight: 800;
  font-style: normal;
}

.pm-summary-card--income {
  background: #F0FDF4;
  border-color: #BBF7D0;
}

.pm-summary-card--income em { color: #16A34A; }

.pm-summary-card--expense {
  background: #FEF2F2;
  border-color: #FECACA;
}

.pm-summary-card--expense em { color: #DC2626; }

.pm-account-table {
  flex: 1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}

.pm-table-head,
.pm-table-row {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0.4rem;
  font-size: 0.45rem;
}

.pm-table-head {
  background: var(--light-bg);
  font-weight: 700;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}

.pm-table-row {
  border-bottom: 1px solid var(--border);
  color: var(--text);
}

.pm-table-row:last-child {
  border-bottom: none;
}

.pm-table-row em {
  font-style: normal;
  font-weight: 700;
  font-size: 0.45rem;
}

.pm-table-row .text-success { color: #16A34A; }
.pm-table-row .text-danger { color: #DC2626; }

.screenshot-features {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
}

.screenshot-features li {
  font-size: 0.82rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.screenshot-features li::before {
  content: '✓';
  color: #059669;
  font-weight: 700;
  font-size: 0.75rem;
}

/* Legacy mockup classes (kept for compatibility) */
.mockup-header {
  display: flex;
  gap: 4px;
  padding: 8px 12px;
  background: var(--light-bg);
  border-bottom: 1px solid var(--border);
}

.mockup-header span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--border);
}

.mockup-body {
  padding: 12px;
  height: calc(100% - 30px);
}

.mockup-nav {
  height: 8px;
  width: 60%;
  background: var(--border);
  border-radius: 4px;
  margin-bottom: 10px;
}

.mockup-card {
  height: 40px;
  background: var(--gradient-soft);
  border-radius: 6px;
  margin-bottom: 8px;
}

.mockup-card.short {
  height: 24px;
  width: 70%;
}

.mockup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 10px;
}

.mockup-grid div {
  height: 36px;
  background: var(--light-bg);
  border-radius: 6px;
  border: 1px solid var(--border);
}

.mockup-scan {
  height: 60px;
  background: var(--gradient-soft);
  border-radius: 8px;
  margin-bottom: 10px;
  border: 2px dashed rgba(91, 120, 251, 0.3);
}

.mockup-list div {
  height: 20px;
  background: var(--light-bg);
  border-radius: 4px;
  margin-bottom: 6px;
  border: 1px solid var(--border);
}

.mockup-body {
  display: flex;
  gap: 8px;
}

.admin-mockup .mockup-body {
  flex-direction: row;
}

.mockup-sidebar {
  width: 30%;
  background: var(--light-bg);
  border-radius: 4px;
  min-height: 100%;
}

.mockup-main {
  flex: 1;
}

.mockup-stats {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.mockup-stats div {
  flex: 1;
  height: 24px;
  background: var(--gradient-soft);
  border-radius: 4px;
}

.mockup-chart-area {
  height: 60px;
  background: var(--light-bg);
  border-radius: 4px;
  border: 1px solid var(--border);
}

.mockup-table .table-row {
  height: 16px;
  background: var(--light-bg);
  border-radius: 3px;
  margin-bottom: 6px;
}

.mockup-table .table-row.header {
  background: var(--gradient-soft);
  height: 20px;
}

.resident-mockup .mockup-body,
.security-mockup .mockup-body,
.accounting-mockup .mockup-body {
  flex-direction: column;
}

/* ---- Testimonials ---- */
.testimonials-section {
  background: var(--light-bg);
}

.testimonial-card {
  position: relative;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 2rem;
  height: 100%;
  transition: var(--transition);
  overflow: hidden;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.testimonial-card__glow {
  position: absolute;
  top: -40%;
  right: -20%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.15;
  pointer-events: none;
}

.testimonial-card--accent-blue { border-color: rgba(91, 120, 251, 0.3); }
.testimonial-card--accent-blue .testimonial-card__glow { background: #536DFE; }
.testimonial-card--accent-blue .vision-icon { background: #EFF6FF; }
.testimonial-card--accent-blue .vision-icon .ph-duotone { color: #536DFE; --ph-duotone-color: #F9A825; }
.testimonial-card--accent-blue:hover { box-shadow: 0 12px 32px rgba(91, 120, 251, 0.15); }

.testimonial-card--accent-violet { border-color: rgba(139, 92, 246, 0.35); }
.testimonial-card--accent-violet .testimonial-card__glow { background: #8B5CF6; }
.testimonial-card--accent-violet .vision-icon { background: #F5F3FF; }
.testimonial-card--accent-violet .vision-icon .ph-duotone { color: #7C3AED; --ph-duotone-color: #A78BFA; }
.testimonial-card--accent-violet:hover { box-shadow: 0 12px 32px rgba(139, 92, 246, 0.15); }

.testimonial-card--accent-emerald { border-color: rgba(16, 185, 129, 0.35); }
.testimonial-card--accent-emerald .testimonial-card__glow { background: #10B981; }
.testimonial-card--accent-emerald .vision-icon { background: #ECFDF5; }
.testimonial-card--accent-emerald .vision-icon .ph-duotone { color: #059669; --ph-duotone-color: #34D399; }
.testimonial-card--accent-emerald:hover { box-shadow: 0 12px 32px rgba(16, 185, 129, 0.15); }

.testimonial-card.featured {
  box-shadow: var(--shadow-lg);
}

.testimonial-card.featured:hover {
  box-shadow: 0 16px 40px rgba(139, 92, 246, 0.2);
}

.testimonial-stars {
  color: #F59E0B;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.testimonial-text {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 48px;
  height: 48px;
  background: var(--gradient);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.testimonial-author strong {
  display: block;
  font-size: 0.95rem;
}

.testimonial-author span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ---- Pricing ---- */
.pricing-section {
  background: var(--bg);
}

.pricing-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 2.5rem 2rem;
  height: 100%;
  text-align: center;
  position: relative;
  transition: var(--transition);
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.pricing-card.featured {
  border: 2px solid var(--primary);
  box-shadow: var(--shadow-lg);
  transform: scale(1.03);
}

.pricing-card.featured:hover {
  transform: scale(1.03) translateY(-4px);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 1.25rem;
  border-radius: 50px;
  white-space: nowrap;
}

.pricing-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.pricing-amount {
  margin-bottom: 0.5rem;
}

.pricing-amount .currency {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-muted);
  vertical-align: top;
}

.pricing-amount .price {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
}

.pricing-amount .price.custom {
  font-size: 2.25rem;
}

.pricing-amount .period {
  font-size: 1rem;
  color: var(--text-muted);
}

.pricing-units {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  text-align: left;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.pricing-features li i {
  color: var(--accent);
  font-size: 0.8rem;
}

/* ---- FAQ ---- */
.faq-section {
  background: var(--light-bg);
}

.accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius) !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: #fff;
}

.accordion-button {
  font-weight: 600;
  font-size: 1rem;
  color: var(--text);
  padding: 1.25rem 1.5rem;
  background: #fff;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: var(--gradient-soft);
  color: var(--primary);
}

.accordion-button::after {
  background-size: 1rem;
}

.accordion-body {
  padding: 0 1.5rem 1.25rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ---- Contact ---- */
.contact-section {
  background: var(--bg);
}

.contact-info {
  margin-top: 2rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
}

.contact-info-item i {
  width: 44px;
  height: 44px;
  background: var(--gradient-soft);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.contact-info-item .ph-fill {
  color: var(--primary);
}

.contact-info-item strong {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.15rem;
}

.contact-info-item a,
.contact-info-item span {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
}

.contact-info-item a:hover {
  color: var(--primary);
}

.contact-form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
}

.contact-form-card h3 {
  margin-bottom: 1.5rem;
  font-size: 1.35rem;
}

.form-control,
.form-select {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
  transition: var(--transition);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(91, 120, 251, 0.12);
}

.form-label {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text);
}

/* ---- Final CTA ---- */
.final-cta {
  padding: 5rem 0;
  background: var(--bg);
}

.cta-box {
  background: var(--gradient);
  border-radius: var(--radius-pill);
  padding: 4rem 2rem;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 50%);
  pointer-events: none;
}

.cta-box h2 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 1rem;
  position: relative;
}

.cta-box p {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  position: relative;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  position: relative;
}

.cta-box .btn-light {
  background: #fff;
  color: var(--primary);
  border: none;
  font-weight: 600;
}

.cta-box .btn-light:hover {
  background: #F8FAFC;
  color: var(--primary-dark);
  transform: translateY(-2px);
}

.cta-box .btn-outline-light {
  border: 2px solid rgba(255,255,255,0.6);
  color: #fff;
}

.cta-box .btn-outline-light:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* ---- Legal Pages ---- */
.legal-page {
  padding: 8rem 0 4rem;
  background: var(--bg);
  min-height: 70vh;
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 2.5rem 2.75rem;
}

.legal-meta {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.legal-content h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.legal-lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.legal-content section {
  margin-bottom: 2rem;
}

.legal-content h2 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  padding-top: 0.25rem;
}

.legal-content h3 {
  font-size: 1rem;
  margin: 1rem 0 0.5rem;
  color: var(--text);
}

.legal-content p,
.legal-content li {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.96rem;
}

.legal-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.legal-content li {
  margin-bottom: 0.35rem;
}

.legal-content a:not(.btn) {
  color: var(--primary);
  text-decoration: none;
}

.legal-content a:not(.btn):hover {
  text-decoration: underline;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

/* ---- Static / Company Pages ---- */
.content-page .section-badge {
  display: inline-block;
  margin-bottom: 1rem;
}

.content-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.content-card {
  background: var(--light-bg);
  border: 2px solid var(--border);
  border-radius: 20px;
  padding: 1.25rem;
}

.content-card > .ph-duotone {
  font-size: 1.5rem;
  color: var(--primary);
  --ph-duotone-color: var(--accent);
  margin-bottom: 0.75rem;
  display: block;
}

.content-card h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.content-card p {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.55;
}

.role-list li {
  margin-bottom: 0.6rem;
}

.content-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  background: #EFF6FF;
  border: 1px solid rgba(91, 120, 251, 0.2);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-top: 1rem;
}

.content-note i {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.blog-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.blog-preview-card {
  background: var(--light-bg);
  border: 2px solid var(--border);
  border-radius: 20px;
  padding: 1.25rem;
}

.blog-preview-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  background: #EFF6FF;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.65rem;
}

.blog-preview-card h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}

.blog-preview-card p {
  font-size: 0.9rem;
  margin: 0;
}

.press-boilerplate {
  background: var(--light-bg);
  border-left: 4px solid var(--primary);
  border-radius: 0 12px 12px 0;
  padding: 1rem 1.25rem;
  font-style: italic;
}

.press-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1.5rem;
  margin: 0;
}

.press-fact {
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.65rem;
}

.press-fact dt {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 0.2rem;
}

.press-fact dd {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text);
}

/* ---- Footer ---- */
.footer {
  position: relative;
  overflow: hidden;
  background: var(--text);
  color: rgba(255, 255, 255, 0.7);
  padding: 4rem 0 0;
}

.footer > .container {
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.35rem;
  color: #fff !important;
  text-decoration: none;
  margin-bottom: 1rem;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 300px;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: var(--transition);
  font-size: 0.85rem;
}

.footer-social a:hover {
  background: var(--primary);
  transform: translateY(-2px);
}

.footer-heading {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition);
}

.footer-links a:hover {
  color: #fff;
}

.footer-contact {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-contact-item i {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.footer-contact-item .label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
}

.footer-contact-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.footer-contact-item a:hover {
  color: var(--accent);
}

.footer-bottom {
  margin-top: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 0.85rem;
  transition: var(--transition);
}

.footer-bottom-links a:hover {
  color: #fff;
}

/* ---- Modals ---- */
.modal-content {
  border: none;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-lg);
}

.modal-title {
  font-weight: 700;
}

.modal-subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
  .hero {
    padding: 7.5rem 0 4rem;
    text-align: center;
  }

  .brand-logo--nav {
    height: 48px;
    width: auto;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-local-chips {
    justify-content: center;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .hero-dashboard {
    transform: none;
    margin-top: 1rem;
  }

  .flow-row {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }

  .flow-step {
    flex: 0 0 calc(50% - 2rem);
    max-width: 300px;
  }

  .flow-track {
    display: none;
  }

  .benefit-card.featured {
    transform: none;
  }

  .pricing-card.featured {
    transform: none;
  }

  .navbar-actions {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    width: 100%;
    justify-content: center;
  }

  .why-grid,
  .early-access-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-grid {
    grid-template-columns: 1fr;
  }

  .content-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 3.5rem 0;
  }

  .row.g-4 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  .pricing-scroll {
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 12%;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 1rem 1rem;
    margin: 0 -1rem;
  }

  .pricing-scroll::-webkit-scrollbar {
    display: none;
  }

  .pricing-scroll > [class*="col-"] {
    flex: 0 0 76%;
    max-width: 76%;
    scroll-snap-align: center;
    transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
    transform-origin: center center;
  }

  .pricing-scroll .pricing-card {
    height: 100%;
  }

  .phone-showcase > .tamil-priority-1 {
    order: -2;
  }

  .phone-showcase > .tamil-priority-2 {
    order: -1;
  }

  .pricing-scroll > [class*="col-"].is-focused {
    transform: scale(1);
    opacity: 1;
    filter: none;
  }

  .pricing-scroll > [class*="col-"]:not(.is-focused) {
    transform: scale(0.96);
    opacity: 0.72;
    filter: saturate(0.9);
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-title {
    font-size: clamp(1.5rem, 6vw, 1.95rem);
    margin-bottom: 0.6rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .why-grid,
  .early-access-grid {
    grid-template-columns: 1fr;
  }

  .problem-solution-card,
  .why-item,
  .early-access-card {
    padding: 1.25rem 1.1rem;
  }

  .legal-content {
    padding: 1.5rem 1.25rem;
    border-radius: 24px;
  }

  .legal-nav .btn {
    width: 100%;
  }

  .content-cards,
  .blog-preview-grid,
  .press-facts {
    grid-template-columns: 1fr;
  }

  .hero-local-chips {
    gap: 0.45rem;
    margin-bottom: 1rem;
  }

  .hero-local-chip {
    font-size: 0.74rem;
    padding: 0.3rem 0.65rem;
  }

  .feature-card,
  .module-card,
  .benefit-card,
  .testimonial-card,
  .snake-card,
  .pricing-card,
  .compare-table-wrap,
  .problem-solution-card,
  .contact-form-card {
    border-radius: 30px 18px 30px 18px;
    padding: 1.05rem 0.95rem;
  }

  .module-card,
  .benefit-card,
  .testimonial-card,
  .snake-card {
    min-height: auto;
  }

  .feature-card h3,
  .module-card h3,
  .benefit-header h3,
  .vision-title,
  .snake-card h3 {
    font-size: 1.15rem;
  }

  .feature-list li,
  .module-card ul li,
  .benefit-list li,
  .testimonial-text,
  .snake-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .feature-list li,
  .module-card ul li,
  .benefit-list li {
    padding: 0.28rem 0;
    gap: 0.55rem;
  }

  .feature-icon,
  .module-icon,
  .benefit-icon,
  .vision-icon,
  .snake-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    margin-bottom: 0.65rem;
  }

  .feature-icon .ph-duotone,
  .module-icon .ph-duotone,
  .benefit-icon .ph-duotone,
  .vision-icon .ph-duotone,
  .snake-card__icon .ph-duotone {
    font-size: 1.05rem;
  }

  .module-card h3,
  .benefit-header h3,
  .vision-title,
  .snake-card h3 {
    margin-bottom: 0.75rem;
  }

  .module-card ul li,
  .benefit-list li {
    padding: 0.2rem 0;
  }

  .benefit-header {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .benefit-badge {
    font-size: 0.68rem;
    top: -10px;
    padding: 0.22rem 0.8rem;
  }

  .snake-card__tag {
    font-size: 0.62rem;
    padding: 0.22rem 0.55rem;
  }

  .bg-shape {
    filter: blur(64px);
  }

  .section-shapes .bg-shape:nth-child(3) {
    display: none;
  }

  .section-shapes--hero .bg-shape:nth-child(1),
  .section-shapes--hero .bg-shape:nth-child(2) {
    width: 300px;
    height: 300px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .flow-step {
    flex: 0 0 100%;
    max-width: 360px;
  }

  .flow-track {
    display: none;
  }

  .flow-row {
    flex-direction: column;
    align-items: center;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .cta-buttons .btn {
    width: 100%;
  }

  .contact-form-card {
    padding: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .dashboard-cards {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
  }

  .dashboard-panels {
    grid-template-columns: 1fr;
  }

  .dashboard-activity {
    display: none;
  }

  .dashboard-body {
    min-height: 290px;
  }

  .hero-dashboard-wrap {
    padding: 0.4rem 0;
  }

  .hero-dashboard {
    border-radius: 30px 16px 30px 16px;
    max-width: 390px;
    margin-inline: auto;
  }

  .dashboard-header {
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
  }

  .dashboard-dots {
    display: none;
  }

  .dashboard-title {
    font-size: 0.6rem;
  }

  .dashboard-url {
    font-size: 0.58rem;
    padding: 0.14rem 0.42rem;
  }

  .dashboard-preview-label {
    padding: 0.24rem 0.7rem;
    font-size: 0.56rem;
  }

  .dashboard-sidebar {
    width: 40px;
    padding: 0.65rem 0;
    gap: 0.45rem;
  }

  .sidebar-item {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    font-size: 0.75rem;
  }

  .dashboard-content {
    padding: 0.65rem 0.6rem 0.75rem;
  }

  .dashboard-topbar {
    margin-bottom: 0.6rem;
  }

  .dashboard-greeting {
    font-size: 0.72rem;
  }

  .dashboard-breadcrumb {
    font-size: 0.6rem;
  }

  .dash-card {
    padding: 0.52rem;
    gap: 0.45rem;
    border-radius: 10px;
  }

  .dash-card-icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }

  .dash-value {
    font-size: 1rem;
  }

  .dash-label {
    font-size: 0.62rem;
  }

  .dash-change {
    font-size: 0.56rem;
    padding: 0.14rem 0.34rem;
  }

  .phone-device__frame {
    width: 100%;
    max-width: 170px;
    min-width: 170px;
    border-radius: 28px;
    padding: 8px 6px 9px;
    margin-inline: auto;
  }

  .phone-device__screen {
    height: 320px;
    min-height: 320px;
    border-radius: 20px;
  }

  .phone-device__badge {
    right: calc(50% - 78px);
    font-size: 0.5rem;
  }

  .pm-mobile-content {
    padding: 0.3rem 0.5rem;
    gap: 0.35rem;
  }

  .pm-tab {
    font-size: 0.38rem;
  }

  .pm-tab .ph-fill {
    font-size: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .section {
    padding: 3rem 0;
  }

  .row.g-4 {
    --bs-gutter-y: 0.85rem;
  }

  .pricing-scroll {
    padding: 0.45rem 0.8rem 0.9rem;
    margin: 0 -0.8rem;
    scroll-padding-inline: 10%;
  }

  .pricing-scroll > [class*="col-"] {
    flex-basis: 78%;
    max-width: 78%;
  }

  .feature-card,
  .module-card,
  .benefit-card,
  .testimonial-card,
  .snake-card,
  .pricing-card,
  .compare-table-wrap,
  .problem-solution-card,
  .contact-form-card {
    padding: 0.95rem 0.85rem;
  }

  .feature-card h3,
  .module-card h3,
  .benefit-header h3,
  .vision-title,
  .snake-card h3 {
    font-size: 1.05rem;
  }

  .feature-list li,
  .module-card ul li,
  .benefit-list li,
  .testimonial-text,
  .snake-card p {
    font-size: 0.9rem;
  }

  .hero-dashboard {
    max-width: 100%;
  }

  .dashboard-body {
    min-height: 270px;
  }

  .dashboard-url {
    display: none;
  }

  .dashboard-title {
    font-size: 0.62rem;
  }

  .phone-device__frame {
    max-width: 158px;
    min-width: 158px;
    border-radius: 26px;
    padding: 7px 5px 8px;
  }

  .phone-device__screen {
    height: 296px;
    min-height: 296px;
    border-radius: 18px;
  }

  .trust-logos {
    gap: 1.5rem;
  }

  .trust-logo span {
    display: none;
  }
}
