:root{
  --cream:#fbf6ee;
  --paper:#fffdf8;
  --sage:#4f6f5a;
  --sage2:#7aa387;
  --gold:#c7a46b;
  --text:#2a2a2a;
  --muted:#6f6a60;
  --line: rgba(42,42,42,.10);
  --shadow: 0 18px 40px rgba(25,30,20,.10);
  --shadow2: 0 10px 24px rgba(25,30,20,.08);
  --radius: 18px;
  --max: 1120px;
  --ring: rgba(79,111,90,.18);
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  color: var(--text);
  background:
    radial-gradient(900px 600px at 12% 8%, rgba(122,163,135,.14), transparent 58%),
    radial-gradient(900px 600px at 88% 10%, rgba(199,164,107,.16), transparent 60%),
    linear-gradient(180deg, var(--cream), #f4f0e8);
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

a{ color:inherit; text-decoration:none; }
.container{ width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }

header{
  position: sticky;
  top:0;
  z-index:50;
  background: rgba(251,246,238,.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.navbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
  gap: 16px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight: 700;
  letter-spacing:.2px;
}

.brand img{
  height: 52px;          /* sebelumnya 34px */
  width: auto;
  display:block;
}

@media (max-width: 520px){
  .brand img{ height: 44px; }  /* biar tetap pas di HP */
}

.nav{
  display:flex;
  align-items:center;
  gap: 8px;
  flex-wrap: wrap;
}

.nav a{
  padding:10px 12px;
  border-radius: 14px;
  color: #3b3b3b;
}
.nav a.active, .nav a:hover{
  background: rgba(79,111,90,.08);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.70);
  box-shadow: var(--shadow2);
  cursor:pointer;
  font-weight: 600;
}
.btn:hover{ box-shadow: 0 0 0 6px var(--ring); }
.btn.primary{
  border-color: rgba(79,111,90,.25);
  background: linear-gradient(135deg, rgba(79,111,90,.95), rgba(79,111,90,.82));
  color: #fff;
  box-shadow: 0 14px 28px rgba(79,111,90,.18);
}
.btn.ghost{
  background: rgba(255,255,255,.55);
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(79,111,90,.18);
  background: rgba(255,255,255,.60);
  color: #355342;
  font-size: 13px;
  box-shadow: var(--shadow2);
}

.section{ padding: 36px 0 52px; }

.hero{
  padding: 34px 0 10px;
}
.heroWrap{
  border-radius: 26px;
  background:
    radial-gradient(900px 520px at 86% 18%, rgba(199,164,107,.16), transparent 55%),
    radial-gradient(900px 520px at 10% 0%, rgba(122,163,135,.18), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.30));
  border: 1px solid rgba(42,42,42,.08);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.heroGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  padding: 26px;
}
@media (max-width: 960px){
  .heroGrid{ grid-template-columns: 1fr; }
}

.h1{
  font-family: "Great Vibes", cursive;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .95;
  margin: 10px 0 8px;
  color: var(--sage);
  font-weight: 400;
}

.h2{
  font-family: "Playfair Display", serif;
  font-size: 22px;
  margin: 0 0 8px;
}

.lead{
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 62ch;
}

.heroActions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.heroArt{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 12px;
}
.artCircle{
  width: min(430px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.90), rgba(255,255,255,0) 55%),
    radial-gradient(circle at 70% 40%, rgba(122,163,135,.20), rgba(122,163,135,0) 60%),
    radial-gradient(circle at 55% 70%, rgba(199,164,107,.20), rgba(199,164,107,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.20));
  border: 1px solid rgba(42,42,42,.08);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.artCircle .img{
  position:absolute;
  inset: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 26px;
}
.artCircle svg{
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(30,30,30,.10));
}

.card{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(42,42,42,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
}

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 900px){
  .grid3{ grid-template-columns: 1fr; }
}

.feature{
  padding: 18px;
  text-align:center;
}
.feature .t{
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  color: var(--sage);
  margin: 2px 0 6px;
}
.feature p{
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 900px){
  .split{ grid-template-columns: 1fr; }
}

.note{
  padding: 18px;
}
.note b{ color: #2b3c32; }
.note p{ margin: 8px 0 0; color: var(--muted); line-height: 1.7; }

.list{
  display:grid;
  gap: 10px;
}
.item{
  display:flex;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(42,42,42,.08);
  background: rgba(255,255,255,.62);
}
.dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--sage);
  margin-top: 7px;
  box-shadow: 0 0 0 6px rgba(79,111,90,.10);
}
.small{ font-size: 13px; color: var(--muted); }

.form{ padding: 16px; }
.field{ display:grid; gap:8px; margin-bottom: 12px; }
label{ font-size: 13px; color: var(--muted); }

input, select, textarea{
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(42,42,42,.14);
  background: rgba(255,255,255,.88);
  outline: none;
  font-family: inherit;
}
input:focus, select:focus, textarea:focus{
  box-shadow: 0 0 0 6px var(--ring);
  border-color: rgba(79,111,90,.35);
}
textarea{ min-height: 110px; resize: vertical; }

.row2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media(max-width:700px){
  .row2{ grid-template-columns: 1fr; }
}

.notice{
  margin-top: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(79,111,90,.22);
  background: rgba(79,111,90,.10);
  color: #1e3a2b;
  display:none;
}
.notice.error{
  border-color: rgba(200,60,80,.25);
  background: rgba(200,60,80,.10);
  color: #7a1b2a;
}
.notice.show{ display:block; }

.footer{
  padding: 26px 0 34px;
  border-top: 1px solid rgba(42,42,42,.10);
  background: rgba(255,255,255,.35);
}
.footerGrid{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 14px;
  flex-wrap:wrap;
}
.footerBrand{
  display:flex;
  align-items:center;
  gap: 10px;
}
.footerBrand img{
  height: 54px;          /* sebelumnya 32px */
  width: auto;
}

@media (max-width: 520px){
  .footerBrand img{ height: 46px; }
}
hr.sep{
  border:0;
  height:1px;
  background: rgba(42,42,42,.10);
  margin: 18px 0;
}
.brand img, .footerBrand img{
  filter: drop-shadow(0 10px 14px rgba(25,30,20,.12));
}