:root {
  --purple: #6d28d9;
  --violet: #4c1d95;
  --orange: #ff6b1a;
  --pink: #e91e83;
  --blue: #2367e8;
  --ink: #100b33;
  --muted: #6c6886;
  --line: #eceaf6;
  --bg: #fbfaff;
  --shadow: 0 14px 34px rgba(31, 20, 82, .11);
}

* { box-sizing: border-box; }
body { margin: 0; background: #111; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-shell { max-width: 900px; min-height: 100vh; margin: 0 auto; background: #fff; position: relative; overflow: hidden; padding: 26px 28px 110px; }
.app-header { display: flex; align-items: center; gap: 22px; padding: 12px 0 20px; position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 14px; margin-right: auto; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; font-size: 36px; color: var(--violet); background: conic-gradient(from 20deg, var(--purple), var(--purple), var(--orange), #fff 74%); box-shadow: inset 0 0 0 7px #fff; transform: skew(-12deg); }
.brand strong { display: block; color: var(--ink); font-size: 28px; line-height: .88; letter-spacing: 0; }
.brand small { display: block; color: var(--ink); font-weight: 700; margin-top: 9px; }
.brand b { color: var(--orange); }
.icon-btn { width: 58px; height: 58px; border: 1px solid var(--line); border-radius: 12px; background: #fff; display: grid; place-items: center; color: var(--purple); box-shadow: 0 8px 18px rgba(37, 25, 91, .08); font-size: 24px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: #222044; margin: 3px 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.quote-btn, .gradient-btn, .plan-card a, .solution-card a { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 12px; padding: 16px 24px; background: linear-gradient(135deg, var(--purple), #7b22df 55%, var(--orange)); color: #fff; font-weight: 800; box-shadow: 0 13px 22px rgba(109, 40, 217, .24); }
.slide-menu { position: absolute; top: 96px; left: 28px; right: 28px; z-index: 30; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 14px; display: none; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.slide-menu.open { display: grid; }
.slide-menu a { padding: 12px; border-radius: 10px; font-weight: 800; color: var(--ink); }
.slide-menu a:hover { background: #f4efff; color: var(--purple); }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .95fr); align-items: center; gap: 10px; padding: 20px 0 28px; }
.hero-copy h1 { font-size: clamp(36px, 6vw, 58px); line-height: 1.08; margin: 0 0 20px; font-weight: 900; letter-spacing: 0; }
.hero-copy h1 span, h2 span { color: var(--purple); }
.hero-copy p { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 430px; }
.hero-art { width: 100%; max-height: 380px; object-fit: contain; }
.crumb { font-size: 13px !important; color: var(--muted) !important; font-weight: 800; }
.eyebrow { text-transform: uppercase; color: var(--purple) !important; letter-spacing: 1px; font-size: 13px !important; font-weight: 900; margin: 0 0 8px; }
.mini-proof { display: flex; align-items: center; gap: 8px; margin-top: 30px; color: var(--ink); }
.mini-proof small { max-width: 72px; font-size: 12px; color: var(--muted); font-weight: 700; }
.mini-proof i { display: block; height: 40px; width: 1px; background: var(--line); margin: 0 18px; }
.faces { width: 72px; height: 32px; background: radial-gradient(circle at 16px 16px,#2d2b56 0 12px,transparent 13px), radial-gradient(circle at 37px 16px,#ffb56d 0 12px,transparent 13px), radial-gradient(circle at 58px 16px,#4763c9 0 12px,transparent 13px); }
.section { padding: 24px 0; }
.section h2 { font-size: clamp(25px, 4vw, 36px); line-height: 1.15; font-weight: 900; margin: 0 0 20px; }
.section > .eyebrow, .section > h2 { text-align: center; }
.category-row, .benefit-grid, .plan-grid, .portfolio-grid { display: grid; gap: 22px; }
.category-row { grid-template-columns: repeat(5, 1fr); }
.solution-card, .benefit-grid > div, .plan-card, .project-card, .form-card, .contact-card { border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(34, 20, 75, .08); padding: 24px; }
.solution-card { text-align: center; min-height: 250px; }
.card-icon { color: var(--accent); font-size: 48px; line-height: 1; margin-bottom: 16px; font-weight: 900; }
.solution-card h3, .benefit-grid h3, .plan-card h3, .project-card h3 { font-size: 18px; font-weight: 900; margin: 0 0 8px; }
.solution-card p, .benefit-grid p, .plan-card p, .project-card p, .contact-card p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.solution-card a, .plan-card a { width: 100%; padding: 12px 14px; margin-top: 10px; background: var(--accent); }
.benefit-grid { grid-template-columns: repeat(4, 1fr); }
.benefit-grid > div { text-align: center; }
.benefit-grid b { display: inline-grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: color-mix(in srgb, var(--purple) 10%, white); color: var(--purple); font-size: 34px; margin-bottom: 10px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; position: relative; }
.timeline span { display: inline-grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--orange)); color: #fff; font-weight: 900; box-shadow: var(--shadow); }
.timeline h3 { margin: 14px 0 4px; font-size: 16px; font-weight: 900; }
.timeline p { color: var(--muted); font-size: 13px; }
.cta-band { margin: 28px 0; border-radius: 18px; padding: 22px 28px; display: grid; grid-template-columns: 170px 1fr auto; gap: 22px; align-items: center; background: radial-gradient(circle at 75% 50%, rgba(255,255,255,.13), transparent 28%), linear-gradient(135deg, #4f16bd, #28106f); color: #fff; overflow: hidden; }
.cta-band img { width: 170px; align-self: end; }
.cta-band h2 { font-size: 26px; margin: 0 0 10px; font-weight: 900; }
.cta-band p { margin: 0 0 12px; color: rgba(255,255,255,.82); }
.cta-band ul { margin: 0; padding: 0; list-style: none; font-weight: 700; font-size: 14px; }
.cta-band li { margin: 7px 0; }
.cta-band li::before { content: "✓"; color: #ffbf2f; margin-right: 8px; }
.light-btn { display: inline-flex; gap: 10px; align-items: center; padding: 13px 22px; background: #fff; color: var(--purple); border-radius: 10px; font-weight: 900; }
.feature-strip, .client-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); background: #fff; overflow: hidden; margin: 10px 0 28px; }
.feature-strip div, .client-strip span, .client-strip strong { padding: 20px; color: var(--muted); font-size: 13px; font-weight: 800; border-right: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 22px; }
.section-head h2 { margin-bottom: 2px; }
.toggle { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 14px; padding: 8px; position: relative; }
.toggle button { border: 0; background: transparent; padding: 12px 18px; border-radius: 10px; font-weight: 800; color: var(--muted); }
.toggle button.active { background: var(--purple); color: #fff; }
.toggle small { position: absolute; top: -17px; right: -12px; background: #ffb51f; color: #fff; border-radius: 9px; padding: 4px 7px; font-weight: 900; }
.plan-grid { grid-template-columns: repeat(3, 1fr); }
.plan-card { position: relative; }
.badge-popular { position: absolute; right: 16px; top: 16px; background: var(--purple); color: #fff; border-radius: 16px; padding: 5px 10px; font-size: 11px; font-weight: 900; }
.plan-card ul { padding: 0; margin: 16px 0; list-style: none; }
.plan-card li { color: var(--muted); font-weight: 700; font-size: 13px; margin: 9px 0; }
.plan-card li::before { content: "⊙"; color: var(--accent); margin-right: 8px; }
.price { font-size: 25px; font-weight: 950; margin-top: auto; }
.price small, .monthly-note { color: var(--muted); font-size: 13px; font-weight: 800; }
.stats-dock { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); background: #fff; margin: 26px 0 12px; overflow: hidden; }
.stats-dock.inline { margin-top: -10px; }
.stats-dock div { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; padding: 18px 22px; border-right: 1px solid var(--line); }
.stat-icon { grid-row: span 2; color: var(--purple); font-size: 32px; }
.stats-dock strong { font-size: 22px; }
.stats-dock small { color: var(--muted); font-weight: 700; }
.filter-tabs { display: flex; gap: 12px; overflow-x: auto; padding: 8px 0 22px; }
.filter-tabs button { border: 0; background: #fff; color: var(--muted); padding: 13px 24px; border-radius: 12px; font-weight: 900; box-shadow: 0 8px 20px rgba(31, 20, 82, .08); white-space: nowrap; }
.filter-tabs button.active { background: var(--purple); color: #fff; }
.portfolio-grid { grid-template-columns: repeat(3, 1fr); }
.project-card { padding: 14px; }
.project-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; background: #f4f2fb; }
.project-card span { display: inline-block; margin: 14px 0 10px; background: var(--accent); color: #fff; border-radius: 8px; padding: 6px 12px; font-size: 12px; font-weight: 900; }
.project-card a { color: var(--purple); font-weight: 900; }
.contact-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; align-items: start; }
label { font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.form-control, .form-select { border-radius: 11px; padding: 13px 14px; border-color: var(--line); }
.case-study { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.detail-image { width: 100%; border-radius: 14px; box-shadow: var(--shadow); }
.legal, .not-found { max-width: 760px; margin: auto; }
.not-found { text-align: center; padding: 90px 0; }
.not-found h1 { font-size: 90px; color: var(--purple); font-weight: 950; }
.site-footer { text-align: center; color: var(--muted); font-size: 13px; padding: 20px 0; }
.bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); max-width: 900px; width: 100%; height: 86px; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; z-index: 50; }
.bottom-nav a { display: grid; place-items: center; color: var(--ink); font-size: 25px; font-weight: 900; }
.bottom-nav span { font-size: 12px; margin-top: 2px; }
.bottom-nav .active { color: var(--purple); }
.bottom-nav .chat-fab { width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, #8a3ff0, var(--purple)); color: #fff; justify-self: center; margin-top: -36px; box-shadow: 0 12px 24px rgba(109,40,217,.32); }

@media (max-width: 760px) {
  body { background: #fff; }
  .site-shell { padding: 18px 16px 105px; }
  .brand strong { font-size: 18px; }
  .brand-mark { width: 45px; height: 45px; font-size: 28px; }
  .icon-btn { width: 48px; height: 48px; }
  .quote-btn { padding: 13px 14px; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-height: 255px; }
  .home-hero .hero-art { order: 2; }
  .category-row { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid, .timeline, .feature-strip, .stats-dock, .portfolio-grid, .plan-grid, .contact-grid, .case-study { grid-template-columns: 1fr; }
  .section-head, .cta-band { grid-template-columns: 1fr; }
  .cta-band img { width: 130px; }
  .client-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .category-row { grid-template-columns: repeat(3, 1fr); }
  .plan-grid, .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Screenshot-matched mobile app presentation */
@media (min-width: 761px) {
  .site-shell,
  .bottom-nav {
    max-width: 430px;
  }

  body {
    background: #050505;
  }
}

@media (max-width: 760px) {
  body {
    background: #fff;
  }

  .site-shell {
    max-width: 430px;
    padding: 14px 14px 76px;
  }

  .app-header {
    gap: 8px;
    padding: 6px 0 12px;
    position: relative;
  }

  .icon-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    font-size: 18px;
  }

  .menu-toggle span {
    width: 18px;
    margin: 2px 0;
  }

  .brand {
    gap: 7px;
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 27px;
    box-shadow: inset 0 0 0 5px #fff;
  }

  .brand strong {
    font-size: 17px;
    line-height: .9;
  }

  .brand small {
    font-size: 8px;
    margin-top: 5px;
  }

  .header-actions {
    gap: 7px;
  }

  .quote-btn {
    min-width: 92px;
    height: 42px;
    padding: 0 11px;
    border-radius: 10px;
    font-size: 12px;
    gap: 5px;
    white-space: nowrap;
  }

  .slide-menu {
    top: 62px;
    left: 14px;
    right: 14px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    padding: 8px 0 12px;
  }

  .hero-art,
  .home-hero .hero-art {
    order: initial;
    max-height: 190px;
    align-self: end;
  }

  .hero-copy h1 {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .sub-hero .hero-copy h1 {
    font-size: 28px;
  }

  .hero-copy p {
    font-size: 11px;
    line-height: 1.55;
    margin-bottom: 12px;
  }

  .crumb {
    font-size: 9px !important;
    margin-bottom: 18px;
  }

  .eyebrow {
    font-size: 9px !important;
    letter-spacing: .8px;
    margin-bottom: 5px;
  }

  .gradient-btn {
    padding: 12px 15px;
    border-radius: 9px;
    font-size: 12px;
  }

  .mini-proof {
    gap: 5px;
    margin-top: 18px;
  }

  .faces {
    width: 45px;
    height: 22px;
    background: radial-gradient(circle at 10px 11px,#2d2b56 0 8px,transparent 9px), radial-gradient(circle at 24px 11px,#ffb56d 0 8px,transparent 9px), radial-gradient(circle at 38px 11px,#4763c9 0 8px,transparent 9px);
  }

  .mini-proof strong {
    font-size: 12px;
  }

  .mini-proof small {
    font-size: 8px;
    max-width: 44px;
    line-height: 1.1;
  }

  .mini-proof i {
    height: 28px;
    margin: 0 7px;
  }

  .section {
    padding: 14px 0;
  }

  .section h2 {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .category-row {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .solution-card {
    min-height: 138px;
    padding: 11px 6px;
    border-radius: 10px;
  }

  .card-icon {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .solution-card h3,
  .benefit-grid h3,
  .plan-card h3,
  .project-card h3 {
    font-size: 10px;
    line-height: 1.18;
    margin-bottom: 5px;
  }

  .solution-card p,
  .benefit-grid p,
  .plan-card p,
  .project-card p {
    font-size: 7.5px;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .solution-card a {
    padding: 7px 4px;
    border-radius: 7px;
    font-size: 8px;
  }

  .benefit-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .benefit-grid > div {
    padding: 12px 7px;
    border-radius: 10px;
  }

  .benefit-grid b {
    width: 45px;
    height: 45px;
    font-size: 23px;
    margin-bottom: 7px;
  }

  .timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }

  .timeline span {
    width: 42px;
    height: 42px;
    font-size: 9px;
  }

  .timeline h3 {
    font-size: 9px;
    margin: 8px 0 3px;
  }

  .timeline p {
    font-size: 7.5px;
    line-height: 1.35;
  }

  .cta-band {
    grid-template-columns: 96px 1fr;
    gap: 9px;
    padding: 12px;
    border-radius: 12px;
    margin: 16px 0;
  }

  .cta-band img {
    width: 96px;
    grid-row: span 2;
  }

  .cta-band h2 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .cta-band p {
    font-size: 9px;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .cta-band ul {
    grid-column: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 8px;
    gap: 2px 7px;
  }

  .light-btn {
    padding: 8px 12px;
    border-radius: 7px;
    font-size: 9px;
  }

  .feature-strip {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 11px;
    margin: 4px 0 18px;
  }

  .feature-strip div {
    padding: 9px 6px;
    font-size: 7.5px;
    line-height: 1.35;
  }

  .section-head {
    align-items: end;
    gap: 8px;
    margin-bottom: 14px;
  }

  .section-head h2 {
    font-size: 18px;
  }

  .section-head p {
    font-size: 9px;
    margin: 0;
  }

  .toggle {
    padding: 4px;
    gap: 3px;
    border-radius: 9px;
  }

  .toggle button {
    padding: 8px 10px;
    border-radius: 7px;
    font-size: 9px;
  }

  .toggle small {
    font-size: 7px;
    top: -13px;
    right: -8px;
  }

  .plan-grid,
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .plan-card {
    padding: 12px 9px;
    border-radius: 11px;
  }

  .badge-popular {
    right: 8px;
    top: 8px;
    font-size: 6.5px;
    padding: 3px 6px;
  }

  .plan-card ul {
    margin: 9px 0;
  }

  .plan-card li {
    font-size: 7.2px;
    line-height: 1.25;
    margin: 5px 0;
  }

  .price {
    font-size: 14px;
  }

  .price small,
  .monthly-note {
    font-size: 7.5px;
  }

  .plan-card a {
    padding: 8px 5px;
    border-radius: 7px;
    font-size: 8px;
  }

  .stats-dock {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 12px;
    margin: 14px 0 7px;
  }

  .stats-dock div {
    grid-template-columns: auto 1fr;
    gap: 1px 4px;
    padding: 9px 5px;
  }

  .stat-icon {
    font-size: 18px;
  }

  .stats-dock strong {
    font-size: 13px;
    line-height: 1;
  }

  .stats-dock small {
    font-size: 6.7px;
    line-height: 1.15;
  }

  .filter-tabs {
    gap: 7px;
    padding-bottom: 12px;
  }

  .filter-tabs button {
    padding: 9px 13px;
    border-radius: 9px;
    font-size: 8px;
  }

  .project-card {
    padding: 8px;
    border-radius: 11px;
  }

  .project-card img {
    border-radius: 7px;
  }

  .project-card span {
    margin: 8px 0 6px;
    padding: 4px 7px;
    border-radius: 6px;
    font-size: 7px;
  }

  .project-card a {
    font-size: 8px;
  }

  .client-strip {
    grid-template-columns: repeat(6, 1fr);
    border-radius: 12px;
    margin-bottom: 8px;
  }

  .client-strip strong,
  .client-strip span {
    padding: 9px 5px;
    font-size: 7px;
    line-height: 1.2;
    text-align: center;
  }

  .contact-grid,
  .case-study {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: none;
  }

  .bottom-nav {
    max-width: 430px;
    height: 62px;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -10px 28px rgba(31, 20, 82, .08);
  }

  .bottom-nav a {
    font-size: 20px;
  }

  .bottom-nav span {
    font-size: 9px;
  }

  .bottom-nav .chat-fab {
    width: 54px;
    height: 54px;
    margin-top: -28px;
    font-size: 24px;
  }
}
