:root {
  --brand: #2563eb;
  --brand-dark: #1e3a5f;
  --brand-light: #eff4ff;
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --bg: #ffffff;
  --bg-alt: #f8fafc;
  --ring: 0 0 0 4px rgba(29, 78, 216, 0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container { width: min(1120px, 92%); margin-inline: auto; }

a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #f5f9fa;
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 100px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.1rem; }
.logo-mark { height: 80px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links > a:not(.btn) { font-size: 0.95rem; color: var(--ink-soft); font-weight: 500; transition: color 0.15s; }
.nav-links > a:not(.btn):hover { color: var(--brand); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: 0.25s; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-weight: 600; font-size: 1rem;
  border-radius: 12px; padding: 13px 24px; text-align: center;
  transition: transform 0.12s, box-shadow 0.15s, background 0.15s;
  border: 1px solid transparent; cursor: pointer;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 20px rgba(29, 78, 216, 0.28); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-secondary { background: var(--brand-light, #e8efff); color: var(--brand); }
.btn-secondary:hover { background: #dbe7ff; }
.btn-ghost { background: #fff; color: var(--brand); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--brand); }
.btn-sm { padding: 9px 18px; font-size: 0.9rem; }
.btn-invert { background: #fff; color: var(--brand-dark); }
.btn-invert:hover { background: #f3f7ff; }
.btn-invert-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-invert-ghost:hover { border-color: #fff; }

/* ---------- Hero ---------- */
.hero { padding: 96px 0 88px; background: radial-gradient(900px 480px at 15% -10%, #e6eeff 0%, transparent 55%), var(--bg); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.pill {
  display: inline-block; font-size: 0.8rem; font-weight: 600; color: var(--brand);
  background: var(--brand-light, #e8efff); padding: 6px 14px; border-radius: 999px;
  margin-bottom: 22px; letter-spacing: 0.2px;
}
.hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 18px; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 34em; margin-bottom: 28px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-bullets { display: grid; gap: 10px; }
.hero-bullets li { position: relative; padding-left: 28px; color: var(--ink-soft); font-size: 0.98rem; }
.hero-bullets li::before {
  content: "\2713"; position: absolute; left: 0; top: 1px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--brand); color: #fff; font-size: 0.72rem; font-weight: 700;
  display: grid; place-items: center;
}

/* Hero mock */
.hero-visual { display: flex; justify-content: center; }
.mock {
  width: 100%; max-width: 440px; border: 1px solid var(--line);
  border-radius: 20px; background: #fff; overflow: hidden;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.18);
}
.mock-top { background: #f8fafc; border-bottom: 1px solid var(--line); padding: 14px 18px; display: flex; gap: 6px; }
.mock-dot { width: 11px; height: 11px; border-radius: 50%; background: #e2e8f0; }
.mock-body { padding: 20px; }
.mock-stat {
  background: var(--brand-light, #e8efff); border: 1px solid #dbe7ff;
  border-radius: 14px; padding: 16px 18px; margin-bottom: 18px;
  display: flex; align-items: baseline; justify-content: space-between;
}
.mock-stat-label { font-size: 0.85rem; font-weight: 600; color: var(--brand); }
.mock-stat-num { font-size: 2rem; font-weight: 800; color: var(--brand-dark); }
.mock-bars { display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-bottom: 20px; }
.bar { flex: 1; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--brand) 0%, #93b4ff 100%); opacity: 0.35; }
.bar:nth-child(2) { opacity: 0.6; }
.bar:nth-child(5) { opacity: 1; }
.mock-rows { display: grid; gap: 9px; }
.mock-row {
  border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.85rem; font-weight: 600; color: var(--ink-soft);
}
.mock-row span { font-weight: 500; color: var(--muted); font-size: 0.78rem; }
.mock-row.ok span { color: #16a34a; }
.mock-row.warn span { color: #d97706; }
.mock-row.bad span { color: #dc2626; }

/* ---------- Trust ---------- */
.trust { padding: 34px 0; border-block: 1px solid var(--line); background: var(--bg-alt); }
.trust-badges { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.compliance-badge {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.compliance-logo { height: 40px; width: auto; object-fit: contain; }
.compliance-text { display: flex; flex-direction: column; }
.compliance-text strong { font-size: 0.95rem; color: var(--ink); line-height: 1.2; }
.compliance-text span { font-size: 0.78rem; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 46em; margin: 0 auto 52px; }
.eyebrow {
  display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -0.02em; margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* Feature grid */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 28px; transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08); border-color: #cfe0ff; }
.feature-icon {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: var(--brand-light, #e8efff); color: var(--brand); font-size: 1.4rem; margin-bottom: 16px;
}
.feature-card h3 { font-size: 1.1rem; margin-bottom: 8px; letter-spacing: -0.01em; }
.feature-card p { color: var(--muted); font-size: 0.95rem; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; position: relative; }
.step-num {
  position: absolute; top: 22px; right: 24px; font-size: 3rem; font-weight: 800;
  color: var(--brand-light, #e8efff);
}
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.95rem; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px;
  display: flex; flex-direction: column; position: relative;
}
.price-card.featured { border-color: var(--brand); box-shadow: 0 20px 44px rgba(29, 78, 216, 0.18); }
.featured-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--brand); color: #fff; font-size: 0.72rem; font-weight: 700;
  padding: 5px 14px; border-radius: 999px; white-space: nowrap;
}
.price-card h3 { font-size: 1.1rem; margin-bottom: 12px; }
.price { font-size: 2.2rem; font-weight: 800; margin-bottom: 4px; }
.price span { font-size: 1.9rem; }
.price small { font-size: 0.95rem; font-weight: 500; color: var(--muted); }
.price-desc { color: var(--muted); font-size: 0.9rem; margin-bottom: 20px; }
.price-card ul { display: grid; gap: 10px; margin-bottom: 24px; flex: 1; }
.price-card li { position: relative; padding-left: 26px; font-size: 0.94rem; color: var(--ink-soft); }
.price-card li::before {
  content: "\2713"; position: absolute; left: 0; top: 2px; color: var(--brand); font-weight: 700;
}
.pricing-note { text-align: center; color: var(--muted); font-size: 0.95rem; margin-bottom: 32px; max-width: 40em; margin-inline: auto; }

/* Testimonials */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px;
  display: flex; flex-direction: column;
}
.testimonial blockquote { font-size: 1rem; color: var(--ink-soft); margin-bottom: 20px; }
.testimonial figcaption { border-top: 1px solid var(--line); padding-top: 16px; display: grid; }
.testimonial figcaption strong { font-size: 0.95rem; }
.testimonial figcaption span { font-size: 0.83rem; color: var(--muted); }

/* FAQ */
.faq-list { max-width: 720px; margin-inline: auto; display: grid; gap: 12px; }
.faq-list details {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 4px 20px; transition: border-color 0.15s;
}
.faq-list details[open] { border-color: var(--brand); }
.faq-list summary {
  cursor: pointer; padding: 16px 0; font-weight: 600; font-size: 1rem;
  list-style: none; position: relative; padding-right: 30px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 0; top: 14px; font-size: 1.4rem;
  font-weight: 400; color: var(--brand); transition: transform 0.2s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding-bottom: 18px; color: var(--muted); }

/* CTA */
.cta {
  padding: 90px 0; text-align: center; color: #fff;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%);
}
.cta h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); letter-spacing: -0.02em; margin-bottom: 14px; }
.cta p { color: rgba(255, 255, 255, 0.88); font-size: 1.05rem; max-width: 30em; margin: 0 auto 28px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.cta-note { font-size: 0.85rem; color: rgba(255, 255, 255, 0.7) !important; margin-bottom: 0 !important; }

/* ---------- Footer ---------- */
.site-footer { background: #0b1120; color: #94a3b8; padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
.footer-brand .logo { color: #fff; margin-bottom: 14px; }
.footer-brand p { font-size: 0.9rem; max-width: 22em; }
.footer-col h4 { color: #fff; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col { display: grid; gap: 10px; align-content: start; }
.footer-col a { font-size: 0.93rem; transition: color 0.15s; }
.footer-col a:hover { color: #fff; }
.footer-compliance { display: flex; gap: 12px; margin-bottom: 12px; }
.footer-logo { height: 36px; width: auto; object-fit: contain; border-radius: 4px; background: #fff; padding: 4px; }
.footer-security-note { font-size: 0.82rem; line-height: 1.5; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 22px; }
.footer-bottom p { font-size: 0.85rem; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .feature-grid, .pricing-grid, .testimonial-grid, .steps { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .screenshot-block + .screenshot-block { margin-top: 40px; }
}
@media (max-width: 640px) {
  .nav-links {
    display: none; position: absolute; top: 100px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #f5f9fa; border-bottom: 1px solid var(--line); padding: 12px 5%;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
  .nav-links .btn { margin-top: 14px; }
  .nav-toggle { display: flex; }
  .section { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ---------- Screenshot Mockups ---------- */
.screenshot-block { margin-bottom: 48px; }
.screenshot-label {
  text-align: center; font-size: 0.85rem; font-weight: 600; color: var(--muted);
  margin-bottom: 16px; letter-spacing: 0.3px;
}
.mock-screenshot {
  width: 100%; max-width: 720px; margin: 0 auto;
  border: 1px solid var(--line); border-radius: 16px; background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}
.mock-screenshot .mock-body { padding: 24px; }
.mock-mobile { max-width: 380px; }

.mock-title { font-size: 0.78rem; font-weight: 600; color: var(--muted); margin-left: 12px; }
.mock-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
.mock-stat { border-radius: 10px; padding: 12px; text-align: center; }
.mock-stat.blue { background: #eff6ff; }
.mock-stat.green { background: #f0fdf4; }
.mock-stat.amber { background: #fffbeb; }
.mock-stat.red { background: #fef2f2; }
.mock-stat .mock-stat-num { display: block; font-size: 1.4rem; font-weight: 800; }
.mock-stat .mock-stat-label { display: block; font-size: 0.7rem; color: var(--muted); font-weight: 500; }
.mock-stat.blue .mock-stat-num { color: #2563eb; }
.mock-stat.green .mock-stat-num { color: #16a34a; }
.mock-stat.amber .mock-stat-num { color: #d97706; }
.mock-stat.red .mock-stat-num { color: #dc2626; }

.mock-banner {
  border-radius: 10px; padding: 10px 14px; font-size: 0.82rem; font-weight: 600; margin-bottom: 14px;
}
.mock-banner.warn { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }

.mock-progress { margin-bottom: 16px; }
.mock-progress-bar {
  height: 8px; border-radius: 4px; background: linear-gradient(90deg, #2563eb 0%, #93b4ff 100%);
  margin-bottom: 6px;
}
.mock-progress-text { font-size: 0.78rem; color: var(--muted); font-weight: 500; }

.mock-checklist { display: grid; gap: 8px; margin-bottom: 14px; }
.mock-check {
  border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px;
  font-size: 0.85rem; color: var(--ink-soft); display: flex; align-items: center; gap: 10px;
}
.mock-check.ok { border-color: #bbf7d0; background: #f0fdf4; }
.mock-check.defect { border-color: #fecaca; background: #fef2f2; }
.mock-check.unchecked { border-style: dashed; color: var(--muted); }
.mock-check-icon { font-weight: 700; width: 20px; text-align: center; }
.mock-check.ok .mock-check-icon { color: #16a34a; }
.mock-check.defect .mock-check-icon { color: #dc2626; }
.mock-severity {
  margin-left: auto; font-size: 0.7rem; font-weight: 600; padding: 3px 8px;
  border-radius: 6px; background: #fef2f2; color: #dc2626;
}

.mock-timer { font-size: 0.78rem; color: #d97706; font-weight: 500; padding: 8px 0; }

.mock-compliance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mock-compliance-card {
  border: 1px solid var(--line); border-radius: 10px; padding: 14px;
}
.mock-compliance-title { font-size: 0.82rem; font-weight: 700; margin-bottom: 8px; color: var(--ink); }
.mock-compliance-row { font-size: 0.78rem; padding: 3px 0; color: var(--ink-soft); }

.mock-mobile-nav {
  display: flex; gap: 8px; margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.mock-nav-item {
  font-size: 0.72rem; font-weight: 600; color: var(--muted); padding: 4px 8px;
  border-radius: 6px; white-space: nowrap;
}
.mock-nav-item.active { background: var(--brand-light, #e8efff); color: var(--brand); }

.mock-row.blue { border-color: #bfdbfe; }
.mock-row.blue span { color: #2563eb; }
.mock-row.green { border-color: #bbf7d0; }
.mock-row.green span { color: #16a34a; }

.mock-audit-search {
  display: flex; gap: 10px; margin-bottom: 16px; align-items: center;
}
.mock-audit-input {
  flex: 1; border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px;
  font-size: 0.85rem; color: var(--ink-soft); font-family: monospace;
}
.mock-audit-btn {
  background: var(--brand); color: #fff; padding: 10px 20px; border-radius: 10px;
  font-size: 0.85rem; font-weight: 600;
}
.mock-audit-result { border: 1px solid var(--line); border-radius: 10px; padding: 16px; }
.mock-audit-vehicle { font-size: 0.82rem; color: var(--ink-soft); margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.mock-audit-vehicle strong { color: var(--ink); display: block; margin-bottom: 4px; }
.mock-audit-checks { font-size: 0.82rem; }
.mock-audit-checks strong { display: block; margin-bottom: 8px; color: var(--ink); }

.mock-job-sheet {
  margin-top: 14px; border: 1px solid var(--line); border-radius: 10px;
  padding: 14px; background: #f8fafc;
}
.mock-job-sheet strong { font-size: 0.82rem; display: block; margin-bottom: 8px; color: var(--ink); }
.mock-job-detail { font-size: 0.78rem; color: var(--ink-soft); line-height: 1.6; }

.feature-card-highlight {
  border-color: #cfe0ff;
  background: linear-gradient(135deg, #f8faff 0%, #fff 100%);
}
.feature-card-highlight:hover {
  border-color: #93b4ff;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.12);
}

/* ---------- AI Photo Upload ---------- */
.ai-photo-upload {
  max-width: 720px;
  margin: 0 auto;
}
.upload-zone {
  border: 2px dashed var(--line);
  border-radius: 18px;
  padding: 48px 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.upload-zone:hover,
.upload-zone.dragover {
  border-color: var(--brand);
  background: var(--brand-light);
}
.upload-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  opacity: 0.6;
}
.upload-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.upload-hint {
  font-size: 0.85rem;
  color: var(--muted);
}
.photo-preview-container {
  margin-top: 24px;
}
.photo-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.photo-preview-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid var(--line);
}
.photo-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-preview-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(220, 38, 38, 0.9);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  line-height: 1;
}
.photo-preview-remove:hover {
  background: #dc2626;
}
.ai-results {
  margin-top: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
}
.ai-results h3 {
  font-size: 1.15rem;
  margin-bottom: 16px;
  color: var(--ink);
}
.ai-results-content {
  display: grid;
  gap: 14px;
}
.ai-result-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
}
.ai-result-card h4 {
  font-size: 0.95rem;
  margin-bottom: 6px;
  color: var(--ink);
}
.ai-result-card p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.ai-result-card.severity-high {
  border-color: #fecaca;
  background: #fef2f2;
}
.ai-result-card.severity-medium {
  border-color: #fed7aa;
  background: #fffbeb;
}
.ai-result-card.severity-low {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

/* ---------- Contact Form ---------- */
.contact-form {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
}
.form-group .required {
  color: #dc2626;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--muted);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--brand);
  box-shadow: var(--ring);
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.contact-form .btn {
  align-self: flex-start;
}
.form-success {
  display: none;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 16px 20px;
}
.form-success p {
  color: #166534;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
}
.form-success.visible {
  display: block;
}
@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}