:root {
  --bg: #f8f0eb;
  --soft: #f2e7e0;
  --panel: rgba(255,255,255,0.4);
  --primary: #b38773;
  --primary-deep: #7a5b4e;
  --bold: #3b2b29;
  --muted: #6f5d59;
  --line: rgba(122,91,78,0.18);
  --gold: #d8b07d;
  --rose: #d9b7af;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: var(--bg);
  color: var(--bold);
}

.hero-copy h1,
.section-title h2,
.split-layout h2,
.contact-box h2,
.footer h3,
.footer h4,
.info-card h3,
.panel-box h3 {
  font-family: "Manrope", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container {
  width: min(1180px, calc(100% - 30px));
  margin: 0 auto;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(122,91,78,0.15);
  animation: slide-down 0.7s ease both;
}
.sombre-soft {
  background: rgba(245, 233, 226, 0.95);
}
.nav {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
}
.logo-mark {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.brand-name {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 2vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--bold);
}
.menu {
  display: flex;
  align-items: center;
  gap: 26px;
  font-weight: 700;
  font-size: 0.95rem;
}
.menu a {
  color: var(--bold);
}
.cta-btn, .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease;
}
.cta-btn {
  background: linear-gradient(135deg, var(--primary-deep), var(--primary));
  color: #fff;
  box-shadow: 0 14px 28px rgba(122,91,78,0.15);
}
.secondary-btn {
  border: 1px solid rgba(122,91,78,0.28);
  color: var(--primary-deep);
  background: rgba(255,255,255,0.1);
}
.pricing-hero {
  padding: 70px 0 30px;
  background: linear-gradient(180deg, rgba(248,240,235,1), rgba(242,231,224,0.8));
  animation: fade-up 0.8s 0.12s ease both;
}
.pricing-hero .container {
  max-width: 1000px;
}
.pricing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 52px;
  align-items: center;
}
.page-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(122,91,78,0.12);
}
.pricing-hero h1 {
  margin-bottom: 18px;
  max-width: 700px;
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  line-height: 1.02;
  text-wrap: balance;
}
.intro-text {
  max-width: 760px;
  font-size: 1.12rem;
  line-height: 1.8;
  color: var(--muted);
}
.pricing-section {
  padding: 30px 0 90px;
}
.pricing-section,
.contact,
.footer {
  animation: fade-up 0.8s ease both;
}
.section-alt {
  background: linear-gradient(180deg, rgba(231,212,204,0.4), rgba(245,236,231,0.18));
}
.section-head {
  margin-bottom: 28px;
}
.section-head h2 {
  margin-bottom: 0;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.admin-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.price-card {
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(55,38,32,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fade-up 0.7s ease both;
}
.price-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 36px rgba(55,38,32,0.1);
}
.price-card.featured {
  border-color: rgba(122,91,78,0.2);
  transform: translateY(-4px);
  animation-name: fade-up-featured;
}
.price-card.featured:hover {
  transform: translateY(-11px);
}
.price-card:nth-child(2) { animation-delay: 0.1s; }
.price-card:nth-child(3) { animation-delay: 0.2s; }
.price-card:nth-child(4) { animation-delay: 0.3s; }
.price-top {
  min-height: 126px;
  padding: 24px 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  color: var(--bold);
  border-bottom: 1px solid rgba(122,91,78,0.12);
}
.price-top span {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.82;
}
.price-top strong {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 800;
}
.top-one { background: #efe2db; }
.top-two { background: #e7d9d0; }
.top-three { background: #f1e9e4; }
.top-four { background: #e8ddd7; }
.top-five { background: #f3e8df; }
.top-six { background: #f6eeea; }
.top-seven { background: #e9ded8; }
.top-eight { background: #f0e6e0; }
.price-card ul {
  margin: 0;
  padding: 22px 22px 24px 34px;
  list-style: disc;
  color: var(--muted);
  line-height: 1.8;
}
.price-card li {
  margin-bottom: 8px;
}
.hero { padding: 50px 0 80px; }
.hero-serenite {
  background: linear-gradient(180deg, rgba(248,240,235,1) 0%, rgba(237,223,216,0.8) 100%);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 420px;
  align-items: center;
}
.hero-copy {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--primary-deep);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}
h1, h2, h3, h4 {
  margin: 0 0 18px;
  line-height: 1.08;
}
h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
  color: var(--bold);
}
h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.1rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  color: var(--bold);
}
p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.services {
  padding: 90px 0;
}
.section-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 38px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.info-card {
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px 22px;
  box-shadow: 0 16px 34px rgba(51,33,29,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fade-up 0.7s ease both;
}
.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(51,33,29,0.1);
}
.num {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(122,91,78,0.08);
  color: var(--primary-deep);
  font-weight: 800;
  margin-bottom: 18px;
}
.info-card h3 { font-size: 1.5rem; color: var(--bold); }
.split-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}
.panel-box {
  background: rgba(255,255,255,0.48);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: 0 18px 34px rgba(57,40,34,0.08);
}
.panel-box h3 { font-size: 2rem; color: var(--bold); }
.panel-box ul, .contact-list { margin: 0; padding-left: 18px; }
.panel-box li, .contact-list li { margin: 0 0 12px; color: var(--bold); }
.contact { padding: 90px 0 70px; }
.contact-box {
  max-width: 900px;
}
.footer {
  padding: 36px 0 18px;
}
.serenite-footer {
  background: rgba(122,91,78,0.95);
  color: rgba(255,255,255,0.82);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 24px;
  padding-bottom: 22px;
}
.footer h3, .footer h4 { color: #fff; margin: 0 0 12px; }
.footer a { display: block; margin: 0 0 10px; color: rgba(255,255,255,0.82); }
.bottom-line {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 14px;
  color: rgba(255,255,255,0.78);
  text-align: center;
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fade-up-featured {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(-4px); }
}
@keyframes slide-down {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 980px) {
  .menu { display: none; }
  .cards-grid, .split-layout, .footer-grid, .pricing-grid, .admin-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .pricing-hero-grid { grid-template-columns: 1fr; }
  .cards-grid, .split-layout, .footer-grid, .pricing-grid, .admin-grid { grid-template-columns: 1fr; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .cta-btn, .secondary-btn { width: 100%; }
  h1 { white-space: normal; }
}
