* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #2b2b2b;
  line-height: 1.6;
  background: #ffffff;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

a { text-decoration: none; color: inherit; }

h1, h2, h3 { font-weight: 700; color: #103a2b; }

.header {
  position: sticky;
  top: 0;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}

.logo {
  font-size: 1.6rem;
  font-weight: 800;
  color: #103a2b;
}

.logo span { color: #2f9e6e; }

.nav {
  display: flex;
  gap: 24px;
}

.nav a {
  font-weight: 600;
  color: #2b2b2b;
  transition: color 0.2s;
}

.nav a:hover { color: #2f9e6e; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  width: 26px;
  height: 3px;
  background: #103a2b;
  border-radius: 2px;
}

.hero {
  background: linear-gradient(135deg, #eafff2 0%, #f7fdf9 100%);
  padding: 80px 0;
}

.hero-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-text { flex: 1 1 480px; }

.hero-text h1 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 28px;
  color: #444;
}

.hero-image {
  flex: 1 1 320px;
  min-height: 260px;
  background: linear-gradient(135deg, #2f9e6e, #0f6b48);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.hero-badge {
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
}

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-primary {
  background: #2f9e6e;
  color: #fff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(47,158,110,0.35);
}

section { padding: 80px 0; }

section h2 {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 48px;
}

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

.card {
  background: #f7fdf9;
  border: 1px solid #e3f3e9;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.card .icon { font-size: 2.4rem; margin-bottom: 14px; }

.card h3 { margin-bottom: 12px; font-size: 1.2rem; }

.card p { color: #555; font-size: 0.98rem; }

.o-nama { background: #fbfdfc; }

.o-nama-inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.o-nama-text { flex: 1 1 480px; }

.o-nama-text h2 { text-align: left; margin-bottom: 20px; }

.benefits { list-style: none; margin-top: 20px; }

.benefits li { margin-bottom: 10px; font-weight: 600; color: #103a2b; }

.o-nama-stats {
  flex: 1 1 320px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.stat {
  background: #103a2b;
  color: #fff;
  padding: 28px 20px;
  border-radius: 12px;
  text-align: center;
  flex: 1;
}

.stat span { font-size: 2rem; font-weight: 800; display: block; color: #2f9e6e; }

.stat p { font-size: 0.9rem; margin-top: 6px; }

.review {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.review p { font-style: italic; margin-bottom: 14px; color: #333; }

.review span { font-weight: 700; color: #2f9e6e; }

.kontakt { background: #f7fdf9; }

.kontakt-inner {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.kontakt-info { flex: 1 1 380px; }

.kontakt-info h2 { text-align: left; margin-bottom: 18px; }

.kontakt-info p { margin-bottom: 12px; }

.social-links { display: flex; gap: 16px; margin-top: 18px; }

.social-links a {
  background: #103a2b;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
}

.social-links a:hover { background: #2f9e6e; }

.kontakt-form {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.kontakt-form label { font-weight: 600; font-size: 0.9rem; }

.kontakt-form input, .kontakt-form textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
}

.kontakt-form input:focus, .kontakt-form textarea:focus {
  outline: none;
  border-color: #2f9e6e;
}

.form-status { font-weight: 600; color: #2f9e6e; min-height: 20px; }

.footer {
  background: #103a2b;
  color: #dfe9e4;
  padding: 50px 0 20px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer .logo { color: #fff; }

.footer-links, .footer-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a, .footer-social a { color: #dfe9e4; }

.footer-links a:hover, .footer-social a:hover { color: #2f9e6e; }

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 0.85rem;
  color: #a9bdb4;
}

.policy-page { padding: 60px 0; }

.policy-page h1 { margin-bottom: 10px; }

.policy-page h2 { text-align: left; margin: 28px 0 10px; font-size: 1.3rem; }

.policy-page p { margin-bottom: 10px; color: #444; }

.policy-page .btn { margin-top: 30px; }

@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr; }
  .nav { display: none; flex-direction: column; position: absolute; top: 70px; right: 0; background: #fff; width: 220px; padding: 20px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); border-radius: 0 0 0 12px; }
  .nav.open { display: flex; }
  .nav-toggle { display: flex; }
  .hero-text h1 { font-size: 2rem; }
}