:root {
  --la-ink: #1f2a37;
  --la-muted: #5b6777;
  --la-accent: #0f766e;
  --la-accent-dark: #0a4e4a;
  --la-warm: #f8f2e7;
  --la-sand: #efe7da;
}

body {
  font-family: "Source Sans 3", sans-serif;
  color: var(--la-ink);
  background: radial-gradient(circle at top left, #f9f5ee 0%, #ffffff 35%, #f2efe8 100%);
}

h1, h2, h3, h4, .la-logo, .la-footer-brand {
  font-family: "Newsreader", serif;
  letter-spacing: 0.2px;
}

.la-logo {
  font-size: 1.4rem;
  color: var(--la-ink);
}

.la-nav-link {
  color: var(--la-muted);
  text-decoration: none;
}

.la-nav-link:hover {
  color: var(--la-accent);
}

.la-hero {
  background: linear-gradient(120deg, #fff6ea 0%, #f7efe1 45%, #f2e7d6 100%);
  border-radius: 18px;
}

.la-pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  color: var(--la-accent-dark);
  font-size: 0.85rem;
  font-weight: 600;
}

.la-card {
  background: white;
  border-radius: 14px;
  border: 1px solid #e7e2d8;
  box-shadow: 0 10px 30px rgba(31, 42, 55, 0.06);
}

.la-list-item {
  border-bottom: 1px dashed #e3ddd2;
  padding: 0.75rem 0;
}

.la-list-item:last-child {
  border-bottom: none;
}

.la-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 10px;
  background: #f0f8f7;
  color: var(--la-accent);
  font-size: 0.8rem;
  font-weight: 600;
}

.la-input {
  border-radius: 12px;
  border: 1px solid #d8d2c7;
}

.la-btn {
  background: var(--la-accent);
  border: none;
  border-radius: 12px;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
}

.la-btn:hover {
  background: var(--la-accent-dark);
}

.la-section-title {
  font-size: 1.4rem;
}

.la-muted {
  color: var(--la-muted);
}

.la-footer {
  background: rgba(255, 255, 255, 0.7);
}

.la-phone-mock {
  position: relative;
  background: #0f172a;
  color: #f8fafc;
  border-radius: 22px;
  padding: 2.5rem 1.5rem 1.75rem;
  min-height: 260px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06);
}

.la-phone-notch {
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 8px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.2);
}

.la-phone-status {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: rgba(248, 250, 252, 0.7);
  margin-bottom: 1.5rem;
}

.la-phone-number {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.la-phone-label {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: rgba(248, 250, 252, 0.65);
}

.la-phone-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.la-phone-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-block;
}

.la-phone-decline {
  background: #ef4444;
  box-shadow: 0 8px 18px rgba(239, 68, 68, 0.35);
}

.la-phone-accept {
  background: #22c55e;
  box-shadow: 0 8px 18px rgba(34, 197, 94, 0.35);
}

.la-map-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #1f2937;
  background: #111827;
}

.la-map-frame iframe {
  width: 100%;
  height: 220px;
  border: 0;
  display: block;
}

.la-editor-box {
  border: 1px solid #e2dccf;
}

.la-editor-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid #d8d2c7;
  background: #f6f2e8;
}

.la-cookie-notice {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
}

.la-cookie-notice__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid #d8d2c7;
  background: #fffdf8;
  box-shadow: 0 10px 24px rgba(31, 42, 55, 0.14);
}

.la-cookie-notice__content p {
  color: var(--la-muted);
  font-size: 0.95rem;
}

.la-cookie-notice__content a {
  color: var(--la-accent-dark);
}

.la-cookie-notice__btn {
  white-space: nowrap;
  padding: 0.55rem 1rem;
}

@media (max-width: 767px) {
  .la-cookie-notice__content {
    flex-direction: column;
    align-items: stretch;
  }
}
