
.ai-starter-page,
.ai-starter-ribbon,
.ai-starter-nav,
.ai-starter-section,
.ai-starter-footer {
  --ai-starter-bg: #f8fafc;
  --ai-starter-surface: #ffffff;
  --ai-starter-surface-alt: #eef2f7;
  --ai-starter-text: #111827;
  --ai-starter-muted: #4b5563;
  --ai-starter-line: #cbd5e1;
  --ai-starter-accent: #0f766e;
  --ai-starter-accent-dark: #134e4a;
  --ai-starter-radius: 6px;
  background: var(--ai-starter-bg);
  color: var(--ai-starter-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ai-starter-ribbon {
  display: flex;
  justify-content: center;
  padding: 10px 18px;
  background: var(--ai-starter-accent-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.ai-starter-nav {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-nav-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.ai-starter-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ai-starter-text);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ai-starter-accent);
}
.ai-starter-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--ai-starter-muted);
  font-size: 14px;
  font-weight: 700;
}
.ai-starter-links a,
.ai-starter-footer-links a {
  color: inherit;
  text-decoration: none;
}
.ai-starter-section {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}
.ai-starter-hero-grid,
.ai-starter-split-grid,
.ai-starter-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: center;
}
.ai-starter-eyebrow {
  margin: 0 0 10px;
  color: var(--ai-starter-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ai-starter-heading {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: 0;
}
.ai-starter-section-heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}
.ai-starter-lede {
  margin: 16px 0 0;
  color: var(--ai-starter-muted);
  font-size: 18px;
  line-height: 1.6;
}
.ai-starter-body {
  margin: 12px 0 0;
  color: var(--ai-starter-muted);
  font-size: 15px;
  line-height: 1.58;
}
.ai-starter-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.ai-starter-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--ai-starter-accent);
  border-radius: var(--ai-starter-radius);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-button-primary {
  background: var(--ai-starter-accent);
  color: #ffffff;
}
.ai-starter-button-secondary {
  background: transparent;
  color: var(--ai-starter-text);
}
.ai-starter-media {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: repeating-linear-gradient(135deg, var(--ai-starter-surface-alt), var(--ai-starter-surface-alt) 12px, #f8fafc 12px, #f8fafc 24px);
  color: var(--ai-starter-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.ai-starter-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.ai-starter-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface);
}
.ai-starter-card h3 {
  margin: 0;
  font-size: 18px;
}
.ai-starter-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface-alt);
}
.ai-starter-input,
.ai-starter-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: #ffffff;
  color: var(--ai-starter-text);
  font: inherit;
  padding: 12px 13px;
}
.ai-starter-textarea {
  min-height: 112px;
  resize: vertical;
}
.ai-starter-footer {
  background: #111827;
  color: #e5e7eb;
}
.ai-starter-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.ai-starter-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #cbd5e1;
  font-size: 14px;
}
@media (max-width: 760px) {
  .ai-starter-nav-inner,
  .ai-starter-hero-grid,
  .ai-starter-split-grid,
  .ai-starter-contact-grid,
  .ai-starter-card-grid {
    grid-template-columns: 1fr;
  }
  .ai-starter-links {
    justify-content: flex-start;
    overflow: hidden;
  }
  .ai-starter-inner {
    width: min(100% - 28px, 1120px);
    padding: 42px 0;
  }
  .ai-starter-heading {
    font-size: 34px;
  }
}



.ai-starter-page,
.ai-starter-ribbon,
.ai-starter-nav,
.ai-starter-section,
.ai-starter-footer {
  --ai-starter-bg: #f8fafc;
  --ai-starter-surface: #ffffff;
  --ai-starter-surface-alt: #eef2f7;
  --ai-starter-text: #111827;
  --ai-starter-muted: #4b5563;
  --ai-starter-line: #cbd5e1;
  --ai-starter-accent: #0f766e;
  --ai-starter-accent-dark: #134e4a;
  --ai-starter-radius: 6px;
  background: var(--ai-starter-bg);
  color: var(--ai-starter-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ai-starter-ribbon {
  display: flex;
  justify-content: center;
  padding: 10px 18px;
  background: var(--ai-starter-accent-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.ai-starter-nav {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-nav-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.ai-starter-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ai-starter-text);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ai-starter-accent);
}
.ai-starter-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--ai-starter-muted);
  font-size: 14px;
  font-weight: 700;
}
.ai-starter-links a,
.ai-starter-footer-links a {
  color: inherit;
  text-decoration: none;
}
.ai-starter-section {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}
.ai-starter-hero-grid,
.ai-starter-split-grid,
.ai-starter-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: center;
}
.ai-starter-eyebrow {
  margin: 0 0 10px;
  color: var(--ai-starter-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ai-starter-heading {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: 0;
}
.ai-starter-section-heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}
.ai-starter-lede {
  margin: 16px 0 0;
  color: var(--ai-starter-muted);
  font-size: 18px;
  line-height: 1.6;
}
.ai-starter-body {
  margin: 12px 0 0;
  color: var(--ai-starter-muted);
  font-size: 15px;
  line-height: 1.58;
}
.ai-starter-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.ai-starter-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--ai-starter-accent);
  border-radius: var(--ai-starter-radius);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-button-primary {
  background: var(--ai-starter-accent);
  color: #ffffff;
}
.ai-starter-button-secondary {
  background: transparent;
  color: var(--ai-starter-text);
}
.ai-starter-media {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: repeating-linear-gradient(135deg, var(--ai-starter-surface-alt), var(--ai-starter-surface-alt) 12px, #f8fafc 12px, #f8fafc 24px);
  color: var(--ai-starter-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.ai-starter-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.ai-starter-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface);
}
.ai-starter-card h3 {
  margin: 0;
  font-size: 18px;
}
.ai-starter-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface-alt);
}
.ai-starter-input,
.ai-starter-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: #ffffff;
  color: var(--ai-starter-text);
  font: inherit;
  padding: 12px 13px;
}
.ai-starter-textarea {
  min-height: 112px;
  resize: vertical;
}
.ai-starter-footer {
  background: #111827;
  color: #e5e7eb;
}
.ai-starter-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.ai-starter-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #cbd5e1;
  font-size: 14px;
}
@media (max-width: 760px) {
  .ai-starter-nav-inner,
  .ai-starter-hero-grid,
  .ai-starter-split-grid,
  .ai-starter-contact-grid,
  .ai-starter-card-grid {
    grid-template-columns: 1fr;
  }
  .ai-starter-links {
    justify-content: flex-start;
    overflow: hidden;
  }
  .ai-starter-inner {
    width: min(100% - 28px, 1120px);
    padding: 42px 0;
  }
  .ai-starter-heading {
    font-size: 34px;
  }
}



.ai-starter-page,
.ai-starter-ribbon,
.ai-starter-nav,
.ai-starter-section,
.ai-starter-footer {
  --ai-starter-bg: #f8fafc;
  --ai-starter-surface: #ffffff;
  --ai-starter-surface-alt: #eef2f7;
  --ai-starter-text: #111827;
  --ai-starter-muted: #4b5563;
  --ai-starter-line: #cbd5e1;
  --ai-starter-accent: #0f766e;
  --ai-starter-accent-dark: #134e4a;
  --ai-starter-radius: 6px;
  background: var(--ai-starter-bg);
  color: var(--ai-starter-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ai-starter-ribbon {
  display: flex;
  justify-content: center;
  padding: 10px 18px;
  background: var(--ai-starter-accent-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.ai-starter-nav {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-nav-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.ai-starter-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ai-starter-text);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ai-starter-accent);
}
.ai-starter-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--ai-starter-muted);
  font-size: 14px;
  font-weight: 700;
}
.ai-starter-links a,
.ai-starter-footer-links a {
  color: inherit;
  text-decoration: none;
}
.ai-starter-section {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}
.ai-starter-hero-grid,
.ai-starter-split-grid,
.ai-starter-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: center;
}
.ai-starter-eyebrow {
  margin: 0 0 10px;
  color: var(--ai-starter-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ai-starter-heading {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: 0;
}
.ai-starter-section-heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}
.ai-starter-lede {
  margin: 16px 0 0;
  color: var(--ai-starter-muted);
  font-size: 18px;
  line-height: 1.6;
}
.ai-starter-body {
  margin: 12px 0 0;
  color: var(--ai-starter-muted);
  font-size: 15px;
  line-height: 1.58;
}
.ai-starter-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.ai-starter-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--ai-starter-accent);
  border-radius: var(--ai-starter-radius);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-button-primary {
  background: var(--ai-starter-accent);
  color: #ffffff;
}
.ai-starter-button-secondary {
  background: transparent;
  color: var(--ai-starter-text);
}
.ai-starter-media {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: repeating-linear-gradient(135deg, var(--ai-starter-surface-alt), var(--ai-starter-surface-alt) 12px, #f8fafc 12px, #f8fafc 24px);
  color: var(--ai-starter-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.ai-starter-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.ai-starter-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface);
}
.ai-starter-card h3 {
  margin: 0;
  font-size: 18px;
}
.ai-starter-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface-alt);
}
.ai-starter-input,
.ai-starter-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: #ffffff;
  color: var(--ai-starter-text);
  font: inherit;
  padding: 12px 13px;
}
.ai-starter-textarea {
  min-height: 112px;
  resize: vertical;
}
.ai-starter-footer {
  background: #111827;
  color: #e5e7eb;
}
.ai-starter-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.ai-starter-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #cbd5e1;
  font-size: 14px;
}
@media (max-width: 760px) {
  .ai-starter-nav-inner,
  .ai-starter-hero-grid,
  .ai-starter-split-grid,
  .ai-starter-contact-grid,
  .ai-starter-card-grid {
    grid-template-columns: 1fr;
  }
  .ai-starter-links {
    justify-content: flex-start;
    overflow: hidden;
  }
  .ai-starter-inner {
    width: min(100% - 28px, 1120px);
    padding: 42px 0;
  }
  .ai-starter-heading {
    font-size: 34px;
  }
}



.ai-starter-page,
.ai-starter-ribbon,
.ai-starter-nav,
.ai-starter-section,
.ai-starter-footer {
  --ai-starter-bg: #f8fafc;
  --ai-starter-surface: #ffffff;
  --ai-starter-surface-alt: #eef2f7;
  --ai-starter-text: #111827;
  --ai-starter-muted: #4b5563;
  --ai-starter-line: #cbd5e1;
  --ai-starter-accent: #0f766e;
  --ai-starter-accent-dark: #134e4a;
  --ai-starter-radius: 6px;
  background: var(--ai-starter-bg);
  color: var(--ai-starter-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ai-starter-ribbon {
  display: flex;
  justify-content: center;
  padding: 10px 18px;
  background: var(--ai-starter-accent-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.ai-starter-nav {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-nav-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.ai-starter-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ai-starter-text);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ai-starter-accent);
}
.ai-starter-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--ai-starter-muted);
  font-size: 14px;
  font-weight: 700;
}
.ai-starter-links a,
.ai-starter-footer-links a {
  color: inherit;
  text-decoration: none;
}
.ai-starter-section {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}
.ai-starter-hero-grid,
.ai-starter-split-grid,
.ai-starter-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: center;
}
.ai-starter-eyebrow {
  margin: 0 0 10px;
  color: var(--ai-starter-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ai-starter-heading {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: 0;
}
.ai-starter-section-heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}
.ai-starter-lede {
  margin: 16px 0 0;
  color: var(--ai-starter-muted);
  font-size: 18px;
  line-height: 1.6;
}
.ai-starter-body {
  margin: 12px 0 0;
  color: var(--ai-starter-muted);
  font-size: 15px;
  line-height: 1.58;
}
.ai-starter-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.ai-starter-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--ai-starter-accent);
  border-radius: var(--ai-starter-radius);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-button-primary {
  background: var(--ai-starter-accent);
  color: #ffffff;
}
.ai-starter-button-secondary {
  background: transparent;
  color: var(--ai-starter-text);
}
.ai-starter-media {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: repeating-linear-gradient(135deg, var(--ai-starter-surface-alt), var(--ai-starter-surface-alt) 12px, #f8fafc 12px, #f8fafc 24px);
  color: var(--ai-starter-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.ai-starter-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.ai-starter-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface);
}
.ai-starter-card h3 {
  margin: 0;
  font-size: 18px;
}
.ai-starter-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface-alt);
}
.ai-starter-input,
.ai-starter-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: #ffffff;
  color: var(--ai-starter-text);
  font: inherit;
  padding: 12px 13px;
}
.ai-starter-textarea {
  min-height: 112px;
  resize: vertical;
}
.ai-starter-footer {
  background: #111827;
  color: #e5e7eb;
}
.ai-starter-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.ai-starter-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #cbd5e1;
  font-size: 14px;
}
@media (max-width: 760px) {
  .ai-starter-nav-inner,
  .ai-starter-hero-grid,
  .ai-starter-split-grid,
  .ai-starter-contact-grid,
  .ai-starter-card-grid {
    grid-template-columns: 1fr;
  }
  .ai-starter-links {
    justify-content: flex-start;
    overflow: hidden;
  }
  .ai-starter-inner {
    width: min(100% - 28px, 1120px);
    padding: 42px 0;
  }
  .ai-starter-heading {
    font-size: 34px;
  }
}



.ai-starter-page,
.ai-starter-ribbon,
.ai-starter-nav,
.ai-starter-section,
.ai-starter-footer {
  --ai-starter-bg: #f8fafc;
  --ai-starter-surface: #ffffff;
  --ai-starter-surface-alt: #eef2f7;
  --ai-starter-text: #111827;
  --ai-starter-muted: #4b5563;
  --ai-starter-line: #cbd5e1;
  --ai-starter-accent: #0f766e;
  --ai-starter-accent-dark: #134e4a;
  --ai-starter-radius: 6px;
  background: var(--ai-starter-bg);
  color: var(--ai-starter-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ai-starter-ribbon {
  display: flex;
  justify-content: center;
  padding: 10px 18px;
  background: var(--ai-starter-accent-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.ai-starter-nav {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-nav-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.ai-starter-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ai-starter-text);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ai-starter-accent);
}
.ai-starter-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--ai-starter-muted);
  font-size: 14px;
  font-weight: 700;
}
.ai-starter-links a,
.ai-starter-footer-links a {
  color: inherit;
  text-decoration: none;
}
.ai-starter-section {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}
.ai-starter-hero-grid,
.ai-starter-split-grid,
.ai-starter-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: center;
}
.ai-starter-eyebrow {
  margin: 0 0 10px;
  color: var(--ai-starter-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ai-starter-heading {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: 0;
}
.ai-starter-section-heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}
.ai-starter-lede {
  margin: 16px 0 0;
  color: var(--ai-starter-muted);
  font-size: 18px;
  line-height: 1.6;
}
.ai-starter-body {
  margin: 12px 0 0;
  color: var(--ai-starter-muted);
  font-size: 15px;
  line-height: 1.58;
}
.ai-starter-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.ai-starter-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--ai-starter-accent);
  border-radius: var(--ai-starter-radius);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-button-primary {
  background: var(--ai-starter-accent);
  color: #ffffff;
}
.ai-starter-button-secondary {
  background: transparent;
  color: var(--ai-starter-text);
}
.ai-starter-media {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: repeating-linear-gradient(135deg, var(--ai-starter-surface-alt), var(--ai-starter-surface-alt) 12px, #f8fafc 12px, #f8fafc 24px);
  color: var(--ai-starter-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.ai-starter-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.ai-starter-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface);
}
.ai-starter-card h3 {
  margin: 0;
  font-size: 18px;
}
.ai-starter-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface-alt);
}
.ai-starter-input,
.ai-starter-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: #ffffff;
  color: var(--ai-starter-text);
  font: inherit;
  padding: 12px 13px;
}
.ai-starter-textarea {
  min-height: 112px;
  resize: vertical;
}
.ai-starter-footer {
  background: #111827;
  color: #e5e7eb;
}
.ai-starter-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.ai-starter-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #cbd5e1;
  font-size: 14px;
}
@media (max-width: 760px) {
  .ai-starter-nav-inner,
  .ai-starter-hero-grid,
  .ai-starter-split-grid,
  .ai-starter-contact-grid,
  .ai-starter-card-grid {
    grid-template-columns: 1fr;
  }
  .ai-starter-links {
    justify-content: flex-start;
    overflow: hidden;
  }
  .ai-starter-inner {
    width: min(100% - 28px, 1120px);
    padding: 42px 0;
  }
  .ai-starter-heading {
    font-size: 34px;
  }
}



.ai-starter-page,
.ai-starter-ribbon,
.ai-starter-nav,
.ai-starter-section,
.ai-starter-footer {
  --ai-starter-bg: #f8fafc;
  --ai-starter-surface: #ffffff;
  --ai-starter-surface-alt: #eef2f7;
  --ai-starter-text: #111827;
  --ai-starter-muted: #4b5563;
  --ai-starter-line: #cbd5e1;
  --ai-starter-accent: #0f766e;
  --ai-starter-accent-dark: #134e4a;
  --ai-starter-radius: 6px;
  background: var(--ai-starter-bg);
  color: var(--ai-starter-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ai-starter-ribbon {
  display: flex;
  justify-content: center;
  padding: 10px 18px;
  background: var(--ai-starter-accent-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.ai-starter-nav {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-nav-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.ai-starter-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ai-starter-text);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ai-starter-accent);
}
.ai-starter-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--ai-starter-muted);
  font-size: 14px;
  font-weight: 700;
}
.ai-starter-links a,
.ai-starter-footer-links a {
  color: inherit;
  text-decoration: none;
}
.ai-starter-section {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}
.ai-starter-hero-grid,
.ai-starter-split-grid,
.ai-starter-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: center;
}
.ai-starter-eyebrow {
  margin: 0 0 10px;
  color: var(--ai-starter-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ai-starter-heading {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: 0;
}
.ai-starter-section-heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}
.ai-starter-lede {
  margin: 16px 0 0;
  color: var(--ai-starter-muted);
  font-size: 18px;
  line-height: 1.6;
}
.ai-starter-body {
  margin: 12px 0 0;
  color: var(--ai-starter-muted);
  font-size: 15px;
  line-height: 1.58;
}
.ai-starter-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.ai-starter-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--ai-starter-accent);
  border-radius: var(--ai-starter-radius);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-button-primary {
  background: var(--ai-starter-accent);
  color: #ffffff;
}
.ai-starter-button-secondary {
  background: transparent;
  color: var(--ai-starter-text);
}
.ai-starter-media {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: repeating-linear-gradient(135deg, var(--ai-starter-surface-alt), var(--ai-starter-surface-alt) 12px, #f8fafc 12px, #f8fafc 24px);
  color: var(--ai-starter-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.ai-starter-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.ai-starter-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface);
}
.ai-starter-card h3 {
  margin: 0;
  font-size: 18px;
}
.ai-starter-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface-alt);
}
.ai-starter-input,
.ai-starter-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: #ffffff;
  color: var(--ai-starter-text);
  font: inherit;
  padding: 12px 13px;
}
.ai-starter-textarea {
  min-height: 112px;
  resize: vertical;
}
.ai-starter-footer {
  background: #111827;
  color: #e5e7eb;
}
.ai-starter-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.ai-starter-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #cbd5e1;
  font-size: 14px;
}
@media (max-width: 760px) {
  .ai-starter-nav-inner,
  .ai-starter-hero-grid,
  .ai-starter-split-grid,
  .ai-starter-contact-grid,
  .ai-starter-card-grid {
    grid-template-columns: 1fr;
  }
  .ai-starter-links {
    justify-content: flex-start;
    overflow: hidden;
  }
  .ai-starter-inner {
    width: min(100% - 28px, 1120px);
    padding: 42px 0;
  }
  .ai-starter-heading {
    font-size: 34px;
  }
}



.ai-starter-page,
.ai-starter-ribbon,
.ai-starter-nav,
.ai-starter-section,
.ai-starter-footer {
  --ai-starter-bg: #f8fafc;
  --ai-starter-surface: #ffffff;
  --ai-starter-surface-alt: #eef2f7;
  --ai-starter-text: #111827;
  --ai-starter-muted: #4b5563;
  --ai-starter-line: #cbd5e1;
  --ai-starter-accent: #0f766e;
  --ai-starter-accent-dark: #134e4a;
  --ai-starter-radius: 6px;
  background: var(--ai-starter-bg);
  color: var(--ai-starter-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ai-starter-ribbon {
  display: flex;
  justify-content: center;
  padding: 10px 18px;
  background: var(--ai-starter-accent-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.ai-starter-nav {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-nav-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.ai-starter-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ai-starter-text);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ai-starter-accent);
}
.ai-starter-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--ai-starter-muted);
  font-size: 14px;
  font-weight: 700;
}
.ai-starter-links a,
.ai-starter-footer-links a {
  color: inherit;
  text-decoration: none;
}
.ai-starter-section {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}
.ai-starter-hero-grid,
.ai-starter-split-grid,
.ai-starter-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: center;
}
.ai-starter-eyebrow {
  margin: 0 0 10px;
  color: var(--ai-starter-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ai-starter-heading {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: 0;
}
.ai-starter-section-heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}
.ai-starter-lede {
  margin: 16px 0 0;
  color: var(--ai-starter-muted);
  font-size: 18px;
  line-height: 1.6;
}
.ai-starter-body {
  margin: 12px 0 0;
  color: var(--ai-starter-muted);
  font-size: 15px;
  line-height: 1.58;
}
.ai-starter-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.ai-starter-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--ai-starter-accent);
  border-radius: var(--ai-starter-radius);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-button-primary {
  background: var(--ai-starter-accent);
  color: #ffffff;
}
.ai-starter-button-secondary {
  background: transparent;
  color: var(--ai-starter-text);
}
.ai-starter-media {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: repeating-linear-gradient(135deg, var(--ai-starter-surface-alt), var(--ai-starter-surface-alt) 12px, #f8fafc 12px, #f8fafc 24px);
  color: var(--ai-starter-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.ai-starter-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.ai-starter-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface);
}
.ai-starter-card h3 {
  margin: 0;
  font-size: 18px;
}
.ai-starter-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface-alt);
}
.ai-starter-input,
.ai-starter-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: #ffffff;
  color: var(--ai-starter-text);
  font: inherit;
  padding: 12px 13px;
}
.ai-starter-textarea {
  min-height: 112px;
  resize: vertical;
}
.ai-starter-footer {
  background: #111827;
  color: #e5e7eb;
}
.ai-starter-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.ai-starter-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #cbd5e1;
  font-size: 14px;
}
@media (max-width: 760px) {
  .ai-starter-nav-inner,
  .ai-starter-hero-grid,
  .ai-starter-split-grid,
  .ai-starter-contact-grid,
  .ai-starter-card-grid {
    grid-template-columns: 1fr;
  }
  .ai-starter-links {
    justify-content: flex-start;
    overflow: hidden;
  }
  .ai-starter-inner {
    width: min(100% - 28px, 1120px);
    padding: 42px 0;
  }
  .ai-starter-heading {
    font-size: 34px;
  }
}



.ai-starter-page,
.ai-starter-ribbon,
.ai-starter-nav,
.ai-starter-section,
.ai-starter-footer {
  --ai-starter-bg: #f8fafc;
  --ai-starter-surface: #ffffff;
  --ai-starter-surface-alt: #eef2f7;
  --ai-starter-text: #111827;
  --ai-starter-muted: #4b5563;
  --ai-starter-line: #cbd5e1;
  --ai-starter-accent: #0f766e;
  --ai-starter-accent-dark: #134e4a;
  --ai-starter-radius: 6px;
  background: var(--ai-starter-bg);
  color: var(--ai-starter-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ai-starter-ribbon {
  display: flex;
  justify-content: center;
  padding: 10px 18px;
  background: var(--ai-starter-accent-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.ai-starter-nav {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-nav-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.ai-starter-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ai-starter-text);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ai-starter-accent);
}
.ai-starter-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--ai-starter-muted);
  font-size: 14px;
  font-weight: 700;
}
.ai-starter-links a,
.ai-starter-footer-links a {
  color: inherit;
  text-decoration: none;
}
.ai-starter-section {
  background: var(--ai-starter-surface);
  border-bottom: 1px solid var(--ai-starter-line);
}
.ai-starter-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}
.ai-starter-hero-grid,
.ai-starter-split-grid,
.ai-starter-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: center;
}
.ai-starter-eyebrow {
  margin: 0 0 10px;
  color: var(--ai-starter-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ai-starter-heading {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
  letter-spacing: 0;
}
.ai-starter-section-heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: 0;
}
.ai-starter-lede {
  margin: 16px 0 0;
  color: var(--ai-starter-muted);
  font-size: 18px;
  line-height: 1.6;
}
.ai-starter-body {
  margin: 12px 0 0;
  color: var(--ai-starter-muted);
  font-size: 15px;
  line-height: 1.58;
}
.ai-starter-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.ai-starter-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--ai-starter-accent);
  border-radius: var(--ai-starter-radius);
  font-weight: 800;
  text-decoration: none;
}
.ai-starter-button-primary {
  background: var(--ai-starter-accent);
  color: #ffffff;
}
.ai-starter-button-secondary {
  background: transparent;
  color: var(--ai-starter-text);
}
.ai-starter-media {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: repeating-linear-gradient(135deg, var(--ai-starter-surface-alt), var(--ai-starter-surface-alt) 12px, #f8fafc 12px, #f8fafc 24px);
  color: var(--ai-starter-muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.ai-starter-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.ai-starter-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface);
}
.ai-starter-card h3 {
  margin: 0;
  font-size: 18px;
}
.ai-starter-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: var(--ai-starter-surface-alt);
}
.ai-starter-input,
.ai-starter-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--ai-starter-line);
  border-radius: var(--ai-starter-radius);
  background: #ffffff;
  color: var(--ai-starter-text);
  font: inherit;
  padding: 12px 13px;
}
.ai-starter-textarea {
  min-height: 112px;
  resize: vertical;
}
.ai-starter-footer {
  background: #111827;
  color: #e5e7eb;
}
.ai-starter-footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.ai-starter-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #cbd5e1;
  font-size: 14px;
}
@media (max-width: 760px) {
  .ai-starter-nav-inner,
  .ai-starter-hero-grid,
  .ai-starter-split-grid,
  .ai-starter-contact-grid,
  .ai-starter-card-grid {
    grid-template-columns: 1fr;
  }
  .ai-starter-links {
    justify-content: flex-start;
    overflow: hidden;
  }
  .ai-starter-inner {
    width: min(100% - 28px, 1120px);
    padding: 42px 0;
  }
  .ai-starter-heading {
    font-size: 34px;
  }
}
