.page-home {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}
.page-home .section-kicker {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin: 0 0 10px;
  line-height: 1.4;
}
.page-home .section-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 20px;
  color: inherit;
}
.page-home .home-hero {
  position: relative;
  background: radial-gradient(ellipse at 78% 18%, rgba(212, 175, 55, 0.22) 0%, transparent 52%), linear-gradient(135deg, var(--deep-purple) 0%, var(--deep-purple-light) 100%);
  color: var(--white);
  padding: 64px 24px 120px;
  overflow: hidden;
}
.page-home .hero-layout {
  position: relative;
  z-index: 3;
  max-width: var(--width-container);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  text-align: center;
}
.page-home .hero-kicker {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 6px 16px;
  margin-bottom: 24px;
}
.page-home .hero-title {
  font-family: var(--font-display);
  font-size: clamp(48px, 9vw, 96px);
  line-height: 1.08;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}
.page-home .hero-title span {
  color: var(--gold);
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.35);
}
.page-home .hero-lead {
  font-size: 16px;
  line-height: 1.8;
  max-width: 520px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.85);
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
}
.page-home .hero-cta {
  min-width: 150px;
  padding: 14px 30px;
  font-weight: 600;
  font-size: 15px;
}
.page-home .hero-metrics {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 40px;
}
.page-home .hero-metrics li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.page-home .hero-metrics strong {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--gold-light);
  line-height: 1;
}
.page-home .hero-metrics span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}
.page-home .hero-media {
  position: relative;
  width: 100%;
  max-width: 380px;
}
.page-home .hero-media-frame {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  padding: 6px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.page-home .hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.page-home .hero-geometry {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.page-home .hero-mountains {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 2;
  pointer-events: none;
}
.page-home .home-quick {
  background: var(--paper);
  padding: 80px 0;
}
.page-home .quick-head {
  margin-bottom: 48px;
}
.page-home .quick-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-home .quick-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--border-gold);
  padding: 32px 28px 36px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-home .quick-card:hover {
  transform: translateY(-4px);
  box-shadow: 8px 10px 0 rgba(45, 27, 78, 0.12);
}
.page-home .quick-index {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 40px;
  color: var(--gold);
  line-height: 1;
  opacity: 0.45;
}
.page-home .quick-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  margin: 0 0 12px;
  padding-right: 48px;
  color: var(--deep-purple);
}
.page-home .quick-card p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
  color: rgba(26, 26, 26, 0.75);
}
.page-home .quick-arrow {
  font-size: 14px;
  font-weight: 600;
  color: var(--orange);
}
.page-home .quick-card-account {
  background: linear-gradient(135deg, var(--white) 0%, rgba(232, 201, 106, 0.25) 100%);
}
.page-home .home-catalog {
  background: var(--deep-purple);
  color: var(--white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-home .catalog-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.page-home .catalog-copy .section-title {
  color: var(--white);
}
.page-home .catalog-desc {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
  margin-bottom: 28px;
}
.page-home .catalog-figures {
  display: flex;
  gap: 40px;
  margin-bottom: 28px;
}
.page-home .catalog-figure {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-home .catalog-figure strong {
  font-family: var(--font-display);
  font-size: 64px;
  line-height: 1;
  color: var(--gold);
  font-weight: 700;
}
.page-home .catalog-figure span {
  font-size: 13px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
}
.page-home .catalog-details {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 16px 18px;
  max-width: 480px;
}
.page-home .catalog-details summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--gold-light);
  font-size: 14px;
  padding: 4px 0;
}
.page-home .catalog-details ul {
  margin: 14px 0 4px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
}
.page-home .catalog-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-home .catalog-img {
  width: 100%;
  max-width: 460px;
  height: auto;
  object-fit: cover;
}
.page-home .catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-home .catalog-tags a {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.32);
  color: var(--gold-light);
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease;
}
.page-home .catalog-tags a:hover {
  background: rgba(212, 175, 55, 0.2);
}
.page-home .home-news {
  background: var(--paper);
  padding: 80px 0;
}
.page-home .news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 16px;
}
.page-home .news-all {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--orange);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--orange);
}
.page-home .news-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-home .news-feature {
  background: var(--white);
  border: 1px solid var(--border-gold);
  display: flex;
  flex-direction: column;
}
.page-home .news-feature-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .news-feature-body {
  padding: 28px;
}
.page-home .news-feature-body .badge {
  margin-bottom: 10px;
}
.page-home .news-feature-body h3 {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--deep-purple);
  margin: 0 0 12px;
  line-height: 1.3;
}
.page-home .news-feature-body p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(26, 26, 26, 0.8);
  margin: 0 0 18px;
}
.page-home .news-link {
  font-weight: 600;
  font-size: 14px;
  color: var(--orange);
  text-decoration: none;
}
.page-home .news-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-home .news-mini {
  background: var(--white);
  border-left: 4px solid var(--gold);
  padding: 20px 22px;
}
.page-home .news-mini .badge {
  margin-bottom: 8px;
}
.page-home .news-mini h3 {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 8px;
  color: var(--ink);
}
.page-home .news-mini time {
  font-size: 12px;
  color: rgba(26, 26, 26, 0.55);
}
.page-home .home-trust {
  background: var(--deep-purple);
  color: var(--white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.page-home .home-trust::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -40px;
  width: 260px;
  height: 260px;
  border: 2px solid rgba(212, 175, 55, 0.25);
  transform: rotate(18deg);
}
.page-home .trust-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.page-home .trust-visual {
  flex-shrink: 0;
}
.page-home .trust-img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--gold);
}
.page-home .trust-copy {
  text-align: center;
}
.page-home .trust-copy .section-title {
  color: var(--gold-light);
}
.page-home .trust-desc {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
  margin-bottom: 28px;
}
.page-home .trust-info {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.page-home .trust-info li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 16px;
  color: var(--gold-light);
  font-weight: 600;
}
.page-home .trust-info li span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.page-home .trust-info li:last-child {
  border-bottom: none;
}
.page-home .trust-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
@media (min-width: 768px) {
  .page-home .hero-layout {
    flex-direction: row;
    text-align: left;
    gap: 56px;
  }
  .page-home .hero-copy {
    flex: 1.1;
  }
  .page-home .hero-media {
    flex: 0.9;
    max-width: 420px;
  }
  .page-home .hero-actions {
    justify-content: flex-start;
  }
  .page-home .hero-metrics {
    justify-content: flex-start;
  }
  .page-home .hero-lead {
    margin-left: 0;
    margin-right: 0;
  }
  .page-home .catalog-grid {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
  .page-home .catalog-copy {
    flex: 1.1;
  }
  .page-home .catalog-side {
    flex: 0.9;
    align-items: flex-start;
  }
  .page-home .trust-grid {
    flex-direction: row;
    gap: 60px;
  }
  .page-home .trust-copy {
    text-align: left;
    flex: 1.2;
  }
  .page-home .trust-actions {
    justify-content: flex-start;
  }
  .page-home .trust-info {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .page-home .home-hero {
    padding: 96px 48px 140px;
  }
  .page-home .home-quick,
  .page-home .home-catalog,
  .page-home .home-news,
  .page-home .home-trust {
    padding: 100px 0;
  }
  .page-home .quick-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start;
    padding-bottom: 96px;
  }
  .page-home .quick-card-account {
    transform: translateY(48px);
  }
  .page-home .quick-card-resource {
    transform: translateY(96px);
  }
  .page-home .quick-card-account:hover {
    transform: translateY(44px);
  }
  .page-home .quick-card-resource:hover {
    transform: translateY(92px);
  }
  .page-home .news-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }
  .page-home .news-feature {
    flex-direction: row;
  }
  .page-home .news-feature-media {
    flex: 1;
  }
  .page-home .news-feature-media img {
    height: 100%;
    min-height: 300px;
  }
  .page-home .news-feature-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
