.tool-embed--subscribe, .tool-embed--subscribe * { box-sizing: border-box; }
.tool-embed--subscribe {
  --te-bg: #ffffff;
  --te-fg: #0b1220;
  --te-muted: #6b7280;
  --te-border: #e5e7eb;
  --te-card: #ffffff;
  --te-primary: #f97316;            /* orange 24 95% 53% */
  --te-primary-fg: #ffffff;
  --te-accent: #fef1e7;             /* orange 24 95% 95% */
  --te-radius: 8px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--te-fg);
  background: var(--te-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.tool-embed--subscribe p,
.tool-embed--subscribe h1,
.tool-embed--subscribe h2,
.tool-embed--subscribe h3 { margin: 0; }

/* Hero */
.tool-embed--subscribe .te-hero { padding: 64px 16px 40px; text-align: center; }
.tool-embed--subscribe .te-wrap-760 { max-width: 760px; margin: 0 auto; }
.tool-embed--subscribe .te-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--te-primary); margin-bottom: 16px;
}
.tool-embed--subscribe .te-h1 {
  font-size: 36px; font-weight: 700; line-height: 1.1; margin-bottom: 16px;
}
.tool-embed--subscribe .te-h1 .te-hl { color: var(--te-primary); }
.tool-embed--subscribe .te-sub {
  font-size: 16px; color: var(--te-muted); max-width: 560px; margin: 0 auto;
}

/* Signup card */
.tool-embed--subscribe .te-signup { padding: 0 16px 56px; }
.tool-embed--subscribe .te-wrap-620 { max-width: 620px; margin: 0 auto; }
.tool-embed--subscribe .te-card {
  border: 1px solid var(--te-border); background: var(--te-card);
  border-radius: var(--te-radius); padding: 16px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}
.tool-embed--subscribe .te-card-head { text-align: center; margin-bottom: 16px; }
.tool-embed--subscribe .te-h2 { font-size: 18px; font-weight: 600; }
.tool-embed--subscribe .te-card-head p { font-size: 14px; color: var(--te-muted); margin-top: 4px; }
.tool-embed--subscribe .te-frame-wrap {
  width: 100%; overflow: hidden; border-radius: 6px;
  border: 1px solid var(--te-border); background: var(--te-bg);
}
.tool-embed--subscribe .te-frame { width: 100%; display: block; height: 360px; border: 0; background: transparent; }

/* Value props */
.tool-embed--subscribe .te-props { padding: 0 16px 80px; }
.tool-embed--subscribe .te-grid {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
.tool-embed--subscribe .te-prop {
  border: 1px solid var(--te-border); background: var(--te-card);
  border-radius: var(--te-radius); padding: 20px; text-align: center;
}
.tool-embed--subscribe .te-prop-icon { font-size: 24px; margin-bottom: 8px; }
.tool-embed--subscribe .te-h3 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.tool-embed--subscribe .te-prop p { font-size: 12px; color: var(--te-muted); line-height: 1.375; }

.tool-embed--subscribe .te-footer {
  padding: 0 16px 40px; text-align: center; font-size: 12px; color: var(--te-muted);
}

.tool-embed--subscribe a { color: var(--te-primary); }
.tool-embed--subscribe a:focus-visible,
.tool-embed--subscribe .te-frame:focus-visible {
  outline: 2px solid var(--te-primary); outline-offset: 2px;
}

@media (min-width: 640px) {
  .tool-embed--subscribe .te-hero { padding: 96px 16px 56px; }
  .tool-embed--subscribe .te-h1 { font-size: 48px; }
  .tool-embed--subscribe .te-sub { font-size: 18px; }
  .tool-embed--subscribe .te-card { padding: 24px; }
  .tool-embed--subscribe .te-grid { grid-template-columns: repeat(3, 1fr); }
}
