/* ==========================================================================
   DataWorld — Marketing Landing (Royal-Blue / Light theme)
   Redesigned to match the Homepage Figma.
   ========================================================================== */

:root {
	--brand: #3d37e6;            /* royal / electric blue */
	--brand-strong: #2f28d6;
	--brand-deep: #221dbf;
	--brand-2: #4f7cff;          /* lighter accent blue */
	--brand-gradient: linear-gradient(135deg, #4038ea 0%, #6b63ff 100%);
	--brand-gradient-soft: linear-gradient(135deg, rgba(61, 55, 230, .10) 0%, rgba(107, 99, 255, .10) 100%);
	--ink: #10131f;             /* near-black headings */
	--ink-2: #232a3d;
	--muted: #5c6577;
	--soft: #f3f4fd;
	--lav: #eef0ff;             /* light lavender panels */
	--lav-2: #f7f8ff;
	--line: #e7e9f6;
	--ring: rgba(61, 55, 230, .10);
	--shadow-sm: 0 12px 30px -18px rgba(16, 19, 31, .28);
	--shadow-brand: 0 24px 50px -22px rgba(61, 55, 230, .55);
	/* service accents */
	--c-connect: #3d37e6;
	--c-pay: #12b981;
	--c-finance: #7c3aed;
	--c-travel: #22c55e;
	--c-business: #6d28d9;
}

* { scroll-behavior: smooth; }

/* ===== Scroll reveal ===== */
.js-reveal [data-aos] {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
	will-change: opacity, transform;
}
.js-reveal [data-aos="fade-left"]  { transform: translateX(46px); }
.js-reveal [data-aos="fade-right"] { transform: translateX(-46px); }
.js-reveal [data-aos="zoom-in"]    { transform: scale(.92); }
.js-reveal [data-aos].revealed { opacity: 1; transform: none; }
.reveal-all [data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }
@media (prefers-reduced-motion: reduce) {
	[data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }
	* { animation: none !important; }
}

body {
	font-family: 'Poppins', system-ui, -apple-system, sans-serif;
	color: var(--ink-2);
	background: #ffffff;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-weight: 700; letter-spacing: -.02em; color: var(--ink); }
section { position: relative; }
section[id], header[id], footer[id] { scroll-margin-top: 92px; }

.text-navy { color: var(--ink) !important; }
.section-pad { padding: 92px 0; }
.eyebrow {
	display: inline-block;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--brand);
	background: var(--ring);
	padding: 7px 18px;
	border-radius: 999px;
	margin-bottom: 16px;
}
.section-title h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); color: var(--ink); line-height: 1.15; }
.section-title p { color: var(--muted); max-width: 640px; margin: 14px auto 0; }

.grad-blue { color: var(--brand); }
.gradient-text { color: var(--brand); }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-brand {
	position: relative;
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	background: var(--brand); color: #fff; border: none;
	padding: 13px 28px; border-radius: 12px;
	font-weight: 600; text-decoration: none; overflow: hidden;
	box-shadow: 0 16px 34px -16px rgba(61, 55, 230, .6);
	transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}
.btn-brand::before {
	content: ''; position: absolute; top: 0; left: -120%;
	width: 60%; height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .4), transparent);
	transform: skewX(-20deg); transition: left .6s ease;
}
.btn-brand:hover { color: #fff; transform: translateY(-3px); background: var(--brand-strong); box-shadow: 0 24px 44px -18px rgba(61, 55, 230, .7); }
.btn-brand:hover::before { left: 130%; }

.btn-ghost {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	border: 1.6px solid var(--line); color: var(--ink);
	padding: 12px 26px; border-radius: 12px; font-weight: 600; text-decoration: none;
	background: #fff; transition: all .3s ease;
}
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-3px); box-shadow: var(--shadow-sm); }

/* Store badges (dark chip wrapper for the white-bodied SVGs) */
.store-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.store-pill {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 8px 16px; border-radius: 12px;
	background: #0c1020; text-decoration: none;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.store-pill img { height: 30px; width: auto; display: block; }
.store-pill:hover { transform: translateY(-3px); background: #161c33; box-shadow: 0 16px 30px -16px rgba(0, 0, 0, .5); }

/* ==========================================================================
   Navbar — solid royal-blue bar
   ========================================================================== */
.navbar {
	transition: all .3s ease; padding: 14px 0;
	background: var(--brand);
	box-shadow: 0 6px 24px -14px rgba(31, 26, 191, .6);
}
.navbar.scrolled { padding: 9px 0; background: var(--brand-strong); box-shadow: 0 10px 30px -12px rgba(31, 26, 191, .7); }
.navbar-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-badge { width: 46px; height: 46px; border-radius: 13px; background: #fff; display: grid; place-items: center; flex: none; box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .35); }
.brand-badge img { width: 30px; height: 30px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text b { color: #fff; font-size: 1.24rem; font-weight: 800; letter-spacing: -.01em; }
.brand-text small {
	color: #071033; font-size: .58rem; font-weight: 600; margin-top: 4px;
	background: linear-gradient(90deg, #7ad0ff, #bfe6ff); padding: 2px 8px; border-radius: 999px; align-self: flex-start;
}
.navbar .nav-link {
	font-weight: 500; color: rgba(255, 255, 255, .92) !important; margin: 0 4px; position: relative;
	display: inline-flex; align-items: center; gap: 5px;
}
.navbar .nav-link i.caret { font-size: .7rem; opacity: .8; }
.navbar .nav-link::after {
	content: ''; position: absolute; left: 12px; right: 12px; bottom: 0; height: 2px;
	background: #fff; border-radius: 2px;
	transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); }
.navbar .nav-link.active { color: #fff !important; }

.nav-cta { display: flex; align-items: center; gap: 12px; }
.btn-login {
	display: inline-flex; align-items: center; gap: 6px; background: #fff; color: var(--brand);
	padding: 9px 22px; border-radius: 10px; font-weight: 700; text-decoration: none;
	transition: transform .25s ease, box-shadow .25s ease;
}
.btn-login:hover { transform: translateY(-2px); color: var(--brand-strong); box-shadow: 0 12px 24px -12px rgba(0, 0, 0, .4); }
.btn-signup {
	display: inline-flex; align-items: center; gap: 6px; background: transparent; color: #fff;
	border: 1.6px solid rgba(255, 255, 255, .7); padding: 8px 20px; border-radius: 10px; font-weight: 700; text-decoration: none;
	transition: all .25s ease;
}
.btn-signup:hover { background: #fff; color: var(--brand); border-color: #fff; transform: translateY(-2px); }

.navbar-toggler {
	border: none; padding: 7px 11px; border-radius: 12px;
	background: rgba(255, 255, 255, .16); color: #fff; font-size: 1.4rem; line-height: 1; display: inline-flex;
}
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25); outline: none; }

@media (max-width: 991.98px) {
	.mobile-offcanvas {
		width: 320px !important; max-width: 86vw; border: none !important; background: #fff;
		box-shadow: -20px 0 50px rgba(16, 19, 31, .18);
	}
	.mobile-offcanvas .offcanvas-header { padding: 20px 22px; border-bottom: 1px solid var(--line); }
	.mobile-offcanvas .brand-text b { color: var(--ink); }
	.mobile-offcanvas .brand-text small { color: #fff; background: var(--brand); }
	.mobile-offcanvas .btn-close { background-color: var(--ring); border-radius: 50%; padding: 12px; opacity: 1; }
	.mobile-offcanvas .offcanvas-body { display: flex; flex-direction: column; padding: 16px 18px 26px; }
	.mobile-offcanvas .navbar-nav { width: 100%; gap: 4px; margin: 0 0 auto !important; }
	.mobile-offcanvas .nav-link {
		display: flex; align-items: center; gap: 12px;
		padding: 12px 16px !important; margin: 0 !important; border-radius: 12px;
		font-weight: 600; font-size: 1rem; color: var(--ink) !important;
		transition: background .2s ease, color .2s ease, padding-left .2s ease;
	}
	.mobile-offcanvas .nav-link i.caret { display: none; }
	.mobile-offcanvas .nav-link::after { display: none; }
	.mobile-offcanvas .nav-link:hover, .mobile-offcanvas .nav-link.active {
		background: var(--brand-gradient-soft); color: var(--brand) !important; padding-left: 20px !important;
	}
	.mobile-offcanvas .nav-cta { flex-direction: column; align-items: stretch !important; gap: 12px !important; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
	.mobile-offcanvas .btn-login, .mobile-offcanvas .btn-signup { width: 100%; text-align: center; justify-content: center; }
	.mobile-offcanvas .btn-login { background: var(--brand); color: #fff; }
	.mobile-offcanvas .btn-signup { color: var(--brand); border-color: var(--brand); }
}

/* ==========================================================================
   Hero — light lavender background, dark headline
   ========================================================================== */
.hero {
	position: relative; padding: 150px 0 90px; overflow: hidden;
	background:
		linear-gradient(115deg, #ffffff 0%, #ffffff 38%, #eef1ff 38%, #e8ecff 100%),
		var(--lav);
}
.hero::before {
	content: ''; position: absolute; top: -140px; right: -120px; width: 620px; height: 620px;
	background: radial-gradient(circle, rgba(107, 99, 255, .16), transparent 62%); pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); line-height: 1.08; color: var(--ink); }
.hero h1 .grad-blue { color: var(--brand); }
.hero .hero-tag { color: var(--brand); font-style: italic; font-weight: 500; margin: 14px 0 6px; }
.hero p.lead { color: var(--muted); font-size: 1.04rem; max-width: 540px; line-height: 1.7; }
.hero .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* ---- Dashboard + virtual card mockup ---- */
.hero-mock { position: relative; max-width: 460px; margin: 0 auto; animation: floatY 6s ease-in-out infinite; }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
.dash-card { background: #fff; border-radius: 26px; padding: 22px; box-shadow: 0 40px 80px -34px rgba(31, 26, 191, .5); border: 1px solid var(--line); color: var(--ink); }
.dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dash-user { display: flex; align-items: center; gap: 12px; }
.dash-avatar { width: 42px; height: 42px; border-radius: 14px; flex: none; display: grid; place-items: center; font-weight: 800; font-size: .85rem; background: var(--brand); color: #fff; }
.dash-user small { color: var(--muted); font-size: .72rem; display: block; line-height: 1; }
.dash-user strong { font-size: .95rem; color: var(--ink); }
.dash-bell { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--soft); color: var(--brand); }
.dash-wallet { background: var(--brand-gradient); border-radius: 18px; padding: 18px 20px; color: #fff; margin-bottom: 18px; }
.dash-wallet .dw-label { font-size: .78rem; opacity: .85; }
.dash-wallet .dw-amount { display: block; font-size: 1.9rem; font-weight: 800; margin: 4px 0 14px; }
.dash-wallet .dw-amount small { font-size: 1rem; opacity: .8; }
.dw-actions { display: flex; gap: 10px; }
.dw-actions span { background: rgba(255, 255, 255, .18); border-radius: 10px; padding: 7px 14px; font-size: .8rem; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.dash-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dash-srv { background: var(--soft); border-radius: 14px; padding: 14px 6px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; transition: transform .25s ease, background .25s ease; }
.dash-srv:hover { transform: translateY(-3px); background: var(--brand-gradient-soft); }
.dash-srv i { font-size: 1.3rem; color: var(--brand); }
.dash-srv span { font-size: .72rem; font-weight: 600; color: var(--ink); }
.vcard { position: absolute; right: -28px; bottom: -34px; width: 240px; background: linear-gradient(135deg, #221dbf, #4038ea 60%, #6b63ff); border-radius: 18px; padding: 18px; color: #fff; box-shadow: 0 30px 60px -22px rgba(61, 55, 230, .7); animation: floatY 5s ease-in-out infinite reverse; }
.vcard-top { display: flex; align-items: center; justify-content: space-between; font-weight: 700; font-size: .9rem; }
.vcard-chip { width: 38px; height: 28px; border-radius: 7px; background: linear-gradient(135deg, #ffe08a, #e6b54d); margin: 16px 0 14px; }
.vcard-num { font-size: .95rem; letter-spacing: .08em; font-weight: 600; }
.vcard-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; font-size: .72rem; }
.vcard-brand { font-style: italic; font-weight: 800; font-size: 1rem; }

/* ==========================================================================
   Feature strip (overlapping card)
   ========================================================================== */
.feature-strip { padding: 0 0 20px; margin-top: -46px; position: relative; z-index: 3; }
.feature-card { background: var(--lav); border: 1px solid var(--line); border-radius: 22px; padding: 30px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; box-shadow: 0 24px 50px -32px rgba(31, 26, 191, .4); }
.feature-item { display: flex; align-items: center; gap: 16px; padding: 0 20px; }
.feature-item + .feature-item { border-left: 1px solid var(--line); }
.feature-item .fi-icon { width: 46px; height: 46px; border-radius: 14px; flex: none; display: grid; place-items: center; font-size: 1.35rem; color: var(--brand); background: #fff; box-shadow: var(--shadow-sm); }
.feature-item h4 { font-size: 1.02rem; margin: 0; color: var(--ink); }
.feature-item p { font-size: .82rem; color: var(--muted); margin: 3px 0 0; }

/* ==========================================================================
   Highlight carousel (flight / cards / data / DIVA)
   ========================================================================== */
.hl-section { padding: 52px 0 40px; }
.hl-viewport { overflow: hidden; }
.hl-track { display: flex; gap: 22px; transition: transform .5s cubic-bezier(.16, 1, .3, 1); }
.hl-card { flex: 0 0 300px; border-radius: 20px; padding: 24px; min-height: 190px; position: relative; overflow: hidden; color: var(--ink); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
.hl-card h4 { font-size: 1.12rem; margin: 0 0 4px; }
.hl-card p { font-size: .84rem; color: var(--muted); margin: 0; }
.hl-flight { background: linear-gradient(135deg, #e8f1ff, #d6e6ff); }
.hl-flight .hl-badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; background: #10b981; color: #fff; font-size: .74rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.hl-flight .hl-plane { position: absolute; right: 18px; bottom: 16px; font-size: 3.4rem; color: rgba(61, 55, 230, .18); }
.hl-cards { background: linear-gradient(135deg, #efeaff, #e3dbff); }
.hl-cards .hl-visa { position: absolute; right: -10px; bottom: -14px; width: 150px; height: 92px; border-radius: 14px; background: linear-gradient(135deg, #221dbf, #4038ea); transform: rotate(-10deg); box-shadow: 0 20px 40px -18px rgba(31, 26, 191, .6); }
.hl-cards .hl-visa::after { content: 'VISA'; position: absolute; right: 12px; bottom: 10px; color: #fff; font-style: italic; font-weight: 800; font-size: .8rem; }
.hl-data { background: linear-gradient(135deg, #eafaf1, #dbf5e6); }
.hl-nets { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.hl-net { font-size: .7rem; font-weight: 800; color: #fff; padding: 6px 10px; border-radius: 8px; }
.hl-net.mtn { background: #ffcc00; color: #111; } .hl-net.airtel { background: #e40000; } .hl-net.glo { background: #17a11d; } .hl-net.mob { background: #0a7d33; }
.hl-diva { background: linear-gradient(135deg, #e7e4ff, #ddd7ff); }
.hl-diva .hl-bot { position: absolute; right: 14px; bottom: 8px; font-size: 4rem; color: rgba(61, 55, 230, .28); }
.hl-diva h4 .grad-blue { color: var(--brand); }

.hl-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; }
.hl-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--brand); display: grid; place-items: center; cursor: pointer; font-size: 1.2rem; box-shadow: var(--shadow-sm); transition: transform .2s ease, background .2s ease; }
.hl-arrow:hover { transform: translateY(-2px); background: var(--brand); color: #fff; }
.hl-dots { display: flex; gap: 8px; }
.hl-dots span { width: 9px; height: 9px; border-radius: 999px; background: var(--line); cursor: pointer; transition: all .25s ease; }
.hl-dots span.active { width: 26px; background: var(--brand); }

/* ==========================================================================
   Trusted — stat tiles
   ========================================================================== */
.trusted-section { background: var(--lav-2); }
.trust-card { background: #fff; border-radius: 18px; padding: 30px 14px; text-align: center; height: 100%; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.trust-card:hover { transform: translateY(-8px); box-shadow: 0 26px 52px -28px rgba(61, 55, 230, .35); }
.trust-ic { width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center; font-size: 1.3rem; color: var(--brand); background: var(--ring); }
.trust-card .num { font-size: 2rem; font-weight: 800; line-height: 1; color: var(--brand); }
.trust-card .num span { color: var(--brand-2); }
.trust-card .label { color: var(--muted); font-weight: 500; margin-top: 8px; font-size: .86rem; }

/* ==========================================================================
   Services — category cards
   ========================================================================== */
.cat-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px 24px; height: 100%; transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease, border-color .35s ease; }
.cat-card:hover { transform: translateY(-8px); box-shadow: 0 28px 56px -30px rgba(61, 55, 230, .32); border-color: var(--brand-2); }
.cat-icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 18px; transition: all .35s ease; }
.cat-card h3 { font-size: 1.18rem; color: var(--ink); margin: 0 0 14px; }
.cat-list { list-style: none; padding: 0; margin: 0 0 18px; }
.cat-list li { display: flex; align-items: center; gap: 9px; color: var(--ink-2); font-weight: 500; font-size: .9rem; padding: 6px 0; }
.cat-list li i { font-size: .95rem; }
.cat-explore { display: inline-flex; align-items: center; gap: 4px; font-weight: 600; text-decoration: none; transition: gap .25s ease; }
.cat-explore:hover { gap: 10px; }
/* accent variants set inline via style attr in markup */

/* ==========================================================================
   Why Choose — solid royal-blue block
   ========================================================================== */
.why-block { background: var(--brand-gradient); border-radius: 30px; padding: 54px 48px; color: #fff; position: relative; overflow: hidden; box-shadow: 0 40px 80px -40px rgba(31, 26, 191, .7); }
.why-block::before { content: ''; position: absolute; top: -40%; right: -10%; width: 60%; height: 180%; background: radial-gradient(circle, rgba(255, 255, 255, .10), transparent 60%); }
.why-block .container-inner { position: relative; z-index: 2; }
.why-block h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 30px; }
.why-block h2 span { color: #cfe0ff; }
.why-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 30px; }
.why-list li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255, 255, 255, .95); font-weight: 500; }
.why-list li i { flex: none; margin-top: 2px; width: 22px; height: 22px; border-radius: 50%; background: rgba(255, 255, 255, .18); color: #fff; display: grid; place-items: center; font-size: .78rem; }
.why-phone-wrap { display: grid; place-items: center; }
.why-phone { width: 200px; border-radius: 30px; background: #0c1020; padding: 12px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6); animation: floatY 6s ease-in-out infinite; }
.why-phone .why-screen { background: linear-gradient(170deg, #eef1ff, #fff); border-radius: 22px; padding: 20px 14px; min-height: 360px; }
.why-phone .why-logo { display: flex; align-items: center; gap: 6px; justify-content: center; font-weight: 800; color: var(--brand); margin-bottom: 14px; font-size: .9rem; }
.why-phone .why-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.why-phone .why-tiles span { aspect-ratio: 1; border-radius: 12px; background: #fff; display: grid; place-items: center; color: var(--brand); box-shadow: var(--shadow-sm); font-size: 1rem; }
.why-phone .why-cta { margin-top: 16px; background: var(--brand); color: #fff; text-align: center; padding: 12px; border-radius: 12px; font-size: .78rem; font-weight: 600; }

/* ==========================================================================
   Meet DIVA — light card with chat
   ========================================================================== */
.diva-wrap { background: var(--lav); border: 1px solid var(--line); border-radius: 28px; padding: 34px; }
.diva-avatar { position: relative; background: linear-gradient(160deg, #221dbf, #4038ea); border-radius: 22px; padding: 40px 20px; text-align: center; color: #fff; overflow: hidden; }
.diva-ring { position: absolute; top: 24px; left: 50%; transform: translateX(-50%); width: 140px; height: 140px; border-radius: 50%; border: 2px dashed rgba(255, 255, 255, .4); animation: spin 14s linear infinite; }
@keyframes spin { to { transform: translateX(-50%) rotate(360deg); } }
.diva-core { position: relative; z-index: 2; width: 100px; height: 100px; margin: 14px auto 14px; border-radius: 50%; display: grid; place-items: center; font-size: 2.8rem; color: #221dbf; background: #fff; box-shadow: 0 0 0 10px rgba(255, 255, 255, .14); animation: pulse 3s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 10px rgba(255, 255, 255, .14); } 50% { box-shadow: 0 0 0 18px rgba(255, 255, 255, .06); } }
.diva-name { display: block; font-size: 1.4rem; font-weight: 800; letter-spacing: .06em; }
.diva-status { display: inline-flex; align-items: center; gap: 7px; margin-top: 6px; font-size: .8rem; color: rgba(255, 255, 255, .85); }
.diva-status i { color: #38ef7d; font-size: .55rem; }
.diva-heading { font-size: 1.6rem; color: var(--ink); margin-bottom: 4px; }
.diva-heading .grad-blue { color: var(--brand); }
.diva-caps { list-style: none; padding: 0; margin: 0 0 20px; }
.diva-caps li { display: flex; align-items: center; gap: 12px; font-weight: 500; color: var(--ink-2); padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.diva-caps li:last-child { border-bottom: none; }
.diva-caps li .dc-ic { flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #fff; color: var(--brand); box-shadow: var(--shadow-sm); }
.diva-chat { background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-sm); }
.dc-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.dc-avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--brand-gradient); color: #fff; font-size: 1.1rem; }
.dc-head strong { display: block; line-height: 1.1; font-size: .95rem; }
.dc-head small { font-size: .72rem; color: var(--muted); display: inline-flex; align-items: center; gap: 5px; }
.dc-head small i { color: #10b981; font-size: .5rem; }
.dc-head .dc-x { margin-left: auto; color: var(--muted); }
.dc-body { padding: 18px 16px; display: flex; flex-direction: column; gap: 12px; background: #fafbff; }
.dc-bubble { max-width: 82%; padding: 10px 13px; border-radius: 14px; font-size: .82rem; line-height: 1.4; }
.dc-bubble.bot { background: #eef0ff; color: var(--ink); align-self: flex-start; border-bottom-left-radius: 5px; }
.dc-bubble.user { background: var(--brand); color: #fff; align-self: flex-end; border-bottom-right-radius: 5px; }
.dc-input { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.dc-input i { color: var(--brand); font-size: 1.05rem; }

/* ==========================================================================
   Get App — phones
   ========================================================================== */
.app-section { background: var(--lav-2); }
.features-list { list-style: none; padding: 0; margin: 24px 0 0; }
.features-list li { display: flex; align-items: center; gap: 12px; font-weight: 500; color: var(--ink-2); margin-bottom: 14px; }
.features-list li i { color: #fff; background: var(--brand); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-size: .85rem; flex: none; box-shadow: 0 8px 16px -8px rgba(61, 55, 230, .6); }
.phones { position: relative; display: inline-flex; align-items: flex-end; justify-content: center; }
.phone { width: 200px; border-radius: 30px; background: #0c1020; padding: 12px; box-shadow: 0 40px 80px -30px rgba(16, 19, 31, .6); position: relative; }
.phone-back { transform: rotate(-8deg) translateX(26px); opacity: .96; z-index: 1; }
.phone-front { z-index: 2; transform: rotate(4deg); animation: floatY 6s ease-in-out infinite; }
.phone-notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 60px; height: 15px; background: #0c1020; border-radius: 0 0 14px 14px; z-index: 3; }
.phone-screen { background: #fff; border-radius: 22px; padding: 20px 14px; min-height: 372px; }
.phone-screen.alt { background: linear-gradient(170deg, #eef1ff, #fff); }
.ps-bar { width: 40%; height: 8px; border-radius: 6px; background: #e3e6ff; margin: 6px auto 18px; }
.ps-wallet { background: var(--brand-gradient); border-radius: 14px; padding: 16px; color: #fff; text-align: center; margin-bottom: 18px; }
.ps-wallet small { font-size: .7rem; opacity: .85; } .ps-wallet strong { display: block; font-size: 1.3rem; }
.ps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ps-grid span { aspect-ratio: 1; border-radius: 12px; background: var(--soft); display: grid; place-items: center; color: var(--brand); font-size: 1.1rem; }
.ps-line { height: 12px; border-radius: 6px; background: #eef0ff; margin-top: 16px; }
.ps-line.short { width: 60%; }
.ps-card { background: var(--brand-gradient); border-radius: 16px; padding: 18px; color: #fff; margin-bottom: 16px; }
.ps-card span { font-size: .72rem; opacity: .85; } .ps-card strong { display: block; font-size: 1.4rem; margin: 4px 0 8px; } .ps-card small { font-size: .72rem; background: rgba(255, 255, 255, .2); padding: 3px 8px; border-radius: 999px; }
.ps-row { display: flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 500; color: var(--ink); padding: 11px 12px; background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
.ps-row i { color: #10b981; } .ps-row .bi-airplane-fill { color: var(--brand); }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testi-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 30px 28px; height: 100%; transition: transform .35s ease, box-shadow .35s ease; }
.testi-card:hover { transform: translateY(-8px); box-shadow: 0 26px 52px -30px rgba(61, 55, 230, .3); }
.testi-card .stars { color: #ffb020; margin-bottom: 14px; }
.testi-card p { color: var(--ink-2); font-size: .92rem; line-height: 1.6; position: relative; z-index: 1; }
.testi-bio { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.testi-bio img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid var(--line); }
.testi-bio h5 { margin: 0; font-size: .96rem; color: var(--ink); }
.testi-bio span { font-size: .82rem; color: var(--brand); font-weight: 600; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-section { background: var(--lav-2); }
.faq-intro h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); }
.faq-intro p { color: var(--muted); margin: 16px 0 24px; max-width: 420px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 14px; overflow: hidden; transition: box-shadow .25s ease; }
.faq-item.open { box-shadow: 0 16px 34px -22px rgba(61, 55, 230, .35); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 22px; cursor: pointer; font-weight: 600; color: var(--ink); font-size: .98rem; }
.faq-q i { flex: none; color: var(--brand); transition: transform .3s ease; }
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { color: var(--muted); padding: 0 22px 20px; margin: 0; font-size: .9rem; line-height: 1.6; }

/* ==========================================================================
   Footer — royal-blue
   ========================================================================== */
.footer { background: linear-gradient(160deg, #4038ea 0%, #2f28d6 55%, #221dbf 100%); color: rgba(255, 255, 255, .82); padding: 64px 0 26px; position: relative; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: -120px; left: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .12), transparent 70%); }
.footer .container { position: relative; z-index: 2; }
.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; }
.footer .footer-nav { display: flex; flex-wrap: wrap; gap: 26px; }
.footer .footer-nav a { color: rgba(255, 255, 255, .9); text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; gap: 5px; transition: color .2s ease; }
.footer .footer-nav a:hover { color: #fff; }
.footer .footer-nav a i { font-size: .7rem; opacity: .8; }
.newsletter h5 { color: #fff; margin-bottom: 12px; font-weight: 600; }
.newsletter .nl-form { display: flex; background: #fff; border-radius: 12px; padding: 6px; max-width: 420px; }
.newsletter .nl-form input { flex: 1; border: none; outline: none; padding: 10px 16px; background: transparent; color: var(--ink); font-size: .9rem; }
.newsletter .nl-form button { background: var(--brand); color: #fff; border: none; border-radius: 9px; padding: 10px 22px; font-weight: 600; cursor: pointer; transition: background .25s ease; }
.newsletter .nl-form button:hover { background: var(--brand-deep); }
.footer .foot-tag { color: rgba(255, 255, 255, .78); max-width: 340px; font-size: .9rem; }
.footer-divider { border-top: 1px solid rgba(255, 255, 255, .18); margin: 36px 0 22px; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; font-size: .88rem; }
.footer-bottom .legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom .legal a { color: rgba(255, 255, 255, .85); text-decoration: none; }
.footer-bottom .legal a:hover { color: #fff; }
.footer-bottom .copy { color: rgba(255, 255, 255, .6); }
.footer .social { display: flex; gap: 10px; }
.footer .social a { width: 38px; height: 38px; border-radius: 50%; display: inline-grid; place-items: center; background: rgba(255, 255, 255, .14); color: #fff; transition: background .25s ease, transform .25s ease; }
.footer .social a:hover { background: #fff; color: var(--brand); transform: translateY(-3px); }

/* ==========================================================================
   Image-based components (real Figma assets)
   ========================================================================== */
/* Hero phones */
.hero-visual { position: relative; text-align: center; }
.hero-visual img { max-width: 100%; height: auto; filter: drop-shadow(0 40px 60px rgba(31, 26, 191, .28)); animation: floatY 6s ease-in-out infinite; }

/* Carousel — real card images */
.hl-slide { flex: 0 0 302px; }
.hl-slide img { display: block; width: 100%; height: auto; border-radius: 20px; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.hl-slide img:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -26px rgba(61, 55, 230, .4); }
@media (max-width: 575px) { .hl-slide { flex-basis: 268px; } }

/* Stat tile image icons */
.trust-ic img { width: 30px; height: 30px; object-fit: contain; }

/* Why-choose phone */
.why-visual { text-align: center; }
.why-visual img { width: 100%; max-width: 440px; height: auto; filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .35)); animation: floatY 6s ease-in-out infinite; }
@media (min-width: 992px) {
	.why-visual img { max-width: none; width: 118%; margin-left: -9%; }
}

/* Meet DIVA — exact Figma section image (image has its own transparent rounded corners) */
.diva-figma img { display: block; width: 100%; height: auto; }

/* Meet DIVA — mobile stacked layout */
.diva-mobile { display: flex; flex-direction: column; gap: 18px; }
.dm-hero { background: var(--lav); border: 1px solid var(--line); border-radius: 22px; padding: 30px 22px; text-align: center; }
.dm-hero .dm-robot { width: 150px; height: auto; margin-bottom: 6px; filter: drop-shadow(0 18px 30px rgba(61, 55, 230, .25)); }
.dm-hero .diva-heading { font-size: 1.7rem; margin-bottom: 2px; }
.dm-hero p { margin-bottom: 18px; }
.dm-caps { background: var(--lav); border: 1px solid var(--line); border-radius: 22px; padding: 24px 22px; }
.dm-caps-title { color: var(--ink); font-size: 1rem; margin-bottom: 8px; }
.dm-caps .diva-caps li { border-bottom: 1px solid var(--line); }
.dm-caps .diva-caps li:last-child { border-bottom: none; }

/* App phones image */
.app-visual { text-align: center; }
.app-visual img { max-width: 100%; height: auto; filter: drop-shadow(0 40px 60px rgba(16, 19, 31, .28)); animation: floatY 7s ease-in-out infinite; }

/* Reviews — center-mode carousel: equal-size light-gray cards, active gets a soft
   shadow, neighbours peek from the edges and dim (matches Figma exactly). */
.reviews-viewport { overflow: hidden; padding: 24px 0; }
.reviews-track { display: flex; align-items: stretch; transition: transform .55s cubic-bezier(.16, 1, .3, 1); }
.reviews-slide { flex: 0 0 560px; max-width: 88vw; padding: 0 14px; box-sizing: border-box; transition: opacity .45s ease; opacity: .5; }
.reviews-slide.is-active { opacity: 1; }
.review-card { background: #f6f7fa; border-radius: 20px; padding: 42px 44px 34px; height: 100%; display: flex; flex-direction: column; justify-content: center; transition: box-shadow .4s ease; }
.reviews-slide.is-active .review-card { box-shadow: 0 26px 54px -30px rgba(16, 19, 31, .22); }
.review-card p { color: #3a4256; font-size: .96rem; line-height: 1.75; text-align: center; margin: 0; }
.review-bio { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; }
.review-bio img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.review-bio b { color: var(--ink); font-weight: 600; font-size: .95rem; }
.review-bio span { color: var(--brand); font-size: .9rem; margin-left: 3px; }
@media (max-width: 575px) { .review-card { padding: 30px 24px 26px; } }
/* review dots are round (not the elongated carousel pill) */
#revDots span { width: 10px; height: 10px; }
#revDots span.active { width: 10px; background: var(--brand); }

/* ==========================================================================
   Go top
   ========================================================================== */
.go-top { position: fixed; right: 24px; bottom: 24px; z-index: 99; width: 48px; height: 48px; border-radius: 14px; background: var(--brand); color: #fff; display: grid; place-items: center; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(15px); transition: all .3s ease; box-shadow: var(--shadow-brand); }
.go-top:hover { transform: translateY(-4px); background: var(--brand-strong); }
.go-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 991px) {
	.hero { padding: 130px 0 70px; text-align: center; background: linear-gradient(180deg, #fff, #eef1ff); }
	.hero p.lead { margin-left: auto; margin-right: auto; }
	.hero .hero-btns, .hero .store-btns { justify-content: center; }
	.hero-mock { margin-top: 40px; }
	.feature-card { grid-template-columns: 1fr; gap: 20px; }
	.feature-item { padding: 0 6px; }
	.feature-item + .feature-item { border-left: none; border-top: 1px solid var(--line); padding-top: 20px; }
	.why-block { padding: 40px 26px; }
	.why-list { grid-template-columns: 1fr; }
	.why-phone-wrap { margin-top: 30px; }
	.footer-top { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 575px) {
	.section-pad { padding: 64px 0; }
	.vcard { width: 200px; right: -8px; bottom: -26px; }
	.phone { width: 158px; }
	.phone-back { transform: rotate(-8deg) translateX(14px); }
	.hl-card { flex-basis: 264px; }
}
