/* Trademark Registration — IndiaFilings-style landing */
.tmr-page {
  --tmr-primary: #2563eb;
  --tmr-primary-dark: #1d4ed8;
  --tmr-accent: #3b82f6;
  --tmr-pink: #1d4ed8;
  --tmr-ink: #1e293b;
  --tmr-muted: #64748b;
  --tmr-border: #e2e8f0;
  --tmr-bg: #e8f0ff;
  --tmr-card: #fff;
  background: var(--tmr-bg);
}

.tmr-page .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.tmr-page .section {
  padding: 56px 0;
}

.tmr-page .section--alt {
  background: #fff;
}

/* Hero — IndiaFilings top layout */
.tmr-hero--top {
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(219, 234, 254, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 85% 25%, rgba(219, 234, 254, 0.6) 0%, transparent 50%),
    linear-gradient(180deg, #f4f6ff 0%, #ffffff 45%, #e8f0ff 100%);
  color: var(--tmr-ink);
  padding: 36px 0 48px;
}

.tmr-hero__wrap {
  max-width: 920px;
  margin: 0 auto;
}

.tmr-hero__pill-text-small {
  font-size: 8px;
  color: var(--tmr-muted);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 4px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.tmr-hero__head {
  text-align: center;
  margin-bottom: 28px;
}

.tmr-hero__page-title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #334155;
  letter-spacing: -0.02em;
}

.tmr-highlight {
  color: var(--tmr-accent);
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tmr-hero__page-sub {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--tmr-muted);
  margin: 0 auto 18px;
  max-width: 560px;
}

.tmr-hero__price-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  padding: 10px 18px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #fff;
  font-size: 0.88rem;
  color: #475569;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.08);
}

.tmr-hero__pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  flex-shrink: 0;
}

.tmr-hero__pill-text strong {
  color: var(--tmr-ink);
  font-weight: 800;
}

.tmr-hero__pill-link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.tmr-hero__pill-link:hover {
  text-decoration: underline;
}

/* Main white card */
.tmr-hero__card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e8edf5;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.tmr-hero__card-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.tmr-hero__card-left {
  padding: 32px 28px 28px;
  border-right: 1px solid #f1f5f9;
}

.tmr-hero__card-right {
  padding: 32px 28px 28px;
  background: #fafbfc;
}

.tmr-hero__card-title {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--tmr-ink);
}

.tmr-hero__card-sub {
  font-size: 0.88rem;
  color: var(--tmr-muted);
  margin: 0 0 22px;
  line-height: 1.55;
}

.tmr-feature-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.tmr-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  color: #475569;
  padding: 9px 0;
  line-height: 1.45;
}

.tmr-feature-list__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.tmr-docs-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--tmr-primary);
  text-decoration: none;
}

.tmr-docs-link:hover {
  text-decoration: underline;
}

.tmr-docs-link__icon {
  font-size: 1rem;
}

/* Form */
.tmr-field {
  margin-bottom: 16px;
}

.tmr-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #334155;
}

.tmr-req { color: #dc2626; }

.tmr-field input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font: inherit;
  font-size: 0.92rem;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.tmr-field input:focus {
  outline: none;
  border-color: var(--tmr-accent);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15);
}

.tmr-field input.is-invalid {
  border-color: #dc2626;
}

.tmr-field-error {
  font-size: 0.78rem;
  color: #dc2626;
  margin: 5px 0 0;
}

.tmr-phone-wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.tmr-phone-wrap:focus-within {
  border-color: var(--tmr-accent);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15);
}

.tmr-phone-prefix {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #475569;
  background: #e8f0ff;
  border-right: 1px solid #e2e8f0;
  white-space: nowrap;
}

.tmr-phone-flag {
  font-size: 1rem;
  line-height: 1;
}

.tmr-phone-wrap input {
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  flex: 1;
  min-width: 0;
}

.tmr-phone-wrap input:focus {
  box-shadow: none;
}

.tmr-form-error {
  font-size: 0.85rem;
  color: #dc2626;
  margin: 0 0 10px;
}

.tmr-btn--gradient {
  background: linear-gradient(90deg, #2563eb 0%, #3b82f6 45%, #1d4ed8 100%);
  color: #fff;
  border: none;
  padding: 13px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.15s;
}

.tmr-btn--gradient:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.tmr-whatsapp-link {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #25d366;
  text-decoration: none;
}

.tmr-whatsapp-link:hover {
  text-decoration: underline;
}

/* Trust bar inside card */
.tmr-hero__card-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #e8edf5;
  background: #e8f0ff;
}

.tmr-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 14px;
  border-right: 1px solid #e8edf5;
  min-width: 0;
}

.tmr-hero__trust-item:last-child {
  border-right: none;
}

.tmr-hero__trust-item strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--tmr-ink);
  line-height: 1.3;
}

.tmr-hero__trust-item span {
  display: block;
  font-size: 0.72rem;
  color: var(--tmr-muted);
  line-height: 1.35;
}

.tmr-stars {
  color: #f59e0b;
  font-size: 0.7rem;
  letter-spacing: -1px;
}

.tmr-hero__trust-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.tmr-hero__trust-icon--reviews { background: #fff7ed; color: #ea580c; }
.tmr-hero__trust-icon--exp { background: #fef9c3; }
.tmr-hero__trust-icon--users { background: #ffedd5; }
/* Legacy hero (unused) */
.tmr-hero__grid { display: none; }
.tmr-trust { display: none; }

/* Buttons */
.tmr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}

.tmr-btn--block { width: 100%; }

.tmr-btn--primary {
  background: var(--tmr-primary);
  color: #fff;
}

.tmr-btn--primary:hover {
  background: var(--tmr-primary-dark);
}

.tmr-btn--whatsapp {
  background: #25d366;
  color: #fff;
}

.tmr-btn--whatsapp:hover {
  background: #1ebe57;
}

.tmr-btn--outline {
  background: #fff;
  color: var(--tmr-primary);
  border: 2px solid var(--tmr-primary);
}

.tmr-btn--outline:hover {
  background: #eff6ff;
}

.tmr-btn--light {
  background: #fff;
  color: var(--tmr-primary);
}

.tmr-btn--ghost-light {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.tmr-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 992px) {
  .tmr-hero__card-body {
    grid-template-columns: 1fr;
  }

  .tmr-hero__card-left {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
  }

  .tmr-hero__card-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .tmr-hero__trust-item:nth-child(2) {
    border-right: none;
  }

  .tmr-hero__trust-item:nth-child(1),
  .tmr-hero__trust-item:nth-child(2) {
    border-bottom: 1px solid #e8edf5;
  }

  .tmr-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .tmr-process__steps {
    grid-template-columns: 1fr 1fr;
  }

  .tmr-content__grid {
    grid-template-columns: 1fr;
  }
}

/* Section head */
.tmr-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}

.tmr-section-head h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--tmr-ink);
  margin: 0 0 10px;
}

.tmr-section-head p {
  margin: 0;
  color: var(--tmr-muted);
  line-height: 1.6;
}

/* Pricing */
.tmr-pricing-note {
  text-align: center;
  font-size: 0.88rem;
  color: var(--tmr-muted);
  max-width: 720px;
  margin: -16px auto 28px;
  padding: 12px 16px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
}

.tmr-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.tmr-plan {
  background: var(--tmr-card);
  border: 1px solid var(--tmr-border);
  border-radius: 16px;
  padding: 28px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}

.tmr-plan:hover {
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  transform: translateY(-4px);
}

.tmr-plan--popular {
  border-color: var(--tmr-accent);
  box-shadow: 0 8px 30px rgba(79, 70, 229, 0.12);
}

.tmr-plan__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--tmr-accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
}

.tmr-plan__name {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--tmr-ink);
}

.tmr-plan__summary {
  font-size: 0.88rem;
  color: var(--tmr-muted);
  line-height: 1.5;
  margin: 0 0 16px;
  flex-grow: 0;
}

.tmr-plan__price {
  margin-bottom: 16px;
}

.tmr-plan__from {
  display: block;
  font-size: 0.78rem;
  color: var(--tmr-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tmr-plan__amount {
  font-size: 2rem;
  font-weight: 800;
  color: var(--tmr-accent);
}

.tmr-plan__includes-title {
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #334155;
}

.tmr-plan__includes {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  flex-grow: 1;
}

.tmr-plan__includes li {
  font-size: 0.86rem;
  color: #475569;
  padding: 6px 0 6px 22px;
  position: relative;
  border-bottom: 1px solid #f1f5f9;
}

.tmr-plan__includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}

.tmr-plan.is-selected {
  outline: 3px solid var(--tmr-primary);
  outline-offset: 2px;
}

/* Process */
.tmr-process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tmr-process__step {
  background: var(--tmr-bg);
  border: 1px solid var(--tmr-border);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  gap: 14px;
}

.tmr-process__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--tmr-primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmr-process__step h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--tmr-ink);
}

.tmr-process__step p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--tmr-muted);
  line-height: 1.5;
}

/* Content grid */
.tmr-content__grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: start;
}

.tmr-article h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--tmr-ink);
  margin: 0 0 12px;
}

.tmr-article h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--tmr-ink);
  margin: 28px 0 12px;
}

.tmr-article p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 14px;
}

.tmr-check-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.tmr-check-list li {
  font-size: 0.92rem;
  color: #475569;
  padding: 6px 0 6px 24px;
  position: relative;
  line-height: 1.5;
}

.tmr-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}

.tmr-check-list--compact li {
  font-size: 0.85rem;
  padding: 4px 0 4px 20px;
}

/* Tables */
.tmr-table-wrap {
  overflow-x: auto;
  margin: 16px 0 24px;
  border: 1px solid var(--tmr-border);
  border-radius: 12px;
}

.tmr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.tmr-table th,
.tmr-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--tmr-border);
}

.tmr-table th {
  background: #f1f5f9;
  font-weight: 700;
  color: var(--tmr-ink);
}

.tmr-table tr:last-child td {
  border-bottom: none;
}

.tmr-table__highlight td {
  font-weight: 700;
  background: #eff6ff;
}

.tmr-yes { color: #16a34a; font-weight: 700; }
.tmr-no { color: #dc2626; font-weight: 700; }

/* Sidebar */
.tmr-sidebar-card {
  background: var(--tmr-card);
  border: 1px solid var(--tmr-border);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 16px;
}

.tmr-sidebar-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--tmr-ink);
}

.tmr-sidebar-card p {
  font-size: 0.88rem;
  color: var(--tmr-muted);
  margin: 0 0 14px;
  line-height: 1.5;
}

.tmr-sidebar-card--cta {
  background: linear-gradient(135deg, #eff6ff, #e0e7ff);
  border-color: #c7d2fe;
}

/* FAQ */
.tmr-faq__list {
  max-width: 800px;
  margin: 0 auto;
}

.tmr-faq__item {
  background: #fff;
  border: 1px solid var(--tmr-border);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

.tmr-faq__item summary {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--tmr-ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tmr-faq__item summary::-webkit-details-marker { display: none; }

.tmr-faq__item summary::after {
  content: "+";
  font-size: 1.2rem;
  color: var(--tmr-muted);
  font-weight: 400;
}

.tmr-faq__item[open] summary::after {
  content: "−";
}

.tmr-faq__item p {
  margin: 0;
  padding: 0 20px 16px;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.65;
}

/* CTA banner */
.tmr-cta-banner {
  background: linear-gradient(135deg, #1e40af, #2563eb 50%, #1d4ed8);
  color: #fff;
  padding: 48px 0;
}

.tmr-cta-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tmr-cta-banner h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.tmr-cta-banner p {
  margin: 0;
  color: #cbd5e1;
}

.tmr-cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Responsive — page sections */
@media (max-width: 992px) {
  .tmr-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .tmr-process__steps {
    grid-template-columns: 1fr 1fr;
  }

  .tmr-content__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tmr-hero__card-trust {
    grid-template-columns: 1fr;
  }

  .tmr-hero__trust-item {
    border-right: none;
    border-bottom: 1px solid #e8edf5;
  }

  .tmr-hero__trust-item:last-child {
    border-bottom: none;
  }

  .tmr-process__steps {
    grid-template-columns: 1fr;
  }

  .tmr-cta-banner__inner {
    flex-direction: column;
    text-align: center;
  }

  .tmr-cta-banner__actions {
    justify-content: center;
    width: 100%;
  }
}

/* Wizard steps */
.tmr-wizard-step[hidden] { display: none !important; }

.tmr-wizard-back {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0;
  border: none;
  background: none;
  color: var(--tmr-muted);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.tmr-wizard-back:hover { color: var(--tmr-primary); }
.tmr-wizard-back--block { width: 100%; justify-content: center; margin-top: 12px; }

.tmr-btn--success {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.28);
}

.tmr-btn--success:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Package step — plan slider */
.tmr-package-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--tmr-muted);
  margin-bottom: 10px;
}

.tmr-plan-slider {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.tmr-plan-slider__viewport {
  overflow: hidden;
  border-radius: 12px;
}

.tmr-plan-slider__track {
  display: flex;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.tmr-plan-slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: 0 2px;
}

.tmr-plan-slide__select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  margin-bottom: 12px;
  border: 1px solid var(--tmr-border);
  border-radius: 10px;
  background: #fff;
}

.tmr-plan-slide__select-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--tmr-ink);
  line-height: 1.3;
}

.tmr-plan-slide__select-price {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--tmr-ink);
  white-space: nowrap;
}

.tmr-plan-slide__box {
  position: relative;
  border: 2px solid #86efac;
  border-radius: 14px;
  padding: 16px 16px 14px;
  background: #fff;
  min-height: 220px;
}

.tmr-plan-slide.is-active .tmr-plan-slide__box {
  border-color: #22c55e;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.12);
}

.tmr-plan-slide__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tmr-plan-slide__price {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--tmr-ink);
  margin-bottom: 10px;
  padding-right: 70px;
}

.tmr-plan-slide__price small {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--tmr-muted);
}

.tmr-plan-slide__title {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--tmr-ink);
}

.tmr-plan-slide__includes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tmr-plan-slide__includes li {
  font-size: 0.82rem;
  color: #475569;
  padding: 5px 0 5px 22px;
  position: relative;
  line-height: 1.4;
}

.tmr-plan-slide__includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 800;
}

.tmr-plan-slider__nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d1fae5;
  background: #fff;
  color: #16a34a;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  padding: 0;
}

.tmr-plan-slider__nav:hover:not(:disabled) {
  background: #f0fdf4;
  border-color: #86efac;
  transform: scale(1.05);
}

.tmr-plan-slider__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.tmr-plan-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.tmr-plan-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tmr-plan-slider__dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: #22c55e;
}

.tmr-plan-slider__dot:hover:not(.is-active) {
  background: #94a3b8;
}

/* Quote step */
.tmr-entity-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}

.tmr-entity-btn {
  min-height: 42px;
  border: 1px solid var(--tmr-border);
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 10px;
  transition: all 0.2s ease;
}

.tmr-entity-btn.is-active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.tmr-gov-fee-note {
  font-size: 0.82rem;
  color: var(--tmr-muted);
  margin: 0 0 18px;
  line-height: 1.5;
}

.tmr-field--float {
  position: relative;
  margin-bottom: 18px;
}

.tmr-field--float input,
.tmr-field--float select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 18px 14px 8px;
  font-size: 0.92rem;
  background: #fff;
}

.tmr-field--float label {
  position: absolute;
  left: 14px;
  top: 16px;
  font-size: 0.92rem;
  color: var(--tmr-muted);
  pointer-events: none;
  transition: all 0.15s ease;
}

.tmr-field--float input:focus,
.tmr-field--float input:not(:placeholder-shown),
.tmr-field--float select:valid {
  border-color: #a78bfa;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.tmr-field--float input:focus + label,
.tmr-field--float input:not(:placeholder-shown) + label,
.tmr-field--float select:focus + label,
.tmr-field--float select:valid + label {
  top: 6px;
  font-size: 0.72rem;
  color: var(--tmr-primary);
}

.tmr-field--float select {
  appearance: none;
  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 fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

/* Checkout */
.tmr-checkout {
  background: #f1f5f9;
  padding-top: 32px;
  padding-bottom: 56px;
}

.tmr-checkout__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.tmr-checkout__main,
.tmr-checkout__sidebar {
  background: #fff;
  border: 1px solid var(--tmr-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.tmr-checkout__sidebar { position: sticky; top: 20px; }

.tmr-checkout__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.tmr-checkout__header h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
}

.tmr-checkout__ref {
  font-size: 0.82rem;
  color: var(--tmr-muted);
}

.tmr-checkout__service-card {
  border: 1px solid var(--tmr-border);
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 18px;
}

.tmr-checkout__service-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.tmr-checkout__service-desc {
  font-size: 0.88rem;
  color: var(--tmr-muted);
  margin: 0 0 14px;
}

.tmr-checkout__details {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #f1f5f9;
}

.tmr-checkout__details li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.86rem;
}

.tmr-checkout__details span { color: var(--tmr-muted); }

.tmr-checkout__notes {
  font-size: 0.85rem;
  color: #475569;
  line-height: 1.6;
}

.tmr-checkout__customer h3,
.tmr-checkout__billing h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 0 12px;
}

.tmr-checkout__customer p {
  margin: 0 0 6px;
  font-size: 0.9rem;
}

.tmr-muted { color: var(--tmr-muted); font-size: 0.85rem; }

.tmr-checkout__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.9rem;
  color: #475569;
}

.tmr-checkout__row--total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 2px solid #e2e8f0;
  font-size: 1rem;
}

.tmr-checkout__row--total strong {
  color: #16a34a;
  font-size: 1.2rem;
}

.tmr-fast-delivery {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0;
  padding: 14px;
  border: 1px solid #e9d5ff;
  border-radius: 12px;
  background: #faf5ff;
  cursor: pointer;
}

.tmr-fast-delivery input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  accent-color: var(--tmr-primary);
}

.tmr-fast-delivery strong {
  display: block;
  font-size: 0.9rem;
  color: var(--tmr-ink);
}

.tmr-fast-delivery small {
  display: block;
  margin-top: 2px;
  color: var(--tmr-muted);
  font-size: 0.8rem;
}

.tmr-checkout__terms {
  margin: 12px 0 0;
  font-size: 0.75rem;
  color: var(--tmr-muted);
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .tmr-checkout__grid {
    grid-template-columns: 1fr;
  }

  .tmr-checkout__sidebar {
    position: static;
  }

  .tmr-entity-toggle {
    grid-template-columns: 1fr;
  }
}
