/* ================================================
   SajhiloStay HMS — marketing site stylesheet
   ================================================ */
:root {
  --primary: #1e3a5f;
  --primary-dark: #0f2442;
  --accent: #0ea5e9;
  --accent-dark: #0284c7;
  --teal: #2dd4bf;
  --green: #10b981;
  --yellow: #f59e0b;
  --dark: #0f172a;
  --text: #1e293b;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --border: #e2e8f0;
  --light: #f8fafc;
  --white: #ffffff;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.06);
  --shadow-md: 0 10px 25px rgba(0,0,0,.1);
  --shadow-lg: 0 20px 40px rgba(0,0,0,.12);
  --radius: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --font: 'Inter', sans-serif;
  --font-display: 'Plus Jakarta Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 90px 0; }
.section-alt { background: var(--light); }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: .95rem; padding: 13px 26px; border-radius: var(--radius-full); transition: all .22s ease; }
.btn-lg { padding: 15px 32px; font-size: 1rem; }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; box-shadow: 0 6px 18px rgba(14,165,233,.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(14,165,233,.45); }
.btn-outline { border: 1.5px solid var(--accent); color: var(--accent-dark); }
.btn-outline:hover { background: var(--accent); color: #fff; }
.btn-white { background: #fff; color: var(--primary-dark); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline-white { border: 1.5px solid rgba(255,255,255,.5); color: #fff; }
.btn-outline-white:hover { background: rgba(255,255,255,.12); }
.btn-full { width: 100%; justify-content: center; }

/* ── NAVBAR ── */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(15,23,42,.85); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.navbar-brand { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: #fff; display: flex; align-items: center; gap: 10px; }
.navbar-brand i { color: var(--accent); }
.navbar-brand span { background: linear-gradient(135deg, #38bdf8, #7dd3fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.navbar-links { display: flex; align-items: center; gap: 30px; }
.navbar-links a { color: rgba(255,255,255,.75); font-size: .92rem; font-weight: 600; transition: color .2s; }
.navbar-links a:hover, .navbar-links a.active { color: #fff; }
.navbar-cta { display: flex; gap: 12px; align-items: center; }
.navbar-toggle { display: none; color: #fff; font-size: 1.3rem; }
@media (max-width: 900px) {
  .navbar-links { position: fixed; top: 68px; left: 0; right: 0; background: rgba(15,23,42,.98); flex-direction: column; padding: 24px; gap: 18px; display: none; }
  .navbar-links.open { display: flex; }
  .navbar-toggle { display: block; }
  .navbar-cta .btn { display: none; }
}

/* ── HERO ── */
.hero { position: relative; overflow: hidden; padding: 150px 0 80px; background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 45%, #0f2442 100%); }
.hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 60px 60px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .16; }
.hero-glow-1 { width: 520px; height: 520px; background: radial-gradient(circle, #0ea5e9, transparent); top: -160px; right: -80px; }
.hero-glow-2 { width: 420px; height: 420px; background: radial-gradient(circle, #8b5cf6, transparent); bottom: -140px; left: -80px; }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr 1fr; gap: 48px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(14,165,233,.14); border: 1px solid rgba(14,165,233,.35); color: #7dd3fc; font-size: .82rem; font-weight: 600; padding: 8px 18px; border-radius: var(--radius-full); margin-bottom: 22px; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 4.2vw, 3.1rem); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 16px; }
.hero h1 span { background: linear-gradient(135deg, #0ea5e9, #38bdf8, #7dd3fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.02rem; color: rgba(255,255,255,.68); line-height: 1.75; margin-bottom: 30px; max-width: 520px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 560px; }
.hero-stat { background: rgba(255,255,255,.06); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); padding: 14px 10px; text-align: center; }
.hero-stat-num { font-family: var(--font-display); font-size: 1.35rem; font-weight: 800; color: #38bdf8; }
.hero-stat-label { font-size: .68rem; color: rgba(255,255,255,.6); margin-top: 3px; line-height: 1.4; }

/* ── CONNECTION DIAGRAM ── */
.diagram { position: relative; width: 100%; max-width: 480px; aspect-ratio: 480/440; margin: 0 auto; }
.diagram svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.diagram-line { fill: none; stroke: url(#lineGrad); stroke-width: 2; stroke-dasharray: 7 7; opacity: .55; animation: dashFlow 1.6s linear infinite; }
.diagram-node { position: absolute; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; gap: 6px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); border: 1px solid rgba(14,165,233,.4); border-radius: 14px; padding: 12px 16px; min-width: 92px; opacity: 0; animation: nodeIn .6s ease forwards; }
.diagram-node i { font-size: 1.15rem; color: #38bdf8; }
.diagram-node span { font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.85); white-space: nowrap; }
.diagram-center { background: linear-gradient(135deg, rgba(14,165,233,.28), rgba(37,99,235,.28)); border: 1.5px solid rgba(56,189,248,.75); padding: 16px 22px; animation: nodeIn .6s ease forwards, nodePulse 3s ease-in-out 1s infinite; }
.diagram-center i { font-size: 1.5rem; color: #7dd3fc; }
.diagram-center span { font-size: .8rem; color: #fff; }
.dn1 { animation-delay: .15s; } .dn2 { animation-delay: .3s; } .dn3 { animation-delay: .45s; }
.dn4 { animation-delay: .6s; } .dn5 { animation-delay: .75s; } .dn6 { animation-delay: .9s; }
@keyframes dashFlow { to { stroke-dashoffset: -28; } }
@keyframes nodeIn { from { opacity: 0; transform: translate(-50%,-46%) scale(.85); } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
@keyframes nodePulse { 0%,100% { box-shadow: 0 0 0 0 rgba(56,189,248,.35); } 50% { box-shadow: 0 0 26px 6px rgba(56,189,248,.25); } }

/* ── WITHOUT/WITH COMPARE CARD ── */
.compare-card { position: relative; z-index: 1; max-width: 780px; margin: 52px auto 0; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); overflow: hidden; }
.compare-card table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.compare-card th { font-family: var(--font-display); font-weight: 700; padding: 14px 20px; text-align: left; font-size: .88rem; }
.compare-card th:first-child { color: rgba(255,255,255,.55); background: rgba(239,68,68,.08); }
.compare-card th:last-child { color: #7dd3fc; background: rgba(14,165,233,.12); }
.compare-card td { padding: 11px 20px; color: rgba(255,255,255,.78); border-top: 1px solid rgba(255,255,255,.08); width: 50%; }
.compare-card td:first-child { color: rgba(255,255,255,.5); }
.compare-card td i.fa-times-circle { color: #f87171; margin-right: 8px; }
.compare-card td i.fa-check-circle { color: #34d399; margin-right: 8px; }

/* ── TRUST STRIP ── */
.trust { background: var(--light); padding: 36px 0; border-bottom: 1px solid var(--border); }
.trust-inner { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.trust-stars { color: var(--yellow); font-size: 1rem; letter-spacing: 3px; }
.trust-title { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--text); }
.trust-sub { font-size: .85rem; color: var(--text-muted); }
.trust-chips { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.trust-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-full); padding: 9px 18px; font-size: .86rem; font-weight: 600; color: var(--text); box-shadow: var(--shadow-sm); }
.trust-chip i { color: var(--accent); }

/* ── SECTION HEADERS ── */
.section-header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(14,165,233,.1); color: var(--accent-dark); font-size: .8rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; padding: 7px 16px; border-radius: var(--radius-full); margin-bottom: 16px; }
.section-title { font-family: var(--font-display); font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; color: var(--text); line-height: 1.2; margin-bottom: 14px; }
.section-title span { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-subtitle { font-size: 1rem; color: var(--text-muted); line-height: 1.7; }

/* ── MODULE CARDS ── */
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.module-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 28px; transition: transform .25s ease, box-shadow .25s ease; }
.module-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.module-icon { width: 52px; height: 52px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #fff; background: linear-gradient(135deg, var(--accent), var(--primary)); margin-bottom: 14px; }
.module-label { font-size: .68rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 6px; }
.module-card h3 { font-family: var(--font-display); font-size: 1.08rem; font-weight: 800; color: var(--text); margin-bottom: 12px; line-height: 1.35; }
.module-card ul { display: flex; flex-direction: column; gap: 7px; }
.module-card li { display: flex; gap: 9px; align-items: flex-start; font-size: .86rem; color: var(--text-muted); line-height: 1.5; }
.module-card li i { color: var(--green); margin-top: 3px; font-size: .72rem; flex-shrink: 0; }

/* ── INTEGRATION TILES ── */
.glue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.glue-tile { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: var(--radius); padding: 22px; }
.glue-tile h4 { font-family: var(--font-display); font-size: .98rem; font-weight: 700; color: var(--text); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.glue-tile h4 i { color: var(--accent); }
.glue-tile p { font-size: .86rem; color: var(--text-muted); line-height: 1.65; }

/* ── PRICING ── */
.free-band { max-width: 820px; margin: 0 auto 30px; background: linear-gradient(135deg, rgba(16,185,129,.09), rgba(14,165,233,.09)); border: 1.5px dashed var(--green); border-radius: var(--radius-md); padding: 18px 26px; display: flex; align-items: center; justify-content: center; gap: 10px 22px; flex-wrap: wrap; }
.free-band strong { font-family: var(--font-display); font-weight: 800; color: var(--green); font-size: 1.02rem; letter-spacing: .5px; }
.free-item { display: inline-flex; align-items: center; gap: 7px; font-size: .88rem; font-weight: 600; color: var(--text); }
.free-item i { color: var(--green); }
.free-note { width: 100%; text-align: center; font-size: .78rem; color: var(--text-muted); }
.billing-toggle { display: flex; justify-content: center; gap: 6px; background: var(--light); border: 1px solid var(--border); border-radius: var(--radius-full); padding: 6px; width: fit-content; margin: 0 auto 44px; }
.billing-toggle-btn { padding: 10px 24px; border-radius: var(--radius-full); font-weight: 700; font-size: .9rem; color: var(--text-muted); display: flex; align-items: center; gap: 8px; }
.billing-toggle-btn.active { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; }
.billing-toggle-save { background: var(--green); color: #fff; font-size: .62rem; font-weight: 800; padding: 3px 8px; border-radius: var(--radius-full); }
.tier-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: stretch; }
.tier { position: relative; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 26px 20px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.tier:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.tier.featured { border: 2px solid var(--accent); box-shadow: var(--shadow-md); }
.tier-pop { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; font-size: .68rem; font-weight: 700; padding: 5px 14px; border-radius: var(--radius-full); white-space: nowrap; }
.tier-emoji { font-size: 1.6rem; margin-bottom: 6px; }
.tier h3 { font-family: var(--font-display); font-size: 1.08rem; font-weight: 800; color: var(--text); }
.tier-target { font-size: .76rem; color: var(--text-muted); margin: 2px 0 14px; }
.tier-price { font-family: var(--font-display); font-size: 1.35rem; font-weight: 800; color: var(--primary); line-height: 1.2; }
.tier-price small { display: block; font-family: var(--font); font-size: .72rem; font-weight: 500; color: var(--text-muted); margin-top: 4px; }
.tier-save { display: inline-block; background: rgba(16,185,129,.12); color: var(--green); font-family: var(--font); font-size: .68rem; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-full); margin-top: 6px; }
.tier-limits { display: flex; gap: 8px; margin: 14px 0; flex-wrap: wrap; }
.tier-limit { background: var(--light); border: 1px solid var(--border); border-radius: var(--radius-full); font-size: .7rem; color: var(--text-muted); padding: 4px 10px; white-space: nowrap; }
.tier ul { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; flex-grow: 1; }
.tier li { display: flex; gap: 8px; align-items: flex-start; font-size: .8rem; color: var(--text-muted); line-height: 1.45; }
.tier li i { margin-top: 3px; font-size: .68rem; flex-shrink: 0; color: var(--green); }
.tier li.tier-plus { font-weight: 600; color: var(--text); }
.tier li.tier-plus i { color: var(--accent); }
.tier .btn { margin-top: auto; }

/* ── TABLES ── */
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); }
.cmp-table { width: 100%; border-collapse: collapse; min-width: 760px; font-size: .87rem; }
.cmp-table th, .cmp-table td { padding: 12px 16px; text-align: center; border-bottom: 1px solid var(--border); }
.cmp-table th { background: var(--light); font-family: var(--font-display); font-weight: 700; color: var(--text); font-size: .82rem; }
.cmp-table td:first-child, .cmp-table th:first-child { text-align: left; font-weight: 600; color: var(--text); position: sticky; left: 0; background: var(--white); }
.cmp-table th:first-child { background: var(--light); }
.cmp-table tr:last-child td { border-bottom: none; }
.cmp-table .yes { color: var(--green); }
.cmp-table .no { color: var(--text-light); opacity: .55; }
.cmp-table .part { font-size: .78rem; color: var(--accent-dark); font-weight: 600; }

/* ── TESTIMONIALS ── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 28px; }
.testi-quote { font-size: .92rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; }
.testi-quote::before { content: '\201C'; font-family: var(--font-display); font-size: 2rem; color: var(--accent); display: block; line-height: 1; margin-bottom: 6px; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--primary)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; overflow: hidden; }
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-weight: 700; font-size: .9rem; color: var(--text); }
.testi-role { font-size: .76rem; color: var(--text-muted); }

/* ── DEMO SHOWCASE ── */
.demo-site-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.demo-site-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; }
.demo-site-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.demo-site-shot { aspect-ratio: 16/10; background: linear-gradient(135deg, var(--primary-dark), var(--primary)); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: 2.4rem; overflow: hidden; }
.demo-site-shot img { width: 100%; height: 100%; object-fit: cover; }
.demo-site-body { padding: 22px; display: flex; flex-direction: column; flex-grow: 1; }
.demo-site-type { font-size: .68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 6px; }
.demo-site-body h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.demo-site-tagline { font-size: .85rem; color: var(--text-muted); margin-bottom: 14px; }
.demo-site-highlights { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; flex-grow: 1; }
.demo-site-highlights span { display: flex; gap: 8px; align-items: center; font-size: .8rem; color: var(--text-muted); }
.demo-site-highlights i { color: var(--green); font-size: .7rem; }

/* ── DEMO ACCOUNT CARDS ── */
.acct-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 920px; margin: 0 auto; }
.acct-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 26px; text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.acct-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.acct-icon { width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #fff; background: linear-gradient(135deg, var(--accent), var(--primary)); }
.acct-role { font-family: var(--font-display); font-weight: 800; color: var(--text); margin-bottom: 14px; }
.acct-creds { display: none; margin: 14px 0; text-align: left; background: var(--light); border-radius: var(--radius); padding: 14px 16px; }
.acct-card.open .acct-creds { display: block; }
.acct-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 5px 0; font-size: .84rem; }
.acct-row span { color: var(--text-muted); }
.acct-row code { background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 3px 10px; font-size: .8rem; color: var(--text); cursor: pointer; }
.acct-actions { display: flex; flex-direction: column; gap: 8px; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 14px; max-width: 820px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 22px; }
.faq-item summary { font-weight: 700; color: var(--text); cursor: pointer; }
.faq-item p { margin-top: 10px; color: var(--text-muted); font-size: .92rem; line-height: 1.7; }

/* ── CONTACT / LEAD FORM ── */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
.lead-form { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 34px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .82rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 12px 14px; font-size: .92rem; color: var(--text); background: var(--white); transition: border-color .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); }
.contact-info-card { background: var(--light); border-radius: var(--radius-md); padding: 30px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; }
.contact-info-item i { color: var(--accent); font-size: 1.1rem; margin-top: 3px; }
.contact-info-item strong { display: block; font-size: .85rem; color: var(--text); }
.contact-info-item span { font-size: .85rem; color: var(--text-muted); }
.alert { max-width: 820px; margin: 0 auto 24px; padding: 14px 20px; border-radius: var(--radius); font-size: .9rem; font-weight: 600; }
.alert-success { background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.alert-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

/* ── CTA BAND ── */
.cta-band { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); border-radius: var(--radius-lg); padding: 56px 40px; text-align: center; color: #fff; }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.75); max-width: 560px; margin: 0 auto 28px; }
.cta-madein { margin-top: 26px; font-size: .85rem; color: rgba(255,255,255,.65); }
.cta-madein strong { color: #7dd3fc; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { padding: 130px 0 60px; background: linear-gradient(135deg, #0f172a, #1e3a5f); text-align: center; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 900; color: #fff; margin-bottom: 12px; }
.page-hero h1 span { background: linear-gradient(135deg, #0ea5e9, #7dd3fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.page-hero p { color: rgba(255,255,255,.65); max-width: 640px; margin: 0 auto; }

/* ── FOOTER ── */
.footer { background: var(--dark); color: rgba(255,255,255,.65); padding: 60px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; margin-bottom: 40px; }
.footer h4 { font-family: var(--font-display); color: #fff; font-size: .95rem; margin-bottom: 16px; }
.footer-brand { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: #fff; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.footer-brand i { color: var(--accent); }
.footer p, .footer a { font-size: .86rem; line-height: 1.8; }
.footer a:hover { color: #fff; }
.footer ul li { margin-bottom: 8px; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; transition: background .2s; }
.footer-social a:hover { background: var(--accent); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; text-align: center; font-size: .8rem; }
.footer-bottom strong { color: #7dd3fc; }

/* ── WHATSAPP FLOAT ── */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 8px 20px rgba(37,211,102,.45); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }

/* ── REVEAL ON SCROLL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; }
  .diagram { display: none; }
  .tier-row { grid-template-columns: repeat(2, 1fr); }
  .module-grid, .glue-grid, .testi-grid, .demo-site-grid, .acct-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .hero { padding: 120px 0 60px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .tier-row, .module-grid, .glue-grid, .testi-grid, .demo-site-grid, .acct-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .compare-card th, .compare-card td { padding: 10px 12px; font-size: .8rem; }
}
@media (prefers-reduced-motion: reduce) {
  .diagram-line, .diagram-node, .diagram-center { animation: none !important; opacity: 1; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
