  * { 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; }
  .chip-grey { background: #dbe0e9; }
  .chip-grey p { color: #6e7a8c; }
  .body-text { font-weight: 500; font-size: 18px; line-height: 2; color: #6e7a8c; }

  /* ===== Hero + contact form ===== */
  .hero-k { position: relative; }
  .hero-k-photo { position: absolute; top: 0; right: 0; width: 790px; max-width: 60%; height: 982px; object-fit: cover; opacity: 0.7; }
  .hero-k-light { position: absolute; left: 0; right: 0; top: 0; height: 982px; background: linear-gradient(to right, #f1f0f8 0%, #f1f0f8 42%, rgba(241,240,248,0) 95.8%); }
  .hero-k-spinner { position: absolute; left: calc(50% + 138px); top: 208px; width: 514px; height: 446px; opacity: 0.1; pointer-events: none; }
  .hero-k-inner { position: relative; max-width: 1512px; margin: 0 auto; padding: 284px 104px 0; }
  .hero-k h1 { margin-top: 24px; max-width: 814px; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 69px; line-height: 69px; letter-spacing: -1.38px; color: #6e7a8c; }
  .hero-k-sub { margin-top: 24px; max-width: 543px; }

  .k-body { margin-top: 64px; display: grid; grid-template-columns: 302px minmax(0, 856px); justify-content: space-between; column-gap: 48px; }

  /* Contact info */
  .k-info { display: flex; flex-direction: column; gap: 40px; }
  .k-info-row { display: flex; align-items: center; gap: 16px; }
  .k-tile { width: 56px; height: 56px; flex-shrink: 0; }
  .k-tile-pin { background: rgba(0,106,255,0.1); border-radius: 16px; display: flex; align-items: center; justify-content: center; }
  .k-tile-pin img { width: 20px; height: 24px; }
  .k-info-row p { font-weight: 500; font-size: 18px; line-height: 18px; color: #6e7a8c; }

  /* Form */
  .k-form { display: flex; flex-direction: column; gap: 10px; }
  .k-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .k-field { width: 100%; height: 56px; padding: 0 24px; background: #fdfdff; border: none; border-radius: 22px; outline: none; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 18px; color: #6e7a8c; transition: box-shadow 0.2s ease; }
  .k-field::placeholder { color: #afb5c2; opacity: 1; }
  .k-field:focus { box-shadow: 0 0 0 2px rgba(0,106,255,0.3); }
  select.k-field { appearance: none; -webkit-appearance: none; background-image: url("../kt-select-chevron.svg"); background-repeat: no-repeat; background-position: right 24px center; background-size: 14px 14px; color: #afb5c2; cursor: pointer; }
  select.k-field.filled { color: #6e7a8c; }
  select.k-field option { color: #6e7a8c; }
  textarea.k-field { height: 350px; padding: 20px 24px; line-height: 1.6; resize: vertical; }
  .k-form .btn-blue { align-self: flex-start; margin-top: 10px; cursor: pointer; font-family: 'Inter', sans-serif; }
  .k-form-note { display: none; font-weight: 500; font-size: 16px; color: #006aff; margin-top: 8px; }
  .k-form-note.show { display: block; }

  /* ===== Map ===== */
  .k-map { position: relative; width: min(1304px, calc(100% - 64px)); height: 419px; margin: 128px auto 0; border-radius: 22px; overflow: hidden; box-shadow: 0 15px 30px rgba(0,99,238,0.1); background: #fdfdff; }
  .k-map iframe { width: 100%; height: 100%; border: 0; display: block; }

  /* ===== 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) {
  }

  /* =====================================================
     Tablet (max-width: 1024px)
     ===================================================== */
  @media (max-width: 1024px) {
    body { overflow-x: hidden; }

    .hero-k-photo { max-width: 100%; }
    .hero-k-spinner { display: none; }
    .hero-k-inner { padding: 220px 32px 0; }
    .hero-k h1 { max-width: 814px; font-size: 52px; line-height: 1.1; letter-spacing: -1px; margin-top: 18px; }
    .hero-k-sub { margin-top: 24px; }

    .k-body { margin-top: 48px; grid-template-columns: 1fr; row-gap: 48px; }
    .k-info { flex-direction: row; flex-wrap: wrap; gap: 24px 48px; }

    .k-map { width: calc(100% - 64px); margin-top: 88px; height: 380px; }

    .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) {

    .hero-k-inner { padding: 128px 20px 0; }
    .hero-k h1 { font-size: 34px; line-height: 1.18; letter-spacing: -0.7px; margin-top: 14px; }
    .hero-k-sub { font-size: 16px; line-height: 1.8; margin-top: 16px; }
    .body-text { font-size: 16px; line-height: 1.8; }

    .k-body { margin-top: 40px; row-gap: 40px; }
    .k-info { flex-direction: column; gap: 24px; }
    .k-info-row p { font-size: 16px; }
    .k-tile { width: 48px; height: 48px; }
    .k-tile-pin img { width: 17px; height: 21px; }

    .k-form-row { grid-template-columns: 1fr; gap: 10px; }
    .k-field { height: 52px; padding: 0 18px; font-size: 16px; border-radius: 18px; }
    select.k-field { background-position: right 18px center; }
    textarea.k-field { height: 280px; padding: 16px 18px; }
    .k-form .btn-blue { --btn-py: 14px; --btn-px: 28px; }
    .k-form .btn-blue p { font-size: 16px; }

    .k-map { width: calc(100% - 32px); margin-top: 64px; height: 320px; border-radius: 16px; }

    .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; }
  }
