:root {
  --ink: #172236;
  --muted: #627086;
  --blue: #3159e8;
  --blue-dark: #2344bd;
  --lime: #e7f6a8;
  --surface: #f4f6fa;
  --line: #e3e7ee;
  --white: #fff;
  --radius: 20px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic",
    sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
select,
summary,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
svg {
  display: block;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}
.wrap {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -90px;
  left: 20px;
  z-index: 20;
  background: var(--ink);
  color: white;
  padding: 15px 22px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  letter-spacing: -1.3px;
  font-weight: 800;
  color: var(--blue);
}
.brand svg {
  width: 33px;
  height: 33px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 33px;
  font-size: 14px;
  font-weight: 650;
}
.site-header nav > a:not(.nav-demo):hover {
  color: var(--blue);
}
.nav-demo {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 17px;
}
.nav-demo:hover {
  border-color: var(--blue);
}
.nav-demo span {
  font-size: 19px;
  line-height: 1;
}
.hero {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 72px;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 102px;
}
.release-badge {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 24px;
}
.release-badge > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}
h1 {
  font-size: clamp(54px, 5.3vw, 73px);
  line-height: 1.17;
  letter-spacing: -4px;
  font-weight: 760;
  word-break: keep-all;
}
.hero-description {
  font-size: 17px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 27px;
  letter-spacing: -0.4px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 51px;
  padding: 13px 23px;
  border: 0;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 700;
}
.button svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.primary {
  background: var(--blue);
  color: var(--white);
}
.primary:hover {
  background: var(--blue-dark);
}
.primary:disabled {
  background: #d5dce8;
  color: #53617b;
}
.hero-cta {
  margin-top: 30px;
}
.hero-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.hero-signoff {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 54px;
  letter-spacing: -0.25px;
}
.scribble {
  font-size: 23px;
  font-weight: 800;
  color: var(--blue);
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  line-height: 1;
}
.signoff-indent {
  padding-left: 33px;
}
.demo {
  background: white;
  border: 1px solid #dce2ee;
  border-radius: 24px;
  padding: 27px 29px 21px;
  box-shadow: 0 19px 55px -23px #27447036;
  position: relative;
  scroll-margin-top: 28px;
}
.demo:before {
  content: "";
  position: absolute;
  width: 66px;
  height: 9px;
  top: -5px;
  right: 37px;
  border-radius: 4px;
  background: var(--lime);
}
.demo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.demo-top h2 {
  font-size: 19px;
  letter-spacing: -0.6px;
}
.demo-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 650;
  background: var(--surface);
  color: var(--muted);
  padding: 6px 9px;
  border-radius: 6px;
  white-space: nowrap;
}
.demo-disclaimer {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 9px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-inline-size: 0;
}
legend {
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.step-number {
  font-size: 11px;
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface);
  color: var(--muted);
}
.contact-fieldset {
  margin-top: 24px;
}
.selection-count {
  margin-left: auto;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}
.contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 13px;
}
.contact {
  display: flex;
  align-items: center;
  position: relative;
  padding: 11px 9px;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 11px;
  cursor: pointer;
  min-height: 49px;
}
.contact:has(input:checked) {
  background: #f2f5ff;
  border-color: #a8baff;
}
.contact:has(input:focus-visible) {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.contact input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.avatar {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex: none;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  color: #51494d;
}
.peach {
  background: #ffe4d4;
}
.lavender {
  background: #e7e1fb;
}
.mint {
  background: #d7eee3;
}
.contact-name {
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: -0.4px;
}
.checkbox-icon {
  height: 14px;
  width: 14px;
  flex: none;
  border-radius: 50%;
  border: 1px solid #c0c8d5;
  margin-left: auto;
}
.contact:has(input:checked) .checkbox-icon {
  background: var(--blue);
  border-color: var(--blue);
}
.contact:has(input:checked) .checkbox-icon:after {
  content: "";
  display: block;
  width: 6px;
  height: 3px;
  transform: rotate(-45deg);
  border-left: 1.5px solid white;
  border-bottom: 1.5px solid white;
  margin: 3px 2px;
}
.message-fieldset {
  margin-top: 25px;
}
.template-switch {
  display: flex;
  gap: 7px;
  margin-top: 13px;
}
.template-switch button {
  font-size: 12px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 7px;
  padding: 7px 11px;
  color: var(--muted);
}
.template-switch button[aria-pressed="true"] {
  color: var(--blue);
  background: #f2f5ff;
  border-color: #b0c0fa;
  font-weight: 700;
}
.variable-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 15px;
}
.variable-field label {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 6px;
}
.variable-field input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px;
  font-size: 12px;
  color: var(--ink);
  background: white;
  min-width: 0;
}
.editor-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
  margin-bottom: 8px;
}
.editor-heading > label {
  font-size: 12px;
  font-weight: 650;
}
.editor-heading > label span {
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
  margin-left: 7px;
}
.mode-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px !important;
  color: var(--muted);
}
.mode-label select {
  border: 0;
  padding: 3px 1px;
  background: white;
  color: var(--ink);
  font-size: 11px;
}
.message-fieldset textarea {
  display: block;
  width: 100%;
  resize: vertical;
  min-height: 78px;
  max-height: 260px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--ink);
  background: white;
}
.field-hint {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 6px;
}
.message-preview {
  padding: 15px 17px;
  background: var(--surface);
  border-radius: 11px;
  margin-top: 18px;
}
.preview-heading {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
.preview-heading h3 {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
}
.preview-heading > span {
  font-size: 10px;
  color: var(--muted);
}
#preview-body {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 8px;
  word-break: break-word;
  white-space: pre-wrap;
  min-height: 23px;
}
.recipient-preview + .recipient-preview {
  border-top: 1px solid var(--line);
  margin-top: 10px;
  padding-top: 10px;
}
.recipient-preview strong {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-bottom: 3px;
}
.preview-button {
  width: 100%;
  margin-top: 17px;
  min-height: 45px;
  font-size: 13px;
}
.demo-bottom-note {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.55;
  margin-top: 10px;
}
.form-warning {
  font-size: 11px;
  line-height: 1.65;
  color: #a1332f;
  margin-top: 9px;
}
.how-section {
  background: var(--surface);
  padding: 77px 0 74px;
}
.section-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
}
.section-intro h2,
.faq-section > h2,
.closing h2 {
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: -1.5px;
  font-weight: 740;
  word-break: keep-all;
}
.section-intro > p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
  padding-bottom: 3px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
  gap: 48px;
}
.steps > li {
  border-top: 1px solid #d9dfe8;
  padding-top: 22px;
}
.large-step {
  font-size: 13px;
  color: var(--blue);
  font-weight: 700;
  letter-spacing: 1px;
}
.steps h3 {
  font-size: 19px;
  letter-spacing: -0.6px;
  margin: 15px 0 12px;
}
.steps p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  word-break: keep-all;
}
.step-detail {
  font-size: 11px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.detail-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  flex: none;
}
.privacy-section {
  padding-top: 86px;
  padding-bottom: 84px;
}
.privacy-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 76px;
  padding: 58px 62px;
  background: var(--blue);
  color: white;
  border-radius: 22px;
}
.privacy-icon {
  width: 36px;
  height: 36px;
  stroke: var(--lime);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 25px;
}
.privacy-heading h2 {
  font-size: 41px;
  line-height: 1.35;
  letter-spacing: -1.8px;
}
.privacy-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  border-bottom: 1px solid #9baff7;
  padding-bottom: 9px;
  margin-top: 38px;
}
.privacy-heading > a:hover {
  color: var(--lime);
}
.privacy-heading > a:focus-visible {
  outline-color: var(--lime);
}
.privacy-facts {
  display: flex;
  flex-direction: column;
  gap: 27px;
  justify-content: center;
}
.privacy-facts h3 {
  font-size: 16px;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.privacy-facts p {
  font-size: 13px;
  line-height: 1.85;
  color: #e1e8ff;
  word-break: keep-all;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  padding-bottom: 85px;
}
.faq-section > h2 {
  font-size: 29px;
  line-height: 1.5;
}
.faqs details {
  border-bottom: 1px solid var(--line);
}
.faqs details:first-child {
  border-top: 1px solid var(--line);
}
.faqs summary {
  font-size: 14px;
  font-weight: 650;
  padding: 21px 27px 21px 0;
  list-style: none;
  cursor: pointer;
  position: relative;
  line-height: 1.7;
  word-break: keep-all;
}
.faqs summary::-webkit-details-marker {
  display: none;
}
.faqs summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 22px;
  font-size: 19px;
  line-height: 1.3;
  color: var(--muted);
  font-weight: 400;
}
.faqs details[open] summary:after {
  content: "−";
}
.faqs details > p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  padding-bottom: 23px;
  word-break: keep-all;
}
.closing {
  border-top: 1px solid var(--line);
  padding-top: 55px;
  padding-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.closing h2 {
  font-size: 30px;
}
.closing p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 13px;
}
.platforms {
  display: flex;
  gap: 13px;
}
.platforms > span {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 151px;
  padding: 19px 26px;
  border-radius: 11px;
  background: var(--surface);
  font-size: 17px;
  font-weight: 650;
}
.platforms small {
  font-weight: 400;
  font-size: 11px;
  color: var(--muted);
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 29px;
  padding-bottom: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.site-footer .brand {
  font-size: 22px;
}
.site-footer > p {
  color: var(--muted);
  font-size: 11px;
}
.site-footer nav {
  margin-left: auto;
  display: flex;
  gap: 21px;
  font-size: 11px;
  color: var(--muted);
}
.site-footer nav a:hover {
  text-decoration: underline;
}
.site-footer > small {
  width: 100%;
  font-size: 10px;
  color: var(--muted);
}
dialog {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 25px;
  width: min(450px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  color: var(--ink);
  box-shadow: 0 25px 100px #17223633;
}
dialog::backdrop {
  background: #17223673;
  backdrop-filter: blur(4px);
}
.dialog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.close-button {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  background: var(--surface);
  color: var(--muted);
  border: 0;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}
dialog h2 {
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-top: 21px;
}
#compose-description {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 12px;
}
.compose-recipients {
  display: flex;
  gap: 16px;
  padding-block: 17px;
  margin-top: 16px;
  border-block: 1px solid var(--line);
  font-size: 12px;
}
.compose-recipients > span {
  color: var(--muted);
  flex: none;
}
.compose-recipients p {
  font-weight: 650;
  line-height: 1.6;
}
.compose-bubble {
  background: #eff3ff;
  border-radius: 17px 17px 5px 17px;
  padding: 18px;
  margin: 22px 0 22px 22px;
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-wrap;
  word-break: break-word;
}
.compose-note {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 20px;
}
dialog > .button {
  width: 100%;
  min-height: 46px;
  font-size: 13px;
}
.policy-main {
  max-width: 760px;
  padding-top: 48px;
  padding-bottom: 85px;
}
.policy-back {
  font-size: 13px;
  color: var(--muted);
  display: inline-block;
  margin-bottom: 35px;
}
.policy-main h1 {
  font-size: 43px;
  letter-spacing: -2px;
  line-height: 1.4;
}
.policy-status {
  margin-top: 17px;
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}
.policy-callout {
  background: var(--surface);
  border-left: 3px solid var(--blue);
  padding: 20px 23px;
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.9;
}
.policy-main section {
  margin-top: 36px;
}
.policy-main h2 {
  font-size: 19px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.policy-main section p,
.policy-main li {
  font-size: 14px;
  line-height: 1.95;
  color: var(--muted);
  word-break: keep-all;
}
.policy-main ul {
  padding-left: 20px;
}
.policy-main li + li {
  margin-top: 7px;
}
.policy-main a:not(.policy-back) {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--blue);
}
.policy-main section p + p {
  margin-top: 12px;
}
.policy-main strong {
  font-weight: 650;
  color: var(--ink);
}
@media (min-width: 1400px) {
  .hero {
    padding-top: 57px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .demo {
    padding-inline: 32px;
  }
  .hero-copy {
    padding-bottom: 16px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 36px;
    grid-template-columns: 0.88fr 1.12fr;
  }
  .hero h1 {
    font-size: 58px;
    letter-spacing: -3px;
  }
  .demo {
    padding: 23px 21px 19px;
  }
  .contact {
    gap: 5px;
    padding: 10px 7px;
  }
  .contact-name {
    font-size: 11px;
  }
  .avatar {
    width: 22px;
    height: 22px;
  }
  .privacy-panel {
    padding: 46px;
    gap: 48px;
  }
  .steps {
    gap: 30px;
  }
  .faq-section {
    gap: 40px;
  }
  .privacy-heading h2 {
    font-size: 37px;
  }
}
@media (max-width: 850px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 89px;
  }
  .site-header nav {
    gap: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 43px;
    padding-top: 25px;
    padding-bottom: 64px;
    max-width: 650px;
  }
  .hero-copy {
    position: relative;
  }
  .hero h1 {
    font-size: 61px;
    letter-spacing: -3px;
  }
  .desktop-break {
    display: none;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 21px;
  }
  .release-badge {
    margin-bottom: 20px;
  }
  .hero-signoff {
    display: none;
  }
  .hero-cta {
    margin-top: 25px;
  }
  .demo {
    padding: 26px 29px 23px;
  }
  .demo-top h2 {
    font-size: 20px;
  }
  .demo-disclaimer {
    font-size: 12px;
  }
  .contact-name {
    font-size: 13px;
  }
  .contact {
    padding: 13px 12px;
    gap: 9px;
  }
  .avatar {
    width: 29px;
    height: 29px;
  }
  .variable-fields input {
    font-size: 13px;
    padding: 11px;
  }
  .message-fieldset textarea {
    font-size: 13px;
  }
  .field-hint {
    font-size: 11px;
  }
  .demo-bottom-note {
    font-size: 11px;
  }
  .how-section {
    padding: 56px 0;
  }
  .section-intro {
    display: block;
  }
  .section-intro h2 {
    font-size: 31px;
  }
  .section-intro > p {
    margin-top: 18px;
    font-size: 14px;
  }
  .steps {
    gap: 25px;
    margin-top: 32px;
  }
  .steps h3 {
    font-size: 17px;
  }
  .steps p {
    font-size: 13px;
  }
  .step-detail {
    font-size: 10px;
    line-height: 1.6;
    align-items: flex-start;
  }
  .detail-dot {
    margin-top: 5px;
  }
  .privacy-section {
    padding-block: 56px;
  }
  .privacy-panel {
    gap: 35px;
    padding: 37px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .privacy-heading h2 {
    font-size: 32px;
  }
  .privacy-facts h3 {
    font-size: 14px;
  }
  .privacy-facts p {
    font-size: 12px;
  }
  .privacy-heading > a {
    font-size: 10px;
    gap: 8px;
  }
  .wide-only {
    display: none;
  }
  .faq-section {
    display: block;
    padding-bottom: 60px;
  }
  .faq-section h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .closing {
    padding-block: 43px;
    gap: 24px;
  }
  .closing h2 {
    font-size: 25px;
  }
  .platforms > span {
    min-width: 112px;
    padding: 16px 20px;
    font-size: 15px;
  }
  .platforms {
    gap: 9px;
  }
  .site-footer {
    gap: 17px;
  }
  .site-footer > p {
    display: none;
  }
  .site-footer nav {
    gap: 17px;
  }
}
@media (max-width: 540px) {
  .wrap {
    width: calc(100% - 38px);
  }
  .site-header {
    height: 78px;
  }
  .brand {
    font-size: 23px;
    gap: 7px;
  }
  .brand svg {
    width: 29px;
    height: 29px;
  }
  .site-header nav {
    gap: 0;
  }
  .site-header nav > a:not(.nav-demo) {
    display: none;
  }
  .nav-demo {
    font-size: 12px;
    padding: 10px 12px;
    gap: 12px;
  }
  .hero {
    padding-top: 28px;
    gap: 33px;
    padding-bottom: 49px;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -2.8px;
    line-height: 1.2;
  }
  .release-badge {
    font-size: 11px;
    margin-bottom: 17px;
  }
  .hero-description {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.9;
  }
  .hero-cta {
    font-size: 13px;
    min-height: 47px;
  }
  .hero-note {
    font-size: 10px;
  }
  .demo {
    padding: 22px 17px 18px;
    border-radius: 18px;
  }
  .demo-top h2 {
    font-size: 17px;
  }
  .demo-label {
    font-size: 10px;
    padding: 5px 7px;
  }
  .demo-disclaimer {
    font-size: 10px;
    word-break: keep-all;
  }
  .contact-fieldset {
    margin-top: 21px;
  }
  legend {
    font-size: 12px;
    gap: 7px;
  }
  .selection-count {
    font-size: 10px;
  }
  .contacts {
    gap: 6px;
  }
  .contact {
    padding: 10px 7px;
    gap: 5px;
    flex-wrap: wrap;
  }
  .avatar {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
  .contact-name {
    font-size: 11px;
  }
  .checkbox-icon {
    width: 12px;
    height: 12px;
  }
  .contact:has(input:checked) .checkbox-icon:after {
    width: 5px;
    height: 3px;
    margin: 2px;
  }
  .message-fieldset {
    margin-top: 23px;
  }
  .template-switch button {
    font-size: 11px;
    padding: 7px 10px;
  }
  .variable-fields {
    gap: 7px;
    margin-top: 14px;
  }
  .variable-field label {
    font-size: 10px;
  }
  .variable-field input {
    font-size: 12px;
    padding: 9px 7px;
  }
  .editor-heading > label {
    font-size: 11px;
  }
  .editor-heading > label span {
    font-size: 9px;
    margin-left: 4px;
  }
  .message-fieldset textarea {
    font-size: 12px;
    padding: 10px;
  }
  .field-hint {
    font-size: 9px;
  }
  .message-preview {
    padding: 13px 14px;
  }
  #preview-body {
    font-size: 12px;
  }
  .demo-bottom-note {
    font-size: 9px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 30px;
  }
  .steps > li {
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 9px;
    padding-top: 23px;
  }
  .large-step {
    grid-row: 1 / 4;
    padding-top: 2px;
  }
  .steps h3 {
    margin: 0 0 8px;
    font-size: 18px;
  }
  .steps p {
    grid-column: 2;
    font-size: 13px;
  }
  .step-detail {
    grid-column: 2;
    font-size: 10px;
    margin-top: 13px;
  }
  .how-section {
    padding: 47px 0;
  }
  .section-intro h2 {
    font-size: 28px;
  }
  .section-intro > p {
    font-size: 13px;
  }
  .privacy-section {
    padding-block: 43px;
  }
  .privacy-panel {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 29px 27px;
    border-radius: 18px;
  }
  .privacy-icon {
    width: 29px;
    height: 29px;
    margin-bottom: 19px;
  }
  .privacy-heading h2 {
    font-size: 35px;
  }
  .privacy-heading > a {
    font-size: 11px;
    margin-top: 21px;
    gap: 28px;
  }
  .privacy-facts {
    gap: 22px;
    border-top: 1px solid #7791f0;
    padding-top: 29px;
  }
  .privacy-facts h3 {
    font-size: 14px;
  }
  .privacy-facts p {
    font-size: 12px;
  }
  .faq-section {
    padding-bottom: 45px;
  }
  .faq-section h2 {
    font-size: 26px;
    margin-bottom: 19px;
  }
  .faqs summary {
    font-size: 12px;
    padding-block: 18px;
  }
  .faqs summary:after {
    top: 18px;
  }
  .faqs details > p {
    font-size: 12px;
  }
  .closing {
    display: block;
    padding-block: 33px;
  }
  .closing h2 {
    font-size: 27px;
  }
  .closing p {
    font-size: 12px;
  }
  .platforms {
    margin-top: 25px;
    gap: 10px;
  }
  .platforms > span {
    min-width: 0;
    flex: 1;
    padding: 16px 20px;
  }
  .site-footer {
    padding-top: 24px;
    padding-bottom: 27px;
  }
  .site-footer .brand {
    font-size: 23px;
    width: 100%;
  }
  .site-footer nav {
    margin-left: 0;
    gap: 19px;
    font-size: 10px;
  }
  .site-footer > small {
    font-size: 9px;
    margin-top: 2px;
  }
  .policy-main {
    padding-top: 24px;
    padding-bottom: 55px;
  }
  .policy-back {
    margin-bottom: 27px;
    font-size: 12px;
  }
  .policy-main h1 {
    font-size: 33px;
    letter-spacing: -1.7px;
  }
  .policy-status {
    font-size: 12px;
  }
  .policy-callout {
    font-size: 13px;
    padding: 17px 19px;
  }
  .policy-main section {
    margin-top: 28px;
  }
  .policy-main h2 {
    font-size: 17px;
  }
  .policy-main section p,
  .policy-main li {
    font-size: 13px;
  }
  dialog {
    padding: 21px;
  }
  dialog h2 {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 28px);
  }
  .hero h1 {
    font-size: 44px;
  }
  .demo {
    padding-inline: 13px;
  }
  .contact {
    gap: 4px;
    padding-inline: 5px;
  }
  .contact-name {
    font-size: 10px;
  }
  .checkbox-icon {
    margin-left: 0;
  }
  .avatar {
    width: 19px;
    height: 19px;
  }
  .editor-heading > label span {
    display: none;
  }
  .template-switch {
    gap: 5px;
  }
  .template-switch button {
    padding-inline: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
