@font-face {
  font-family: 'Seatren';
  src: url('assets/fonts/Seatren.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #ffffff;
  --top-overlay: rgba(8, 107, 95, 0.92);
  --middle-overlay: rgba(12, 117, 106, 0.60);
  --bottom-overlay: rgba(0, 0, 0, 0.10);
  --green-btn: #0b7f6f;
  --green-btn-hover: #0a7263;
  --muted-btn: rgba(255, 255, 255, 0.18);
  --muted-btn-hover: rgba(255, 255, 255, 0.26);
  --facility-bg: #f0efee;
  --facility-text: #4f4f4f;
  --facility-heading: #2d2d2d;
  --facility-eyebrow: #0f8a79;
  --module-green-bg: #015c52;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, Arial, sans-serif;
  color: var(--white);
  background: #07332f;
}

.facility-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  padding-bottom: clamp(60px, 9vh, 110px);
  background: url('assets/images/hero-bg.jpg') center bottom / cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--top-overlay) 0%, var(--middle-overlay) 36%, var(--bottom-overlay) 76%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.hero-container,
.hero-header {
  position: relative;
  z-index: 1;
}

.hero-header {
  padding-top: 18px;
}

.hero-logo {
  color: var(--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.hero-logo-img {
  height: clamp(24px, 2.56vw, 35px);
  width: auto;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}

.hero-nav {
  gap: 20px;
}

.hero-nav a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.hero-nav a:hover {
  color: var(--white);
}

.hero-content {
  width: min(860px, 100%);
  margin: 0 auto;
  padding-top: clamp(70px, 10vh, 110px);
}

.hero-title,
.hero-subtitle {
  font-family: 'Seatren', Inter, Arial, sans-serif;
}

.hero-title {
  margin: 0;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 1.02;
  letter-spacing: 0.004em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.hero-subtitle {
  margin: 12px 0 0;
  font-size: clamp(14px, 1.55vw, 22px);
  line-height: 1.3;
  font-weight: 700;
}

.hero-description {
  width: min(760px, 100%);
  margin: 14px auto 0;
  font-size: clamp(12px, 1.18vw, 16px);
  line-height: 1.52;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.hero-actions {
  margin-top: 24px;
}

.hero-actions .btn {
  border-radius: 999px;
  min-height: 42px;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  color: var(--white);
}

.btn-explore {
  background: var(--green-btn);
}

.btn-explore:hover {
  background: var(--green-btn-hover);
  color: var(--white);
}

.btn-investor {
  background: var(--muted-btn);
}

.btn-investor:hover {
  background: var(--muted-btn-hover);
  color: var(--white);
}

.btn-partners {
  background: #0b5f55;
}

.btn-partners:hover {
  background: #09524a;
  color: var(--white);
}

.facility-section {
  position: relative;
  z-index: 2;
  margin-top: -28px;
}

.facility-surface {
  background: var(--facility-bg);
  border-radius: 24px 24px 0 0;
  padding: clamp(34px, 5.5vw, 62px) clamp(12px, 2.3vw, 26px) clamp(34px, 4.5vw, 52px);
}

.facility-eyebrow {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--facility-eyebrow);
}

.facility-title {
  font-family: 'Seatren', Inter, Arial, sans-serif;
  color: #4f2f33;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.04;
  letter-spacing: 0.002em;
}

.facility-body {
  color: var(--facility-text);
  font-size: 15.6px;
  line-height: 1.55;
  max-width: 470px;
}

.facility-video-wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.facility-video-img {
  width: 100%;
  display: block;
}

.facility-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(58px, 7vw, 86px);
  height: clamp(58px, 7vw, 86px);
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: rgba(8, 8, 8, 0.35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 2.1vw, 28px);
  z-index: 2;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.facility-play-btn i {
  margin-left: 3px;
}

.partnership-section {
  position: relative;
  z-index: 3;
  margin-top: -28px;
}

.partnership-fullwidth-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.partnership-surface {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: clamp(30px, 4vw, 44px) clamp(14px, 2.3vw, 24px) clamp(34px, 4.2vw, 50px);
  background: url('assets/images/module3-bg.jpg') center center / cover no-repeat;
}

.partnership-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 84, 75, 0.42) 0%, rgba(1, 84, 74, 0.48) 100%);
  z-index: 0;
}

.partnership-surface > * {
  position: relative;
  z-index: 1;
}

.partnership-eyebrow {
  color: #b8e7db;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.partnership-title {
  font-family: 'Seatren', Inter, Arial, sans-serif;
  color: var(--white);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.03;
  letter-spacing: 0.003em;
}

.partnership-media-wrap {
  width: min(100%, 520px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.partnership-media-img {
  width: 100%;
  display: block;
}

.partnership-copy {
  max-width: 560px;
}

.partnership-copy p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.56;
  margin-bottom: 14px;
}

.impact-section {
  position: relative;
  z-index: 4;
  margin-top: -28px;
}

.impact-surface {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  padding: clamp(30px, 4vw, 46px) clamp(14px, 2.3vw, 24px) clamp(34px, 4.2vw, 50px);
  background: url('assets/images/module4-bg.jpg') center center / cover no-repeat;
}

.impact-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(110, 37, 45, 0.38) 0%, rgba(105, 35, 44, 0.46) 100%);
  z-index: 0;
}

.impact-surface > * {
  position: relative;
  z-index: 1;
}

.impact-eyebrow {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
}

.impact-title {
  font-family: 'Seatren', Inter, Arial, sans-serif;
  color: var(--white);
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.002em;
}

.impact-copy-row {
  max-width: 1060px;
  margin: 0 auto;
}

.impact-copy {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.55;
}

.impact-media-wrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.impact-media-img {
  width: 100%;
  display: block;
  aspect-ratio: 15 / 8;
  object-fit: cover;
  object-position: center 85%;
}

.market-section {
  position: relative;
  z-index: 5;
  margin-top: -28px;
}

.market-surface {
  background: #efeded;
  border-radius: 24px 24px 0 0;
  padding: 0 0 24px;
  overflow: hidden;
}

.market-header-wrap {
  width: 100%;
}

.market-header-img {
  width: 100%;
  height: clamp(170px, 26vw, 320px);
  object-fit: cover;
  display: block;
}

.market-content-wrap {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 0 clamp(14px, 2.2vw, 24px) 12px;
}

.market-stats-col {
  position: relative;
}

.market-stats-card {
  position: relative;
  z-index: 3;
  width: 200px;
  height: 300px;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
  .market-stats-col {
    margin-top: -54px;
  }

  .market-stats-card {
    margin-left: 150px;
  }
}

.market-card-label {
  color: #0c5b52;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.market-stat-block {
  margin-bottom: 14px;
}

.market-stat-value {
  margin: 0;
  color: #5e3437;
  font-size: clamp(30px, 2.6vw, 42px);
  line-height: 1;
  font-weight: 800;
}

.market-stat-text {
  color: #676767;
  font-size: 12px;
  line-height: 1.34;
}

.market-copy-wrap {
  color: #5b5b5b;
}

.market-eyebrow {
  font-size: 11px;
  color: #0f6e62;
  font-weight: 600;
  line-height: 1.2;
}

.market-title,
.market-green-title {
  font-family: 'Seatren', Inter, Arial, sans-serif;
}

.market-title {
  color: #4f2f33;
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: 1.03;
  letter-spacing: 0.002em;
}

.market-copy-wrap p {
  font-size: 12.5px;
  line-height: 1.56;
  margin-bottom: 12px;
}

.market-green-block {
  margin: 6px clamp(14px, 2.2vw, 24px) 0;
  background: linear-gradient(180deg, #0c7367 0%, #0a655a 100%);
  border-radius: 14px;
  padding: 18px clamp(12px, 2vw, 24px) 20px;
}

.market-green-title {
  color: #ffffff;
  font-size: clamp(28px, 2.7vw, 40px);
  line-height: 1.06;
}

.market-green-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12.5px;
  line-height: 1.52;
}

.growth-section {
  position: relative;
  z-index: 6;
  margin-top: 0;
  background: #f1eeee;
  padding: clamp(34px, 4.5vw, 56px) 0 clamp(34px, 4.5vw, 56px);
}

.growth-container {
  max-width: 1080px;
}

.growth-eyebrow {
  color: #0e7265;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.growth-title,
.growth-icon-title {
  font-family: 'Seatren', Inter, Arial, sans-serif;
}

.growth-title {
  color: #5b3337;
  font-size: clamp(29px, 2.98vw, 49px);
  line-height: 1.04;
  letter-spacing: 0.002em;
}

.growth-title-left {
  font-size: clamp(32px, 3.1vw, 48px);
}

.growth-copy {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 1.56;
}

.growth-hero-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.growth-hero-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.growth-icon-row {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.growth-icon {
  color: #0c6d61;
  font-size: 24px;
}

.growth-icon-title {
  color: #3f3436;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.08;
}

.growth-icon-text {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.4;
}

.growth-investor-img {
  width: 100%;
  border-radius: 14px;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.future-section {
  position: relative;
  z-index: 7;
  margin-top: 0;
  background: #efeded;
  padding: clamp(34px, 4.6vw, 58px) 0 clamp(34px, 4.8vw, 60px);
}

.future-container {
  max-width: 1080px;
}

.future-why-title,
.future-main-title,
.future-icon-heading,
.future-stat-value {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: 0.002em;
}

.future-why-title {
  color: #4c2f33;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.06;
}

.future-icons-row {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.future-icon-badge {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  margin: 0 auto;
  background: rgba(13, 112, 99, 0.12);
  color: #0b6d61;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.future-icon-heading {
  color: #4d2f33;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.08;
}

.future-icon-copy {
  color: #6b6b6b;
  font-size: 11px;
  line-height: 1.35;
}

.future-btn {
  border-radius: 999px;
  min-height: 40px;
  padding: 9px 18px;
  border: 0;
  background: linear-gradient(180deg, #0d7468 0%, #0a6559 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.future-btn:hover {
  color: #fff;
  background: linear-gradient(180deg, #0f7f71 0%, #0b6d60 100%);
}

.future-eyebrow {
  color: #0e7265;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.future-main-title {
  color: #4f2f33;
  font-size: clamp(38px, 3.6vw, 58px);
  line-height: 1.03;
}

.future-main-copy {
  color: #616161;
  font-size: 12.5px;
  line-height: 1.56;
  max-width: 520px;
}

.future-stat-value {
  margin: 0;
  color: #0f6f62;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.05;
}

.future-stat-label {
  color: #676767;
  font-size: 11px;
  line-height: 1.3;
}

.future-swirl {
  color: #1d1d1d;
  font-size: 26px;
  margin-top: 6px;
}

.future-image-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.future-image {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.testimonials-section {
  position: relative;
  z-index: 8;
  margin-top: 0;
  background: #efeded;
  padding: clamp(24px, 3.5vw, 38px) 0 clamp(40px, 5vw, 56px);
}

.testimonials-container {
  max-width: 1080px;
}

.testimonials-eyebrow {
  color: #0f6f63;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.testimonials-title,
.testimonial-name {
  font-family: 'Seatren', Inter, Arial, sans-serif;
}

.testimonials-title {
  color: #4e2f33;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.06;
}

.testimonial-card {
  background: #f6f6f6;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 44px;
}

.testimonial-name {
  color: #4e2f33;
  font-size: 20px;
  line-height: 1;
}

.testimonial-role {
  color: #8b8b8b;
  font-size: 10px;
  line-height: 1.25;
}

.testimonial-text {
  color: #6a6a6a;
  font-size: 11.5px;
  line-height: 1.45;
}

.faq-section {
  position: relative;
  z-index: 9;
  background: #efeded;
  padding: clamp(24px, 3.4vw, 38px) 0 18px;
}

.faq-container {
  max-width: 1080px;
}

.faq-eyebrow {
  color: #0f6f63;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.faq-title {
  font-family: 'Seatren', Inter, Arial, sans-serif;
  color: #4d2f33;
  font-size: clamp(38px, 3.8vw, 60px);
  line-height: 1.02;
  letter-spacing: 0.002em;
}

.faq-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #d8d3d2;
  border-radius: 0;
  background: transparent;
}

.faq-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 12px 0;
  color: #353535;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Seatren', Inter, Arial, sans-serif;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #353535;
}

.faq-accordion .accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
  filter: grayscale(1) contrast(0.6);
}

.faq-accordion .accordion-body {
  padding: 0 0 12px;
  color: #7b7b7b;
  font-size: 12.5px;
  line-height: 1.45;
}

.partners-section {
  position: relative;
  z-index: 10;
  background: #efeded;
  padding: 10px 0 18px;
}

.partners-container {
  max-width: 1080px;
}

.partners-logos-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}

.partner-logo-img {
  max-height: clamp(20px, 2.1vw, 28px);
  width: auto;
}

.partnership-cta-section {
  position: relative;
  z-index: 11;
  background: #efeded;
  padding: 6px 0 46px;
}

.partnership-cta-container {
  max-width: 1080px;
}

.partnership-cta-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: clamp(180px, 22vw, 260px);
  background: url('assets/images/module11-bg.jpg') center center / cover no-repeat;
}

.partnership-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 22, 44, 0.68) 0%, rgba(4, 16, 32, 0.46) 45%, rgba(3, 8, 18, 0.22) 100%);
}

.partnership-cta-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: clamp(20px, 3vw, 34px);
}

.partnership-cta-eyebrow {
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
}

.partnership-cta-title {
  font-family: 'Seatren', Inter, Arial, sans-serif;
  color: #fff;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.04;
}

.partnership-cta-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 11.5px;
  line-height: 1.45;
  max-width: 420px;
}

.partnership-cta-btn,
.partnership-cta-phone {
  border-radius: 999px;
  min-height: 34px;
  padding: 7px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.partnership-cta-btn {
  border: 0;
  background: #0e7568;
  color: #fff;
}

.partnership-cta-btn:hover {
  color: #fff;
  background: #0c655b;
}

.partnership-cta-phone {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(0, 0, 0, 0.12);
}

.partnership-cta-phone:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}

.site-footer-section {
  position: relative;
  z-index: 12;
  background: #efeded;
  padding: 8px 0 0;
}

.site-footer-container {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-footer-card {
  background: #035f52;
  border-radius: 0;
  padding: clamp(26px, 4vw, 42px) 14px clamp(30px, 4.5vw, 46px);
}

.site-footer-logo-mark,
.site-footer-logo-text {
  color: #ffffff;
}

.site-footer-logo-mark {
  font-family: 'Seatren', Inter, Arial, sans-serif;
  font-size: clamp(30px, 2.9vw, 42px);
  line-height: 1;
  font-weight: 700;
}

.site-footer-logo-text {
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 1.1;
  font-weight: 600;
}

.site-footer-address {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  line-height: 1.35;
}

.site-footer-copy {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .hero-header {
    padding-top: 14px;
  }

  .hero-content {
    padding-top: 66px;
    max-width: 100%;
  }

  .hero-description {
    width: min(92vw, 720px);
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-actions .btn {
    width: min(280px, 100%);
  }

  .facility-section {
    margin-top: -18px;
  }

  .facility-surface {
    border-radius: 18px 18px 0 0;
    padding: 28px 8px 30px;
  }

  .facility-title {
    font-size: clamp(30px, 9.4vw, 40px);
  }

  .facility-body {
    max-width: 100%;
  }

  .facility-video-wrap {
    margin-top: 8px;
  }

  .partnership-section {
    margin-top: -18px;
  }

  .partnership-surface {
    border-radius: 0;
    padding: 24px 8px 30px;
  }

  .partnership-title {
    font-size: clamp(28px, 8.8vw, 38px);
  }

  .partnership-copy p {
    font-size: 14.4px;
    line-height: 1.5;
  }

  .impact-section {
    margin-top: -18px;
  }

  .impact-surface {
    border-radius: 18px 18px 0 0;
    padding: 24px 8px 30px;
  }

  .impact-title {
    font-size: clamp(28px, 8.6vw, 38px);
  }

  .impact-copy {
    font-size: 14.4px;
    line-height: 1.5;
  }

  .market-section {
    margin-top: -18px;
  }

  .market-surface {
    border-radius: 18px 18px 0 0;
    padding-bottom: 16px;
  }

  .market-content-wrap {
    padding: 16px 8px 10px;
  }

  .market-title {
    font-size: clamp(28px, 8.4vw, 38px);
  }

  .market-stats-card {
    padding: 14px 14px 12px;
  }

  .market-green-block {
    margin: 4px 8px 0;
    border-radius: 12px;
    padding: 14px 10px 16px;
  }

  .market-green-title {
    font-size: clamp(24px, 7.6vw, 34px);
  }

  .market-green-text,
  .market-copy-wrap p,
  .market-stat-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .growth-section {
    padding: 28px 0 30px;
  }

  .growth-title {
    font-size: clamp(30px, 9.2vw, 38px);
  }

  .growth-title-left {
    font-size: clamp(28px, 8.4vw, 34px);
  }

  .growth-copy {
    font-size: 14.4px;
    line-height: 1.5;
  }

  .growth-icon {
    font-size: 22px;
  }

  .growth-icon-title {
    font-size: clamp(22px, 7vw, 28px);
  }

  .growth-investor-img {
    aspect-ratio: 3 / 4;
  }

  .future-section {
    padding: 28px 0 30px;
  }

  .future-why-title {
    font-size: clamp(28px, 8.2vw, 34px);
  }

  .future-main-title {
    font-size: clamp(30px, 9vw, 38px);
  }

  .future-main-copy,
  .future-icon-copy,
  .future-stat-label {
    font-size: 12px;
    line-height: 1.5;
  }

  .future-icon-heading {
    font-size: clamp(18px, 6.2vw, 24px);
  }

  .future-icons-row {
    row-gap: 18px;
  }

  .future-stats-wrap {
    gap: 18px !important;
    flex-wrap: wrap;
  }

  .future-image {
    aspect-ratio: 4 / 3;
  }

  .testimonials-section {
    padding: 20px 0 30px;
  }

  .testimonials-title {
    font-size: clamp(28px, 8vw, 34px);
  }

  .testimonial-name {
    font-size: 18px;
  }

  .testimonial-text {
    font-size: 12px;
    line-height: 1.45;
  }

  .faq-section {
    padding: 20px 0 14px;
  }

  .faq-title {
    font-size: clamp(30px, 9vw, 38px);
  }

  .faq-accordion .accordion-button {
    font-size: 12px;
    line-height: 1.35;
  }

  .faq-accordion .accordion-body {
    font-size: 12px;
    line-height: 1.5;
  }

  .partners-section {
    padding: 8px 0 14px;
  }

  .partners-logos-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
  }

  .partner-logo-img {
    max-height: 24px;
  }

  .partnership-cta-section {
    padding: 6px 0 28px;
  }

  .partnership-cta-card {
    border-radius: 14px;
    min-height: 210px;
  }

  .partnership-cta-content {
    padding: 16px 12px;
  }

  .partnership-cta-title {
    font-size: clamp(24px, 7.5vw, 32px);
  }

  .partnership-cta-text {
    font-size: 12px;
    line-height: 1.45;
  }

  .partnership-cta-btn,
  .partnership-cta-phone {
    min-height: 32px;
    font-size: 10px;
    padding: 6px 12px;
  }

  .site-footer-card {
    border-radius: 0;
    padding: 22px 10px 28px;
  }

  .site-footer-logo-mark {
    font-size: 34px;
  }

  .site-footer-logo-text {
    font-size: 16px;
  }
}
