:root {
  --ink: #193339;
  --rose: #d95b67;
  --mint: #6fa19b;
  --line: #eadbd3;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --script: "Segoe Print", "Comic Sans MS", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 4% 46%, rgba(243, 203, 208, 0.34), transparent 15%),
    radial-gradient(circle at 96% 56%, rgba(235, 216, 194, 0.26), transparent 18%),
    linear-gradient(180deg, #fff 0%, #fffaf6 62%, #fff 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 240px;
  height: 240px;
  pointer-events: none;
  opacity: 0.48;
  filter: blur(1px);
}

body::before {
  left: -48px;
  bottom: 76px;
  background:
    radial-gradient(circle at 35% 78%, #eab4bd 0 5px, transparent 6px),
    radial-gradient(circle at 58% 65%, #f1cbd0 0 8px, transparent 9px),
    radial-gradient(circle at 74% 82%, #eed0bd 0 5px, transparent 6px);
}

body::after {
  right: -62px;
  top: 96px;
  background:
    radial-gradient(ellipse at 48% 55%, rgba(85, 122, 93, .32) 0 6px, transparent 7px),
    radial-gradient(ellipse at 56% 38%, rgba(110, 146, 107, .28) 0 5px, transparent 6px),
    radial-gradient(ellipse at 62% 70%, rgba(85, 122, 93, .25) 0 6px, transparent 7px);
}

img {
  display: block;
  max-width: 100%;
}

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

button,
summary {
  font: inherit;
}

.page-shell {
  width: min(1246px, calc(100% - 56px));
  margin: 0 auto;
}

.site-header {
  height: 91px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(209, 202, 197, 0.84);
  border-left: 0;
  border-right: 0;
  box-shadow: 0 5px 22px rgba(32, 28, 24, 0.08);
  position: relative;
  z-index: 10;
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.brand img {
  width: 58px;
  height: 48px;
}

.brand span {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  color: var(--rose);
  font-size: 52px;
  letter-spacing: -0.075em;
  line-height: .9;
  white-space: nowrap;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .9), 0 10px 22px rgba(217, 91, 103, .18);
}

.top-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 39px;
  color: #3e474b;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.top-nav a {
  transition: color .2s ease;
}

.top-nav a:hover {
  color: var(--rose);
}

.vk-button {
  min-height: 65px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 11px 19px;
  color: #fff;
  background: linear-gradient(135deg, #e37580 0%, #d35a66 100%);
  box-shadow: 0 9px 18px rgba(180, 69, 78, 0.28);
  font-weight: 700;
}

.vk-button--header {
  width: 226px;
}

.vk-button__icon {
  width: 47px;
  height: 40px;
  border-radius: 11px;
  background: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.vk-button__icon img {
  width: 34px;
  height: 34px;
}

.vk-button__text {
  display: grid;
  gap: 1px;
  font-size: 16px;
  line-height: 1.18;
}

.vk-copy--mobile {
  display: none;
}

.site-main {
  position: relative;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 554px;
  border-bottom: 1px solid rgba(223, 205, 197, 0.64);
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 70%, rgba(245, 206, 210, .32), transparent 28%),
    linear-gradient(110deg, rgba(255,255,255,0.98) 0%, rgba(255,250,245,0.95) 44%, rgba(246,225,211,0.52) 100%);
}

.soft-blanket {
  position: absolute;
  right: -76px;
  top: 118px;
  width: 430px;
  height: 320px;
  border-radius: 48% 0 0 48%;
  background:
    repeating-linear-gradient(135deg, rgba(228, 168, 156, .25) 0 9px, rgba(255,255,255,.16) 9px 17px),
    radial-gradient(circle at 62% 55%, rgba(242, 179, 171, .62), rgba(245, 215, 208, .72) 48%, rgba(255,255,255,0) 72%);
  filter: blur(.2px);
  transform: rotate(-4deg);
}

.wood-heart {
  position: absolute;
  right: 150px;
  top: 150px;
  width: 106px;
  height: 96px;
  transform: rotate(-4deg);
}

.wood-heart::before,
.wood-heart::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 92px;
  border-radius: 42px 42px 12px 12px;
  background:
    linear-gradient(90deg, rgba(174, 138, 108, .12), transparent 42%, rgba(131, 94, 74, .11)),
    #e7d7c8;
  box-shadow: inset 0 0 0 2px rgba(179, 143, 113, .18), 0 18px 35px rgba(105, 67, 52, .16);
}

.wood-heart::before {
  left: 16px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.wood-heart::after {
  left: -9px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.leaf {
  position: absolute;
  right: 14px;
  top: 92px;
  width: 120px;
  height: 210px;
  opacity: .45;
}

.leaf::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 32% 20%, #73936f 0 10px, transparent 11px),
    radial-gradient(ellipse at 56% 34%, #8aa77d 0 9px, transparent 10px),
    radial-gradient(ellipse at 36% 49%, #74936f 0 10px, transparent 11px),
    radial-gradient(ellipse at 64% 62%, #9cb58d 0 9px, transparent 10px),
    radial-gradient(ellipse at 42% 78%, #75956f 0 10px, transparent 11px);
}

.leaf--two {
  right: 50px;
  top: 26px;
  transform: rotate(18deg) scale(.74);
  opacity: .28;
}

.hero-grid {
  position: relative;
  min-height: 554px;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: 475px 1fr;
  grid-template-areas:
    "copy visual"
    "card visual";
  column-gap: 42px;
  row-gap: 0;
}

.hero-copy {
  grid-area: copy;
  padding-top: 26px;
  position: relative;
  z-index: 3;
}

.mobile-lead-photo {
  display: none;
}

.script-note {
  margin-left: 14px;
  height: 48px;
  color: #df737b;
  font-family: var(--script);
  font-size: 18px;
  line-height: 1.05;
  transform: rotate(-9deg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.script-note::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 26px;
  left: -18px;
  bottom: -6px;
  border-left: 2px dashed #df737b;
  border-bottom: 2px dashed #df737b;
  border-radius: 0 0 0 30px;
  opacity: .75;
}

.hero h1 {
  margin: 8px 0 11px;
  font-family: var(--serif);
  font-size: 68px;
  line-height: .94;
  letter-spacing: -0.055em;
  color: var(--ink);
}

.hero h1 span {
  color: var(--rose);
}

.hero-copy > p {
  margin: 0;
  width: 472px;
  color: #334047;
  font-size: 18px;
  line-height: 1.37;
}

.donate-card {
  grid-area: card;
  width: 472px;
  min-height: 196px;
  margin-top: 16px;
  padding: 21px 20px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 26px rgba(70, 46, 36, .16);
  border: 1px solid rgba(232, 219, 211, .72);
}

.donate-card__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
}

.raised strong {
  font-family: var(--serif);
  color: var(--rose);
  font-size: 34px;
  letter-spacing: -0.035em;
}

.raised span {
  color: #29343a;
  font-size: 18px;
  margin-left: 4px;
}

.left {
  color: #29343a;
  text-align: right;
  line-height: 1.05;
  font-size: 14px;
}

.left strong {
  display: inline-block;
  margin-top: 3px;
  font-size: 18px;
}

.progress-line {
  height: 11px;
  margin: 14px 0 0;
  border-radius: 20px;
  background: #eee9e8;
  overflow: hidden;
}

.progress-line span {
  display: block;
  width: 51%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d65a67, #e0707a);
}

.progress-percent {
  margin-top: 7px;
  color: var(--rose);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.support-button {
  width: 402px;
  height: 50px;
  margin: 12px auto 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: linear-gradient(135deg, #e86672, #d94358);
  box-shadow: 0 9px 16px rgba(201, 62, 78, .25);
  font-family: var(--serif);
  font-size: 20px;
}

.support-button span {
  font-family: var(--sans);
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  transform: translateY(-1px);
}

.security-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #6e6260;
  font-size: 13px;
}

.security-note img {
  width: 18px;
  height: 18px;
}

.hero-visual {
  grid-area: visual;
  position: relative;
  z-index: 2;
  min-height: 522px;
}

.photo-frame {
  position: absolute;
  background: rgba(255,255,255,.88);
  border-radius: 16px;
  box-shadow: 0 18px 32px rgba(71, 48, 37, .16);
  padding: 13px;
}

.photo-frame__inner {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1.5px dashed rgba(155, 114, 85, .38);
  border-radius: 10px;
  color: #5f5855;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.34), transparent 36%),
    linear-gradient(135deg, #efe1d4, #f7eee4);
}

.photo-frame__inner img {
  width: 90px;
  height: 90px;
  opacity: .88;
  margin-bottom: 6px;
}

.photo-frame__inner span {
  display: block;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.05;
}

.photo-frame__inner--image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #efe1d4, #f7eee4);
}

.photo-frame__inner--image .sofia-photo,
.photo-frame--small .photo-frame__inner--image .sofia-photo {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}

.photo-frame__inner--image::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1.5px dashed rgba(255, 255, 255, .58);
  border-radius: 8px;
  pointer-events: none;
}

.photo-frame__inner--image-small::after {
  inset: 6px;
}

.photo-frame--main {
  left: 0;
  top: 42px;
  width: 478px;
  height: 432px;
  transform: rotate(-1.6deg);
}

.photo-frame--small {
  right: 48px;
  top: 255px;
  width: 288px;
  height: 206px;
  transform: rotate(5.5deg);
}

.photo-frame--small .photo-frame__inner {
  background: linear-gradient(135deg, #e8f1ed, #dbeae6);
  border-color: rgba(99, 142, 137, .36);
}

.photo-frame--small .photo-frame__inner img {
  width: 61px;
  height: 61px;
}

.photo-frame--small .photo-frame__inner span {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.3;
}

.heart-sticker {
  position: absolute;
  right: 24px;
  top: -18px;
  width: 58px;
  height: 58px;
  transform: rotate(21deg);
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  color: #e68b91;
  font-size: 60px;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 4px 10px rgba(70, 46, 36, .13);
}

.clip {
  position: absolute;
  right: 24px;
  top: -27px;
  width: 50px;
  height: 88px;
  transform: rotate(22deg);
  border: 5px solid #79898b;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 26px 26px 0 0;
}

.story-section {
  position: relative;
  padding-top: 42px;
  padding-bottom: 28px;
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto auto auto 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 0;
  padding: 8px 0 10px;
  color: var(--ink);
}

.section-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #e4c9c5);
}

.section-title span:last-child {
  background: linear-gradient(90deg, #e4c9c5, transparent);
}

.section-title h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: -0.02em;
}

.section-title i {
  color: #e6a2a3;
  font-style: normal;
  font-size: 24px;
}

.timeline {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
  padding: 34px 0 30px;
  position: relative;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 67px;
  width: 78px;
  border-top: 2px dashed #8aa5a8;
}

.timeline::before {
  left: 372px;
}

.timeline::after {
  right: 374px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 48px 90px 1fr;
  gap: 14px;
  align-items: center;
  position: relative;
}

.timeline-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: #df6e77;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 20px;
  align-self: start;
  margin-top: 6px;
  box-shadow: 0 2px 6px rgba(177, 72, 80, .24);
}

.timeline-number--green {
  background: #6faaa4;
}

.timeline-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  display: grid;
  place-items: center;
  box-shadow: 0 9px 18px rgba(75, 49, 38, .13);
}

.timeline-icon img {
  width: 60px;
  height: 60px;
}

.timeline-text h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
}

.timeline-text p {
  margin: 0;
  color: #263f45;
  font-size: 13px;
  line-height: 1.28;
}

.timeline-more {
  display: none;
}

.faq-section {
  padding-top: 36px;
  padding-bottom: 32px;
}

.section-title--faq {
  margin-top: 0;
  grid-template-columns: 1fr auto auto 1fr;
  gap: 10px;
  padding: 10px 0 12px;
}

.section-title--faq h2 {
  font-size: 28px;
}

.section-title--faq img {
  width: 47px;
  height: 47px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin: 20px 0 34px;
}

.faq-grid details {
  height: 60px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .91);
  border: 1px solid rgba(231, 220, 213, .82);
  box-shadow: 0 7px 16px rgba(65, 45, 37, .10);
  overflow: hidden;
  transition: height .2s ease;
}

.faq-grid details[open] {
  height: 116px;
}

.faq-grid summary {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 20px;
  color: #102c34;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.18;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "⌄";
  font-size: 23px;
  line-height: 1;
  color: #26363b;
}

.faq-grid details[open] summary::after {
  transform: rotate(180deg);
}

.faq-grid p {
  margin: -4px 20px 14px;
  color: #617073;
  font-size: 12px;
  line-height: 1.35;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  min-height: 96px;
  margin-bottom: 32px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.trust-strip article {
  display: grid;
  grid-template-columns: 82px 1fr;
  grid-template-rows: auto auto;
  column-gap: 15px;
  align-items: center;
  padding: 13px 24px;
  position: relative;
  border-radius: 11px;
  background: linear-gradient(90deg, #e8f2ef, #f5faf8 49%, #dfeee9);
  box-shadow: 0 8px 18px rgba(65, 45, 37, .09);
}

.trust-strip article:not(:last-child)::after {
  display: none;
}

.trust-strip article > div {
  grid-row: 1 / 3;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  display: grid;
  place-items: center;
}

.trust-strip img {
  width: 44px;
  height: 44px;
}

.trust-strip h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 19px;
}

.trust-strip p {
  margin: 0;
  color: #34454a;
  font-size: 13px;
  line-height: 1.24;
}

.bottom-cta {
  height: 85px;
  margin-top: 22px;
  margin-bottom: 24px;
  border-radius: 13px;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,255,255,.2), transparent 30%),
    linear-gradient(135deg, #cd5261, #df6771);
  display: grid;
  grid-template-columns: 134px 1fr 456px;
  align-items: center;
  color: #fff;
  box-shadow: 0 10px 20px rgba(166, 57, 70, .26);
  overflow: hidden;
}

.bottom-heart {
  font-size: 95px;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  transform: rotate(-12deg);
  opacity: .94;
}

.bottom-cta h2 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: -0.02em;
}

.bottom-cta p {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}

.vk-white-button {
  justify-self: center;
  width: 319px;
  height: 49px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #fff;
  color: var(--rose);
  box-shadow: 0 7px 14px rgba(65, 45, 37, .18);
  font-weight: 700;
  font-size: 15px;
}

.vk-white-button img {
  width: 34px;
  height: 34px;
}

.site-footer {
  min-height: 31px;
  position: relative;
  padding-bottom: 28px;
}

.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  min-height: 31px;
  color: #5d6566;
  font-size: 14px;
}

.footer-inner a,
.footer-inner p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.footer-inner span {
  min-width: 27px;
  height: 27px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #6d9994;
  box-shadow: 0 4px 9px rgba(65,45,37,.10);
  font-size: 12px;
  font-weight: 700;
}

.footer-flowers {
  display: none;
}

@media (max-width: 980px) {
  .page-shell {
    width: calc(100% - 28px);
  }

  .header-inner.page-shell {
    width: calc(100% - 48px);
  }

  .site-header {
    height: 92px;
    border-radius: 0 0 12px 12px;
  }

  .header-inner {
    gap: 10px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand img {
    width: 51px;
    height: 43px;
  }

  .brand span {
    font-size: 44px;
  }

  .top-nav {
    display: none;
  }

  .vk-button--header {
    width: 190px;
    min-height: 60px;
    border-radius: 15px;
    padding: 8px 12px;
    gap: 10px;
  }

  .vk-button__icon {
    width: 48px;
    height: 44px;
  }

  .vk-button__text {
    font-size: 17px;
    line-height: 1.05;
  }

  .vk-copy--desktop {
    display: none;
  }

  .vk-copy--mobile {
    display: block;
  }

  .hero {
    min-height: 574px;
  }

  .hero-grid {
    min-height: 574px;
    padding-bottom: 0;
    display: block;
  }

  .hero-bg {
    background:
      radial-gradient(circle at 6% 45%, rgba(245, 206, 210, .38), transparent 28%),
      linear-gradient(110deg, rgba(255,255,255,0.98) 0%, rgba(255,250,245,0.95) 47%, rgba(246,225,211,0.52) 100%);
  }

  .soft-blanket {
    right: -122px;
    top: 112px;
    width: 310px;
    height: 278px;
    opacity: .94;
  }

  .wood-heart {
    right: 28px;
    top: 145px;
    width: 76px;
    height: 72px;
    transform: rotate(-4deg) scale(.78);
  }

  .leaf {
    display: none;
  }

  .hero-copy {
    padding-top: 25px;
  }

  .script-note {
    margin-left: 20px;
    height: 44px;
    font-size: 17px;
    transform: rotate(-9deg) translateY(-34px);
  }

  .hero h1 {
    margin-top: 8px;
    width: 318px;
    font-size: 42px;
    line-height: .95;
  }

  .hero-copy > p {
    width: 276px;
    font-size: 17px;
    line-height: 1.32;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .photo-frame--main {
    left: auto;
    right: 96px;
    top: 31px;
    width: 243px;
    height: 290px;
    border-radius: 14px;
    padding: 10px;
    transform: rotate(-1.5deg);
  }

  .photo-frame__inner img {
    width: 66px;
    height: 66px;
  }

  .photo-frame__inner span {
    font-size: 27px;
  }

  .heart-sticker {
    width: 48px;
    height: 48px;
    top: -15px;
    right: -2px;
    font-size: 52px;
  }

  .photo-frame--small {
    right: 16px;
    top: 189px;
    width: 159px;
    height: 151px;
    padding: 8px;
    border-radius: 12px;
    transform: rotate(6deg);
  }

  .photo-frame--small .photo-frame__inner img {
    width: 45px;
    height: 45px;
  }

  .photo-frame--small .photo-frame__inner span {
    font-size: 15px;
    line-height: 1.15;
  }

  .clip {
    right: 14px;
    top: -22px;
    width: 35px;
    height: 63px;
    border-width: 4px;
  }

  .donate-card {
    position: relative;
    z-index: 5;
    width: 100%;
    min-height: 224px;
    margin-top: 49px;
    padding: 23px 22px 14px;
    border-radius: 14px;
  }

  .raised strong {
    font-size: 32px;
  }

  .raised span {
    font-size: 18px;
  }

  .left {
    font-size: 15px;
  }

  .left strong {
    font-size: 19px;
  }

  .progress-line {
    height: 12px;
    margin-top: 18px;
  }

  .progress-percent {
    font-size: 15px;
  }

  .support-button {
    width: 100%;
    height: 58px;
    margin-top: 14px;
    border-radius: 12px;
    font-size: 25px;
  }

  .security-note {
    font-size: 14px;
  }

  .story-section {
    padding-top: 34px;
    padding-bottom: 22px;
  }

  .section-title {
    margin-top: 0;
    padding: 8px 0 10px;
    gap: 9px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 27px 26px 27px;
  }

  .timeline::before {
    content: "";
    top: 28px;
    bottom: 28px;
    left: 28px;
    width: 0;
    border-top: 0;
    border-left: 2px dashed #c6d7d3;
  }

  .timeline::after {
    display: none;
  }

  .timeline-item {
    min-height: 84px;
    display: grid;
    grid-template-columns: 84px 1fr 20px;
    gap: 12px;
    align-items: center;
    border-radius: 9px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 6px 14px rgba(65,45,37,.11);
    padding: 0 16px 0 0;
  }

  .timeline-number {
    position: absolute;
    left: -15px;
    top: -9px;
    width: 31px;
    height: 31px;
    z-index: 2;
  }

  .timeline-icon {
    width: 78px;
    height: 78px;
    transform: translateX(-7px);
  }

  .timeline-icon img {
    width: 57px;
    height: 57px;
  }

  .timeline-text h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .timeline-text p {
    font-size: 14px;
    line-height: 1.2;
  }

  .timeline-more {
    display: block;
    border: 0;
    background: transparent;
    color: #24363a;
    font-size: 38px;
    line-height: 1;
  }

  .faq-section {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .section-title--faq {
    margin-top: 0;
    padding: 8px 0 10px;
  }

  .section-title--faq h2 {
    font-size: 26px;
  }

  .section-title--faq img {
    width: 45px;
    height: 45px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 12px 0 24px;
  }

  .faq-grid details {
    height: 38px;
    border-radius: 7px;
  }

  .faq-grid details[open] {
    height: 90px;
  }

  .faq-grid summary {
    height: 38px;
    padding: 0 22px;
    font-size: 16px;
  }

  .faq-grid p {
    margin: 0 22px 12px;
    font-size: 13px;
  }

  .trust-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 8px;
    margin-bottom: 24px;
    border-radius: 9px;
    background: transparent;
    box-shadow: none;
  }

  .trust-strip article {
    min-height: 68px;
    grid-template-columns: 112px 1fr;
    padding: 5px 20px 5px 34px;
    border-radius: 9px;
    background: linear-gradient(90deg, #e8f2ef, #f5faf8 65%, #e2f0eb);
    box-shadow: 0 5px 12px rgba(65,45,37,.08);
  }

  .trust-strip article:not(:last-child)::after {
    display: none;
  }

  .trust-strip article > div {
    width: 58px;
    height: 58px;
  }

  .trust-strip img {
    width: 44px;
    height: 44px;
  }

  .trust-strip h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .trust-strip p {
    font-size: 13px;
    line-height: 1.18;
  }

  .bottom-cta {
    height: 126px;
    margin-top: 13px;
    margin-bottom: 8px;
    grid-template-columns: 124px 1fr;
    grid-template-rows: 1fr 56px;
    align-items: center;
    border-radius: 10px;
    padding: 12px 16px 12px 4px;
  }

  .bottom-heart {
    grid-row: 1 / 3;
    font-size: 92px;
    align-self: start;
    margin-top: 2px;
  }

  .bottom-cta h2 {
    font-size: 26px;
    line-height: 1.14;
    margin: 0;
  }

  .bottom-cta p {
    display: none;
  }

  .vk-white-button {
    justify-self: start;
    width: 302px;
    height: 45px;
    font-size: 18px;
  }

  .site-footer {
    min-height: 128px;
    padding: 20px 0 0;
    overflow: hidden;
  }

  .footer-inner {
    width: calc(100% - 28px);
    display: grid;
    grid-template-columns: 1fr 1fr 1.4fr;
    gap: 12px;
    justify-content: start;
    align-items: start;
    font-size: 13px;
  }

  .footer-inner a,
  .footer-inner p {
    align-items: center;
    gap: 9px;
  }

  .footer-inner span {
    min-width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .footer-flowers {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 66px;
    justify-content: center;
    align-items: end;
    gap: 26px;
    opacity: .72;
  }

  .footer-flowers span {
    width: 44px;
    height: 55px;
    background:
      radial-gradient(circle at 50% 18%, #f2bfc4 0 8px, transparent 9px),
      radial-gradient(circle at 28% 35%, #e5c3af 0 5px, transparent 6px),
      linear-gradient(180deg, transparent 42%, #a7b58f 43% 45%, transparent 46%);
  }

  .footer-flowers i {
    color: #e69aa0;
    font-size: 54px;
    line-height: .7;
    font-style: normal;
  }
}

@media (max-width: 520px) {
  .brand span {
    font-size: 40px;
  }

  .vk-button--header {
    width: 172px;
  }

  .vk-button__text {
    font-size: 15px;
  }

  .photo-frame--main {
    right: 66px;
    width: 224px;
  }

  .photo-frame--small {
    right: 4px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero-copy > p {
    font-size: 16px;
  }

  .raised strong {
    font-size: 29px;
  }

  .raised span {
    font-size: 16px;
  }

  .support-button {
    font-size: 22px;
  }

  .vk-white-button {
    width: 260px;
    font-size: 15px;
  }
}

@media (max-width: 599px) and (min-width: 481px) {
  .photo-frame--main {
    right: 20px;
    width: 224px;
    height: 276px;
  }

  .photo-frame--small {
    right: 4px;
    top: 206px;
    width: 154px;
    height: 142px;
  }

  .bottom-cta {
    height: auto;
    min-height: 142px;
    grid-template-columns: 104px 1fr;
    grid-template-rows: auto 52px;
    padding: 14px 16px 14px 4px;
  }

  .bottom-heart {
    font-size: 82px;
  }

  .bottom-cta h2 {
    font-size: 22px;
    line-height: 1.12;
  }

  .vk-white-button {
    width: 260px;
    height: 43px;
  }
}

@media (max-width: 480px) {
  body::before,
  body::after {
    display: none;
  }

  .page-shell,
  .header-inner.page-shell {
    width: calc(100% - 20px);
  }

  .header-inner.page-shell {
    width: calc(100% - 56px);
  }

  .site-header {
    height: 84px;
  }

  .header-inner {
    gap: 8px;
  }

  .brand {
    gap: 6px;
  }

  .brand img {
    width: 34px;
    height: 30px;
  }

  .brand span {
    font-size: 34px;
    letter-spacing: -0.075em;
  }

  .vk-button--header {
    width: 104px;
    min-height: 54px;
    padding: 7px 8px;
    gap: 7px;
    border-radius: 13px;
  }

  .vk-button__icon {
    width: 34px;
    height: 32px;
    border-radius: 9px;
  }

  .vk-button__icon img {
    width: 24px;
    height: 24px;
  }

  .vk-button__text {
    font-size: 11.5px;
    line-height: 1.04;
  }

  .hero {
    min-height: 628px;
  }

  .hero-grid {
    min-height: 628px;
  }

  .hero-copy {
    padding-top: 28px;
  }

  .script-note {
    margin-left: 12px;
    height: 34px;
    font-size: 14px;
    transform: rotate(-9deg) translateY(-19px);
  }

  .script-note::before {
    width: 38px;
    height: 20px;
    left: -13px;
    bottom: -4px;
  }

  .hero h1 {
    width: 214px;
    margin-top: 1px;
    font-size: 36px;
    line-height: .94;
  }

  .hero-copy > p {
    width: 210px;
    font-size: 15px;
    line-height: 1.3;
  }

  .soft-blanket {
    right: -126px;
    top: 110px;
    width: 220px;
    height: 218px;
  }

  .wood-heart {
    right: -4px;
    top: 151px;
    transform: rotate(-4deg) scale(.58);
  }

  .photo-frame--main {
    right: -8px;
    top: 40px;
    width: 168px;
    height: 224px;
    padding: 8px;
  }

  .photo-frame__inner img {
    width: 46px;
    height: 46px;
  }

  .photo-frame__inner span {
    font-size: 21px;
  }

  .heart-sticker {
    width: 38px;
    height: 38px;
    top: -14px;
    right: -1px;
    font-size: 42px;
    border-radius: 14px;
  }

  .photo-frame--small {
    right: -4px;
    top: 236px;
    width: 112px;
    height: 112px;
    padding: 7px;
  }

  .photo-frame--small .photo-frame__inner img {
    width: 32px;
    height: 32px;
  }

  .photo-frame--small .photo-frame__inner span {
    font-size: 12px;
    line-height: 1.12;
  }

  .clip {
    right: 6px;
    top: -19px;
    width: 26px;
    height: 52px;
    border-width: 3px;
  }

  .donate-card {
    margin-top: 36px;
    min-height: 228px;
    padding: 22px 18px 14px;
  }

  .donate-card__head {
    gap: 8px;
    align-items: center;
  }

  .raised strong {
    font-size: 26px;
  }

  .raised span {
    font-size: 12px;
    margin-left: 3px;
  }

  .raised,
  .left {
    white-space: nowrap;
  }

  .left {
    font-size: 13px;
  }

  .left strong {
    font-size: 17px;
  }

  .support-button {
    height: 58px;
    font-size: 20px;
    line-height: 1.05;
  }

  .support-button span {
    font-size: 28px;
  }

  .security-note {
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
  }

  .timeline {
    padding: 18px 0 26px 26px;
  }

  .timeline::before {
    left: 17px;
  }

  .timeline-item {
    grid-template-columns: 62px 1fr 16px;
    gap: 8px;
    padding-right: 12px;
  }

  .timeline-number {
    left: -15px;
  }

  .timeline-icon {
    width: 62px;
    height: 62px;
    transform: translateX(-6px);
  }

  .timeline-icon img {
    width: 46px;
    height: 46px;
  }

  .timeline-text h3 {
    font-size: 18px;
  }

  .timeline-text p {
    font-size: 12.5px;
    line-height: 1.18;
  }

  .timeline-more {
    font-size: 30px;
  }

  .faq-grid summary {
    padding: 0 16px;
    font-size: 14px;
  }

  .trust-strip article {
    grid-template-columns: 82px 1fr;
    padding-left: 18px;
    padding-right: 14px;
  }

  .trust-strip h3 {
    font-size: 18px;
  }

  .trust-strip p {
    font-size: 12px;
  }

  .bottom-cta {
    height: 128px;
    grid-template-columns: 78px 1fr;
    grid-template-rows: 1fr 46px;
    padding: 12px 12px 12px 0;
  }

  .bottom-heart {
    font-size: 70px;
  }

  .bottom-cta h2 {
    font-size: 19px;
    line-height: 1.12;
  }

  .vk-white-button {
    width: 190px;
    height: 40px;
    gap: 8px;
    font-size: 14px;
  }

  .vk-white-button img {
    width: 28px;
    height: 28px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-footer {
    min-height: 190px;
    padding-bottom: 42px;
  }

  .footer-flowers {
    bottom: -12px;
  }
}

@media (max-width: 360px) {
  .header-inner.page-shell {
    width: calc(100% - 20px);
  }

  .brand span {
    font-size: 32px;
  }

  .vk-button--header {
    width: 106px;
  }

  .vk-button__text {
    font-size: 11.5px;
  }

  .hero h1 {
    width: 204px;
    font-size: 34px;
  }

  .hero-copy > p {
    width: 168px;
    font-size: 14px;
  }

  .photo-frame--main {
    right: 0;
    width: 156px;
  }

  .photo-frame--small {
    right: 2px;
    top: 222px;
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: 0;
    padding-bottom: 34px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .mobile-lead-photo {
    order: 1;
    display: block;
    width: calc(100% + 28px);
    height: 360px;
    margin-left: -14px;
    overflow: hidden;
    border-radius: 0 0 18px 18px;
    background: #f4efea;
    box-shadow: 0 12px 24px rgba(70, 46, 36, .13);
  }

  .mobile-lead-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
  }

  .donate-card {
    order: 2;
    position: relative;
    z-index: 6;
    margin-top: -18px;
  }

  .hero-copy {
    order: 3;
    padding-top: 34px;
  }

  .script-note {
    margin-left: 18px;
    height: 42px;
    transform: rotate(-9deg);
  }

  .hero h1 {
    width: 100%;
    max-width: 560px;
    margin-top: 8px;
    font-size: clamp(42px, 8.6vw, 64px);
  }

  .hero-copy > p {
    width: 100%;
    max-width: 560px;
  }

  .hero-visual {
    order: 4;
    position: relative;
    inset: auto;
    min-height: 220px;
    margin-top: 20px;
    pointer-events: none;
  }

  .photo-frame--main {
    display: none;
  }

  .photo-frame--small {
    position: relative;
    right: auto;
    top: auto;
    width: min(300px, 76vw);
    height: 206px;
    margin: 0 auto;
    padding: 10px;
    transform: rotate(4.5deg);
  }

  .photo-frame--small .photo-frame__inner--image .sofia-photo {
    width: 100%;
    height: 100%;
  }

  .clip {
    right: 20px;
    top: -24px;
  }
}

@media (max-width: 480px) {
  .mobile-lead-photo {
    width: calc(100% + 20px);
    height: 345px;
    margin-left: -10px;
    border-radius: 0 0 16px 16px;
  }

  .donate-card {
    margin-top: -18px;
  }

  .hero-copy {
    padding-top: 30px;
  }

  .script-note {
    margin-left: 14px;
    height: 38px;
    transform: rotate(-9deg);
  }

  .hero h1 {
    width: 100%;
    font-size: 42px;
  }

  .hero-copy > p {
    width: 100%;
    font-size: 16px;
  }

  .hero-visual {
    min-height: 168px;
    margin-top: 16px;
  }

  .photo-frame--small {
    width: min(220px, 68vw);
    height: 154px;
    padding: 8px;
  }

  .clip {
    right: 14px;
    top: -21px;
  }
}

@media (max-width: 360px) {
  .mobile-lead-photo {
    height: 318px;
  }

  .hero h1 {
    width: 100%;
    font-size: 38px;
  }

  .hero-copy > p {
    width: 100%;
    font-size: 15px;
  }

  .photo-frame--small {
    width: min(196px, 70vw);
    height: 140px;
  }
}
