.section-image {
  overflow: hidden;
  margin-bottom: 2rem;
}
.section-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-image {
    margin-bottom: 0;
  }
}

.section-image--rounded {
  border-radius: 1rem;
  overflow: hidden;
}
.section-image--rounded img {
  border-radius: 1rem;
}

.section-split .row {
  gap: 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-top: 5rem;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  transform: scale(1.12);
  transform-origin: left bottom;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 100%);
}

.hero > .container {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 640px;
}

.hero-headline {
  margin-bottom: 1.5rem;
}

.hero-word {
  display: block;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero-word {
    font-size: 3rem;
  }
}

.hero-word--green {
  color: #4aa22e;
}

.hero-word--navy {
  color: #324567;
}

.hero-subline {
  display: block;
  font-family: "Source Serif 4", "Georgia", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  color: #006B6B;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  .hero-subline {
    font-size: 1.125rem;
  }
}

.hero-tagline {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #354565;
  margin-bottom: 0.5rem;
}

.hero-desc {
  font-size: 1rem;
  color: rgba(53, 69, 101, 0.7);
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-trust {
  position: relative;
  z-index: 2;
  background: rgba(36, 46, 60, 0.95);
  backdrop-filter: blur(8px);
  padding: 1.5rem 0;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .hero-stats {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-stat .stat-number {
  color: #ffffff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .hero-stat .stat-number {
    font-size: 1.5rem;
  }
}
.hero-stat .stat-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
}

.problem-highlights {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.problem-highlight {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  text-align: left;
}

.problem-stat {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: #006B6B;
  white-space: nowrap;
  min-width: 6rem;
  text-align: right;
}

.problem-desc {
  font-size: 0.9375rem;
  color: rgba(53, 69, 101, 0.7);
  text-align: left;
}

.product-row {
  margin-bottom: 3.5rem;
}
.product-row:last-child {
  margin-bottom: 0;
}
.product-row .section-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

@media (min-width: 992px) {
  .product-info {
    padding-left: 2rem;
  }
}
.product-info h3 {
  margin-bottom: 1rem;
}
.product-info p {
  color: rgba(53, 69, 101, 0.75);
}

@media (min-width: 992px) {
  .product-row--reverse .product-info {
    padding-left: 0;
    padding-right: 2rem;
  }
}

.product-variants {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}

.product-variant {
  flex: 1;
  min-width: 180px;
  padding: 1rem 1.25rem;
  background: rgba(0, 107, 107, 0.04);
  border-radius: 0.5rem;
  border-left: 3px solid #006B6B;
}
.product-variant h5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #354565;
}
.product-variant h5 i {
  color: #006B6B;
}
.product-variant p {
  font-size: 0.875rem;
  margin: 0;
  color: rgba(53, 69, 101, 0.6);
}

.product-stats-row {
  display: flex;
  gap: 2.5rem;
  margin: 1.5rem 0;
}

.product-stat {
  display: flex;
  flex-direction: column;
}
.product-stat .stat-number {
  font-size: 2.25rem;
}
.product-stat .stat-label {
  font-size: 0.8125rem;
  color: rgba(53, 69, 101, 0.55);
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #006B6B;
  text-decoration: none;
  margin-top: auto;
  padding-top: 0.75rem;
}
.product-link i {
  transition: transform 0.2s ease;
}
.product-link:hover {
  text-decoration: none;
}
.product-link:hover i {
  transform: translateX(4px);
}

.product-badge {
  display: inline-block;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #653500;
  background: rgba(101, 53, 0, 0.08);
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
  margin-bottom: 0.75rem;
}

.audiences-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .audiences-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .audiences-grid {
    grid-template-columns: 1fr;
  }
}

.audience-card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(36, 46, 60, 0.06);
  text-decoration: none;
  color: #354565;
  transition: all 0.3s ease;
  height: 100%;
}
.audience-card:hover {
  box-shadow: 0 4px 24px rgba(36, 46, 60, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: #354565;
}
.audience-card h5 {
  margin-bottom: 0.5rem;
}
.audience-card p {
  font-size: 0.9375rem;
  margin: 0;
  color: rgba(53, 69, 101, 0.7);
  flex-grow: 1;
}

.audience-icon {
  font-size: 2rem;
  color: #006B6B;
  margin-bottom: 1rem;
}

.audience-card-cta {
  background: rgba(0, 107, 107, 0.04);
  border: 2px dashed rgba(0, 107, 107, 0.2);
  box-shadow: none;
}
.audience-card-cta:hover {
  box-shadow: none;
  transform: none;
}
.audience-card-cta p {
  margin-bottom: 1rem;
}
.audience-card-cta .btn {
  margin-top: auto;
  align-self: flex-start;
}

.usp-card {
  text-align: center;
  padding: 1.5rem 1.5rem;
  margin-bottom: 0.5rem;
}
.usp-card h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.usp-card p {
  font-size: 0.9375rem;
  color: rgba(53, 69, 101, 0.65);
  margin: 0;
}

.usp-icon-large {
  font-size: 2.5rem;
  color: #006B6B;
  margin-bottom: 1.25rem;
  line-height: 1;
}

.ref-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .ref-grid {
    grid-template-columns: 1fr;
  }
}

.ref-item {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(36, 46, 60, 0.06);
  transition: all 0.3s ease;
}
.ref-item:hover {
  box-shadow: 0 4px 24px rgba(36, 46, 60, 0.1);
  transform: translateY(-2px);
}

.ref-image {
  height: 220px;
  overflow: hidden;
}
.ref-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.ref-item:hover .ref-image img {
  transform: scale(1.03);
}

.ref-body {
  padding: 1.5rem;
}

.ref-badge {
  display: inline-block;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #006B6B;
  background: rgba(0, 107, 107, 0.08);
  padding: 0.25rem 0.625rem;
  border-radius: 2rem;
  margin-bottom: 0.75rem;
}

.ref-meta {
  font-family: "Roboto Mono", "SFMono-Regular", monospace;
  font-size: 0.8125rem;
  color: rgba(53, 69, 101, 0.5);
  margin-bottom: 0.75rem;
}

.awards-badges {
  margin-top: 2rem;
}
.awards-badges img {
  border-radius: 0.5rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 575px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

.trust-item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.trust-item .stat-number {
  color: #ffffff;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0.5rem;
}
.trust-item .stat-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  display: block;
}

.blog-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card .section-image {
  margin: -2rem -2rem 1.25rem;
  border-radius: 1rem 1rem 0 0;
}
.blog-card .section-image img {
  height: 200px;
  width: calc(100% + 0px);
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
.blog-card h5 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
.blog-card p {
  font-size: 0.9375rem;
  flex-grow: 1;
}
.blog-card .ref-meta {
  font-family: "Roboto Mono", "SFMono-Regular", monospace;
  font-size: 0.8125rem;
  color: rgba(53, 69, 101, 0.5);
  margin-bottom: 0.75rem;
}
.blog-card .product-link {
  margin-top: auto;
}

.blog-tag {
  display: inline-block;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #752060;
  background: rgba(117, 32, 96, 0.06);
  padding: 0.1875rem 0.625rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
  text-decoration: none;
  transition: all 0.15s ease;
}
.blog-tag:hover {
  background: rgba(117, 32, 96, 0.12);
  text-decoration: none;
  color: #752060;
}
.blog-tag--active {
  background: #752060;
  color: white;
}
.blog-tag--active:hover {
  background: #752060;
  color: white;
}

.newsletter-box {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(36, 46, 60, 0.1);
  padding: 3rem;
}
.newsletter-box h3 {
  margin-bottom: 0.5rem;
}
.newsletter-box p {
  color: rgba(53, 69, 101, 0.7);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .newsletter-box {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .newsletter-form {
    padding-left: 2rem;
  }
}

.newsletter-input-group {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  .newsletter-input-group {
    flex-direction: column;
  }
}

.newsletter-input {
  flex: 1;
  padding: 0.875rem 1.25rem;
  border: 2px solid rgba(53, 69, 101, 0.1);
  border-radius: 0.5rem;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  color: #354565;
  outline: none;
  transition: all 0.15s ease;
}
.newsletter-input:focus {
  border-color: #006B6B;
}
.newsletter-input::placeholder {
  color: rgba(53, 69, 101, 0.35);
}

.newsletter-hint {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  color: rgba(53, 69, 101, 0.45);
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
