@keyframes phHomeGridMove {
  from { background-position: 0 0; }
  to { background-position: 56px 48px; }
}

@keyframes phHomeScrollPulse {
  0% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(0.4); transform-origin: bottom; opacity: 0.4; }
}

@keyframes phHomeFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-home {
  --ph-orange-glow: rgba(255, 92, 0, 0.35);
  --ph-violet-glow: rgba(138, 43, 226, 0.3);
  --ph-line-soft: rgba(255, 255, 255, 0.08);
  --ph-panel-bg: rgba(18, 18, 27, 0.72);
  overflow-x: clip;
}

.page-home .ph-hero {
  position: relative;
}

.page-home .ph-hero__bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.page-home .ph-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.page-home .ph-hero__frame {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 112px 0 56px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 10, 15, 0.5) 0%, rgba(10, 10, 15, 0.78) 60%, var(--bg-void) 100%);
}

.page-home .ph-hero__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  animation: phHomeGridMove 24s linear infinite;
  pointer-events: none;
}

.page-home .ph-hero__phoenix {
  position: absolute;
  right: -12%;
  bottom: -6%;
  width: 86%;
  max-width: 620px;
  color: rgba(255, 92, 0, 0.16);
  opacity: 0.85;
  transform: rotate(-8deg);
  z-index: 0;
  pointer-events: none;
}

.page-home .ph-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
}

.page-home .ph-hero__content {
  max-width: 640px;
}

.page-home .ph-hero__title {
  margin: 8px 0 4px;
  letter-spacing: 0.01em;
}

.page-home .ph-hero__slogan {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: var(--text-primary);
  letter-spacing: 0.02em;
}

.page-home .ph-hero__lead {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 560px;
}

.page-home .ph-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.page-home .ph-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.page-home .ph-hero__panel {
  margin-top: 4px;
  border: 1px solid var(--line-edge);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(138, 43, 226, 0.14), rgba(255, 92, 0, 0.08) 70%);
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.page-home .ph-hero__panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-right: 1px solid var(--copper-amber);
  border-top: 1px solid var(--copper-amber);
  border-radius: 0 var(--radius-lg) 0 0;
  opacity: 0.5;
}

.page-home .ph-hero__panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.page-home .ph-hero__panel-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-home .ph-hero__metric {
  padding: 12px 0;
  border-bottom: 1px solid var(--ph-line-soft);
}

.page-home .ph-hero__metric strong {
  display: block;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(120deg, var(--flame-orange), #FF9A44);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home .ph-hero__metric span {
  font-size: 13px;
  color: var(--text-secondary);
}

.page-home .ph-hero__panel-foot {
  margin-top: 16px;
  text-align: right;
}

.page-home .ph-hero__panel-foot a {
  color: var(--text-secondary);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid var(--copper-amber);
  transition: color var(--ease);
}

.page-home .ph-hero__panel-foot a:hover {
  color: var(--flame-orange);
}

.page-home .ph-hero__ruler {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  pointer-events: none;
}

.page-home .ph-hero__scrolldown {
  position: absolute;
  bottom: 22px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.page-home .ph-hero__scrolldown-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--flame-orange), transparent);
  animation: phHomeScrollPulse 2.2s infinite;
}

.page-home .ph-quicknav {
  border-top: 1px solid var(--line-edge);
  border-bottom: 1px solid var(--line-edge);
  background: var(--bg-deep);
}

.page-home .ph-quicknav__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-edge);
}

.page-home .ph-quicknav__item {
  position: relative;
  padding: 18px 14px;
  background: var(--bg-void);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background var(--ease), border-color var(--ease), transform var(--ease);
}

.page-home .ph-quicknav__item:hover {
  background: var(--bg-raised);
  z-index: 1;
}

.page-home .ph-quicknav__index {
  font-size: 12px;
  color: var(--copper-amber);
  letter-spacing: 0.08em;
}

.page-home .ph-quicknav__item strong {
  font-family: var(--font-title);
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 900;
}

.page-home .ph-quicknav__item span:last-child {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.page-home .ph-stats {
  padding: 80px 0;
  position: relative;
}

.page-home .ph-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 400px at 80% 20%, rgba(138, 43, 226, 0.12), transparent 70%);
  pointer-events: none;
}

.page-home .ph-stats__layout {
  position: relative;
  display: grid;
  gap: 32px;
}

.page-home .ph-stats__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: grid;
  gap: 12px;
}

.page-home .ph-stats__list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
}

.page-home .ph-stats__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: var(--flame-orange);
  transform: rotate(45deg);
}

.page-home .ph-stats__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.page-home .ph-stats__link {
  color: var(--flame-orange);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 92, 0, 0.4);
  transition: border-color var(--ease);
}

.page-home .ph-stats__link:hover {
  border-color: var(--flame-orange);
}

.page-home .ph-stats__media {
  position: relative;
}

.page-home .ph-stats__img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-edge);
  display: block;
}

.page-home .ph-stats__float-card {
  position: absolute;
  left: 12px;
  bottom: 12px;
  right: 12px;
  background: rgba(10, 10, 15, 0.85);
  border: 1px solid var(--line-edge);
  border-radius: var(--radius-md);
  padding: 12px;
  display: grid;
  gap: 4px;
  backdrop-filter: blur(6px);
}

.page-home .ph-stats__float-card strong {
  font-size: 20px;
  font-weight: 900;
  font-family: var(--font-title);
  color: var(--text-primary);
}

.page-home .ph-stats__float-card span {
  font-size: 13px;
  color: var(--text-secondary);
}

.page-home .ph-subscribe {
  padding: 80px 0;
  background: var(--bg-deep);
  border-top: 1px solid var(--line-edge);
  border-bottom: 1px solid var(--line-edge);
  position: relative;
  overflow: hidden;
}

.page-home .ph-subscribe::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 92, 0, 0.16), transparent);
  pointer-events: none;
}

.page-home .ph-subscribe__header {
  position: relative;
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.page-home .ph-subscribe__headline {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-secondary);
  max-width: 460px;
}

.page-home .ph-subscribe__body {
  position: relative;
  display: grid;
  gap: 32px;
}

.page-home .ph-subscribe__round {
  border: 1px solid var(--line-edge);
  border-radius: var(--radius-lg);
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  transition: border-color var(--ease), box-shadow var(--ease);
}

.page-home .ph-subscribe__round:hover {
  border-color: var(--flame-orange);
  box-shadow: 0 0 32px rgba(255, 92, 0, 0.14);
}

.page-home .ph-subscribe__round-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.page-home .ph-subscribe__round-num {
  font-size: 28px;
  font-weight: 900;
  font-family: var(--font-title);
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.page-home .ph-subscribe__scale {
  position: relative;
  height: 64px;
  margin: 40px 0 20px;
  border-bottom: 1px solid var(--line-edge);
}

.page-home .ph-subscribe__scale-line {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--flame-orange), var(--volt-violet));
}

.page-home .ph-subscribe__scale-tick {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
}

.page-home .ph-subscribe__scale-tick::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: var(--line-edge);
  margin: 0 auto 6px;
}

.page-home .ph-subscribe__scale-marker {
  position: absolute;
  top: -8px;
  width: 3px;
  height: 56px;
  background: var(--flame-orange);
  box-shadow: 0 0 12px var(--ph-orange-glow);
}

.page-home .ph-subscribe__scale-marker span {
  position: absolute;
  top: -26px;
  left: -30px;
  width: 60px;
  text-align: center;
  font-size: 12px;
  color: var(--flame-orange);
  font-weight: 900;
}

.page-home .ph-subscribe__round-foot {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  border-top: 1px dashed var(--line-edge);
  padding-top: 16px;
}

.page-home .ph-subscribe__info {
  border: 1px solid var(--line-edge);
  border-radius: var(--radius-lg);
  padding: 24px;
  background: var(--bg-raised);
}

.page-home .ph-subscribe__list {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
  display: grid;
  gap: 10px;
}

.page-home .ph-subscribe__list li {
  padding-left: 24px;
  position: relative;
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.7;
}

.page-home .ph-subscribe__list li::before {
  content: "›";
  position: absolute;
  left: 6px;
  color: var(--flame-orange);
  font-weight: 900;
}

.page-home .ph-replay {
  padding: 80px 0;
}

.page-home .ph-replay__top {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
}

.page-home .ph-replay__lead {
  margin-top: 12px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.8;
}

.page-home .ph-replay__layout {
  display: grid;
  gap: 32px;
}

.page-home .ph-replay__tabs {
  position: relative;
}

.page-home .ph-replay__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.page-home .ph-replay__labels {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--line-edge);
  margin-bottom: 24px;
}

.page-home .ph-replay__label {
  cursor: pointer;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 900;
  font-family: var(--font-title);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  transition: color var(--ease), background var(--ease), border-color var(--ease);
}

.page-home .ph-replay__radio:focus-visible ~ .ph-replay__labels .ph-replay__label {
  outline: 2px solid var(--flame-orange);
  outline-offset: -2px;
}

.page-home #ph-tab-first:checked ~ .ph-replay__labels .ph-replay__label--first,
.page-home #ph-tab-second:checked ~ .ph-replay__labels .ph-replay__label--second,
.page-home #ph-tab-full:checked ~ .ph-replay__labels .ph-replay__label--full {
  color: var(--flame-orange);
  background: var(--bg-raised);
  border-color: var(--line-edge);
}

.page-home .ph-replay__label-index {
  font-size: 12px;
  color: var(--copper-amber);
}

.page-home .ph-replay__panel {
  display: none;
  padding: 20px;
  border: 1px solid var(--line-edge);
  border-radius: var(--radius-md);
  background: linear-gradient(150deg, rgba(138, 43, 226, 0.06), rgba(255, 92, 0, 0.04));
  animation: phHomeFadeIn 260ms ease;
}

.page-home #ph-tab-first:checked ~ .ph-replay__panel--first,
.page-home #ph-tab-second:checked ~ .ph-replay__panel--second,
.page-home #ph-tab-full:checked ~ .ph-replay__panel--full {
  display: block;
}

.page-home .ph-replay__panel-title {
  font-family: var(--font-title);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.page-home .ph-replay__panel p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.page-home .ph-replay__media {
  position: relative;
}

.page-home .ph-replay__img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  display: block;
  border: 1px solid var(--line-edge);
}

.page-home .ph-replay__media-caption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  right: 12px;
  background: rgba(10, 10, 15, 0.82);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: 13px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(6px);
}

.page-home .ph-replay__media-line {
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--flame-orange), var(--volt-violet));
  flex: none;
}

.page-home .ph-feedback {
  padding: 80px 0;
}

.page-home .ph-feedback__banner {
  display: grid;
  gap: 28px;
  background:
    linear-gradient(140deg, rgba(138, 43, 226, 0.28), rgba(10, 10, 15, 0.92) 60%),
    var(--bg-panel);
  border: 1px solid var(--line-edge);
  border-radius: var(--radius-lg);
  padding: 48px 24px 40px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 4%, 98% 0, 100% 96%, 2% 100%);
}

.page-home .ph-feedback__banner::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(closest-side, var(--ph-violet-glow), transparent);
  pointer-events: none;
}

.page-home .ph-feedback__desc {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.8;
  margin: 12px 0 20px;
  max-width: 620px;
}

.page-home .ph-feedback__steps {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.page-home .ph-feedback__step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-secondary);
}

.page-home .ph-feedback__step-num {
  width: 28px;
  height: 28px;
  flex: none;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  color: var(--flame-orange);
  border: 1px solid var(--copper-amber);
  border-radius: 50%;
  background: rgba(10, 10, 15, 0.5);
}

.page-home .ph-feedback__mail {
  padding: 18px;
  border: 1px solid var(--line-edge);
  border-radius: var(--radius-md);
  background: rgba(10, 10, 15, 0.55);
  display: grid;
  gap: 6px;
  align-self: end;
}

.page-home .ph-feedback__mail-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.page-home .ph-feedback__mail-value {
  font-size: 16px;
  font-weight: 900;
  color: var(--text-primary);
  font-family: var(--font-title);
}

.page-home .ph-feedback__mail-note {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.page-home .ph-mission {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  border-top: 1px solid var(--line-edge);
}

.page-home .ph-mission__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .ph-mission__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}

.page-home .ph-mission__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(10, 10, 15, 0.6), rgba(10, 10, 15, 0.92));
}

.page-home .ph-mission__phoenix {
  position: absolute;
  left: -14%;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  width: 72%;
  max-width: 620px;
  color: rgba(255, 92, 0, 0.2);
  pointer-events: none;
}

.page-home .ph-mission__inner {
  position: relative;
  z-index: 1;
}

.page-home .ph-mission__content {
  max-width: 640px;
}

.page-home .ph-mission__title {
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.page-home .ph-mission__lead {
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-secondary);
  margin-bottom: 28px;
}

.page-home .ph-mission__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.page-home .ph-mission__fact {
  border-left: 2px solid var(--copper-amber);
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.02);
}

.page-home .ph-mission__fact strong {
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--text-primary);
  font-family: var(--font-title);
}

.page-home .ph-mission__fact span {
  font-size: 13px;
  color: var(--text-muted);
}

.page-home .ph-mission__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.page-home .ph-mission__link {
  color: var(--flame-orange);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 92, 0, 0.4);
  transition: border-color var(--ease);
}

.page-home .ph-mission__link:hover {
  border-color: var(--flame-orange);
}

.page-home .ph-explore {
  padding: 80px 0 48px;
}

.page-home .ph-explore__inner {
  display: grid;
  gap: 28px;
}

.page-home .ph-explore__statement {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.page-home .ph-explore__mark {
  font-size: 52px;
  line-height: 0.7;
  color: var(--flame-orange);
  font-family: Georgia, "Times New Roman", serif;
}

.page-home .ph-explore__statement p {
  font-size: 17px;
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
}

.page-home .ph-explore__links {
  display: grid;
  gap: 12px;
}

.page-home .ph-explore__link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px;
  border: 1px solid var(--line-edge);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: border-color var(--ease), background var(--ease);
}

.page-home .ph-explore__link:hover {
  border-color: var(--copper-amber);
  background: var(--bg-raised);
}

.page-home .ph-explore__link strong {
  font-size: 17px;
  color: var(--text-primary);
  font-family: var(--font-title);
  font-weight: 900;
}

.page-home .ph-explore__link span {
  font-size: 13px;
  color: var(--text-secondary);
}

@media (min-width: 768px) {
  .page-home .ph-hero__layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
  }

  .page-home .ph-hero {
    min-height: 780px;
  }

  .page-home .ph-hero__frame {
    min-height: 780px;
    padding: 64px 0;
  }

  .page-home .ph-hero__title {
    font-size: 56px;
  }

  .page-home .ph-hero__slogan {
    font-size: 44px;
  }

  .page-home .ph-hero__panel {
    margin-top: 0;
  }

  .page-home .ph-quicknav__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .ph-quicknav__item {
    padding: 24px;
  }

  .page-home .ph-stats {
    padding: 120px 0;
  }

  .page-home .ph-stats__layout {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }

  .page-home .ph-subscribe {
    padding: 120px 0;
  }

  .page-home .ph-subscribe__header {
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    justify-content: space-between;
  }

  .page-home .ph-subscribe__headline {
    text-align: right;
  }

  .page-home .ph-subscribe__body {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
  }

  .page-home .ph-subscribe__round {
    padding: 32px;
  }

  .page-home .ph-replay {
    padding: 120px 0;
  }

  .page-home .ph-replay__top {
    grid-template-columns: 1fr auto;
    align-items: flex-end;
  }

  .page-home .ph-replay__layout {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    gap: 48px;
  }

  .page-home .ph-feedback {
    padding: 120px 0;
  }

  .page-home .ph-feedback__banner {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 48px;
    padding: 52px 48px;
  }

  .page-home .ph-feedback__steps {
    display: flex;
    gap: 16px;
  }

  .page-home .ph-feedback__mail {
    min-width: 300px;
  }

  .page-home .ph-mission {
    padding: 120px 0;
  }

  .page-home .ph-mission__content {
    margin-left: auto;
  }

  .page-home .ph-mission__facts {
    grid-template-columns: repeat(4, auto);
  }

  .page-home .ph-explore__inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }

  .page-home .ph-explore__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .page-home .ph-hero__frame,
  .page-home .ph-hero {
    min-height: 860px;
  }

  .page-home .ph-hero__title {
    font-size: 72px;
  }

  .page-home .ph-hero__slogan {
    font-size: 52px;
  }

  .page-home .ph-hero__panel-metrics {
    gap: 18px;
  }

  .page-home .ph-hero__metric strong {
    font-size: 40px;
  }

  .page-home .ph-mission__content {
    max-width: 700px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }

  .page-home .ph-hero__frame::before {
    animation: none;
  }

  .page-home .ph-hero__scrolldown-line {
    animation: none;
  }
}
