.sixty-memory-promo {
  --promo-blue: #65d2ff;
  --promo-ink: #05090f;
  --promo-copy: rgba(238, 249, 255, .78);
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: transparent;
  color: #f6fbff;
  font-family: inherit;
}

.sixty-memory-promo *, .sixty-memory-promo *::before, .sixty-memory-promo *::after { box-sizing: border-box; }
.sixty-memory-promo__inner { width: min(1240px, calc(100% - 48px)); min-height: 690px; margin: 0 auto; padding: 100px 0 92px; display: grid; grid-template-columns: minmax(360px, .86fr) minmax(460px, 1.14fr); align-items: center; gap: 40px; position: relative; z-index: 1; }
.sixty-memory-promo__copy { max-width: 540px; position: relative; z-index: 3; }
.sixty-memory-promo__eyebrow { margin: 0 0 22px; color: var(--promo-blue); font-size: 12px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; }
.sixty-memory-promo h2 { margin: 0; color: #fff; font-size: clamp(42px, 4.25vw, 66px); font-weight: 700; letter-spacing: -.055em; line-height: 1.11; text-wrap: balance; }
.sixty-memory-promo__body { max-width: 480px; margin: 28px 0 0; color: var(--promo-copy); font-size: 17px; font-weight: 400; line-height: 1.85; text-wrap: pretty; }
.sixty-memory-promo__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.sixty-memory-promo__button { min-height: 48px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 20px; font-size: 14px; font-weight: 700; line-height: 1; text-decoration: none !important; transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.sixty-memory-promo__button:hover { transform: translateY(-2px); }
.sixty-memory-promo__button--primary { background: #eaf9ff; color: #062033 !important; box-shadow: 0 10px 30px rgba(64, 202, 255, .2); }
.sixty-memory-promo__button--primary:hover { background: #fff; box-shadow: 0 14px 36px rgba(64, 202, 255, .32); }
.sixty-memory-promo__button--secondary { border-color: rgba(154, 222, 246, .38); background: rgba(74, 160, 194, .12); color: #f2fbff !important; }
.sixty-memory-promo__button--secondary:hover { border-color: rgba(154, 222, 246, .68); background: rgba(74, 160, 194, .2); }
.sixty-memory-promo__note { margin: 22px 0 0; color: rgba(213, 237, 246, .54); font-size: 12px; line-height: 1.8; }
.sixty-memory-promo__phones { position: relative; width: 100%; height: 560px; align-self: end; z-index: 2; }
.sixty-memory-promo__phone { position: absolute; margin: 0; border: 1px solid rgba(227, 241, 248, .78); border-radius: 29px; padding: 5px; overflow: hidden; background: linear-gradient(125deg, #151c22, #020406 46%, #293640); box-shadow: 0 28px 58px rgba(0, 0, 0, .48), 0 2px 4px rgba(255, 255, 255, .12) inset; transform-origin: center bottom; }
.sixty-memory-promo__phone::before { content: ''; position: absolute; z-index: 2; top: 11px; left: 50%; width: 31%; height: 18px; border-radius: 999px; background: #010205; transform: translateX(-50%); box-shadow: 0 1px 1px rgba(255,255,255,.1) inset; }
.sixty-memory-promo__phone-screen { overflow: hidden; height: 100%; border-radius: 24px; background: #0e4257; }
.sixty-memory-promo__phone img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.sixty-memory-promo__phone--timeline { width: 254px; height: 550px; left: 50%; bottom: 0; transform: translateX(-50%); animation: sixty-memory-promo-float-center 7s ease-in-out infinite .65s; z-index: 3; }
.sixty-memory-promo__phone--stampbook { width: 207px; height: 448px; left: 5%; bottom: 35px; transform: rotate(-5deg); animation: sixty-memory-promo-float-left 8s ease-in-out infinite; z-index: 1; }
.sixty-memory-promo__phone--map { width: 218px; height: 472px; right: 4%; bottom: 28px; transform: rotate(5deg); animation: sixty-memory-promo-float-right 9s ease-in-out infinite 1.35s; z-index: 2; }
@keyframes sixty-memory-promo-float-left { 0%, 100% { transform: rotate(-5deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(-9px); } }
@keyframes sixty-memory-promo-float-center { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-14px); } }
@keyframes sixty-memory-promo-float-right { 0%, 100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(5deg) translateY(-11px); } }
@media (max-width: 900px) { .sixty-memory-promo__inner { min-height: 0; padding: 84px 0 56px; grid-template-columns: 1fr; gap: 32px; } .sixty-memory-promo__copy { max-width: 610px; } .sixty-memory-promo__phones { max-width: 620px; margin: 0 auto; } }
@media (max-width: 600px) { .sixty-memory-promo { width: 100vw; margin-left: calc(50% - 50vw); } .sixty-memory-promo__inner { width: 100%; padding: 67px 20px 36px; gap: 34px; } .sixty-memory-promo h2 { font-size: clamp(38px, 11vw, 50px); } .sixty-memory-promo__body { margin-top: 22px; font-size: 15px; line-height: 1.78; } .sixty-memory-promo__actions { margin-top: 28px; } .sixty-memory-promo__button { flex: 1 1 100%; } .sixty-memory-promo__note { font-size: 11px; } .sixty-memory-promo__phones { height: 390px; width: 100%; margin-left: 0; } .sixty-memory-promo__phone { border-radius: 22px; padding: 4px; } .sixty-memory-promo__phone::before { top: 8px; height: 13px; } .sixty-memory-promo__phone-screen { border-radius: 18px; } .sixty-memory-promo__phone--timeline { width: 173px; height: 374px; } .sixty-memory-promo__phone--stampbook { width: 142px; height: 307px; left: 5%; bottom: 23px; } .sixty-memory-promo__phone--map { width: 149px; height: 322px; right: 5%; bottom: 15px; } }
@media (max-width: 360px) { .sixty-memory-promo__phones { height: 348px; } .sixty-memory-promo__phone--timeline { width: 154px; height: 334px; } .sixty-memory-promo__phone--stampbook { width: 127px; height: 275px; } .sixty-memory-promo__phone--map { width: 133px; height: 288px; } }
