/* ============================
   IT Ways Real Estate CRM Pro
   Design System v2.0
   ============================ */

/* --- Google Fonts Import --- */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

/* --- Design Tokens --- */
:root {
  --midnight: #0B1220;
  --deep-slate: #111C2E;
  --navy-800: #0d1a2d;
  --navy-700: #122040;
  --cyan: #16C7D9;
  --cyan-dim: rgba(22, 199, 217, 0.10);
  --cyan-glow: rgba(22, 199, 217, 0.25);
  --blue: #3B82F6;
  --blue-dim: rgba(59, 130, 246, 0.10);
  --ice: #F5F9FC;
  --mist: #EAF4F7;
  --white: #FFFFFF;
  --text-dark: #0B1220;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  --border-light: #E2ECF5;
  --border-dark: rgba(255,255,255,0.07);
  --amber: #F5B942;
  --green: #10B981;
  --ff-heading: 'Manrope', sans-serif;
  --ff-body: 'Inter', sans-serif;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-sm: 0 1px 3px rgba(11,18,32,0.06);
  --shadow-md: 0 4px 16px rgba(11,18,32,0.08), 0 2px 6px rgba(11,18,32,0.05);
  --shadow-lg: 0 12px 40px rgba(11,18,32,0.12), 0 4px 12px rgba(11,18,32,0.06);
  --shadow-cyan: 0 0 24px rgba(22,199,217,0.2), 0 0 8px rgba(22,199,217,0.12);
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--ff-body); font-size: 16px; color: var(--text-dark); background: var(--white); overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* --- Typography --- */
.t-hero    { font-family: var(--ff-heading); font-size: clamp(3rem, 6.5vw, 5rem); font-weight: 900; line-height: 1.07; letter-spacing: -0.035em; }
.t-section { font-family: var(--ff-heading); font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 800; line-height: 1.14; letter-spacing: -0.025em; }
.t-feature { font-family: var(--ff-heading); font-size: clamp(1.4rem, 2.2vw, 1.875rem); font-weight: 700; line-height: 1.25; letter-spacing: -0.02em; }
.t-body    { font-size: 1rem; line-height: 1.75; color: var(--text-muted); }
.t-body-lg { font-size: 1.0625rem; line-height: 1.8; color: var(--text-muted); }
.t-label   { font-family: var(--ff-heading); font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

/* --- Layout --- */
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.5rem; }
.section    { padding: 6.5rem 0; }
.section-sm { padding: 4rem 0; }

/* --- Utilities --- */
.text-cyan   { color: var(--cyan); }
.text-blue   { color: var(--blue); }
.text-white  { color: var(--white); }
.text-muted  { color: var(--text-muted); }
.text-amber  { color: var(--amber); }
.text-green  { color: var(--green); }

/* Dark section subtle grid overlay */
.dark-grid::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: 0;
}
.dark-grid > * { position: relative; z-index: 1; }

/* ============================
   ANNOUNCEMENT BAR
   ============================ */
.announcement-bar {
  background: var(--midnight);
  color: rgba(255,255,255,0.85);
  font-family: var(--ff-body);
  font-size: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.announcement-bar .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.iso-badges { display: flex; align-items: center; gap: 1.25rem; }
.iso-badge { display: flex; align-items: center; gap: 0.4rem; color: var(--cyan); font-weight: 600; font-size: 0.6875rem; letter-spacing: 0.04em; }
.contact-links { display: flex; align-items: center; gap: 1.25rem; }
.contact-links a { color: rgba(255,255,255,0.9); transition: color var(--transition); font-size: 0.75rem; }
.contact-links a:hover { color: var(--cyan); }

/* ============================
   NAVBAR
   ============================ */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-light);
  transition: box-shadow var(--transition);
}
.navbar.scrolled { box-shadow: 0 2px 24px rgba(11,18,32,0.08); }
.navbar-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }

.navbar-logo { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.logo-mark { background: var(--midnight); color: var(--white); font-family: var(--ff-heading); font-weight: 900; font-size: 1.2rem; letter-spacing: -0.02em; padding: 0.35rem 0.75rem; border-radius: 8px; }
.logo-mark span { color: var(--cyan); }
.logo-meta { display: flex; flex-direction: column; line-height: 1.2; }
.logo-meta strong { font-family: var(--ff-heading); font-size: 0.8125rem; font-weight: 800; color: var(--text-dark); }
.logo-meta em { font-style: normal; font-size: 0.625rem; color: var(--text-muted); font-weight: 500; }

.navbar-nav { display: flex; align-items: center; gap: 0.125rem; list-style: none; flex: 1; justify-content: center; }
.navbar-nav a { font-size: 0.8125rem; font-weight: 600; color: var(--text-muted); padding: 0.45rem 0.7rem; border-radius: 6px; transition: all var(--transition); white-space: nowrap; }
.navbar-nav a:hover { color: var(--text-dark); background: var(--ice); }

.navbar-actions { display: flex; align-items: center; gap: 0.625rem; flex-shrink: 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.625rem 1.25rem; border-radius: 8px; font-family: var(--ff-heading); font-size: 0.875rem; font-weight: 700; cursor: pointer; transition: all var(--transition); border: 1.5px solid transparent; white-space: nowrap; }
.btn-ghost  { color: var(--text-muted); border-color: var(--border-light); background: transparent; }
.btn-ghost:hover { color: var(--text-dark); border-color: var(--text-dark); }
.btn-primary { background: var(--midnight); color: var(--white); border-color: var(--midnight); }
.btn-primary:hover { background: #0d1833; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(11,18,32,0.2); }
.btn-cyan   { background: var(--cyan); color: var(--midnight); border-color: var(--cyan); }
.btn-cyan:hover { filter: brightness(1.05); box-shadow: var(--shadow-cyan); transform: translateY(-1px); }
.btn-outline-dark { background: transparent; color: var(--midnight); border-color: var(--border-light); }
.btn-outline-dark:hover { border-color: var(--midnight); }
.btn-outline-white { background: transparent; color: rgba(255,255,255,0.75); border-color: rgba(255,255,255,0.2); }
.btn-outline-white:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.4); color: var(--white); }
.btn-lg { padding: 0.875rem 1.75rem; font-size: 0.9375rem; border-radius: 10px; }
.btn-sm { padding: 0.375rem 0.875rem; font-size: 0.8125rem; }
.btn-icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 8px; padding: 0; }

.navbar-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 0.5rem; border: none; background: none; }
.navbar-toggle span { display: block; width: 22px; height: 2px; background: var(--text-dark); border-radius: 2px; transition: all var(--transition); }

/* ============================
   SECTION EYEBROW
   ============================ */
.eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem; }
.eyebrow-number { width: 24px; height: 24px; border-radius: 5px; background: var(--cyan-dim); color: var(--cyan); font-family: var(--ff-heading); font-size: 0.625rem; font-weight: 800; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(22,199,217,0.2); flex-shrink: 0; }
.eyebrow-text { font-family: var(--ff-heading); font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); }
.eyebrow.on-dark .eyebrow-number { background: rgba(22,199,217,0.12); }
.eyebrow.on-dark .eyebrow-text { color: rgba(255,255,255,0.4); }

/* ============================
   HERO
   ============================ */
.hero { background: var(--midnight); position: relative; overflow: hidden; padding: 5rem 0; min-height: calc(100vh - 120px); padding-top: 2rem; padding-bottom: 2rem; display: flex; align-items: center; }
.hero-glow-a { position: absolute; top: -15%; right: -5%; width: 60%; height: 75%; background: radial-gradient(ellipse at center, rgba(22,199,217,0.07) 0%, transparent 70%); pointer-events: none; }
.hero-glow-b { position: absolute; bottom: -10%; left: -5%; width: 45%; height: 60%; background: radial-gradient(ellipse at center, rgba(59,130,246,0.05) 0%, transparent 70%); pointer-events: none; }

.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 2; }

.hero-kicker { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1.75rem; padding: 0.375rem 0.875rem 0.375rem 0.625rem; background: rgba(22,199,217,0.07); border: 1px solid rgba(22,199,217,0.18); border-radius: 100px; }
.hero-kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); animation: pulse-dot 2s ease-in-out infinite; }
.hero-kicker-text { font-size: 0.75rem; font-weight: 600; color: rgba(22,199,217,0.9); letter-spacing: 0.03em; }

@keyframes pulse-dot { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(0.8); } }

.hero-title { font-family: var(--ff-heading); font-size: clamp(3rem, 5.5vw, 4.75rem); font-weight: 900; line-height: 1.08; letter-spacing: -0.035em; color: var(--white); margin-bottom: 1.5rem; }
.hero-title .highlight { background: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.hero-desc { font-size: 1.0625rem; line-height: 1.8; color: rgba(255,255,255,0.48); max-width: 460px; margin-bottom: 2.5rem; }

.hero-cta-group { display: flex; align-items: center; gap: 0.875rem; flex-wrap: wrap; }

/* ============================
   WORKFLOW ANIMATION PANEL
   ============================ */
.workflow-panel { background: var(--deep-slate); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 1.5rem; position: relative; overflow: hidden; }
.workflow-panel::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); opacity: 0.4; }

.panel-titlebar { display: flex; align-items: center; gap: 0.625rem; margin-bottom: 1.25rem; }
.panel-dots { display: flex; gap: 5px; }
.panel-dots span { width: 9px; height: 9px; border-radius: 50%; }
.dot-r { background: #FF5F57; } .dot-y { background: #FFBD2E; } .dot-g { background: #28C840; }
.panel-label { font-size: 0.6875rem; color: rgba(255,255,255,0.25); margin-left: 0.25rem; font-weight: 500; }
.panel-live { display: flex; align-items: center; gap: 5px; font-size: 0.625rem; font-weight: 800; color: var(--cyan); letter-spacing: 0.1em; margin-left: auto; }
.panel-live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); animation: pulse-dot 1.5s ease-in-out infinite; }

.wf-steps { display: flex; flex-direction: column; }
.wf-step { display: flex; align-items: flex-start; gap: 0.75rem; }
.wf-connector { display: flex; flex-direction: column; align-items: center; width: 30px; flex-shrink: 0; }
.wf-node { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.875rem; flex-shrink: 0; }
.wf-node.n-source   { background: rgba(59,130,246,0.15);  color: var(--blue);  border: 1px solid rgba(59,130,246,0.25); }
.wf-node.n-capture  { background: rgba(22,199,217,0.12);  color: var(--cyan);  border: 1px solid rgba(22,199,217,0.2); }
.wf-node.n-assign   { background: rgba(16,185,129,0.12);  color: var(--green); border: 1px solid rgba(16,185,129,0.2); }
.wf-node.n-match    { background: rgba(245,185,66,0.12);  color: var(--amber); border: 1px solid rgba(245,185,66,0.2); }
.wf-node.n-whatsapp { background: rgba(34,197,94,0.12);   color: #22C55E;      border: 1px solid rgba(34,197,94,0.2); }
.wf-node.n-followup { background: rgba(139,92,246,0.12);  color: #A78BFA;      border: 1px solid rgba(139,92,246,0.2); }

.wf-line { width: 1.5px; flex: 1; min-height: 14px; background: linear-gradient(to bottom, rgba(22,199,217,0.25), rgba(22,199,217,0.04)); position: relative; overflow: hidden; }
.wf-line::after { content: ''; position: absolute; top: -6px; left: -1px; width: 3px; height: 6px; background: var(--cyan); border-radius: 2px; animation: travel 2.4s ease-in-out infinite; }
@keyframes travel { 0% { top: -6px; opacity: 1; } 100% { top: 100%; opacity: 0; } }
.wf-step:nth-child(1) .wf-line::after { animation-delay: 0s; }
.wf-step:nth-child(2) .wf-line::after { animation-delay: 0.4s; }
.wf-step:nth-child(3) .wf-line::after { animation-delay: 0.8s; }
.wf-step:nth-child(4) .wf-line::after { animation-delay: 1.2s; }
.wf-step:nth-child(5) .wf-line::after { animation-delay: 1.6s; }

.wf-content { flex: 1; padding: 0.1rem 0 0.875rem; }
.wf-label { font-size: 0.8125rem; font-weight: 700; color: rgba(255,255,255,0.82); margin-bottom: 0.125rem; }
.wf-meta  { font-size: 0.6875rem; color: rgba(255,255,255,0.32); display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.wf-time  { margin-left: auto; font-size: 0.625rem; font-weight: 700; color: var(--cyan); font-family: 'SF Mono','Fira Code',monospace; background: var(--cyan-dim); padding: 2px 5px; border-radius: 4px; flex-shrink: 0; }

.wf-tag { font-size: 0.5625rem; font-weight: 800; padding: 2px 6px; border-radius: 4px; letter-spacing: 0.04em; flex-shrink: 0; }
.tag-cyan  { background: var(--cyan-dim);  color: var(--cyan);  border: 1px solid rgba(22,199,217,0.2); }
.tag-green { background: rgba(16,185,129,0.1); color: var(--green); border: 1px solid rgba(16,185,129,0.2); }
.tag-amber { background: rgba(245,185,66,0.1); color: var(--amber); border: 1px solid rgba(245,185,66,0.2); }

/* ============================
   TRUST STRIP
   ============================ */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--border-light); padding: 2.25rem 0; }
.trust-strip-inner { display: flex; align-items: center; flex-wrap: wrap; }
.trust-card { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 2rem; border-right: 1px solid var(--border-light); flex: 1; min-width: 160px; }
.trust-card:last-child { border-right: none; }
.trust-icon { width: 34px; height: 34px; border-radius: 8px; background: var(--ice); border: 1px solid var(--border-light); display: flex; align-items: center; justify-content: center; font-size: 0.9375rem; flex-shrink: 0; transition: all var(--transition); }
.trust-card:hover .trust-icon { background: var(--midnight); color: var(--cyan); border-color: var(--midnight); }
.trust-text strong { display: block; font-family: var(--ff-heading); font-size: 0.8125rem; font-weight: 700; color: var(--text-dark); }
.trust-text span   { font-size: 0.6875rem; color: var(--text-muted); }

/* ============================
   TWO COLUMN LAYOUT
   ============================ */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.two-col.rev > *:first-child { order: 2; }
.two-col.rev > *:last-child  { order: 1; }
.col-content { max-width: 480px; }
.col-content .t-section { margin-bottom: 1.125rem; }
.col-content .t-body-lg  { margin-bottom: 2rem; }
.col-content-wide { max-width: 100%; }

.feature-list { list-style: none; display: flex; flex-direction: column; gap: 0.625rem; margin-bottom: 2rem; }
.feature-list li { display: flex; align-items: flex-start; gap: 0.625rem; font-size: 0.9375rem; color: var(--text-muted); line-height: 1.55; }
.feature-list li .check { width: 16px; height: 16px; border-radius: 50%; background: var(--cyan-dim); border: 1.5px solid rgba(22,199,217,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 3px; font-size: 0.5rem; color: var(--cyan); }

/* ============================
   CRM MOCKUP PANELS
   ============================ */
.crm-panel { background: var(--midnight); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); }
.panel-bar { background: rgba(255,255,255,0.04); padding: 0.75rem 1.125rem; display: flex; align-items: center; gap: 0.625rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.panel-bar .panel-title { font-size: 0.6875rem; color: rgba(255,255,255,0.28); margin-left: auto; font-weight: 500; }
.panel-body { padding: 1.125rem; }

.kpi-row { display: flex; gap: 0.625rem; margin-bottom: 0.875rem; }
.kpi-box { flex: 1; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; padding: 0.75rem; }
.kpi-label { font-size: 0.5625rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 0.25rem; }
.kpi-value { font-family: var(--ff-heading); font-size: 1.375rem; font-weight: 800; color: var(--white); line-height: 1; }
.kpi-delta { font-size: 0.5625rem; font-weight: 700; margin-top: 0.125rem; }
.delta-up   { color: var(--green); }
.delta-cyan { color: var(--cyan); }

.lead-rows { display: flex; flex-direction: column; gap: 0.4rem; }
.lead-row { display: flex; align-items: center; gap: 0.625rem; padding: 0.5rem 0.625rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.04); border-radius: 7px; transition: background var(--transition); }
.lead-row:hover { background: rgba(255,255,255,0.05); }
.lead-av { width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.625rem; font-weight: 800; flex-shrink: 0; }
.av-b { background: rgba(59,130,246,0.2);  color: var(--blue); }
.av-c { background: rgba(22,199,217,0.15); color: var(--cyan); }
.av-g { background: rgba(16,185,129,0.15); color: var(--green); }
.av-a { background: rgba(245,185,66,0.15); color: var(--amber); }
.lead-info { flex: 1; min-width: 0; }
.lead-name { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.78); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lead-sub  { font-size: 0.5875rem; color: rgba(255,255,255,0.28); }
.lead-badge { font-size: 0.5625rem; font-weight: 700; padding: 2px 6px; border-radius: 4px; flex-shrink: 0; }
.b-hot   { background: rgba(239,68,68,0.15);   color: #F87171; }
.b-warm  { background: rgba(245,185,66,0.12);  color: var(--amber); }
.b-visit { background: rgba(16,185,129,0.12);  color: var(--green); }
.b-cold  { background: var(--blue-dim);         color: var(--blue); }

/* ============================
   PROBLEM SECTION
   ============================ */
.section-ice { background: var(--ice); }
.section-white { background: var(--white); }
.section-dark  { background: var(--midnight); position: relative; overflow: hidden; }
.section-slate { background: var(--deep-slate); position: relative; overflow: hidden; }

.problem-header { max-width: 680px; margin-bottom: 3.5rem; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.problem-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 1.875rem; transition: all var(--transition); }
.problem-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: #cdd8e8; }
.problem-num { font-family: var(--ff-heading); font-size: 0.625rem; font-weight: 800; color: var(--text-light); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.875rem; }
.problem-card h4 { font-family: var(--ff-heading); font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.5rem; line-height: 1.35; }
.problem-card p  { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; }

/* ============================
   STATS SHOWCASE
   ============================ */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 4rem; }
.stat-card { text-align: center; padding: 1.875rem 1rem; background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; transition: all var(--transition); }
.stat-card:hover { border-color: rgba(22,199,217,0.35); box-shadow: 0 0 20px rgba(22,199,217,0.08); transform: translateY(-2px); }
.stat-num { font-family: var(--ff-heading); font-size: 2.625rem; font-weight: 900; color: var(--text-dark); line-height: 1; margin-bottom: 0.375rem; letter-spacing: -0.04em; }
.stat-num .u { font-size: 1.5rem; color: var(--cyan); }
.stat-card p { font-size: 0.8125rem; color: var(--text-muted); font-weight: 500; }

/* ============================
   FEATURE 3-GRID
   ============================ */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.feat-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 12px; padding: 1.75rem; transition: all var(--transition); position: relative; overflow: hidden; }
.feat-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--blue)); transform: scaleX(0); transform-origin: left; transition: transform var(--transition); }
.feat-card:hover { border-color: rgba(22,199,217,0.3); box-shadow: 0 8px 24px rgba(22,199,217,0.07); transform: translateY(-2px); }
.feat-card:hover::after { transform: scaleX(1); }
.feat-icon { width: 38px; height: 38px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 1rem; margin-bottom: 0.875rem; }
.feat-card h4 { font-family: var(--ff-heading); font-size: 0.9375rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.375rem; }
.feat-card p  { font-size: 0.8125rem; color: var(--text-muted); line-height: 1.65; }

/* ============================
   PROPERTY MATCHING VISUAL
   ============================ */
.match-visual { background: var(--ice); border: 1px solid var(--border-light); border-radius: 16px; padding: 1.875rem; }
.match-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.25rem; align-items: center; }
.match-col-label { font-size: 0.5625rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 0.75rem; }
.req-block { background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 1rem; }
.req-row { display: flex; justify-content: space-between; align-items: center; padding: 0.4375rem 0; border-bottom: 1px solid var(--border-light); }
.req-row:last-child { border-bottom: none; }
.req-k { font-size: 0.75rem; color: var(--text-muted); }
.req-v { font-size: 0.8125rem; font-weight: 700; color: var(--text-dark); }

.match-engine { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.match-score { width: 68px; height: 68px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--blue)); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); font-family: var(--ff-heading); box-shadow: 0 0 28px rgba(22,199,217,0.3); animation: score-pulse 3s ease-in-out infinite; }
@keyframes score-pulse { 0%,100% { box-shadow: 0 0 20px rgba(22,199,217,0.25); } 50% { box-shadow: 0 0 40px rgba(22,199,217,0.4); } }
.match-score strong { font-size: 1.1875rem; font-weight: 900; line-height: 1; }
.match-score small  { font-size: 0.5rem; opacity: 0.7; }
.match-lbl { font-size: 0.625rem; font-weight: 800; color: var(--cyan); letter-spacing: 0.06em; text-transform: uppercase; }

.props-list { display: flex; flex-direction: column; gap: 0.625rem; }
.prop-card { background: var(--white); border: 1px solid var(--border-light); border-radius: 9px; padding: 0.75rem; display: flex; align-items: center; gap: 0.75rem; transition: all var(--transition); }
.prop-card:hover { border-color: rgba(22,199,217,0.4); }
.prop-card.top { border-color: rgba(22,199,217,0.35); background: rgba(22,199,217,0.02); }
.prop-ico { width: 32px; height: 32px; border-radius: 7px; background: var(--ice); display: flex; align-items: center; justify-content: center; font-size: 0.875rem; flex-shrink: 0; }
.prop-name { font-size: 0.75rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1px; }
.prop-meta { font-size: 0.6875rem; color: var(--text-muted); }
.prop-pct  { font-size: 0.6875rem; font-weight: 800; color: var(--cyan); margin-left: auto; flex-shrink: 0; }

/* ============================
   ANDROID CALL SECTION (DARK)
   ============================ */
.call-glow { position: absolute; top: 50%; right: -5%; transform: translateY(-50%); width: 50%; height: 80%; background: radial-gradient(ellipse at center, rgba(22,199,217,0.05) 0%, transparent 70%); pointer-events: none; }
.call-section .col-content .t-section { color: var(--white); }
.call-section .col-content .t-body-lg  { color: rgba(255,255,255,0.48); }

.phone-wrap { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.phone-device { width: 220px; background: #080E1B; border-radius: 34px; border: 2px solid rgba(255,255,255,0.1); padding: 1.5rem 1rem 1.75rem; box-shadow: 0 32px 80px rgba(0,0,0,0.5), 0 0 50px rgba(22,199,217,0.07); position: relative; }
.phone-notch { width: 56px; height: 4px; background: rgba(255,255,255,0.08); border-radius: 0 0 4px 4px; margin: 0 auto 1.25rem; }
.phone-status { font-size: 0.625rem; font-weight: 600; color: rgba(255,255,255,0.8); text-align: center; letter-spacing: 0.05em; margin-bottom: 0.375rem; }
.phone-caller { font-family: var(--ff-heading); font-size: 1.125rem; font-weight: 700; color: var(--white); text-align: center; }
.phone-sub    { font-size: 0.75rem; color: rgba(255,255,255,0.4); text-align: center; margin-bottom: 1.25rem; }
.phone-av { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, rgba(22,199,217,0.2), rgba(59,130,246,0.2)); border: 2px solid rgba(22,199,217,0.28); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.125rem; font-size: 1.375rem; animation: call-ring 2.5s ease-in-out infinite; }
@keyframes call-ring { 0%,100% { box-shadow: 0 0 0 0 rgba(22,199,217,0.3); } 60% { box-shadow: 0 0 0 10px rgba(22,199,217,0); } }
.phone-btns { display: flex; justify-content: center; gap: 1rem; }
.phone-btn { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.pb-end  { background: rgba(239,68,68,0.2);   color: #F87171; }
.pb-pick { background: rgba(16,185,129,0.2);   color: var(--green); }

.call-crm-flow { display: flex; flex-direction: column; gap: 0.4rem; width: 100%; max-width: 280px; }
.crm-flow-step { display: flex; align-items: center; gap: 0.625rem; padding: 0.5625rem 0.75rem; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; font-size: 0.75rem; color: rgba(255,255,255,0.9); transition: all var(--transition); }
.crm-flow-step.on { background: rgba(22,199,217,0.08); border-color: rgba(22,199,217,0.2); color: var(--cyan); }
.crm-flow-step .si { font-size: 0.8125rem; width: 20px; text-align: center; }

.call-feats { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.call-feat { display: flex; align-items: flex-start; gap: 0.875rem; padding: 1.125rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; transition: all var(--transition); }
.call-feat:hover { background: rgba(22,199,217,0.04); border-color: rgba(22,199,217,0.15); }
.call-feat-ico { width: 34px; height: 34px; border-radius: 8px; background: rgba(22,199,217,0.1); display: flex; align-items: center; justify-content: center; color: var(--cyan); font-size: 0.9375rem; flex-shrink: 0; }
.call-feat strong { display: block; font-size: 0.875rem; font-weight: 700; color: rgba(255,255,255,0.82); margin-bottom: 0.2rem; }
.call-feat p { font-size: 0.8125rem; color: rgba(255,255,255,0.38); line-height: 1.55; }

/* ============================
   ECOSYSTEM / WEBSITE SYNC
   ============================ */
.sync-visual { background: var(--white); border: 1px solid var(--border-light); border-radius: 16px; padding: 1.875rem; }
.sync-layout { display: grid; grid-template-columns: 1fr 48px 1fr; gap: 1rem; align-items: center; }
.sync-side-label { font-size: 0.5625rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 0.625rem; }
.sync-col { background: var(--ice); border: 1px solid var(--border-light); border-radius: 10px; padding: 1rem; }
.sync-center { display: flex; flex-direction: column; align-items: center; gap: 0.375rem; }
.sync-ico { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--blue)); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1rem; animation: rot 4s linear infinite; }
@keyframes rot { to { transform: rotate(360deg); } }
.sync-lbl { font-size: 0.5rem; font-weight: 800; color: var(--cyan); letter-spacing: 0.08em; text-transform: uppercase; text-align: center; }
.prop-entry { padding: 0.625rem 0.75rem; background: var(--white); border: 1px solid var(--border-light); border-radius: 7px; margin-bottom: 0.4rem; }
.prop-entry:last-child { margin-bottom: 0; }
.pe-name { font-size: 0.75rem; font-weight: 700; color: var(--text-dark); }
.pe-meta { font-size: 0.625rem; color: var(--text-muted); }
.web-entry { background: var(--white); border: 1px solid var(--border-light); border-radius: 7px; overflow: hidden; margin-bottom: 0.4rem; }
.web-entry:last-child { margin-bottom: 0; }
.web-bar { background: var(--ice); padding: 0.3rem 0.5rem; display: flex; align-items: center; gap: 0.25rem; border-bottom: 1px solid var(--border-light); }
.web-bar span { width: 5px; height: 5px; border-radius: 50%; }
.d-r { background: #FF5F57; } .d-y { background: #FFBD2E; } .d-g { background: #28C840; }
.web-content { padding: 0.5rem 0.625rem; font-size: 0.625rem; color: var(--text-muted); }
.web-tag { display: inline-block; font-size: 0.5rem; font-weight: 700; padding: 1px 5px; border-radius: 3px; background: rgba(16,185,129,0.1); color: var(--green); margin-top: 2px; }

/* ============================
   COMPLETE BUSINESS PLATFORM (MODULES GRID)
   ============================ */
.modules-intro { max-width: 680px; margin: 0 auto 4rem; text-align: center; }
.modules-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.mod-card { background: var(--ice); border: 1px solid var(--border-light); border-radius: 11px; padding: 1.25rem; transition: all var(--transition); position: relative; }
.mod-card:hover { border-color: rgba(22,199,217,0.3); background: var(--white); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.mod-card.featured { border-color: rgba(22,199,217,0.3); background: rgba(22,199,217,0.02); }
.mod-icon { font-size: 1.3125rem; margin-bottom: 0.625rem; }
.mod-card h5 { font-family: var(--ff-heading); font-size: 0.875rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.25rem; }
.mod-card p  { font-size: 0.75rem; color: var(--text-muted); line-height: 1.55; }
.mod-tag { position: absolute; top: 0.625rem; right: 0.625rem; font-size: 0.5rem; font-weight: 800; padding: 2px 5px; border-radius: 4px; letter-spacing: 0.05em; text-transform: uppercase; }
.tag-new    { background: rgba(22,199,217,0.12); color: var(--cyan); border: 1px solid rgba(22,199,217,0.2); }
.tag-feat   { background: rgba(245,185,66,0.12); color: var(--amber); border: 1px solid rgba(245,185,66,0.2); }

/* ============================
   ROLE-BASED VISIBILITY (DARK SECTION)
   ============================ */
.role-section .t-section  { color: var(--white); }
.role-section .t-body-lg  { color: rgba(255,255,255,0.48); }

.role-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.r-tab { padding: 0.4375rem 0.875rem; border-radius: 8px; font-size: 0.8125rem; font-weight: 600; cursor: pointer; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07); color: rgba(255,255,255,0.9); transition: all var(--transition); }
.r-tab:hover { color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.08); }
.r-tab.active { background: var(--cyan); color: var(--midnight); border-color: var(--cyan); }

.r-panel { display: none; }
.r-panel.active { display: block; }
.r-panel-inner { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; padding: 1.5rem; }
.r-panel-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.r-avatar { width: 34px; height: 34px; border-radius: 8px; background: rgba(22,199,217,0.12); border: 1px solid rgba(22,199,217,0.2); display: flex; align-items: center; justify-content: center; color: var(--cyan); font-size: 0.9375rem; }
.r-title { font-family: var(--ff-heading); font-size: 0.875rem; font-weight: 700; color: rgba(255,255,255,0.82); }
.r-subtitle { font-size: 0.6875rem; color: rgba(255,255,255,0.7); margin-top: 1px; }
.r-badge { margin-left: auto; font-size: 0.5625rem; font-weight: 800; padding: 3px 7px; border-radius: 4px; background: rgba(22,199,217,0.1); color: var(--cyan); border: 1px solid rgba(22,199,217,0.18); letter-spacing: 0.05em; text-transform: uppercase; }
.r-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.625rem; margin-bottom: 1.125rem; }
.r-met { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 0.75rem; text-align: center; }
.r-met-v { font-family: var(--ff-heading); font-size: 1.375rem; font-weight: 800; color: var(--white); }
.r-met-l { font-size: 0.5625rem; font-weight: 600; color: rgba(255,255,255,0.28); letter-spacing: 0.04em; margin-top: 2px; }
.r-access { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.r-acc-tag { font-size: 0.6875rem; font-weight: 600; padding: 4px 9px; border-radius: 6px; background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.48); border: 1px solid rgba(255,255,255,0.06); }

/* ============================
   INTEGRATIONS
   ============================ */
.int-grid { display: flex; flex-wrap: wrap; gap: 0.625rem; justify-content: center; margin-top: 3rem; }
.int-badge { display: flex; align-items: center; gap: 0.5625rem; padding: 0.5625rem 1rem; background: var(--ice); border: 1px solid var(--border-light); border-radius: 9px; font-size: 0.8125rem; font-weight: 600; color: var(--text-dark); transition: all var(--transition); }
.int-badge:hover { border-color: rgba(22,199,217,0.35); box-shadow: 0 4px 12px rgba(22,199,217,0.07); transform: translateY(-1px); }
.int-icon { font-size: 1rem; flex-shrink: 0; }
.int-dot  { width: 5px; height: 5px; border-radius: 50%; background: var(--green); flex-shrink: 0; animation: pulse-dot 2.5s ease-in-out infinite; }

/* ============================
   VIDEO DEMOS
   ============================ */
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem; margin-top: 3.5rem; }
.video-card { border-radius: 14px; overflow: hidden; border: 1px solid var(--border-light); box-shadow: var(--shadow-md); transition: all var(--transition); }
.video-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.video-embed { position: relative; aspect-ratio: 16/9; }
.video-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-meta { background: var(--white); padding: 1.125rem 1.375rem; border-top: 1px solid var(--border-light); }
.video-tag  { font-size: 0.625rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan); margin-bottom: 0.3rem; }
.video-meta h4 { font-family: var(--ff-heading); font-size: 0.9375rem; font-weight: 700; color: var(--text-dark); }

/* ============================
   TRUST / ISO (DARK SECTION)
   ============================ */
.trust-section .t-section  { color: var(--white); }
.trust-section .t-body-lg  { color: rgba(255,255,255,0.48); }
.cert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.cert-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 13px; padding: 1.875rem; position: relative; overflow: hidden; transition: all var(--transition); }
.cert-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.cert-card:hover { border-color: rgba(22,199,217,0.18); background: rgba(22,199,217,0.03); }
.cert-num { display: flex; align-items: center; gap: 0.5rem; font-family: var(--ff-heading); font-size: 0.6875rem; font-weight: 800; color: var(--cyan); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.875rem; }
.cert-num-ico { width: 22px; height: 22px; border-radius: 5px; background: rgba(22,199,217,0.1); border: 1px solid rgba(22,199,217,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; }
.cert-card h4 { font-family: var(--ff-heading); font-size: 1.1875rem; font-weight: 800; color: var(--white); margin-bottom: 0.4375rem; }
.cert-card p  { font-size: 0.875rem; color: rgba(255,255,255,0.85); line-height: 1.65; }
.trust-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.tp-card { padding: 1.5rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; text-align: center; transition: all var(--transition); }
.tp-card:hover { background: rgba(22,199,217,0.04); border-color: rgba(22,199,217,0.14); }
.tp-icon { font-size: 1.375rem; margin-bottom: 0.5rem; }
.tp-card strong { display: block; font-family: var(--ff-heading); font-size: 0.875rem; font-weight: 700; color: rgba(255,255,255,0.78); margin-bottom: 0.2rem; }
.tp-card span { font-size: 0.75rem; color: rgba(255,255,255,0.7); }

/* ============================
   MID-PAGE CTA BANNER
   ============================ */
.mid-cta { background: var(--ice); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); padding: 2.25rem 0; }
.mid-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.mid-cta-text p { font-family: var(--ff-heading); font-size: 1.125rem; font-weight: 700; color: var(--text-dark); }
.mid-cta-text small { display: block; font-size: 0.8125rem; color: var(--text-muted); margin-top: 0.2rem; }

/* ============================
   FAQ
   ============================ */
.faq-header { max-width: 580px; margin-bottom: 3rem; }
.faq-list { max-width: 740px; }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--ff-heading); font-size: 0.9375rem; font-weight: 700; color: var(--text-dark); transition: color var(--transition); }
.faq-q:hover { color: var(--blue); }
.faq-chevron { width: 22px; height: 22px; border-radius: 6px; background: var(--ice); border: 1px solid var(--border-light); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; flex-shrink: 0; transition: all var(--transition); color: var(--text-muted); }
.faq-item.open .faq-chevron { background: var(--midnight); color: var(--white); transform: rotate(45deg); border-color: var(--midnight); }
.faq-a { display: none; padding-bottom: 1.25rem; font-size: 0.9375rem; color: var(--text-muted); line-height: 1.78; }
.faq-item.open .faq-a { display: block; }

/* ============================
   FINAL CTA SECTION
   ============================ */
.cta-section { background: var(--midnight); position: relative; overflow: hidden; }
.cta-glow { position: absolute; top: -25%; left: 50%; transform: translateX(-50%); width: 80%; height: 70%; background: radial-gradient(ellipse at center, rgba(22,199,217,0.07) 0%, transparent 70%); pointer-events: none; }
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 2; }
.cta-content .t-section { color: var(--white); max-width: 480px; margin-bottom: 1.125rem; }
.cta-content .t-body-lg  { color: rgba(255,255,255,0.48); margin-bottom: 2rem; }
.cta-contacts { display: flex; flex-direction: column; gap: 0.75rem; }
.cta-link { display: flex; align-items: center; gap: 0.625rem; color: rgba(255,255,255,0.48); font-size: 0.9375rem; font-weight: 500; transition: color var(--transition); }
.cta-link:hover { color: var(--cyan); }
.cta-link-ico { width: 30px; height: 30px; border-radius: 7px; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; font-size: 0.8125rem; flex-shrink: 0; }

/* Lead Form Card */
.form-card { background: var(--white); border-radius: 18px; padding: 2.25rem; box-shadow: var(--shadow-lg); position: relative; }
.form-card::before { content: ''; position: absolute; top: 0; left: 2rem; right: 2rem; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--blue)); border-radius: 0 0 4px 4px; }
.form-title    { font-family: var(--ff-heading); font-size: 1.25rem; font-weight: 800; color: var(--text-dark); margin-bottom: 0.3rem; }
.form-subtitle { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.f-group { margin-bottom: 0.875rem; }
.f-label { display: block; font-size: 0.6875rem; font-weight: 700; color: var(--text-dark); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.375rem; }
.f-input { width: 100%; padding: 0.625rem 0.875rem; background: var(--ice); border: 1.5px solid var(--border-light); border-radius: 8px; font-size: 0.9375rem; color: var(--text-dark); font-family: var(--ff-body); transition: all var(--transition); outline: none; -webkit-appearance: none; }
.f-input:focus { border-color: var(--cyan); background: var(--white); box-shadow: 0 0 0 3px rgba(22,199,217,0.1); }
.f-input::placeholder { color: var(--text-light); }
.f-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.875rem; }
.role-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.375rem; }
.r-chip { padding: 0.375rem 0.75rem; border-radius: 7px; font-size: 0.8125rem; font-weight: 600; cursor: pointer; background: var(--ice); border: 1.5px solid var(--border-light); color: var(--text-muted); transition: all var(--transition); -webkit-user-select: none; user-select: none; }
.r-chip:hover { border-color: var(--cyan); color: var(--text-dark); }
.r-chip.on { background: var(--midnight); color: var(--white); border-color: var(--midnight); }
.f-submit { width: 100%; padding: 0.875rem; background: var(--midnight); color: var(--white); border: none; border-radius: 10px; font-family: var(--ff-heading); font-size: 0.9375rem; font-weight: 800; cursor: pointer; transition: all var(--transition); display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 1.125rem; }
.f-submit:hover { background: var(--deep-slate); box-shadow: 0 8px 24px rgba(11,18,32,0.22); transform: translateY(-1px); }
.f-privacy { text-align: center; font-size: 0.6875rem; color: var(--text-light); margin-top: 0.625rem; }

/* ============================
   FOOTER
   ============================ */
.footer { background: var(--navy-700); border-top: 1px solid rgba(255,255,255,0.05); padding: 4rem 0 2.25rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2.5rem; }
.footer-brand .logo-wrap { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.875rem; }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,0.7); line-height: 1.75; margin-bottom: 1.25rem; max-width: 280px; }
.socials { display: flex; gap: 0.5rem; }
.soc-link { width: 32px; height: 32px; border-radius: 7px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; font-size: 0.875rem; color: rgba(255,255,255,0.8); transition: all var(--transition); }
.soc-link:hover { background: var(--cyan); color: var(--midnight); border-color: var(--cyan); }
.footer-col h5 { font-family: var(--ff-heading); font-size: 0.6875rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 1rem; }
.f-links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.f-links a { font-size: 0.875rem; color: rgba(255,255,255,0.85); transition: color var(--transition); }
.f-links a:hover { color: var(--cyan); }
.f-contact-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: rgba(255,255,255,0.85); margin-bottom: 0.625rem; }
.f-contact-item a { color: inherit; transition: color var(--transition); }
.f-contact-item a:hover { color: var(--cyan); }
.f-ci-ico { width: 26px; height: 26px; border-radius: 6px; background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; flex-shrink: 0; }
.footer-bottom { margin-top: 2.75rem; padding-top: 1.375rem; border-top: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.8125rem; color: rgba(255,255,255,0.6); }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { font-size: 0.8125rem; color: rgba(255,255,255,0.6); transition: color var(--transition); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.85); }

/* Floating WhatsApp */
.float-wa { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 500; width: 50px; height: 50px; border-radius: 50%; background: #25D366; color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.375rem; box-shadow: 0 4px 18px rgba(37,211,102,0.38); transition: all var(--transition); border: 2px solid rgba(255,255,255,0.88); }
.float-wa:hover { transform: scale(1.1); }
.float-wa-ping { position: absolute; top: -1px; right: -1px; width: 13px; height: 13px; border-radius: 50%; background: var(--amber); border: 2px solid var(--white); }

/* Scroll Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.rv-d1 { transition-delay: 0.1s; }
.rv-d2 { transition-delay: 0.2s; }
.rv-d3 { transition-delay: 0.3s; }
.rv-d4 { transition-delay: 0.4s; }

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1024px) {
  .hero-inner  { grid-template-columns: 1fr; gap: 3rem; }
  .workflow-panel { max-width: 460px; margin: 0 auto; }
  .two-col { grid-template-columns: 1fr; gap: 3rem; }
  .two-col.rev > * { order: 0 !important; }
  .col-content { max-width: 100%; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .modules-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-content .t-section { max-width: 100%; }
}
@media (max-width: 768px) {
  .navbar-nav { display: none; }
  .navbar-nav.open { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--white); padding: 0.875rem; border-bottom: 1px solid var(--border-light); box-shadow: var(--shadow-lg); z-index: 999; }
  .navbar-nav.open a { padding: 0.7rem 1rem; border-radius: 8px; }
  .navbar-toggle { display: flex; }
  .section { padding: 4rem 0; }
  .problem-grid { grid-template-columns: 1fr; }
  .match-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr; }
  .trust-pillars { grid-template-columns: 1fr 1fr; }
  .r-metrics { grid-template-columns: repeat(2, 1fr); }
  .modules-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .trust-strip-inner { flex-direction: column; }
  .trust-card { border-right: none; border-bottom: 1px solid var(--border-light); width: 100%; }
  .trust-card:last-child { border-bottom: none; }
  .announcement-bar .contact-links { display: none; }
  .f-grid { grid-template-columns: 1fr; }
  .sync-layout { grid-template-columns: 1fr; }
  .sync-center { flex-direction: row; }
}
@media (max-width: 480px) {
  .trust-pillars  { grid-template-columns: 1fr; }
  .stats-row      { grid-template-columns: 1fr 1fr; }
  .modules-grid   { grid-template-columns: 1fr 1fr; }
  .footer-bottom  { flex-direction: column; text-align: center; }
  .footer-bottom-links { justify-content: center; }
  .hero-nav { display: none; }
  .int-grid { gap: 0.5rem; }
  .cta-inner { gap: 2.5rem; }
}

/* ============================
   MODAL BOX (LEAD FORM)
   ============================ */
.modal-overlay {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(11, 18, 32, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-container {
  width: 100%; max-width: 540px;
  background: var(--white);
  border-radius: 18px;
  position: relative;
  transform: translateY(30px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
  max-height: 95vh;
  overflow-y: auto;
}
.modal-overlay.open .modal-container { transform: translateY(0) scale(1); }
.modal-close {
  position: absolute; top: 1.25rem; right: 1.25rem;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ice); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; color: var(--text-muted);
  transition: all var(--transition); z-index: 10;
}
.modal-close:hover { background: var(--midnight); color: var(--white); transform: rotate(90deg); }
.modal-content { padding: 2.5rem; position: relative; }
.modal-content::before {
  content: ''; position: absolute; top: 0; left: 2.5rem; right: 2.5rem; height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--blue)); border-radius: 0 0 4px 4px;
}
@media (max-width: 480px) { .modal-content { padding: 1.5rem; } .modal-content::before { left: 1.5rem; right: 1.5rem; } }
.g-chip { display:inline-block; padding:0.4rem 1rem; background:rgba(11,18,32,0.04); border:1px solid rgba(11,18,32,0.08); border-radius:100px; font-size:0.875rem; font-weight:500; color:var(--deep-slate); transition:all 0.2s ease; }
.g-chip:hover { background:var(--midnight); color:var(--white); border-color:var(--midnight); transform:translateY(-2px); box-shadow:0 4px 12px rgba(11,18,32,0.15); }
.faq-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 4rem; align-items: flex-start; }
@media (max-width: 992px) { .faq-grid { grid-template-columns: 1fr; gap: 3rem; } }
.g-chip { text-decoration: none; font-size: 0.75rem; padding: 0.35rem 0.8rem; margin-bottom: 0.25rem; font-weight: 600; display: inline-block; background: rgba(11,18,32,0.03); border: 1px solid rgba(11,18,32,0.08); border-radius: 100px; color: var(--deep-slate); transition: all 0.2s ease; }
.g-chip:hover { background: var(--cyan); color: var(--white); border-color: var(--cyan); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(22,199,217,0.25); }

/* Vertical Marquee Settings */
.city-marquee-container {
  position: relative;
  height: 270px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 5%, black 95%, transparent);
}
.city-marquee-track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: scroll-y-marquee 30s linear infinite;
}
.city-marquee-track:hover {
  animation-play-state: paused;
}
.city-marquee-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@keyframes scroll-y-marquee {
  from { transform: translateY(0); }
  to { transform: translateY(calc(-50% - 0.75rem)); }
}
