/* Agency landing page styles */

.line-hero {
  background: var(--surface, #f5f0e8);
  border-bottom: 1px solid var(--border-light, #e5dfd4);
  padding: 2.5rem 0 2rem;
}

.line-breadcrumb {
  font-size: 0.82rem;
  color: var(--muted, #8a7f70);
  margin-bottom: 0.9rem;
}
.line-breadcrumb a { color: inherit; text-decoration: none; }
.line-breadcrumb a:hover { text-decoration: underline; }

.line-state-badge {
  display: inline-block;
  background: var(--accent-warm, #c47c3a);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.line-hero h1 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.2;
  margin-bottom: 0.3rem;
}

.line-subtitle {
  font-size: 1.05rem;
  color: var(--muted, #5a5248);
  margin-bottom: 1.5rem;
}

.line-stats-row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.line-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.line-stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-display, serif);
  color: var(--text, #1a1612);
  line-height: 1;
}

.line-stat-highlight .line-stat-value {
  color: var(--accent-warm, #c47c3a);
}

.line-stat-label {
  font-size: 0.78rem;
  color: var(--muted, #8a7f70);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Layout */
.line-layout {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 2.5rem;
  padding-top: 2.25rem;
  padding-bottom: 4rem;
  align-items: start;
}

@media (max-width: 900px) {
  .line-layout { grid-template-columns: 1fr; }
  .line-sidebar { order: -1; }
}

/* Phone card */
.phone-card {
  background: var(--text, #1a1612);
  color: #fff;
  border-radius: 14px;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.phone-card-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.6;
}

.phone-number-display {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  font-family: var(--font-mono, monospace);
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
}

.phone-number-display:hover { opacity: 0.85; }

.phone-card-sub {
  font-size: 0.85rem;
  opacity: 0.65;
}

/* IVR card */
.ivr-card {
  background: var(--surface, #f5f0e8);
  border: 1px solid var(--border-light, #e5dfd4);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.ivr-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.ivr-steps {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}

.ivr-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.ivr-num {
  width: 24px;
  height: 24px;
  background: var(--accent-warm, #c47c3a);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.ivr-contact-tip {
  background: var(--bg, #faf7f2);
  border: 1px solid var(--border-light, #e5dfd4);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.ivr-contact-tip code {
  font-family: var(--font-mono, monospace);
  font-size: 0.9rem;
  font-weight: 600;
  background: var(--surface, #f5f0e8);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
  margin: 0.15rem 0;
}

.ivr-contact-tip-sub {
  font-size: 0.8rem;
  color: var(--muted, #8a7f70);
}

/* Content sections */
.line-section {
  margin-bottom: 2rem;
}

.line-section h2 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.line-section p {
  font-size: 0.97rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.line-section a { color: var(--accent-warm, #c47c3a); }
.line-section a:hover { text-decoration: underline; }

.line-topics {
  columns: 2;
  gap: 1rem;
  font-size: 0.93rem;
  line-height: 1.6;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 600px) { .line-topics { columns: 1; } }

/* CTA box */
.line-cta-box {
  background: linear-gradient(135deg, #1a1612 0%, #2d2520 100%);
  color: #fff;
  border-radius: 16px;
  padding: 2.25rem 2rem;
  margin: 2rem 0;
  text-align: center;
}

.line-cta-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.line-cta-box h2 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.6rem;
}

.line-cta-box p {
  opacity: 0.8;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}

.line-cta-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Numbers table */
.line-numbers-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.line-numbers-table th {
  text-align: left;
  padding: 0.5rem 0.75rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted, #8a7f70);
  border-bottom: 1px solid var(--border-light, #e5dfd4);
}

.line-numbers-table td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid var(--border-light, #e5dfd4);
  line-height: 1.4;
}

.line-numbers-table a {
  color: var(--accent-warm, #c47c3a);
  text-decoration: none;
  font-weight: 600;
}

.line-numbers-table a:hover { text-decoration: underline; }

/* FAQ */
.faq-item {
  border-bottom: 1px solid var(--border-light, #e5dfd4);
  padding: 0.9rem 0;
}

.faq-item summary {
  font-weight: 600;
  font-size: 0.97rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.2rem; opacity: 0.5; }
.faq-item[open] summary::after { content: "−"; }

.faq-item p {
  font-size: 0.93rem;
  line-height: 1.7;
  color: var(--muted, #5a5248);
  margin-top: 0.6rem;
}

/* Sidebar */
.line-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.sidebar-action-card {
  background: var(--text, #1a1612);
  color: #fff;
  border-radius: 14px;
  padding: 1.4rem;
}

.sidebar-action-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.sidebar-action-card p {
  font-size: 0.88rem;
  opacity: 0.75;
  margin-bottom: 0.9rem;
  line-height: 1.5;
}

.sidebar-guarantee {
  font-size: 0.78rem;
  opacity: 0.6;
  margin-top: 0.6rem;
  text-align: center;
}

.sidebar-info-card {
  background: var(--surface, #f5f0e8);
  border: 1px solid var(--border-light, #e5dfd4);
  border-radius: 12px;
  padding: 1.1rem;
}

.sidebar-info-title {
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted, #8a7f70);
  margin-bottom: 0.6rem;
}

.sidebar-line-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-line-links li { margin-bottom: 0.4rem; }
.sidebar-line-links a {
  font-size: 0.88rem;
  color: var(--accent-warm, #c47c3a);
  text-decoration: none;
}
.sidebar-line-links a:hover { text-decoration: underline; }
