/* ===== EVINAR SUBPAGE CSS ===== */
/* For module subpages (klet, trgatev, vinograd, delovni-nalogi, nadzor) */

:root {
  --bg: #f3f5f7;
  --card: #ffffff;
  --text: #2f2f2f;
  --muted: #61717f;
  --line: rgba(68, 90, 109, 0.12);
  --line-strong: rgba(68, 90, 109, 0.22);
  --accent: #6f8596;
  --accent-dark: #4a5568;
  --accent-soft: rgba(111, 133, 150, 0.1);
  --wine: #6b2737;
  --gold: #8b7d3a;
  --shadow: 0 18px 40px rgba(31, 49, 64, 0.08);
  --shadow-soft: 0 12px 28px rgba(31, 49, 64, 0.06);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 20px;
  --container: 1180px;
}

body {
  background: #f3f5f7;
}

.container {
  width: min(var(--container), calc(100% - 56px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(129, 153, 171, 0.12);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 16px;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #22303c;
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: #2b3b48;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.22s ease;
}

.back-link:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
  background: #f8fafc;
}

.page {
  padding: 68px 0 108px;
  position: relative;
  z-index: 1;
}

/* HERO SECTION - GRID VERSION (NOT VIDEO) */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(95, 126, 153, 0.12);
}

.hero h1 {
  margin: 14px 0 16px;
  font-size: clamp(2rem, 3.2vw, 2.625rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 600;
  /*max-width: 14ch;*/
  color: var(--text);
}

.hero p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  max-width: 62ch;
}

.overview-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  max-width: 620px;
}

.overview-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  border: none;
  background: none;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
  box-shadow: none;
  font-weight: 500;
}

.tick {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
}

.hero-shot, .module-shot {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #edf2f6;
  border: 1px solid rgba(95, 126, 153, 0.12);
  box-shadow: var(--shadow);
}

/* Browser chrome bar — naredi vse screenshote vizualno konsistentne */
.hero-shot::before, .module-shot::before {
  content: "⬤  ⬤  ⬤";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: #eef2f6;
  border-bottom: 1px solid rgba(95, 126, 153, 0.12);
  border-radius: 24px 24px 0 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 8px;
  letter-spacing: 3px;
  color: rgba(95, 126, 153, 0.35);
}

/* Spodnji fade — prikrije morebitne nedoslednosti na dnu screenshota */
.hero-shot::after, .module-shot::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: linear-gradient(to top, rgba(237, 242, 246, 0.7) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-shot {
  aspect-ratio: 16/10;
}

.hero-shot img, .module-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

/* Hero photo — alternativa za hero-shot, kadar je v hero kontekstualna
   fotografija (kletar, vinogradnik …) namesto screenshot-a aplikacije.
   Brez browser-chrome bar-a, brez fade-a, naravno obrobljena slika. */
.hero-photo {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
  background: #edf2f6;
  aspect-ratio: 4/3;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.modules-wrap {
  display: grid;
  gap: 28px;
  margin-top: 80px;
}

.module-row {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 46px;
  align-items: center;
  padding: 38px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(95, 126, 153, 0.1);
  box-shadow: var(--shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.module-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(31, 49, 64, 0.1);
  border-color: rgba(95, 126, 153, 0.18);
}

.module-row.reverse {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
}

.module-row.reverse .module-copy {
  order: 2;
}

.module-row.reverse .module-shot {
  order: 1;
}

.module-copy h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.625rem, 2.6vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 18ch;
  font-weight: 600;
}

.module-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  max-width: 60ch;
}

.bullets {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bullets li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
  font-weight: 500;
}

.bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.module-shot {
  aspect-ratio: 16/10;
}

.hero-cta {
  margin-top: 40px;
}

.footer-note {
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}

body.page-fade {
  opacity: 0;
  transition: opacity 0.32s ease, transform 0.32s ease;
  transform: translateY(10px);
}

body.page-fade.page-ready {
  opacity: 1;
  transform: none;
}

/* Responsive breakpoints */
@media (max-width: 980px) {
  .hero, .module-row, .module-row.reverse {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .module-row.reverse .module-copy, .module-row.reverse .module-shot {
    order: initial;
  }
  .hero h1 {
    margin: 14px 0 16px;
    font-size: clamp(2rem, 3.2vw, 2.625rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 600;
    /*max-width: 14ch;*/
    color: var(--text);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }
  .page {
    padding: 56px 0 82px;
  }
  .topbar .container {
    min-height: 66px;
  }
  .hero p, .module-copy p {
    font-size: 15px;
    line-height: 1.65;
  }
  .overview-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    max-width: 620px;
  }
  .module-row {
    padding: 22px;
  }
}

/* SITE HEADER – sticky + z-index now on #site-header in components.css */
.site-header {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(129, 153, 171, 0.1);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  padding: 0;
}

.header-inner > * {
  align-self: center;
}

/* MODULE NAV — navigacija med moduli na dnu vsake modulne strani */
.module-nav {
  background: #f3f5f7;
  padding: 64px 0 0;
}

.module-nav-tag {
  margin-bottom: 28px;
}

.module-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
}

.module-nav-grid::before,
.module-nav-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-top: 2px solid rgba(68, 90, 109, 0.28);
  border-right: 2px solid rgba(68, 90, 109, 0.28);
  pointer-events: none;
}

.module-nav-grid::before {
  left: -32px;
  transform: translateY(-50%) rotate(-135deg);
}

.module-nav-grid::after {
  right: -32px;
  transform: translateY(-50%) rotate(45deg);
}

.module-nav-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px 14px;
  border-radius: 16px;
  border: 1.5px solid rgba(68, 90, 109, 0.22);
  background: #ffffff;
  text-decoration: none;
  color: #2f2f2f;
  box-shadow: 0 4px 12px rgba(31, 49, 64, 0.06);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.module-nav-card:hover {
  border-color: #6f8596;
  box-shadow: 0 10px 24px rgba(31, 49, 64, 0.1);
  transform: translateY(-2px);
}

.module-nav-card.is-active {
  border-color: #6b2737;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(107, 39, 55, 0.1), 0 10px 24px rgba(107, 39, 55, 0.07);
  pointer-events: none;
}

.module-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(111, 133, 150, 0.12);
  margin-bottom: 2px;
}

.module-nav-card.is-active .module-nav-icon {
  background: rgba(107, 39, 55, 0.08);
}

.module-nav-icon i[class^="flaticon-"] {
  font-size: 18px;
  color: #4a5568;
  line-height: 1;
}

.module-nav-card.is-active .module-nav-icon i[class^="flaticon-"] {
  color: #6b2737;
}

.module-nav-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2f2f2f;
}

.module-nav-card.is-active .module-nav-title {
  color: var(--wine);
}

.module-nav-desc {
  font-size: 0.76rem;
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .module-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .module-nav-grid::before,
  .module-nav-grid::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .module-nav-grid {
    grid-template-columns: 1fr 1fr;
  }
  .module-nav {
    padding: 48px 0 56px;
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 40px;
  height: 40px;
  background-image: url("/images/evinar-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}

.brand-text strong {
  font-family: var(--font-h, Inter, Arial, sans-serif);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: var(--text, #2f2f2f);
}

.brand-text span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted, #61717f);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.main-nav > * {
  display: flex;
  align-items: center;
  height: 44px;
}

.nav-item {
  position: relative;
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-family: var(--font-b, Inter, Arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--text, #2f2f2f);
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-link:hover, .nav-item:hover .nav-link {
  background: #eef4f8;
  color: var(--text, #2f2f2f);
}

.caret {
  font-size: 11px;
  color: #72828f;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 760px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(129, 153, 171, 0.12);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(20, 34, 48, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mega-menu-evinar {
  width: 520px;
}

.mega-menu-integrations {
  width: 360px;
}

.mega-menu-cenik {
  width: 460px;
}

.mega-list {
  display: grid;
  gap: 10px;
}

.mega-row {
  display: block;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(129, 153, 171, 0.1);
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mega-row.sub {
  margin-left: 18px;
  padding: 12px 16px;
  border-radius: 14px;
  background: transparent;
  border: none;
}

.mega-row.sub strong {
  font-size: 14px;
  font-weight: 700;
}

.mega-row.sub span {
  font-size: 12px;
}

.mega-row:hover {
  transform: translateY(-1px);
  background: #f4f7f9;
  box-shadow: 0 12px 30px rgba(20, 34, 48, 0.07);
}

.mega-row strong, .mega-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.2;
  color: var(--text, #2f2f2f);
}

.mega-row span, .mega-card span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-sec, #61717f);
}

.nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mega-card {
  display: block;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(129, 153, 171, 0.1);
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mega-card:hover {
  transform: translateY(-1px);
  background: #f4f7f9;
  box-shadow: 0 12px 30px rgba(20, 34, 48, 0.07);
}

.integ-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
  color: var(--accent, #6f8596);
}

.integ-more-link:hover {
  color: var(--text, #2f2f2f);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-ghost.top-hide-mobile, .site-header .btn-ghost {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(95, 126, 153, 0.18);
  background: #fff;
  font-family: var(--font-b, Inter, Arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--text, #2f2f2f);
}

.site-header .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: #6b2737;
  color: #fff;
  font-family: var(--font-b, Inter, Arial, sans-serif);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(107, 39, 55, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-header .btn-primary:hover {
  background: #4a1625;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(107, 39, 55, 0.32);
  filter: none;
}

.site-footer {
  background: linear-gradient(180deg, #233647 0%, #1c2b38 100%);
  border-top: 1px solid rgba(129, 153, 171, 0.12);
  padding: 70px 0 26px;
  position: relative;
  z-index: 1;
}

.site-footer .brand-text strong {
  color: #fff;
}

.site-footer .brand-text span {
  color: rgba(232, 238, 243, 0.74);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 28px;
  align-items: start;
}

.footer-brand {
  max-width: 360px;
}

.footer-brand p {
  margin: 18px 0 0;
  color: rgba(232, 238, 243, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.footer-links, .footer-legal {
  display: grid;
  gap: 12px;
  list-style: none;
}

.footer-links a, .footer-legal a {
  font-size: 15px;
  color: rgba(232, 238, 243, 0.78);
  line-height: 1.4;
  transition: color 0.2s;
}

.footer-links a:hover, .footer-legal a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: rgba(232, 238, 243, 0.66);
  font-size: 13px;
  flex-wrap: wrap;
}

/* RESPONSIVE HEADER/FOOTER */
@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 0 18px;
  }
  .main-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header-actions {
    justify-content: flex-start;
  }
  .mega-menu {
    left: 0;
    transform: none;
    width: min(760px, 90vw);
  }
  .nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu {
    transform: translateY(0);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .mega-grid, .footer-grid, .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }
  .top-hide-mobile {
    display: none !important;
  }
}

/* Background texture */
:root {
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
}

body {
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 12% 8%, rgba(155, 177, 195, 0.1), transparent 30%),
              radial-gradient(circle at 88% 18%, rgba(95, 126, 153, 0.08), transparent 26%),
              radial-gradient(circle at 50% 100%, rgba(114, 47, 55, 0.04), transparent 34%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
  background-image: var(--grain);
  mix-blend-mode: multiply;
}

.site-header, .hero, .page, .content, main, footer, .marquee-strip, .stats-band {
  position: relative;
  z-index: 1;
}

.card, .feat-card, .integ-card, .price-card, .module-row, .mega-menu, .hero-stat, .btn, .mod-tab, .ps-step-icon, .gm-cell img, .nav-link {
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, opacity 0.28s ease, filter 0.28s ease;
}

.btn-primary:hover, .btn-outline:hover, .btn-ghost:hover, .btn-white:hover {
  filter: saturate(1.02);
}

.card:hover, .module-row:hover, .price-card:hover, .integ-card:hover, .feat-card:hover {
  backdrop-filter: blur(10px);
}

.hero-video-overlay, .hero::after {
  backdrop-filter: blur(1.5px);
}


/* ===== INTEGRATIONS PAGE (integracije.html) ===== */
.integrations-page {
  padding: 68px 0 108px;
}

.integrations-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.96fr);
  gap: 44px;
  align-items: center;
  margin-bottom: 32px;
}

.integrations-panel {
  padding: 34px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(129, 153, 171, 0.12);
  box-shadow: var(--shadow-soft);
}

.integrations-panel h1 {
  margin: 14px 0 16px;
  font-size: clamp(2.125rem, 3.4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  /*max-width: 14ch;*/
  color: var(--text);
}

.integrations-panel p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.78;
  max-width: 62ch;
}

.integrations-statements {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.integrations-statement {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #425260;
  font-size: 15px;
  line-height: 1.65;
}

.integrations-statement .tick {
  margin-top: 2px;
}

.integrations-box {
  padding: 34px;
  border-radius: 28px;
  background: #233647;
  color: #eef4f8;
  box-shadow: 0 18px 40px rgba(20, 34, 48, 0.14);
}

.integrations-box h3 {
  margin: 0 0 16px;
  font-size: 1.5rem;
  line-height: 1.15;
  color: #fff;
}

.integrations-box p {
  margin: 0;
  color: rgba(232, 238, 243, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

.integrations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.integration-card {
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(129, 153, 171, 0.12);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.integration-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(20, 34, 48, 0.10);
  border-color: rgba(95, 126, 153, 0.24);
}

.integration-card .eyebrow {
  margin-bottom: 12px;
}

.integration-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: none;
}

.integration-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.integration-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.integration-list li {
  position: relative;
  padding-left: 18px;
  color: #425260;
  font-size: 14px;
  line-height: 1.6;
}

.integration-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5f7e99;
}

.integration-cta {
  margin-top: 56px;
  padding: 32px;
  border-radius: 26px;
  background: #f0f5f9;
  border: 1px solid rgba(129, 153, 171, 0.18);
  box-shadow: 0 18px 36px rgba(31, 49, 64, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.integration-cta h2 {
  margin: 10px 0 0;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  max-width: none;
}

.integration-cta p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
  max-width: 80ch;
}

.integration-cta .btn {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .integrations-hero,
  .integrations-grid {
    grid-template-columns: 1fr;
  }
  .integration-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

