:root {
  /* Pullulo logo (pullulo-logo.svg on www.pullulo.hr) */
  --pl-orange: #f59311;
  --pl-green: #8dc448;
  --pl-blue: #30abe0;
  --pl-charcoal: #2d2e33;
  --pl-orange-soft: #fbc67a;
  --pl-bg: #f6f7f9;
  --pl-ink: #2d2e33;
  --pl-muted: #5c6068;
  --pl-label: #1d7aa3;
  --pl-footer-border: #e8eaed;
  --bs-primary: #30abe0;
  --bs-success: #6fa338;
  --bs-danger: #e07020;
}

body {
  font-family: Inter, system-ui, sans-serif;
  color: var(--pl-ink);
  background: var(--pl-bg);
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0.15rem 0;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

a.brand-logo-wrap:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.site-topnav .brand-logo-wrap,
.site-footer .brand-logo-wrap {
  background: transparent;
}

.site-topnav a.brand-logo-wrap:hover,
.site-footer a.brand-logo-wrap:hover {
  background: rgba(255, 255, 255, 0.06);
}

.site-topnav {
  background: var(--pl-charcoal);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Tall logo without growing the bar: brand is out of flow, bar height = links + padding */
.site-topnav.navbar {
  overflow: visible;
}

.site-topnav.navbar > .container {
  position: relative;
  align-items: center;
  min-height: 3.125rem;
  padding-left: clamp(10.5rem, 54vmin, 30rem);
}

@media (min-width: 992px) {
  .site-topnav.navbar > .container {
    min-height: 3.25rem;
    padding-left: clamp(12rem, 26vw, 34rem);
  }
}

.site-topnav .navbar-brand {
  position: absolute;
  left: max(0.75rem, env(safe-area-inset-left, 0px));
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  margin: 0;
}

.site-topnav .brand-logo-img {
  height: 8rem;
  width: auto;
  max-width: min(calc(100vw - 4.5rem), 46rem);
}

.site-topnav .nav-link-custom {
  color: rgba(255, 255, 255, 0.78) !important;
}

.site-topnav .nav-link-custom:hover {
  color: #fff !important;
}

.site-topnav .btn-outline-pill {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}

.site-topnav .btn-outline-pill:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.brand-logo-img {
  height: 3.85rem;
  width: auto;
  max-width: 22rem;
  display: block;
}

@media (min-width: 992px) {
  .brand-logo-img {
    height: 4.25rem;
    max-width: 24rem;
  }
}

.brand-logo-img--footer {
  height: 2.65rem;
  max-width: 16rem;
}

@media (min-width: 768px) {
  .brand-logo-img--footer {
    height: 2.95rem;
    max-width: 17.5rem;
  }
}

.nav-link-custom {
  color: #5a5a5a !important;
  font-weight: 500;
  font-size: 0.95rem;
}

.nav-link-custom:hover {
  color: #222 !important;
}

.btn-outline-pill {
  border-radius: 50rem;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  background: #fff;
}

.btn-outline-pill:hover {
  border-color: #ccc;
  background: #fafafa;
  color: #111;
}

.btn-brand-pill {
  border-radius: 50rem;
  background: var(--pl-orange);
  color: #fff;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  border: none;
  box-shadow: 0 4px 14px rgba(245, 147, 17, 0.38);
}

.btn-brand-pill:hover {
  background: #e0850f;
  color: #fff;
}

.btn-white-pill {
  border-radius: 50rem;
  background: #fff;
  color: #333;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  border: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.btn-white-pill:hover {
  background: #f8f8f8;
  color: #111;
}

.btn-navy-pill {
  border-radius: 50rem;
  background: var(--pl-charcoal);
  color: #fff;
  font-weight: 600;
  padding: 0.65rem 1.35rem;
  border: none;
}

.btn-navy-pill:hover {
  background: #1a1b1f;
  color: #fff;
}

.eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pl-label);
  font-variant-numeric: tabular-nums;
}

.icon-anchor-muted {
  color: var(--pl-blue);
  opacity: 0.85;
}

.pl-anchor-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  display: block;
  color: #3d92c5;
}

.pl-sword-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  display: block;
  color: #d13e7a;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(48, 171, 224, 0.1);
  border: 1px solid rgba(48, 171, 224, 0.22);
  border-radius: 50rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  color: #3d4249;
}

.gradient-italic {
  font-style: italic;
  background: linear-gradient(90deg, var(--pl-blue), var(--pl-orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-visual-wrap {
  position: relative;
  min-height: 380px;
}

.hero-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle at 80% 20%, rgba(48, 171, 224, 0.22), transparent 46%),
    radial-gradient(circle at 20% 90%, rgba(245, 147, 17, 0.18), transparent 42%),
    radial-gradient(circle at 55% 55%, rgba(141, 196, 72, 0.12), transparent 50%);
  pointer-events: none;
  border-radius: 2rem;
}

.hero-card-main {
  position: relative;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  padding: 1.25rem 1.35rem;
  z-index: 1;
}

.code-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.code-line {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.78rem;
  color: #555;
  padding: 0.2rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.code-line:last-child {
  border-bottom: none;
}

.code-line .fn {
  color: #7b1fa2;
}

.code-line .meth {
  color: #00897b;
}

.code-highlight {
  background: rgba(245, 147, 17, 0.12);
  margin: 0 -0.5rem;
  padding: 0.35rem 0.5rem !important;
  border-radius: 0.35rem;
  border-bottom: none !important;
}

.focus-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  max-width: 220px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  z-index: 2;
}

.focus-pct {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, var(--pl-orange), var(--pl-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.service-card {
  border-radius: 1.35rem;
  padding: 1.5rem;
  border: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.service-card .icon-box {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.bg-svc-1 {
  background: #fff5e6;
}
.bg-svc-1 .icon-box {
  background: rgba(245, 147, 17, 0.28);
  color: #b86a08;
}

.bg-svc-2 {
  background: #eef7e3;
}
.bg-svc-2 .icon-box {
  background: rgba(141, 196, 72, 0.35);
  color: #4a7a24;
}

.bg-svc-3 {
  background: #e8f6fc;
}
.bg-svc-3 .icon-box {
  background: rgba(48, 171, 224, 0.28);
  color: #156f92;
}

.bg-svc-4 {
  background: #f0f4fa;
}
.bg-svc-4 .icon-box {
  background: rgba(45, 46, 51, 0.1);
  color: var(--pl-charcoal);
}

.process-wrap {
  position: relative;
}

.process-line {
  position: absolute;
  top: 2.25rem;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(245, 147, 17, 0.35), rgba(141, 196, 72, 0.45), rgba(48, 171, 224, 0.45));
  z-index: 0;
}

@media (max-width: 767.98px) {
  .process-line {
    display: none;
  }
}

.process-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem 1rem;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

.step-num {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0 auto 1rem;
  color: #fff;
}

.step-1 {
  background: linear-gradient(135deg, #f7a84a, var(--pl-orange));
}
.step-2 {
  background: linear-gradient(135deg, #a8d96a, var(--pl-green));
}
.step-3 {
  background: linear-gradient(135deg, #5bc4eb, var(--pl-blue));
}
.step-4 {
  background: linear-gradient(135deg, #5a6169, var(--pl-charcoal));
  color: #fff !important;
}

.why-box {
  border-radius: 1.75rem;
  background: linear-gradient(
    135deg,
    rgba(255, 243, 224, 0.95) 0%,
    rgba(232, 246, 252, 0.95) 45%,
    rgba(238, 247, 227, 0.92) 100%
  );
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(45, 46, 51, 0.06);
}

.why-check-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 1.15rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
}

.why-check-card:last-child {
  margin-bottom: 0;
}

.check-ico {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(141, 196, 72, 0.35);
  color: #3d6a1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.product-section {
  border-radius: 1.75rem;
  background: linear-gradient(145deg, #e3f4fb 0%, #fff 42%, #f2f8ea 100%);
  padding: 2.5rem;
  overflow: hidden;
}

.sands-mark {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.35rem;
}

.sands-s {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sands-s span {
  display: block;
  height: 5px;
  width: 28px;
  border-radius: 2px;
}

.sands-tag {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--pl-muted);
  text-transform: uppercase;
}

.mini-feature {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.pill-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 50rem;
  margin-bottom: 0.5rem;
}

.contact-section {
  border-radius: 1.75rem;
  background: linear-gradient(120deg, #fff3e0 0%, #eef7e3 38%, #e3f4fb 100%);
  padding: 2.75rem 2.5rem;
}

.contact-mini {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.contact-mini .lbl {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #9e9e9e;
}

.site-footer {
  background: var(--pl-charcoal);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
}

.site-footer .text-secondary,
.site-footer .text-muted {
  color: rgba(255, 255, 255, 0.55) !important;
}

.footer-quote {
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.site-footer .icon-anchor-muted {
  opacity: 1;
  color: #5bc4eb;
}

.site-footer .pl-anchor-icon {
  color: #5bc4eb;
}

.site-footer .pl-sword-icon {
  color: #d13e7a;
}

.dot-row span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
