:root {
  --gp-green-950: #0f2a22;
  --gp-green-900: #153c31;
  --gp-green-800: #19513f;
  --gp-green-700: #207257;
  --gp-green-600: #2b916c;
  --gp-green-100: #e7f5ef;
  --gp-green-50: #f5fbf8;
  --gp-cream: #fff8ed;
  --gp-amber: #f0a949;
  --gp-coral: #e56d56;
  --gp-blue: #2f6f9f;
  --gp-ink: #16231d;
  --gp-muted: #62766c;
  --gp-line: #dce8e1;
  --gp-soft: #f3f8f5;
  --gp-white: #ffffff;
  --gp-shadow: 0 18px 48px rgba(15, 42, 34, 0.14);
  --gp-shadow-soft: 0 12px 30px rgba(15, 42, 34, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gp-ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(240, 169, 73, 0.12), transparent 34rem),
    linear-gradient(180deg, #fbfdfb 0%, #f6faf7 52%, #fbfdfb 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: geometricPrecision;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

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

.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  width: min(1160px, calc(100% - 32px));
  max-width: none;
  margin-inline: auto;
}

.announcement {
  background: linear-gradient(135deg, var(--gp-green-900), var(--gp-green-700));
  color: #effaf4;
  font-size: 0.88rem;
  font-weight: 750;
}

.announcement .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.announcement a {
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(220, 232, 225, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 76px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--gp-green-950);
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  width: 66px;
  height: 50px;
  border-radius: 16px;
  object-fit: contain;
  object-position: center;
  padding: 4px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 42, 34, 0.18);
}

.brand span {
  line-height: 1.05;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--gp-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--gp-green-700), var(--gp-green-950));
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(15, 42, 34, 0.2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #31433a;
  font-size: 0.93rem;
  font-weight: 850;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gp-green-950);
  background: var(--gp-green-100);
}

.nav-links a.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gp-green-700), var(--gp-green-950));
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gp-green-700), var(--gp-green-950));
  box-shadow: 0 14px 30px rgba(32, 114, 87, 0.25);
}

.btn-secondary {
  color: var(--gp-green-950);
  background: #fff;
  border-color: var(--gp-line);
}

.btn-soft {
  color: var(--gp-green-950);
  background: var(--gp-green-100);
}

.btn-warm {
  color: #1f201a;
  background: linear-gradient(135deg, #ffdca4, var(--gp-amber));
  box-shadow: 0 12px 26px rgba(240, 169, 73, 0.27);
}

.hero {
  min-height: calc(100vh - 114px);
  display: grid;
  align-items: stretch;
  position: relative;
  color: #fff;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(15, 42, 34, 0.93), rgba(15, 42, 34, 0.6) 42%, rgba(15, 42, 34, 0.2)),
    var(--gp-hero-image, url("../logo%201.jpeg")) center/cover;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(251, 253, 251, 0), #fbfdfb 85%);
}

.hero-content {
  min-height: calc(100vh - 114px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 44px;
  padding: 86px 0 118px;
}

.hero-copy {
  width: min(720px, 100%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  font-size: 0.86rem;
  font-weight: 900;
}

.section .eyebrow,
.page-section .eyebrow {
  color: var(--gp-green-950);
  border-color: var(--gp-line);
  background: var(--gp-green-100);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 900;
}

.hero p,
.page-hero p {
  width: min(680px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-panel {
  align-self: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.hero-panel h2 {
  margin: 14px 0 4px;
  color: #fff;
  font-size: 1.3rem;
}

.hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
}

.hero-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  object-fit: cover;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.hero-mini-grid img {
  aspect-ratio: 1 / 1;
  border-radius: 14px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.metric {
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.13);
}

.metric strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
}

.metric span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 750;
}

.care-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.care-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.13);
  font-weight: 850;
  font-size: 0.88rem;
}

.quick-strip {
  position: relative;
  z-index: 2;
  margin-top: -54px;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--gp-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--gp-shadow);
}

.quick-card {
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: var(--gp-ink);
  text-decoration: none;
  background: linear-gradient(180deg, #fff, var(--gp-soft));
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.quick-card:hover {
  transform: translateY(-2px);
  border-color: rgba(32, 114, 87, 0.2);
  box-shadow: var(--gp-shadow-soft);
}

.quick-card i {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: var(--gp-green-950);
  background: var(--gp-green-100);
  font-size: 1.16rem;
}

.quick-card b {
  color: var(--gp-green-950);
  font-size: 1.04rem;
}

.quick-card span {
  color: var(--gp-muted);
  font-size: 0.92rem;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background:
    linear-gradient(180deg, rgba(231, 245, 239, 0.74), rgba(255, 248, 237, 0.5)),
    var(--gp-soft);
}

.section.compact {
  padding: 58px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}

.section-head h2,
.page-section h2 {
  margin: 0;
  color: var(--gp-green-950);
  font-size: clamp(1.75rem, 4vw, 3.15rem);
  letter-spacing: 0;
  line-height: 1.05;
}

.section-head p {
  max-width: 610px;
  margin: 10px 0 0;
  color: var(--gp-muted);
}

.section-kicker {
  max-width: 780px;
  margin-bottom: 28px;
  color: var(--gp-muted);
  font-size: 1.06rem;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--gp-line);
  border-radius: 18px;
  background: var(--gp-white);
  box-shadow: var(--gp-shadow-soft);
  overflow: hidden;
}

.card-body {
  padding: 22px;
}

.card h3,
.policy-item h3 {
  margin: 0 0 8px;
  color: var(--gp-green-950);
  letter-spacing: 0;
}

.card p {
  color: var(--gp-muted);
}

.icon-card {
  position: relative;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--gp-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--gp-shadow-soft);
}

.icon-card i {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  color: var(--gp-green-950);
  background: var(--gp-green-100);
  font-size: 1.35rem;
}

.media-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--gp-green-100);
  overflow: hidden;
}

.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.card:hover .media-frame img {
  transform: scale(1.035);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--gp-green-950);
  background: var(--gp-green-100);
  font-size: 0.82rem;
  font-weight: 900;
}

.badge-warm {
  color: #35220c;
  background: #ffedce;
}

.badge-blue {
  color: #103144;
  background: #e7f2fb;
}

.story-date,
.card-date {
  color: var(--gp-coral);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.story-body {
  position: relative;
}

.story-body.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.see-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 0;
  color: var(--gp-green-700);
  background: transparent;
  font-weight: 900;
}

.story-quote {
  border-left: 4px solid var(--gp-amber);
  padding-left: 16px;
  color: #31433a;
}

.stars {
  display: inline-flex;
  gap: 3px;
  color: var(--gp-amber);
}

.split-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.image-collage {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
}

.image-collage img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: var(--gp-shadow-soft);
}

.image-collage img:first-child {
  grid-row: span 2;
}

.process {
  counter-reset: step;
}

.process-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--gp-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--gp-shadow-soft);
}

.process-card::before {
  counter-increment: step;
  content: counter(step);
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--gp-green-700), var(--gp-amber));
  font-weight: 950;
}

.alert-card {
  position: relative;
  padding: 22px;
  border: 1px solid var(--gp-line);
  border-left: 5px solid var(--gp-green-700);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--gp-shadow-soft);
}

.alert-card.urgent {
  border-left-color: var(--gp-coral);
}

.alert-card.update {
  border-left-color: var(--gp-blue);
}

.alert-card h3 {
  margin: 8px 0;
}

.alert-card .media-frame {
  margin: -22px -22px 18px;
  border-radius: 18px 18px 0 0;
}

.alert-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--gp-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.home-update-card {
  height: 100%;
  padding: 22px;
  border: 1px solid var(--gp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--gp-shadow-soft);
}

.home-update-card .update-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  color: var(--gp-green-950);
  background: var(--gp-green-100);
  font-size: 1.4rem;
}

.media-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gp-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--gp-shadow);
}

.video-card video,
.video-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  background: var(--gp-green-950);
}

.video-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 18px;
  color: #fff;
  background: rgba(15, 42, 34, 0.82);
  backdrop-filter: blur(10px);
}

.visitor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.visitor-card {
  min-height: 154px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--gp-shadow-soft);
}

.visitor-card img {
  width: 100%;
  height: 100%;
  min-height: 154px;
  object-fit: cover;
}

.visitor-card:nth-child(5),
.visitor-card:nth-child(6) {
  min-height: 132px;
}

.fee-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--gp-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(240, 169, 73, 0.2), transparent 28rem),
    #fff;
  box-shadow: var(--gp-shadow);
}

.fee-amount {
  display: grid;
  place-items: center;
  min-height: 260px;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 24% 18%, rgba(240, 169, 73, 0.5), transparent 32%),
    linear-gradient(135deg, var(--gp-green-950), var(--gp-green-700));
}

.fee-amount strong {
  display: block;
  font-size: clamp(3.4rem, 10vw, 6rem);
  line-height: 0.9;
}

.fee-amount span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

.trust-band {
  border-radius: 28px;
  padding: 30px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 42, 34, 0.95), rgba(25, 81, 63, 0.94)),
    url("../images/bg.jpeg") center/cover;
  box-shadow: var(--gp-shadow);
}

.trust-band p {
  color: rgba(255, 255, 255, 0.82);
}

.wish-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid var(--gp-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--gp-shadow-soft);
}

.wish-card i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--gp-green-950);
  background: #ffedce;
  flex: 0 0 auto;
}

.content-type-card {
  height: 100%;
  padding: 20px;
  border: 1px solid var(--gp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--gp-shadow-soft);
}

.content-type-card .media-frame {
  margin: -20px -20px 18px;
  border-radius: 22px 22px 0 0;
}

.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 36px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 42, 34, 0.94), rgba(32, 114, 87, 0.88)),
    url("../images/page1.jpg") center/cover;
  box-shadow: var(--gp-shadow);
}

.cta-band p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
}

.page-hero {
  position: relative;
  color: #fff;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(15, 42, 34, 0.93), rgba(15, 42, 34, 0.48)),
    var(--gp-hero-image, url("../logo%201.jpeg")) center/cover;
}

.page-hero .container {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 74px 0;
}

.page-section {
  padding: 62px 0;
}

.page-section.alt {
  background: var(--gp-soft);
}

.policy-list {
  display: grid;
  gap: 14px;
}

.policy-item {
  padding: 22px;
  border: 1px solid var(--gp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--gp-shadow-soft);
}

.accordion {
  --bs-accordion-border-color: var(--gp-line);
  --bs-accordion-active-bg: var(--gp-green-100);
  --bs-accordion-active-color: var(--gp-green-950);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(32, 114, 87, 0.15);
}

.accordion-button {
  font-weight: 900;
}

.form-panel {
  padding: 26px;
  border: 1px solid var(--gp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--gp-shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.field span {
  color: #26352e;
  font-size: 0.9rem;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #cad8cf;
  border-radius: 14px;
  padding: 12px 13px;
  color: var(--gp-ink);
  background: #fff;
  outline: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gp-green-600);
  box-shadow: 0 0 0 4px rgba(43, 145, 108, 0.13);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.selected-kitten {
  display: none;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 16px;
  background: var(--gp-green-100);
}

.selected-kitten img {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  object-fit: cover;
}

.file-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.file-preview-item {
  position: relative;
  overflow: hidden;
  min-height: 96px;
  border: 1px solid var(--gp-line);
  border-radius: 14px;
  background: var(--gp-soft);
}

.file-preview-item img,
.file-preview-item video {
  width: 100%;
  height: 100%;
  min-height: 96px;
  object-fit: cover;
}

.file-preview-item span {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 999px;
  padding: 5px 8px;
  color: #fff;
  background: rgba(15, 42, 34, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
}

.file-remove {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(15, 42, 34, 0.82);
  box-shadow: 0 8px 18px rgba(15, 42, 34, 0.2);
  cursor: pointer;
}

.notice {
  margin-top: 14px;
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--gp-green-950);
  background: var(--gp-green-100);
  font-weight: 850;
}

.notice.error {
  color: #8b2344;
  background: #fff0f4;
}

.contact-card {
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--gp-green-950), var(--gp-green-700));
  box-shadow: var(--gp-shadow);
}

.contact-card a {
  color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 20px;
  align-items: stretch;
}

.newsletter-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border-radius: 28px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(240, 169, 73, 0.5), transparent 30%),
    linear-gradient(120deg, var(--gp-green-950), var(--gp-green-700) 62%, var(--gp-amber));
  box-shadow: var(--gp-shadow);
}

.newsletter-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.footer {
  color: #eaf5ef;
  background:
    radial-gradient(circle at 10% 0%, rgba(240, 169, 73, 0.26), transparent 28rem),
    linear-gradient(135deg, rgba(15, 42, 34, 0.98), rgba(21, 60, 49, 0.96)),
    url("../images/unity13.jpg") center/cover;
  padding: 58px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(270px, 1.35fr) 0.8fr 0.8fr minmax(220px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.footer-brand {
  max-width: 420px;
}

.footer-logo {
  width: 96px;
  height: 64px;
  margin-bottom: 16px;
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  object-fit: contain;
  object-position: center;
  padding: 5px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.footer h2,
.footer h3,
.footer b {
  color: #fff;
}

.footer p {
  color: rgba(234, 245, 239, 0.76);
}

.footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 9px;
}

.footer li a {
  min-height: 32px;
  color: rgba(234, 245, 239, 0.8);
}

.footer li a:hover {
  transform: translateX(2px);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.footer-button {
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 15px;
  color: var(--gp-green-950) !important;
  background: #fff;
  font-weight: 900;
}

.footer-button-soft {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(234, 245, 239, 0.18);
  color: rgba(234, 245, 239, 0.72);
  font-size: 0.9rem;
}

.floating-apply {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1020;
}

.back-to-top {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 1020;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gp-green-800), var(--gp-green-600));
  box-shadow: 0 16px 38px rgba(15, 42, 34, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-search-band {
  padding: 26px 0 10px;
  background: linear-gradient(180deg, #fff, var(--gp-green-50));
}

.public-search {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: min(760px, 100%);
  margin-inline: auto;
  padding: 10px 12px;
  border: 1px solid var(--gp-line);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--gp-shadow-soft);
}

.public-search > i {
  color: var(--gp-green-700);
  font-size: 1.15rem;
}

.public-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--gp-ink);
  background: transparent;
  font-weight: 750;
}

.public-search button {
  width: 34px;
  height: 34px;
  display: none;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--gp-green-900);
  background: var(--gp-green-100);
}

.public-search.has-value button {
  display: grid;
}

.public-search-results {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 30;
  display: none;
  max-height: 360px;
  overflow: auto;
  padding: 8px;
  border: 1px solid var(--gp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--gp-shadow);
}

.public-search-results.active {
  display: grid;
  gap: 6px;
}

.public-search-result {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--gp-ink);
  text-decoration: none;
}

.public-search-result:hover {
  background: var(--gp-green-50);
}

.public-search-result small {
  color: var(--gp-muted);
  font-weight: 800;
}

#chat-application,
#smartsupp-widget-container,
.smartsupp-widget,
div[id*="smartsupp-widget"],
iframe[src*="smartsuppchat.com"] {
  right: 18px !important;
  bottom: 86px !important;
  z-index: 1025 !important;
}

.empty {
  padding: 30px;
  border: 1px dashed #b7cac0;
  border-radius: 18px;
  color: var(--gp-muted);
  background: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    top: 90px;
    left: 16px;
    right: 16px;
    display: none;
    max-height: calc(100vh - 112px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--gp-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--gp-shadow);
  }

  body.nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    border-radius: 14px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .hero-panel {
    align-self: stretch;
  }

  .hero-panel img,
  .hero-mini-grid,
  .care-pill-grid {
    display: none;
  }

  .quick-grid,
  .grid-4,
  .footer-grid,
  .media-showcase,
  .fee-card,
  .contact-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 680px;
  }
}

@media (max-width: 900px) {
  .grid-3,
  .split-panel {
    grid-template-columns: 1fr 1fr;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, 1160px);
  }

  .announcement .container {
    justify-content: center;
    text-align: center;
  }

  .announcement span:last-child {
    display: none;
  }

  .brand img {
    width: 58px;
    height: 44px;
  }

  .brand span {
    max-width: 150px;
    font-size: 0.94rem;
  }

  .nav {
    min-height: 70px;
    gap: 10px;
  }

  .nav-toggle {
    padding: 9px 13px;
  }

  .hero,
  .hero-content {
    min-height: 690px;
  }

  .hero-content {
    padding: 70px 0 96px;
  }

  .quick-strip {
    margin-top: -36px;
  }

  .quick-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .form-grid,
  .footer-grid,
  .split-panel,
  .media-showcase,
  .fee-card,
  .contact-layout,
  .newsletter-panel {
    grid-template-columns: 1fr;
  }

  .metric-row {
    display: none;
  }

  .hero-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .image-collage {
    grid-template-columns: 1fr 1fr;
  }

  .image-collage img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .section,
  .page-section {
    padding: 50px 0;
  }

  .cta-band {
    padding: 26px;
    border-radius: 22px;
  }

  .video-card video,
  .video-card img {
    min-height: 300px;
  }

  .video-caption {
    position: static;
    border-radius: 0;
  }

  .visitor-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .visitor-card,
  .visitor-card:nth-child(5),
  .visitor-card:nth-child(6) {
    min-height: 126px;
  }

  .fee-card {
    padding: 18px;
  }

  .fee-amount {
    min-height: 190px;
  }

  .newsletter-panel {
    text-align: left;
  }

  .floating-apply {
    left: 50%;
    right: auto;
    bottom: 14px;
    transform: translateX(-50%);
  }

  .back-to-top {
    left: 14px;
    bottom: 14px;
  }

  #chat-application,
  #smartsupp-widget-container,
  .smartsupp-widget,
  div[id*="smartsupp-widget"],
  iframe[src*="smartsuppchat.com"] {
    right: 14px !important;
    bottom: 14px !important;
    left: auto !important;
  }

  .floating-apply .btn {
    min-width: 128px;
    min-height: 48px;
    padding-inline: 16px;
    justify-content: center;
  }

  .footer {
    padding: 46px 0 96px;
    background-position: center top;
  }

  .footer-grid {
    gap: 24px;
  }

  .footer-brand {
    max-width: none;
    text-align: center;
  }

  .footer-logo {
    width: 92px;
    height: 58px;
    margin-inline: auto;
  }

  .footer p {
    max-width: 31rem;
    margin-inline: auto;
  }

  .footer-actions {
    justify-content: center;
  }

  .footer-button {
    flex: 1 1 130px;
    justify-content: center;
  }

  .footer h2,
  .footer b {
    display: block;
    text-align: center;
  }

  .footer ul {
    justify-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .floating-apply {
    left: 50%;
    right: auto;
    bottom: 14px;
    transform: translateX(-50%);
  }

  .back-to-top {
    left: 14px;
    bottom: 14px;
  }

  #chat-application,
  #smartsupp-widget-container,
  .smartsupp-widget,
  div[id*="smartsupp-widget"],
  iframe[src*="smartsuppchat.com"] {
    right: 14px !important;
    bottom: 14px !important;
    left: auto !important;
  }
}
