/* FieldBuddy landing page */

.fieldbuddy-page .header p { margin-bottom: 1.25rem; }

.fieldbuddy-page .header .chrome-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #20293b;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.2s;
}

.fieldbuddy-page .header .chrome-btn:not(.chrome-btn--soon):hover {
  background: #3d4a63;
  transform: translateY(-1px);
}

.chrome-btn__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.fieldbuddy-page .header .chrome-btn__icon {
  width: 18px;
  height: 18px;
}

.chrome-btn--soon {
  cursor: default;
  pointer-events: none;
}

.fieldbuddy-page .header .chrome-btn--soon {
  background: #475569;
  color: rgba(255, 255, 255, 0.9);
}

.intro {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.intro p { color: #4a5568; font-size: 0.95rem; line-height: 1.7; }

.feature {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.feature-inner {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.feature--reverse .feature-inner { flex-direction: row-reverse; }

.feature-text { flex: 1; min-width: 0; }
.feature-visual {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
}

.feature h2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #20293b;
  margin-bottom: 0.75rem;
}

.feature p {
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.feature p:last-of-type { margin-bottom: 0; }

.screenshot {
  width: fit-content;
  max-width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background: #f1f5f9;
  box-shadow: 0 8px 24px rgba(32, 41, 59, 0.08);
}

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

.screenshot--popup img,
.screenshot--categories img {
  max-width: 320px;
}

.screenshot--options img {
  max-width: 380px;
}

.screenshot-placeholder {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 0.875rem;
}

.cta-card {
  background: #20293b;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  margin-top: 2rem;
}

.cta-card h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}

.cta-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.chrome-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: #20293b;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.2s;
}

.chrome-btn:not(.chrome-btn--soon):hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}


.cta-card .chrome-btn--soon {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-note {
  margin: 1.25rem 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.cta-note a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  pointer-events: auto;
}

@media (max-width: 640px) {
  .feature-inner { flex-direction: column !important; }
  .feature-visual { order: -1; }
}
