/* Nutrisi Sehat ID - Medical Minimalist Theme */
/* White & Emerald Color Scheme */

:root {
  --emerald: #00796B;
  --emerald-dark: #004D40;
  --emerald-light: #B2DFDB;
  --white: #FFFFFF;
  --dark-gray: #37474F;
  --light-gray: #ECEFF1;
  --gray: #90A4AE;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--dark-gray);
  background-color: var(--white);
  line-height: 1.6;
  font-weight: 400;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  color: var(--dark-gray);
}

h1 {
  font-size: 3rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2.25rem;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.5rem;
}

p {
  font-size: 1rem;
  color: var(--dark-gray);
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

/* Container */
.uiomal6w {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  z-index: 1000;
  padding: 16px 0;
}

.header .uiomal6w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jzvvaegv {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--emerald);
  display: flex;
  align-items: center;
  gap: 8px;
}

.lmqiy2ve {
  width: 32px;
  height: 32px;
  background: var(--emerald);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
}

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

.vhuocw0p {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--dark-gray);
  position: relative;
}

.vhuocw0p:hover {
  color: var(--emerald);
}

.vhuocw0p::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--emerald);
  transition: width 0.3s ease;
}

.vhuocw0p:hover::after {
  width: 100%;
}

/* Hero Section */
.dg3ftkfc {
  padding: 160px 0 100px;
  background: linear-gradient(135deg, var(--white) 0%, var(--light-gray) 100%);
}

.dg3ftkfc .uiomal6w {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.iinnoo4o {
  max-width: 540px;
}

.osd3ezl2 {
  margin-bottom: 24px;
  color: var(--dark-gray);
}

.osd3ezl2 span {
  color: var(--emerald);
}

.iuva68fl {
  font-size: 1.125rem;
  color: var(--dark-gray);
  margin-bottom: 32px;
  line-height: 1.7;
}

.tehyvvcf {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}

/* Buttons */
.ydn75tl6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.g7664vin {
  background: var(--emerald);
  color: var(--white);
}

.g7664vin:hover {
  background: var(--emerald-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  background: var(--white);
  color: var(--emerald);
  border: 2px solid var(--emerald);
}

.btn-secondary:hover {
  background: var(--emerald);
  color: var(--white);
}

/* Section Styles */
.section {
  padding: 100px 0;
}

.pb3jxtji {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.ufp2z3jm {
  margin-bottom: 16px;
}

.mltehj2v {
  font-size: 1.125rem;
  color: var(--gray);
}

/* Pilar Nutrisi Section */
.j05j98wd {
  background: var(--white);
}

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

.djps4ivc {
  background: var(--white);
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--light-gray);
  transition: all 0.3s ease;
}

.djps4ivc:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.irbjzhc5 {
  width: 64px;
  height: 64px;
  background: var(--light-gray);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--emerald);
  font-size: 28px;
}

.djps4ivc h3 {
  margin-bottom: 16px;
  color: var(--emerald);
}

.djps4ivc p {
  color: var(--gray);
  line-height: 1.7;
}

/* Contoh Menu Harian Section */
.w7psqlah {
  background: linear-gradient(135deg, var(--light-gray) 0%, var(--white) 100%);
}

.zil7lpy7 {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  max-width: 900px;
  margin: 0 auto;
}

.u7g246ml {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.vvtkxrgd {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.wipho95u {
  padding: 48px;
}

.wipho95u h3 {
  color: var(--emerald);
  margin-bottom: 24px;
  font-size: 1.75rem;
}

.fuyyjvjf {
  list-style: none;
  margin-bottom: 32px;
}

.ee5gjusi {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--light-gray);
}

.ee5gjusi:last-child {
  border-bottom: none;
}

.lie6mvgw {
  width: 40px;
  height: 40px;
  background: var(--light-gray);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--emerald);
  font-size: 18px;
  flex-shrink: 0;
}

.nrni02lo h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.nrni02lo p {
  font-size: 0.875rem;
  color: var(--gray);
}

.e3ssnidg {
  display: flex;
  gap: 16px;
}

/* FAQ Section */
.kibwvsr3 {
  background: var(--white);
}

.h5rics59 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.gedaem3i {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}

.gedaem3i:hover {
  border-color: var(--emerald);
  box-shadow: var(--shadow-sm);
}

.u8gtjvri {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.r9y6f3ww {
  width: 32px;
  height: 32px;
  background: var(--emerald);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  flex-shrink: 0;
}

.u8gtjvri h4 {
  font-size: 1.125rem;
  color: var(--dark-gray);
}

.g0gpnxw2 {
  padding-left: 48px;
  color: var(--gray);
  line-height: 1.7;
}

/* Konsultasi Personal Section */
.xo2vp8x9 {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-dark) 100%);
}

.xo2vp8x9 .ufp2z3jm,
.xo2vp8x9 .mltehj2v {
  color: var(--white);
}

.xo2vp8x9 .mltehj2v {
  opacity: 0.9;
}

.lgazfi3w {
  background: var(--white);
  border-radius: 24px;
  padding: 48px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}

.kp2dkqht {
  margin-bottom: 24px;
}

.kp2dkqht label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--dark-gray);
  margin-bottom: 8px;
}

.kp2dkqht input {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--light-gray);
  border-radius: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  transition: all 0.3s ease;
}

.kp2dkqht input:focus {
  outline: none;
  border-color: var(--emerald);
  box-shadow: 0 0 0 3px rgba(0, 121, 107, 0.1);
}

.kp2dkqht input::placeholder {
  color: var(--gray);
}

.aw2cp5uo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lgazfi3w .ydn75tl6 {
  width: 100%;
}

/* Footer */
.footer {
  background: var(--dark-gray);
  color: var(--white);
  padding: 60px 0 30px;
}

.fd58w3wd {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 48px;
}

.gl6as3dx h3 {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.gl6as3dx p {
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 16px;
}

.u7vkf1kq {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 20px;
}

.rrjipegs {
  list-style: none;
}

.rrjipegs li {
  margin-bottom: 12px;
}

.rrjipegs a {
  color: var(--gray);
  transition: color 0.3s ease;
}

.rrjipegs a:hover {
  color: var(--emerald-light);
}

.ncd80h1x {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ncd80h1x p {
  color: var(--gray);
  font-size: 0.875rem;
}

.so3nlr9r {
  display: flex;
  gap: 16px;
}

.so3nlr9r a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.3s ease;
}

.so3nlr9r a:hover {
  background: var(--emerald);
}

/* Modal */
.o9e5pyix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.bo1kjg49 {
  background: var(--white);
  border-radius: 24px;
  padding: 48px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.hr0jcvjc {
  width: 80px;
  height: 80px;
  background: var(--light-gray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: var(--emerald);
  font-size: 40px;
}

.bo1kjg49 h2 {
  color: var(--emerald);
  margin-bottom: 16px;
}

.bo1kjg49 p {
  color: var(--gray);
  margin-bottom: 32px;
  line-height: 1.7;
}

.bo1kjg49 .ydn75tl6 {
  min-width: 160px;
}

/* Legal Pages */
.two4102c {
  padding: 120px 0 60px;
}

.zs7kwfo8 {
  max-width: 800px;
  margin: 0 auto;
}

.zs7kwfo8 h1 {
  margin-bottom: 32px;
  color: var(--emerald);
}

.zs7kwfo8 h2 {
  margin: 32px 0 16px;
  font-size: 1.5rem;
}

.zs7kwfo8 p {
  margin-bottom: 16px;
  color: var(--gray);
  line-height: 1.8;
}

.zs7kwfo8 ul {
  margin: 16px 0;
  padding-left: 24px;
  color: var(--gray);
}

.zs7kwfo8 li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.ikmqcrwz {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--emerald);
  font-weight: 600;
  margin-bottom: 32px;
}

.ikmqcrwz:hover {
  color: var(--emerald-dark);
}

/* Responsive */
@media (max-width: 992px) {
  .dg3ftkfc .uiomal6w {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .iinnoo4o {
    max-width: 100%;
  }

  .tehyvvcf {
    height: 400px;
  }

  .tel8dhgi {
    grid-template-columns: 1fr;
  }

  .u7g246ml {
    grid-template-columns: 1fr;
  }

  .vvtkxrgd {
    min-height: 300px;
  }

  .h5rics59 {
    grid-template-columns: 1fr;
  }

  .fd58w3wd {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .nav {
    display: none;
  }

  .dg3ftkfc {
    padding: 120px 0 60px;
  }

  .section {
    padding: 60px 0;
  }

  .aw2cp5uo {
    grid-template-columns: 1fr;
  }

  .ncd80h1x {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .uiomal6w {
    padding: 0 16px;
  }

  .tehyvvcf {
    height: 300px;
  }

  .wipho95u {
    padding: 32px 24px;
  }

  .lgazfi3w {
    padding: 32px 24px;
  }

  .bo1kjg49 {
    padding: 32px 24px;
  }
}
