@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Karla:wght@300;400;500;600;700&display=swap');

:root {
  --plum: #2d132c;
  --rose: #e84393;
  --blush: #fd79a8;
  --cream: #fdf2f8;
  --white: #ffffff;
  --text: #4a2545;
  --muted: #8e6585;
}

* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Karla', sans-serif; background: var(--cream); color: var(--text); line-height: 1.75; }
h1,h2,h3,h4 { font-family: 'Libre Baskerville', serif; color: var(--plum); }
a { color: var(--rose); text-decoration: none; transition: 0.3s; }
a:hover { color: var(--blush); }

.bar { background: var(--plum); position: sticky; top: 0; z-index: 999; }
.bar-w { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 68px; }
.lg { display: flex; align-items: center; gap: 0.5rem; font-family: 'Libre Baskerville', serif; font-weight: 700; font-size: 1.4rem; color: var(--rose); }
.lg svg { width: 34px; height: 34px; }
.mn { display: flex; gap: 1.8rem; list-style: none; }
.mn a { color: rgba(255,255,255,0.7); font-weight: 500; font-size: 0.9rem; }
.mn a:hover, .mn a.ac { color: var(--rose); }
.bg { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.bg span { width: 26px; height: 3px; background: var(--rose); border-radius: 2px; }

.rose-hero { background: linear-gradient(150deg, var(--plum), #5c2762); color: var(--cream); padding: 5rem 2rem; text-align: center; }
.rose-hero h1 { color: var(--rose); font-size: 2.8rem; margin-bottom: 1rem; }
.rose-hero p { max-width: 680px; margin: 0 auto 2rem; font-size: 1.1rem; opacity: 0.9; }
.rb { display: inline-block; background: var(--rose); color: white; padding: 0.85rem 2.5rem; border-radius: 50px; font-weight: 700; transition: 0.3s; }
.rb:hover { background: var(--blush); color: white; box-shadow: 0 6px 20px rgba(232,67,147,0.3); }

.sec { padding: 4rem 2rem; max-width: 1400px; margin: 0 auto; }
.sh { text-align: center; font-size: 2rem; margin-bottom: 2rem; }
.r3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.rc { background: var(--white); border-radius: 20px; padding: 2rem; text-align: center; box-shadow: 0 3px 15px rgba(45,19,44,0.05); border-bottom: 4px solid var(--rose); transition: 0.3s; }
.rc:hover { transform: translateY(-3px); }
.ri { font-size: 2.3rem; margin-bottom: 0.8rem; }
.rc h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }

.ge { max-width: 960px; margin: 2rem auto; border-radius: 20px; overflow: hidden; background: var(--plum); box-shadow: 0 8px 35px rgba(45,19,44,0.15); }
.ge iframe { width: 100%; height: 600px; border: none; display: block; }

.r2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2rem 0; }
.bk { background: var(--white); padding: 2rem; border-radius: 20px; box-shadow: 0 2px 10px rgba(45,19,44,0.04); }
.bk h3 { margin-bottom: 0.7rem; }

.nb { display: flex; justify-content: space-around; background: var(--plum); border-radius: 20px; padding: 2.5rem; color: var(--cream); margin: 2rem 0; }
.ni { text-align: center; }
.nv2 { font-family: 'Libre Baskerville', serif; font-size: 2.3rem; font-weight: 700; color: var(--rose); }
.nl { font-size: 0.85rem; opacity: 0.7; }

.tp { max-width: 1400px; margin: 0 auto; padding: 3rem 2rem; }
.tp h1 { font-size: 2.4rem; text-align: center; margin-bottom: 1.5rem; }
.tp h2 { font-size: 1.5rem; margin: 2rem 0 0.8rem; }
.tp p { margin-bottom: 1rem; color: var(--muted); }
.tp ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.tp li { margin-bottom: 0.5rem; color: var(--muted); }

.ft { background: var(--plum); color: var(--cream); padding: 3rem 2rem; text-align: center; }
.fw { max-width: 1400px; margin: 0 auto; }
.fl { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.fl a { color: rgba(253,242,248,0.7); font-size: 0.9rem; }
.fl a:hover { color: var(--rose); }
.rg { border-top: 1px solid rgba(232,67,147,0.15); padding-top: 1.5rem; }
.rg p { font-size: 0.8rem; opacity: 0.5; margin-bottom: 0.5rem; }
.rg a { color: var(--rose); margin: 0 0.6rem; font-size: 0.85rem; }

.ao { position: fixed; inset: 0; background: rgba(45,19,44,0.96); z-index: 10000; display: flex; align-items: center; justify-content: center; }
.ad { background: var(--white); border-radius: 24px; padding: 3rem; text-align: center; max-width: 440px; width: 90%; }
.ad h2 { font-size: 1.8rem; margin-bottom: 0.8rem; }
.ad p { color: var(--muted); margin-bottom: 2rem; }
.ab { display: flex; gap: 1rem; justify-content: center; }
.ab button { padding: 0.8rem 2rem; border-radius: 50px; font-family: 'Karla', sans-serif; font-weight: 700; font-size: 0.95rem; cursor: pointer; border: 2px solid var(--rose); transition: 0.3s; }
.ay { background: var(--rose); color: white; }
.ay:hover { background: var(--blush); }
.an { background: transparent; color: var(--rose); }
.an:hover { background: rgba(232,67,147,0.08); }
.abd { display: none; }
.abd h3 { color: #c0392b; }

@media (max-width: 768px) {
  .bg { display: flex; }
  .mn { display: none; position: absolute; top: 68px; left: 0; width: 100%; flex-direction: column; background: var(--plum); padding: 1.5rem 2rem; }
  .mn.open { display: flex; }
  .rose-hero h1 { font-size: 1.8rem; }
  .r3 { grid-template-columns: 1fr; }
  .r2 { grid-template-columns: 1fr; }
  .nb { flex-direction: column; gap: 1.5rem; }
  .ge iframe { height: 380px; }
  .fl { flex-direction: column; align-items: center; }
}
