:root {
  --green-900: #14532d;
  --green-800: #0f3f23;
  --green-050: #f6fbf7;
  --text-900: #0b1b12;
  --text-600: #4a5d52;
  --border: #e2efe6;
  --shadow: 0 10px 20px rgba(20, 83, 45, 0.18);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #eef2f7 0%, #ffffff 100%);
  color: var(--text-900);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  opacity: 0.12;
  mix-blend-mode: soft-light;
  z-index: 0;
}

.page {
  max-width: 420px;
  margin: 0 auto;
  padding: 16px;
  position: relative;
  z-index: 1;
}

.header {
  padding-top: 8px;
}

.brand {
  text-align: center;
  font-family: "Bodoni 72", "Didot", "Times New Roman", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 8px 0 16px;
}

.logo {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 16px;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(20, 83, 45, 0.18);
}

.cta-sticky {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #ffffff;
  padding-top: env(safe-area-inset-top);
  padding-bottom: 16px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  border-radius: var(--radius);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: var(--green-900);
  color: #ffffff;
  border: 1px solid var(--green-900);
  box-shadow: 0 12px 30px rgba(20, 83, 45, 0.35);
  font-size: 18px;
}

.btn-outline {
  background: var(--green-050);
  color: var(--green-900);
  border: 1px solid var(--green-900);
}

.btn-ghost {
  background: #ffffff;
  color: var(--green-900);
  border: 1px solid var(--border);
  box-shadow: 0 8px 20px rgba(20, 83, 45, 0.12);
}

.btn-secondary {
  background: var(--green-800);
  color: #ffffff;
  border: 1px solid var(--green-800);
  box-shadow: var(--shadow);
}

.muted {
  color: #6b7280;
  font-size: 14px;
  text-align: center;
  margin: 8px 0 24px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.card {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 255, 255, 0.9);
}

.card:active {
  transform: scale(0.98);
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1d4ed8;
  margin-bottom: 6px;
}

.card-sub {
  font-size: 14px;
  color: #6b7280;
}

.section {
  margin-bottom: 24px;
}

.social {
  display: grid;
  gap: 16px;
}

.focus-ring:focus-visible {
  outline: 3px solid rgba(20, 83, 45, 0.35);
  outline-offset: 2px;
}

.section-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: 24px;
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-900);
  margin-bottom: 6px;
}

.section-desc {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 16px;
}

.header.centered {
  text-align: center;
  padding-top: 8px;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  letter-spacing: 0.2em;
}

.founder {
  text-align: center;
}

.founder-photo {
    
  width: 120px;
  height: 120px;
  border-radius: 24px;
  margin: 0 auto 14px;
  background: url('https://www.statecollegeofbeauty.com/wp-content/uploads/2023/08/Picture1.jpg');
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;

}

.founder-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.founder-role {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
}

.founder-quote {
  font-size: 15px;
  color: var(--text-900);
}

.story {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-900);
}

.adv-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.adv-item {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #1d4ed8;
  font-weight: 600;
}
img{
    width: 100%;
}
