:root {
  --brand-green: #17883a;
  --brand-green-dark: #0d5d29;
  --brand-black: #101512;
  --brand-soft: #f4f8f3;
  --brand-line: #dce6dc;
  --brand-muted: #64736a;
  --brand-amber: #d4a13b;
  --shadow-soft: 0 16px 40px rgba(16, 21, 18, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--brand-black);
  background: #fff;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 230, 220, 0.8);
  backdrop-filter: blur(12px);
}

.navbar-brand img {
  width: 162px;
  max-height: 54px;
  object-fit: contain;
}

.navbar-nav .nav-link {
  color: #18221b;
  font-weight: 700;
  font-size: 0.94rem;
  padding: 0.85rem 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--brand-green);
}

.btn {
  border-radius: 8px;
  font-weight: 800;
  padding: 0.82rem 1.15rem;
}

.btn-success {
  --bs-btn-bg: var(--brand-green);
  --bs-btn-border-color: var(--brand-green);
  --bs-btn-hover-bg: var(--brand-green-dark);
  --bs-btn-hover-border-color: var(--brand-green-dark);
}

.btn-outline-success {
  --bs-btn-color: var(--brand-green-dark);
  --bs-btn-border-color: var(--brand-green);
  --bs-btn-hover-bg: var(--brand-green);
  --bs-btn-hover-border-color: var(--brand-green);
}

.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0c160d;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(9, 18, 11, 0.9) 0%, rgba(9, 18, 11, 0.68) 42%, rgba(9, 18, 11, 0.12) 72%),
    url("../../kokarca-gorseller/WhatsApp Image 2026-06-16 at 08.22.40.jpeg");
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 7rem 0 6rem;
  color: #fff;
}

.hero h1 {
  font-size: clamp(2.7rem, 5vw, 5.35rem);
  line-height: 1.02;
  font-weight: 900;
  margin-bottom: 1.35rem;
}

.hero p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.72);
}

.hero-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.08rem;
  margin-top: 1.4rem;
}

.hero-phone:hover,
.hero-phone:focus {
  color: #fff;
}

.hero-phone i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.hero-strip {
  position: relative;
  z-index: 3;
  margin-top: -58px;
}

.proof-panel {
  background: #fff;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 1.15rem;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.proof-icon,
.section-icon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #e8f4ea;
  color: var(--brand-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex: 0 0 auto;
}

.section-pad {
  padding: 92px 0;
}

.section-soft {
  background: linear-gradient(180deg, #f7fbf7 0%, #fff 100%);
}

.section-title {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-title h2 {
  font-weight: 900;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.section-title p {
  color: var(--brand-muted);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 0;
}

.service-card,
.product-card,
.info-card,
.contact-card {
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: #fff;
  height: 100%;
}

.service-card {
  padding: 2rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 136, 58, 0.32);
  box-shadow: var(--shadow-soft);
}

.service-card h3,
.info-card h3 {
  font-weight: 900;
  font-size: 1.35rem;
  margin: 1.15rem 0 0.75rem;
}

.service-card p,
.info-card p,
.product-card p {
  color: var(--brand-muted);
  line-height: 1.7;
}

.product-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-image {
  height: 270px;
  background: #f8faf8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--brand-line);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
}

.product-card-body {
  padding: 1.35rem;
}

.product-card h3 {
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.3;
  min-height: 2.9rem;
}

.page-hero {
  background: linear-gradient(90deg, rgba(13, 93, 41, 0.94), rgba(16, 21, 18, 0.9)), url("../../kokarca-gorseller/WhatsApp Image 2026-06-16 at 08.23.11.jpeg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0 74px;
}

.page-hero h1 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 1rem;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.16rem;
  line-height: 1.75;
  margin: 0;
}

.breadcrumb-wrap {
  background: #f8fbf8;
  border-bottom: 1px solid var(--brand-line);
}

.breadcrumb {
  margin: 0;
  padding: 1rem 0;
  font-weight: 700;
}

.content-list {
  padding-left: 0;
  list-style: none;
}

.content-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.85rem;
  color: #2f3c34;
  line-height: 1.65;
}

.content-list li::before {
  content: "\F633";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0.08rem;
  color: var(--brand-green);
}

.step-list {
  counter-reset: steps;
  padding-left: 0;
  list-style: none;
}

.step-list li {
  counter-increment: steps;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  line-height: 1.65;
  color: #2f3c34;
}

.step-list li::before {
  content: counter(steps);
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--brand-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex: 0 0 auto;
}

.detail-image {
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.detail-image img {
  width: 100%;
  display: block;
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(11, 47, 21, 0.94), rgba(11, 47, 21, 0.74)),
    url("../../kokarca-gorseller/WhatsApp Image 2026-06-16 at 08.23.48.jpeg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.cta-band h2 {
  font-weight: 900;
}

.footer {
  background: #0d130f;
  color: rgba(255, 255, 255, 0.78);
  padding-top: 64px;
}

.footer-logo {
  width: 172px;
  margin-bottom: 1.1rem;
}

.footer h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer li {
  margin-bottom: 0.65rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 42px;
  padding: 18px 0;
  font-size: 0.92rem;
}

.form-control,
.form-select {
  border-radius: 8px;
  border-color: var(--brand-line);
  padding: 0.85rem 0.95rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 0.2rem rgba(23, 136, 58, 0.12);
}

.gallery-image {
  border-radius: 8px;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid var(--brand-line);
}

.mobile-contact-bar {
  display: none;
}

.mobile-contact-btn {
  height: 56px;
  min-width: 0;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-sizing: border-box;
}

.mobile-contact-btn:hover,
.mobile-contact-btn:focus {
  color: #fff;
}

.mobile-contact-call {
  background: var(--brand-green);
}

.mobile-contact-whatsapp {
  background: #25d366;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 620px;
  }

  .hero::before {
    background-image:
      linear-gradient(180deg, rgba(9, 18, 11, 0.86) 0%, rgba(9, 18, 11, 0.62) 100%),
      url("../../kokarca-gorseller/WhatsApp Image 2026-06-16 at 08.22.40.jpeg");
    background-position: center;
  }

  .hero-content {
    padding: 5.5rem 0;
  }

  .hero-strip {
    margin-top: 0;
  }

  .proof-panel {
    border-radius: 0;
    box-shadow: none;
  }

  .section-pad {
    padding: 68px 0;
  }
}

@media (max-width: 575.98px) {
  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
  }

  .navbar-brand img {
    width: 138px;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-phone {
    display: none;
  }

  .product-image {
    height: 230px;
  }

  .mobile-contact-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    z-index: 1080;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
}
