:root {
  --bg: hsl(36 55% 97%);
  --surface: hsl(38 70% 99%);
  --canvas: hsl(35 50% 96%);
  --input: hsl(38 70% 99%);
  --subtle: hsl(33 38% 93%);
  --line: hsl(32 24% 84%);
  --text: hsl(28 28% 14%);
  --soft: hsl(28 18% 30%);
  --muted: hsl(28 14% 42%);
  --dim: hsl(28 12% 55%);
  --brand: #2a72f0;
  --brand-hover: #1d58c8;
  --brand-soft: #1d58c8;
  --brand-mid: #1d58c8;
  --emerald: #059669;
  --serif: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, sans-serif;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

button,
a {
  font: inherit;
}

button {
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
}

a {
  color: inherit;
}

.skip {
  position: absolute;
  left: 16px;
  top: 8px;
  z-index: 80;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
}

.skip:focus {
  transform: none;
}

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.icon-12 { width: 12px; height: 12px; }
.icon-14 { width: 14px; height: 14px; }
.icon-20 { width: 20px; height: 20px; }
.icon-24 { width: 24px; height: 24px; }

.shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}

.brand__mark img {
  display: block;
  width: 44px;
  height: auto;
}

.brand__name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  gap: 48px;
  min-height: 620px;
  padding: 36px 0 56px;
}

.hero__glow {
  pointer-events: none;
  position: absolute;
  left: -14rem;
  top: 0;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(43, 121, 255, 0.16) 0%, rgba(43, 121, 255, 0.07) 42%, transparent 72%);
  filter: blur(32px);
}

.hero__copy,
.card-wrap {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 6px 14px;
  background: rgba(67, 138, 255, 0.12);
  color: #72adff;
  border: 1px solid rgba(67, 138, 255, 0.25);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.title {
  margin: 26px 0 0;
  max-width: 56rem;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.title__accent {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(120deg, #72adff, #438aff, #a9ceff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  margin: 24px 0 0;
  max-width: 42rem;
  color: var(--soft);
  font-size: 16px;
  line-height: 1.75;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.btn--primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 18px 30px -16px rgba(42, 114, 240, 0.6);
}

.btn--primary:hover {
  background: var(--brand-hover);
  transform: translateY(-1px);
}

.btn--ghost {
  background: var(--input);
  color: var(--text);
  border: 1px solid var(--line);
}

.btn--ghost:hover {
  border-color: rgba(67, 138, 255, 0.45);
  background: var(--subtle);
}

.card-wrap {
  width: min(100%, 28rem);
  margin: 0 auto;
}

.card-wrap__glow {
  position: absolute;
  inset: -40px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(67, 138, 255, 0.18), transparent 65%);
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.65);
}

.card__cover {
  position: relative;
  height: 176px;
}

.card__cover-image,
.card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.card__cover-image {
  object-fit: cover;
}

.card__shade {
  background: linear-gradient(to bottom, rgba(2, 6, 23, 0.1), rgba(2, 6, 23, 0.05) 45%, rgba(2, 6, 23, 0.45));
}

.card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(2, 6, 23, 0.3);
  color: #fff;
  padding: 4px 10px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.card__photo {
  position: absolute;
  left: 24px;
  bottom: -48px;
  z-index: 2;
  width: 112px;
  height: 112px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  object-fit: cover;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
  outline: 4px solid rgba(255, 255, 255, 0.85);
}

.card__body {
  position: relative;
  z-index: 1;
  padding: 64px 24px 24px;
}

.kicker {
  margin: 0;
  color: var(--dim);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card__name {
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.card__role {
  margin: 4px 0 0;
  color: var(--brand-soft);
  font-size: 12px;
  font-weight: 600;
}

.card__text {
  margin: 16px 0 0;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.7;
}

.card__actions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.card__btn {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 36px;
  border-radius: 12px;
  border: 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.card__btn--primary {
  background: var(--brand);
  color: #fff;
}

.card__btn--primary:hover {
  background: var(--brand-hover);
}

.card__btn--ghost {
  border: 1px solid var(--line);
  background: var(--input);
  color: var(--muted);
}

.card__btn--ghost:hover {
  border-color: rgba(67, 138, 255, 0.4);
  color: var(--brand-soft);
}

.section {
  margin-top: 96px;
}

.section--rule {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 64px 0;
}

.label {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.h2 {
  margin: 14px 0 0;
  max-width: 48rem;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.h2__accent {
  color: var(--brand-soft);
}

.prose {
  margin: 24px 0 0;
  max-width: 42rem;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.75;
}

.after {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}

.after__icon,
.benefit__icon,
.place__icon,
.step__icon,
.message__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.after__icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 24px -12px rgba(42, 114, 240, 0.7);
}

.after__label {
  margin: 0;
  color: var(--brand-soft);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.after__title,
.benefit__title {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.benefits {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.benefit {
  border-radius: 24px;
  padding: 20px;
  background: var(--surface);
  box-shadow: 0 16px 30px -22px rgba(0, 0, 0, 0.7);
}

.benefit--blue {
  border: 1px solid rgba(67, 138, 255, 0.25);
  background:
    radial-gradient(circle at 0% 0%, rgba(67, 138, 255, 0.15), transparent 48%),
    var(--surface);
}

.benefit--indigo {
  border: 1px solid rgba(129, 140, 248, 0.2);
  background:
    radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.14), transparent 48%),
    var(--surface);
}

.benefit--green {
  border: 1px solid rgba(52, 211, 153, 0.2);
  background:
    radial-gradient(circle at 0% 0%, rgba(52, 211, 153, 0.13), transparent 48%),
    var(--surface);
}

.benefit__icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
}

.benefit--blue .benefit__icon {
  background: rgba(42, 114, 240, 0.15);
  color: var(--brand-soft);
  box-shadow: inset 0 0 0 1px rgba(67, 138, 255, 0.25);
}

.benefit--indigo .benefit__icon {
  background: rgba(99, 102, 241, 0.12);
  color: #4f46e5;
  box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.25);
}

.benefit--green .benefit__icon {
  background: rgba(16, 185, 129, 0.15);
  color: var(--emerald);
  box-shadow: inset 0 0 0 1px rgba(52, 211, 153, 0.25);
}

.checks {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.45;
}

.checks li + li {
  margin-top: 12px;
}

.check {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.1);
  color: var(--emerald);
  flex: 0 0 auto;
}

.places {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.place {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 16px;
  transition: border-color 160ms ease;
}

.place:hover {
  border-color: rgba(67, 138, 255, 0.35);
}

.place__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(42, 114, 240, 0.1);
  color: var(--brand-soft);
  box-shadow: inset 0 0 0 1px rgba(67, 138, 255, 0.2);
}

.place h3,
.step h3,
.message h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.place p,
.step p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.steps {
  display: grid;
  gap: 40px;
  align-items: center;
}

.steps__list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 16px;
}

.step__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(42, 114, 240, 0.1);
  color: var(--brand-soft);
  box-shadow: inset 0 0 0 1px rgba(67, 138, 255, 0.2);
}

.step__label {
  margin: 0;
  color: var(--brand-soft);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.step h3 {
  margin-top: 4px;
}

.steps .btn {
  margin-top: 24px;
}

.ready-wrap {
  position: relative;
  width: min(100%, 24rem);
  margin: 0 auto;
}

.ready-wrap__glow {
  position: absolute;
  inset: -32px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(67, 138, 255, 0.16), transparent 68%);
}

.ready {
  position: relative;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 20px;
  box-shadow: 0 24px 40px -24px rgba(0, 0, 0, 0.7);
}

.ready__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ready__person {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ready__person img {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(67, 138, 255, 0.25);
}

.ready__person p {
  margin: 0;
}

.ready__person p:first-child {
  font-size: 14px;
  font-weight: 600;
}

.ready__person p:last-child {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.ready__status {
  border-radius: 999px;
  border: 1px solid rgba(5, 150, 105, 0.25);
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: 600;
}

.ready__list {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.ready__list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--canvas);
  padding: 12px;
  color: var(--soft);
  font-size: 12px;
}

.ready__ok {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.1);
  color: var(--emerald);
}

.ready__bar {
  height: 8px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--input);
}

.ready__bar span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand), var(--emerald));
}

.ready__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: var(--dim);
  font-size: 10px;
}

.ready__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  margin-top: 20px;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 24px -12px rgba(42, 114, 240, 0.7);
}

.ready__link:hover {
  background: var(--brand-hover);
}

.templates__intro .h2 {
  max-width: none;
}

.messages {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}

.message {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 20px;
  box-shadow: 0 18px 32px -22px rgba(0, 0, 0, 0.5);
  transition: transform 160ms ease, border-color 160ms ease;
}

.message:hover {
  transform: translateY(-2px);
  border-color: rgba(67, 138, 255, 0.4);
}

.message__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.message__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.message__icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(67, 138, 255, 0.2);
  background: rgba(42, 114, 240, 0.1);
  color: var(--brand-soft);
}

.copy {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--input);
  color: var(--muted);
  cursor: pointer;
}

.copy:hover {
  border-color: rgba(67, 138, 255, 0.35);
  color: var(--text);
}

.copy__done {
  display: none;
  color: var(--emerald);
}

.copy.is-copied .copy__idle {
  display: none;
}

.copy.is-copied .copy__done {
  display: block;
}

.message blockquote {
  flex: 1;
  margin: 16px 0 0;
  border-left: 2px solid rgba(67, 138, 255, 0.35);
  padding-left: 16px;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.7;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.exchange {
  display: grid;
  gap: 32px;
  align-items: center;
}

.exchange__visual {
  position: relative;
  height: 420px;
}

.exchange__photo {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  left: -2.5rem;
  bottom: -3rem;
  height: 112%;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: left bottom;
  opacity: 1;
  mix-blend-mode: normal;
}

.exchange__quote {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  border-radius: 16px 16px 16px 4px;
  border: 1px solid var(--line);
  background: rgba(255, 252, 247, 0.94);
  padding: 12px 16px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
  box-shadow: 0 16px 30px -18px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
}

.exchange__quote::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgb(255, 252, 247);
  transform: rotate(45deg);
}

.finale {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(67, 138, 255, 0.25);
  background:
    radial-gradient(circle at 20% 0%, rgba(67, 138, 255, 0.25), transparent 42%),
    radial-gradient(circle at 90% 90%, rgba(168, 85, 247, 0.16), transparent 36%),
    var(--surface);
  padding: 48px 24px;
  text-align: center;
}

.finale__icon {
  margin: 0 auto;
  color: var(--brand-hover);
}

.finale__label {
  margin: 20px 0 0;
  color: var(--brand-soft);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.finale h2 {
  max-width: 56rem;
  margin: 16px auto 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.finale p:last-of-type {
  max-width: 42rem;
  margin: 24px auto 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.75;
}

.finale .btn {
  margin-top: 32px;
}

.share {
  display: none;
}

.share:target {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.share__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(12px);
}

.share__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.share__head,
.share__foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
}

.share__head {
  border-bottom: 1px solid var(--line);
  background: var(--subtle);
}

.share__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.share__brand-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(42, 114, 240, 0.12);
  color: var(--brand-soft);
  box-shadow: inset 0 0 0 1px rgba(67, 138, 255, 0.25);
}

.share__head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.share__head p,
.share__note,
.share__field-label,
.share__foot p {
  margin: 0;
  color: var(--dim);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.share__head p {
  margin-top: 2px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
}

.share__close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  color: var(--muted);
  text-decoration: none;
}

.share__close:hover {
  background: rgba(28, 24, 20, 0.06);
  color: var(--text);
}

.share__preview {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.share__qr {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.08);
}

.share__qr img {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto;
}

.share__mini {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--subtle);
  padding: 12px;
}

.share__mini-row {
  display: flex;
  gap: 12px;
}

.share__mini img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.share__mini h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.share__mini .card__role {
  font-size: 11px;
}

.share__mini .card__text {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 11px;
  line-height: 1.35;
}

.share__note {
  margin-top: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.share__link {
  padding: 0 20px 16px;
}

.share__row {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.share__row input {
  min-width: 0;
  flex: 1;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--input);
  color: var(--text);
  padding: 0 12px;
  font-size: 12px;
}

.share__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-width: 7.5rem;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(42, 114, 240, 0.35);
  background: rgba(42, 114, 240, 0.1);
  color: var(--brand-soft);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.share__copy.is-copied {
  border-color: rgba(5, 150, 105, 0.35);
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.share__copy .copy__done,
.share__copy.is-copied .copy__idle {
  display: none;
}

.share__copy.is-copied .copy__done {
  display: inline;
}

.share__foot {
  display: block;
  border-top: 1px solid var(--line);
  background: var(--subtle);
}

.messengers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.messengers a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 8px;
  color: var(--soft);
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
}

.messengers a:hover {
  border-color: var(--line);
  color: var(--text);
}

.messengers span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
}

.msg--tg { background: rgba(14, 165, 233, 0.12); color: #0369a1; box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.28); }
.msg--wa { background: rgba(16, 185, 129, 0.12); color: #047857; box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.28); }
.msg--vk { background: rgba(99, 102, 241, 0.12); color: #4338ca; box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.28); }
.msg--vb { background: rgba(192, 38, 211, 0.12); color: #a21caf; box-shadow: inset 0 0 0 1px rgba(192, 38, 211, 0.28); }
.msg--mail { background: rgba(217, 119, 6, 0.12); color: #b45309; box-shadow: inset 0 0 0 1px rgba(217, 119, 6, 0.28); }
.msg--x { background: rgba(28, 24, 20, 0.06); color: var(--text); box-shadow: inset 0 0 0 1px rgba(28, 24, 20, 0.12); }

:focus-visible {
  outline: 2px solid var(--brand-mid);
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .shell {
    width: min(1200px, calc(100% - 64px));
    padding-bottom: 96px;
  }

  .title {
    font-size: 72px;
  }

  .lede {
    font-size: 18px;
  }

  .actions {
    flex-direction: row;
  }

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

  .exchange__quote {
    max-width: 68%;
    margin-left: auto;
    margin-top: 40px;
  }

  .finale {
    padding: 64px 40px;
  }

  .finale h2 {
    font-size: 48px;
  }

  .share__preview {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .messengers {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 768px) {
  .h2 {
    font-size: 56px;
  }
}

@media (min-width: 1024px) {
  .shell {
    width: min(1200px, calc(100% - 96px));
    padding-top: 36px;
    padding-bottom: 120px;
  }

  .hero {
    grid-template-columns: 1.08fr 0.92fr;
    padding: 48px 0 80px;
  }

  .title {
    font-size: 88px;
  }

  .card-wrap {
    margin-right: 0;
  }

  .benefits,
  .places {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps,
  .exchange {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .steps {
    grid-template-columns: 1.3fr 0.7fr;
  }
}

@media (min-width: 1280px) {
  .messages {
    grid-template-columns: repeat(3, 1fr);
  }

  .templates__intro .h2 {
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .messages {
    grid-template-columns: repeat(2, 1fr);
  }
}
