  * { margin: 0; padding: 0; box-sizing: border-box; }
  html, body { background: #f2f1f9; }
  ::-webkit-scrollbar { width: 8px; height: 8px; }
  ::-webkit-scrollbar-track { background: transparent; }
  ::-webkit-scrollbar-thumb { background: rgba(110,122,140,0.45); border-radius: 8px; }
  ::-webkit-scrollbar-thumb:hover { background: rgba(110,122,140,0.75); }
  @supports not selector(::-webkit-scrollbar) {
    html { scrollbar-width: thin; scrollbar-color: rgba(110,122,140,0.45) transparent; }
  }
  body { font-family: 'Inter', sans-serif; color: #6e7a8c; }
  a { text-decoration: none; color: inherit; cursor: pointer; }
  img { display: block; }

  .canvas { width: 100%; margin: 0 auto; position: relative; background: #f2f1f9; overflow: clip; }
  .grad { background: linear-gradient(to right, #006aff 0.524%, #00c8ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .chip { display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; border-radius: 20px; }
  .chip p { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 14px; line-height: 14px; letter-spacing: 1.4px; white-space: nowrap; }
  .chip-blue { background: rgba(0,106,255,0.1); }
  .chip-blue p { color: #006aff; }
  h2 { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 55px; line-height: 55px; color: #6e7a8c; }
  .body-text { font-weight: 500; font-size: 18px; line-height: 2; color: #6e7a8c; }

  /* ===== Sponsor detail ===== */
  .spd { position: relative; }
  .spd-curves { position: absolute; left: 0; top: 0; width: 100%; height: auto; pointer-events: none; }
  .spd-inner { position: relative; max-width: 1512px; margin: 0 auto; padding: 186px 60px 0 44px; display: flex; justify-content: space-between; gap: 37px; }
  .spd-left { width: 739px; flex-shrink: 0; }
  .spd-right { width: 632px; flex-shrink: 0; }

  /* Left column — identity */
  .spd-id { width: 408px; margin: 0 auto; }
  .spd-crumbs { font-weight: 500; font-size: 14px; line-height: 14px; color: #afb5c2; }
  .spd-crumbs a { color: #6e7a8c; transition: color 0.2s ease; }
  .spd-crumbs a:hover { color: #006aff; }
  .spd-crumbs .current { color: #006aff; }
  .spd-id .chip { margin-top: 84px; }
  .spd-logo { margin-top: 61px; height: 127px; background: #fdfdff; border-radius: 22px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .spd-logo p { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 55px; line-height: 55px; color: rgba(0,0,0,0.1); }

  .spd-meta { margin-top: 279px; display: flex; align-items: center; gap: 83px; padding: 0 52px; }
  .spd-site { font-weight: 500; font-size: 14px; line-height: 14px; color: #006aff; text-decoration: underline; white-space: nowrap; }
  .spd-badges { flex: 1; display: flex; gap: 48px; }
  .badge { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 16px; border-radius: 100px; font-weight: 500; font-size: 14px; line-height: 14px; white-space: nowrap; }
  .badge img { width: 18px; height: auto; }
  .badge-red { background: #f3e1e5; color: #fd5433; }
  .badge-green { background: #daedee; color: #02c988; }

  .spd-photo { position: relative; margin: 169px auto 0; width: 512px; height: 536px; background: #d9d9d9; overflow: hidden; }
  .spd-photo p { position: absolute; left: 104px; top: 63px; height: 365px; writing-mode: vertical-rl; transform: rotate(180deg); font-family: 'Sora', sans-serif; font-weight: 800; font-size: 55px; line-height: 55px; color: #6e7a8c; opacity: 0.3; }

  /* Right column — quote + name */
  .spd-quote { background: #dae3fa; border-radius: 22px; padding: 8px 8px 29px; }
  .spd-quote-card { height: 552px; background: #fdfdff; border-radius: 22px; display: flex; align-items: center; padding: 0 139px 0 102px; }
  .spd-quote-card p { width: 375px; font-weight: 500; font-size: 18px; line-height: 18px; color: #6e7a8c; }
  .spd-quote-cap { margin-top: 29px; text-align: center; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 14px; line-height: 14px; letter-spacing: 1.4px; color: #6e7a8c; }
  .spd-name { margin-top: 229px; }
  .spd-name h2 { margin-top: 24px; }

  /* ===== Footer (shared) ===== */
  .footer { margin-top: 128px; }
  .footer-line { height: 4px; }
  .footer-line-1 { background: linear-gradient(to left, #006aff 0.524%, #00c8ff 100%); }
  .footer-line-2 { background: linear-gradient(to right, #006aff 0.524%, #00c8ff 100%); }
  .footer-body { position: relative; background: #6e7a8c; overflow: hidden; }
  .footer-inner { position: relative; max-width: 1512px; height: 647px; margin: 0 auto; }
  .footer-spinner { position: absolute; left: 900px; top: 78px; width: 752px; height: 652.604px; pointer-events: none; }
  .footer-brand { position: absolute; left: 105px; top: 79.87px; width: 240px; }
  .footer-logo { position: relative; width: 121px; height: 105.006px; }
  .footer-logo img { position: absolute; }
  .footer-logo .fl-a { left: 0; top: 55.1px; width: 49.83px; height: 49.91px; }
  .footer-logo .fl-b { left: 71.17px; top: 0; width: 49.83px; height: 49.91px; }
  .footer-logo .fl-c { left: 18.73px; top: 10.52px; width: 83.53px; height: 83.66px; }
  .footer-tagline { margin: 14.5px 0 0 2px; width: 182px; display: flex; flex-direction: column; gap: 4px; font-family: 'Roboto', sans-serif; font-weight: 600; font-size: 9.987px; line-height: 10px; }
  .footer-tagline .t1 { color: #fdfdff; }
  .footer-tagline .t2 { color: #afb5c2; }
  .footer-contact { font-weight: 500; font-size: 18px; line-height: 18px; color: #fdfdff; }
  .footer-address { margin-top: 38.6px; width: 221px; }
  .footer-phone { margin-top: 24px; white-space: nowrap; }
  .footer-email { margin-top: 24px; white-space: nowrap; }
  .footer-cols { display: contents; }
  .footer-col { position: absolute; top: 156px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-col-udruzenje { left: 441px; }
  .footer-col-clanovi { left: 665px; }
  .footer-col-edukacija { left: 889px; }
  .footer-col-h { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 14px; line-height: 14px; letter-spacing: 1.4px; color: #afb5c2; white-space: nowrap; }
  .footer-link { font-weight: 500; font-size: 18px; line-height: 18px; color: #fdfdff; white-space: nowrap; display: block; }
  .footer-bottom { display: contents; }
  .footer-social { position: absolute; right: 103px; top: 506px; width: 48px; height: 48px; }
  .footer-copy { position: absolute; left: 105px; top: 597px; font-weight: 400; font-size: 14px; line-height: 14px; color: #afb5c2; white-space: nowrap; }
  .scroll-top { position: absolute; right: 7px; top: 239px; width: 56px; height: 56px; background: #fdfdff; border: none; border-radius: 16px; cursor: pointer; box-shadow: inset -8px -8px 10px 0 rgba(100,100,100,0.15), inset 8px 8px 10px 0 rgba(255,255,255,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .scroll-top img { width: 13px; height: 29px; }

  /* ===== Hover states (from Figma prototype variants) ===== */
  .scroll-top { transition: box-shadow 0.25s ease; }
  .scroll-top:hover { box-shadow: inset -8px -8px 10px 0 rgba(100,100,100,0.15), inset 8px 8px 10px 0 rgba(255,255,255,0.3), 0 15px 30px 0 rgba(0,99,238,0.1); }
  .footer-link:hover { text-decoration: underline; }

  /* =====================================================
     Compact navigation (max-width: 1279px)
     ===================================================== */
  @media (max-width: 1279px) {

    .spd-inner { padding: 186px 32px 0; gap: 32px; }
    .spd-left { width: auto; flex: 1 1 52%; }
    .spd-right { width: auto; flex: 1 1 44%; }
    .spd-id { width: auto; max-width: 408px; }
    .spd-meta { padding: 0; gap: 32px; flex-wrap: wrap; }
    .spd-badges { gap: 24px; flex-wrap: wrap; }
    .spd-photo { width: 100%; max-width: 512px; }
    .spd-quote-card { padding: 0 48px; }
  }

  /* =====================================================
     Tablet (max-width: 1024px)
     ===================================================== */
  @media (max-width: 1024px) {
    body { overflow-x: hidden; }
    h2 { font-size: 40px; line-height: 1.2; }

    .spd-inner { flex-direction: column; padding: 156px 32px 0; gap: 64px; }
    .spd-left, .spd-right { flex: none; width: 100%; }
    .spd-id { margin: 0; }
    .spd-id .chip { margin-top: 32px; }
    .spd-logo { margin-top: 32px; }
    .spd-meta { margin-top: 48px; }
    .spd-photo { margin: 48px 0 0; }
    .spd-quote-card { height: auto; padding: 80px 48px; }
    .spd-name { margin-top: 64px; }

    .footer { margin-top: 88px; }
    .footer-body { padding: 56px 32px 32px; }
    .footer-inner { position: static; max-width: none; height: auto; display: flex; flex-direction: column; gap: 48px; }
    .footer-spinner { display: none; }
    .footer-brand { position: static; width: auto; }
    .footer-cols { display: flex; flex-wrap: wrap; gap: 48px 64px; }
    .footer-col { position: static; }
    .footer-bottom { display: flex; align-items: center; justify-content: space-between; }
    .footer-social { position: static; }
    .scroll-top { position: static; }
    .footer-copy { position: static; }
  }

  /* =====================================================
     Mobile (max-width: 768px)
     ===================================================== */
  @media (max-width: 768px) {
    h2 { font-size: 28px; }

    .spd-inner { padding: 108px 20px 0; gap: 48px; }
    .spd-logo p { font-size: 40px; line-height: 40px; }
    .spd-meta { gap: 16px; }
    .spd-badges { gap: 12px; }
    .spd-photo { height: 420px; }
    .spd-photo p { font-size: 40px; line-height: 40px; left: 64px; top: 48px; height: auto; }
    .spd-quote-card { padding: 56px 24px; }
    .spd-quote-card p { width: auto; }
    .spd-name { margin-top: 48px; }

    .footer { margin-top: 64px; }
    .footer-body { padding: 40px 20px 24px; gap: 36px; }
    .footer-cols { flex-direction: column; gap: 32px; }
    .footer-link { white-space: normal; }
    .footer-copy { white-space: normal; line-height: 1.5; }
  }
