:root {
  --terracotta: #ad4d4b;
  --blue: #357588;
  --dark: #2f3d3d;
  --cream: #faf5ef;
  --soft: #f1dfd5;
  --orange: #ed6b35;
  --gray: #7e8388;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  background: var(--cream);
  color: var(--dark);
  line-height: 1.6;
}

.container {
  width: min(1120px, 92%);
  margin: auto;
}

.header {
  background: rgba(250, 245, 239, 0.94);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(173, 77, 75, 0.15);
}

.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 92px;
  height: auto;
}

nav {
  display: flex;
  gap: 28px;
}

nav a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 600;
  font-size: 15px;
}

nav a:hover {
  color: var(--terracotta);
}

.hero {
  padding: 90px 0 80px;
  background:
    radial-gradient(circle at top right, rgba(173, 77, 75, 0.18), transparent 35%),
    linear-gradient(180deg, var(--cream), #fff);
}

.hero-content {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

.tag {
  display: inline-block;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  margin-bottom: 14px;
}

h1 {
  font-size: clamp(42px, 6vw, 70px);
  line-height: 0.98;
  color: var(--terracotta);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  color: var(--terracotta);
  margin-bottom: 18px;
}

h3 {
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 10px;
}

.hero-text p,
.section p {
  font-size: 18px;
  color: #4c5757;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s ease;
}

.btn.primary {
  background: var(--terracotta);
  color: var(--white);
}

.btn.primary:hover {
  background: #963f3e;
  transform: translateY(-2px);
}

.btn.secondary {
  border: 2px solid var(--blue);
  color: var(--blue);
}

.btn.secondary:hover {
  background: var(--blue);
  color: var(--white);
}

.hero-card {
  background: var(--white);
  border-radius: 42% 58% 50% 50%;
  padding: 45px;
  box-shadow: 0 24px 60px rgba(47, 61, 61, 0.12);
  text-align: center;
}

.hero-card img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 85px 0;
}

.narrow {
  max-width: 820px;
  text-align: center;
}

.intro {
  background: var(--white);
}

.section-title {
  text-align: center;
  margin-bottom: 42px;
}

.grid {
  display: grid;
  gap: 24px;
}

.cards-4 {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  background: var(--white);
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 12px 34px rgba(47, 61, 61, 0.08);
  border: 1px solid rgba(173, 77, 75, 0.12);
}

.card:hover {
  transform: translateY(-5px);
  transition: 0.25s ease;
}

.benefits {
  background: var(--soft);
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-list div {
  background: var(--white);
  border-radius: 18px;
  padding: 18px 20px;
  font-weight: 700;
  color: var(--dark);
  border-left: 5px solid var(--blue);
}

.formats {
  background: var(--white);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.format-box {
  background: var(--cream);
  border-radius: 28px;
  padding: 34px;
  border: 1px solid rgba(53, 117, 136, 0.18);
}

.format-box ul {
  list-style: none;
}

.format-box li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(53, 117, 136, 0.15);
  font-weight: 650;
}

.format-box li:last-child {
  border-bottom: none;
}

.horeca {
  background: var(--blue);
  color: var(--white);
  text-align: center;
}

.horeca h2,
.horeca p {
  color: var(--white);
}

.horeca .btn {
  margin-top: 28px;
  background: var(--cream);
  color: var(--terracotta);
}

.contact {
  background: var(--cream);
}

.contact-card {
  background: var(--white);
  border-radius: 32px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  box-shadow: 0 20px 50px rgba(47, 61, 61, 0.1);
}

.contact-info p {
  margin-bottom: 14px;
}

.footer {
  background: var(--dark);
  color: var(--white);
  text-align: center;
  padding: 24px;
  font-size: 14px;
}

.whatsapp-bubble {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
  z-index: 100;
  transition: 0.25s ease;
}

.whatsapp-bubble:hover {
  transform: scale(1.08);
}

@media (max-width: 900px) {
  nav {
    display: none;
  }

  .hero-content,
  .split,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 55px;
  }

  .hero-card {
    padding: 28px;
  }

  .cards-4,
  .benefit-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .cards-4,
  .benefit-list {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 42px;
  }

  .section {
    padding: 62px 0;
  }

  .contact-card {
    padding: 30px;
  }

  .whatsapp-bubble {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 18px;
  }
}