/* Reiki Timer landing page */

body.page-programmy-reiki-timer,
body.page-template-reiki-timer {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 48% -8%, rgba(255, 255, 255, 0.95), transparent 26%),
    radial-gradient(circle at 8% 10%, rgba(233, 67, 152, 0.1), transparent 26%),
    radial-gradient(circle at 92% 20%, rgba(246, 190, 114, 0.18), transparent 24%),
    linear-gradient(180deg, #fff7fa 0%, #fdf0f6 42%, #fff6ea 100%) !important;
}

body.page-programmy-reiki-timer #page,
body.page-template-reiki-timer #page,
body.page-programmy-reiki-timer .site,
body.page-template-reiki-timer .site,
body.page-programmy-reiki-timer #content,
body.page-template-reiki-timer #content,
body.page-programmy-reiki-timer .site-content,
body.page-template-reiki-timer .site-content,
body.page-programmy-reiki-timer .site-content .ast-container,
body.page-template-reiki-timer .site-content .ast-container {
  background: transparent !important;
}

body.page-programmy-reiki-timer .site-content .ast-container,
body.page-template-reiki-timer .site-content .ast-container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.rt-page {
  --rt-ink: #371225;
  --rt-wine: #7c123e;
  --rt-rose: #e94398;
  --rt-rose-soft: #ffe8f3;
  --rt-cream: #f6ead8;
  --rt-plum: #20082f;
  --rt-card: rgba(255, 255, 255, 0.76);
  --rt-line: rgba(173, 74, 122, 0.18);
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  color: var(--rt-ink);
  background:
    radial-gradient(circle at 48% -8%, rgba(255, 255, 255, 0.95), transparent 26%),
    radial-gradient(circle at 8% 10%, rgba(233, 67, 152, 0.1), transparent 26%),
    radial-gradient(circle at 92% 20%, rgba(246, 190, 114, 0.18), transparent 24%),
    linear-gradient(180deg, #fff7fa 0%, #fdf0f6 42%, #fff6ea 100%);
  font-family: var(--font-main, "Inter", Arial, sans-serif);
  overflow: hidden;
}

.rt-page::before,
.rt-page::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.34;
}

.rt-page::before {
  left: -120px;
  top: 900px;
  background:
    radial-gradient(circle at 50% 18%, rgba(233, 67, 152, 0.22) 0 11%, transparent 12%),
    radial-gradient(circle at 23% 40%, rgba(255, 180, 205, 0.5) 0 13%, transparent 14%),
    radial-gradient(circle at 77% 40%, rgba(255, 180, 205, 0.46) 0 13%, transparent 14%),
    radial-gradient(circle at 35% 74%, rgba(255, 180, 205, 0.5) 0 13%, transparent 14%),
    radial-gradient(circle at 65% 74%, rgba(255, 180, 205, 0.46) 0 13%, transparent 14%);
}

.rt-page::after {
  right: -120px;
  top: 1720px;
  background:
    radial-gradient(circle at 50% 18%, rgba(233, 67, 152, 0.2) 0 11%, transparent 12%),
    radial-gradient(circle at 23% 40%, rgba(255, 213, 226, 0.72) 0 13%, transparent 14%),
    radial-gradient(circle at 77% 40%, rgba(255, 213, 226, 0.66) 0 13%, transparent 14%),
    radial-gradient(circle at 35% 74%, rgba(255, 213, 226, 0.72) 0 13%, transparent 14%),
    radial-gradient(circle at 65% 74%, rgba(255, 213, 226, 0.66) 0 13%, transparent 14%);
}

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

.rt-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.rt-section {
  position: relative;
  padding: 82px 0;
}

.rt-kicker {
  margin: 0 0 14px;
  color: var(--rt-rose);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

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

.rt-page h1,
.rt-page h2 {
  color: var(--rt-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.rt-page h1 {
  margin-bottom: 22px;
  font-size: clamp(54px, 7vw, 98px);
  line-height: 0.98;
}

.rt-page h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.03;
}

.rt-page h3 {
  margin-bottom: 10px;
  color: #3c1730;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.25;
}

.rt-page p {
  color: #735468;
  font-size: 17px;
  line-height: 1.72;
}

.rt-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  text-decoration: none !important;
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.rt-btn::before {
  content: "";
  position: absolute;
  inset: -14px auto -14px -46%;
  z-index: 0;
  width: 36%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  transform: translateX(-180%) skewX(-22deg);
  animation: rt-button-shine 5.6s ease-in-out infinite;
}

.rt-btn:hover {
  transform: translateY(-2px);
}

.rt-btn--primary {
  color: #fff !important;
  background: linear-gradient(180deg, #f151a2 0%, #dc328b 100%);
  box-shadow: 0 16px 34px rgba(218, 46, 134, 0.26);
}

.rt-btn--ghost {
  color: var(--rt-wine) !important;
  border: 1px solid rgba(233, 67, 152, 0.34);
  background: rgba(255, 255, 255, 0.62);
}

.rt-btn--ghost:hover {
  border-color: rgba(233, 67, 152, 0.58);
  background: #fff;
}

@keyframes rt-button-shine {
  0%, 58% {
    opacity: 0;
    transform: translateX(-180%) skewX(-22deg);
  }
  66% {
    opacity: 0.85;
  }
  84%, 100% {
    opacity: 0;
    transform: translateX(410%) skewX(-22deg);
  }
}

.rt-hero {
  position: relative;
  padding: 94px 0 84px;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 247, 250, 0) 0%, rgba(255, 247, 250, 0) 72%, rgba(255, 248, 251, 0.96) 100%),
    radial-gradient(circle at 50% -8%, rgba(255, 255, 255, 0.96), transparent 25%),
    radial-gradient(circle at 76% 20%, rgba(255, 211, 226, 0.58), transparent 25%),
    linear-gradient(110deg, rgba(255, 244, 249, 0.98) 0%, rgba(255, 237, 247, 0.9) 46%, rgba(250, 232, 207, 0.9) 100%);
}

.rt-petals {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.rt-petals i {
  position: absolute;
  width: 18px;
  height: 12px;
  border-radius: 80% 12% 80% 12%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 18px rgba(233, 67, 152, 0.18);
  transform: rotate(var(--r, -18deg));
  animation: rt-petal-drift var(--t, 12s) ease-in-out infinite;
  animation-delay: var(--d, 0s);
  opacity: 0.72;
}

.rt-petals i:nth-child(1) { left: 6%; top: 10%; --r: -24deg; --t: 11s; --d: -1s; --x1: 20px; --y1: 34px; --x2: -10px; --y2: 78px; }
.rt-petals i:nth-child(2) { left: 14%; top: 62%; --r: 18deg; --t: 14s; --d: -4s; --x1: -18px; --y1: 24px; --x2: 22px; --y2: 70px; }
.rt-petals i:nth-child(3) { left: 24%; top: 6%; --r: 36deg; --t: 13s; --d: -6s; --x1: 26px; --y1: 30px; --x2: -18px; --y2: 84px; }
.rt-petals i:nth-child(4) { left: 36%; top: 74%; --r: -42deg; --t: 12s; --d: -2s; --x1: -24px; --y1: 20px; --x2: 16px; --y2: 66px; }
.rt-petals i:nth-child(5) { left: 48%; top: 18%; --r: 12deg; --t: 15s; --d: -7s; --x1: 14px; --y1: 36px; --x2: -24px; --y2: 92px; }
.rt-petals i:nth-child(6) { left: 58%; top: 58%; --r: -8deg; --t: 12.5s; --d: -3s; --x1: -20px; --y1: 28px; --x2: 28px; --y2: 76px; }
.rt-petals i:nth-child(7) { left: 68%; top: 8%; --r: 28deg; --t: 14.5s; --d: -5s; --x1: 22px; --y1: 26px; --x2: -20px; --y2: 88px; }
.rt-petals i:nth-child(8) { left: 78%; top: 68%; --r: -30deg; --t: 12.8s; --d: -1.5s; --x1: -16px; --y1: 26px; --x2: 20px; --y2: 74px; }
.rt-petals i:nth-child(9) { left: 87%; top: 22%; --r: 44deg; --t: 16s; --d: -8s; --x1: 18px; --y1: 42px; --x2: -26px; --y2: 96px; }
.rt-petals i:nth-child(10) { left: 93%; top: 52%; --r: -16deg; --t: 13.5s; --d: -4.5s; --x1: -22px; --y1: 24px; --x2: 18px; --y2: 82px; }
.rt-petals i:nth-child(11) { left: 31%; top: 37%; --r: 19deg; --t: 15.5s; --d: -9s; --x1: 20px; --y1: 30px; --x2: -14px; --y2: 86px; }
.rt-petals i:nth-child(12) { left: 72%; top: 40%; --r: -38deg; --t: 12.2s; --d: -6.5s; --x1: -18px; --y1: 32px; --x2: 24px; --y2: 80px; }

@keyframes rt-petal-drift {
  0% {
    opacity: 0.18;
    transform: translate3d(0, -16px, 0) rotate(var(--r));
  }
  18% {
    opacity: 0.76;
  }
  54% {
    opacity: 0.66;
    transform: translate3d(var(--x1, 18px), var(--y1, 32px), 0) rotate(calc(var(--r) + 44deg));
  }
  100% {
    opacity: 0.2;
    transform: translate3d(var(--x2, -20px), var(--y2, 82px), 0) rotate(calc(var(--r) + 96deg));
  }
}

.rt-hero::before,
.rt-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.rt-hero::before {
  top: 52px;
  right: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(233, 67, 152, 0.17), transparent 68%);
}

.rt-hero::after {
  left: -160px;
  bottom: -130px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(244, 189, 98, 0.2), transparent 66%);
}

.rt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 1.06fr);
  gap: 64px;
  align-items: center;
}

.rt-hero__copy {
  max-width: 620px;
}

.rt-hero__lead {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: 19px;
}

.rt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.rt-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rt-hero__facts span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(233, 67, 152, 0.2);
  border-radius: 999px;
  color: #7c3355;
  background: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: 800;
}

.rt-hero__visual {
  position: relative;
  min-height: 710px;
}

.rt-sakura-card {
  position: absolute;
  top: 54px;
  right: 34px;
  width: 470px;
  height: 470px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 68%, rgba(255, 255, 255, 0.9) 0 18%, transparent 19%),
    radial-gradient(circle at 47% 38%, rgba(255, 238, 225, 0.75), transparent 24%),
    linear-gradient(145deg, #e9508d 0%, #f48b71 58%, #f7d8a1 100%);
  box-shadow:
    inset 0 0 0 18px rgba(255, 255, 255, 0.92),
    0 34px 80px rgba(185, 63, 106, 0.26);
  opacity: 0.92;
}

.rt-sakura-card::before {
  content: "";
  position: absolute;
  left: 58px;
  top: 112px;
  width: 330px;
  height: 150px;
  border-top: 8px solid #41375f;
  border-radius: 62% 36% 0 0;
  transform: rotate(-20deg);
  opacity: 0.84;
}

.rt-sakura-card::after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: 88px;
  width: 250px;
  height: 120px;
  border-radius: 120px 120px 18px 18px;
  background: linear-gradient(180deg, rgba(52, 42, 76, 0.86), rgba(52, 42, 76, 0.65));
  clip-path: polygon(12% 58%, 50% 18%, 88% 58%, 88% 72%, 12% 72%);
}

.rt-sakura-card span,
.rt-sakura-card span::before,
.rt-sakura-card span::after {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 60% 40% 58% 42%;
  background:
    radial-gradient(circle at 50% 58%, rgba(222, 64, 105, 0.44), transparent 22%),
    #fff2ec;
  box-shadow:
    76px 8px 0 -12px #ffe9e5,
    156px -20px 0 -7px #fff3ee,
    210px 18px 0 -18px #ffdcd7;
}

.rt-sakura-card span {
  left: 58px;
  top: 92px;
}

.rt-sakura-card span::before {
  content: "";
  left: 148px;
  top: -22px;
  transform: rotate(12deg);
}

.rt-sakura-card span::after {
  content: "";
  left: 244px;
  top: -44px;
  transform: rotate(-8deg);
}

.rt-phone {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  background: #fff;
  box-shadow:
    0 30px 70px rgba(72, 11, 43, 0.22),
    0 0 0 1px rgba(145, 48, 92, 0.08);
}

.rt-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.rt-phone--light {
  position: absolute;
  left: 6px;
  top: 86px;
  z-index: 2;
  width: 292px;
  transform: rotate(-5deg);
}

.rt-hero .rt-phone--light {
  animation: rt-phone-float-light 6.4s ease-in-out infinite;
}

.rt-phone--dark {
  position: absolute;
  right: 12px;
  top: 212px;
  z-index: 3;
  width: 294px;
  border-color: rgba(41, 8, 32, 0.88);
  background: #1d0626;
  transform: rotate(4deg);
}

.rt-phone--timer-light {
  border-color: rgba(255, 255, 255, 0.9);
  background: #fff8fb;
  box-shadow:
    0 30px 70px rgba(72, 11, 43, 0.16),
    0 0 0 1px rgba(233, 67, 152, 0.08);
}

.rt-hero .rt-phone--timer-light {
  animation:
    rt-phone-float-timer 7s ease-in-out infinite,
    rt-timer-glow 4.6s ease-in-out infinite;
}

.rt-phone--timer-light::after {
  content: "";
  position: absolute;
  inset: 28% 8% 22%;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(233, 67, 152, 0.16), transparent 62%);
  opacity: 0;
  animation: rt-timer-inner-pulse 4.6s ease-in-out infinite;
}

@keyframes rt-phone-float-light {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
  }
  50% {
    transform: translate3d(0, -8px, 0) rotate(-4.1deg);
  }
}

@keyframes rt-phone-float-timer {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(4deg);
  }
  50% {
    transform: translate3d(0, 7px, 0) rotate(3.2deg);
  }
}

@keyframes rt-timer-glow {
  0%, 100% {
    box-shadow:
      0 30px 70px rgba(72, 11, 43, 0.16),
      0 0 0 1px rgba(233, 67, 152, 0.08),
      0 0 0 0 rgba(233, 67, 152, 0);
  }
  48% {
    box-shadow:
      0 34px 82px rgba(72, 11, 43, 0.18),
      0 0 0 1px rgba(233, 67, 152, 0.1),
      0 0 48px 10px rgba(233, 67, 152, 0.18);
  }
}

@keyframes rt-timer-inner-pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0.86);
  }
  48% {
    opacity: 1;
    transform: scale(1.06);
  }
}

.rt-intro {
  background: #fffafc;
}

.rt-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

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

.rt-feature-grid article,
.rt-copy-card,
.rt-mode-card,
.rt-sound-grid article,
.rt-settings-card {
  border: 1px solid var(--rt-line);
  background:
    radial-gradient(circle at 100% 0%, rgba(233, 67, 152, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 48px rgba(122, 38, 79, 0.08);
  backdrop-filter: blur(12px);
}

.rt-feature-grid article {
  min-height: 240px;
  padding: 26px 24px;
  border-radius: 24px;
}

.rt-reveal-ready .rt-reveal {
  opacity: 0;
  filter: blur(2px);
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 720ms ease,
    filter 720ms ease,
    transform 720ms cubic-bezier(0.2, 0.78, 0.2, 1);
  transition-delay: var(--rt-reveal-delay, 0ms);
}

.rt-reveal-ready .rt-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.rt-feature-grid span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #f35aa7, #d83286);
  font-size: 22px;
  font-weight: 900;
}

.rt-feature-grid p,
.rt-mode-card p,
.rt-sound-grid p,
.rt-settings-card li {
  font-size: 15px;
  line-height: 1.62;
}

.rt-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 70px;
  align-items: center;
}

.rt-two-col--reverse {
  grid-template-columns: minmax(420px, 1.06fr) minmax(0, 0.94fr);
}

.rt-copy-card {
  padding: 40px;
  border-radius: 30px;
}

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

.rt-check-list li {
  position: relative;
  padding-left: 30px;
  color: #5f4055;
  font-size: 15px;
  line-height: 1.58;
}

.rt-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle, #fff 0 22%, transparent 24%),
    var(--rt-rose);
  box-shadow: 0 0 0 5px rgba(233, 67, 152, 0.1);
}

.rt-phone-pair {
  position: relative;
  min-height: 660px;
}

.rt-phone-pair--wide {
  min-height: 720px;
}

.rt-phone--small {
  width: min(300px, 46vw);
}

.rt-phone-pair .rt-phone--small:first-child {
  position: absolute;
  left: 46px;
  top: 0;
  z-index: 2;
  transform: rotate(-4deg);
}

.rt-phone--offset {
  position: absolute;
  right: 44px;
  top: 118px;
  z-index: 3;
  transform: rotate(4deg);
}

.rt-modes {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(233, 67, 152, 0.22), transparent 28%),
    linear-gradient(180deg, #2a0826 0%, #14051f 100%);
}

.rt-modes h2,
.rt-modes h3,
.rt-modes .rt-kicker,
.rt-modes p {
  color: #fff;
}

.rt-section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.rt-section-head p:not(.rt-kicker) {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

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

.rt-mode-card {
  position: relative;
  min-height: 320px;
  padding: 38px;
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 105, 173, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(74, 19, 51, 0.92), rgba(46, 12, 35, 0.94));
}

.rt-mode-card--dark {
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 63, 197, 0.26), transparent 42%),
    linear-gradient(180deg, rgba(31, 9, 57, 0.94), rgba(20, 5, 31, 0.96));
}

.rt-mode-card__num {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: #210720;
  background: #f568b2;
  font-size: 24px;
  font-weight: 900;
}

.rt-mode-card span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  margin-top: 16px;
  padding: 0 15px;
  border-radius: 999px;
  color: #ffd8ec;
  background: rgba(255, 255, 255, 0.09);
  font-size: 13px;
  font-weight: 850;
}

.rt-sounds {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 220, 232, 0.84), transparent 30%),
    #fff8fb;
}

.rt-sounds__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 46px;
  align-items: center;
}

.rt-sound-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rt-sound-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 24px;
}

.rt-sound-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  border-radius: 22px;
  color: var(--rt-wine);
  background: #ffe5f1;
}

.rt-sound-icon::before,
.rt-sound-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.rt-sound-icon--gong::before {
  width: 30px;
  height: 30px;
  border: 3px solid currentColor;
  border-radius: 999px;
  box-shadow: inset 0 0 0 7px #ffe5f1, inset 0 0 0 10px currentColor;
}

.rt-sound-icon--bell::before {
  width: 30px;
  height: 24px;
  border: 3px solid currentColor;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: 0;
}

.rt-sound-icon--bell::after {
  bottom: 15px;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.rt-sound-icon--bowl::before {
  width: 36px;
  height: 22px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 22px 22px;
}

.rt-sound-icon--bowl::after {
  top: 21px;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.rt-sound-icon--chime::before {
  left: 18px;
  width: 4px;
  height: 24px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 9px 0 0 currentColor, 18px 0 0 currentColor;
}

.rt-sound-icon--chime::after {
  left: 13px;
  width: 34px;
  height: 34px;
  border: 3px solid currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 999px;
}

.rt-music {
  background:
    radial-gradient(circle at 80% 20%, rgba(233, 67, 152, 0.08), transparent 28%),
    linear-gradient(180deg, #fffafc 0%, #fff5f8 100%);
}

.rt-music-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.rt-music-list span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(233, 67, 152, 0.24);
  border-radius: 999px;
  color: var(--rt-wine);
  background: #fff0f7;
  font-size: 13px;
  font-weight: 850;
}

.rt-theme {
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 225, 237, 0.9), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(49, 12, 62, 0.12), transparent 28%),
    #fff9fb;
}

.rt-theme-grid {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(220px, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.rt-theme-grid .rt-phone {
  width: 100%;
}

.rt-phone--night {
  border-color: rgba(31, 7, 37, 0.86);
  background: #18041d;
}

.rt-settings-card {
  padding: 36px;
  border-radius: 30px;
}

.rt-end {
  color: var(--rt-ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.92), transparent 28%),
    radial-gradient(circle at 78% 22%, rgba(233, 67, 152, 0.18), transparent 30%),
    radial-gradient(circle at 52% 100%, rgba(246, 190, 114, 0.2), transparent 34%),
    linear-gradient(180deg, #fff5fa 0%, #ffe8f3 52%, #fff3ea 100%);
  background-size: 118% 118%, 124% 124%, 116% 116%, 100% 100%;
  animation: rt-end-breathe 12s ease-in-out infinite;
}

.rt-end h2,
.rt-end .rt-kicker,
.rt-end p {
  color: var(--rt-ink);
}

.rt-end p {
  color: rgba(55, 18, 37, 0.68);
}

.rt-end__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 330px;
  gap: 70px;
  align-items: center;
}

.rt-end__copy {
  max-width: 690px;
}

.rt-phone--complete {
  width: 330px;
  border-color: rgba(255, 255, 255, 0.9);
  background: #fff8fb;
  box-shadow:
    0 30px 70px rgba(72, 11, 43, 0.14),
    0 0 0 1px rgba(233, 67, 152, 0.08);
}

@keyframes rt-end-breathe {
  0%, 100% {
    background-position: 0% 0%, 100% 0%, 50% 100%, 0 0;
  }
  50% {
    background-position: 4% 2%, 94% 4%, 52% 96%, 0 0;
  }
}

@media (max-width: 1180px) {
  .rt-hero__grid,
  .rt-two-col,
  .rt-two-col--reverse,
  .rt-sounds__grid {
    grid-template-columns: 1fr;
  }

  .rt-hero__visual {
    max-width: 720px;
    margin: 0 auto;
  }

  .rt-intro__grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .rt-section {
    padding: 64px 0;
  }

  .rt-shell {
    width: min(100% - 32px, 720px);
  }

  .rt-hero {
    padding: 64px 0 58px;
  }

  .rt-hero__grid {
    gap: 34px;
  }

  .rt-hero__visual {
    min-height: 620px;
  }

  .rt-sakura-card {
    right: 50%;
    width: 370px;
    height: 370px;
    transform: translateX(50%);
  }

  .rt-phone--light {
    left: 8%;
    width: 238px;
  }

  .rt-phone--dark {
    right: 7%;
    width: 238px;
    top: 196px;
  }

  .rt-feature-grid,
  .rt-mode-grid,
  .rt-theme-grid,
  .rt-end__grid {
    grid-template-columns: 1fr;
  }

  .rt-theme-grid .rt-phone,
  .rt-phone--complete {
    width: min(310px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .rt-phone-pair,
  .rt-phone-pair--wide {
    min-height: 600px;
  }

  .rt-phone-pair .rt-phone--small:first-child {
    left: 7%;
  }

  .rt-phone--offset {
    right: 7%;
  }
}

@media (max-width: 640px) {
  .rt-page h1 {
    font-size: 48px;
  }

  .rt-page h2 {
    font-size: 34px;
  }

  .rt-page p {
    font-size: 16px;
  }

  .rt-hero__actions,
  .rt-btn {
    width: 100%;
  }

  .rt-hero__visual {
    min-height: 500px;
  }

  .rt-sakura-card {
    top: 34px;
    width: 280px;
    height: 280px;
  }

  .rt-sakura-card::before,
  .rt-sakura-card::after,
  .rt-sakura-card span {
    transform: scale(0.72);
    transform-origin: left top;
  }

  .rt-phone {
    border-width: 7px;
    border-radius: 26px;
  }

  .rt-phone--light {
    left: 2%;
    top: 80px;
    width: 196px;
  }

  .rt-phone--dark {
    right: 1%;
    top: 180px;
    width: 196px;
  }

  .rt-feature-grid article,
  .rt-copy-card,
  .rt-mode-card,
  .rt-sound-grid article,
  .rt-settings-card {
    border-radius: 22px;
  }

  .rt-copy-card,
  .rt-mode-card,
  .rt-settings-card {
    padding: 26px;
  }

  .rt-sound-grid {
    grid-template-columns: 1fr;
  }

  .rt-phone-pair,
  .rt-phone-pair--wide {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .rt-phone--small,
  .rt-phone-pair .rt-phone--small:first-child,
  .rt-phone--offset {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: min(300px, 100%);
    margin: 0 auto;
    transform: none;
  }

  .rt-mode-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rt-petals i,
  .rt-hero .rt-phone--light,
  .rt-hero .rt-phone--timer-light,
  .rt-phone--timer-light::after,
  .rt-btn::before,
  .rt-end {
    animation: none !important;
  }

  .rt-btn,
  .rt-phone,
  .rt-reveal {
    transition: none !important;
  }

  .rt-btn:hover {
    transform: none;
  }

  .rt-reveal-ready .rt-reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
