/* ============================================================
   Transform AI — custom theme on top of Bootstrap 5
   Load order: bootstrap.min.css → this file (overrides win)
   Theme: light lavender / deep navy / blue→violet gradient
   ============================================================ */

:root {
  --violet: #6C55F0;
  --blue: #4151B3;
  --navy: #0A0C33;
  --navy-2: #1B2270;
  --ink: #12143F;
  --text: #3E4166;
  --muted: #62678F;
  --muted-light: #9892B3;
  --bg: #EDEBF5;
  --bg-alt: #E4E1F0;
  --bg-soft: #DDD9EC;
  --surface: #FFFFFF;
  --surface-2: #F4F2FB;
  --border: rgba(18, 20, 63, 0.09);
  --border-bright: rgba(108, 85, 240, 0.38);
  --radius: 22px;
  --radius-sm: 14px;
  --grad: linear-gradient(120deg, #4753E5 0%, #7B5CF0 100%);
  --grad-soft: linear-gradient(135deg, rgba(71, 83, 229, 0.10), rgba(123, 92, 240, 0.10));
  --grad-navy: linear-gradient(135deg, #0B0D3A 0%, #1B2270 60%, #3F51B5 145%);
  --shadow-sm: 0 6px 20px -10px rgba(18, 20, 63, 0.18);
  --shadow: 0 24px 50px -24px rgba(18, 20, 63, 0.25);
  --shadow-lg: 0 40px 80px -30px rgba(18, 20, 63, 0.32);
  --maxw: 1180px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);

  /* sane defaults for any link Bootstrap styles that we don't */
  --bs-link-color-rgb: 108, 85, 240;
  --bs-link-hover-color-rgb: 18, 20, 63;
}

/* ---------- Base (overrides Bootstrap reboot) ---------- */
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

h1, h2, h3, h4 { font-family: "Plus Jakarta Sans", sans-serif; color: var(--ink); font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; margin: 0; }
h1 { font-size: clamp(2.5rem, 5.6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); }
h3 { font-size: 1.2rem; font-weight: 700; }
p, ul, ol, figure, blockquote { margin: 0; padding: 0; }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; }
svg { display: block; max-width: 100%; }

.container { max-width: var(--maxw); padding-left: 24px; padding-right: 24px; }

.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; padding-bottom: 0.08em; }

/* badge-style section label */
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--violet); background: rgba(108, 85, 240, 0.08); border: 1px solid rgba(108, 85, 240, 0.26); padding: 7px 15px; border-radius: 999px; margin-bottom: 20px; }
.kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--violet); }

/* ---------- Buttons (restyle Bootstrap's .btn) ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 28px; border-radius: 999px; font-weight: 700; font-size: .96rem; font-family: inherit; cursor: pointer; border: 1.5px solid transparent; transition: all .25s var(--ease); white-space: nowrap; }
.btn-sm { padding: 11px 20px; font-size: .9rem; }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

.btn-primary,
.btn-primary:hover, .btn-primary:focus-visible, .btn-primary:active, .btn-primary:disabled { background: var(--grad); color: #fff; border-color: transparent; }
.btn-primary { box-shadow: 0 14px 34px -10px rgba(108, 85, 240, .5); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 46px -10px rgba(108, 85, 240, .55); }
.btn-primary:focus-visible { box-shadow: 0 0 0 4px rgba(108, 85, 240, .3); }

.btn-soft,
.btn-soft:focus-visible, .btn-soft:active { background: var(--surface); color: var(--ink); border-color: var(--border); box-shadow: var(--shadow-sm); }
.btn-soft:hover { background: var(--surface); color: var(--ink); transform: translateY(-2px); border-color: var(--border-bright); }
.btn-soft:focus-visible { box-shadow: 0 0 0 4px rgba(108, 85, 240, .22); }

.btn-light,
.btn-light:hover, .btn-light:focus-visible, .btn-light:active { background: #fff; color: var(--ink); border-color: transparent; }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -16px rgba(0, 0, 0, .45); }
.btn-light:focus-visible { box-shadow: 0 0 0 4px rgba(255, 255, 255, .35); }

.btn-ghost-light,
.btn-ghost-light:focus-visible, .btn-ghost-light:active { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.38); }
.btn-ghost-light:hover { background: rgba(255,255,255,.22); color: #fff; border-color: rgba(255,255,255,.38); transform: translateY(-2px); }
.btn-ghost-light:focus-visible { box-shadow: 0 0 0 4px rgba(255,255,255,.25); }

/* ---------- Header / navbar (floating navy pill) ---------- */
.site-header { padding: 14px 0 0; transition: all .3s var(--ease); }
.site-header .navbar { padding: 0 14px; }
.site-header .navbar .container { min-height: 68px; background: var(--navy); border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 22px; padding-top: 8px; padding-bottom: 8px; box-shadow: 0 18px 44px -20px rgba(10, 12, 51, 0.5); transition: box-shadow .3s var(--ease); }
.site-header.scrolled .navbar .container { box-shadow: 0 22px 50px -18px rgba(10, 12, 51, 0.65); }
.navbar-brand.brand { padding: 0; margin: 0; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.24rem; color: #fff; letter-spacing: -0.02em; }
.brand:hover, .brand:focus { color: #fff; }
.brand-mark { display: flex; filter: drop-shadow(0 6px 12px rgba(108, 85, 240, .45)); transition: transform .35s var(--ease); }
.brand:hover .brand-mark { transform: rotate(8deg) scale(1.06); }
.brand-accent { color: #A793FF; }

.nav-links { gap: 30px; }
.nav-links a:not(.btn) { font-size: .96rem; color: rgba(255, 255, 255, .75); font-weight: 600; position: relative; padding: 0; transition: color .2s; }
.nav-links a:not(.btn):hover, .nav-links a:not(.btn):focus { color: #fff; }
.nav-links a:not(.btn)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--grad); transition: width .25s var(--ease); }
.nav-links a:not(.btn):hover::after { width: 100%; }
.nav-links a:not(.btn).active { color: #fff; }
.nav-links a:not(.btn).active::after { width: 100%; }
.nav-cta { color: #fff !important; }

.navbar-toggler.nav-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; border-radius: 0; cursor: pointer; padding: 6px; }
.navbar-toggler.nav-toggle:focus { box-shadow: none; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: #fff; border-radius: 2px; transition: all .3s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
@media (min-width: 992px) {
  .navbar-toggler.nav-toggle { display: none; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding: 160px 0 80px; overflow: hidden; }
.particles { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 100%); }
.blob { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .6; }
.blob-1 { width: 480px; height: 480px; background: rgba(123, 92, 240, .28); top: -150px; right: -110px; }
.blob-2 { width: 400px; height: 400px; background: rgba(65, 81, 179, .22); bottom: -130px; left: -100px; }
.hero-inner { position: relative; z-index: 1; }
.chip { display: inline-flex; align-items: center; gap: 9px; font-size: .85rem; font-weight: 600; color: var(--ink); padding: 8px 16px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); box-shadow: var(--shadow-sm); margin-bottom: 24px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 0 rgba(108, 85, 240, .6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(108, 85, 240, .5);} 70% { box-shadow: 0 0 0 10px rgba(108, 85, 240, 0);} 100% { box-shadow: 0 0 0 0 rgba(108, 85, 240, 0);} }
.hero-copy h1 { margin-bottom: 20px; }
.hero-copy .lead { font-size: 1.16rem; font-weight: 400; max-width: 540px; margin-bottom: 32px; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-actions.center { justify-content: center; }
.hero-trust { display: flex; align-items: center; gap: 26px; margin-top: 44px; flex-wrap: wrap; }
.hero-trust div:not(.divider) { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 1.9rem; color: var(--ink); font-weight: 800; }
.hero-trust span { font-size: .85rem; color: var(--muted); }
.hero-trust .divider { width: 1px; height: 38px; background: rgba(18, 20, 63, 0.14); }

/* ---------- Hero app mockup ---------- */
.hero-visual { position: relative; }
.mockup { background: #fff; border: 1px solid rgba(18, 20, 63, 0.06); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.mockup-bar { display: flex; align-items: center; gap: 7px; padding: 13px 16px; background: #f5f4fb; border-bottom: 1px solid #e9e7f4; }
.mockup-bar span { width: 11px; height: 11px; border-radius: 50%; background: #d6d3e8; }
.mockup-bar span:nth-child(1){ background:#ff6058;} .mockup-bar span:nth-child(2){ background:#ffbd2e;} .mockup-bar span:nth-child(3){ background:#28c840;}
.mockup-bar em { font-style: normal; font-size: .76rem; color: #9892B3; margin-left: auto; background: #fff; padding: 4px 12px; border-radius: 999px; border: 1px solid #e9e7f4; }
.mockup-body { display: grid; grid-template-columns: 64px 1fr; }
.mk-side { background: #f5f4fb; border-right: 1px solid #e9e7f4; padding: 18px 0; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.mk-logo { width: 30px; height: 30px; border-radius: 9px; background: var(--grad); }
.mk-nav { width: 28px; height: 9px; border-radius: 5px; background: #dcd8ee; }
.mk-nav.active { background: var(--violet); width: 34px; }
.mk-main { padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.mk-head { display: flex; align-items: center; justify-content: space-between; }
.mk-head strong { font-size: .9rem; color: var(--ink); font-weight: 800; }
.mk-live { font-size: .58rem; font-weight: 800; color: #15a05a; background: #e7f7ee; padding: 4px 9px; border-radius: 999px; letter-spacing: .03em; }
.mk-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.mk-stat { background: #f6f5fc; border: 1px solid #e9e7f4; border-radius: 12px; padding: 12px; }
.mks-ic { display: block; width: 22px; height: 22px; border-radius: 7px; background: var(--grad); margin-bottom: 9px; }
.mks-ic.alt { background: linear-gradient(135deg, #7B8CFF, #4151B3); }
.mks-ic.alt2 { background: linear-gradient(135deg, #8b7bff, #4753E5); }
.mk-stat strong { display: block; font-size: .96rem; color: var(--ink); font-weight: 800; line-height: 1; }
.mk-stat small { font-size: .6rem; color: #9892B3; font-weight: 600; }
.mk-chart { background: #f6f5fc; border: 1px solid #e9e7f4; border-radius: 12px; padding: 12px; }
.mk-chart-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.mk-chart-head small { font-size: .6rem; color: #6b6f92; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.mk-trend { font-size: .6rem; color: var(--violet); font-weight: 800; }
.mk-chart svg { width: 100%; height: 80px; }
.mk-bars { position: relative; display: flex; align-items: flex-end; gap: 12px; height: 104px; padding: 14px 14px 10px; background: #f6f5fc; border: 1px solid #e9e7f4; border-radius: 12px; background-image: repeating-linear-gradient(0deg, transparent 0, transparent 21px, #ecebf7 21px, #ecebf7 22px); }
.mk-bars span { position: relative; flex: 1; border-radius: 6px 6px 3px 3px; background: linear-gradient(180deg, #9b8cff 0%, #6C55F0 100%); box-shadow: 0 6px 14px -6px rgba(108, 85, 240, .55); }
.mk-bars span:nth-child(4), .mk-bars span:nth-child(6) { background: linear-gradient(180deg, #6F7BFF 0%, #4151B3 100%); box-shadow: 0 6px 14px -6px rgba(65, 81, 179, .55); }
.mk-bar-labels { display: flex; gap: 12px; padding: 0 14px; margin-top: 7px; }
.mk-bar-labels i { flex: 1; text-align: center; font-style: normal; font-size: .56rem; color: #aaa6c6; font-weight: 600; }

.float-card { position: absolute; display: flex; align-items: center; gap: 11px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow); }
.float-card b { display: block; font-family: "Plus Jakarta Sans"; font-size: .9rem; color: var(--ink); font-weight: 700; }
.float-card small { color: var(--muted); font-size: .78rem; }
.fc-ic { width: 38px; height: 38px; border-radius: 10px; background: var(--grad-soft); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.fc-1 { top: 26px; left: -30px; animation: floaty 5s ease-in-out infinite; }
.fc-2 { bottom: -22px; right: -24px; animation: floaty 6.5s ease-in-out infinite reverse; }

/* ---------- Marquee (navy band) ---------- */
.marquee { padding: 18px 0; overflow: hidden; background: var(--navy); }
.marquee-track { display: flex; width: max-content; animation: scroll 36s linear infinite; }
.mq-group { display: flex; align-items: center; gap: 26px; padding-right: 26px; white-space: nowrap; flex-shrink: 0; }
.mq-group span { font-weight: 700; font-size: 1.02rem; color: #fff; }
.mq-group i { color: #A793FF; font-style: normal; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: 100px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-head h2 { position: relative; }
.section-head h2::after { content: ""; display: block; width: 56px; height: 4px; margin: 18px auto 0; background: var(--grad); border-radius: 4px; }
.section-sub { font-size: 1.06rem; margin-top: 18px; color: var(--muted); }
.section-sub.left { text-align: left; }
.about-copy h2, .contact-info h2 { position: relative; padding-bottom: 16px; }
.about-copy h2::after, .contact-info h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 4px; background: var(--grad); border-radius: 4px; }

/* ---------- About ---------- */
.check-list { list-style: none; margin: 26px 0 32px; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 34px; color: var(--text); font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 7px; background: var(--grad); color: #fff; font-size: .72rem; display: flex; align-items: center; justify-content: center; }
.stat-tile { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: all .3s var(--ease); }
.stat-tile:hover { transform: translateY(-6px); border-color: var(--border-bright); box-shadow: var(--shadow); }
.st-ic { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 13px; background: var(--grad-soft); font-size: 1.3rem; margin-bottom: 14px; }
.stat-tile strong { display: block; font-family: "Plus Jakarta Sans"; font-size: 1.12rem; color: var(--ink); font-weight: 700; margin-bottom: 5px; }
.stat-tile span { font-size: .9rem; color: var(--muted); }

/* ---------- Services ---------- */
.service-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); transition: all .3s var(--ease); }
.service-card:hover { transform: translateY(-8px); border-color: var(--border-bright); box-shadow: var(--shadow); }
.svc-icon { width: 60px; height: 60px; border-radius: 16px; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; box-shadow: 0 12px 24px -10px rgba(108, 85, 240, .5); }
.svc-icon svg { width: 30px; height: 30px; }
.service-card h3 { margin-bottom: 10px; }

/* ---------- Tech ---------- */
.tech-groups { display: grid; gap: 28px; max-width: 920px; margin: 0 auto; }
.tech-group { padding-bottom: 26px; border-bottom: 1px solid rgba(18, 20, 63, 0.10); }
.tech-group:last-child { border-bottom: none; padding-bottom: 0; }
.tech-group h3 { color: var(--ink); }
.badges { display: flex; flex-wrap: wrap; gap: 11px; }
.badge { background: var(--surface); border: 1px solid var(--border); border-radius: 999px; padding: 10px 18px; font-weight: 600; font-size: .9rem; line-height: 1.7; color: var(--text); transition: all .25s var(--ease); }
.badge:hover { color: var(--violet); transform: translateY(-3px); border-color: var(--border-bright); background: var(--surface); }

/* ---------- Projects ---------- */
.projects-grid { margin-bottom: 50px; }
.industry-tag { display: inline-block; background: rgba(108, 85, 240, 0.09); color: var(--violet); font-size: .72rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .04em; }

/* ---- Case-study project cards ---- */
.case-card { position: relative; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease); overflow: hidden; }
.case-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--grad); opacity: .9; }
.case-card:hover { transform: translateY(-8px); border-color: var(--border-bright); box-shadow: var(--shadow); }
.cs-top { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
.cs-icon { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 16px; background: var(--grad); display: grid; place-items: center; box-shadow: 0 12px 26px -10px rgba(108, 85, 240, .6); }
.cs-icon.alt { background: linear-gradient(135deg, #4151B3, #6F7BFF); box-shadow: 0 12px 26px -10px rgba(65, 81, 179, .6); }
.cs-icon svg { width: 30px; height: 30px; }
.cs-top .industry-tag { margin-bottom: 8px; }
.cs-top h3 { margin: 0; font-size: 1.35rem; }
.cs-lead { color: var(--text); font-size: .96rem; margin-bottom: 22px; }
.cs-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; }
.cs-metric { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 12px; transition: border-color .3s var(--ease), transform .3s var(--ease); }
.case-card:hover .cs-metric { border-color: var(--border-bright); }
.cs-metric strong { display: block; font-size: 1.02rem; color: var(--ink); font-weight: 700; letter-spacing: -.01em; margin-bottom: 4px; }
.cs-metric span { display: block; font-size: .74rem; line-height: 1.35; color: var(--muted); }
.cs-stack { margin-top: auto; }
.cs-label { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; color: var(--muted); margin-bottom: 10px; }
.cs-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cs-chips span { font-size: .76rem; font-weight: 600; color: var(--text); background: var(--surface-2); border: 1px solid var(--border); padding: 5px 12px; border-radius: 999px; transition: all .25s var(--ease); }
.cs-chips span:hover { color: var(--violet); border-color: var(--border-bright); background: rgba(108, 85, 240, 0.07); }
.cs-btn { align-self: flex-start; margin-top: 24px; }
.coming-soon { text-align: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 46px 30px; max-width: 760px; margin: 0 auto; box-shadow: var(--shadow-sm); }
.coming-soon h3 { font-size: 1.4rem; margin-bottom: 12px; }
.coming-soon p { font-style: italic; max-width: 560px; margin: 0 auto; }

/* ---------- Why ---------- */
.why-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); transition: all .3s var(--ease); }
.why-card:hover { transform: translateY(-8px); border-color: var(--border-bright); box-shadow: var(--shadow); }
.why-num { font-family: "Plus Jakarta Sans"; font-size: 1.7rem; font-weight: 800; color: transparent; background: var(--grad); -webkit-background-clip: text; background-clip: text; margin-bottom: 12px; }
.why-card h3 { margin-bottom: 8px; }

/* ---------- Timeline ---------- */
.timeline { list-style: none; max-width: 760px; margin: 0 auto; position: relative; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 12px; bottom: 12px; width: 2px; background: rgba(18, 20, 63, 0.12); }
.timeline::after { content: ""; position: absolute; left: 27px; top: 12px; width: 2px; height: calc(var(--tlp, 0) * (100% - 24px)); background: var(--grad); }
.timeline li { position: relative; display: flex; gap: 26px; padding-bottom: 32px; }
.timeline li:last-child { padding-bottom: 0; }
.t-step { flex-shrink: 0; width: 56px; height: 56px; border-radius: 16px; background: var(--surface); border: 1px solid rgba(108, 85, 240, 0.32); color: var(--violet); display: flex; align-items: center; justify-content: center; font-family: "Plus Jakarta Sans"; font-weight: 800; z-index: 1; box-shadow: var(--shadow-sm); transition: all .3s var(--ease); }
.timeline li:hover .t-step, .timeline li.done .t-step { background: var(--grad); color: #fff; border-color: transparent; }
.timeline h3 { margin-bottom: 4px; }
.timeline p { margin: 0; }

/* ---------- Testimonials ---------- */
.testimonial-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); transition: all .3s var(--ease); margin: 0; }
.testimonial-card:hover { transform: translateY(-6px); border-color: var(--border-bright); box-shadow: var(--shadow); }
.stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial-card blockquote { color: var(--text); margin-bottom: 22px; }
.testimonial-card figcaption { display: flex; align-items: center; gap: 14px; }
.testimonial-card figcaption span:last-child { display: flex; flex-direction: column; }
.testimonial-card strong { color: var(--ink); }
.testimonial-card small { color: var(--muted); }
.avatar { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; background: var(--grad); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: .85rem; letter-spacing: .02em; }

/* ---------- CTA (deep navy band) ---------- */
.cta-band { padding: 30px 0 100px; }
.cta-inner { text-align: center; max-width: 880px; margin: 0 auto; background: var(--grad-navy); border-radius: 30px; padding: 64px 40px; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.cta-inner::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0); background-size: 26px 26px; pointer-events: none; }
.cta-inner h2 { position: relative; color: #fff; }
.cta-inner p { position: relative; color: rgba(237, 235, 245, .8); }
.cta-inner .hero-actions { position: relative; z-index: 1; }
.cta-inner p { font-size: 1.12rem; margin: 16px 0 30px; }

/* ---------- Contact (rounded navy panel, white form card) ---------- */
#contact { padding: 30px 14px 100px; }
#contact .container { background: radial-gradient(900px 520px at 88% -10%, rgba(123, 92, 240, .30), transparent 62%), radial-gradient(720px 420px at -8% 112%, rgba(65, 81, 179, .28), transparent 62%), var(--navy); border-radius: 30px; padding: 64px 54px; box-shadow: var(--shadow-lg); }
#contact .kicker { color: #A793FF; background: rgba(167, 147, 255, .10); border-color: rgba(167, 147, 255, .32); }
#contact .kicker::before { background: #A793FF; }
#contact h2 { color: #fff; }
#contact .section-sub { color: rgba(237, 235, 245, .75); }
#contact .info-list strong { color: #fff; }
#contact .info-list span { color: rgba(237, 235, 245, .72); }
#contact .info-ic { background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .12); }
#contact .contact-info .social { background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .14); color: #fff; }
#contact .contact-info .social:hover { background: var(--grad); border-color: transparent; }
#contact .contact-form { border: none; box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .55); }
.info-list { list-style: none; margin: 30px 0; display: grid; gap: 18px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; }
.info-link { display: flex; gap: 14px; align-items: flex-start; text-decoration: none; color: inherit; transition: opacity .2s; width: 100%; }
.info-link:hover { opacity: .75; }
.info-ic { width: 46px; height: 46px; border-radius: 13px; background: var(--grad-soft); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; }
.info-list strong { display: block; color: var(--ink); font-size: .96rem; }
.info-list span { color: var(--muted); font-size: .93rem; }
.social-row { display: flex; gap: 12px; }
.social { width: 44px; height: 44px; border-radius: 13px; background: var(--surface); border: 1px solid var(--border); color: var(--violet); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .82rem; transition: all .25s var(--ease); }
.social:hover { background: var(--grad); border-color: transparent; color: #fff; transform: translateY(-3px); }
.contact-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; display: flex; flex-direction: column; }
.field label { font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea { font-family: inherit; font-size: .95rem; color: var(--ink); padding: 13px 15px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); background-color: var(--surface-2); transition: all .2s var(--ease); resize: vertical; }
.field select { padding-right: 36px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-light); }
.field select option { background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; color: var(--ink); border-color: var(--violet); background-color: #fff; box-shadow: 0 0 0 3px rgba(108, 85, 240, .16); }
.form-note { margin-top: 16px; padding: 14px 16px; border-radius: var(--radius-sm); background: rgba(108, 85, 240, .08); border: 1px solid rgba(108, 85, 240, .32); color: #5843D6; font-weight: 600; font-size: .92rem; text-align: center; }
.form-note.error { background: rgba(214, 69, 69, .08); border-color: rgba(214, 69, 69, .38); color: #C0392B; }

/* ---------- Footer (deep navy) ---------- */
.site-footer { position: relative; background: var(--navy); color: #B9B4D8; padding: 64px 0 28px; }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad); }
.footer-brand .brand { color: #fff; }
.footer-brand .brand:hover { color: #fff; }
.footer-brand p { color: #B9B4D8; margin: 16px 0 20px; font-size: .94rem; max-width: 320px; }
.footer-brand .social { background: rgba(255,255,255,.07); border-color: transparent; color: #fff; }
.footer-brand .social:hover { background: var(--grad); color: #fff; }
.footer-col h4 { color: #fff; font-size: .98rem; margin-bottom: 16px; }
.footer-col a { display: block; color: #B9B4D8; font-size: .93rem; padding: 5px 0; transition: color .2s, padding-left .2s; }
.footer-col a:hover { color: #fff; padding-left: 4px; }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); text-align: center; }
.footer-bottom p { color: #8F8AB3; font-size: .9rem; }

/* ---------- Reveal + stagger ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(2) { transition-delay: .08s; }
.stagger.visible > *:nth-child(3) { transition-delay: .16s; }
.stagger.visible > *:nth-child(4) { transition-delay: .24s; }
.stagger.visible > *:nth-child(5) { transition-delay: .32s; }
.stagger.visible > *:nth-child(6) { transition-delay: .4s; }

/* ---------- Small enhancements ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 2px; width: 100%; background: var(--grad); transform-origin: 0 50%; transform: scaleX(0); z-index: 2000; }
.mk-line { stroke-dasharray: 620; stroke-dashoffset: 620; animation: draw-line 2s var(--ease) .8s forwards; }
@keyframes draw-line { to { stroke-dashoffset: 0; } }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .hero-visual { max-width: 480px; margin: 0 auto; }
  .float-card { display: none; }
  .navbar-collapse { background: transparent; border: none; box-shadow: none; margin: 0; padding: 6px 0 14px; }
  .nav-links { gap: 0; }
  .nav-links a:not(.btn) { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .nav-links a:not(.btn)::after { display: none; }
  .nav-cta { margin-top: 14px; text-align: center; }
}
@media (max-width: 680px) {
  .section { padding: 72px 0; }
  .hero { padding: 140px 0 60px; }
  .hero-trust { gap: 18px; }
  .hero-trust .divider { display: none; }
  .cta-inner { padding: 44px 24px; }
  #contact { padding: 10px 12px 72px; }
  #contact .container { padding: 44px 24px; border-radius: 24px; }
}
@media (max-width: 420px) {
  .hero-actions .btn, .cta-inner .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .stagger > * { opacity: 1; transform: none; }
  .mk-line { stroke-dashoffset: 0; }
  .timeline::after { height: calc(100% - 24px); }
}

/* ---------- Contact form: consent + Turnstile ---------- */
.form-consent { margin-top: 4px; }
.consent-label { display: flex; gap: 11px; align-items: flex-start; font-size: .88rem; color: var(--muted); line-height: 1.55; cursor: pointer; }
.consent-label input[type="checkbox"] { margin-top: 3px; width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--violet); cursor: pointer; }
.consent-label a { color: var(--violet); text-decoration: underline; }
.consent-label a:hover { color: var(--ink); }
.form-turnstile { margin: 4px 0 6px; min-height: 0; display: flex; justify-content: center; }
.form-turnstile:not(:empty) { min-height: 65px; }

/* ---------- Legal pages (privacy / terms) ---------- */
.legal-page { padding-top: 130px; padding-bottom: 90px; }
.legal-page .legal-head { margin-bottom: 36px; }
.legal-page h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 12px; }
.legal-page .updated { color: var(--muted-light); font-size: .9rem; }
.legal-page h2 { font-size: 1.3rem; margin: 34px 0 12px; color: var(--ink); }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page ul { padding-left: 22px; margin: 0 0 14px; }
.legal-page li { margin-bottom: 7px; }
.legal-page a { color: var(--violet); }
.legal-page a:hover { color: var(--ink); }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; color: var(--muted); font-weight: 600; }
.legal-back:hover { color: var(--ink); }
