/* Domain Expiry Checker — landing + result extensions */

.domain-expiry-checker-page main .container {
  max-width: 1220px;
}

.domain-expiry-checker-page .tool-hero {
  position: relative;
  padding: 64px 0 76px;
  border-bottom: 1px solid var(--color-border-soft);
  overflow: hidden;
}

.domain-expiry-checker-page .tool-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.55) 0%, transparent 42%),
    linear-gradient(225deg, rgba(245, 158, 11, 0.05) 0%, transparent 38%),
    linear-gradient(315deg, rgba(59, 130, 246, 0.04) 0%, transparent 36%);
  pointer-events: none;
  z-index: 0;
}

[data-theme="dark"] .domain-expiry-checker-page .tool-hero::before {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.03) 0%, transparent 42%),
    linear-gradient(225deg, rgba(245, 158, 11, 0.07) 0%, transparent 38%),
    linear-gradient(315deg, rgba(59, 130, 246, 0.05) 0%, transparent 36%);
}

.domain-expiry-checker-page .tool-hero::after {
  content: "";
  position: absolute;
  inset: -18% -10% -28%;
  background:
    radial-gradient(ellipse 72% 56% at 82% 14%, rgba(245, 158, 11, 0.12) 0%, transparent 58%),
    radial-gradient(ellipse 58% 52% at 10% 84%, rgba(34, 197, 94, 0.1) 0%, transparent 52%);
  pointer-events: none;
  z-index: 0;
}

[data-theme="dark"] .domain-expiry-checker-page .tool-hero::after {
  background:
    radial-gradient(ellipse 72% 56% at 82% 14%, rgba(245, 158, 11, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 58% 52% at 10% 84%, rgba(52, 211, 153, 0.1) 0%, transparent 52%);
}

.domain-expiry-checker-page .tool-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr 460px;
  gap: 52px;
  align-items: center;
}

.domain-expiry-checker-page .tool-hero .hero-badge {
  margin-bottom: 14px;
}

.domain-expiry-checker-page .tool-hero h1 {
  font-size: clamp(2.625rem, 5.2vw, 3.625rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  margin-bottom: 14px;
  line-height: 1.04;
}

.domain-expiry-checker-page .tool-hero-subtitle {
  font-size: 1.0625rem;
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 540px;
}

.domain-expiry-checker-page .tool-search {
  margin-bottom: 14px;
}

.domain-expiry-checker-page .tool-search .hero-search-inner,
.domain-expiry-checker-page .tool-search .tool-search-inner {
  padding: 8px;
  border-width: 2px;
  box-shadow:
    0 2px 6px rgba(7, 26, 51, 0.04),
    0 10px 28px rgba(7, 26, 51, 0.07);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.domain-expiry-checker-page .tool-search .hero-search-inner:focus-within,
.domain-expiry-checker-page .tool-search .tool-search-inner:focus-within {
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow:
    0 0 0 3px rgba(245, 158, 11, 0.1),
    0 10px 30px rgba(7, 26, 51, 0.09);
}

[data-theme="dark"] .domain-expiry-checker-page .tool-search .hero-search-inner:focus-within,
[data-theme="dark"] .domain-expiry-checker-page .tool-search .tool-search-inner:focus-within {
  border-color: rgba(251, 191, 36, 0.35);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.08);
}

.domain-expiry-checker-page .tool-search .hero-input,
.domain-expiry-checker-page .tool-search .tool-input {
  padding: 16px 18px;
  font-size: 1.0625rem;
}

.domain-expiry-checker-page .tool-search .hero-submit,
.domain-expiry-checker-page .tool-search .tool-submit {
  padding: 16px 28px;
  font-size: 0.9375rem;
  font-weight: 700;
  min-height: 54px;
  min-width: 148px;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.22);
}

.domain-expiry-checker-page .tool-hero-trust {
  font-size: 0.8125rem;
  line-height: 1.55;
}

.dec-landing-section {
  border-top: 1px solid var(--color-border-soft);
}

.domain-expiry-checker-page .dec-section-band .section-header h2,
.domain-expiry-checker-page .dec-faq-section .section-header h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.8vw, 1.875rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.domain-expiry-checker-page .dec-faq-section {
  padding: 56px 0 64px;
}

.domain-expiry-checker-page .dec-faq-list {
  max-width: 960px;
  margin: 0 auto;
}

.dec-section-band {
  padding: 56px 0 60px;
}

.dec-section-band--soft {
  background: var(--color-bg-soft);
}

[data-theme="dark"] .dec-section-band--soft {
  background: rgba(148, 163, 184, 0.04);
}

.domain-expiry-checker-page .dec-section-band .section-header,
.domain-expiry-checker-page .dec-section-band .section-header--compact {
  text-align: center;
  margin: 0 auto 36px;
  max-width: 720px;
}

.tool-page--checking .dec-landing-section,
.tool-page--has-results .dec-landing-section {
  display: none;
}

.tool-page--checking .dec-hero-preview,
.tool-page--has-results .dec-hero-preview {
  display: none;
}

.domain-expiry-checker-page.tool-page--checking .tool-hero-grid,
.domain-expiry-checker-page.tool-page--has-results .tool-hero-grid {
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
  gap: 0;
}

.domain-expiry-checker-page.tool-page--checking .tool-hero,
.domain-expiry-checker-page.tool-page--has-results .tool-hero {
  border-bottom: none;
}

/* Preview card */
.dec-preview-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 18px 20px 16px;
  box-shadow: 0 12px 40px rgba(7, 26, 51, 0.08);
}

.dec-preview-urgency {
  margin-bottom: 12px;
}

.dec-preview-urgency-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-border-soft);
}

.dec-preview-urgency-seg {
  padding: 5px 2px;
  font-size: 0.5625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: var(--color-muted);
  background: var(--color-bg-soft);
}

.dec-preview-urgency-seg--safe { background: rgba(34, 197, 94, 0.08); }
.dec-preview-urgency-seg--monitor { background: rgba(59, 130, 246, 0.08); }
.dec-preview-urgency-seg--soon { background: rgba(245, 158, 11, 0.1); }
.dec-preview-urgency-seg--expired { background: rgba(239, 68, 68, 0.08); }

.dec-preview-urgency-seg.is-active {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.dec-preview-urgency-seg--monitor.is-active {
  background: #2563eb;
  color: #fff;
}

.dec-preview-days-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(245, 158, 11, 0.06) 100%);
  border: 1px solid rgba(59, 130, 246, 0.18);
  text-align: center;
}

.dec-preview-days-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.dec-preview-days-value {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1d4ed8;
}

[data-theme="dark"] .dec-preview-days-value {
  color: #93c5fd;
}

.dec-preview-days-hint {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-muted);
}

.dec-preview-mini-timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border-soft);
}

.dec-preview-mini-step {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--color-muted);
}

.dec-preview-mini-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #94a3b8;
}

.dec-preview-mini-step--expires .dec-preview-mini-dot {
  background: #d97706;
}

.dec-preview-mini-line {
  width: 16px;
  height: 1px;
  background: var(--color-border);
}

.dec-preview-badge--lg {
  padding: 4px 12px;
  font-size: 0.75rem;
}

.dec-preview-browser {
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
}

.dec-preview-browser span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-border);
}

.dec-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dec-preview-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.dec-preview-status-badge {
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.dec-preview-domain {
  font-size: 0.875rem;
  margin: 0 0 12px;
}

.dec-preview-domain-label {
  color: var(--color-muted);
  margin-right: 6px;
}

.dec-preview-rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dec-preview-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border-soft);
  font-size: 0.8125rem;
}

.dec-preview-row:last-child {
  border-bottom: none;
}

.dec-preview-row-label {
  color: var(--color-muted);
  flex-shrink: 0;
}

.dec-preview-row-value {
  font-weight: 600;
  text-align: right;
}

.dec-preview-badge {
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
}

.dec-preview-badge--monitor {
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}

.dec-preview-badge--active {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.dec-preview-foot {
  margin: 12px 0 0;
  font-size: 0.75rem;
  color: var(--color-muted);
  text-align: center;
}

/* Feature grid */
.dec-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dec-feature-card {
  display: flex;
  flex-direction: column;
  min-height: 148px;
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(7, 26, 51, 0.03);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.dec-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 158, 11, 0.22);
  box-shadow: 0 10px 28px rgba(7, 26, 51, 0.08);
}

.dec-feature-card h3 {
  font-size: 1rem;
  margin: 10px 0 6px;
}

.dec-feature-card p {
  margin: 0;
  margin-top: auto;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.dec-feature-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.dec-feature-icon--orange { background: rgba(245, 158, 11, 0.12); color: #d97706; }
.dec-feature-icon--blue { background: rgba(59, 130, 246, 0.12); color: #2563eb; }
.dec-feature-icon--amber { background: rgba(245, 158, 11, 0.12); color: #b45309; }
.dec-feature-icon--purple { background: rgba(139, 92, 246, 0.12); color: #7c3aed; }
.dec-feature-icon--green { background: rgba(34, 197, 94, 0.12); color: #16a34a; }
.dec-feature-icon--cyan { background: rgba(6, 182, 212, 0.12); color: #0891b2; }

/* Issue categories */
.dec-issue-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.dec-issue-category {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: 14px;
  padding: 20px;
  padding-top: 16px;
  box-shadow: 0 2px 8px rgba(7, 26, 51, 0.03);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dec-issue-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.dec-issue-category--soon::before { background: #d97706; }
.dec-issue-category--expired::before { background: #dc2626; }
.dec-issue-category--missing::before { background: #64748b; }
.dec-issue-category--status::before { background: #7c3aed; }

.dec-issue-category:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(7, 26, 51, 0.07);
}

.dec-issue-category-badge {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dec-issue-category--soon .dec-issue-category-badge {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.dec-issue-category--expired .dec-issue-category-badge {
  background: rgba(239, 68, 68, 0.12);
  color: #b91c1c;
}

.dec-issue-category--missing .dec-issue-category-badge {
  background: rgba(100, 116, 139, 0.14);
  color: #475569;
}

.dec-issue-category--status .dec-issue-category-badge {
  background: rgba(124, 58, 237, 0.12);
  color: #6d28d9;
}

.dec-issue-category h3 {
  font-size: 1rem;
  margin: 0 0 10px;
}

.dec-issue-category ul {
  margin: 0;
  margin-top: auto;
  padding-left: 18px;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--color-muted);
}

.dec-issue-category ul li {
  margin-bottom: 4px;
}

.dec-issue-category-icon {
  display: none;
}

.dec-status-note {
  margin: 24px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-muted);
}

/* Status guide + urgency scale */
.dec-urgency-scale {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 28px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.dec-urgency-scale-item {
  padding: 14px 12px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid transparent;
}

.dec-urgency-scale-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.dec-urgency-scale-range {
  display: block;
  font-size: 0.6875rem;
  line-height: 1.4;
  color: var(--color-muted);
}

.dec-urgency-scale-item--safe {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.2);
}

.dec-urgency-scale-item--safe .dec-urgency-scale-label { color: #15803d; }

.dec-urgency-scale-item--monitor {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.2);
}

.dec-urgency-scale-item--monitor .dec-urgency-scale-label { color: #1d4ed8; }

.dec-urgency-scale-item--soon {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.22);
}

.dec-urgency-scale-item--soon .dec-urgency-scale-label { color: #b45309; }

.dec-urgency-scale-item--expired {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.2);
}

.dec-urgency-scale-item--expired .dec-urgency-scale-label { color: #b91c1c; }

.dec-status-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dec-status-card {
  display: flex;
  flex-direction: column;
  min-height: 130px;
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: 14px;
  padding: 18px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dec-status-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(7, 26, 51, 0.06);
}

.dec-status-card--safe { border-top: 3px solid #22c55e; }
.dec-status-card--monitor { border-top: 3px solid #3b82f6; }
.dec-status-card--soon { border-top: 3px solid #f59e0b; }
.dec-status-card--expired { border-top: 3px solid #ef4444; }

.dec-status-card h3 {
  font-size: 0.9375rem;
  margin: 10px 0 6px;
}

.dec-status-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.dec-status-chip {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
}

.dec-status-chip--safe { background: rgba(34, 197, 94, 0.12); color: #15803d; }
.dec-status-chip--monitor { background: rgba(59, 130, 246, 0.12); color: #1d4ed8; }
.dec-status-chip--soon { background: rgba(245, 158, 11, 0.14); color: #b45309; }
.dec-status-chip--expired { background: rgba(239, 68, 68, 0.12); color: #b91c1c; }

/* How steps */
.dec-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dec-how-step {
  background: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 2px 8px rgba(7, 26, 51, 0.03);
}

.dec-how-num {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(34, 197, 94, 0.12) 100%);
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.dec-how-step h3 {
  font-size: 1rem;
  margin: 12px 0 8px;
}

.dec-how-step p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-muted);
}

/* Related tools */
.dec-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dec-tools-grid .tool-card {
  display: flex;
  flex-direction: column;
  min-height: 148px;
  height: 100%;
  padding: 20px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.dec-tools-grid .tool-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(7, 26, 51, 0.08);
}

.dec-tools-grid .tool-desc {
  margin-top: auto;
  font-size: 0.8125rem;
  line-height: 1.45;
}

/* Landing CTA */
.dec-ihoster-band {
  padding: 48px 0 52px;
}

.dec-landing-ihoster-card {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px 32px;
  border-radius: 16px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08) 0%, rgba(34, 197, 94, 0.06) 100%);
  box-shadow: 0 8px 32px rgba(7, 26, 51, 0.06);
}

.dec-landing-ihoster-icon {
  flex-shrink: 0;
  color: #2563eb;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.1);
}

.dec-landing-ihoster-copy {
  flex: 1;
  min-width: 220px;
}

.dec-landing-ihoster-copy h2 {
  font-size: 1.25rem;
  margin: 0 0 8px;
}

.dec-landing-ihoster-copy p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--color-muted);
  max-width: 560px;
}

.dec-landing-ihoster-trust {
  margin-top: 8px !important;
  font-size: 0.8125rem !important;
  font-weight: 600;
  color: #2563eb !important;
}

[data-theme="dark"] .dec-landing-ihoster-trust {
  color: #93c5fd !important;
}

.dec-landing-ihoster-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Result summary */
.dec-dashboard--safe {
  border-color: rgba(34, 197, 94, 0.28);
  box-shadow: 0 10px 36px rgba(34, 197, 94, 0.1);
}

.dec-status-visual--safe .spf-status-badge-ring {
  border-color: rgba(34, 197, 94, 0.35);
  background: radial-gradient(circle at 30% 25%, rgba(34, 197, 94, 0.14) 0%, rgba(34, 197, 94, 0.04) 70%);
}

.dec-status-visual--safe .spf-status-badge-core {
  background: linear-gradient(145deg, #22D492, #12A86B);
  box-shadow: 0 6px 18px rgba(22, 199, 132, 0.35);
  color: #fff;
}

.dec-status-visual--safe .spf-status-label,
.dec-status-visual--safe .dec-status-label {
  color: #15803d;
  font-weight: 800;
}

[data-theme="dark"] .dec-status-visual--safe .spf-status-label,
[data-theme="dark"] .dec-status-visual--safe .dec-status-label {
  color: #86efac;
}

.dec-summary-success-strip {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.18);
}

.dec-summary-success-strip p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--color-text);
}

.dec-summary-success-icon {
  color: #16a34a;
  flex-shrink: 0;
  margin-top: 1px;
}

.dec-issue-card--protection {
  border-left-color: #64748b;
  background: rgba(148, 163, 184, 0.06);
}

.dec-issue-severity--protection {
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}

.dec-detail-value--muted {
  color: var(--color-muted);
  font-weight: 500;
}

.dec-dashboard--monitor {
  border-color: rgba(59, 130, 246, 0.22);
}

.dec-dashboard--expiring_soon {
  border-color: rgba(245, 158, 11, 0.28);
}

.dec-dashboard--expired {
  border-color: rgba(239, 68, 68, 0.25);
}

.dec-status-visual {
  min-width: 108px;
}

.dec-status-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.dec-status-hint {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-muted);
  text-align: center;
  line-height: 1.4;
  max-width: 120px;
}

.dec-status-visual--monitor .spf-status-badge-core {
  background: linear-gradient(145deg, #60A5FA, #2563EB);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28);
  color: #fff;
}

.dec-status-visual--expiring_soon .spf-status-badge-core {
  background: linear-gradient(145deg, #FBBF24, #D97706);
  box-shadow: 0 6px 16px rgba(245, 158, 11, 0.28);
  color: #fff;
}

.dec-status-visual--expired .spf-status-badge-core,
.dec-status-visual--failed .spf-status-badge-core {
  background: linear-gradient(145deg, #F87171, #DC2626);
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.28);
  color: #fff;
}

.dec-status-visual--unknown .spf-status-badge-core,
.dec-status-visual--not_found .spf-status-badge-core {
  background: linear-gradient(145deg, #94a3b8, #64748b);
  box-shadow: 0 6px 16px rgba(100, 116, 139, 0.25);
  color: #fff;
}

.dec-summary-text {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.dec-one-time-note {
  margin: 12px 0 0;
  font-size: 0.8125rem;
  color: var(--color-muted);
  line-height: 1.5;
}

.dec-demo-notice {
  margin: 10px 0 0;
  font-size: 0.8125rem;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.dec-key-fact-value--muted {
  color: var(--color-muted);
}

/* Timeline */
.dec-timeline {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.dec-timeline-step {
  flex: 1;
  min-width: 140px;
  position: relative;
  padding: 0 16px 0 28px;
}

.dec-timeline-step--has-line::after {
  content: "";
  position: absolute;
  top: 8px;
  left: calc(50% + 12px);
  right: -16px;
  height: 2px;
  background: var(--color-border);
}

.dec-timeline-dot {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-surface);
  border: 3px solid #2563eb;
}

.dec-timeline-step--expires .dec-timeline-dot {
  border-color: #d97706;
  background: rgba(245, 158, 11, 0.15);
}

.dec-timeline-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.dec-timeline-value {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
}

.dec-timeline-summary {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid var(--color-border-soft);
}

.dec-timeline-stat-label {
  display: block;
  font-size: 0.75rem;
  color: var(--color-muted);
  margin-bottom: 2px;
}

.dec-timeline-stat-value {
  font-size: 1.125rem;
  font-weight: 700;
}

.dec-timeline-stat-value--safe { color: #15803d; }
.dec-timeline-stat-value--monitor { color: #1d4ed8; }
.dec-timeline-stat-value--expiring_soon { color: #b45309; }
.dec-timeline-stat-value--expired { color: #b91c1c; }

/* Detail grid */
.dec-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
}

.dec-detail-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dec-detail-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dec-detail-value {
  font-size: 0.9375rem;
  font-weight: 600;
  word-break: break-word;
}

.dec-detail-mono {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 0.875rem;
  font-weight: 500;
}

.dec-registrar-empty {
  margin: 0 0 16px;
  font-size: 0.9375rem;
  color: var(--color-muted);
}

/* Status pills */
.dec-status-pills {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}

.dec-status-pill {
  border: 1px solid var(--color-border-soft);
  border-radius: 12px;
  padding: 14px 16px;
  background: var(--color-surface);
}

.dec-status-pill-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.dec-status-pill-title {
  font-size: 0.875rem;
  margin: 0;
}

.dec-status-pill-badge {
  font-size: 0.625rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
}

.dec-status-pill-badge--good { background: rgba(34, 197, 94, 0.12); color: #15803d; }
.dec-status-pill-badge--info { background: rgba(59, 130, 246, 0.12); color: #1d4ed8; }
.dec-status-pill-badge--warn { background: rgba(245, 158, 11, 0.14); color: #b45309; }

.dec-status-code {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 6px;
  color: var(--color-muted);
}

.dec-status-pill-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-muted);
}

/* Issues */
.dec-issue-card {
  border: 1px solid var(--color-border-soft);
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
}

.dec-issue-card--critical { border-left: 3px solid #dc2626; }
.dec-issue-card--warning { border-left: 3px solid #d97706; }
.dec-issue-card--review { border-left: 3px solid #2563eb; }
.dec-issue-card--info { border-left: 3px solid #64748b; }

.dec-issue-meta {
  font-size: 0.75rem;
  color: var(--color-muted);
}

.dec-issue-tech {
  margin: 8px 0 0;
  font-size: 0.8125rem;
  color: var(--color-muted);
}

.dec-issue-cta {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-primary);
}

/* Action grid */
.dec-action-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

.dec-action-tile {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--color-border-soft);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dec-action-tile:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 16px rgba(7, 26, 51, 0.06);
}

.dec-action-tile-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}

.dec-action-tile-desc {
  display: block;
  font-size: 0.75rem;
  color: var(--color-muted);
  margin-top: 2px;
}

/* iHoster result CTA */
.dec-ihoster-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid var(--color-border-soft);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.06) 0%, rgba(34, 197, 94, 0.04) 100%);
}

.dec-ihoster-icon {
  color: #2563eb;
  flex-shrink: 0;
}

.dec-ihoster-copy {
  flex: 1;
  min-width: 200px;
}

.dec-ihoster-copy h2 {
  font-size: 1.125rem;
  margin: 0 0 8px;
}

.dec-ihoster-copy p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.dec-ihoster-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.dec-related-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* Mobile */
@media (max-width: 960px) {
  .domain-expiry-checker-page .tool-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .dec-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dec-status-grid,
  .dec-urgency-scale {
    grid-template-columns: repeat(2, 1fr);
  }

  .dec-how-steps {
    grid-template-columns: 1fr;
  }

  .dec-tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .dec-feature-grid,
  .dec-issue-categories,
  .dec-status-grid,
  .dec-urgency-scale,
  .dec-detail-grid,
  .dec-tools-grid {
    grid-template-columns: 1fr;
  }

  .dec-preview-urgency-seg {
    font-size: 0.5rem;
    padding: 4px 1px;
  }

  .dec-preview-days-value {
    font-size: 1.875rem;
  }

  .dec-timeline {
    flex-direction: column;
    gap: 16px;
  }

  .dec-timeline-step {
    padding-left: 28px;
    min-width: 0;
  }

  .dec-timeline-step--has-line::after {
    display: none;
  }

  .dec-landing-ihoster-card,
  .dec-ihoster-card {
    flex-direction: column;
  }

  .dec-landing-ihoster-actions,
  .dec-ihoster-actions {
    width: 100%;
    flex-direction: column;
  }

  .dec-landing-ihoster-actions .btn,
  .dec-ihoster-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .dec-action-grid {
    grid-template-columns: 1fr;
  }
}
