/* ========================================
   Nusantara Herbal - Traditional Indonesian Medicine
   Color Palette: Earth tones, warm browns, natural greens
   ======================================== */

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

:root {
  --primary: #8B4513;
  --primary-light: #A0522D;
  --primary-dark: #5D2E0C;
  --secondary: #556B2F;
  --secondary-light: #6B8E23;
  --accent: #DAA520;
  --accent-light: #F4C430;
  --cream: #F5F1E8;
  --cream-dark: #E8E0D0;
  --brown: #654321;
  --green: #3A5F0B;
  --text: #2C1810;
  --text-light: #5C4A3D;
  --white: #FFFFFF;
  --shadow: rgba(44, 24, 16, 0.1);
  --shadow-dark: rgba(44, 24, 16, 0.2);
}

body {
  font-family: 'Lato', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  line-height: 1.3;
  color: var(--primary-dark);
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* ========================================
   Navigation
   ======================================== */
.hccn1pnb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(245, 241, 232, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--cream-dark);
  padding: 1rem 0;
}

.ie4u0n4h {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is33h3bw {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Playfair Display', serif;
}

.gk2x5390 {
  font-size: 2rem;
}

.ykrfnuol {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
}

.ykrfnuol span {
  color: var(--secondary);
}

.au92e7a9 {
  display: flex;
  gap: 2.5rem;
}

.au92e7a9 a {
  font-weight: 500;
  color: var(--text-light);
  position: relative;
  padding: 0.5rem 0;
}

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

.au92e7a9 a:hover {
  color: var(--secondary);
}

.au92e7a9 a:hover::after {
  width: 100%;
}

.n9geitwz {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.n9geitwz span {
  width: 25px;
  height: 2px;
  background: var(--primary);
  transition: all 0.3s ease;
}

/* ========================================
   Hero Section
   ======================================== */
.z05hhd2t {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 120px 5% 80px;
  background: linear-gradient(135deg, var(--cream) 0%, var(--cream-dark) 100%);
  overflow: hidden;
}

.flvp5mh8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(139, 69, 19, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(85, 107, 47, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.p0y03ryp {
  position: relative;
  z-index: 2;
  padding-right: 3rem;
}

.jshytg5n {
  display: inline-block;
  background: var(--secondary);
  color: var(--white);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.pol2sv46 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  color: var(--primary-dark);
}

.pol2sv46 em {
  font-style: italic;
  color: var(--secondary);
  position: relative;
}

.pol2sv46 em::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--accent);
  opacity: 0.3;
  z-index: -1;
}

.b8dug7if {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.sj7bw7o6 {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.jw0fr4xz {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.sf0zq689 {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
}

.sf0zq689:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.4);
}

.xnc5x5k3 {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.xnc5x5k3:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}

.dh8z62a6 {
  display: flex;
  gap: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--cream-dark);
}

.h8zyeqyq {
  display: flex;
  flex-direction: column;
}

.bas5d0as {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
}

.nxrsakrr {
  font-size: 0.9rem;
  color: var(--text-light);
}

.incgnk1p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.e79xhszy {
  position: relative;
  width: 400px;
  height: 400px;
}

.o78nqzdd {
  position: absolute;
  font-size: 5rem;
  animation: float 6s ease-in-out infinite;
}

.jafazpo1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0s;
}

.k321lx8y {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  animation-delay: 1.5s;
}

.kplpennq {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 3s;
}

.lroqfciu {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation-delay: 4.5s;
}

@keyframes float {
  0%, 100% { transform: translate(-50%, 0) rotate(0deg); }
  25% { transform: translate(-45%, -15px) rotate(5deg); }
  50% { transform: translate(-50%, -25px) rotate(0deg); }
  75% { transform: translate(-55%, -15px) rotate(-5deg); }
}

/* ========================================
   Herbs Section
   ======================================== */
.p4f696wj {
  padding: 100px 5%;
  background: var(--white);
}

.wsct613m {
  max-width: 1200px;
  margin: 0 auto;
}

.e7no3au0 {
  text-align: center;
  margin-bottom: 4rem;
}

.e1yazh96 {
  display: inline-block;
  background: var(--cream);
  color: var(--secondary);
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.d3ze7qq7 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--primary-dark);
}

.qd7lpote {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

.aezt0qsr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.fltgdms5 {
  background: var(--cream);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid var(--cream-dark);
}

.fltgdms5.d7dxmxvt {
  grid-row: span 2;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: var(--white);
}

.fltgdms5.d7dxmxvt .ionjqltb,
.fltgdms5.d7dxmxvt .kw9y6v1e,
.fltgdms5.d7dxmxvt .jdiz7fai {
  color: var(--white);
}

.fltgdms5.d7dxmxvt .itmdoruh {
  color: rgba(255, 255, 255, 0.8);
}

.fltgdms5.d7dxmxvt .gjxwwb34 {
  background: rgba(255, 255, 255, 0.2);
}

.fltgdms5:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px var(--shadow-dark);
}

.jw6lhuj2 {
  height: 250px;
  background: linear-gradient(135deg, var(--secondary-light) 0%, var(--green) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.fltgdms5.d7dxmxvt .jw6lhuj2 {
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
}

.xjy9yunf {
  font-size: 8rem;
  line-height: 1;
}

.oa9bb1qw {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.dbppvtsu {
  background: var(--white);
  color: var(--primary);
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.fb54456j {
  padding: 2rem;
}

.ionjqltb {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.itmdoruh {
  font-style: italic;
  color: var(--text-light);
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.kw9y6v1e {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.ypoa0asc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.gjxwwb34 {
  background: var(--white);
  color: var(--secondary);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}

.jdiz7fai {
  color: var(--primary);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.jdiz7fai:hover {
  gap: 0.8rem;
}

/* ========================================
   Recipes Section
   ======================================== */
.l3l15pk4 {
  padding: 100px 5%;
  background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
}

.z4lt30fx {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.z4lt30fx .suc7z666 {
  flex: 1;
}

.zm0tigf6 {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.rhbg2ag5 {
  padding: 0.6rem 1.5rem;
  border: 2px solid var(--cream-dark);
  background: var(--white);
  border-radius: 30px;
  font-weight: 500;
  color: var(--text-light);
  cursor: pointer;
  transition: all 0.3s ease;
}

.rhbg2ag5:hover,
.rhbg2ag5.gvhbgx4e {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

.og7i8xw6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.wmf9fgn3 {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px var(--shadow);
  transition: all 0.4s ease;
  position: relative;
}

.wmf9fgn3:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px var(--shadow-dark);
}

.qdfkd1vd {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--accent);
  color: var(--primary-dark);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  z-index: 2;
}

.poi32b7j {
  height: 180px;
  background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.m37nyihn {
  font-size: 5rem;
}

.gtatupy9 {
  padding: 1.5rem;
}

.v2kf40kt {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: var(--text-light);
}

.ee83jdjq {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  color: var(--primary-dark);
}

.g4migc5y {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.bdabp7gj {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.a3pfjd6n {
  background: var(--cream);
  color: var(--primary);
  padding: 0.3rem 0.8rem;
  border-radius: 15px;
  font-size: 0.8rem;
}

.vf16pgk2 {
  width: 100%;
  padding: 0.8rem;
  background: var(--secondary);
  color: var(--white);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vf16pgk2:hover {
  background: var(--green);
}

/* ========================================
   Medicine Section
   ======================================== */
.u1eo02jb {
  padding: 100px 5%;
  background: var(--primary-dark);
  color: var(--white);
}

.lgnwqi82 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  align-items: center;
}

.dahn9e2p .e1yazh96 {
  background: rgba(255, 255, 255, 0.15);
  color: var(--accent);
}

.dahn9e2p .d3ze7qq7 {
  color: var(--white);
  margin-bottom: 1.5rem;
}

.dahn9e2p .qd7lpote {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.5rem;
}

.vmim2pay {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.cgce5ibr {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.wozb6bbf {
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.keb34flv h4 {
  color: var(--accent);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.keb34flv p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
}

.yecr7pra {
  display: flex;
  justify-content: center;
}

.raupz0fp {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
}

.wyk59hjq {
  font-size: 5rem;
  margin-bottom: 1.5rem;
}

.raupz0fp h3 {
  color: var(--accent);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.raupz0fp p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

/* ========================================
   Testimonials Section
   ======================================== */
.t0wdeipp {
  padding: 100px 5%;
  background: var(--cream);
}

.a49enw5t {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.senyvqkr {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px var(--shadow);
  position: relative;
  transition: all 0.3s ease;
}

.senyvqkr:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px var(--shadow-dark);
}

.i2nf92rv {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 6rem;
  font-family: 'Playfair Display', serif;
  color: var(--accent);
  opacity: 0.3;
  line-height: 1;
}

.z7nck69i {
  position: relative;
  z-index: 1;
  font-style: italic;
  color: var(--text-light);
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 1.05rem;
}

.n6ppvoa6 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pmssus8b {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--secondary-light) 0%, var(--green) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.afabjq4l h4 {
  color: var(--primary-dark);
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.afabjq4l span {
  color: var(--text-light);
  font-size: 0.85rem;
}

.v3w6uykl {
  color: var(--accent);
  margin-top: 0.25rem;
  font-size: 0.9rem;
}

/* ========================================
   About Section
   ======================================== */
.ugdwuazi {
  padding: 100px 5%;
  background: var(--white);
}

.jglhdfiu {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.on57buyj {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttduq7is {
  font-size: 15rem;
  line-height: 1;
  animation: sway 8s ease-in-out infinite;
}

@keyframes sway {
  0%, 100% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
}

.w8zjyi8s .e1yazh96 {
  margin-bottom: 1rem;
}

.w8zjyi8s .d3ze7qq7 {
  margin-bottom: 1.5rem;
}

.cl7nr6gu {
  color: var(--text-light);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.w7sruqad {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2rem 0;
}

.lefm3yq1 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  color: var(--text);
}

.v8q1z7ga {
  font-size: 1.3rem;
}

/* ========================================
   Newsletter Section
   ======================================== */
.dheaqjau {
  padding: 80px 5%;
  background: linear-gradient(135deg, var(--secondary) 0%, var(--green) 100%);
}

.mtc1zbrn {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.yzd75ffp h2 {
  color: var(--white);
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.yzd75ffp p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.l3v90aif {
  display: flex;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto 1rem;
}

.l3v90aif input {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
}

.l3v90aif .jw0fr4xz {
  white-space: nowrap;
}

.khenn26i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

/* ========================================
   Footer
   ======================================== */
footer {
  background: var(--primary-dark);
  color: var(--white);
  padding: 60px 5% 30px;
}

.uks6g2oi {
  max-width: 1200px;
  margin: 0 auto;
}

.ez557w18 {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.5fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.v2a7iq0i .is33h3bw {
  margin-bottom: 1.5rem;
}

.v2a7iq0i .ykrfnuol {
  color: var(--white);
}

.v2a7iq0i .ykrfnuol span {
  color: var(--accent);
}

.v2a7iq0i p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.kzruovv6 {
  display: flex;
  gap: 0.75rem;
}

.kzruovv6 a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.kzruovv6 a:hover {
  background: var(--accent);
  transform: translateY(-3px);
}

.igi8noc1 h4,
.ce1oalbg h4 {
  color: var(--accent);
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.igi8noc1 ul li {
  margin-bottom: 0.75rem;
}

.igi8noc1 a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.igi8noc1 a:hover {
  color: var(--accent);
  padding-left: 5px;
}

.ce1oalbg ul li {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
  display: flex;
  gap: 0.75rem;
}

.ce1oalbg a {
  color: rgba(255, 255, 255, 0.7);
}

.ce1oalbg a:hover {
  color: var(--accent);
}

.n9198ssm {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.n9198ssm p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.n9198ssm .pqbjnhpr {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-style: italic;
}

/* ========================================
   Modal
   ======================================== */
.yjjtkhrm {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 24, 16, 0.7);
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.s9o3axyu {
  background: var(--white);
  padding: 3rem;
  border-radius: 20px;
  text-align: center;
  max-width: 450px;
  position: relative;
  animation: modalFade 0.3s ease-out;
}

@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ehh1ig0i {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-light);
  transition: color 0.3s ease;
}

.ehh1ig0i:hover {
  color: var(--primary);
}

.i0tg7gkx {
  font-size: 5rem;
  margin-bottom: 1.5rem;
}

.s9o3axyu h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.s9o3axyu p {
  color: var(--text-light);
  line-height: 1.7;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
  .z05hhd2t {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 150px;
  }

  .p0y03ryp {
    padding-right: 0;
  }

  .pol2sv46 {
    font-size: 3rem;
  }

  .sj7bw7o6 {
    justify-content: center;
  }

  .dh8z62a6 {
    justify-content: center;
  }

  .incgnk1p {
    display: none;
  }

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

  .fltgdms5.d7dxmxvt {
    grid-row: auto;
  }

  .lgnwqi82 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .yecr7pra {
    order: -1;
  }

  .jglhdfiu {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .ez557w18 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .au92e7a9 {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    text-align: center;
    transform: translateY(-150%);
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px var(--shadow-dark);
  }

  .au92e7a9.gvhbgx4e {
    transform: translateY(0);
    opacity: 1;
  }

  .n9geitwz {
    display: flex;
  }

  .n9geitwz.gvhbgx4e span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .n9geitwz.gvhbgx4e span:nth-child(2) {
    opacity: 0;
  }

  .n9geitwz.gvhbgx4e span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  .pol2sv46 {
    font-size: 2.5rem;
  }

  .dh8z62a6 {
    flex-direction: column;
    gap: 1.5rem;
  }

  .z4lt30fx {
    flex-direction: column;
    align-items: flex-start;
  }

  .d3ze7qq7 {
    font-size: 2rem;
  }

  .l3v90aif {
    flex-direction: column;
  }

  .ez557w18 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .v2a7iq0i {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .kzruovv6 {
    justify-content: center;
  }

  .ce1oalbg ul li {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pol2sv46 {
    font-size: 2rem;
  }

  .sj7bw7o6 {
    flex-direction: column;
  }

  .jw0fr4xz {
    width: 100%;
    text-align: center;
  }

  .aezt0qsr,
  .a49enw5t,
  .og7i8xw6 {
    grid-template-columns: 1fr;
  }

  .d3ze7qq7 {
    font-size: 1.75rem;
  }
}
