:root {
  --blue-950: #06345d;
  --blue-900: #084a82;
  --blue-700: #0076c0;
  --blue-100: #eaf5fc;
  --orange-600: #f26b16;
  --orange-500: #ff912b;
  --orange-100: #fff0df;
  --cream: #fffaf4;
  --ink: #15324a;
  --muted: #65778a;
  --line: #dce7ef;
  --background: #fffaf4;
  --foreground: #15324a;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: Arial, Helvetica, sans-serif;
  --font-mono: "Courier New", monospace;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

html { scroll-behavior: smooth; }

* { box-sizing: border-box; }

a { color: inherit; text-decoration: none; }

button, input, textarea, select { font: inherit; }

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(8, 74, 130, .12);
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  height: 78px;
  padding: 0 clamp(24px, 6vw, 88px);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
}

.brand { align-items: center; display: inline-flex; font-size: 17px; letter-spacing: -.02em; gap: 10px; }
.brand strong { color: var(--blue-700); }
.brand-cross { color: #d62f35; display: inline-block; font-family: Georgia, serif; font-size: 1.22em; font-weight: 900; line-height: .7; margin-right: 1px; transform: translateY(1px); }
.brand-testimony { color: var(--orange-600); }
.header-slogan { color: var(--blue-900); font-family: Georgia, serif; font-size: clamp(12px, 1.15vw, 15px); font-style: italic; justify-self: center; margin: 0; text-align: center; }

nav { align-items: center; display: flex; font-size: 14px; font-weight: 650; gap: 28px; }
nav a:not(.nav-cta):hover, .nav-about-button:hover { color: var(--blue-700); }
.nav-about-button { background: transparent; border: 0; color: inherit; cursor: pointer; font: inherit; padding: 0; }
.nav-cta { background: var(--orange-500); border-radius: 999px; color: #482005; padding: 11px 18px; transition: transform .2s ease, box-shadow .2s ease; }
.nav-cta:hover { box-shadow: 0 10px 24px rgba(242, 107, 22, .25); transform: translateY(-2px); }

.hero {
  background: linear-gradient(125deg, var(--blue-950), var(--blue-700));
  color: white;
  display: grid;
  gap: clamp(42px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  min-height: 610px;
  overflow: hidden;
  padding: clamp(68px, 9vw, 118px) clamp(24px, 8vw, 120px);
  position: relative;
}

.hero-copy, .hero-card { position: relative; z-index: 2; }
.hero-copy { max-width: 720px; }
.eyebrow, .section-kicker { color: var(--orange-500); font-size: 13px; font-weight: 800; letter-spacing: .18em; margin: 0 0 16px; text-transform: uppercase; }
.hero h1 { font-size: clamp(47px, 6.2vw, 86px); font-weight: 720; letter-spacing: -.06em; line-height: .98; margin: 0; }
.hero h1 em { color: var(--orange-500); font-family: Georgia, serif; font-weight: 500; }
.hero-text { color: #dcefff; font-size: clamp(17px, 2vw, 20px); line-height: 1.72; margin: 26px 0 30px; max-width: 650px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; }
.primary-button { align-items: center; background: var(--orange-500); border-radius: 15px; box-shadow: 0 18px 36px rgba(0, 0, 0, .17); color: #402006; display: inline-flex; font-weight: 800; gap: 20px; padding: 17px 22px; }
.primary-button span { font-size: 19px; }
.text-button { border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; padding: 12px 0 8px; }
.hero-highlights { color: #cfe8f8; display: flex; flex-wrap: wrap; font-size: 13px; gap: 24px; margin-top: 30px; }

.hero-card { align-self: center; background: rgba(255, 255, 255, .97); border: 1px solid rgba(255,255,255,.5); border-radius: 28px 28px 28px 8px; box-shadow: 0 34px 80px rgba(0, 28, 55, .34); color: var(--ink); max-width: 390px; padding: 34px; transform: rotate(2deg); }
.quote-mark { color: var(--orange-500); font-family: Georgia, serif; font-size: 70px; height: 48px; line-height: 1; }
.hero-card > p { font-family: Georgia, serif; font-size: 25px; line-height: 1.45; margin: 10px 0 28px; }
.hero-card-footer { align-items: center; border-top: 1px solid var(--line); color: var(--blue-900); display: flex; font-size: 13px; font-weight: 800; gap: 10px; padding-top: 18px; text-transform: uppercase; }
.mini-heart { align-items: center; background: var(--orange-100); border-radius: 50%; color: var(--orange-600); display: inline-flex; height: 34px; justify-content: center; width: 34px; }

.hero-orb { border: 1px solid rgba(255,255,255,.13); border-radius: 50%; position: absolute; }
.hero-orb-one { height: 430px; right: -130px; top: -170px; width: 430px; }
.hero-orb-two { bottom: -330px; height: 580px; left: 43%; width: 580px; }

.intro-strip { align-items: center; background: white; border-bottom: 1px solid var(--line); display: flex; gap: 40px; justify-content: space-between; padding: 46px clamp(24px, 8vw, 120px); }
.intro-strip h2 { font-size: clamp(25px, 3vw, 36px); letter-spacing: -.035em; margin: 0; }
.intro-strip .section-kicker { margin-bottom: 8px; }
.intro-strip > a { color: var(--blue-700); font-weight: 750; max-width: 390px; }

.ad-slot { align-items: center; background: #fff; border: 1px dashed #b8c9d6; border-radius: 14px; color: var(--muted); display: flex; justify-content: space-between; margin: 0 auto 48px; min-height: 96px; max-width: 1172px; padding: 18px 22px; width: calc(100% - 48px); }
.ad-slot span { font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ad-slot p { font-size: 12px; margin: 0; }

.about-modal-backdrop { align-items: center; animation: modal-fade .2s ease; background: rgba(2, 25, 46, .78); display: flex; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 100; }
.about-modal-panel { background: var(--blue-950); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; box-shadow: 0 38px 100px rgba(0,0,0,.38); color: white; max-height: calc(100vh - 40px); max-width: 1080px; overflow-y: auto; padding: clamp(34px, 5vw, 68px); position: relative; width: 100%; }
.about-modal-panel::after { border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; height: 310px; left: -170px; position: absolute; top: -170px; width: 310px; }
.about-modal-body { display: grid; gap: clamp(40px, 7vw, 90px); grid-template-columns: .8fr 1.2fr; }
.about-modal-close { align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: white; cursor: pointer; display: inline-flex; font-size: 28px; height: 43px; justify-content: center; line-height: 1; position: absolute; right: 18px; top: 18px; transition: background .2s ease, transform .2s ease; width: 43px; z-index: 3; }
.about-modal-close:hover { background: var(--orange-500); color: var(--blue-950); transform: rotate(5deg); }
@keyframes modal-fade { from { opacity: 0; } to { opacity: 1; } }
.about-heading, .about-copy { position: relative; z-index: 1; }
.about-heading h2 { font-size: clamp(32px, 4vw, 50px); letter-spacing: -.05em; line-height: 1.04; margin: 0; }
.about-heading blockquote { border-left: 4px solid var(--orange-500); color: #e6f4fe; font-family: Georgia, serif; font-size: 18px; line-height: 1.55; margin: 30px 0 0; padding-left: 20px; }
.about-heading cite { color: var(--orange-500); display: block; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .04em; margin-top: 9px; }
.about-copy { color: #d7eaf6; font-family: Georgia, serif; font-size: 17px; line-height: 1.82; }
.about-copy p { margin: 0 0 20px; }
.about-copy strong { color: white; display: block; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 18px; line-height: 1.5; padding-top: 4px; }
.about-copy .about-lead { border-top: 1px solid rgba(255,255,255,.16); color: white; font-size: 20px; margin-top: 30px; padding-top: 30px; }
.about-copy .about-highlight { background: rgba(255, 145, 43, .14); border-left: 4px solid var(--orange-500); border-radius: 0 12px 12px 0; color: white; font-size: 19px; padding: 17px 19px; }
.about-copy .testimony-hashtags { color: var(--orange-500); font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 12px; font-weight: 750; line-height: 1.7; margin-bottom: 0; word-break: break-word; }

.testimonies-section { margin: 0 auto; max-width: 1220px; padding: 86px 24px 100px; }
.section-heading { align-items: end; display: flex; gap: 48px; justify-content: space-between; }
.section-heading h2 { font-size: clamp(34px, 4vw, 54px); letter-spacing: -.05em; line-height: 1.05; margin: 0; max-width: 660px; }
.section-heading > p { color: var(--muted); line-height: 1.65; margin: 0; max-width: 370px; }

.category-row { display: flex; gap: 10px; margin: 38px 0 30px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
.category { background: white; border: 1px solid var(--line); border-radius: 999px; color: var(--blue-900); cursor: pointer; flex: 0 0 auto; font-size: 13px; font-weight: 750; padding: 10px 16px; }
.category.active, .category:hover { background: var(--blue-900); border-color: var(--blue-900); color: white; }

.testimony-list { display: grid; gap: 22px; }
.testimony-card { background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 14px 45px rgba(7, 61, 103, .06); padding: clamp(24px, 4vw, 42px); position: relative; scroll-margin-top: 130px; }
.testimony-card::before { background: var(--orange-500); border-radius: 999px; content: ""; height: calc(100% - 42px); left: -4px; position: absolute; top: 21px; width: 7px; }
.testimony-topline { align-items: center; display: flex; gap: 10px; }
.category-badge { background: var(--blue-100); border-radius: 999px; color: var(--blue-900); font-size: 11px; font-weight: 850; letter-spacing: .08em; padding: 7px 11px; text-transform: uppercase; }
.archive-badge { color: var(--muted); font-size: 11px; font-weight: 650; }
.new-badge { color: var(--orange-600); font-size: 11px; font-weight: 750; }
.heart-button { align-items: center; background: var(--orange-100); border: 0; border-radius: 50%; color: var(--orange-600); cursor: pointer; display: inline-flex; font-family: Arial, sans-serif; font-size: 28px; height: 46px; justify-content: center; margin-left: auto; padding-bottom: 3px; transition: background .2s ease, color .2s ease, transform .2s ease; width: 46px; }
.heart-button:hover { transform: scale(1.08); }
.heart-button.liked { background: #fff0ee; color: #d62f35; }
.heart-button.liked span { animation: heart-pop .32s ease; }
@keyframes heart-pop { 0% { transform: scale(.65); } 65% { transform: scale(1.2); } 100% { transform: scale(1); } }
.testimony-card h3 { color: var(--blue-950); font-family: Georgia, serif; font-size: clamp(27px, 3vw, 38px); letter-spacing: -.025em; line-height: 1.15; margin: 20px 0 15px; }
.testimony-meta { color: var(--muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 8px 17px; }
.testimony-meta strong { color: var(--blue-900); }
.testimony-meta span { position: relative; }
.testimony-meta span:not(:last-child)::after { color: #b5c2cb; content: "•"; position: absolute; right: -11px; }
.testimony-content { color: #40566a; font-family: Georgia, serif; font-size: 17px; line-height: 1.82; margin: 25px 0 0; white-space: pre-line; }
.share-row { align-items: center; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; padding-top: 21px; }
.share-row > span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; margin-right: 3px; text-transform: uppercase; }
.share-button { align-items: center; background: white; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 750; gap: 7px; padding: 8px 12px; transition: border-color .2s ease, transform .2s ease; }
.share-button:hover { border-color: currentColor; transform: translateY(-1px); }
.share-button b { align-items: center; border-radius: 50%; color: white; display: inline-flex; font-size: 11px; height: 21px; justify-content: center; width: 21px; }
.share-button.whatsapp { color: #167a47; }
.share-button.whatsapp b { background: #25a965; }
.share-button.facebook { color: #2258a8; }
.share-button.facebook b { background: #2864bd; font-family: Arial, sans-serif; font-size: 16px; }
.share-button.email { color: var(--orange-600); }
.share-button.email b { background: var(--orange-500); }

.celebration-effect { animation: celebration-glow 2.4s ease both; background: radial-gradient(circle at center, rgba(255,255,255,.44), rgba(255,197,101,.13) 35%, transparent 70%); inset: 0; overflow: hidden; pointer-events: none; position: fixed; z-index: 90; }
.celebration-star { color: #fff9cf; filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 22px #ffb94a) drop-shadow(0 0 45px rgba(255,145,43,.8)); font-family: Georgia, serif; line-height: 1; position: absolute; }
.star-one { animation: star-burst-one 2s ease-out both; font-size: clamp(82px, 13vw, 190px); left: 9%; top: 17%; }
.star-two { animation: star-burst-two 2.2s .08s ease-out both; font-size: clamp(110px, 17vw, 245px); left: 43%; top: 36%; }
.star-three { animation: star-burst-three 2s .18s ease-out both; font-size: clamp(72px, 11vw, 160px); right: 8%; top: 12%; }
@keyframes celebration-glow { 0% { opacity: 0; } 15%, 68% { opacity: 1; } 100% { opacity: 0; } }
@keyframes star-burst-one { 0% { opacity: 0; transform: scale(.08) rotate(-35deg); } 28% { opacity: 1; transform: scale(1.18) rotate(8deg); } 58% { opacity: .95; transform: scale(.82) rotate(24deg); } 100% { opacity: 0; transform: scale(.25) rotate(55deg) translate(45px, -55px); } }
@keyframes star-burst-two { 0% { opacity: 0; transform: scale(.06) rotate(25deg); } 32% { opacity: 1; transform: scale(1.12) rotate(-8deg); } 62% { opacity: .9; transform: scale(.78) rotate(-20deg); } 100% { opacity: 0; transform: scale(.2) rotate(-48deg) translate(-30px, 50px); } }
@keyframes star-burst-three { 0% { opacity: 0; transform: scale(.08) rotate(-25deg); } 25% { opacity: 1; transform: scale(1.2) rotate(10deg); } 60% { opacity: .92; transform: scale(.8) rotate(28deg); } 100% { opacity: 0; transform: scale(.22) rotate(55deg) translate(-45px, -38px); } }

@media (prefers-reduced-motion: reduce) {
  .celebration-effect { animation-duration: .7s; }
  .celebration-star { animation-duration: .7s; }
}

.publish-section { align-items: center; background: var(--orange-600); color: white; display: grid; gap: 80px; grid-template-columns: 1fr .7fr; padding: 80px clamp(24px, 8vw, 120px); }
.publish-copy h2 { font-size: clamp(36px, 5vw, 62px); letter-spacing: -.055em; line-height: 1.02; margin: 0; max-width: 760px; }
.publish-copy > p:last-child { color: #fff1e7; font-size: 18px; line-height: 1.7; max-width: 650px; }
.section-kicker.light { color: #ffe6d2; }
.publish-note { align-items: flex-start; border-top: 1px solid rgba(255,255,255,.25); display: flex; gap: 13px; margin-top: 30px; max-width: 650px; padding-top: 24px; }
.publish-note > span { align-items: center; background: white; border-radius: 50%; color: var(--orange-600); display: inline-flex; flex: 0 0 auto; height: 38px; justify-content: center; width: 38px; }
.publish-note p { color: #fff4ec; font-size: 13px; line-height: 1.6; margin: 0; }
.testimony-form { background: white; border-radius: 24px; box-shadow: 0 30px 60px rgba(97, 37, 0, .19); color: var(--ink); padding: clamp(24px, 4vw, 38px); }
.form-heading { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 15px; margin-bottom: 25px; padding-bottom: 20px; }
.form-heading > span { align-items: center; background: var(--blue-100); border-radius: 50%; color: var(--blue-700); display: inline-flex; flex: 0 0 auto; font-size: 25px; height: 50px; justify-content: center; width: 50px; }
.form-heading strong { display: block; font-size: 20px; }
.form-heading p { color: var(--muted); font-size: 12px; margin: 4px 0 0; }
.form-grid { display: grid; gap: 17px; grid-template-columns: 1fr 1fr 100px; }
.form-grid label { color: var(--blue-950); display: flex; flex-direction: column; font-size: 12px; font-weight: 800; gap: 7px; }
.form-grid input, .form-grid textarea, .form-grid select { background: #f8fbfd; border: 1px solid #ccdce7; border-radius: 11px; color: var(--ink); outline: none; padding: 12px 13px; width: 100%; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus, .admin-key input:focus { border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(0, 118, 192, .12); }
.form-grid textarea { line-height: 1.6; resize: vertical; }
.form-grid .full-field { grid-column: 1 / -1; }
.consent { align-items: flex-start; flex-direction: row !important; font-weight: 550 !important; line-height: 1.45; }
.consent input { flex: 0 0 auto; height: 17px; margin-top: 2px; width: 17px; }
.honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.submit-button { align-items: center; background: var(--blue-900); border: 0; border-radius: 12px; color: white; cursor: pointer; display: flex; font-weight: 800; justify-content: space-between; margin-top: 22px; padding: 15px 18px; width: 100%; }
.submit-button:hover { background: var(--blue-700); }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-status, .feed-message, .admin-status { background: var(--blue-100); border-radius: 10px; color: var(--blue-900); font-size: 13px; line-height: 1.5; padding: 12px 14px; }
.form-status.success { background: #e4f7ec; color: #146039; }
.form-status.error, .feed-message.error { background: #fff0ee; color: #9b2c20; }
.feed-message { margin: 0 0 18px; }

.more-about-testimonies {
  background: linear-gradient(145deg, #f3f9fd 0%, #fffaf4 58%, #fff1e2 100%);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(42px, 7vw, 96px);
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  padding: clamp(74px, 9vw, 120px) clamp(24px, 8vw, 120px);
  position: relative;
}
.more-about-testimonies::before {
  background: var(--orange-500);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: clamp(24px, 8vw, 120px);
  position: absolute;
  top: 0;
  width: 74px;
}
.more-about-heading { align-self: start; position: sticky; top: 116px; }
.more-about-heading h2 {
  color: var(--blue-950);
  font-size: clamp(38px, 4.5vw, 62px);
  letter-spacing: -.055em;
  line-height: 1.02;
  margin: 0;
}
.more-about-lead {
  color: var(--orange-600);
  font-family: Georgia, serif;
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 700;
  line-height: 1.45;
  margin: 24px 0 0;
}
.more-about-heading blockquote {
  border-left: 4px solid var(--blue-700);
  color: var(--blue-900);
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 34px 0 0;
  padding-left: 20px;
}
.more-about-heading cite {
  color: var(--muted);
  display: block;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  margin-top: 8px;
}
.more-about-copy {
  color: #40566a;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.85;
  max-width: 780px;
}
.more-about-copy p { margin: 0 0 23px; }
.more-about-closing { color: var(--blue-950); font-size: 19px; font-weight: 700; }
.more-about-hashtags {
  color: var(--orange-600);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
  margin-bottom: 0 !important;
  word-break: break-word;
}

.stay-close {
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f1f8fd 55%, #fff3e5 100%);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--blue-950);
  display: flex;
  gap: 48px;
  justify-content: space-between;
  padding: 64px clamp(24px, 8vw, 120px);
  position: relative;
}
.stay-close::before { background: var(--orange-500); border-radius: 999px; content: ""; height: 7px; left: clamp(24px, 8vw, 120px); position: absolute; top: 0; width: 74px; }
.stay-close h2 { font-size: clamp(28px, 3.5vw, 46px); letter-spacing: -.045em; line-height: 1.05; margin: 0; }
.stay-close > div:first-child > p:last-child { color: #4d6578; font-family: Georgia, serif; font-size: 18px; line-height: 1.6; margin: 15px 0 0; }
.stay-close-options { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.stay-close-options > a { align-items: center; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 35px rgba(6, 52, 93, .08); color: var(--blue-950); display: inline-flex; flex-direction: column; font-size: 14px; font-weight: 800; gap: 8px; min-width: 188px; padding: 18px 22px; text-align: center; transition: border-color .2s ease, transform .2s ease; }
.stay-close-options > a:hover { border-color: var(--orange-500); transform: translateY(-2px); }
.stay-close-options b { align-items: center; background: var(--orange-100); border-radius: 50%; color: var(--orange-600); display: inline-flex; font-size: 17px; height: 36px; justify-content: center; width: 36px; }

footer { align-items: center; background: var(--blue-950); color: #c9e0f0; display: grid; gap: 34px; grid-template-columns: minmax(220px, 1fr) minmax(240px, 360px) auto; padding: 32px clamp(24px, 8vw, 120px); }
.footer-brand { color: white; }
footer p { font-size: 13px; margin: 8px 0 0; }
footer > span { font-size: 12px; }
footer > span a { border-bottom: 1px solid rgba(255,255,255,.28); }
.footer-support { align-items: center; display: flex; flex-direction: column; gap: 8px; }
.footer-support > span { color: #9fc2da; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-ub-logo { display: block; filter: drop-shadow(0 2px 2px rgba(255,255,255,.2)); height: auto; max-width: 190px; width: 100%; }

.pagination { align-items: center; display: flex; gap: 14px; justify-content: center; margin-top: 34px; }
.pagination button { align-items: center; background: var(--blue-900); border: 0; border-radius: 50%; color: white; cursor: pointer; display: inline-flex; font-size: 20px; height: 44px; justify-content: center; width: 44px; }
.pagination button:hover:not(:disabled) { background: var(--blue-700); }
.pagination button:disabled { cursor: not-allowed; opacity: .35; }
.pagination span { color: var(--blue-950); font-size: 13px; font-weight: 800; min-width: 110px; text-align: center; }

.admin-page { background: #f7fafc; min-height: 100vh; }
.admin-header { align-items: center; background: white; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 20px clamp(20px, 6vw, 90px); }
.admin-header > a:last-child { color: var(--blue-700); font-size: 13px; font-weight: 750; }
.admin-shell { margin: 0 auto; max-width: 980px; padding: 70px 20px 100px; }
.admin-heading h1 { font-size: clamp(38px, 5vw, 58px); letter-spacing: -.05em; line-height: 1.03; margin: 0; }
.admin-heading > p:last-child { color: var(--muted); line-height: 1.7; max-width: 760px; }
.admin-key { color: var(--blue-950); display: flex; flex-direction: column; font-size: 12px; font-weight: 800; gap: 8px; margin: 34px 0 22px; max-width: 520px; }
.admin-key input { background: white; border: 1px solid #ccdce7; border-radius: 12px; outline: none; padding: 14px; }
.admin-access-button { margin: 0 0 22px; max-width: 260px; }
.admin-list { display: grid; gap: 17px; margin-top: 28px; }
.admin-card { background: white; border: 1px solid var(--line); border-radius: 17px; padding: 25px; }
.admin-card > div { align-items: center; display: flex; gap: 12px; }
.admin-card > div span { background: var(--blue-100); border-radius: 999px; color: var(--blue-900); font-size: 10px; font-weight: 850; padding: 6px 9px; text-transform: uppercase; }
.admin-card small { color: var(--muted); }
.admin-card h2 { color: var(--blue-950); font-family: Georgia, serif; margin: 16px 0 8px; }
.admin-card p { color: #52687a; line-height: 1.68; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.admin-card button { background: #fff0ee; border: 1px solid #f4c7c0; border-radius: 9px; color: #9b2c20; cursor: pointer; font-size: 12px; font-weight: 800; padding: 10px 13px; }
.admin-card button:hover { background: #ffe2de; }
.admin-card .approve-button { background: #e4f7ec; border-color: #b9e5ca; color: #146039; }
.admin-card .approve-button:hover { background: #d3f1df; }
.admin-card .status-badge { margin-left: auto; }
.admin-card .status-badge.pending { background: #fff0df; color: #9a4b0e; }
.admin-card .status-badge.approved { background: #e4f7ec; color: #146039; }

@media (max-width: 820px) {
  .site-header { gap: 12px 20px; grid-template-columns: auto 1fr; height: auto; padding-bottom: 12px; padding-top: 14px; }
  .site-header nav { justify-self: end; }
  .header-slogan { grid-column: 1 / -1; grid-row: 2; }
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-card { justify-self: center; max-width: 560px; transform: none; }
  .intro-strip, .section-heading { align-items: flex-start; flex-direction: column; }
  .about-modal-body { grid-template-columns: 1fr; }
  .publish-section { gap: 38px; grid-template-columns: 1fr; }
  .more-about-testimonies { grid-template-columns: 1fr; }
  .more-about-heading { position: static; }
  .stay-close { align-items: flex-start; flex-direction: column; }
  .stay-close-options { justify-content: flex-start; }
  .form-grid { grid-template-columns: 1fr 90px; }
  .form-grid label:nth-child(2) { grid-column: 1 / -1; }
  footer { align-items: flex-start; grid-template-columns: 1fr; }
  .footer-support { align-items: flex-start; max-width: 360px; width: 100%; }
}

@media (max-width: 560px) {
  .site-header { padding: 12px 16px; }
  .brand { font-size: 14px; }
  .header-slogan { font-size: 11px; line-height: 1.35; }
  .about-modal-backdrop { padding: 10px; }
  .about-modal-panel { border-radius: 20px; max-height: calc(100vh - 20px); padding: 58px 23px 32px; }
  .nav-cta { font-size: 12px; padding: 9px 13px; }
  .hero { min-height: auto; padding: 64px 20px; }
  .hero h1 { font-size: 48px; }
  .hero-card { padding: 26px; }
  .hero-card > p { font-size: 21px; }
  .intro-strip { padding: 36px 20px; }
  .ad-slot { width: calc(100% - 32px); }
  .testimonies-section { padding: 65px 16px 80px; }
  .testimony-card { border-radius: 17px; padding: 23px 20px; }
  .testimony-meta { align-items: flex-start; flex-direction: column; }
  .testimony-meta span::after { display: none; }
  .testimony-content { font-size: 16px; }
  .publish-section { padding: 64px 20px; }
  .more-about-testimonies { padding: 64px 20px; }
  .more-about-testimonies::before { left: 20px; }
  .more-about-copy { font-size: 16px; }
  .stay-close { padding: 48px 20px 56px; }
  .stay-close::before { left: 20px; }
  .stay-close-options { align-items: stretch; flex-direction: column; width: 100%; }
  .stay-close-options > a { justify-content: center; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label, .form-grid label:nth-child(2) { grid-column: 1 / -1; }
}
