/* =============================================================================
   Public website — premium marketing theme (landing, how it works, contact)
   Fonts: Plus Jakarta Sans (headings) + Inter (body). Bootstrap 5 grid only.
   ============================================================================= */
:root {
    --ink: #0b1220;
    --ink-2: #1e293b;
    --muted: #64748b;
    --line: #e6e9f2;
    --bg: #ffffff;
    --bg-soft: #f6f7fb;
    --brand: #4f46e5;
    --brand-2: #7c3aed;
    --brand-3: #06b6d4;
    --brand-glow: rgba(79, 70, 229, .35);
    --green: #10b981;
    --amber: #f59e0b;
    --radius: 18px;
    --shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .04);
    --shadow: 0 10px 30px -10px rgba(15, 23, 42, .18);
    --shadow-lg: 0 30px 60px -20px rgba(15, 23, 42, .28);
    --font-head: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
    --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--font-body); color: var(--ink-2); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4, h5 { font-family: var(--font-head); color: var(--ink); letter-spacing: -.02em; line-height: 1.15; font-weight: 700; }
p { margin: 0 0 1rem; }
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-2); }
img { max-width: 100%; }
.container-xl { max-width: 1200px; }

/* ---------- Typography helpers ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: linear-gradient(90deg, var(--brand), var(--brand-3)); border-radius: 2px; }
.display { font-size: clamp(2.3rem, 5vw, 3.9rem); font-weight: 800; }
.h-section { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 1rem; }
.lead-text { font-size: 1.15rem; color: var(--muted); max-width: 640px; }
.text-gradient { background: linear-gradient(92deg, var(--brand) 0%, var(--brand-2) 55%, var(--brand-3) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: radial-gradient(1200px 500px at 20% -10%, rgba(124, 58, 237, .35), transparent 60%), radial-gradient(900px 400px at 100% 100%, rgba(6, 182, 212, .25), transparent 60%), var(--ink); color: #cbd5e1; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark .lead-text { color: #94a3b8; }
.section-head { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.section-head .lead-text { margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn-x { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .85rem 1.5rem; border-radius: 999px; font-weight: 600; font-size: .95rem; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; white-space: nowrap; cursor: pointer; }
.btn-x:hover { transform: translateY(-2px); }
.btn-x-primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; box-shadow: 0 10px 24px -8px var(--brand-glow); }
.btn-x-primary:hover { color: #fff; box-shadow: 0 16px 30px -8px var(--brand-glow); }
.btn-x-light { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-x-light:hover { color: var(--brand); border-color: #c7d2fe; }
.btn-x-ghost { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .18); backdrop-filter: blur(6px); }
.btn-x-ghost:hover { background: rgba(255, 255, 255, .14); color: #fff; }
.btn-x-lg { padding: 1rem 1.9rem; font-size: 1.02rem; }
.btn-x-sm { padding: .55rem 1.1rem; font-size: .85rem; }
.btn-x-wa { background: #25d366; color: #fff; }
.btn-x-wa:hover { background: #1fb959; color: #fff; }

/* ---------- Navbar ---------- */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; padding: 1.1rem 0; }
.site-nav.scrolled { background: rgba(255, 255, 255, .86); backdrop-filter: saturate(160%) blur(14px); box-shadow: 0 1px 0 var(--line), 0 10px 30px -20px rgba(15, 23, 42, .3); padding: .6rem 0; }
.site-nav .brand { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; color: var(--ink); letter-spacing: -.02em; }
.site-nav .brand .logo { width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); display: inline-flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 8px 20px -6px var(--brand-glow); }
.site-nav .nav-links { display: flex; align-items: center; gap: 1.75rem; }
.site-nav .nav-links a { color: var(--ink-2); font-weight: 500; font-size: .95rem; position: relative; }
.site-nav .nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--brand); transition: right .2s ease; border-radius: 2px; }
.site-nav .nav-links a:hover::after, .site-nav .nav-links a.active::after { right: 0; }
.site-nav.on-dark:not(.scrolled) .brand, .site-nav.on-dark:not(.scrolled) .nav-links a { color: #fff; }
.site-nav.on-dark:not(.scrolled) .btn-x-light { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); }
.site-nav .nav-cta { display: flex; align-items: center; gap: .5rem; }
.site-nav .brand { white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--ink); }
.mobile-menu { position: fixed; inset: 0; z-index: 1100; background: #fff; padding: 1.25rem; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a.item { display: block; padding: 1rem 0; font-size: 1.25rem; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
@media (max-width: 991.98px) { .site-nav .nav-links, .site-nav .nav-cta { display: none; } .nav-toggle { display: inline-flex; } }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(7rem, 14vw, 10.5rem) 0 clamp(4rem, 8vw, 6rem); background: radial-gradient(1000px 500px at 10% -10%, rgba(99, 102, 241, .18), transparent 60%), radial-gradient(800px 400px at 95% 10%, rgba(6, 182, 212, .16), transparent 55%), linear-gradient(180deg, #f8f9ff 0%, #fff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(15, 23, 42, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, .045) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 75%); pointer-events: none; }
.hero .container-xl { position: relative; }
.pill { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .9rem .4rem .5rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-size: .82rem; font-weight: 600; color: var(--ink-2); margin-bottom: 1.5rem; }
.pill .dot { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-3)); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: .7rem; }
.hero-ctas { display: flex; gap: .75rem; flex-wrap: wrap; margin: 2rem 0 1.5rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1.25rem; color: var(--muted); font-size: .88rem; }
.trust-row span { display: inline-flex; align-items: center; gap: .4rem; }
.trust-row i { color: var(--green); }

/* Product mockup (pure CSS) */
.mock-wrap { position: relative; perspective: 1400px; }
.mock { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; transform: rotateY(-8deg) rotateX(4deg); transform-origin: left center; transition: transform .5s ease; }
.mock-wrap:hover .mock { transform: rotateY(-3deg) rotateX(1deg); }
.mock-bar { display: flex; align-items: center; gap: .4rem; padding: .7rem 1rem; border-bottom: 1px solid var(--line); background: #fafbff; }
.mock-bar i { width: 10px; height: 10px; border-radius: 50%; background: #e2e8f0; }
.mock-bar i:nth-child(1) { background: #fb7185; } .mock-bar i:nth-child(2) { background: #fbbf24; } .mock-bar i:nth-child(3) { background: #34d399; }
.mock-bar .url { margin-left: .6rem; flex: 1; height: 22px; border-radius: 6px; background: #eef0f6; font-size: .68rem; color: #94a3b8; display: flex; align-items: center; padding: 0 .6rem; }
.mock-body { display: grid; grid-template-columns: 150px 1fr; min-height: 340px; }
.mock-side { background: var(--ink); padding: 1rem .8rem; display: flex; flex-direction: column; gap: .55rem; }
.mock-side .s { height: 10px; border-radius: 5px; background: rgba(255, 255, 255, .12); width: 80%; }
.mock-side .s.on { background: var(--brand); width: 90%; box-shadow: 0 6px 14px -4px var(--brand-glow); }
.mock-main { padding: 1rem; background: #f6f7fb; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin-bottom: .8rem; }
.mock-stat { background: #fff; border-radius: 10px; padding: .6rem .7rem; border: 1px solid var(--line); }
.mock-stat b { display: block; font-size: 1.05rem; color: var(--ink); font-family: var(--font-head); }
.mock-stat span { font-size: .62rem; color: var(--muted); }
.mock-table { background: #fff; border-radius: 10px; border: 1px solid var(--line); overflow: hidden; }
.mock-row { display: grid; grid-template-columns: 1.4fr 1fr .8fr .7fr; gap: .5rem; padding: .55rem .7rem; border-bottom: 1px solid #f1f3f9; font-size: .68rem; align-items: center; }
.mock-row.head { background: #fafbff; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .58rem; }
.mock-row .n { font-weight: 600; color: var(--ink); }
.mock-row .tag { display: inline-block; padding: .12rem .45rem; border-radius: 999px; font-size: .58rem; font-weight: 700; }
.tag-new { background: #e0e7ff; color: #4338ca; } .tag-hot { background: #fef3c7; color: #b45309; } .tag-won { background: #d1fae5; color: #047857; }
.float-card { position: absolute; background: #fff; border-radius: 14px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); padding: .7rem .9rem; display: flex; align-items: center; gap: .65rem; font-size: .8rem; animation: floaty 6s ease-in-out infinite; }
.float-card b { display: block; font-size: .8rem; color: var(--ink); }
.float-card span { color: var(--muted); font-size: .72rem; }
.float-card .ic { width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.05rem; color: #fff; }
.fc-1 { top: -18px; right: -10px; } .fc-2 { bottom: 26px; left: -30px; animation-delay: 1.5s; } .fc-3 { bottom: -22px; right: 40px; animation-delay: 3s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (max-width: 991.98px) { .mock { transform: none; } .fc-2 { left: 0; } .fc-1 { right: 0; } .fc-3 { right: 10px; } .mock-body { grid-template-columns: 110px 1fr; } }
@media (max-width: 575.98px) { .mock-body { grid-template-columns: 1fr; } .mock-side { display: none; } .float-card { display: none; } .mock-wrap { margin-top: 1rem; } }

/* ---------- Logos / integrations strip ---------- */
.logo-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.5rem; align-items: center; }
.logo-strip .lg { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; color: #94a3b8; font-family: var(--font-head); font-size: 1rem; letter-spacing: -.01em; transition: color .2s; }
.logo-strip .lg:hover { color: var(--ink); }
.logo-strip .lg i { font-size: 1.3rem; }

/* ---------- Feature cards ---------- */
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; height: 100%; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; position: relative; overflow: hidden; }
.feature::after { content: ""; position: absolute; inset: auto -40% -60% auto; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(79, 70, 229, .12), transparent 70%); opacity: 0; transition: opacity .3s; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #dbe0f5; }
.feature:hover::after { opacity: 1; }
.feature .ic { width: 50px; height: 50px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 10px 20px -8px var(--brand-glow); margin-bottom: 1.1rem; }
.feature .ic.c2 { background: linear-gradient(135deg, #06b6d4, #3b82f6); } .feature .ic.c3 { background: linear-gradient(135deg, #10b981, #059669); } .feature .ic.c4 { background: linear-gradient(135deg, #f59e0b, #ef4444); } .feature .ic.c5 { background: linear-gradient(135deg, #25d366, #128c7e); } .feature .ic.c6 { background: linear-gradient(135deg, #ec4899, #8b5cf6); }
.feature h4 { font-size: 1.1rem; margin-bottom: .5rem; }
.feature p { color: var(--muted); font-size: .93rem; margin: 0; }
.feature ul { margin: .75rem 0 0; padding-left: 1.1rem; color: var(--muted); font-size: .88rem; }
.feature ul li { margin-bottom: .2rem; }

/* ---------- Steps ---------- */
.steps { counter-reset: step; display: grid; gap: 1.25rem; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; transition: box-shadow .2s ease, transform .2s ease; }
.step:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.step .num { counter-increment: step; width: 64px; height: 64px; border-radius: 18px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; box-shadow: 0 12px 24px -10px var(--brand-glow); }
.step .num::before { content: counter(step, decimal-leading-zero); }
.step h4 { font-size: 1.15rem; margin-bottom: .35rem; }
.step p { color: var(--muted); margin: 0; }
.step .chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .75rem; }
.chip { display: inline-flex; align-items: center; gap: .3rem; padding: .28rem .65rem; border-radius: 999px; background: var(--bg-soft); border: 1px solid var(--line); font-size: .76rem; font-weight: 600; color: var(--ink-2); }
.chip i { color: var(--brand); }
@media (max-width: 575.98px) { .step { grid-template-columns: 48px 1fr; gap: .9rem; padding: 1.1rem; } .step .num { width: 48px; height: 48px; font-size: 1.05rem; border-radius: 14px; } }

/* Flow diagram */
.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; align-items: stretch; }
.flow .node { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 16px; padding: 1.1rem .9rem; text-align: center; position: relative; backdrop-filter: blur(6px); }
.flow .node i { font-size: 1.6rem; color: var(--brand-3); display: block; margin-bottom: .5rem; }
.flow .node b { display: block; color: #fff; font-size: .92rem; margin-bottom: .25rem; }
.flow .node span { font-size: .76rem; color: #94a3b8; display: block; }
.flow .node::after { content: "\F138"; font-family: "bootstrap-icons"; position: absolute; right: -14px; top: 50%; transform: translateY(-50%); color: var(--brand-3); font-size: 1rem; }
.flow .node:last-child::after { display: none; }
@media (max-width: 991.98px) { .flow { grid-template-columns: repeat(2, 1fr); } .flow .node::after { display: none; } }
@media (max-width: 575.98px) { .flow { grid-template-columns: 1fr; } }

/* Report timeline */
.timeline-x { display: flex; align-items: center; gap: .5rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .6rem; box-shadow: var(--shadow); overflow-x: auto; }
.timeline-x .slot { flex: 1; min-width: 150px; text-align: center; padding: .7rem .5rem; border-radius: 999px; font-size: .82rem; color: var(--muted); }
.timeline-x .slot b { display: block; color: var(--ink); font-family: var(--font-head); font-size: .95rem; }
.timeline-x .slot.on { background: linear-gradient(135deg, #eef2ff, #f5f3ff); color: var(--brand); }
.timeline-x .slot.on b { color: var(--brand); }
.wa-bubble { background: #dcf8c6; border-radius: 16px 16px 16px 4px; padding: .9rem 1rem; font-size: .9rem; color: #1f2937; box-shadow: var(--shadow-sm); position: relative; max-width: 420px; white-space: pre-line; }
.wa-bubble .file { display: flex; align-items: center; gap: .6rem; background: #fff; border-radius: 10px; padding: .55rem .7rem; margin-top: .6rem; font-size: .82rem; }
.wa-bubble .file i { font-size: 1.4rem; color: #16a34a; }
.wa-bubble .time { display: block; text-align: right; font-size: .7rem; color: #64748b; margin-top: .3rem; }

/* ---------- Stats band ---------- */
.stat-x { text-align: center; padding: 1.25rem .5rem; }
.stat-x b { display: block; font-family: var(--font-head); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; color: #fff; letter-spacing: -.03em; line-height: 1; }
.stat-x span { font-size: .88rem; color: #94a3b8; }

/* ---------- Industries ---------- */
.industry { display: flex; align-items: center; gap: .75rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: .9rem 1rem; font-weight: 600; color: var(--ink-2); transition: transform .2s, box-shadow .2s; }
.industry:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.industry i { width: 38px; height: 38px; border-radius: 10px; background: var(--bg-soft); display: inline-flex; align-items: center; justify-content: center; color: var(--brand); font-size: 1.1rem; }

/* ---------- Pricing ---------- */
.plan-toggle { display: inline-flex; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .3rem; box-shadow: var(--shadow-sm); }
.plan-toggle button { border: 0; background: transparent; padding: .55rem 1.2rem; border-radius: 999px; font-weight: 600; font-size: .9rem; color: var(--muted); }
.plan-toggle button.active { background: var(--ink); color: #fff; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; height: 100%; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; position: relative; }
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan.featured { border-color: transparent; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--brand), var(--brand-3)) border-box; border: 2px solid transparent; box-shadow: var(--shadow-lg); }
.plan .badge-x { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .8rem; border-radius: 999px; }
.plan .name { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: var(--ink); }
.plan .term { color: var(--muted); font-size: .85rem; }
.plan .price { font-family: var(--font-head); font-size: 2.3rem; font-weight: 800; color: var(--ink); letter-spacing: -.03em; margin: .9rem 0 .2rem; }
.plan .price small { font-size: .9rem; color: var(--muted); font-weight: 500; letter-spacing: 0; }
.plan ul { list-style: none; padding: 0; margin: 1.2rem 0 1.5rem; flex: 1; }
.plan ul li { display: flex; gap: .55rem; align-items: flex-start; font-size: .9rem; color: var(--ink-2); padding: .3rem 0; }
.plan ul li i { color: var(--green); margin-top: .15rem; }

/* ---------- FAQ ---------- */
.faq { border: 1px solid var(--line); border-radius: 14px; background: #fff; margin-bottom: .75rem; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 1.1rem 1.25rem; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "\F282"; font-family: "bootstrap-icons"; color: var(--muted); transition: transform .2s; }
.faq[open] summary::after { transform: rotate(180deg); }
.faq .ans { padding: 0 1.25rem 1.1rem; color: var(--muted); font-size: .95rem; }

/* ---------- CTA band ---------- */
.cta-band { border-radius: 28px; padding: clamp(2.5rem, 6vw, 4.5rem); background: radial-gradient(800px 300px at 0% 0%, rgba(124, 58, 237, .5), transparent 60%), radial-gradient(600px 300px at 100% 100%, rgba(6, 182, 212, .4), transparent 60%), var(--ink); color: #fff; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #cbd5e1; }
.cta-band::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(ellipse at 50% 50%, #000 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 20%, transparent 70%); }
.cta-band > * { position: relative; }

/* ---------- Contact ---------- */
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow); }
.contact-info { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.contact-info:last-child { border-bottom: 0; }
.contact-info .ic { width: 46px; height: 46px; border-radius: 13px; background: linear-gradient(135deg, #eef2ff, #f5f3ff); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-info b { display: block; color: var(--ink); font-size: .95rem; }
.contact-info span, .contact-info a { color: var(--muted); font-size: .9rem; }
.form-x label { font-size: .85rem; font-weight: 600; color: var(--ink-2); margin-bottom: .35rem; display: block; }
.form-x .form-control, .form-x .form-select { border-radius: 12px; border: 1px solid #dfe3ee; padding: .8rem .95rem; font-size: .95rem; background: #fbfbfe; transition: border-color .15s, box-shadow .15s, background .15s; }
.form-x .form-control:focus, .form-x .form-select:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(79, 70, 229, .12); background: #fff; }
.form-x .is-invalid { border-color: #ef4444 !important; }
.form-x .invalid-feedback { display: block; font-size: .8rem; color: #ef4444; margin-top: .3rem; }
.form-success { text-align: center; padding: 2rem 1rem; }
.form-success .ic { width: 72px; height: 72px; border-radius: 50%; background: #d1fae5; color: #059669; display: inline-flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 1rem; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: clamp(7rem, 12vw, 9rem) 0 clamp(2.5rem, 5vw, 4rem); background: radial-gradient(900px 400px at 15% -20%, rgba(99, 102, 241, .18), transparent 60%), radial-gradient(700px 300px at 90% 0%, rgba(6, 182, 212, .14), transparent 55%), linear-gradient(180deg, #f8f9ff, #fff); text-align: center; }
.page-hero .lead-text { margin: 0 auto; }
.breadcrumb-x { display: inline-flex; gap: .5rem; align-items: center; font-size: .82rem; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb-x a { color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: #0b1220; color: #94a3b8; padding: 4rem 0 2rem; font-size: .9rem; }
.site-footer h5 { color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; }
.site-footer a { color: #94a3b8; display: block; padding: .25rem 0; }
.site-footer a:hover { color: #fff; }
.site-footer .brand { color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; display: inline-flex; align-items: center; gap: .6rem; margin-bottom: .75rem; }
.site-footer .brand .logo { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); display: inline-flex; align-items: center; justify-content: center; }
.site-footer .bottom { border-top: 1px solid rgba(255, 255, 255, .08); margin-top: 3rem; padding-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; font-size: .82rem; }
.social a { display: inline-flex; width: 38px; height: 38px; border-radius: 10px; background: rgba(255, 255, 255, .06); align-items: center; justify-content: center; margin-right: .4rem; color: #cbd5e1; }
.social a:hover { background: var(--brand); color: #fff; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 900; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 1.7rem; box-shadow: 0 14px 30px -8px rgba(37, 211, 102, .6); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* ---------- Reveal animations ---------- */
html:not(.js) .reveal { opacity: 1 !important; transform: none !important; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .1s; } .reveal.d2 { transition-delay: .2s; } .reveal.d3 { transition-delay: .3s; } .reveal.d4 { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .float-card { animation: none; } }

/* ---------- Toast ---------- */
.toast-x { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); background: var(--ink); color: #fff; padding: .8rem 1.2rem; border-radius: 12px; box-shadow: var(--shadow-lg); font-size: .9rem; opacity: 0; transition: opacity .25s, transform .25s; z-index: 1200; max-width: 92vw; }
.toast-x.show { opacity: 1; transform: translate(-50%, 0); }
.toast-x.err { background: #b91c1c; }