/* Collaborative Perks — main.css (extracted from inline blocks) */

/* ========================================
   CONTACT & JOBS (also covers homepage chrome)
   ======================================== */

  :root {
    --navy: #161a1e;
    --navy-dark: #0a0d10;
    --orange: #f67a20;
    --orange-deep: #d65f0a;
    --orange-soft: #fef3e8;
    --peach: #ffce86;
    --peach-soft: #fff8ed;
    --coral: #ff6b6b;
    --coral-soft: #ffe8e8;
    --sky: #86d3ff;
    --sky-soft: #e8f5ff;
    --violet: #655cfe;
    --violet-soft: #f0eeff;
    --rose: #ff7eb6;
    --rose-soft: #ffeaf4;
    --bg-soft: #f4f8ff;
    --bg-app: #f7f8fb;
    --gray-line: #e5e7eb;
    --gray-text: #6c7c8c;
    --gray-deep: #414954;
    --white: #ffffff;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Inter', sans-serif;
    background: var(--white);
    color: var(--gray-deep);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  h1, h2, h3, h4, h5 {
    font-family: 'DM Sans', sans-serif;
    color: var(--navy);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
  a { color: inherit; text-decoration: none; }
  code, .mono { font-family: 'JetBrains Mono', monospace; }
  /* ====== NAV ====== */
  nav.main {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--gray-line);
  .nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  .logo {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.03em;
    gap: 10px;
  .logo-mark {
    width: 40px; height: 40px;
    border-radius: 14px;
    background: var(--navy);
    color: var(--orange);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    transform: rotate(-6deg);
  .nav-menu {
    gap: 32px;
    list-style: none;
    flex: 1;
    justify-content: center;
  .nav-menu a {
    font-weight: 500;
    font-size: 14px;
  .nav-menu a:hover, .nav-menu a.active { color: var(--navy); font-weight: 600; }
  .nav-right { display: flex; align-items: center; gap: 16px; }
  .lang-switcher { position: relative; }
  .lang-current {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 12px; border-radius: 999px;
    background: var(--bg-app); border: 1px solid var(--gray-line);
    color: var(--gray-deep); font-size: 13px; font-weight: 600;
    cursor: pointer; transition: all 0.2s ease; font-family: 'Inter', sans-serif;
  .lang-current:hover { background: var(--white); border-color: var(--orange); color: var(--navy); }
  .lang-current .chev { transition: transform 0.2s ease; font-size: 10px; }
  .lang-switcher.open .lang-current .chev { transform: rotate(180deg); }
  .lang-menu {
    position: absolute; top: calc(100% + 8px); right: 0;
    background: var(--white); border: 1px solid var(--gray-line);
    border-radius: 14px; padding: 6px; min-width: 190px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    opacity: 0; visibility: hidden; transform: translateY(-4px);
    transition: all 0.2s ease; z-index: 200;
  .lang-switcher.open .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
  .lang-menu a {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 12px; border-radius: 10px;
    color: var(--gray-deep); font-size: 13px; font-weight: 500;
    text-decoration: none; transition: background 0.15s ease;
  .lang-menu a:hover { background: var(--bg-app); color: var(--navy); }
  .lang-menu a.active { background: var(--orange-soft); color: var(--orange-deep); font-weight: 600; }
  .lang-menu .flag { font-size: 16px; line-height: 1; }
  .lang-menu .code { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--gray-text); margin-left: auto; }
  .lang-menu a.active .code { color: var(--orange-deep); }
  .btn {
    display: inline-flex;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 999px;
    color: var(--white);
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
  .btn:hover { background: var(--orange); color: var(--navy); }
  .btn-outline {
    background: transparent;
    border: 2px solid var(--navy);
  .btn-outline:hover { background: var(--navy); color: var(--white); }
  .btn-large { padding: 17px 30px; font-size: 15px; }
  .btn-mint { background: var(--orange); color: var(--navy); }
  .btn-mint:hover { background: var(--navy); color: var(--white); }
  /* ====== HERO with laptop ====== */
  .hero {
    background: linear-gradient(135deg, #161a1e 0%, #2a1d12 50%, #d65f0a 100%);
    padding: 56px 24px 0;
    position: relative;
    overflow: hidden;
  .hero::before {
    content: '';
    position: absolute;
    top: 10%; right: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, var(--orange) 0%, transparent 70%);
    opacity: 0.2;
    z-index: 0;
  .hero::after {
    bottom: -30%; left: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, var(--peach) 0%, transparent 70%);
    opacity: 0.15;
  .hero-inner {
    z-index: 1;
    text-align: center;
  .hero-tag {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    padding: 6px 16px 6px 6px;
    font-size: 12px;
    margin-bottom: 22px;
    border: 1px solid rgba(255,255,255,0.2);
  .hero-tag .pill {
    background: var(--orange);
    padding: 4px 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  .hero h1 {
    font-size: clamp(32px, 4.6vw, 56px);
    margin-bottom: 18px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  .hero h1 .accent { color: var(--orange); }
  .hero-lede {
    font-size: 17px;
    color: rgba(255,255,255,0.88);
    margin-bottom: 26px;
    max-width: 740px;
  .hero-actions {
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 48px;
  .hero-meta {
    gap: 44px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 44px;
  .hero-meta .stat strong {
    display: block;
    font-size: 32px;
    line-height: 1;
  .hero-meta .stat span {
    color: rgba(255,255,255,0.7);
    margin-top: 5px;
    letter-spacing: 0.1em;
  /* ====== Laptop mockup ====== */
  .laptop {
    max-width: 1100px;
    margin-bottom: -80px;
    z-index: 2;
  .laptop-screen {
    background: #2d3140;
    border: 8px solid #3a3f52;
    border-bottom: 20px solid #3a3f52;
    border-radius: 16px 16px 4px 4px;
    padding: 0;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
  .laptop-screen::before {
    top: -8px; left: 50%;
    transform: translateX(-50%);
    width: 60px; height: 6px;
    background: #1a1d28;
    border-radius: 0 0 6px 6px;
    z-index: 10;
  .laptop-base {
    background: linear-gradient(180deg, #3a3f52 0%, #2a2d3a 100%);
    height: 14px;
    width: 110%;
    margin-left: -5%;
    border-radius: 0 0 16px 16px;
  .laptop-base::before {
    top: 0; left: 50%;
    width: 80px; height: 5px;
    border-radius: 0 0 5px 5px;
  /* ====== Browser window mockup ====== */
  .browser-window {
    background: var(--bg-app);
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(10, 18, 84, 0.12);
    border: 1px solid var(--gray-line);
  .browser-chrome {
    background: linear-gradient(180deg, #f1f3f5 0%, #e7e9ed 100%);
    padding: 10px 14px;
    border-bottom: 1px solid #d8dbe0;
  .traffic-lights {
    gap: 6px;
    flex-shrink: 0;
  .traffic-lights span {
    width: 12px; height: 12px;
    border-radius: 50%;
  .traffic-lights .tl-r { background: #ff5f57; }
  .traffic-lights .tl-y { background: #ffbd2e; }
  .traffic-lights .tl-g { background: #28c940; }
  .browser-tabs {
    gap: 4px;
    margin: 0 12px;
  .browser-tab {
    padding: 5px 12px 5px 8px;
    border-radius: 8px 8px 0 0;
    border: 1px solid #d8dbe0;
    border-bottom: none;
    max-width: 200px;
    text-overflow: ellipsis;
  .browser-tab.active { background: var(--bg-app); font-weight: 700; color: var(--navy); }
  .browser-tab .fav {
    width: 10px; height: 10px;
    border-radius: 2px;
  .browser-url {
    padding: 5px 14px;
    font-family: 'JetBrains Mono', monospace;
  .browser-url::before {
    width: 9px; height: 9px;
    background: #28c940;
  /* App layout inside browser */
  .app-layout {
    display: grid;
    grid-template-columns: 56px 1fr;
    height: 460px;
  /* Taller layout for the 12-module hero dashboard */
  .laptop .app-layout {
    height: 580px;
  .app-sidebar {
    padding: 16px 0;
    flex-direction: column;
  .app-sidebar .app-logo {
    width: 36px; height: 36px;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 14px;
  .app-nav-item {
    color: rgba(255,255,255,0.5);
    transition: all 0.2s;
  .app-nav-item:hover { background: rgba(255,255,255,0.08); color: var(--white); }
  .app-nav-item.active { background: var(--orange); color: var(--navy); }
  .app-nav-item.active::before {
    left: -10px; top: 50%;
    transform: translateY(-50%);
    width: 3px; height: 18px;
    border-radius: 0 2px 2px 0;
  .app-nav-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    width: 24px;
    margin: 6px 0;
  .app-main {
  .app-header {
    padding: 12px 18px;
  .app-search {
    padding: 6px 12px;
    border-radius: 8px;
    color: var(--gray-text);
  .app-search::before {
    content: '⌕';
  .app-user {
    width: 30px; height: 30px;
    background: var(--peach);
    border: 2px solid var(--white);
  .app-notifs {
  .app-notifs::after {
    top: 5px; right: 5px;
    width: 8px; height: 8px;
    background: var(--coral);
    border: 2px solid var(--bg-app);
  .app-content {
    padding: 18px;
    overflow-y: auto;
  .app-pagehead {
    margin-bottom: 16px;
  .app-pagehead h4 {
  .app-pagehead .crumb {
    margin-bottom: 4px;
  .app-pagehead .actions { display: flex; gap: 6px; }
  .app-pagehead .pill-btn {
    padding: 6px 14px;
  .app-pagehead .pill-btn.ghost {
  /* Filter chips */
  .chip-row {
  .chip {
    font-size: 10px;
  .chip.active {
    border-color: var(--navy);
  .chip.mint { background: var(--orange-soft); color: var(--orange-deep); border-color: var(--orange); }
  .chip.peach { background: var(--peach-soft); color: #b45309; border-color: var(--peach); }
  .chip.violet { background: var(--violet-soft); color: var(--violet); border-color: var(--violet); }
  /* Card grid for modules */
  .app-card-grid {
    grid-template-columns: 1fr 1fr;
  .app-card-grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  .app-card {
    padding: 12px;
  .app-card-grid.cols-4 .app-card {
    padding: 8px 10px 10px;
  .app-card-grid.cols-4 .app-card h5 {
    margin-bottom: 3px;
    letter-spacing: -0.01em;
  .app-card-grid.cols-4 .app-card .meta {
    font-size: 10.5px;
    line-height: 1.35;
  .app-card-photo {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--orange-soft), var(--peach-soft));
    margin-bottom: 8px;
    font-size: 24px;
  .app-card-grid.cols-4 .app-card-photo { aspect-ratio: 4/3; margin-bottom: 4px; border-radius: 4px; }
  /* SVG illustration cards (covoiturage, conversation) */
  .app-card-photo.svg-illu {
    font-size: 0;
  .app-card-photo.svg-illu svg {
    height: 100%;
  .app-card-photo.violet { background: linear-gradient(135deg, var(--violet-soft), var(--sky-soft)); }
  .app-card-photo.coral { background: linear-gradient(135deg, var(--coral-soft), var(--peach-soft)); }
  .app-card-photo.sky { background: linear-gradient(135deg, var(--sky-soft), var(--orange-soft)); }
  .app-card h5 {
  .app-card .meta { font-size: 9px; color: var(--gray-text); line-height: 1.4; }
  .app-card .price {
    margin-top: 4px;
  /* List in app */
  .app-list { display: flex; flex-direction: column; gap: 8px; }
  .app-list-item {
    padding: 10px 12px;
  .app-list-item .ic {
    width: 32px; height: 32px;
  .app-list-item .ic.violet { background: var(--violet); color: var(--white); }
  .app-list-item .ic.peach { background: var(--peach); color: var(--navy); }
  .app-list-item .ic.coral { background: var(--coral); color: var(--white); }
  .app-list-item .ic.sky { background: var(--sky); color: var(--navy); }
  .app-list-item .ic.rose { background: var(--rose); color: var(--white); }
  .app-list-item .info { flex: 1; min-width: 0; }
  .app-list-item .name {
  .app-list-item .meta { font-size: 9px; color: var(--gray-text); margin-top: 1px; }
  .app-list-item .badge {
    font-size: 9px;
    padding: 3px 8px;
    background: var(--orange-soft);
    color: var(--orange-deep);
  .app-list-item .badge.peach { background: var(--peach-soft); color: #b45309; }
  .app-list-item .badge.violet { background: var(--violet-soft); color: var(--violet); }
  .app-list-item .badge.coral { background: var(--coral-soft); color: var(--coral); }
  /* Stats row */
  .app-stats {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 12px;
  .app-stat {
  .app-stat .v {
    font-size: 18px;
  .app-stat .l { font-size: 9px; color: var(--gray-text); margin-top: 3px; }
  .app-stat .delta { font-size: 9px; color: var(--orange-deep); font-weight: 700; margin-top: 2px; }
  .app-stat .delta.down { color: var(--coral); }
  /* Mini chart bar */
  .app-chart {
    align-items: flex-end;
    height: 80px;
  .app-chart .bar {
    border-radius: 3px 3px 0 0;
    min-height: 8px;
    transition: height 0.3s;
  .app-chart .bar.violet { background: var(--violet); }
  .app-chart .bar.peach { background: var(--peach); }
  .app-chart .bar.coral { background: var(--coral); }
  .app-chart .bar.muted { background: var(--gray-line); }
  /* Parking lot grid (Module 2) */
  .parking-grid {
    grid-template-columns: repeat(7, 1fr);
    background: #2a3138;
    padding: 10px 8px;
  .pk-spot {
    aspect-ratio: 1.6/1;
    border-radius: 4px;
    border: 1px dashed rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.06);
  .pk-spot.free { background: rgba(54, 209, 162, 0.18); color: #6ee7b7; border-color: rgba(54, 209, 162, 0.4); }
  .pk-spot.taken { background: rgba(255, 107, 107, 0.18); color: #fda4af; border-color: rgba(255, 107, 107, 0.35); border-style: solid; }
  .pk-spot.you { background: var(--orange); color: var(--navy); border-color: var(--orange); border-style: solid; }
  .pk-spot.ev { background: rgba(101, 92, 254, 0.25); color: #c4b5fd; border-color: rgba(101, 92, 254, 0.45); border-style: solid; }
  .pk-spot.ev::after { content: '⚡'; margin-left: 2px; font-size: 8px; }
  .pk-spot.pmr { background: rgba(134, 211, 255, 0.25); color: #93c5fd; border-color: rgba(134, 211, 255, 0.45); border-style: solid; }
  .pk-spot.pmr::after { content: '♿'; margin-left: 2px; font-size: 8px; }
  .pk-aisle {
    grid-column: span 1;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.04), rgba(255,255,255,0.04) 3px, transparent 3px, transparent 6px);
  .parking-legend {
    margin-bottom: 6px;
  .parking-legend span {
  .parking-legend .dot {
    display: inline-block;
  .parking-legend .dot.free { background: #6ee7b7; }
  .parking-legend .dot.taken { background: #fda4af; }
  .parking-legend .dot.you { background: var(--orange); }
  .parking-legend .dot.ev { background: #c4b5fd; }
  .parking-legend .dot.pmr { background: #93c5fd; }
  /* Sport challenge collectif (leaderboard) */
  .app-challenge {
    background: linear-gradient(135deg, #fff1e1 0%, #ffe2c9 100%);
    padding: 12px 14px;
    margin-bottom: 10px;
    border: 1px solid var(--peach);
  .app-challenge::before {
    content: 'CHALLENGE COLLECTIF';
    top: 10px; right: 12px;
    font-size: 8px;
    letter-spacing: 0.12em;
    padding: 2px 6px;
  .app-challenge .ch-title {
    margin-bottom: 2px;
    padding-right: 100px;
  .app-challenge .ch-sub {
  .app-challenge .ch-row {
    padding: 5px 0;
    border-top: 1px solid rgba(214, 95, 10, 0.15);
  .app-challenge .ch-row:first-of-type { border-top: none; }
  .app-challenge .ch-rank {
    width: 16px;
  .app-challenge .ch-row.gold .ch-rank { color: #d97706; }
  .app-challenge .ch-team {
  .app-challenge .ch-avatars {
  .app-challenge .ch-avatars span {
    width: 14px; height: 14px;
    border: 1.5px solid #ffe2c9;
    margin-left: -4px;
    background-size: cover;
    background-position: center;
  .app-challenge .ch-avatars span:first-child { margin-left: 0; }
  .app-challenge .ch-bar {
    flex: 1.4;
    max-width: 120px;
    height: 7px;
    background: rgba(214, 95, 10, 0.15);
  .app-challenge .ch-bar-fill {
    background: linear-gradient(90deg, var(--orange), var(--orange-deep));
  .app-challenge .ch-row.gold .ch-bar-fill {
    background: linear-gradient(90deg, #fbbf24, #d97706);
  .app-challenge .ch-val {
    min-width: 42px;
    text-align: right;
  /* Calendar mini */
  .app-cal {
  .app-cal-head {
  .app-cal-grid {
    gap: 3px;
  .app-cal-cell {
    aspect-ratio: 1;
  .app-cal-cell.busy { background: var(--peach-soft); color: #b45309; }
  .app-cal-cell.you { background: var(--orange); color: var(--navy); font-weight: 800; }
  .app-cal-cell.match { background: var(--violet); color: var(--white); font-weight: 800; }
  .app-cal-cell.muted { opacity: 0.4; }
  /* Map mini (generic) */
  .app-map {
    background: linear-gradient(135deg, #d4edd9 0%, #c0e0ee 100%);
    height: 130px;
  .app-map::before {
    inset: 0;
    background-image:
      linear-gradient(90deg, rgba(255,255,255,0.5) 1px, transparent 1px),
      linear-gradient(rgba(255,255,255,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
  .app-map-pin {
    width: 18px; height: 18px;
    border: 3px solid var(--white);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  /* Google-Maps-style map for carpooling */
  .app-gmap {
    background: #f2efe9;
    height: 180px;
  .app-gmap svg { width: 100%; height: 100%; display: block; }
  .app-gmap .gmap-pin {
    transform: translate(-50%, -100%);
    z-index: 3;
  .app-gmap .gmap-pin .pin-mark {
    width: 26px; height: 26px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: var(--orange-deep);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  .app-gmap .gmap-pin .pin-mark span { transform: rotate(45deg); display: block; }
  .app-gmap .gmap-pin.b .pin-mark { background: var(--navy); }
  .app-gmap .gmap-pin .pin-label {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    margin-top: 6px;
    margin-left: 50%;
  .app-gmap .gmap-mini-pin {
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    transform: translate(-50%, -50%);
  .app-gmap .gmap-controls {
    top: 8px; right: 8px;
    padding: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    gap: 2px;
    z-index: 4;
  .app-gmap .gmap-controls span {
    padding: 2px 4px;
  .app-gmap .gmap-info {
    bottom: 8px; left: 8px;
    padding: 6px 10px;
  .app-gmap .gmap-info .duration {
  /* Form/profile inputs */
  .app-row { display: flex; gap: 8px; margin-bottom: 8px; }
  .app-input {
    padding: 8px 10px;
  .app-input.with-label {
  .app-input .lab {
  .app-input .val {
  /* Live indicator pulse */
  .live-dot {
    width: 7px; height: 7px;
    margin-right: 4px;
    animation: pulse 1.5s ease-in-out infinite;
  @keyframes pulse { 0%,100%{opacity:1; transform:scale(1)} 50%{opacity:.5; transform:scale(1.3)} }
  /* ====== INTRO ====== */
  .intro {
    padding: 80px 24px 80px;
  .intro-inner { max-width: 880px; margin: 0 auto; }
  .section-tag {
    background: var(--violet-soft);
    color: var(--violet);
    padding: 8px 18px;
    margin-bottom: 24px;
  .section-tag::before {
    width: 6px; height: 6px;
    background: var(--violet);
  .intro h2 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 24px; }
  .intro h2 .accent { color: var(--orange-deep); }
  .intro p { font-size: 18px; color: var(--gray-text); line-height: 1.8; max-width: 720px; margin: 0 auto; }
  /* Feature pills */
  .intro-pills {
    margin-top: 40px;
  .intro-pill {
    background: var(--bg-soft);
    padding: 10px 18px;
  .intro-pill::before {
    content: '✓';
  /* ====== LANGUAGES ROW (16 flags) ====== */
  .languages-row {
    margin-top: 64px;
    padding: 48px 32px 56px;
    border-radius: 24px;
    /* Sort de la contrainte de 880px imposée par .intro-inner pour que
       le cadre bleu soit assez large pour contenir les 16 drapeaux. */
    width: min(1240px, calc(100vw - 48px));
    left: 50%;
    box-sizing: border-box;
  .languages-row .lang-label {
    gap: 14px;
    letter-spacing: 0.18em;
    margin-bottom: 32px;
  .languages-row .lang-label::before,
  .languages-row .lang-label::after {
    background: var(--gray-line);
    max-width: 90px;
  .flags-grid {
    /* minmax(0, 1fr) empêche tout débordement résiduel dû à la taille
       intrinsèque des emojis. */
    grid-template-columns: repeat(16, minmax(0, 1fr));
    max-width: 1180px;
  .flag {
    aspect-ratio: 4/3;
    font-size: 36px;
    box-shadow: 0 3px 8px rgba(10,18,84,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  .flag:hover { transform: translateY(-4px); box-shadow: 0 10px 22px rgba(10,18,84,0.12); }
  .flag::after {
    content: attr(data-code);
    bottom: -22px;
    letter-spacing: 0.08em;
  /* ====== CATEGORY HEADER ====== */
  .cat-header {
    padding: 80px 24px 40px;
  .cat-header-inner { max-width: 900px; margin: 0 auto; }
  .cat-tag {
    padding: 10px 20px;
  .cat-mouvement { background: var(--orange-soft); color: var(--orange-deep); }
  .cat-durabilite { background: var(--peach-soft); color: #b45309; }
  .cat-connexions { background: var(--violet-soft); color: var(--violet); }
  .cat-tag .num {
    background: currentColor;
    width: 24px; height: 24px;
    display: inline-flex; align-items: center; justify-content: center;
    color: white;
  .cat-mouvement .num { color: var(--orange-soft); }
  .cat-durabilite .num { color: var(--peach-soft); }
  .cat-connexions .num { color: var(--violet-soft); }
  .cat-header h2 { font-size: clamp(34px, 4.5vw, 52px); margin-bottom: 16px; }
  .cat-header p { font-size: 17px; color: var(--gray-text); max-width: 640px; margin: 0 auto; line-height: 1.7; }
  /* ====== MODULES ====== */
  .module {
    padding: 60px 24px;
  .module:nth-child(even) { background: var(--bg-soft); }
  .module-inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
  .module.reversed .module-content { order: 2; }
  .module-eyebrow {
    padding: 8px 16px 8px 8px;
    box-shadow: 0 2px 8px rgba(10, 18, 84, 0.05);
  .module-eyebrow .num {
  .module-eyebrow .cat {
  .num-peach { background: var(--peach) !important; }
  .num-violet { background: var(--violet) !important; color: white !important; }
  .num-sky { background: var(--sky) !important; }
  .num-coral { background: var(--coral) !important; color: white !important; }
  .num-rose { background: var(--rose) !important; color: white !important; }
  .num-mint { background: var(--orange) !important; }
  .module h3 {
    font-size: clamp(34px, 4.5vw, 52px);
  .module h3 .plus { color: var(--orange-deep); }
  .module-tagline {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.3;
  .module-desc {
    font-size: 15px;
    line-height: 1.7;
  .module-features { list-style: none; margin-bottom: 30px; }
  .module-features li {
    padding: 8px 0;
    align-items: flex-start;
  .module-features li::before {
    width: 22px; height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2336d1a2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    box-shadow: 0 1px 4px rgba(10,18,84,0.06);
  .tech-tags { margin-bottom: 30px; display: flex; gap: 6px; flex-wrap: wrap; }
  .tech-tag {
    padding: 5px 11px;
  /* ====== STATS BAND ====== */
  .stats-band {
    padding: 80px 24px;
  .stats-band::before {
    top: -100px; right: 5%;
    width: 300px; height: 300px;
  .stats-band::after {
    bottom: -100px; left: 5%;
    width: 250px; height: 250px;
  .stats-inner { max-width: 1280px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
  .stats-inner h2 { color: var(--white); font-size: clamp(28px, 4vw, 42px); margin-bottom: 60px; }
  .stats-inner h2 .accent { color: var(--orange); }
  .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
  .stat-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 36px 24px;
    border-radius: 20px;
  .stat-card .v {
    font-size: 56px;
  .stat-card:nth-child(2) .v { color: var(--peach); }
  .stat-card:nth-child(3) .v { color: var(--sky); }
  .stat-card:nth-child(4) .v { color: var(--coral); }
  .stat-card .l { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.5; }
  /* ====== TECH ROW ====== */
  .tech-row {
  .tech-row h3 {
    margin-bottom: 28px;
  .tech-grid {
    gap: 16px;
  .tech-card {
    padding: 24px 18px;
    border-radius: 16px;
    text-align: left;
  .tech-card .ic {
  .tech-card h5 { font-size: 14px; margin-bottom: 4px; }
  .tech-card p { font-size: 12px; color: var(--gray-text); line-height: 1.5; }
  /* ====== CTA ====== */
  .cta {
    padding: 100px 24px;
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
  .cta::before {
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    opacity: 0.4;
  .cta-inner { max-width: 720px; margin: 0 auto; position: relative; z-index: 1; }
  .cta h2 { font-size: clamp(36px, 5vw, 56px); color: var(--navy); margin-bottom: 20px; }
  .cta p { font-size: 18px; color: var(--navy); opacity: 0.85; margin-bottom: 40px; line-height: 1.7; }
  .cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
  /* ====== FOOTER ====== */
  footer {
    background: var(--navy-dark);
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 24px 30px;
  .footer-inner {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
  .footer-col h5 {
  .footer-col a {
    color: rgba(255, 255, 255, 0.65);
  .footer-col a:hover { color: var(--orange); }
  .footer-col p { font-size: 14px; line-height: 1.7; color: rgba(255, 255, 255, 0.6); }
  .footer-logo {
  .footer-logo .footer-logo-mark {
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
  
  .logo { padding: 4px 0; }
  .logo-img {
    height: 44px;
    width: auto;
  .footer-logo-img {
    height: 56px;
  /* Card photo with real Unsplash image */
  .app-card-photo[style*="background-image"] {
  .app-card-photo[style*="background-image"]::after {
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.12) 100%);
  /* Small thumbnail icons with photos */
  .app-list-item .ic.photo {
    background-size: cover !important;
    background-position: center !important;
    color: transparent;
  /* ====== CLIENTS BAND ====== */
  .clients-band {
    padding: 160px 24px 60px;
  .clients-band-inner { max-width: 1280px; margin: 0 auto; }
  .clients-band h3 {
    margin-bottom: 36px;
  .clients-band h3 strong {
  .clients-logos-img {
    height: auto;
    opacity: 0.88;
    transition: opacity 0.25s ease;
  .clients-logos-img:hover { opacity: 1; }
  .clients-band-sub {
    margin-top: 18px;
    letter-spacing: 0.04em;
  /* ====== SOLUTIONS (2 offres principales + extras) ====== */
  .solutions {
    padding: 80px 24px 100px;
    background: linear-gradient(180deg, var(--white) 0%, var(--bg-soft) 100%);
  .solutions-inner { max-width: 1280px; margin: 0 auto; }
  .solutions h2 {
    font-size: clamp(36px, 5vw, 56px);
  .solutions h2 .accent { color: var(--orange-deep); }
  .solutions-lede {
    max-width: 760px;
    margin: 0 auto 56px;
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 920px;
  /* Secondary "agency" band below main 2 offers */
  .solutions-secondary {
    margin: 32px auto 0;
    border: 1px dashed var(--gray-line);
    padding: 22px 28px;
    gap: 20px;
  .solutions-secondary .ic {
    width: 44px; height: 44px;
    background: var(--peach-soft);
    color: #b45309;
    font-size: 20px;
  .solutions-secondary .txt { flex: 1; min-width: 260px; }
  .solutions-secondary .label {
  .solutions-secondary h4 {
  .solutions-secondary p { font-size: 13px; color: var(--gray-deep); line-height: 1.55; margin: 0; }
  .solutions-secondary a {
  .solution-card {
    padding: 32px 26px;
    transition: all 0.3s ease;
  .solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(10, 18, 84, 0.08);
    border-color: var(--orange);
  .solution-card.featured {
  .solution-card.featured h3, .solution-card.featured .solution-tag {
  .solution-card.featured > p { color: rgba(255,255,255,0.8); }
  .solution-card.featured ul li { color: rgba(255,255,255,0.85); }
  .solution-card.featured ul li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23f67a20' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: rgba(255,255,255,0.1);
  .solution-card.featured .solution-num { color: var(--orange); }
  .solution-badge {
    top: -12px;
    right: 24px;
  .solution-num {
  .solution-icon {
    width: 56px; height: 56px;
    font-size: 26px;
  .solution-card.featured .solution-icon {
    background: rgba(246, 122, 32, 0.18);
  .solution-card h3 {
    line-height: 1.2;
  .solution-tag {
    line-height: 1.4;
  .solution-card > p {
  .solution-card ul {
    margin: auto 0 0 0;
    border-top: 1px solid var(--gray-line);
    padding-top: 16px;
  .solution-card.featured ul { border-color: rgba(255,255,255,0.15); }
  .solution-card ul li {
    font-size: 12.5px;
  .solution-card ul li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23d65f0a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    margin-top: 1px;
  /* ====== CATEGORY OVERVIEW (compact, v3 only) ====== */
  .cat-overview {
    padding: 90px 24px 50px;
  .cat-overview-inner { max-width: 1280px; margin: 0 auto; }
  .cat-overview h2 {
    font-size: clamp(34px, 4.5vw, 50px);
  .cat-overview .lede {
    max-width: 720px;
    margin: 0 auto 50px;
  .cat-overview-grid {
  .cat-overview-card {
    border-radius: 22px;
    padding: 32px 28px;
  .cat-overview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(10, 18, 84, 0.08);
  .cat-overview-card .cat-num {
    padding: 7px 14px;
  .cat-overview-card.peach .cat-num { background: var(--peach-soft); color: #b45309; }
  .cat-overview-card.violet .cat-num { background: var(--violet-soft); color: var(--violet); }
  .cat-overview-card h3 {
  .cat-overview-card > p {
  .cat-overview-card ul { list-style: none; padding: 0; margin: 0; }
  .cat-overview-card ul li {
    font-size: 13.5px;
  .cat-overview-card ul li::before {
  .cat-overview-card.peach ul li::before { background: var(--peach); }
  .cat-overview-card.violet ul li::before { background: var(--violet); }
  .cat-overview-card ul li strong {
  /* ====== ANIMATED CAROUSEL FOR CATEGORY OVERVIEW ====== */
  .cat-carousel {
    aspect-ratio: 16/10;
    margin: 16px 0 14px;
    box-shadow: 0 6px 20px rgba(10, 18, 84, 0.06);
  .cat-slide {
    opacity: 0;
    animation: cat-cycle-4 12s infinite ease-in-out;
  .cat-carousel.n3 .cat-slide { animation: cat-cycle-3 9s infinite ease-in-out; }
  .cat-carousel.n5 .cat-slide { animation: cat-cycle-5 15s infinite ease-in-out; }
  .cat-carousel.n6 .cat-slide { animation: cat-cycle-6 18s infinite ease-in-out; }
  .cat-carousel.n4 .cat-slide:nth-child(1) { animation-delay: 0s; }
  .cat-carousel.n4 .cat-slide:nth-child(2) { animation-delay: 3s; }
  .cat-carousel.n4 .cat-slide:nth-child(3) { animation-delay: 6s; }
  .cat-carousel.n4 .cat-slide:nth-child(4) { animation-delay: 9s; }
  /* Durabilité (n3) is offset by -1s so it transitions out of sync with Mouvement */
  .cat-carousel.n3 .cat-slide:nth-child(1) { animation-delay: -1s; }
  .cat-carousel.n3 .cat-slide:nth-child(2) { animation-delay: 2s; }
  .cat-carousel.n3 .cat-slide:nth-child(3) { animation-delay: 5s; }
  /* Connexions (n5) is offset by -2s so all three carousels transition at different moments */
  .cat-carousel.n5 .cat-slide:nth-child(1) { animation-delay: -2s; }
  .cat-carousel.n5 .cat-slide:nth-child(2) { animation-delay: 1s; }
  .cat-carousel.n5 .cat-slide:nth-child(3) { animation-delay: 4s; }
  .cat-carousel.n5 .cat-slide:nth-child(4) { animation-delay: 7s; }
  .cat-carousel.n5 .cat-slide:nth-child(5) { animation-delay: 10s; }
  /* Connexions (n6) — 6 slides, 18s cycle */
  .cat-carousel.n6 .cat-slide:nth-child(1) { animation-delay: -2s; }
  .cat-carousel.n6 .cat-slide:nth-child(2) { animation-delay: 1s; }
  .cat-carousel.n6 .cat-slide:nth-child(3) { animation-delay: 4s; }
  .cat-carousel.n6 .cat-slide:nth-child(4) { animation-delay: 7s; }
  .cat-carousel.n6 .cat-slide:nth-child(5) { animation-delay: 10s; }
  .cat-carousel.n6 .cat-slide:nth-child(6) { animation-delay: 13s; }
  @keyframes cat-cycle-4 {
    0% { opacity: 0; }
    4%, 22% { opacity: 1; }
    25%, 100% { opacity: 0; }
  @keyframes cat-cycle-3 {
    5%, 30% { opacity: 1; }
    33%, 100% { opacity: 0; }
  @keyframes cat-cycle-5 {
    3%, 18% { opacity: 1; }
    20%, 100% { opacity: 0; }
  @keyframes cat-cycle-6 {
    3%, 15% { opacity: 1; }
    17%, 100% { opacity: 0; }
  .cat-slide-img {
    font-size: 72px;
  .cat-slide-meta {
    bottom: 0; left: 0; right: 0;
    padding: 22px 18px 16px;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.78) 100%);
  .cat-slide-meta strong {
  .cat-slide-meta span {
    opacity: 0.92;
  /* Dots indicator under carousel */
  .cat-dots {
    gap: 7px;
    margin: 0 0 18px 0;
    height: 8px;
  .cat-dot {
    width: 8px;
    overflow: visible;
  .cat-dot::after {
    transform: scale(0);
    animation: cat-dot-4 12s infinite ease-in-out;
  .cat-overview-card.peach .cat-dot::after { background: #b45309; }
  .cat-overview-card.violet .cat-dot::after { background: var(--violet); }
  .cat-dots.n3 .cat-dot::after { animation: cat-dot-3 9s infinite ease-in-out; }
  .cat-dots.n5 .cat-dot::after { animation: cat-dot-5 15s infinite ease-in-out; }
  .cat-dots.n6 .cat-dot::after { animation: cat-dot-6 18s infinite ease-in-out; }
  .cat-dots.n4 .cat-dot:nth-child(1)::after { animation-delay: 0s; }
  .cat-dots.n4 .cat-dot:nth-child(2)::after { animation-delay: 3s; }
  .cat-dots.n4 .cat-dot:nth-child(3)::after { animation-delay: 6s; }
  .cat-dots.n4 .cat-dot:nth-child(4)::after { animation-delay: 9s; }
  /* Dots stay synced with slides (same -1s offset for n3, -2s for n5) */
  .cat-dots.n3 .cat-dot:nth-child(1)::after { animation-delay: -1s; }
  .cat-dots.n3 .cat-dot:nth-child(2)::after { animation-delay: 2s; }
  .cat-dots.n3 .cat-dot:nth-child(3)::after { animation-delay: 5s; }
  .cat-dots.n5 .cat-dot:nth-child(1)::after { animation-delay: -2s; }
  .cat-dots.n5 .cat-dot:nth-child(2)::after { animation-delay: 1s; }
  .cat-dots.n5 .cat-dot:nth-child(3)::after { animation-delay: 4s; }
  .cat-dots.n5 .cat-dot:nth-child(4)::after { animation-delay: 7s; }
  .cat-dots.n5 .cat-dot:nth-child(5)::after { animation-delay: 10s; }
  .cat-dots.n6 .cat-dot:nth-child(1)::after { animation-delay: -2s; }
  .cat-dots.n6 .cat-dot:nth-child(2)::after { animation-delay: 1s; }
  .cat-dots.n6 .cat-dot:nth-child(3)::after { animation-delay: 4s; }
  .cat-dots.n6 .cat-dot:nth-child(4)::after { animation-delay: 7s; }
  .cat-dots.n6 .cat-dot:nth-child(5)::after { animation-delay: 10s; }
  .cat-dots.n6 .cat-dot:nth-child(6)::after { animation-delay: 13s; }
  @keyframes cat-dot-4 {
    0%, 24% { transform: scale(1); }
    26%, 100% { transform: scale(0); }
  @keyframes cat-dot-3 {
    0%, 32% { transform: scale(1); }
    34%, 100% { transform: scale(0); }
  @keyframes cat-dot-5 {
    0%, 19% { transform: scale(1); }
    21%, 100% { transform: scale(0); }
  @keyframes cat-dot-6 {
    0%, 16% { transform: scale(1); }
    18%, 100% { transform: scale(0); }
  /* "Animated" badge top-right of carousel */
  .cat-carousel-badge {
    top: 12px; right: 12px;
    background: rgba(255,255,255,0.92);
    padding: 4px 10px;
    z-index: 5;
    backdrop-filter: blur(8px);
  .cat-carousel-badge::before {
  .cat-overview-card .jump {
    margin-top: 22px;
  .cat-overview-card.peach .jump { color: #b45309; }
  .cat-overview-card.violet .jump { color: var(--violet); }
  /* ====== TESTIMONIAL ====== */
  .testimonial {
    padding: 90px 24px;
  .testimonial-inner {
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(10, 18, 84, 0.08);
    min-height: 380px;
  .testimonial-visual {
    background: linear-gradient(135deg, var(--navy) 0%, #2a1d12 60%, var(--orange-deep) 100%);
    justify-content: flex-end;
    padding: 32px;
  .testimonial-photo {
    background-image: url('https://images.unsplash.com/photo-1560250097-0b93528c311a?w=800&q=80&auto=format&fit=crop');
    opacity: 0.85;
  .testimonial-visual::after {
    background: linear-gradient(180deg, rgba(22, 26, 30, 0.15) 0%, rgba(22, 26, 30, 0.75) 100%);
  .testimonial-dots {
  .testimonial-dots .dot {
    background: rgba(255,255,255,0.4);
  .testimonial-dots .dot.active { background: var(--orange); width: 24px; border-radius: 4px; }
  .testimonial-content {
    padding: 50px 56px 64px;
  .testimonial-quote-mark {
    font-size: 96px;
    line-height: 0.6;
  .testimonial-content h3 {
  .testimonial-role {
  .testimonial blockquote {
    line-height: 1.55;
    margin: 0 0 24px 0;
    font-style: normal;
  .testimonial-arrows {
    bottom: 28px;
    right: 56px;
  .testimonial-arrows .arr {
    width: 38px; height: 38px;
    transition: all 0.2s ease;
  .testimonial-arrows .arr:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
  /* ====== RESPONSIVE ====== */
  @media (max-width: 1000px) {
    .solutions-grid { grid-template-columns: 1fr 1fr; }
    .cat-overview-grid { grid-template-columns: 1fr; }
  @media (max-width: 900px) {
    .nav-menu { display: none; }
    .module-inner { grid-template-columns: 1fr; gap: 40px; }
    .module.reversed .module-content { order: 0; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .tech-grid { grid-template-columns: 1fr 1fr; }
    .app-layout { grid-template-columns: 44px 1fr; height: 380px; }
    .testimonial-inner { grid-template-columns: 1fr; }
    .testimonial-visual { min-height: 240px; }
    .testimonial-content { padding: 36px 28px 70px; }
    .testimonial-arrows { right: 28px; bottom: 24px; }
  @media (max-width: 600px) {
    .solutions-grid { grid-template-columns: 1fr; }
  @media (max-width: 500px) {
    .stats-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .tech-grid { grid-template-columns: 1fr; }
  /* ====== CONTACT PAGE ====== */
  body { background: var(--bg-app); }
  .contact-hero {
    background: linear-gradient(135deg, var(--navy) 0%, #2a1d12 55%, var(--orange-deep) 100%);
    color: var(--white); padding: 72px 24px 120px; position: relative; overflow: hidden;
  .contact-hero-inner { max-width: 760px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
  .cc-badge {
    display: inline-block; background: rgba(255,255,255,0.12); color: var(--orange);
    padding: 7px 16px; border-radius: 999px; font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 18px;
  .contact-hero h1 { color: var(--white); font-size: clamp(34px, 5vw, 56px); margin-bottom: 18px; }
  .contact-hero h1 .accent { color: var(--orange); }
  .contact-hero p { color: rgba(255,255,255,0.85); font-size: 17px; line-height: 1.7; max-width: 620px; margin: 0 auto; }
  .contact-wrap {
    max-width: 1100px; margin: -80px auto 0; padding: 0 24px 80px;
    display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: start; position: relative; z-index: 2;
  .contact-card {
    background: var(--white); border-radius: 24px; padding: 36px;
    box-shadow: 0 20px 60px rgba(22,26,30,0.12); border: 1px solid var(--gray-line);
  .contact-card h2 { font-size: 26px; margin-bottom: 24px; }
  .cc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .cc-field { margin-bottom: 16px; }
  .cc-field.full { grid-column: 1 / -1; }
  .cc-field label {
    display: block; font-size: 13px; font-weight: 600; color: var(--gray-deep);
    margin-bottom: 6px; font-family: 'DM Sans', sans-serif;
  .cc-field label .req { color: var(--coral); }
  .cc-field input, .cc-field select, .cc-field textarea {
    width: 100%; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--gray-line);
    font-family: 'Inter', sans-serif; font-size: 14px; color: var(--gray-deep);
    background: var(--bg-app); transition: all 0.2s ease;
  .cc-field input:focus, .cc-field select:focus, .cc-field textarea:focus {
    outline: none; border-color: var(--orange); background: var(--white);
    box-shadow: 0 0 0 4px var(--orange-soft);
  .cc-field textarea { resize: vertical; min-height: 110px; }
  .cc-consent { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0 20px; }
  .cc-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--orange); flex-shrink: 0; }
  .cc-consent label { font-size: 13px; color: var(--gray-text); line-height: 1.5; }
  .cc-submit {
    width: 100%; padding: 16px; border-radius: 999px; background: var(--orange); color: var(--navy);
    font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 15px; border: none; cursor: pointer;
  .cc-submit:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
  .cc-required-note { font-size: 12px; color: var(--gray-text); margin-top: 12px; text-align: center; }
  .cc-success {
    display: none; background: var(--orange-soft); border: 1.5px solid var(--orange);
    color: var(--orange-deep); padding: 16px 18px; border-radius: 14px; font-weight: 600;
    font-size: 14px; margin-bottom: 20px;
  .cc-success.show { display: block; }
  .contact-aside { display: flex; flex-direction: column; gap: 20px; }
  .cc-aside-card {
    background: var(--white); border-radius: 20px; padding: 26px; border: 1px solid var(--gray-line);
    box-shadow: 0 8px 30px rgba(22,26,30,0.06);
  .cc-aside-card h3 { font-size: 18px; margin-bottom: 6px; }
  .cc-aside-card .sub { font-size: 14px; color: var(--gray-text); line-height: 1.6; margin-bottom: 18px; }
  .cc-office { padding: 14px 0; border-top: 1px solid var(--gray-line); }
  .cc-office:first-of-type { border-top: none; padding-top: 0; }
  .cc-office .tag {
    font-size: 11px; color: var(--orange-deep); text-transform: uppercase; letter-spacing: 0.08em;
    font-weight: 800; margin-bottom: 4px;
  .cc-office .addr { font-size: 14px; color: var(--gray-deep); line-height: 1.55; }
  .cc-phone { padding: 10px 0; border-top: 1px dashed var(--gray-line); }
  .cc-phone:first-of-type { border-top: none; }
  .cc-phone-num { font-family: 'JetBrains Mono', monospace; font-size: 15px; font-weight: 600; color: var(--navy); }
  .cc-phone-lang { font-size: 12px; color: var(--gray-text); margin-top: 2px; }
  .cc-email-row { margin-top: 4px; }
  .cc-email-row a { color: var(--orange-deep); font-weight: 600; font-size: 14px; }
  .cc-reply {
    display: flex; align-items: center; gap: 12px; background: var(--peach-soft);
    border-radius: 16px; padding: 18px; border: 1px solid var(--peach);
  .cc-reply .ic {
    width: 40px; height: 40px; border-radius: 12px; background: var(--orange); color: var(--navy);
    display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;
  .cc-reply strong { display: block; font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--navy); }
  .cc-reply span { font-size: 13px; color: var(--gray-text); }
  @media (max-width: 860px) {
    .contact-wrap { grid-template-columns: 1fr; }
    .cc-grid { grid-template-columns: 1fr; }

/* ========================================
   HOME-ONLY EXTRAS
   ======================================== */
  .clients-logos-strip {
    gap: 18px 44px;
    padding: 18px 12px;
  .clients-logos-strip .client-logo {
    font-family: 'DM Sans', 'Inter', sans-serif;
    letter-spacing: 0.01em;
    opacity: 0.78;
    transition: opacity 0.2s ease, transform 0.2s ease;
  .clients-logos-strip .client-logo:hover {
    opacity: 1;
    transform: translateY(-1px);
  @media (max-width: 768px) {
    .clients-logos-strip { gap: 14px 28px; }
    .clients-logos-strip .client-logo { font-size: 18px; }
  /* ====== CATEGORY OEVRVIEW (compact, v3 only) ====== */
  /* ====== ANIMATED CAROUSEL FOR CATEGORY OEVRVIEW ====== */
  /* Sustainability (n3) is offset by -1s so it transitions out of sync with Movement */
  /* Connections (n5) is offset by -2s so all three carousels transition at different moments */
  /* Connections (n6) — 6 slides, 18s cycle */
  /* ====== RESPONSIEV ====== */

/* ========================================
   BLOG & VIDEOS EXTRAS
   ======================================== */
  /* ==== shared page hero (videos / blog) ==== */
  .page-hero {
    color: var(--white); padding: 78px 24px 90px; text-align: center;
  .page-hero-inner { max-width: 820px; margin: 0 auto; }
  .page-badge {
    display:inline-block; background: rgba(255,255,255,0.12); color: var(--orange);
  .page-hero h1 { color: var(--white); font-size: clamp(34px, 5vw, 56px); margin-bottom: 18px; }
  .page-hero h1 .accent { color: var(--orange); }
  .page-hero p { color: rgba(255,255,255,0.85); font-size: 17px; line-height: 1.7; max-width: 640px; margin: 0 auto; }
  /* ==== VIDEOS GRID ==== */
  .videos-wrap { max-width: 1200px; margin: 0 auto; padding: 60px 24px 100px; }
  .videos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 26px; }
  .video-card {
    background: var(--white); border-radius: 18px; overflow: hidden;
    border: 1px solid var(--gray-line); box-shadow: 0 6px 20px rgba(22,26,30,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
  .video-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(22,26,30,0.10); }
  .video-frame { position: relative; padding-top: 56.25%; background: #161a1e; }
  .video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
  .video-body { padding: 18px 20px 20px; }
  .video-cat {
    display: inline-block; background: var(--orange-soft); color: var(--orange-deep);
    font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
    padding: 4px 10px; border-radius: 999px; margin-bottom: 10px;
  .video-body h3 { font-size: 17px; font-family: 'DM Sans', sans-serif; margin-bottom: 6px; line-height: 1.3; }
  .video-body p { font-size: 13px; color: var(--gray-text); line-height: 1.6; }
  /* ==== BLOG INDEX (Medium-style vertical list) ==== */
  .blog-wrap { max-width: 1080px; margin: 0 auto; padding: 60px 24px 80px; display: grid; grid-template-columns: 1fr 280px; gap: 56px; }
  .blog-list { display: flex; flex-direction: column; gap: 36px; }
  .blog-card {
    display: grid; grid-template-columns: 1fr 280px; gap: 28px; align-items: start;
    padding-bottom: 36px; border-bottom: 1px solid var(--gray-line);
  .blog-card:last-child { border-bottom: none; }
  .blog-card .meta { font-size: 12px; color: var(--gray-text); margin-bottom: 8px; }
  .blog-card .meta .cat { background: var(--orange-soft); color: var(--orange-deep); padding: 3px 9px; border-radius: 999px; font-weight: 700; text-transform: uppercase; font-size: 10px; letter-spacing: 0.06em; margin-right: 8px; }
  .blog-card h2 { font-size: 26px; line-height: 1.25; margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
  .blog-card h2 a { color: var(--navy); text-decoration: none; transition: color .15s ease; }
  .blog-card h2 a:hover { color: var(--orange-deep); }
  .blog-card .excerpt { font-size: 15px; color: var(--gray-deep); line-height: 1.6; margin-bottom: 12px; }
  .blog-card .read { font-size: 13px; font-weight: 600; color: var(--orange-deep); text-decoration: none; }
  .blog-card .thumb { aspect-ratio: 4/3; border-radius: 12px; background: var(--peach-soft); background-size: cover; background-position: center; }
  .blog-aside { position: sticky; top: 84px; align-self: start; display: flex; flex-direction: column; gap: 22px; }
  .blog-aside h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gray-text); margin-bottom: 10px; }
  .cat-list { display: flex; flex-direction: column; gap: 6px; }
  .cat-list a {
    display: flex; justify-content: space-between; padding: 9px 12px; border-radius: 10px;
    color: var(--gray-deep); font-size: 13px; font-weight: 500; text-decoration: none;
    transition: background .15s ease;
  .cat-list a:hover { background: var(--bg-app); color: var(--navy); }
  .cat-list a.active { background: var(--orange-soft); color: var(--orange-deep); font-weight: 600; }
  .cat-list a .n { color: var(--gray-text); font-family: 'JetBrains Mono', monospace; font-size: 11px; }
  .cat-list a.active .n { color: var(--orange-deep); }
  .newsletter-card { background: var(--peach-soft); border: 1px solid var(--peach); border-radius: 16px; padding: 22px; }
  .newsletter-card h4 { color: var(--navy); font-size: 16px; text-transform: none; letter-spacing: 0; margin-bottom: 6px; font-family: 'DM Sans', sans-serif; font-weight: 700; }
  .newsletter-card p { font-size: 13px; color: var(--gray-deep); line-height: 1.5; margin-bottom: 14px; }
  .newsletter-card input { width: 100%; padding: 10px 12px; border: 1.5px solid var(--gray-line); border-radius: 10px; font-family: 'Inter', sans-serif; font-size: 13px; background: var(--white); margin-bottom: 8px; }
  .newsletter-card input:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px rgba(246,122,32,0.15); }
  .newsletter-card button { width: 100%; padding: 11px; border-radius: 999px; background: var(--navy); color: var(--white); border: none; font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; transition: background .2s ease; }
  .newsletter-card button:hover { background: var(--orange-deep); }
  .pager { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 40px; }
  .pager a, .pager span { font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 999px; }
  .pager a { background: var(--white); border: 1px solid var(--gray-line); color: var(--gray-deep); text-decoration: none; transition: all .2s ease; }
  .pager a:hover { border-color: var(--orange); color: var(--orange-deep); }
  .pager .current { background: var(--orange); color: var(--navy); }
  .pager .disabled { opacity: .35; pointer-events: none; }
    .blog-wrap { grid-template-columns: 1fr; }
    .blog-aside { position: static; }
    .blog-card { grid-template-columns: 1fr; }
    .blog-card .thumb { order: -1; }
  /* ==== BLOG ARTICLE PAGE ==== */
  .article-hero { background: var(--white); padding: 60px 24px 30px; }
  .article-hero-inner { max-width: 760px; margin: 0 auto; }
  .article-back { display: inline-block; font-size: 13px; color: var(--orange-deep); text-decoration: none; font-weight: 600; margin-bottom: 22px; }
  .article-back:hover { text-decoration: underline; }
  .article-meta { font-size: 13px; color: var(--gray-text); margin-bottom: 14px; }
  .article-meta .cat { background: var(--orange-soft); color: var(--orange-deep); padding: 4px 10px; border-radius: 999px; font-weight: 700; text-transform: uppercase; font-size: 10px; letter-spacing: 0.08em; margin-right: 10px; }
  .article-hero h1 { font-size: clamp(30px, 4vw, 44px); line-height: 1.2; margin-bottom: 20px; }
  .article-lede { font-size: 19px; line-height: 1.55; color: var(--gray-deep); }
  .article-cover { max-width: 980px; margin: 30px auto 0; padding: 0 24px; }
  .article-cover img { width: 100%; aspect-ratio: 16/8; object-fit: cover; border-radius: 18px; background: var(--peach-soft); }
  .article-body { max-width: 760px; margin: 50px auto 60px; padding: 0 24px; font-size: 17px; line-height: 1.75; color: var(--gray-deep); }
  .article-body h2 { font-size: 28px; margin: 40px 0 16px; line-height: 1.25; }
  .article-body h3 { font-size: 21px; margin: 30px 0 12px; }
  .article-body p { margin-bottom: 18px; }
  .article-body ul, .article-body ol { margin: 0 0 18px 22px; }
  .article-body li { margin-bottom: 8px; }
  .article-body a { color: var(--orange-deep); font-weight: 600; }
  .article-body blockquote {
    border-left: 4px solid var(--orange); padding: 8px 22px; margin: 22px 0;
    background: var(--peach-soft); border-radius: 4px; font-style: italic; color: var(--navy);
  .article-share { max-width: 760px; margin: 0 auto; padding: 0 24px 60px; display: flex; gap: 10px; align-items: center; font-size: 13px; color: var(--gray-text); }
  .article-share a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--gray-line); color: var(--gray-deep); text-decoration: none; font-weight: 600; transition: all .2s ease; }
  .article-share a:hover { border-color: var(--orange); color: var(--orange-deep); }
  .related-wrap { background: var(--bg-app); padding: 50px 24px; }
  .related-inner { max-width: 1080px; margin: 0 auto; }
  .related-inner h3 { font-size: 22px; margin-bottom: 24px; }
  .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .related-card { background: var(--white); border: 1px solid var(--gray-line); border-radius: 14px; padding: 18px; transition: transform .2s ease; text-decoration: none; color: inherit; }
  .related-card:hover { transform: translateY(-3px); }
  .related-card .cat-mini { background: var(--orange-soft); color: var(--orange-deep); padding: 3px 8px; border-radius: 999px; font-weight: 700; text-transform: uppercase; font-size: 10px; letter-spacing: 0.06em; display: inline-block; margin-bottom: 8px; }
  .related-card h4 { font-size: 15px; line-height: 1.35; color: var(--navy); }
  @media (max-width: 800px) {
    .related-grid { grid-template-columns: 1fr; }

/* ========================================
   MODULES-2026 EXTRAS
   ======================================== */
  /* Hublo palette - V2: organic, illustrative, blocked color sections */
    --navy: #0a1254;
    --navy-dark: #090f1d;
    --mint: #36d1a2;
    --mint-deep: #2bb88a;
    --mint-soft: #e8faf3;
  /* SVG blob backgrounds */
  .blob-svg {
    pointer-events: none;
    -webkit-backdrop-filter: blur(16px);
    color: var(--mint);
    transition: color 0.2s;
  .btn:hover { background: var(--mint); color: var(--navy); }
  .btn-mint {
    background: var(--mint);
  /* ====== HERO with mint background ====== */
    background: var(--mint-soft);
  .hero .blob-1 {
    top: -50px; right: -100px;
  .hero .blob-2 {
    bottom: -200px; left: -100px;
    grid-template-columns: 1.1fr 1fr;
    padding: 8px 18px 8px 8px;
    box-shadow: 0 2px 8px rgba(10, 18, 84, 0.06);
    font-size: clamp(40px, 6vw, 76px);
  .hero h1 .underline {
  .hero h1 .underline::after {
    bottom: -4px;
    left: -4px;
    right: -4px;
    height: 12px;
    z-index: -1;
    transform: rotate(-1deg);
    max-width: 540px;
    margin-top: 56px;
    gap: 48px;
    font-size: 38px;
  .hero-meta .stat strong .accent { color: var(--mint-deep); }
  /* Hero illustration - product mosaic */
  .hero-illu {
    height: 700px;
  .ill-block {
    box-shadow: 0 12px 40px rgba(10, 18, 84, 0.12);
    transition: transform 0.4s ease;
  .ill-block:hover { transform: translateY(-6px) rotate(0); }
  .ill-park {
    top: 0; left: 0;
    width: 290px;
    transform: rotate(-3deg);
  .ill-park .ic-large {
  .ill-park h4 {
  .ill-park p {
    line-height: 1.5;
  .ill-dei {
    top: 80px; right: 0;
    transform: rotate(2deg);
  .ill-dei .ic-large {
  .ill-dei h4 { font-size: 18px; margin-bottom: 6px; color: var(--navy); }
  .ill-dei p { font-size: 13px; color: var(--navy); opacity: 0.8; line-height: 1.5; }
  .ill-dei .mini-events {
    margin-top: 14px;
  .ill-dei .mini-event {
    background: rgba(255,255,255,0.6);
  .ill-reuse {
    bottom: 0; left: 50px;
    width: 310px;
    transform: rotate(-2deg);
  .ill-reuse .ic-large {
    background: rgba(255,255,255,0.15);
  .ill-reuse h4 { font-size: 18px; margin-bottom: 6px; color: white; }
  .ill-reuse p { font-size: 13px; opacity: 0.9; line-height: 1.5; }
  .ill-reuse .stat-mini {
    padding: 8px 12px;
    margin-top: 10px;
  .ill-reuse .stat-mini strong { font-family: 'DM Sans', sans-serif; }
  /* Sticker */
  .sticker {
    width: 90px; height: 90px;
    transform: rotate(15deg);
    top: 230px;
    right: 10px;
    animation: stickerSpin 8s linear infinite;
  @keyframes stickerSpin {
    from { transform: rotate(15deg); }
    to { transform: rotate(375deg); }
  .sticker-inner {
    animation: stickerSpinReverse 8s linear infinite;
  @keyframes stickerSpinReverse {
    from { transform: rotate(-15deg); }
    to { transform: rotate(-375deg); }
    padding: 120px 24px 80px;
  .intro-inner { max-width: 760px; margin: 0 auto; }
  .intro h2 {
  .intro h2 .accent { color: var(--mint-deep); }
  .intro p {
    line-height: 1.8;
  /* ====== MODULES (alternating colored sections) ====== */
  .module-1 { background: var(--mint-soft); }
  .module-2 { background: var(--peach-soft); }
  .module-3 { background: var(--violet-soft); }
    gap: 80px;
  .module:nth-of-type(even) .module-content { order: 2; }
  .module-2 .module-eyebrow .num { background: var(--peach); }
  .module-3 .module-eyebrow .num { background: var(--violet); color: var(--white); }
    font-size: clamp(40px, 5vw, 60px);
  .module h3 .plus { color: var(--mint-deep); }
  .module-2 h3 .plus { color: #d97706; }
  .module-3 h3 .plus { color: var(--violet); }
    font-size: 21px;
  .module-features {
    padding: 12px 0;
  /* ====== Module Visual ====== */
  .module-visual {
  .visual-mock {
    padding: 28px;
    box-shadow: 0 20px 60px rgba(10, 18, 84, 0.1);
  .visual-deco {
  .visual-deco.vd1 { top: -30px; left: -30px; }
  .visual-deco.vd2 { bottom: -20px; right: -20px; width: 70px; height: 70px; }
  .module-1 .visual-deco.vd1 { background: var(--peach); }
  .module-1 .visual-deco.vd2 { background: var(--mint); }
  .module-2 .visual-deco.vd1 { background: var(--coral); }
  .module-2 .visual-deco.vd2 { background: var(--violet); }
  .module-3 .visual-deco.vd1 { background: var(--mint); }
  .module-3 .visual-deco.vd2 { background: var(--peach); }
  .visual-header {
    padding-bottom: 16px;
  .vh-title {
  .vh-sub { font-size: 11px; color: var(--gray-text); margin-top: 2px; }
  .vh-status {
    color: var(--mint-deep);
    padding: 5px 10px;
  .vh-status::before {
  /* Park visual */
  .park-grid {
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
  .park-spot {
    aspect-ratio: 1 / 1.4;
    border-radius: 5px;
    padding: 3px;
  .park-spot.free {
    border: 1.5px solid var(--mint);
  .park-spot.your {
  .park-legend {
    padding-top: 12px;
  .park-legend span { display: inline-flex; align-items: center; gap: 6px; }
  .park-legend .sw { width: 10px; height: 10px; border-radius: 2px; }
  .park-legend .sw.taken { background: var(--bg-soft); }
  .park-legend .sw.free-sw { background: var(--mint-soft); border: 1.5px solid var(--mint); }
  .park-legend .sw.your-sw { background: var(--peach); }
  /* DEI visual */
  .dei-events { display: flex; flex-direction: column; gap: 10px; }
  .dei-card {
    padding: 14px;
  .dei-card .date-badge {
    width: 52px; height: 52px;
  .dei-card.alt .date-badge { background: var(--mint); }
  .dei-card.alt2 .date-badge { background: var(--violet); color: white; }
  .dei-card.alt3 .date-badge { background: var(--coral); color: white; }
  .dei-card .date-badge .d { font-size: 18px; font-weight: 800; line-height: 1; }
  .dei-card .date-badge .m { font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; margin-top: 2px; }
  .dei-card .info { flex: 1; min-width: 0; }
  .dei-card .info .title { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
  .dei-card .info .meta { font-size: 11px; color: var(--gray-text); }
  .dei-card .pill { font-size: 10px; color: var(--mint-deep); background: var(--mint-soft); padding: 4px 10px; border-radius: 999px; font-weight: 700; flex-shrink: 0; }
  /* Reuse visual */
  .reuse-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
  .reuse-stat { background: var(--bg-soft); border-radius: 12px; padding: 14px; }
  .reuse-stat .v { font-family: 'DM Sans', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); line-height: 1; }
  .reuse-stat .l { font-size: 11px; color: var(--gray-text); margin-top: 4px; font-weight: 500; }
  .reuse-stat .delta { font-size: 10px; color: var(--mint-deep); font-weight: 700; margin-top: 4px; }
  .reuse-list { display: flex; flex-direction: column; gap: 8px; }
  .reuse-item {
  .reuse-item .ic {
  .reuse-item:nth-child(2) .ic { background: var(--mint); color: var(--navy); }
  .reuse-item:nth-child(3) .ic { background: var(--peach); color: var(--navy); }
  .reuse-item .info { flex: 1; min-width: 0; }
  .reuse-item .name { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .reuse-item .meta { font-size: 11px; color: var(--gray-text); }
  .reuse-item .price { text-align: right; flex-shrink: 0; }
  .reuse-item .price .new { font-family: 'DM Sans', sans-serif; color: var(--navy); font-weight: 800; font-size: 13px; display: block; }
  .reuse-item .price .old { color: var(--gray-text); font-size: 10px; text-decoration: line-through; }
  .stats-inner {
  .stats-inner h2 {
    font-size: clamp(28px, 4vw, 42px);
    margin-bottom: 60px;
  .stats-inner h2 .accent { color: var(--mint); }
  .stats-grid {
  .stat-card .l {
    color: rgba(255,255,255,0.75);
    padding: 120px 24px;
    opacity: 0.6;
  .cta::after {
    bottom: -150px; left: -100px;
    width: 350px; height: 350px;
  .cta-inner {
  .cta h2 {
  .cta p {
  .cta-actions {
  .footer-col a:hover { color: var(--mint); }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-illu { height: 500px; }
    .module:nth-of-type(even) .module-content { order: 0; }
  /* ====== ILLUSTRATION CARDS ====== */
  .module-illu-svg {
  .ill-block.with-illu {
  .ill-block.with-illu .illu-area {
    aspect-ratio: 5 / 3;
  .ill-block.with-illu .illu-area svg {
  .ill-block.with-illu .illu-content {
    padding: 18px 22px 22px;
  .ill-block.with-illu .illu-tag {
    color: #36d1a2;
    background: rgba(54, 209, 162, 0.12);
  .ill-block.ill-dei.with-illu .illu-tag { color: #b45309; background: rgba(255,255,255,0.5); }
  .ill-block.ill-reuse.with-illu .illu-tag { color: #ffce86; background: rgba(255,255,255,0.1); }
  .ill-dei.with-illu h4 { color: var(--navy); }
  .ill-dei.with-illu p { color: var(--navy); opacity: 0.8; }
  .ill-reuse.with-illu h4 { color: white; }
  .ill-reuse.with-illu p { color: rgba(255,255,255,0.9); }
  .module-section-illu {
    height: 220px;
    box-shadow: 0 4px 20px rgba(10, 18, 84, 0.06);
  .module-section-illu svg {
  /* Override original card heights for new illustrated layout */
  .ill-block.with-illu.ill-park { height: auto !important; }
  .ill-block.with-illu.ill-dei { height: auto !important; }
  .ill-block.with-illu.ill-reuse { height: auto !important; }
  /* ====== REAL LOGO STYLING ====== */
    /* override gap/font when logo-img present */
    padding: 4px 0;
  /* Vehicle type badges on parking spots */
  .park-spot { position: relative; }
  .vehicle-badge {
    top: 4px; right: 4px;
  .vehicle-badge svg {
  .vehicle-badge.electric { background: #2bb88a; }
  .vehicle-badge.electric svg { color: #ffffff; }
  .vehicle-badge.moto { background: #86d3ff; }
  .vehicle-badge.moto svg { color: #0a1254; }
  .vehicle-badge.pmr { background: #0a1254; }
  .vehicle-badge.pmr svg { color: #ffffff; }
  .vehicle-badge.bike { background: #ffce86; }
  .vehicle-badge.bike svg { color: #0a1254; }
  /* Extended legend with vehicle types */
  .park-legend.with-vehicles {
    row-gap: 8px;
  .park-legend.with-vehicles .vehicle-legend {
  .park-legend.with-vehicles .vehicle-mark {
  .park-legend.with-vehicles .vehicle-mark svg {
  /* ==== DEMO BUTTON STYLE ==== */
  .btn-demo {
    box-shadow: 0 4px 16px rgba(54, 209, 162, 0.45);
  .btn-demo:hover {
    background: var(--mint-deep);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(54, 209, 162, 0.55);
  .btn-demo::before {
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
  .btn-demo:hover::before { left: 100%; }
