/**
 * DigitalDukaan homepage — landing sections only.
 * Site chrome (header, footer, util bar) comes from store.css + includes/footer.php.
 * Do not duplicate footer/header styles here.
 */
body.page-home-landing {

  /* ==================== HERO ==================== */
  .hero {
    position: relative;
    padding: 72px 0 56px;
    overflow: hidden;
    background: #ffffff;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
    padding-right: 24px;
  }
  .hero-copy {
    max-width: 620px;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: #f8f4ec;
    border: 1px solid rgba(131, 84, 0, 0.12);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7a5a12;
    margin-bottom: 26px;
  }
  .hero-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fcaf3b;
    flex-shrink: 0;
  }
  h1.hero-title {
    font-size: clamp(38px, 5.2vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: #111111;
    margin: 0 0 22px;
  }
  .hero-title-line {
    display: block;
  }
  .hero-title-accent {
    font-style: italic;
    color: #9b6b00;
    font-weight: 800;
    position: relative;
    display: inline-block;
  }
  .hero-title-accent::after {
    content: "";
    position: absolute;
    left: 0;
    right: -2px;
    bottom: 2px;
    height: 10px;
    background: rgba(252, 175, 59, 0.45);
    border-radius: 4px;
    z-index: -1;
  }
  .hero-lede {
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.6;
    color: #5c5c5c;
    max-width: 560px;
    margin: 0 0 32px;
  }
  .hero-ctas {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    margin: 0;
  }
  .hero .btn-primary.hero-btn-primary,
  .hero .btn-secondary.hero-btn-secondary {
    width: auto;
    flex: 0 0 auto;
  }
  .hero .btn-primary.hero-btn-primary {
    background: #9b6b00;
    background-image: none;
    color: #ffffff;
    padding: 15px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 12px 28px rgba(155, 107, 0, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    position: relative;
    overflow: visible;
    text-decoration: none;
  }
  .hero .btn-primary.hero-btn-primary::after {
    display: none;
  }
  .hero .btn-primary.hero-btn-primary:hover {
    background: #835400;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(155, 107, 0, 0.34);
  }
  .hero-btn-arrow {
    font-size: 18px;
    line-height: 1;
  }
  .hero .btn-secondary.hero-btn-secondary {
    background: #ffffff;
    color: #111111;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e4e4e4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
  }
  .hero .btn-secondary.hero-btn-secondary:hover {
    background: #fafafa;
    border-color: #d0d0d0;
    transform: translateY(-1px);
  }
  .hero .play-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #9b6b00;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .hero .play-circle svg {
    margin-left: 2px;
  }

  .hero-trust {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 40px;
    margin-top: 48px;
    border-top: 1px solid var(--line-strong);
  }
  .hero-trust-text p {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--muted-2);
  }
  .hero-trust-text strong {
    color: var(--ink);
    font-weight: 700;
  }
  .avatar-stack { display: flex; }
  .avatar-stack .av {
    width: 32px; height: 32px;
    border-radius: 50%;
    border: 2px solid var(--paper);
    margin-left: -8px;
    background: var(--brand);
    display: flex; align-items: center; justify-content: center;
    color: var(--paper);
    font-weight: 700;
    font-size: 12px;
  }
  .avatar-stack .av:first-child { margin-left: 0; background: var(--brand-mid); }
  .avatar-stack .av:nth-child(2) { background: var(--brand); }
  .avatar-stack .av:nth-child(3) { background: var(--brand-light); color: var(--ink); }
  .avatar-stack .av:nth-child(4) { background: var(--ink-2); }
  .avatar-stack .av:nth-child(5) {
    background: var(--paper-3);
    color: var(--ink);
    border: 2px solid var(--line-strong);
    font-size: 10px;
  }
  .hero-trust .stars { color: var(--brand-light); letter-spacing: 2px; }
  .hero-trust strong { font-weight: 700; }

  /* ==================== HERO VISUAL — INTERACTIVE ==================== */
  .hero-visual {
    position: relative;
    aspect-ratio: 0.85;
    max-width: 540px;
    margin: 0 auto;
    perspective: 1200px;
    transform-style: preserve-3d;
  }

  .dashboard {
    position: absolute;
    inset: 0;
    background: var(--paper);
    border-radius: 20px;
    box-shadow:
      0 30px 60px -30px rgba(131,84,0,0.25),
      0 18px 40px -18px rgba(0,0,0,0.12),
      0 1px 0 rgba(255,255,255,0.6) inset;
    border: 1px solid var(--line-strong);
    overflow: hidden;
    display: flex; flex-direction: column;
    transform: rotate(-1.5deg) translateZ(0);
    transition: transform .15s ease-out;
    will-change: transform;
  }
  .db-bar {
    background: var(--paper-3);
    padding: 10px 14px;
    display: flex; align-items: center; gap: 8px;
    border-bottom: 1px solid var(--line-strong);
  }
  .db-bar .traffic { display: flex; gap: 6px; }
  .db-bar .traffic span {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
  }
  .db-bar .traffic span:first-child { background: #fc5454; }
  .db-bar .traffic span:nth-child(2) { background: #fcaf3b; }
  .db-bar .traffic span:nth-child(3) { background: #4dbb6c; }
  .db-bar .url {
    background: var(--paper);
    border: 1px solid var(--line-strong);
    flex: 1;
    padding: 5px 12px;
    border-radius: 6px;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .db-body {
    flex: 1;
    padding: 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto 1fr;
    gap: 14px;
    background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  }
  .db-title {
    grid-column: span 2;
    display: flex; align-items: center; justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line-strong);
    gap: 12px;
  }
  .db-title h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }
  .db-title h4 em { font-style: italic; color: var(--brand); font-weight: 600; }
  .db-title .badge {
    font-family: var(--font-mono);
    font-size: 9px;
    color: var(--brand);
    background: rgba(131,84,0,0.08);
    padding: 4px 8px;
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .stat-card {
    background: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    padding: 14px;
  }
  .stat-card .lab {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-bottom: 6px;
  }
  .stat-card .val {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.1;
  }
  .stat-card .val em { font-style: italic; color: var(--brand); font-weight: 700; }
  .stat-card .delta {
    font-size: 11px;
    color: #2a8d4a;
    font-weight: 600;
    margin-top: 4px;
    display: inline-flex; align-items: center; gap: 3px;
  }
  .stat-card .delta::before { content: "▲"; font-size: 8px; }

  .chart-card {
    grid-column: span 2;
    background: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    padding: 14px;
    display: flex; flex-direction: column;
    min-height: 0;
  }
  .chart-head {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 8px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .chart-head .lab {
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--muted-2);
  }
  .chart-head .legend { display: flex; gap: 10px; font-size: 10px; color: var(--muted-2); }
  .chart-head .legend span { display: inline-flex; align-items: center; gap: 4px; }
  .chart-head .legend i { width: 8px; height: 8px; border-radius: 2px; display: inline-block; }
  .chart-card svg { width: 100%; height: 100%; flex: 1; }

  /* ===== HERO CHIPS — 3 visual-first product fragments ===== */
  .chip {
    position: absolute;
    z-index: 4;
    cursor: pointer;
    will-change: transform;
    user-select: none;
    transition:
      transform .55s cubic-bezier(0.34, 1.56, 0.64, 1),
      box-shadow .4s ease;
  }

  /* CHIP 1 — STAT RING (circular, top-right) */
  .chip-ring {
    top: -2%;
    right: 4%;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--paper) 0%, var(--paper-3) 100%);
    box-shadow:
      0 24px 50px -16px rgba(131,84,0,0.35),
      0 0 0 1px rgba(131,84,0,0.08);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    transform: rotate(-6deg) translateZ(70px);
    animation: floatA 6s ease-in-out infinite;
    padding: 10px;
  }
  @keyframes floatA {
    0%,100% { transform: rotate(-6deg) translateZ(70px) translateY(0); }
    50%     { transform: rotate(-2deg) translateZ(70px) translateY(-10px); }
  }
  .chip-ring:hover {
    transform: rotate(0deg) translateZ(95px) scale(1.06);
    box-shadow:
      0 36px 65px -14px rgba(131,84,0,0.5),
      0 0 0 1px rgba(131,84,0,0.25),
      0 0 50px -8px rgba(252,175,59,0.45);
    animation-play-state: paused;
  }
  .chip-ring .ring-svg {
    position: absolute;
    inset: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    transform: rotate(-90deg);
  }
  .chip-ring .ring-svg .track { fill: none; stroke: rgba(131,84,0,0.1); stroke-width: 6; }
  .chip-ring .ring-svg .progress {
    fill: none;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 320;
    stroke-dashoffset: 110;
    transition: stroke-dashoffset 1s ease;
  }
  .chip-ring:hover .ring-svg .progress { stroke-dashoffset: 70; }
  .chip-ring .num {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--ink);
    font-style: italic;
    z-index: 1;
  }
  .chip-ring .num em {
    font-size: 22px;
    color: var(--brand);
    font-style: italic;
    margin-left: 2px;
  }
  .chip-ring .lab {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-2);
    font-weight: 700;
    margin-top: 6px;
    z-index: 1;
  }
  .chip-ring .lab strong { color: var(--brand); }

  /* CHIP 2 — INTEGRATIONS (bottom-left, app grid with connection lines) */
  .chip-integ {
    bottom: 2%;
    left: 4%;
    background: var(--paper);
    border-radius: 20px;
    padding: 20px;
    box-shadow:
      0 24px 50px -18px rgba(131,84,0,0.32),
      0 0 0 1px rgba(131,84,0,0.06);
    transform: rotate(-3deg) translateZ(60px);
    animation: floatB 7s ease-in-out infinite;
    width: 270px;
  }
  @keyframes floatB {
    0%,100% { transform: rotate(-3deg) translateZ(60px) translateY(0); }
    50%     { transform: rotate(-3deg) translateZ(60px) translateY(-9px); }
  }
  .chip-integ:hover {
    transform: rotate(0deg) translateZ(85px) scale(1.05);
    box-shadow:
      0 32px 60px -14px rgba(131,84,0,0.45),
      0 0 0 1px rgba(131,84,0,0.18);
    animation-play-state: paused;
  }
  .chip-integ-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 16px;
  }
  .chip-integ-head .title {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.005em;
  }
  .chip-integ-head .pill {
    font-family: var(--font-mono);
    font-size: 10px;
    background: rgba(42,141,74,0.12);
    color: #2a8d4a;
    padding: 5px 10px;
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: inline-flex; align-items: center; gap: 5px;
  }
  .chip-integ-head .pill::before {
    content: "";
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #2a8d4a;
    animation: pulseDot 2s infinite;
  }
  @keyframes pulseDot {
    0%   { box-shadow: 0 0 0 0 rgba(42,141,74,0.6); }
    70%  { box-shadow: 0 0 0 5px rgba(42,141,74,0); }
    100% { box-shadow: 0 0 0 0 rgba(42,141,74,0); }
  }
  .chip-integ-row {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 16px;
  }
  .chip-integ-row .app {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--paper);
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
    transition: transform .25s;
  }
  .chip-integ:hover .chip-integ-row .app:nth-child(1) { transform: translateY(-3px); }
  .chip-integ:hover .chip-integ-row .app:nth-child(3) { transform: translateY(-3px) rotate(-4deg); }
  .chip-integ:hover .chip-integ-row .app:nth-child(5) { transform: translateY(-3px); }
  .chip-integ-row .line {
    flex: 1;
    height: 2px;
    background-image: linear-gradient(90deg, var(--brand) 50%, transparent 50%);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    opacity: 0.4;
  }
  .chip-integ .meta {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--muted-2);
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-top: 12px;
    border-top: 1px solid var(--line-strong);
    display: flex; justify-content: space-between;
  }
  .chip-integ .meta strong { color: var(--brand); font-weight: 700; }

  /* CHIP 3 — RATING BADGE (mid-left, dark, with stars) */
  .chip-rating {
    top: 46%;
    left: 4%;
    background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
    color: var(--paper);
    border-radius: 20px;
    padding: 20px 26px;
    box-shadow:
      0 24px 48px -18px rgba(0,0,0,0.5),
      0 0 0 1px rgba(252,175,59,0.18);
    transform: rotate(5deg) translateZ(80px);
    animation: floatC 5.5s ease-in-out infinite;
    overflow: hidden;
    width: 230px;
  }
  @keyframes floatC {
    0%,100% { transform: rotate(5deg) translateZ(80px) translateY(0); }
    50%     { transform: rotate(5deg) translateZ(80px) translateY(-7px); }
  }
  .chip-rating::before {
    content: "";
    position: absolute;
    top: -50%; right: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(252,175,59,0.22), transparent 60%);
    opacity: 0;
    transition: opacity .4s;
  }
  .chip-rating:hover {
    transform: rotate(0deg) translateZ(100px) scale(1.06);
    box-shadow:
      0 36px 70px -18px rgba(0,0,0,0.6),
      0 0 0 1px rgba(252,175,59,0.45),
      0 0 45px -8px rgba(252,175,59,0.4);
    animation-play-state: paused;
  }
  .chip-rating:hover::before { opacity: 1; }
  .chip-rating > * { position: relative; z-index: 1; }
  .chip-rating .stars {
    display: inline-flex; gap: 3px;
    color: var(--brand-light);
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .chip-rating .score {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    display: flex; align-items: baseline; gap: 8px;
  }
  .chip-rating .score em {
    font-style: italic;
    color: var(--brand-light);
  }
  .chip-rating .score .total {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
    font-style: normal;
  }
  .chip-rating .source {
    font-family: var(--font-mono);
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.08em;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex; justify-content: space-between;
  }
  .chip-rating .source strong {
    color: var(--brand-light);
    font-weight: 700;
  }

  /* ==================== TRUSTED LOGO MARQUEE ==================== */
  .trusted {
    background: var(--paper-3);
    padding: 36px 0;
    overflow: hidden;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
  }
  .trusted-label {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted-2);
    margin-bottom: 24px;
  }
  .marquee-container {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
            mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  }
  .marquee {
    display: flex;
    width: max-content;
    animation: marquee 28s linear infinite;
  }
  .marquee:hover { animation-play-state: paused; }
  .marquee-group {
    display: flex;
    gap: 64px;
    padding-right: 64px;
    flex-shrink: 0;
  }
  @keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  .brand-item {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--muted);
    white-space: nowrap;
    display: inline-flex; align-items: center; gap: 10px;
    opacity: 0.65;
    transition: opacity .25s;
  }
  .brand-item:hover { opacity: 1; }
  .brand-item .mk-1 { width: 18px; height: 14px; background: var(--brand); border-radius: 3px; }
  .brand-item .mk-2 { width: 18px; height: 18px; border-radius: 50%; background: var(--brand); }
  .brand-item .mk-3 { width: 18px; height: 18px; background: var(--brand); clip-path: polygon(50% 0,100% 100%,0 100%); }
  .brand-item .mk-4 { width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid var(--brand); }
  .brand-item .mk-5 { width: 18px; height: 18px; background: var(--brand); border-radius: 30%; }
  .brand-item .mk-6 { width: 18px; height: 18px; background: var(--brand); transform: rotate(45deg); }

  /* ==================== SECTION BASE ==================== */
  section.block { padding: 110px 0; position: relative; }
  .sec-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand);
    margin-bottom: 20px;
  }
  .sec-eyebrow::before {
    content: ""; width: 24px; height: 1px;
    background: var(--brand);
  }
  h2.sec-title {
    font-size: clamp(32px, 5vw, 60px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 800;
    max-width: 880px;
    margin-bottom: 20px;
  }
  h2.sec-title em { font-style: italic; color: var(--brand); font-weight: 800; }
  .sec-sub {
    font-size: clamp(15px, 1.3vw, 18px);
    color: var(--muted);
    max-width: 620px;
    line-height: 1.55;
  }
  .sec-head-row {
    display: flex; justify-content: space-between; align-items: flex-end;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  /* ==================== BENTO ==================== */
  #solutions { background: var(--paper); }
  .bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(220px, auto);
    gap: 18px;
  }
  .cell {
    border-radius: 22px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    display: flex; flex-direction: column;
    background: var(--paper);
    border: 1px solid var(--line);
  }
  .cell:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
  }
  .cell-icon {
    width: 44px; height: 44px;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    color: var(--brand);
    background: rgba(131,84,0,0.08);
    flex-shrink: 0;
  }
  .cell-icon svg { width: 22px; height: 22px; }
  .cell h3 {
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 10px;
  }
  .cell p {
    font-size: 14.5px;
    color: var(--muted);
    line-height: 1.55;
  }
  .cell-link {
    margin-top: auto;
    padding-top: 20px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--brand);
    display: inline-flex; align-items: center; gap: 6px;
    transition: gap .25s;
  }
  .cell:hover .cell-link { gap: 12px; }

  .c-feat-lg {
    grid-column: span 7;
    grid-row: span 2;
    background: linear-gradient(160deg, var(--ink) 0%, var(--ink-2) 100%);
    color: var(--paper);
    padding: 40px;
    min-height: 480px;
  }
  .c-feat-lg::before {
    content: "";
    position: absolute;
    top: -100px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(252,175,59,0.18), transparent 65%);
    pointer-events: none;
  }
  .c-feat-lg .cell-icon { background: rgba(252,175,59,0.15); color: var(--brand-light); }
  .c-feat-lg h3 {
    font-size: clamp(26px, 2.8vw, 36px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.025em;
  }
  .c-feat-lg h3 em { font-style: italic; color: var(--brand-light); font-weight: 800; }
  .c-feat-lg p { color: rgba(255,255,255,0.7); font-size: 16px; max-width: 480px; }
  .c-feat-lg .feature-list {
    list-style: none;
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
  }
  .c-feat-lg .feature-list li {
    font-size: 13.5px;
    color: rgba(255,255,255,0.85);
    display: flex; align-items: center; gap: 10px;
  }
  .c-feat-lg .feature-list li::before {
    content: ""; width: 14px; height: 14px;
    border-radius: 50%; background: var(--brand-light);
    flex-shrink: 0;
  }
  .c-feat-lg .cell-link { color: var(--brand-light); margin-top: 32px; }

  .c-tall {
    grid-column: span 5;
    grid-row: span 2;
    background: linear-gradient(160deg, var(--paper-3) 0%, var(--paper-4) 100%);
    min-height: 480px;
  }
  .integration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 24px;
    flex: 1;
  }
  .integ {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 10px;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    transition: transform .2s, box-shadow .2s;
    min-height: 86px;
    justify-content: center;
  }
  .integ:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px -10px rgba(0,0,0,0.1);
  }
  .integ-logo {
    width: 32px; height: 32px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: var(--paper);
    font-weight: 800;
    font-size: 13px;
  }
  .integ p {
    font-size: 11px; font-weight: 600;
    color: var(--ink);
    text-align: center; line-height: 1.2;
    margin: 0;
  }
  .more-apps {
    margin-top: 14px;
    text-align: center;
    font-size: 13px; font-weight: 700;
    color: var(--brand);
  }

  .c-half     { grid-column: span 6; }
  .c-third    { grid-column: span 4; }
  .c-twothird { grid-column: span 8; }

  .c-promo {
    background: linear-gradient(135deg, rgba(252,84,84,0.08), rgba(252,84,84,0.04));
    border: 1px solid rgba(252,84,84,0.18);
  }
  .c-promo .cell-icon { background: #830000; color: var(--paper); }
  .c-promo h3 strong { color: #830000; font-weight: 800; }

  .c-spotlight {
    background: linear-gradient(135deg, rgba(131,84,0,0.06), rgba(252,175,59,0.08));
    border-color: rgba(131,84,0,0.18);
  }
  .c-spotlight .cell-icon {
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: var(--paper);
  }

  /* ==================== WORKFLOW ==================== */
  #workflow { background: var(--paper-2); }
  .workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 60px;
    border: 1px solid var(--line-strong);
    border-radius: 24px;
    overflow: hidden;
    background: var(--paper);
  }
  .wf-step {
    padding: 36px 28px;
    border-right: 1px solid var(--line-strong);
    position: relative;
    transition: background .25s;
  }
  .wf-step:last-child { border-right: none; }
  .wf-step:hover { background: var(--paper-2); }
  .wf-num {
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 700;
    color: var(--brand);
    letter-spacing: 0.08em;
    margin-bottom: 24px;
  }
  .wf-step h4 {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .wf-step p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.55;
  }
  .wf-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(131,84,0,0.1);
    color: var(--brand);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
  }
  .wf-icon svg { width: 20px; height: 20px; }
  .arrow-next {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 20px; height: 20px;
    background: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--brand);
    font-size: 10px;
    z-index: 2;
    transform: translateY(-50%);
  }
  .wf-step:last-child .arrow-next { display: none; }

  /* ==================== STATS BAND ==================== */
  .stats-band {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 24px;
  }
  .stats-inner {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-mid) 50%, var(--brand-light) 100%);
    border-radius: 28px;
    padding: 50px 44px;
    color: var(--paper);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px -30px rgba(131,84,0,0.5);
  }
  .stats-inner::before {
    content: "";
    position: absolute;
    top: -50%; right: -10%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 65%);
  }
  .stat-item {
    position: relative;
    padding-right: 24px;
    border-right: 1px solid rgba(255,255,255,0.2);
  }
  .stat-item:last-child { border-right: none; }
  .stat-item .num {
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1;
    margin-bottom: 6px;
    font-style: italic;
  }
  .stat-item .lab {
    font-size: 13px;
    opacity: 0.85;
    line-height: 1.4;
    font-weight: 500;
  }

  /* ==================== TESTIMONIAL ==================== */
  #voice { background: var(--paper); }
  .testimonial { max-width: 980px; margin: 0 auto; text-align: center; }
  .testimonial .qmark {
    font-size: 100px;
    font-style: italic;
    font-weight: 800;
    color: var(--brand);
    line-height: 0.4;
    margin-bottom: 30px;
    display: inline-block;
  }
  .testimonial blockquote {
    font-size: clamp(24px, 3.6vw, 44px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: var(--ink);
  }
  .testimonial blockquote em {
    font-style: italic; color: var(--brand); font-weight: 800;
  }
  .testi-attr {
    margin-top: 40px;
    display: flex; justify-content: center; align-items: center; gap: 14px;
  }
  .testi-attr .av {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    display: flex; align-items: center; justify-content: center;
    color: var(--paper);
    font-weight: 800; font-size: 19px;
  }
  .testi-attr .who { text-align: left; }
  .testi-attr .who strong {
    display: block; font-size: 15px; font-weight: 700;
  }
  .testi-attr .who span {
    font-size: 13px; color: var(--muted-2);
  }

  /* ==================== INSIGHTS ==================== */
  #insights { background: var(--paper-2); }
  .insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 50px;
  }
  .insight {
    background: var(--paper);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--line-strong);
    transition: transform .3s, box-shadow .3s;
    display: flex; flex-direction: column;
  }
  .insight:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -24px rgba(131,84,0,0.15);
  }
  .insight-image {
    height: 180px;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);
    position: relative;
    overflow: hidden;
  }
  .insight-image.alt-1 { background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%); }
  .insight-image.alt-2 { background: linear-gradient(135deg, #4a154b 0%, #b87700 100%); }
  .insight-image .pattern {
    position: absolute;
    inset: 0;
    opacity: 0.2;
    background-image:
      radial-gradient(circle at 20% 30%, rgba(255,255,255,0.4) 0%, transparent 40%),
      radial-gradient(circle at 80% 70%, rgba(255,255,255,0.3) 0%, transparent 40%);
  }
  .insight-image .badge-tag {
    position: absolute;
    top: 16px; left: 16px;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    color: var(--paper);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 100px;
  }
  .insight-image svg {
    position: absolute;
    inset: 0; margin: auto;
    width: 60%; height: 60%;
    color: rgba(255,255,255,0.85);
  }
  .insight-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
  .insight h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .insight p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.55;
    margin-bottom: 16px;
  }
  .insight-meta {
    margin-top: auto;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted-2);
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 14px;
    border-top: 1px solid var(--line-strong);
  }
  .insight-meta .read-more { color: var(--brand); font-weight: 700; }

  /* ==================== FAQ ==================== */
  #faq { background: var(--paper); }
  .faq-grid {
    display: grid;
    grid-template-columns: 0.45fr 1fr;
    gap: 60px;
    align-items: start;
  }
  .faq-side h2 {
    font-size: clamp(30px, 4.5vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 800;
    margin-bottom: 16px;
  }
  .faq-side h2 em { font-style: italic; color: var(--brand); }
  .faq-side p { color: var(--muted); font-size: 16px; margin-bottom: 28px; }
  .faq-side a {
    display: inline-flex; align-items: center; gap: 8px;
    font-weight: 700; color: var(--brand); font-size: 14px;
    transition: gap .25s;
  }
  .faq-side a:hover { gap: 12px; }
  .faq-list .item {
    padding: 22px 0;
    border-top: 1px solid var(--line-strong);
    cursor: pointer;
  }
  .faq-list .item:last-child { border-bottom: 1px solid var(--line-strong); }
  .faq-q {
    display: flex; justify-content: space-between; align-items: center;
    gap: 20px;
    font-size: clamp(15px, 1.6vw, 18px);
    font-weight: 700;
    letter-spacing: -0.01em;
  }
  .faq-q .plus {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--paper-3);
    display: flex; align-items: center; justify-content: center;
    color: var(--brand);
    font-size: 16px;
    flex-shrink: 0;
    transition: transform .3s, background .3s;
  }
  .item.open .faq-q .plus { transform: rotate(45deg); background: var(--brand); color: var(--paper); }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, margin-top .35s ease;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
  }
  .item.open .faq-a {
    max-height: 280px;
    margin-top: 14px;
  }

  /* ==================== FINAL CTA ==================== */
  .final-cta { padding: 80px 0 100px; }
  .cta-card {
    background: linear-gradient(157deg, var(--brand) 0%, var(--brand-light) 100%);
    border-radius: 32px;
    padding: clamp(56px, 8vw, 80px) clamp(24px, 4vw, 48px);
    text-align: center;
    color: var(--paper);
    position: relative;
    overflow: hidden;
    box-shadow: 0 40px 80px -40px rgba(131,84,0,0.5);
  }
  .cta-card::before {
    content: "";
    position: absolute;
    top: -30%; left: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 60%);
  }
  .cta-card::after {
    content: "";
    position: absolute;
    bottom: -40%; right: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(0,0,0,0.15), transparent 60%);
  }
  .cta-card .inner { position: relative; }
  .cta-card h2 {
    font-size: clamp(36px, 5.5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .cta-card h2 em { font-style: italic; font-weight: 800; }
  .cta-card p {
    font-size: clamp(15px, 1.5vw, 19px);
    color: rgba(255,255,255,0.92);
    max-width: 600px;
    margin: 0 auto 36px;
    line-height: 1.55;
  }
  .cta-buttons {
    display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  }
  .btn-cta-white {
    background: var(--paper);
    color: var(--brand);
    padding: 16px 30px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 15.5px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
    transition: transform .25s, box-shadow .25s;
  }
  .btn-cta-white:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.28);
  }
  .btn-cta-ghost {
    background: transparent;
    color: var(--paper);
    padding: 16px 30px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15.5px;
    border: 2px solid rgba(255,255,255,0.5);
    transition: background .25s, transform .25s, border-color .25s;
  }
  .btn-cta-ghost:hover {
    background: rgba(255,255,255,0.15);
    border-color: var(--paper);
    transform: translateY(-3px);
  }

}


/* Responsive — landing sections */

  /* ==================== RESPONSIVE ==================== */
  /* Tablet: 768–1024px */
  @media (max-width: 1024px) {
    .hero { padding: 60px 0 80px; }
    .hero-grid { grid-template-columns: 1fr; gap: 60px; padding-right: 0; }
    .hero-visual { margin: 0 auto; max-width: 460px; }
    .hero-trust { gap: 16px; margin-top: 36px; padding-top: 28px; }

    section.block { padding: 90px 0; }

    /* Bento -> 6 cols */
    .bento { grid-template-columns: repeat(6, 1fr); }
    .c-feat-lg { grid-column: span 6; grid-row: span 1; min-height: auto; padding: 32px; }
    .c-feat-lg .feature-list { grid-template-columns: repeat(2, 1fr); }
    .c-tall { grid-column: span 6; grid-row: span 1; min-height: auto; }
    .c-half, .c-third, .c-twothird { grid-column: span 3; }
    .c-twothird { grid-column: span 6; }

    /* Workflow 4 -> 2x2 */
    .workflow-grid { grid-template-columns: repeat(2, 1fr); }
    .wf-step:nth-child(2) { border-right: none; }
    .wf-step:nth-child(1), .wf-step:nth-child(2) { border-bottom: 1px solid var(--line-strong); }
    .arrow-next { display: none; }

    /* Stats 4 -> 2x2 */
    .stats-inner { grid-template-columns: repeat(2, 1fr); padding: 40px 32px; }
    .stat-item:nth-child(2) { border-right: none; }
    .stat-item:nth-child(1), .stat-item:nth-child(2) {
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    /* Insights 3 -> 2 cols */
    .insights-grid { grid-template-columns: repeat(2, 1fr); }
    .insight:last-child { grid-column: span 2; }
    .insight:last-child .insight-image { height: 220px; }

    /* FAQ side-by-side -> stacked */
    .faq-grid { grid-template-columns: 1fr; gap: 40px; }


    /* Hide chips on tablet — they overflow and crowd the stacked hero */
    .chip { display: none !important; }
  }

  /* Phone: <=640px */
  @media (max-width: 640px) {
    body.page-home-landing .wrap { padding: 0 18px; }

    /* Hero */
    .hero { padding: 40px 0 60px; }
    .hero-grid { gap: 50px; }
    .hero-eyebrow { font-size: 10.5px; padding: 6px 12px; margin-bottom: 22px; }
    h1.hero-title { margin-bottom: 18px; }
    .hero-lede { margin-bottom: 28px; }
    .hero-ctas {
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 10px;
    }
    .hero .btn-primary.hero-btn-primary,
    .hero .btn-secondary.hero-btn-secondary {
      padding: 14px 18px;
      font-size: 14px;
      flex: 1 1 0;
      min-width: 0;
      justify-content: center;
      white-space: nowrap;
    }

    .hero-trust {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
    }
    .hero-trust-text { font-size: 12px; }

    /* Hero visual smaller and chips repositioned for mobile */
    .hero-visual {
      max-width: 100%;
      aspect-ratio: 1;
      perspective: 800px;
      margin-top: 8px;
    }

    /* Hide chips on mobile */
    .chip { display: none !important; }

    .db-body { padding: 16px; gap: 10px; }
    .db-title h4 { font-size: 14px; }
    .stat-card { padding: 12px; }
    .stat-card .val { font-size: 18px; }

    /* Sections */
    section.block { padding: 70px 0; }
    .sec-head-row { gap: 16px; margin-bottom: 40px; }

    /* Bento -> single col */
    .bento { grid-template-columns: 1fr; gap: 14px; }
    .c-feat-lg, .c-tall, .c-half, .c-third, .c-twothird {
      grid-column: span 1;
      grid-row: span 1;
      min-height: auto;
      padding: 24px;
    }
    .c-feat-lg { padding: 28px 24px; }
    .c-feat-lg .feature-list { grid-template-columns: 1fr; gap: 10px; }
    .integration-grid { grid-template-columns: repeat(3, 1fr); }

    /* Workflow stacked */
    .workflow-grid { grid-template-columns: 1fr; }
    .wf-step {
      border-right: none;
      border-bottom: 1px solid var(--line-strong);
      padding: 28px 24px;
    }
    .wf-step:last-child { border-bottom: none; }
    .wf-step:nth-child(1), .wf-step:nth-child(2) { border-right: none; }

    /* Stats stacked */
    .stats-band { padding: 0 18px; }
    .stats-inner {
      grid-template-columns: 1fr;
      padding: 32px 24px;
      gap: 22px;
    }
    .stat-item {
      border-right: none;
      padding-right: 0;
      padding-bottom: 22px;
      border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .stat-item:last-child { border-bottom: none; padding-bottom: 0; }
    .stat-item:nth-child(1), .stat-item:nth-child(2) { padding-bottom: 22px; }

    /* Testimonial */
    .testimonial .qmark { font-size: 70px; margin-bottom: 20px; }

    /* Insights */
    .insights-grid { grid-template-columns: 1fr; }
    .insight:last-child { grid-column: span 1; }
    .insight:last-child .insight-image { height: 180px; }

    /* CTA */
    .final-cta { padding: 60px 0 80px; }

  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
    .marquee { animation: none; }
  }
