.love-shell {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  margin: 24px auto 60px;
  padding: 0;
  color: #0f172a;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.love-shell .calc-page-head {
  margin-bottom: 20px;
}

.love-shell .calc-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #6b737c;
  font-size: 12px;
}

.love-shell .calc-breadcrumbs a {
  color: #6b737c;
  text-decoration: none;
}

.love-shell .calc-breadcrumbs a:hover,
.love-shell .calc-breadcrumbs a:focus-visible {
  color: #2f6fdf;
  text-decoration: underline;
}

.love-shell .calc-card {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(20, 24, 30, 0.08);
  border-radius: 12px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 18px 34px -30px rgba(15, 23, 42, 0.7);
}

.love-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 22px;
  align-items: start;
  overflow: visible;
  background:
    radial-gradient(circle at 12% 10%, rgba(244, 114, 182, 0.16), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(37, 99, 235, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  overflow: visible;
}

.love-kicker {
  margin: 0 0 8px;
  color: #c02663;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.love-hero h1 {
  margin: 0 0 12px;
  color: #101828;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.love-shell .calc-page-intro {
  margin: 0;
  max-width: 720px;
  color: #4b535d;
  font-size: 15px;
  line-height: 1.6;
}

.love-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #f4c7d8;
  border-radius: 18px;
  background: #fff7fb;
}

.love-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.love-input-grid label {
  display: grid;
  gap: 6px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.love-input-grid input {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid #d7b8c9;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
  font-size: 16px;
  padding: 0 14px;
}

.love-input-grid input:focus {
  border-color: #db2777;
  outline: none;
  box-shadow: 0 0 0 3px rgba(219, 39, 119, 0.14);
}

.love-validation {
  margin: 0;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}

.love-actions,
.love-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.love-btn {
  min-height: 42px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0 16px;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.love-btn:disabled {
  opacity: 0.55;
  cursor: default;
}

.love-btn-primary {
  border-color: #be185d;
  background: #be185d;
  color: #ffffff;
}

.love-btn-secondary:hover:not(:disabled),
.love-btn-secondary:focus-visible:not(:disabled) {
  border-color: #be185d;
}

.love-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 16px;
  margin-top: 16px;
}

.love-result-card,
.love-breakdown-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.love-result-label {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.love-meter {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #dbe5f4;
}

.love-meter-fill {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fb7185 0%, #db2777 48%, #7c3aed 100%);
  transition: width 0.28s ease;
}

.love-score {
  margin: 0;
  color: #0f172a;
  font-size: clamp(52px, 9vw, 92px);
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: 0;
}

.love-result-card h2,
.love-breakdown-card h2 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.25;
}

.love-result-card p,
.love-breakdown-card p {
  margin: 0;
}

.love-signal-list {
  display: grid;
  gap: 10px;
}

.love-signal-list article {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
}

.love-signal-list span {
  color: #475569;
  font-size: 14px;
  font-weight: 700;
}

.love-signal-list strong {
  color: #0f172a;
  font-size: 14px;
  text-align: right;
}

.love-reference {
  margin-top: 16px;
}

.love-reference h2 {
  margin: 16px 0 8px;
  color: #151a1f;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.3;
}

.love-reference h2:first-child {
  margin-top: 0;
}

.love-reference p {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.65;
}

.love-reference p + p {
  margin-top: 12px;
}

.love-reference ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #1f2937;
}

.love-reference li {
  margin: 2px 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.65;
  padding-bottom: 4px;
}

.love-reference a {
  color: #0f172a;
  font-weight: 500;
  text-decoration: none;
}

.love-reference a:hover,
.love-reference a:focus-visible {
  color: #1f5cc9;
  text-decoration: none;
}

.love-reference .calc-faq {
  display: grid;
  gap: 10px;
}

.love-reference .calc-faq-item {
  border: 1px solid #d4d9e1;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.love-reference .calc-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 600;
}

.love-reference .calc-faq-item summary::-webkit-details-marker {
  display: none;
}

.love-reference .calc-faq-item > p {
  margin: 0;
  padding: 0 14px 14px;
}

@media (max-width: 860px) {
  .love-hero,
  .love-result-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .love-shell {
    width: calc(100% - 20px);
    margin-top: 20px;
    margin-bottom: 42px;
  }

  .love-input-grid {
    grid-template-columns: 1fr;
  }

  .love-actions,
  .love-result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}
