.zuto {
color: #FFE87C;
}
.crveno {
color: #FF0000;
}

.k-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.hero {
  background: #ffffff;
  padding: 72px 0 0;
  overflow: hidden;
  font-family: "IBM Plex Sans", sans-serif;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: flex-start;
}

.hero-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #e6f5ef;
  color: #009b72;
  border: 1px solid #b8dece;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero-title {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #000000;
  margin-bottom: 28px;
}

.hero-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.hero-tab {
  padding: 6px 14px;
  border: 1px solid #e0e0db;
  border-radius: 100px;
  background: transparent;
  font-size: 13px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #6b6b6b;
  cursor: pointer;
  transition: all 0.15s;
}
.hero-tab:hover {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.hero-tab.active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.tab-more {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #009b72;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.tab-more:hover {
  text-decoration: underline;
}

.btn-hero {
  display: inline-block;
  padding: 12px 22px;
  background: #000000;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.15s;
}
.btn-hero:hover {
  background: #1a1a1a;
  transform: translateY(-1px);
}

.hero-right {
  align-self: flex-end;
}

.panel-mockup {
  background: #ffffff;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.panel-titlebar {
  height: 36px;
  background: #ececea;
  border-bottom: 1px solid #e0e0db;
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 6px;
}
.panel-titlebar .panel-title {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #6b6b6b;
  margin-right: 56px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.dot.red {
  background: #ff5f57;
}
.dot.yellow {
  background: #ffbd2e;
}
.dot.green {
  background: #28c840;
}

.panel-body {
  display: flex;
  height: 360px;
}

.panel-sidebar {
  width: 156px;
  background: #f4f4f0;
  border-right: 1px solid #e0e0db;
  padding: 12px 0;
  flex-shrink: 0;
}

.ps-item {
  padding: 9px 16px;
  font-size: 13px;
  color: #6b6b6b;
  cursor: pointer;
}
.ps-item.active {
  background: #ffffff;
  color: #000000;
  font-weight: 500;
  border-right: 2px solid #009b72;
}

.panel-content {
  flex: 1;
  padding: 18px 20px;
  overflow: hidden;
}

.pc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.pc-header .pc-slug {
  font-size: 12px;
  color: #6b6b6b;
  font-family: "IBM Plex Mono", monospace;
}
.pc-header .pc-status {
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  background: #e6f5ef;
  color: #009b72;
}

.pc-field {
  margin-bottom: 14px;
}
.pc-field label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6b6b6b;
  margin-bottom: 5px;
}
.pc-field .pc-input, .pc-field .pc-textarea {
  padding: 7px 10px;
  border: 1px solid #e0e0db;
  border-radius: 4px;
  font-size: 13px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  width: 100%;
}
.pc-field .pc-textarea {
  height: 52px;
  color: #6b6b6b;
}
.pc-field .pc-image {
  height: 64px;
  border: 2px dashed #e0e0db;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #6b6b6b;
  cursor: pointer;
  transition: all 0.15s;
}
.pc-field .pc-image:hover {
  border-color: #009b72;
  color: #009b72;
}

.section-files {
  background: #f8f8f5;
  padding: 80px 0;
  border-top: 1px solid #e0e0db;
  font-family: "IBM Plex Sans", sans-serif;
}

.files-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.files-text h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  color: #000000;
  line-height: 1.15;
}
.files-text p {
  font-size: 16px;
  line-height: 1.75;
  color: #6b6b6b;
  margin-bottom: 24px;
}

.link-arrow {
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
}
.link-arrow:hover {
  text-decoration: underline;
}

.file-tree {
  background: #ffffff;
  border: 1px solid #e0e0db;
  border-radius: 8px;
  padding: 24px;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.9;
}

.ft-dir {
  color: #1a1a1a;
}

.ft-file {
  color: #6b6b6b;
}

.ft-children {
  padding-left: 20px;
  border-left: 1px solid #e0e0db;
  margin-left: 8px;
}
.ft-children .ft-children {
  border-color: #e8e8e4;
}

.section-power {
  background: #111111;
  color: #ffffff;
  padding: 80px 0;
  font-family: "IBM Plex Sans", sans-serif;
}

.power-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.tech-tag {
  display: inline-block;
  padding: 5px 13px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  font-family: "IBM Plex Mono", monospace;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}

.power-text h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  line-height: 1.15;
}
.power-text > p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 36px;
}

.power-features {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pf-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.pf-item .pf-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.pf-item strong {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
  color: #ffffff;
}
.pf-item p {
  font-size: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}

.code-window {
  background: #0d1117;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.cw-bar {
  height: 38px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 6px;
}
.cw-bar .cw-name {
  margin-left: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  font-family: "IBM Plex Mono", monospace;
}

.cw-pre {
  padding: 24px;
  margin: 0;
  overflow-x: auto;
}
.cw-pre code {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.85;
  color: #a5c9a1;
  white-space: pre;
  display: block;
}

.section-headless {
  background: #ffffff;
  padding: 80px 0;
  border-top: 1px solid #e0e0db;
  font-family: "IBM Plex Sans", sans-serif;
}

.headless-inner {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.headless-inner h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: #000000;
  line-height: 1.15;
}
.headless-inner p {
  font-size: 18px;
  line-height: 1.7;
  color: #6b6b6b;
  margin-bottom: 40px;
}

.delivery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.dl-item {
  padding: 9px 20px;
  border: 1px solid #e0e0db;
  border-radius: 100px;
  font-size: 14px;
  color: #1a1a1a;
  background: #f8f8f5;
}

.section-personas {
  background: #f8f8f5;
  padding: 80px 0;
  border-top: 1px solid #e0e0db;
  font-family: "IBM Plex Sans", sans-serif;
}
.section-personas > .k-container > h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 48px;
  color: #000000;
  line-height: 1.15;
}

.personas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.persona-card {
  background: #ffffff;
  border: 1px solid #e0e0db;
  border-radius: 8px;
  padding: 28px 22px;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.2s;
}
.persona-card:hover {
  border-color: #1a1a1a;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.persona-card .persona-icon {
  font-size: 26px;
  margin-bottom: 14px;
}
.persona-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
.persona-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #6b6b6b;
  margin: 0;
}

.section-trusted {
  background: #ffffff;
  padding: 60px 0;
  border-top: 1px solid #e0e0db;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
}

.trusted-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b6b6b;
  margin-bottom: 32px;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.tl-item {
  padding: 10px 24px;
  background: #f8f8f5;
  border: 1px solid #e0e0db;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #6b6b6b;
}

.section-testimonials {
  background: #f8f8f5;
  padding: 80px 0;
  border-top: 1px solid #e0e0db;
  font-family: "IBM Plex Sans", sans-serif;
}
.section-testimonials > .k-container > h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 48px;
  color: #000000;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #e0e0db;
  border-radius: 8px;
  padding: 32px;
}
.testimonial-card blockquote {
  font-size: 16px;
  line-height: 1.75;
  color: #1a1a1a;
  margin: 0 0 20px;
  font-style: italic;
}
.testimonial-card footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.testimonial-card footer strong {
  font-size: 14px;
  color: #000000;
}
.testimonial-card footer span {
  font-size: 13px;
  color: #6b6b6b;
}

.section-community {
  background: #000000;
  color: #ffffff;
  padding: 80px 0;
  font-family: "IBM Plex Sans", sans-serif;
}

.community-inner {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.community-inner h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.community-inner > p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 36px;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.newsletter-form .nl-input {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  width: 100%;
  transition: border-color 0.15s;
}
.newsletter-form .nl-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.newsletter-form .nl-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}
.newsletter-form .btn-nl {
  padding: 12px;
  background: #009b72;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
  cursor: pointer;
  transition: background 0.15s;
}
.newsletter-form .btn-nl:hover {
  background: #008060;
}

.social-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.social-row a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.15s;
}
.social-row a:hover {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .hero-grid, .files-grid, .power-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-right {
    display: none;
  }
  .personas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .k-container {
    padding: 0 20px;
  }
  .hero-title {
    font-size: 34px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .personas-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.kirby-topbar {
padding: 10px 0px 0px 0px;
  background: #000000;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
}
.kirby-topbar .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}

.kirby-logo {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
}
.kirby-logo sup {
  font-size: 11px;
  font-weight: 400;
  vertical-align: super;
}

.topbar-utils {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lang-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang-btn span {
  font-size: 10px;
  opacity: 0.7;
}

.util-icon {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
.util-icon:hover {
  color: #ffffff;
}

.util-cart {
  position: relative;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
.util-cart:hover {
  color: #ffffff;
}
.util-cart .cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #1a73e8;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kirby-nav {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  font-family: "IBM Plex Sans", sans-serif;
}
.kirby-nav .nav-inner {
  display: flex;
  align-items: center;
  height: 44px;
  gap: 0;
}
.kirby-nav a {
  padding: 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000000;
  text-decoration: none;
  height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: border-color 0.15s, color 0.15s;
}
.kirby-nav a:hover {
  border-bottom-color: #c8102e;
  color: #c8102e;
}

.kirby-footer {
  background: #1a1a1a;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
}

.footer-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  padding: 56px 32px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-newsletter h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
.footer-newsletter p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 20px;
}

.nl-form {
  display: flex;
}
.nl-form .nl-input {
  flex: 1;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  color: #ffffff;
  font-size: 13px;
  font-family: inherit;
}
.nl-form .nl-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.nl-form .nl-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.4);
}
.nl-form .nl-btn {
  padding: 10px 20px;
  background: #c8102e;
  color: #ffffff;
  border: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}
.nl-form .nl-btn:hover {
  background: #a50d24;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 6px;
}
.footer-col a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-col a:hover {
  color: #ffffff;
}

.footer-bottom {
  padding: 20px 32px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-payments {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-payments span {
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.footer-address {
  font-size: 20px;
  margin: auto;
  color: rgba(255, 255, 255, 0.50);
}

.footer-legal {
  display: flex;
  gap: 16px;
}
.footer-legal a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
}
.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kv-hero {
  background: #000000;
  color: #ffffff;
  padding: 64px 0;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  font-family: "IBM Plex Sans", sans-serif;
}

.kv-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 400px;
}

.kv-hero-left {
  z-index: 2;
}

.kv-hero-title {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: #ffffff;
}
.kv-hero-title em {
  font-style: normal;
  color: #41b6c4;
}

.kv-hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 36px;
  max-width: 480px;
}

.kv-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.kv-btn-red {
  display: inline-block;
  padding: 14px 28px;
  background: #c8102e;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.15s;
  white-space: nowrap;
}
.kv-btn-red:hover {
  background: rgb(162.2222222222, 12.9777777778, 37.3111111111);
  color: #ffffff;
}

.kv-btn-outline {
  display: inline-block;
  padding: 13px 28px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.15s;
  white-space: nowrap;
}
.kv-btn-outline:hover {
  background: #ffffff;
  color: #000000;
}

.kv-hero-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.kv-hero-image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.kv-hero-image .vacuum-placeholder {
  width: 100%;
  max-width: 500px;
  height: 400px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #111 100%);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
  position: relative;
  overflow: hidden;
}
.kv-hero-image .vacuum-placeholder::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 300px;
  background: linear-gradient(to top, #3a3a3a, #222);
  border-radius: 60px 60px 20px 20px;
  border: 3px solid #444;
}
.kv-hero-image .vacuum-placeholder::after {
  content: "";
  position: absolute;
  bottom: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 80px;
  background: linear-gradient(to bottom, #555, #333);
  border-radius: 12px;
  border: 2px solid #555;
}
.kv-hero-image .vacuum-placeholder .vac-label {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
  margin-top: 20px;
}

.kv-features {
  background: #ffffff;
  padding: 56px 0;
  border-top: 4px solid #c8102e;
  font-family: "IBM Plex Sans", sans-serif;
}

.kv-features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  text-align: center;
}

.kv-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.kv-feature-item .kv-feat-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.kv-feature-item .kv-feat-name {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.02em;
}

.kv-capabilities {
  background: #f5f5f5;
  padding: 80px 0;
  border-top: 1px solid #e0e0e0;
  font-family: "IBM Plex Sans", sans-serif;
}
.kv-capabilities > .k-container > h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 12px;
  color: #000000;
}
.kv-capabilities > .k-container > p {
  text-align: center;
  color: #555555;
  font-size: 16px;
  margin-bottom: 56px;
}

.kv-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.kv-cap-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: box-shadow 0.2s;
}
.kv-cap-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
.kv-cap-card .kv-cap-top {
  background: #000000;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.kv-cap-card .kv-cap-body {
    padding: 24px;
}
.kv-cap-card .kv-cap-body h3 {
  font-size: 20px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.kv-cap-card .kv-cap-body p {
  font-size: 14px;
  color: #555555;
  line-height: 1.65;
  margin-bottom: 16px;
}
.kv-cap-card .kv-cap-body .kv-cap-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c8102e;
  text-decoration: none;
}
.kv-cap-card .kv-cap-body .kv-cap-link:hover {
  text-decoration: underline;
}

.kv-values {
  background: #ffffff;
  padding: 80px 0;
  border-top: 1px solid #e0e0e0;
  font-family: "IBM Plex Sans", sans-serif;
}
.kv-values > .k-container > h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 56px;
  color: #000000;
}

.kv-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.kv-value-item {
  text-align: center;
}
.kv-value-item .kv-val-icon {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
}
.kv-value-item h3 {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
.kv-value-item p {
  font-size: 14px;
  color: #555555;
  line-height: 1.65;
}

.kv-testimonials {
  background: #f5f5f5;
  padding: 80px 0;
  border-top: 1px solid #e0e0e0;
  font-family: "IBM Plex Sans", sans-serif;
}
.kv-testimonials > .k-container > h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 48px;
  color: #000000;
}

.kv-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.kv-review-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 28px;
}
.kv-review-card .kv-stars {
  color: #f5a623;
  font-size: 16px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.kv-review-card blockquote {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 16px;
  font-style: italic;
}
.kv-review-card .kv-reviewer {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
}

.kv-promo {
  background: #c8102e;
  color: #ffffff;
  padding: 56px 0;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
}
.kv-promo h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.kv-promo p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
}
.kv-promo .kv-btn-white {
  display: inline-block;
  padding: 13px 32px;
  background: #ffffff;
  color: #c8102e;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.15s;
}
.kv-promo .kv-btn-white:hover {
  background: #f0f0f0;
}

.kv-app {
  background: #000000;
  color: #ffffff;
  padding: 72px 0;
  font-family: "IBM Plex Sans", sans-serif;
}

.kv-app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.kv-app-text h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.15;
}
.kv-app-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 32px;
}

.kv-app-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.kv-app-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  color: #ffffff;
  transition: background 0.15s;
}
.kv-app-badge:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
.kv-app-badge .badge-icon {
  font-size: 24px;
}
.kv-app-badge .badge-text {
  line-height: 1.3;
}
.kv-app-badge .badge-text span {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.kv-app-badge .badge-text strong {
  font-size: 15px;
}

.kv-phone-mockup {
  display: flex;
  justify-content: center;
}
.kv-phone-mockup .phone {
  width: 220px;
  height: 420px;
  background: #1a1a1a;
  border-radius: 32px;
  border: 3px solid #444;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 40px;
  position: relative;
}
.kv-phone-mockup .phone::before {
  content: "";
  position: absolute;
  top: 14px;
  width: 60px;
  height: 6px;
  background: #444;
  border-radius: 3px;
}

.kv-register {
  background: #f5f5f5;
  padding: 72px 0;
  border-top: 1px solid #e0e0e0;
  font-family: "IBM Plex Sans", sans-serif;
}

.kv-register-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.kv-register-text h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 16px;
  color: #000000;
}
.kv-register-text p {
  font-size: 16px;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 28px;
}

.kv-bragging {
  background: #000000;
  color: #ffffff;
  padding: 80px 0;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
}
.kv-bragging h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.kv-bragging p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto 32px;
}
.kv-bragging .kv-since {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #41b6c4;
}

@media (max-width: 1024px) {
  .kv-hero-grid, .kv-app-grid, .kv-register-inner {
    grid-template-columns: 1fr;
  }
  .kv-hero-image {
    display: none;
  }
  .kv-features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .kv-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kv-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .kv-cap-grid {
    grid-template-columns: 1fr;
  }
  .kv-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kv-values-grid {
    grid-template-columns: 1fr;
  }
  .kv-reviews-grid {
    grid-template-columns: 1fr;
  }
}


/* ── Zakazivanje stranica ── */
.demo-hero {
  background: #000000;
  color: #ffffff;
  padding: 72px 32px;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
}
.demo-hero h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  line-height: 1.1;
}
.demo-lead {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
  max-width: 680px;
  margin: 0 auto;
}

.demo-benefits {
  background: #f5f5f5;
  padding: 72px 32px;
  font-family: "IBM Plex Sans", sans-serif;
  border-top: 4px solid #c8102e;
}
.demo-benefits h2 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 36px;
  color: #000000;
  letter-spacing: -0.01em;
}
.benefits-list {
  max-width: 640px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.benefits-list li {
  padding: 16px 20px 16px 52px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 16px;
  color: #1a1a1a;
  position: relative;
  line-height: 1.5;
}
.benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #c8102e;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
}

.demo-features {
  background: #ffffff;
  padding: 72px 32px;
  font-family: "IBM Plex Sans", sans-serif;
  border-top: 1px solid #e0e0e0;
}
.demo-features h2 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 48px;
  color: #000000;
  letter-spacing: -0.01em;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.feature-card {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 28px 22px;
  background: #f9f9f7;
}
.feature-card::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #c8102e;
  margin-bottom: 18px;
}
.feature-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.feature-card p {
  font-size: 14px;
  color: #555555;
  line-height: 1.65;
  margin: 0;
}

.demo-expect {
  background: #111111;
  color: #ffffff;
  padding: 72px 32px;
  font-family: "IBM Plex Sans", sans-serif;
}
.demo-expect h2 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.01em;
}
.expect-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.expect-item {
  border-top: 2px solid #c8102e;
  padding-top: 24px;
}
.expect-item h3 {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.expect-item p {
  font-size: 14px;
  color: rgba(255,255,255,0.60);
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .expect-blocks { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .features-grid { grid-template-columns: 1fr; }
  .demo-hero, .demo-benefits, .demo-features, .demo-expect { padding-left: 20px; padding-right: 20px; }
}
