/* ========================================
   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
   ======================================== */
.q8tjbw8f {
  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;
}

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

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

.maert20b {
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

/* ========================================
   Hero Section
   ======================================== */
.j3eeszns {
  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;
}

.af4q00ei {
  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;
}

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

.lft4ejem {
  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;
}

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

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

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

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

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

.pvexgo21 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.o853g1yn {
  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
   ======================================== */
.vv1q8d4j {
  padding: 100px 5%;
  background: var(--white);
}

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

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

.vzri03yc {
  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;
}

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

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

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

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

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

.esavkzll.d1p8tzaj .u6a72g8i,
.esavkzll.d1p8tzaj .vbnhbs5x,
.esavkzll.d1p8tzaj .n64bbbwo {
  color: var(--white);
}

.esavkzll.d1p8tzaj .ju5ln1aw {
  color: rgba(255, 255, 255, 0.8);
}

.esavkzll.d1p8tzaj .ohurnpmf {
  background: rgba(255, 255, 255, 0.2);
}

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

.zn3i5dbq {
  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;
}

.esavkzll.d1p8tzaj .zn3i5dbq {
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
}

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

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

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

.w40h8fpc {
  padding: 2rem;
}

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

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

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

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

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

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

.n64bbbwo:hover {
  gap: 0.8rem;
}

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

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

.zs6686xm .c9ps8puv {
  flex: 1;
}

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

.emyuapud {
  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;
}

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

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

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

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

.alb3fx8t {
  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;
}

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

.xt4yx3tj {
  font-size: 5rem;
}

.se3wjmkx {
  padding: 1.5rem;
}

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

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

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

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

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

.mu1eg2mf {
  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;
}

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

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

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

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

.if03d31v .qajzhbk0 {
  color: var(--white);
  margin-bottom: 1.5rem;
}

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

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

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

.htwod8dm {
  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;
}

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

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

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

.vtl5li4y {
  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;
}

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

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

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

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

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

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

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

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

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

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

.e4yxmdv8 {
  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;
}

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

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

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

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

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

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

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

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

.oqjnf8d3 .vzri03yc {
  margin-bottom: 1rem;
}

.oqjnf8d3 .qajzhbk0 {
  margin-bottom: 1.5rem;
}

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

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

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

.pbdziryo {
  font-size: 1.3rem;
}

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

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

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

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

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

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

.gyka8ues .pvexgo21 {
  white-space: nowrap;
}

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

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

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

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

.tmmufoyp .hstff1jr {
  margin-bottom: 1.5rem;
}

.tmmufoyp .ystfrc46 {
  color: var(--white);
}

.tmmufoyp .ystfrc46 span {
  color: var(--accent);
}

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

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

.hbggdo7g 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;
}

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

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

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

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

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

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

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

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

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

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

.h63on8sr .gj6lvb1s {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  font-style: italic;
}

/* ========================================
   Modal
   ======================================== */
.m7sa19e1 {
  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;
}

.nefgaafd {
  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);
  }
}

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

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

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

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

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

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

  .uvrdigbe {
    padding-right: 0;
  }

  .uo0kthx9 {
    font-size: 3rem;
  }

  .h96oiss7 {
    justify-content: center;
  }

  .l8urmcv5 {
    justify-content: center;
  }

  .blwdh984 {
    display: none;
  }

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

  .esavkzll.d1p8tzaj {
    grid-row: auto;
  }

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

  .zndyilhc {
    order: -1;
  }

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

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

@media (max-width: 768px) {
  .isn71o5h {
    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);
  }

  .isn71o5h.dn62f8o7 {
    transform: translateY(0);
    opacity: 1;
  }

  .k4v5oepk {
    display: flex;
  }

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

  .k4v5oepk.dn62f8o7 span:nth-child(2) {
    opacity: 0;
  }

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

  .uo0kthx9 {
    font-size: 2.5rem;
  }

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

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

  .qajzhbk0 {
    font-size: 2rem;
  }

  .gyka8ues {
    flex-direction: column;
  }

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

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

  .hbggdo7g {
    justify-content: center;
  }

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

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

  .h96oiss7 {
    flex-direction: column;
  }

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

  .xn9e1yk7,
  .dvj9n7pe,
  .o7jng2oy {
    grid-template-columns: 1fr;
  }

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