/* ==========================================================================
   Coala AI — Main Stylesheet (replaces UiCore/Elementor rendering)
   ========================================================================== */

/* --- Design Tokens -------------------------------------------------------- */
:root {
  /* Colors */
  --color-primary:   #58bd7c;
  --color-secondary: #3e7655;
  --color-accent:    #546dfb;
  --color-headline:  #454545;
  --color-body:      #454545;
  --color-dark:      #454545;
  --color-light:     #F8F8F8;
  --color-white:     #FFFFFF;
  --color-border:    #e2e2e2;

  /* Layout */
  --container-max:   1216px;
  --radius:          25px;
  --radius-sm:       12.5px;

  /* Typography scale (desktop) */
  --font-heading: "Helvetica", sans-serif;
  --font-body:    "Poppins", sans-serif;
}

/* --- Reset / Base --------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-body);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color .2s ease;
}
a:hover { color: var(--color-accent); }

h1, h2, h3, h4, h5, h6 {
  color: var(--color-headline);
  margin-top: 0;
}
h1 {
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.015em;
}
h2 {
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
}
h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
h4 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
h5 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
h6 {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

p { margin-top: 0; margin-bottom: 1em; }

/* --- Container ------------------------------------------------------------ */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* --- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 36px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease;
}
.btn-primary,
.uicore-navbar a.uicore-btn,
.elementor-kit-486 [type="submit"],
.elementor-kit-486 input[type="submit"] {
  background: var(--color-primary) !important;
  color: #FFFFFF !important;
}
.btn-primary:hover,
.uicore-navbar a.uicore-btn:hover,
.elementor-kit-486 [type="submit"]:hover,
.elementor-kit-486 input[type="submit"]:hover {
  background: var(--color-dark) !important;
  color: var(--color-white) !important;
}
.btn-outline {
  background: transparent;
  color: var(--color-headline);
  box-shadow: inset 0 0 0 1px var(--color-headline);
}
.btn-outline:hover {
  background: var(--color-headline);
  color: var(--color-white);
}

/* --- Site Header ---------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--color-white);
  box-shadow: -2px 3px 90px -20px rgb(0 0 0 / 25%);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}
.site-branding a {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 22px;
  color: var(--color-headline);
}
.site-branding a:hover { color: var(--color-headline); }
.site-branding img {
  height: 64px;
  width: auto;
}

/* Primary Nav */
.primary-nav { display: flex; align-items: center; gap: 8px; }
.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.primary-nav li a {
  display: block;
  padding: 8px 16px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-headline);
  transition: color .2s ease;
}
.primary-nav li a:hover,
.primary-nav li.current-menu-item > a {
  color: var(--color-secondary);
}
/* Sub-menus */
.primary-nav li { position: relative; }
.primary-nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-dark);
  border-radius: var(--radius-sm);
  min-width: 220px;
  padding: 16px 0;
  box-shadow: 0 2px 35px rgba(0,0,0,.06);
  flex-direction: column;
  z-index: 10;
}
.primary-nav li:hover > ul { display: flex; }
.primary-nav ul ul a {
  color: var(--color-white);
  padding: 8px 24px;
  font-size: 15px;
}
.primary-nav ul ul a:hover { color: var(--color-primary); }

/* Hide language switcher (TranslatePress / WPML / Polylang) */
.trp-language-switcher-container,
.trp-language-switcher,
#trp-floater-ls,
[class*="trp-ls-"],
.primary-nav .wpml-ls,
.primary-nav li[class*="wpml-"],
.primary-nav li[class*="lang-"],
.primary-nav li[class*="icl"] {
  display: none !important;
}

/* Header CTA button */
.header-cta .btn {
  padding: 12px 24px;
  font-size: 15px;
}

/* Mobile toggle */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 10000;
}
.mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-headline);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}

@media (max-width: 1024px) {
  .primary-nav > ul.nav-menu { display: none; }
  .primary-nav.is-open > ul.nav-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--color-white);
    padding: 100px 20px 40px;
    z-index: 9999;
    gap: 0;
    overflow-y: auto;
  }
  .primary-nav.is-open ul li a {
    font-size: 20px;
    padding: 14px 0;
  }
  .primary-nav.is-open ul ul {
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 0 0 0 20px;
    min-width: unset;
    display: flex;
    flex-direction: column;
  }
  .primary-nav.is-open ul ul a { color: var(--color-headline); font-size: 17px; }
  .mobile-menu-toggle { display: flex; }
  .header-cta { display: none; }
}

/* --- Page Title / Page Content -------------------------------------------- */
.page-content {
  padding: 100px 0;
}
.page-content .entry-content {
  max-width: 800px;
}
@media (max-width: 1024px) {
  .page-content { padding: 75px 0; }
}
@media (max-width: 767px) {
  .page-content { padding: 45px 0; }
}

/* --- Footer --------------------------------------------------------------- */
.site-footer {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  padding: 40px 0;
  width: 100%;
}
.site-footer .container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}
.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-logo img {
  height: 56px;
  width: auto;
}
.footer-bottom__copy {
  font-size: 15px;
  color: var(--color-body);
  margin: 0;
}
.footer-bottom__copy a {
  color: var(--color-body);
  font-weight: 500;
}
.footer-bottom__copy a:hover {
  color: var(--color-primary);
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer-legal a {
  font-size: 15px;
  color: var(--color-body);
  font-weight: 500;
  transition: color .2s ease;
}
.footer-legal a:hover {
  color: var(--color-primary);
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-body);
  transition: color .2s ease, background .2s ease;
}
.footer-social a:hover {
  color: var(--color-primary);
  background: rgba(0, 0, 0, 0.05);
}
.footer-social svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 32px 0;
  }
  .footer-bottom__inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}

/* --- Front Page ----------------------------------------------------------- */

/* Label tag (small uppercase section labels) */
.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--color-secondary);
  margin-bottom: 16px;
}

/* Hero */
.hero {
  padding: 120px 0 100px;
  background: var(--color-white);
}
.hero .container {
  display: flex;
  align-items: center;
  gap: 60px;
}
.hero-content { flex: 1; }
.hero-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 420px;
}
.hero-visual img,
.hero-product-visual {
  width: 100%;
  max-width: 700px;
  min-width: 380px;
  min-height: 420px;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.10);
  object-fit: contain;
  background: var(--color-light);
}
@media (prefers-reduced-motion: no-preference) {
  .hero-product-visual {
    animation: heroFloat 5s ease-in-out infinite;
  }
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
.hero h1 {
  font-family: var(--font-heading) !important;
  font-size: 38px !important;
  margin-bottom: 24px;
}
.hero h1 .highlight {
  color: var(--color-primary);
}
.hero-description {
  font-size: 18px;
  color: var(--color-body);
  max-width: 520px;
  margin-bottom: 36px;
}
.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Hero social-proof strip */
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--color-border);
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-body);
}
.proof-item svg {
  flex-shrink: 0;
  color: var(--color-secondary);
}

@media (max-width: 1024px) {
  .hero { padding: 80px 0 60px; }
  .hero .container { flex-direction: column; text-align: center; }
  .hero-visual {
    justify-content: center;
    min-height: 280px;
    margin-top: 32px;
  }
  .hero-visual img,
  .hero-product-visual {
    max-width: 90vw;
    min-width: 0;
    min-height: 220px;
  }
  .hero-description { margin-left: auto; margin-right: auto; }
  .hero-buttons { justify-content: center; }
  .hero-proof { justify-content: center; }
  .hero h1 { font-size: 30px !important; }
}
@media (max-width: 767px) {
  .hero { padding: 60px 0 40px; }
  .hero-visual {
    min-height: 160px;
    margin-top: 24px;
  }
  .hero-visual img,
  .hero-product-visual {
    max-width: 100vw;
    min-width: 0;
    min-height: 120px;
  }
  .hero h1 { font-size: 22px !important; }
  .hero-proof { flex-direction: column; align-items: center; gap: 12px; }
}

/* Vision / Feature Cards */
.section-vision {
  padding: 100px 0;
  background: var(--color-light);
}
.section-vision .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.section-vision .section-header p {
  font-size: 17px;
  color: var(--color-body);
  margin-top: 16px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.feature-card {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 36px 30px;
  transition: box-shadow .3s ease;
}
.feature-card:hover {
  box-shadow: 0 8px 40px rgba(0,0,0,.06);
}
.feature-card h3 {
  margin-bottom: 12px;
}
.feature-card p {
  font-size: 16px;
  color: var(--color-body);
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .features-grid { grid-template-columns: 1fr; }
  .section-vision { padding: 60px 0; }
}

/* Products */
.section-products {
  padding: 100px 0;
  background: var(--color-white);
}
.section-products .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-products .section-header p {
  font-size: 17px;
  color: var(--color-body);
  max-width: 600px;
  margin: 16px auto 0;
}
.product-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}
.product-card {
  background: var(--color-light);
  border-radius: var(--radius);
  padding: 48px 36px;
  text-align: left;
  transition: box-shadow .3s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  box-shadow: 0 8px 40px rgba(0,0,0,.06);
}
.product-card .section-label { margin-bottom: 12px; display: inline-block; }
.product-card h3 { margin-bottom: 16px; }
.product-card p {
  font-size: 16px;
  color: var(--color-body);
  margin-bottom: 24px;
}
.product-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  text-align: left;
}
.product-features li {
  font-size: 15px;
  color: var(--color-body);
  padding: 6px 0 6px 24px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.product-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 700;
}
.product-card__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: rgba(88, 189, 124, 0.12);
  color: var(--color-secondary);
  margin-bottom: 20px;
  flex-shrink: 0;
}
.product-card__icon svg {
  width: 28px;
  height: 28px;
}
.product-card__pricing {
  margin-top: auto;
  padding: 16px 0;
  border-top: 1px solid var(--color-border);
}
.pricing-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 4px;
}
.pricing-note {
  display: block;
  font-size: 13px;
  color: var(--color-body);
}
.product-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* ── Feature Icons (Vision section) ─────────────────────── */
.feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: rgba(88, 189, 124, 0.12);
  margin-bottom: 20px;
  flex-shrink: 0;
}
.feature-icon svg {
  width: 24px;
  height: 24px;
  color: var(--color-secondary);
}

/* ── Trust & Social Proof ─────────────────────────────────── */
.section-trust {
  padding: 100px 0;
  background: var(--color-light);
}
.section-trust .section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}
.section-intro {
  font-size: 17px;
  color: var(--color-body);
  margin-top: 16px;
  line-height: 1.6;
}
.trust-about-link {
  display: inline-block;
  margin-left: 6px;
  color: var(--color-primary);
  font-weight: 500;
  white-space: nowrap;
}
.trust-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
  background: var(--color-white);
  border-radius: var(--radius);
  gap: 12px;
}
.trust-badge__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(88, 189, 124, 0.12);
  color: var(--color-secondary);
  flex-shrink: 0;
}
.trust-badge__label {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-headline);
  line-height: 1.3;
}
.trust-badge__detail {
  font-size: 13px;
  color: var(--color-body);
  line-height: 1.5;
}
.trust-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.trust-cta p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: var(--color-headline);
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .trust-badges { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .section-trust { padding: 60px 0; }
  .trust-badges { grid-template-columns: 1fr; }
  .trust-cta { flex-direction: column; }
}

/* Contact */
.section-contact {
  padding: 100px 0;
  background: var(--color-light);
  text-align: center;
}
.section-contact h2 { margin-bottom: 20px; }
.section-contact p {
  max-width: 600px;
  margin: 0 auto 36px;
}

/* Contact Form */
.contact-form {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}

/* Rows: paired fields and single-field rows */
.form-row {
  margin-bottom: 24px;
}
.form-row--half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Individual field groups */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-headline);
  letter-spacing: 0.01em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-body);
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 3px rgba(var(--color-secondary-rgb, 80, 120, 220), 0.12);
}
.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

/* Submit button row — extra breathing room above */
.contact-form .btn {
  margin-top: 12px;
}

.hp-field { position: absolute; left: -9999px; }
.demo-hint {
  display: none;
  background: rgba(88, 189, 124, 0.12);
  border-left: 3px solid var(--color-primary);
  padding: 12px 20px;
  margin-bottom: 24px;
  font-size: 15px;
  color: var(--color-headline);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.demo-hint.is-visible { display: block; }

.contact-success {
  background: #e8f5e9;
  color: #2e7d32;
  padding: 16px 24px;
  border-radius: var(--radius-sm);
  margin-bottom: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .form-row--half {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-row { margin-bottom: 20px; }
}

/* --- WooCommerce Overrides ------------------------------------------------ */
.woocommerce ul.products {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
}
.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce ul.products li.product a img {
  border-radius: var(--radius);
  margin-bottom: 12px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-headline);
  padding: 0;
}
.woocommerce ul.products li.product .price {
  color: var(--color-body) !important;
  font-size: 15px;
}

/* WC Buttons */
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
  background: var(--color-primary);
  color: var(--color-headline);
  border: none;
  border-radius: 100px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 15px;
  padding: 12px 28px;
  cursor: pointer;
  transition: all .25s ease;
}
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
  background: var(--color-dark);
  color: var(--color-white);
}

/* WC form inputs */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce input.input-text {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  font-family: var(--font-body);
  font-size: 15px;
}

/* WC Tables */
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table th {
  background: var(--color-light);
  border: none;
  padding: 14px;
}
.woocommerce table.shop_table td {
  border: none;
  padding: 14px;
  color: var(--color-headline);
}

/* WC Messages */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 12px 20px;
  background: transparent;
}

/* WC My Account nav */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul a {
  display: block;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 15px;
  color: var(--color-headline);
  border-radius: var(--radius-sm);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover {
  background: var(--color-light);
}

/* WC product grid responsive */
@media (max-width: 1024px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* --- Responsive Typography ------------------------------------------------ */
@media (max-width: 1024px) {
  h1 { font-size: 44px; }
  h2 { font-size: 36px; }
  h3 { font-size: 21px; }
  body { font-size: 17px; }
}
@media (max-width: 767px) {
  h1 { font-size: 36px; }
  h2 { font-size: 26px; }
  h3 { font-size: 19px; }
  body { font-size: 16px; }
}

/* ── Get Started ──────────────────────────────────────────── */
.section-getstarted {
  padding: 100px 0;
  background: var(--color-dark);
  color: var(--color-white);
}
.section-getstarted .section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}
.section-getstarted .section-label {
  color: var(--color-primary);
}
.section-getstarted h2 {
  color: var(--color-white);
}
.section-getstarted .section-intro {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  margin-top: 16px;
  line-height: 1.6;
}
.getstarted-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.getstarted-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.getstarted-card__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.getstarted-card h3 {
  color: var(--color-white);
  font-size: 22px;
  margin: 0;
}
.getstarted-card p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.getstarted-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.getstarted-list li {
  padding: 5px 0 5px 24px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.getstarted-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 700;
}
.getstarted-card .btn-outline {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--color-white);
}
.getstarted-card .btn-outline:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/* ── Legal Pages (Imprint / Privacy Policy) ───────────────── */
.legal-prose {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
}
.legal-prose--columns {
  max-width: 100%;
  column-count: 2;
  column-gap: 48px;
}
.legal-prose--columns h3 {
  column-span: all;
}
@media (max-width: 767px) {
  .legal-prose--columns { column-count: 1; }
}
.legal-card {
  padding: 48px 48px;
}
@media (max-width: 767px) {
  .legal-card { padding: 28px 20px; }
}
.legal-prose h3 {
  font-size: 24px;
  color: var(--color-headline);
  margin: 40px 0 12px;
}
.legal-prose h3:first-child {
  margin-top: 0;
}
.legal-prose p {
  margin: 0 0 16px;
  line-height: 1.7;
}
.legal-prose ul {
  padding-left: 24px;
  margin: 0 0 16px;
}
.legal-prose ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.legal-prose a {
  color: var(--color-primary);
  text-decoration: underline;
}
.legal-prose a:hover {
  color: var(--color-accent);
}
.legal-prose table {
  overflow-x: auto;
  display: block;
}
@media (max-width: 767px) {
  .legal-prose h3 { font-size: 19px; margin-top: 32px; }
}

/* ── About / Team Cards ───────────────────────────────────── */
.section-about-team {
  padding: 100px 0;
  background: var(--color-light);
}
.section-about-team .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.section-about-team .section-header p {
  font-size: 17px;
  color: var(--color-body);
  margin-top: 16px;
}
.section-about-timeline {
  padding: 100px 0;
  background: var(--color-white);
}
.section-about-timeline .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.about-timeline p {
  font-size: 1.15rem;
  color: var(--color-body);
  max-width: 760px;
  margin: 0 auto;
}
.team-grid {
  gap: 30px;
}
.team-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 30px 36px;
  height: 100%;
}
.team-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 24px;
  border: 3px solid var(--color-border);
}
.team-card h3 {
  font-size: 18px;
  color: var(--color-headline);
  margin-bottom: 6px;
}
.team-role {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.team-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-light);
  color: var(--color-headline);
  transition: background .2s ease, color .2s ease;
  margin-top: auto;
}
.team-linkedin:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
