@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Thin_Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-ExtraLight_Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Light_Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Regular_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Medium_Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-SemiBold_Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-ExtraBold_Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Blauer Neu';
  src: url('assets/font/BlauerNue-Heavy_Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

:root {
  --primary-bg: #ffffff;
  --secondary: #12807a;
  --accent: #18181b;
  --muted: #555e6b;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: var(--primary-bg);
  color: var(--accent);
  font-family: 'Blauer Neu', 'Poppins', Arial, Helvetica, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body, p, a, li, label, input, .form-microcopy, .privacy-note, .hero-features li, .feature-card p, .process-step p, .faq-item p, .subscriber-count, .header-nav a, .header-contact a {
  font-weight: 100 !important;
}

.main-title, .section-title, h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
}

h3, .feature-card h3, .process-step h3, .faq-item h3 {
  color: #6fb9b9 !important;
  font-weight: 300 !important;
}

.main-container {
  width: 95vw;
  min-width: 0;
  max-width: 1800px;
  margin: 0 auto;
  background: none;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 0;
  height: 0px;
}

.logo {
  max-width: 180px;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}

.hero-bg-gradient {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(90deg, rgba(23,82,82,0.18) 0%, rgba(23,82,82,0.08) 100%);
  padding: 0;
  z-index: 0;
}

.hero-section {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-top: 0;
  height: calc(100vh - 200px);
}
.hero-bg-shape {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 1600px;
  background: radial-gradient(
    circle at 50% 0%,
    #175252 0%,
    rgba(23,82,82,0.10) 30%,
    rgba(23,82,82,0.06) 55%,
    rgba(23,82,82,0.03) 80%,
    transparent 100%
  );
  opacity: 0.32;
  z-index: 0;
  pointer-events: none;
}
.hero-left, .hero-right {
  position: relative;
  z-index: 1;
}
.main-title {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-align: left;
  line-height: 1.1;
}
.main-title .highlight {
  color: #fff;
  background: var(--secondary);
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.subtitle {
  color: var(--muted);
  font-size: 1.25rem;
  margin: 0 0 10px 0;
  text-align: left;
}
.subheadline {
  color: var(--accent);
  font-size: 1.1rem;
  margin: 0 0 22px 0;
  font-weight: 400;
  text-align: left;
}
.hero-features {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-features li {
  color: var(--accent);
  font-size: 1.08rem;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 100;
}
.checkmark {
  color: var(--secondary);
  font-size: 1.2em;
  font-weight: light;
  margin-right: 2px;
}
.hero-right {
  flex: 0 0 380px;
  max-width: 420px;
  background: #f3f7fa;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  padding: 32px 24px 24px 24px;
  box-shadow: 0 2px 16px 0 rgba(18,128,122,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-quote {
  margin: 18px 0 0 0;
  background: rgba(23,82,82,0.13);
  border-left: 4px solid var(--secondary);
  border-radius: 8px;
  padding: 12px 18px 10px 18px;
  color: var(--accent);
  font-size: 1.01rem;
  font-style: italic;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.quote-mark {
  font-size: 1.5em;
  color: var(--secondary);
  margin-bottom: -8px;
}
.quote-text {
  margin-left: 8px;
}
.quote-author {
  font-size: 0.95rem;
  color: var(--muted);
  margin-top: 6px;
  font-style: normal;
  margin-left: 8px;
}

.subscribe-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subscribe-form input[type="email"],
.subscribe-form input[type="text"] {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #b0b0b8;
  background: #fff;
  color: var(--accent);
  font-size: 1rem;
  margin-bottom: 0;
  transition: border-color 0.2s;
}
.subscribe-form input:focus {
  border-color: var(--secondary);
  outline: none;
  background: #f3f7fa;
}
.terms-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--muted);
  cursor: pointer;
}
.terms-label a {
  color: var(--secondary);
  text-decoration: underline;
}
.subscribe-form button {
  background: var(--secondary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
  box-shadow: 0 4px 18px 0 rgba(18,128,122,0.13);
}
.subscribe-form button:hover {
  background: #0e5e5a;
  transform: translateY(-2px);
}
.subscriber-count {
  color: var(--secondary);
  font-weight: 600;
  font-size: 1rem;
  background: rgba(23,82,82,0.08);
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #222;
  margin-top: 18px;
}
.form-microcopy {
  color: var(--muted);
  font-size: 0.95rem;
  margin-top: 6px;
  text-align: center;
}
.privacy-note {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 12px 0 0 0;
  text-align: center;
}

.trustedby-section {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  margin: 32px 0 32px 0;
  font-size: 1.1rem;
  color: var(--muted);
}
.trustedby-logos {
  display: flex;
  gap: 24px;
  align-items: center;
}
.trustedby-logos img {
  height: 32px;
  filter: grayscale(1) brightness(1.5);
  opacity: 0.7;
}

.features-section {
  margin: 48px 0 32px 0;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 24px;
}
.feature-card {
  background: rgba(23,82,82,0.10);
  border-radius: 10px;
  padding: 24px 20px 18px 20px;
  color: var(--accent);
  box-shadow: 0 2px 8px 0 rgba(23,82,82,0.03);
}
.feature-card h3 {
  margin: 0 0 8px 0;
  color: var(--secondary);
  font-size: 1.15rem;
}
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}
.feature-icon {
  font-size: 2.1rem;
  color: var(--secondary);
  margin-bottom: 12px;
  display: block;
}

.testimonials-section {
  margin: 48px 0 32px 0;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.testimonials-grid blockquote {
  background: rgba(23,82,82,0.10);
  border-left: 4px solid var(--secondary);
  border-radius: 8px;
  padding: 16px 20px 12px 20px;
  margin: 0;
  color: var(--accent);
  font-size: 1rem;
  font-style: italic;
}
.testimonials-grid blockquote footer {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 8px;
  font-style: normal;
}

.process-section {
  margin: 48px 0 32px 0;
}
.process-steps {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 24px;
}
.process-step {
  background: rgba(23,82,82,0.08);
  border-radius: 10px;
  padding: 24px 18px 18px 18px;
  text-align: center;
  flex: 1 1 0;
  min-width: 180px;
  max-width: 260px;
}
.step-number {
  display: inline-block;
  background: var(--secondary);
  color: var(--accent);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.process-step h3 {
  margin: 0 0 8px 0;
  color: var(--secondary);
  font-size: 1.08rem;
}
.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.cta-banner {
  background: linear-gradient(90deg, #e0f7fa 0%, #b2ebf2 100%);
  color: var(--accent);
  text-align: center;
  padding: 56px 24px 40px 24px;
  border-radius: 24px;
  margin: 64px auto 48px auto;
  max-width: 700px;
  box-shadow: 0 8px 32px rgba(18, 128, 122, 0.10);
  position: relative;
}
.cta-banner h2 {
  font-size: 2.5rem;
  margin-bottom: 12px;
  font-family: 'Poppins', 'DM Sans', Arial, sans-serif;
  font-weight: 700;
}
.cta-subheading {
  font-size: 1.25rem;
  margin-bottom: 28px;
  color: var(--secondary);
  font-weight: 500;
}
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(47, 72, 88, 0.10);
  cursor: pointer;
}
.cta-button.primary {
  background: var(--secondary);
  color: #fff;
  border: none;
}
.cta-button.primary:hover, .cta-button.primary:focus {
  background: #0e5e5a;
  color: #fff;
}
.cta-button.secondary {
  background: transparent;
  color: var(--secondary);
  border: 2px solid var(--secondary);
}
.cta-button.secondary:hover, .cta-button.secondary:focus {
  background: var(--secondary);
  color: #fff;
}
.cta-trust {
  font-size: 1rem;
  color: #b2ebf2;
  margin-top: 8px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .cta-banner {
    padding: 32px 8px 24px 8px;
    border-radius: 14px;
  }
  .cta-banner h2 {
    font-size: 1.5rem;
  }
  .cta-subheading {
    font-size: 1rem;
  }
  .cta-actions {
    flex-direction: column;
    gap: 12px;
  }
  .cta-button {
    width: 100%;
    justify-content: center;
    padding: 12px 0;
  }
}

/* FAQ Accordion Styles */
.faq-section {
  max-width: 700px;
  margin: 60px auto;
  padding: 0 20px 30px 20px;
  background: none;
}
.faq-list {
  border-radius: 10px;
  background: var(--primary-bg);
  border: 1px solid var(--secondary);
  box-shadow: none;
  padding: 8px 0;
}
.faq-item {
  border-bottom: 1px solid rgba(111,185,185,0.18);
  margin-bottom: 4px;
}
.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--accent);
  padding: 18px 24px 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s, color 0.2s;
  font-family: inherit;
  letter-spacing: 0.01em;
}
.faq-question:hover {
  background: rgba(18,128,122,0.10);
  color: var(--secondary);
}
.faq-toggle {
  font-size: 1.3em;
  color: var(--secondary);
  transition: transform 0.3s, color 0.2s;
}
.faq-item.open .faq-toggle {
  transform: rotate(180deg);
  color: var(--accent);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: none;
  color: var(--muted);
  font-size: 1rem;
  padding: 0 24px 0 24px;
  transition: max-height 0.3s ease, padding 0.3s;
  font-weight: 100;
}
.faq-item.open .faq-answer {
  padding: 5px 0px 40px 24px;
  max-height: 300px;
  color: var(--accent);
}

.section-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 18px;
  margin-top: 0;
  text-align: center;
}

.email-float {
  position: absolute;
  opacity: 0.38;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: fallEmail;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.email-float svg {
  display: block;
  width: 100%;
  height: 100%;
}
.email-float:nth-child(1) { left: 8vw; animation-duration: 12s; animation-delay: 0s; --drift: 20px; }
.email-float:nth-child(2) { left: 18vw; animation-duration: 14s; animation-delay: 2s; --drift: -30px; }
.email-float:nth-child(3) { left: 30vw; animation-duration: 11s; animation-delay: 4s; --drift: 15px; }
.email-float:nth-child(4) { left: 80vw; animation-duration: 13s; animation-delay: 1s; --drift: -25px; }
.email-float:nth-child(5) { left: 60vw; animation-duration: 15s; animation-delay: 3s; --drift: 30px; }
.email-float:nth-child(6) { left: 40vw; animation-duration: 10s; animation-delay: 5s; --drift: -20px; }
.email-float:nth-child(7) { left: 70vw; animation-duration: 16s; animation-delay: 2.5s; --drift: 25px; }
.email-float:nth-child(8) { left: 25vw; animation-duration: 13s; animation-delay: 3.5s; --drift: -15px; }

@keyframes fallEmail {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.38;
  }
  80% {
    opacity: 0.38;
  }
  100% {
    transform: translateY(600px) translateX(var(--drift)) scale(1.1);
    opacity: 0;
  }
}

.site-header {
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px 48px 0 48px;
  background: transparent;
  position: relative;
  z-index: 10;
}

.header-nav {
  display: flex;
  gap: 28px;
  justify-self: start;
}

.header-nav a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 100;
  font-size: 1.00rem;
  transition: color 0.2s;
}
.header-nav a:hover {
  color: var(--secondary);
}

.header-logo {
  justify-self: center;
}

.header-logo img {
  height: 70px;
  display: block;
  margin: 0 auto;
}

.header-contact {
  justify-self: end;
}

.header-contact a {
  color: var(--secondary);
  font-weight: 100;
  font-size: 1.00rem;
  text-decoration: none;
  transition: color 0.2s;
}
.header-contact a:hover {
  color: var(--accent);
}

.faq-section .section-title {
  padding-left: 24px;
  text-align: left;
}

/* Feature Highlight Section */
.feature-highlight-section {
  margin: 120px 0 100px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background: none;
}
@media (max-width: 1000px) {
  .feature-highlight-section {
    margin: 40px 0 40px 0;
  }
}
.feature-highlight-container {
  display: flex;
  align-items: center;
  gap: 64px;
  max-width: 1200px;
  width: 100%;
  background: none;
  padding: 0 32px;
}
.feature-highlight-image {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-highlight-image img {
  max-width: 420px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(23,82,82,0.10);
  background: #fff;
}
.feature-highlight-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: var(--accent);
  background: none;
}
.feature-highlight-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.98rem;
  color: var(--secondary);
  font-weight: 400;
  margin-bottom: 10px;
}
.feature-highlight-title {
  font-size: 2.1rem;
  font-weight: 400 !important;
  margin: 0 0 18px 0;
  color: var(--accent);
  line-height: 1.15;
}
.feature-highlight-desc {
  font-size: 1.13rem;
  color: var(--accent);
  margin-bottom: 22px;
  line-height: 1.6;
}
.feature-highlight-list-item {
  display: flex;
  align-items: center;
  font-size: 1.08rem;
  color: var(--accent);
  margin-bottom: 8px;
}
.feature-highlight-list-item .checkmark {
  color: var(--secondary);
  font-size: 1.2em;
  margin-right: 8px;
}
.feature-highlight-actions {
  display: flex;
  gap: 18px;
  margin-top: 10px;
}
.feature-highlight-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 1.08rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  font-weight: 400 !important;
}
.feature-highlight-btn.primary {
  background: var(--secondary);
  color: var(--accent);
  border: none;
}
.feature-highlight-btn.primary:hover {
  background: #12807a;
  color: #fff;
}
.feature-highlight-btn.secondary {
  background: none;
  color: var(--secondary);
  border: 2px solid var(--secondary);
}
.feature-highlight-btn.secondary:hover {
  background: var(--secondary);
  color: #fff;
}
@media (max-width: 1000px) {
  .feature-highlight-container {
    flex-direction: column;
    gap: 32px;
    padding: 0 8vw;
  }
  .feature-highlight-image img {
    max-width: 100%;
  }
  .feature-highlight-content {
    align-items: flex-start;
    text-align: left;
  }
}

.feature-highlight-section.alt .feature-highlight-container {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .feature-highlight-section.alt .feature-highlight-container {
    flex-direction: column;
  }
}

/* Pro Features Section (Grid) */
.features-section.pro-features {
  background: #f3f7fa;
  border-radius: 24px;
  padding: 72px 0 64px 0;
  margin: 0 auto 100px auto;
  max-width: 1400px;
  box-shadow: 0 2px 32px 0 rgba(18,128,122,0.10);
}
.features-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 1.02rem;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 18px;
  text-align: left;
  margin-left: 48px;
}
.features-title {
  font-size: 2.3rem;
  font-weight: 400 !important;
  color: var(--accent);
  margin: 0 0 48px 48px;
  text-align: left;
  line-height: 1.18;
  max-width: 900px;
}
.features-grid.pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 48px;
  margin: 0 48px;
}
.feature-block {
  background: none;
  border-radius: 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.feature-block i {
  font-size: 2.2rem;
  color: var(--secondary);
  margin-bottom: 18px;
}
.feature-block h3 {
  font-size: 1.18rem;
  font-weight: 500 !important;
  color: var(--accent);
  margin: 0 0 10px 0;
}
.feature-block p {
  color: var(--muted);
  font-size: 1.04rem;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .features-grid.pro {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
    margin: 0 24px;
  }
  .features-title, .features-eyebrow {
    margin-left: 24px;
  }
}
@media (max-width: 800px) {
  .features-section.pro-features {
    padding: 40px 0 32px 0;
    border-radius: 0;
  }
  .features-grid.pro {
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 0 8vw;
  }
  .features-title, .features-eyebrow {
    margin-left: 0;
    text-align: left;
  }
}

.features-section.pro-features,
.features-section.pro-features .features-grid.pro,
.features-section.pro-features .feature-block p,
.feature-highlight-section .feature-highlight-desc,
.feature-highlight-section .feature-highlight-list-item,
.feature-highlight-section .feature-highlight-btn {
  font-family: 'DM Sans', sans-serif !important;
}
.features-section.pro-features,
.features-section.pro-features .features-eyebrow,
.features-section.pro-features .feature-block h3 {
  font-family: inherit !important;
}

.feature-highlight-section .feature-highlight-title,
.feature-highlight-section .feature-highlight-eyebrow {
  font-family: inherit !important;
}

.features-section.pro-features .feature-block p,
.feature-highlight-section .feature-highlight-desc {
  font-weight: 200 !important;
}
.feature-highlight-section .feature-highlight-list-item,
.feature-highlight-section {
  font-weight: 200;
}

@media (max-width: 1300px) {
  .main-container {
    min-width: unset;
    width: 98vw;
    max-width: 98vw;
  }
}
@media (max-width: 1100px) {
  .main-title {
    font-size: 2.2rem;
  }
  .hero-section {
    min-height: 100vh;
  }
  .hero-bg-shape {
    width: 400px;
    height: 400px;
    left: -60px;
    top: -40px;
  }
  .hero-section {
    flex-direction: column;
    gap: 32px;
  }
  .features-grid, .testimonials-grid, .faq-list {
    grid-template-columns: 1fr 1fr !important;
  }
  .process-steps {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .main-container {
    min-width: unset;
    width: 100vw;
    max-width: 100vw;
    padding: 0 2vw;
  }
  .main-title {
    font-size: 1.5rem;
  }
  .hero-section {
    min-height: unset;
  }
  .hero-bg-shape {
    width: 250px;
    height: 250px;
    left: -30px;
    top: -20px;
  }
  .hero-section {
    flex-direction: column;
    gap: 24px;
  }
  .features-grid, .testimonials-grid, .faq-list {
    grid-template-columns: 1fr !important;
  }
  .trustedby-section {
    flex-direction: column;
    gap: 12px;
  }
} 

/* Make improved CTA match the width of .main-container (used by features section) */
.improved-cta {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .improved-cta {
    max-width: 96vw;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 600px) {
  .improved-cta {
    max-width: 100vw;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.cta-bg-animated {
  position: absolute;
  inset: 0;
  z-index: 0;
  animation: cta-bg-move 8s linear infinite alternate;
}
@keyframes cta-bg-move {
  0% { background-position: 80% 20%, 20% 80%; }
  100% { background-position: 60% 40%, 40% 60%; }
}
.improved-cta h2 {
  position: relative;
  z-index: 1;
  font-size: 2.7rem;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.improved-cta .cta-subheading {
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  margin-bottom: 26px;
  color: #e0f7fa;
  font-weight: 500;
}
.improved-cta .cta-actions {
  position: relative;
  z-index: 1;
}
.improved-cta .cta-button.primary {
  background: linear-gradient(90deg, #fff 60%, #e0f7fa 100%);
  color: #2e3a59;
  font-size: 1.15rem;
  box-shadow: 0 4px 16px rgba(47, 72, 88, 0.13);
  transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
}
.improved-cta .cta-button.primary:hover, .improved-cta .cta-button.primary:focus {
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 8px 32px rgba(47, 72, 88, 0.22);
  background: linear-gradient(90deg, #e0f7fa 60%, #fff 100%);
}
.improved-cta .cta-arrow {
  margin-left: 8px;
  font-size: 1.3em;
  transition: margin-left 0.18s;
}
.improved-cta .cta-button.primary:hover .cta-arrow,
.improved-cta .cta-button.primary:focus .cta-arrow {
  margin-left: 16px;
}
.improved-cta .cta-trust {
  position: relative;
  z-index: 1;
  font-size: 1.05rem;
  color: #b2ebf2;
  margin-top: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.improved-cta .cta-badge {
  background: rgba(255,255,255,0.13);
  color: #fff;
  border-radius: 6px;
  padding: 3px 12px;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.improved-cta .cta-divider {
  color: #e0f7fa;
  font-size: 1.2em;
}
.improved-cta .cta-testimonial {
  position: relative;
  z-index: 1;
  margin: 28px auto 0 auto;
  max-width: 420px;
  font-size: 1.08rem;
  color: #e0f7fa;
  background: rgba(46,58,89,0.18);
  border-left: 4px solid #6fb9b9;
  padding: 16px 24px 12px 18px;
  border-radius: 8px;
  font-style: italic;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.improved-cta .quote-mark {
  font-size: 2.2em;
  color: #6fb9b9;
  line-height: 0.7;
}
.improved-cta .quote-author {
  font-size: 0.98em;
  color: #b2ebf2;
  margin-top: 4px;
  font-style: normal;
}
@media (max-width: 600px) {
  .improved-cta h2 { font-size: 1.5rem; }
  .improved-cta .cta-subheading { font-size: 1rem; }
  .improved-cta .cta-testimonial { font-size: 0.98rem; padding: 12px 10px 8px 10px; }
} 

/* Minimal CTA styles */
.minimal-cta {
  background: #12807a;
  color: #fff;
  text-align: center;
  padding: 64px 0 56px 0;
  border-radius: 18px;
  margin: 64px 0 48px 0;
  box-shadow: 0 4px 24px rgba(18, 128, 122, 0.08);
  max-width: none;
  width: 100%;
}
.minimal-cta h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -1px;
}
.minimal-cta .cta-subheading {
  font-size: 1.2rem;
  margin-bottom: 32px;
  color: #e0f7fa;
  font-weight: 400;
}
.minimal-cta .cta-button.primary {
  background: #fff;
  color: #12807a;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  box-shadow: 0 2px 8px rgba(18, 128, 122, 0.10);
  border: none;
  display: inline-block;
}
.minimal-cta .cta-button.primary:hover,
.minimal-cta .cta-button.primary:focus {
  background: #e0f7fa;
  color: #12807a;
}
@media (max-width: 600px) {
  .minimal-cta {
    padding: 32px 8px 24px 8px;
    border-radius: 12px;
  }
  .minimal-cta h2 {
    font-size: 1.3rem;
  }
  .minimal-cta .cta-subheading {
    font-size: 1rem;
  }
  .minimal-cta .cta-button.primary {
    width: 100%;
    padding: 12px 0;
  }
} 

/* Minimal CTA left-aligned text and description */
.cta-content-left {
  text-align: left;
  padding-left: 32px;
}
@media (max-width: 900px) {
  .cta-content-left {
    text-align: left;
    padding-left: 16px;
  }
}

/* Minimal CTA two-column layout */
.cta-content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.cta-content-left {
  flex: 1 1 0;
  min-width: 260px;
}
.cta-content-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
}
.cta-image-placeholder {
  width: 340px;
  height: 340px;
  background: #e0f7fa;
  color: #12807a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-size: 1.3rem;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(18,128,122,0.07);
  text-align: center;
}
@media (max-width: 900px) {
  .cta-content-row {
    flex-direction: column;
    gap: 32px;
    max-width: 98vw;
  }
  .cta-image-placeholder {
    width: 100%;
    max-width: 340px;
    height: 220px;
    font-size: 1.1rem;
  }
} 

/* --- Mailjet-style Footer Redesign --- */
.mailjet-style-footer {
  background: #18181b;
  color: #fff;
  font-family: 'Poppins', 'DM Sans', Arial, sans-serif;
  margin-top: 80px;
  box-shadow: 0 -2px 16px 0 rgba(18,128,122,0.04);
  padding: 32px 0 16px 0;
  border-radius: 24px 24px 0 0;
}
.mailjet-style-footer .footer-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  padding: 32px 32px 32px 32px;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.mailjet-style-footer .footer-logo-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  min-width: 220px;
}
.mailjet-style-footer .footer-logo {
  height: 80px;
  width: auto;
  margin-bottom: 8px;
}
.mailjet-style-footer .footer-get-started {
  background: var(--secondary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(18,128,122,0.08);
}
.mailjet-style-footer .footer-get-started:hover {
  background: #0e5e5a;
}
.mailjet-style-footer .footer-newsletter-social {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  flex: 1 1 0;
  min-width: 320px;
  justify-content: center;
}
.mailjet-style-footer .footer-newsletter-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 260px;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-newsletter-title{
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
.mailjet-style-footer .footer-newsletter-form {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #232229;
  border-radius: 12px;
  border: 1px solid #35353a;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 8px;
  box-shadow: 0 2px 12px 0 rgba(18,128,122,0.10);
  transition: box-shadow 0.2s;
}
.mailjet-style-footer .footer-newsletter-form:focus-within {
  box-shadow: 0 4px 24px 0 rgba(18,128,122,0.18);
  border-color: #12807a;
}
.mailjet-style-footer .footer-newsletter-form input[type="email"] {
  border: none;
  background: transparent;
  padding: 0 20px;
  font-size: 1.08rem;
  color: #fff;
  outline: none;
  flex: 1 1 0;
  height: 48px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
}
.mailjet-style-footer .footer-newsletter-form input[type="email"]:focus {
  background: #18181b;
  color: #fff;
  box-shadow: 0 0 0 2px #12807a;
}
.mailjet-style-footer .footer-newsletter-form input[type="email"]::placeholder {
  color: #b0b0b8;
  opacity: 1;
  font-size: 1.05rem;
}
.mailjet-style-footer .footer-newsletter-btn {
  background: var(--secondary);
  color: #fff;
  border: none;
  padding: 0 18px;
  height: 48px;
  font-size: 1.3rem;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(18,128,122,0.10);
  width: auto;
  min-width: unset;
}
.mailjet-style-footer .footer-newsletter-btn:hover, .mailjet-style-footer .footer-newsletter-btn:focus {
  background: #0e5e5a;
  color: #fff;
  box-shadow: 0 4px 16px rgba(18,128,122,0.18);
}
.mailjet-style-footer .footer-newsletter-btn i {
  font-size: 1.4em;
  font-weight: bold;
  transition: transform 0.18s;
  margin-left: 0;
  margin-right: 0;
}
.mailjet-style-footer .footer-newsletter-btn:hover i, .mailjet-style-footer .footer-newsletter-btn:focus i {
  transform: translateX(4px) scale(1.1);
}
.mailjet-style-footer .footer-newsletter-desc {
  font-size: 14px;
  color: #b0b0b8;
  margin-top: 2px;
  text-align: center;
}
.mailjet-style-footer .footer-social-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 120px;
}
.mailjet-style-footer .footer-social-title {
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 2px;
  color: #fff;
}
.mailjet-style-footer .footer-social-icons {
  display: flex;
  gap: 12px;
}
.mailjet-style-footer .footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #232229;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  color: var(--secondary);
  font-size: 1.3rem;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.mailjet-style-footer .footer-social-icons a:hover {
  background: var(--secondary);
  color: #fff;
}
.mailjet-style-footer .footer-bottom-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  background: transparent;
  border-top: 1px solid #35353a;
  font-size: 0.88rem;
  color: #b0b0b8;
  max-width: 1400px;
  margin: 0 auto;
}
.mailjet-style-footer .footer-bottom-bar .footer-copyright {
  font-size: 0.88rem;
  color: #b0b0b8;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.mailjet-style-footer .footer-policies {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.mailjet-style-footer .footer-policies a {
  color: #b0b0b8;
  text-decoration: none;
  font-size: 0.98rem;
  transition: color 0.2s;
}
.mailjet-style-footer .footer-policies a:hover {
  color: #fff;
}
@media (max-width: 1100px) {
  .mailjet-style-footer .footer-top, .mailjet-style-footer .footer-links-row {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding: 32px 8vw 16px 8vw;
  }
  .mailjet-style-footer .footer-bottom-bar {
    flex-direction: column;
    gap: 10px;
    padding: 16px 8vw;
  }
}
@media (max-width: 700px) {
  .mailjet-style-footer .footer-top, .mailjet-style-footer .footer-links-row {
    padding: 24px 2vw 8px 2vw;
    gap: 18px;
  }
  .mailjet-style-footer .footer-bottom-bar {
    padding: 12px 2vw;
    font-size: 0.92rem;
  }
  .mailjet-style-footer .footer-bottom-bar {
    flex-direction: column;
    gap: 6px;
    padding: 10px 0;
    text-align: center;
  }
  .mailjet-style-footer .footer-bottom-bar .footer-copyright {
    width: 100%;
    text-align: center;
  }
  .mailjet-style-footer .footer-logo-cta {
    align-items: center;
    min-width: 0;
  }
  .mailjet-style-footer .footer-newsletter-block, .mailjet-style-footer .footer-social-block {
    min-width: 0;
  }
  .mailjet-style-footer .footer-links-col {
    min-width: 120px;
  }
} 