:root {
  --bg: #fffaf6;
  --bg-soft: #fbf4ed;
  --surface: #ffffff;
  --surface-warm: #fff7ef;
  --ink: #281f1d;
  --muted: #776c67;
  --muted-2: #9a8f88;
  --line: rgba(87, 67, 58, 0.16);
  --brand: #a85545;
  --brand-strong: #7c352d;
  --rose: #e8aaa2;
  --sand: #f3d8c3;
  --cream: #fff0df;
  --shadow: 0 24px 80px rgba(70, 45, 35, 0.14);
  --shadow-soft: 0 14px 42px rgba(70, 45, 35, 0.10);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(232, 170, 162, 0.35), transparent 30rem),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 38%, #fff 100%);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(124, 53, 45, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 53, 45, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

button,
input {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.narrow {
  max-width: 820px;
}

.center {
  text-align: center;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(87, 67, 58, 0.10);
  background: rgba(255, 250, 246, 0.78);
  backdrop-filter: blur(18px);
}

.navbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--brand), var(--rose));
  box-shadow: 0 12px 30px rgba(168, 85, 69, 0.25);
}

.brand-mark svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark svg path:first-child {
  fill: rgba(255, 255, 255, 0.18);
}

.brand-text {
  font-size: 1.12rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 14px;
  color: var(--muted);
  font-weight: 650;
  font-size: 0.96rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(168, 85, 69, 0.08);
}

.nav-links .nav-cta {
  margin-left: 8px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 10px 28px rgba(40, 31, 29, 0.16);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  color: #fff;
  background: var(--brand-strong);
  transform: translateY(-1px);
}

.nav-toggle,
.nav-toggle-label {
  display: none;
}

.section-pad {
  padding: 92px 0 76px;
}

.section {
  padding: 86px 0;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.75;
  pointer-events: none;
}

.hero-glow-one {
  width: 340px;
  height: 340px;
  left: -100px;
  top: 90px;
  background: rgba(232, 170, 162, 0.45);
}

.hero-glow-two {
  width: 260px;
  height: 260px;
  right: 8%;
  bottom: 30px;
  background: rgba(243, 216, 195, 0.9);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  gap: 54px;
  align-items: center;
}

.eyebrow,
.section-kicker,
.muted-label {
  color: var(--brand-strong);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.4rem, 8vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.08em;
  margin-bottom: 26px;
}

.lead {
  max-width: 670px;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  color: var(--muted);
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  box-shadow: 0 18px 40px rgba(168, 85, 69, 0.25);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 24px 48px rgba(168, 85, 69, 0.32);
}

.btn-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.75);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
  font-weight: 650;
}

.hero-card {
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: min(100%, 420px);
  padding: 18px;
  border: 1px solid rgba(87, 67, 58, 0.16);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 247, 239, 0.95)),
    radial-gradient(circle at 30% 0%, rgba(232, 170, 162, 0.35), transparent 50%);
  box-shadow: var(--shadow);
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px 16px;
  color: var(--muted);
  font-weight: 800;
}

.phone-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 18px 0 0 var(--sand), 36px 0 0 #d6c1b1;
}

.phone-title {
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-20px);
  font-size: 0.92rem;
}

.message-preview {
  padding: 24px;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(124, 53, 45, 0.98), rgba(168, 85, 69, 0.88)),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), transparent 45%);
  box-shadow: 0 24px 54px rgba(124, 53, 45, 0.22);
}

.recipient-chip {
  width: fit-content;
  margin-bottom: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 800;
  font-size: 0.82rem;
}

.message-preview h2 {
  font-size: 1.8rem;
  line-height: 1.04;
  letter-spacing: -0.045em;
  margin-bottom: 12px;
}

.message-preview p {
  color: rgba(255, 255, 255, 0.82);
}

.media-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.media-pill {
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.13);
  font-size: 0.82rem;
  font-weight: 750;
}

.delivery-card,
.guardian-card {
  margin-top: 14px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
}

.delivery-card p,
.guardian-card p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.status-dot {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 999px;
  background: #78a86f;
  box-shadow: 0 0 0 8px rgba(120, 168, 111, 0.15);
}

.avatar-group {
  display: flex;
  min-width: 82px;
}

.avatar-group span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--cream);
  color: var(--brand-strong);
  font-size: 0.82rem;
  font-weight: 900;
}

.avatar-group span:first-child {
  margin-left: 0;
}

.intro-section {
  padding-top: 52px;
}

.intro-section h2,
.section-heading h2,
.split-copy h2,
.app-copy h2,
.security-copy h2,
.waitlist-card h2 {
  font-size: clamp(2rem, 4.6vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin-bottom: 18px;
}

.intro-section p:last-child,
.split-copy p,
.app-copy p,
.security-copy p,
.waitlist-card p,
.section-heading + p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.center {
  margin-inline: auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  padding: 26px;
  min-height: 256px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 85, 69, 0.28);
  box-shadow: var(--shadow-soft);
}

.icon-box {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 17px;
  background: var(--surface-warm);
  color: var(--brand-strong);
  font-size: 1.35rem;
  font-weight: 900;
}

.feature-card h3 {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.split-section {
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.5), rgba(255, 255, 255, 0.6));
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.split-copy {
  position: sticky;
  top: 110px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step-card {
  position: relative;
  padding: 24px 24px 24px 86px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.step-number {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  font-size: 0.82rem;
}

.step-card h3 {
  margin-bottom: 7px;
}

.step-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.app-section {
  overflow: hidden;
}

.app-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.84fr);
  gap: 50px;
  align-items: center;
}

.dashboard-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 239, 0.84)),
    radial-gradient(circle at top right, rgba(232, 170, 162, 0.45), transparent 48%);
  box-shadow: var(--shadow);
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.dashboard-header h3 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

.muted-label {
  margin-bottom: 7px;
}

.badge,
.plan-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(168, 85, 69, 0.10);
  color: var(--brand-strong);
  font-size: 0.78rem;
  font-weight: 900;
}

.letter-list {
  display: grid;
  gap: 12px;
}

.letter-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
}

.letter-row.active {
  background: var(--ink);
  color: #fff;
}

.letter-row p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.letter-row.active p {
  color: rgba(255, 255, 255, 0.68);
}

.letter-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(168, 85, 69, 0.10);
}

.letter-row.active .letter-icon {
  background: rgba(255, 255, 255, 0.12);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--muted);
  font-weight: 650;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(120, 168, 111, 0.16);
  color: #527d4e;
  font-size: 0.78rem;
  font-weight: 900;
}

.security-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  padding: 44px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, #281f1d, #4c2a27 52%, #7c352d);
  color: #fff;
  box-shadow: var(--shadow);
}

.security-copy .section-kicker,
.security-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.security-copy h2 {
  color: #fff;
}

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

.security-grid div {
  min-height: 140px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.security-grid strong,
.security-grid span {
  display: block;
}

.security-grid strong {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.security-grid span {
  color: rgba(255, 255, 255, 0.7);
}

.integrations-section {
  padding-top: 24px;
}

.integration-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.integration-strip span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(70, 45, 35, 0.05);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.pricing-card.featured {
  background:
    linear-gradient(180deg, #fff, var(--surface-warm));
  border-color: rgba(168, 85, 69, 0.32);
  box-shadow: var(--shadow-soft);
  transform: translateY(-10px);
}

.pricing-card h3 {
  font-size: 1.45rem;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.plan-badge {
  margin-bottom: 16px;
}

.price {
  margin-bottom: 10px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.price span {
  font-size: 1rem;
  color: var(--muted);
  letter-spacing: -0.02em;
}

.pricing-note {
  color: var(--muted);
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 28px;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
}

.pricing-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--brand);
  font-weight: 900;
}

.pricing-card .btn {
  margin-top: auto;
}

.faq-section {
  background: linear-gradient(180deg, rgba(255, 247, 239, 0.55), rgba(255, 255, 255, 0.1));
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 19px 22px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

details p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
}

.waitlist-section {
  padding-top: 64px;
}

.waitlist-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 32px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(168, 85, 69, 0.18);
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(232, 170, 162, 0.45), transparent 40%),
    linear-gradient(135deg, #fff, var(--surface-warm));
  box-shadow: var(--shadow-soft);
}

.waitlist-form {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
}

.waitlist-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-weight: 850;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row input {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
  background: #fff;
}

.form-row input:focus {
  border-color: rgba(168, 85, 69, 0.55);
  box-shadow: 0 0 0 4px rgba(168, 85, 69, 0.12);
}

.form-note {
  margin: 10px 0 0;
  color: var(--muted-2);
  font-size: 0.88rem;
}

.site-footer {
  padding: 48px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  margin-bottom: 10px;
}

.site-footer p {
  color: var(--muted);
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--muted);
  font-weight: 750;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--brand-strong);
}

.copyright {
  grid-column: 1 / -1;
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .app-grid,
  .security-panel,
  .waitlist-card {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .lead,
  .hero h1 {
    margin-inline: auto;
  }

  .hero-actions,
  .trust-row {
    justify-content: center;
  }

  .split-copy {
    position: static;
  }

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

  .pricing-card.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section-pad {
    padding: 62px 0 48px;
  }

  .section {
    padding: 62px 0;
  }

  .navbar {
    min-height: 68px;
  }

  .nav-toggle-label {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.68);
    cursor: pointer;
  }

  .nav-toggle-label span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 250, 246, 0.96);
    box-shadow: var(--shadow-soft);
    transform-origin: top;
    transform: scaleY(0.96);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .nav-toggle:checked ~ .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
  }

  .nav-links .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 18vw, 4.4rem);
  }

  .phone-frame {
    border-radius: 32px;
  }

  .feature-grid,
  .pricing-grid,
  .security-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .step-card {
    padding: 76px 20px 22px;
  }

  .step-number {
    top: 20px;
    left: 20px;
  }

  .dashboard-card,
  .security-panel,
  .waitlist-card {
    padding: 24px;
    border-radius: 28px;
  }

  .form-row {
    flex-direction: column;
  }

  .form-row .btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 440px) {
  .brand-text {
    font-size: 1rem;
  }

  .hero-actions .btn,
  .hero-actions {
    width: 100%;
  }

  .trust-row span {
    width: 100%;
    text-align: center;
  }

  .message-preview {
    padding: 20px;
  }

  .delivery-card,
  .guardian-card {
    align-items: flex-start;
  }
}
