/* app/assets/stylesheets/market/new_llc.css */
/* FORA — Business Formation Guide */

/* ── Page wrapper ─────────────────────────────────────────────────────── */
.newllc-page {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 4rem;
  font-family: inherit;
}

/* ── Hero ─────────────────────────────────────────────────────────────── */
.newllc-hero {
  background: #1B2A4A;
  border-bottom: 3px solid #C8A84B;
}

.newllc-hero-inner {
  padding: 2.5rem 2rem 2rem;
}

.newllc-eyebrow {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C8A84B;
  margin-bottom: 0.75rem;
}

.newllc-hero-h1 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.newllc-hero-sub {
  font-size: 0.95rem;
  color: #CBD5E1;
  line-height: 1.65;
  max-width: 580px;
  margin: 0;
}

/* ── Body ─────────────────────────────────────────────────────────────── */
.newllc-body {
  padding: 0 2rem;
}

/* ── Intake card ──────────────────────────────────────────────────────── */
.newllc-intake-card {
  background: #ffffff;
  border: 0.5px solid #D6D3CB;
  border-left: 3px solid #C8A84B;
  border-radius: 0 8px 8px 0;
  padding: 1.75rem;
  margin: 2rem 0;
}

.newllc-card-title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #1B2A4A;
  margin-bottom: 0.25rem;
}

.newllc-card-sub {
  font-size: 0.875rem;
  color: #6B7280;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

/* ── Form fields ──────────────────────────────────────────────────────── */
.newllc-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 560px) {
  .newllc-field-row {
    grid-template-columns: 1fr;
  }
}

.newllc-field-group {
  margin-bottom: 1.1rem;
}

.newllc-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1B2A4A;
  margin-bottom: 0.35rem;
}

.newllc-input {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 0.5px solid #B8B4AB;
  border-radius: 6px;
  font-size: 0.9rem;
  font-family: inherit;
  color: #1A1A2E;
  background: #ffffff;
  outline: none;
  appearance: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}

.newllc-input:focus {
  border-color: #C8A84B;
  box-shadow: 0 0 0 2px rgba(200, 168, 75, 0.18);
}

.newllc-textarea {
  resize: vertical;
  min-height: 72px;
}

.newllc-select {
  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='%236B7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.25rem;
  cursor: pointer;
}

.newllc-form-footer {
  margin-top: 1.25rem;
}

/* ── Buttons ──────────────────────────────────────────────────────────── */
.newllc-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.7rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: inherit;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
}

.newllc-btn-gold {
  background: #C8A84B;
  color: #111D33;
}

.newllc-btn-gold:hover  { background: #B5943F; }
.newllc-btn-gold:active { transform: scale(0.98); }

.newllc-btn-navy {
  background: #1B2A4A;
  color: #ffffff;
}

.newllc-btn-navy:hover { background: #263960; }

/* ── Guide header ─────────────────────────────────────────────────────── */
.newllc-guide-header {
  background: #FAF8F3;
  border: 0.5px solid #D6D3CB;
  border-left: 3px solid #C8A84B;
  border-radius: 0 8px 8px 0;
  padding: 1.5rem 1.75rem;
  margin: 2rem 0 1.5rem;
}

.newllc-guide-header .newllc-guide-name {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C8A84B;
  margin-bottom: 0.4rem;
}

.newllc-guide-header h2 {
  font-size: 1.15rem;
  font-weight: 500;
  color: #1B2A4A;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.newllc-guide-header p {
  font-size: 0.88rem;
  color: #374151;
  line-height: 1.65;
  margin: 0;
}

/* ── Phase label ──────────────────────────────────────────────────────── */
.newllc-phase-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C8A84B;
  margin: 2rem 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.newllc-phase-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #D6D3CB;
}

/* ── Step card ────────────────────────────────────────────────────────── */
.newllc-step-card {
  background: #ffffff;
  border: 0.5px solid #D6D3CB;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.newllc-step-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.5rem 0;
}

.newllc-step-badge {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: #C8A84B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 500;
  color: #111D33;
  margin-top: 2px;
}

.newllc-step-title-wrap {
  flex: 1;
}

.newllc-step-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1B2A4A;
  line-height: 1.35;
}

.newllc-step-cost {
  font-size: 0.75rem;
  font-weight: 500;
  color: #C8A84B;
  white-space: nowrap;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ── Mentor block ─────────────────────────────────────────────────────── */
.newllc-mentor-block {
  margin: 0.9rem 1.5rem 0 3.5rem;
  background: #FAF8F3;
  border-left: 3px solid #C8A84B;
  border-radius: 0 4px 4px 0;
  padding: 0.8rem 1rem;
  font-size: 0.875rem;
  font-style: italic;
  color: #374151;
  line-height: 1.65;
}

.newllc-mentor-block:empty { display: none; }

/* ── Bullet list ──────────────────────────────────────────────────────── */
.newllc-step-bullets {
  list-style: none;
  padding: 0.9rem 1.5rem 1.25rem 3.5rem;
  margin: 0;
}

.newllc-step-bullets li {
  font-size: 0.85rem;
  color: #1A1A2E;
  line-height: 1.55;
  padding: 0.3rem 0;
  border-bottom: 0.5px solid #D6D3CB;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.newllc-step-bullets li:last-child { border-bottom: none; }

.newllc-step-bullets li::before {
  content: '\2192';
  color: #C8A84B;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.newllc-step-bullets li a {
  color: #1B2A4A;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(200, 168, 75, 0.4);
}

.newllc-step-bullets li a:hover { color: #C8A84B; }

/* ── Step note ────────────────────────────────────────────────────────── */
.newllc-step-note {
  margin: 0 1.5rem 1.25rem 3.5rem;
  font-size: 0.8rem;
  color: #6B7280;
  font-style: italic;
  line-height: 1.5;
}

/* ── Tip / checklist box ──────────────────────────────────────────────── */
.newllc-tip-box {
  background: #EAF3DE;
  border: 0.5px solid #9BBD7A;
  border-radius: 6px;
  padding: 0.9rem 1.25rem;
  margin: 0.5rem 0 1.5rem;
  font-size: 0.875rem;
  color: #3B6D11;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}

.newllc-tip-worry {
  background: #FFFDF9;
  border-color: #C8A84B;
  color: #374151;
  border-left: 3px solid #C8A84B;
  border-radius: 0 6px 6px 0;
}

.newllc-tip-icon {
  flex-shrink: 0;
  font-size: 14px;
  margin-top: 1px;
}

/* ── Cost table ───────────────────────────────────────────────────────── */
.newllc-cost-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 2rem;
  font-size: 0.875rem;
}

.newllc-cost-table th {
  background: #1B2A4A;
  color: #ffffff;
  padding: 0.65rem 1rem;
  text-align: left;
  font-weight: 500;
  font-size: 0.82rem;
}

.newllc-cost-table th:last-child { text-align: right; }

.newllc-cost-table td {
  padding: 0.6rem 1rem;
  border-bottom: 0.5px solid #D6D3CB;
  color: #1A1A2E;
}

.newllc-cost-table td:last-child { text-align: right; }

.newllc-cost-table tr:nth-child(even) td { background: #FAF8F3; }

.newllc-cost-table tr:last-child td {
  background: #EAF0F8;
  font-weight: 500;
  color: #1B2A4A;
}

.newllc-cost-val   { font-weight: 500; color: #C8A84B; }
.newllc-cost-free  { font-weight: 500; color: #1B2A4A; }
.newllc-cost-total { font-weight: 500; color: #C8A84B !important; }

/* ── Links grid ───────────────────────────────────────────────────────── */
.newllc-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 1rem 0 2rem;
}

@media (max-width: 500px) {
  .newllc-links-grid {
    grid-template-columns: 1fr;
  }
}

.newllc-link-card {
  background: #ffffff;
  border: 0.5px solid #D6D3CB;
  border-radius: 8px;
  padding: 0.85rem 1rem;
  text-decoration: none;
  display: block;
  transition: border-color 0.15s;
}

.newllc-link-card:hover { border-color: #C8A84B; }

.newllc-lc-label {
  font-size: 0.72rem;
  color: #6B7280;
  margin-bottom: 3px;
}

.newllc-lc-url {
  font-size: 0.82rem;
  font-weight: 500;
  color: #1B2A4A;
}

/* ── Footer ───────────────────────────────────────────────────────────── */
.newllc-footer {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1.5px solid #C8A84B;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

@media (max-width: 560px) {
  .newllc-footer {
    flex-direction: column;
  }
}

.newllc-footer-brand {
  font-size: 0.875rem;
  font-weight: 500;
  color: #C8A84B;
  white-space: nowrap;
}

.newllc-footer-disc {
  font-size: 0.72rem;
  color: #6B7280;
  line-height: 1.55;
  text-align: right;
}

.newllc-footer-disc a {
  color: #6B7280;
  text-decoration: underline;
}

@media (max-width: 560px) {
  .newllc-footer-disc {
    text-align: left;
  }
}
