:root {
  --rose-50: #fff6f9;
  --rose-100: #fce8ef;
  --rose-300: #f8c7d8;
  --rose-500: #e96d9e;
  --emerald-50: #edfbf4;
  --emerald-100: #dcf5ea;
  --emerald-400: #3ba276;
  --emerald-500: #168f69;
  --emerald-600: #0d7555;
  --text: #102321;
  --muted: #5b6a68;
  --card: rgba(255, 255, 255, .92);
  --stroke: rgba(16, 35, 33, .08);
  --shadow-soft: 0 18px 50px rgba(13, 117, 85, .12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 20% -10%, rgba(248, 199, 216, .4), transparent 45%),
              radial-gradient(circle at 80% 0%, rgba(220, 245, 234, .5), transparent 55%),
              #fff;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Georgia', serif;
  margin: 0 0 .6em;
  line-height: 1.15;
  color: #071414;
}

p {
  margin: 0 0 1em;
}

.muted {
  color: var(--muted);
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.section {
  padding: 90px 0;
}

.section-header {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-header .eyebrow {
  margin-bottom: 12px;
}

.section-header p {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(13, 117, 85, .08);
  box-shadow: 0 2px 20px rgba(6, 28, 23, .04);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
}

.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-mark {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(130deg, var(--rose-300), var(--emerald-400));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.logo-mark img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.brand-title {
  font-weight: 700;
  letter-spacing: .02em;
}

.brand-sub {
  font-size: 13px;
  color: var(--muted);
}

.nav {
  margin-left: auto;
  display: flex;
  gap: 18px;
  align-items: center;
}

.nav a {
  text-decoration: none;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 999px;
  transition: background .2s ease;
}

.nav a:hover {
  background: rgba(22, 143, 105, .1);
}

.nav .cta-link {
  background: var(--emerald-500);
  color: #fff;
  padding: 10px 18px;
  box-shadow: var(--shadow-soft);
}

.mobile-toggle {
  display: none;
  margin-left: auto;
  background: transparent;
  border: 0;
  font-size: 24px;
  color: var(--text);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .4;
  z-index: -1;
}

.hero::before {
  background: var(--rose-100);
  top: -120px;
  right: -140px;
}

.hero::after {
  background: var(--emerald-100);
  bottom: -140px;
  left: -120px;
}

.hero-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 60px;
  padding: 120px 0 60px;
}

.lead {
  font-size: 1.15rem;
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--emerald-600);
  background: rgba(13, 117, 85, .12);
  padding: 8px 14px;
  border-radius: 999px;
}

.gradient-text {
  background: linear-gradient(120deg, var(--emerald-500), var(--rose-500));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 600;
  padding: 14px 24px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-primary {
  background: linear-gradient(120deg, var(--emerald-500), var(--emerald-400));
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  border-color: var(--stroke);
  color: var(--text);
  background: #fff;
}

.meta-list,
.stat-grid {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 18px;
}

.stat-card {
  border-radius: 24px;
  background: var(--card);
  border: 1px solid var(--stroke);
  padding: 20px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .05);
}

.stat-card span {
  display: block;
  font-size: .75rem;
  letter-spacing: .08em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.stat-card strong {
  font-size: 2rem;
}

.hero-media {
  background: linear-gradient(140deg, rgba(248, 199, 216, .8), rgba(220, 245, 234, .85));
  padding: 20px;
  border-radius: 32px;
  border: 1px solid rgba(13, 117, 85, .15);
  box-shadow: var(--shadow-soft);
}

.hero-media-inner {
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  padding: 32px;
  text-align: center;
  line-height: 1.5;
}

.hero-media img {
  border-radius: 20px;
  margin-top: 16px;
}

.chip-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip {
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid rgba(13, 117, 85, .15);
  background: rgba(255, 255, 255, .85);
  font-size: .92rem;
  font-weight: 500;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
}

.card {
  background: var(--card);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid var(--stroke);
  box-shadow: 0 14px 40px rgba(7, 20, 20, .06);
}

.card h3 {
  font-size: 1.3rem;
  margin-bottom: .8em;
}

.card p,
.card li {
  color: var(--muted);
}

.card ul {
  margin: 0;
  padding-left: 18px;
}

.card--soft {
  background: linear-gradient(150deg, rgba(220, 245, 234, .55), rgba(255, 255, 255, .95));
}

.card--outline {
  background: rgba(255, 255, 255, .7);
  border-style: dashed;
}

.columns-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.quote {
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif;
  color: #092521;
}

.badge {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--muted);
  text-transform: uppercase;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.case-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--stroke);
  background: #fff;
  box-shadow: 0 20px 45px rgba(15, 35, 28, .08);
}

.case-media {
  height: 190px;
  background-size: cover;
  background-position: center;
}

.case-card .case-body {
  padding: 28px;
}

.case-body h3 {
  margin: 0 0 10px;
}

.case-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: .85rem;
  color: var(--muted);
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.highlight-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--muted);
}

.highlight-list li::before {
  content: '\2022';
  color: var(--emerald-500);
}

.profile-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 32px;
  align-items: center;
}

.profile-card img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  height: 100%;
}

.testimonial {
  position: relative;
  padding-left: 44px;
}

.testimonial::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 4rem;
  color: rgba(233, 109, 158, .4);
}

.contact-card {
  background: linear-gradient(120deg, rgba(248, 199, 216, .7), rgba(233, 109, 158, .1));
  color: #071414;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: .95rem;
}

.contact-form input,
.contact-form textarea {
  margin-top: 8px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 14px 16px;
  font: inherit;
  background: rgba(255, 255, 255, .9);
}

.contact-form textarea {
  resize: vertical;
}

.footer {
  padding: 60px 0 40px;
  background: #071414;
  color: rgba(255, 255, 255, .8);
}

.footer a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  font-size: .95rem;
}

.footer-nav {
  display: flex;
  gap: 16px;
}

@media (max-width: 900px) {
  .container {
    padding: 0 1.5rem;
  }
  .nav {
    position: fixed;
    inset: 70px 24px auto;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    padding: 24px;
    display: none;
  }
  .nav.open {
    display: flex;
  }
  .mobile-toggle {
    display: block;
  }
}

@media (max-width: 640px) {
  .hero-inner {
    padding: 80px 0 40px;
  }
  .profile-card {
    grid-template-columns: 1fr;
  }
  .card {
    padding: 24px;
  }
  .section {
    padding: 70px 0;
  }
}
