.page-home {
  --home-gold: #C9A84C;
  --home-gold-light: #E4C76F;
  --home-gold-dark: #A88937;
  --home-deep: #0B1B3A;
  --home-deep-2: #11264F;
  --home-deep-3: #08132B;
  --home-coral: #FF6B35;
  --home-ivory: #F8F4EC;
  --home-slate: #6B7A8F;
  --home-charcoal: #2D2D2D;
  --home-border-w: 3px;
  --home-shadow-hard: 8px 8px 0 rgba(11, 27, 58, 0.16);
  margin: 0;
  overflow-x: hidden;
}

.page-home .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-home .btn {
  display: inline-block;
  padding: 14px 30px;
  font-family: "Oswald", "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  border: var(--home-border-w) solid var(--home-gold);
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-home .btn-gold {
  background: var(--home-gold);
  color: var(--home-deep);
}

.page-home .btn-gold:hover {
  background: var(--home-coral);
  border-color: var(--home-coral);
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 rgba(255, 107, 53, 0.35);
}

.page-home .btn-ghost {
  background: transparent;
  color: var(--home-ivory);
  border-color: rgba(255, 255, 255, 0.5);
}

.page-home .btn-ghost:hover {
  border-color: var(--home-gold);
  color: var(--home-gold-light);
  background: rgba(201, 168, 76, 0.08);
  transform: translateY(-2px);
}

.page-home .section-overline {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--home-gold);
}

.page-home .section-label-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.page-home .exhibit-tag {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--home-gold);
  padding-left: 18px;
  border-left: 3px solid var(--home-gold);
  line-height: 1.4;
}

.page-home .section-title {
  font-family: "Oswald", "Noto Sans SC", "Source Han Sans SC", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 14px 0;
  color: var(--home-deep);
  letter-spacing: 0.5px;
}

.page-home .section-desc {
  font-family: "Lora", "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--home-slate);
  margin: 0;
  max-width: 720px;
}

.page-home .section-more {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  color: var(--home-gold-dark);
  border-bottom: 2px solid var(--home-gold);
  padding-bottom: 4px;
  transition: color 0.3s;
  white-space: nowrap;
}

.page-home .section-more:hover {
  color: var(--home-coral);
  border-color: var(--home-coral);
}

/* ===== Hero ===== */
.home-hero {
  position: relative;
  background: var(--home-deep);
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 4px solid var(--home-gold);
}

.home-hero .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
}

.home-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, rgba(11, 27, 58, 0.96) 0%, rgba(11, 27, 58, 0.82) 45%, rgba(17, 38, 79, 0.55) 100%);
}

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

.home-hero .geo-diamond {
  position: absolute;
  width: 280px;
  height: 280px;
  right: 8%;
  top: 12%;
  animation: homeRotate 36s linear infinite;
}

.home-hero .geo-ring {
  position: absolute;
  width: 320px;
  height: 320px;
  right: 16%;
  bottom: 5%;
  animation: homeRotateReverse 28s linear infinite;
}

.home-hero .geo-spark {
  position: absolute;
  width: 90px;
  height: 90px;
  right: 28%;
  top: 28%;
  animation: homePulse 4s ease-in-out infinite;
}

@keyframes homeRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes homeRotateReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes homePulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

.home-hero .hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100%;
}

.home-hero .hero-kicker {
  display: block;
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--home-gold-light);
  margin-bottom: 22px;
}

.home-hero .hero-title {
  font-family: "Oswald", "Noto Sans SC", "Source Han Sans SC", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.05;
  color: var(--home-ivory);
  margin: 0 0 20px 0;
  max-width: 780px;
}

.home-hero .hero-title i {
  font-style: normal;
  background: linear-gradient(118deg, var(--home-gold-light) 10%, var(--home-gold) 45%, #FFF3D6 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 10px;
}

.home-hero .hero-lead {
  font-family: "Lora", "Noto Serif SC", "Source Han Serif SC", serif;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(248, 244, 236, 0.86);
  max-width: 620px;
  margin: 0 0 34px 0;
}

.home-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.home-hero .hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(248, 244, 236, 0.18);
}

.home-hero .hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-hero .meta-label {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(248, 244, 236, 0.55);
}

.home-hero .meta-value {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--home-gold-light);
}

/* ===== Today section ===== */
.section-today {
  padding-top: 90px;
  padding-bottom: 70px;
}

.section-today .today-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
}

.section-today .today-head-row .section-desc {
  flex: 1;
  min-width: 280px;
  max-width: 560px;
}

.section-today .today-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--home-deep);
  border: var(--home-border-w) solid var(--home-deep);
  box-shadow: var(--home-shadow-hard);
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23C9A84C' stroke-opacity='0.18' stroke-width='1'%3E%3Cpath d='M0 30 L60 30 M30 0 L30 60'/%3E%3C/g%3E%3C/svg%3E");
}

.section-today .today-card {
  background: var(--home-ivory);
  padding: 34px 30px;
  border-right: 3px solid var(--home-deep);
  border-bottom: 3px solid var(--home-deep);
  transition: transform 0.35s ease, background 0.35s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.section-today .today-card:hover {
  transform: translateY(-6px);
  background: #FFFDF8;
}

.section-today .today-card-primary {
  background: var(--home-deep);
}

.section-today .today-card-primary:hover {
  background: var(--home-deep-2);
}

.section-today .today-card-primary h3 {
  color: var(--home-gold-light);
}

.section-today .today-card-primary p {
  color: rgba(248, 244, 236, 0.8);
}

.section-today .today-card-primary .card-arrow {
  color: var(--home-gold-light);
}

.section-today .today-card .card-index {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--home-gold);
  line-height: 1;
}

.section-today .today-card h3 {
  font-family: "Oswald", "Noto Sans SC", "Source Han Sans SC", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--home-deep);
  line-height: 1.3;
  margin: 0;
}

.section-today .today-card p {
  font-family: "Lora", "Noto Serif SC", "Source Han Serif SC", serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--home-slate);
  margin: 0;
  flex: 1;
}

.section-today .today-card .card-arrow {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: var(--home-gold-dark);
  border-bottom: 2px solid var(--home-gold);
  padding-bottom: 4px;
  align-self: flex-start;
  transition: all 0.3s;
  margin-top: 6px;
}

.section-today .today-card .card-arrow:hover {
  color: var(--home-coral);
  border-color: var(--home-coral);
}

/* ===== Features section ===== */
.section-features {
  background: var(--home-deep);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.section-features::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: 60px;
  border: 3px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  pointer-events: none;
}

.section-features::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -90px;
  bottom: -100px;
  border: 2px solid rgba(255, 107, 53, 0.35);
  transform: rotate(45deg);
  pointer-events: none;
}

.section-features .exhibit-tag {
  color: var(--home-gold-light);
  border-color: var(--home-gold-light);
}

.section-features .section-overline {
  color: var(--home-gold);
}

.section-features .section-title {
  color: var(--home-ivory);
}

.section-features .section-desc {
  color: rgba(248, 244, 236, 0.72);
}

.section-features .features-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 46px;
}

.section-features .features-head-row .section-desc {
  flex: 1;
  min-width: 280px;
  max-width: 560px;
}

.section-features .features-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}

.section-features .steps-badge {
  background: var(--home-ivory);
  border: 3px solid var(--home-gold);
  box-shadow: 10px 10px 0 rgba(255, 107, 53, 0.65);
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  transform: rotate(-1.5deg);
}

.section-features .steps-digit {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: var(--home-deep);
}

.section-features .steps-digit .digit-coral {
  color: var(--home-coral);
}

.section-features .steps-label {
  font-family: "Lora", "Noto Serif SC", serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--home-charcoal);
  padding-top: 10px;
  border-top: 2px solid var(--home-deep);
}

.section-features .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.section-features .feature-item {
  background: rgba(17, 38, 79, 0.72);
  border: 2px solid rgba(201, 168, 76, 0.35);
  padding: 28px 26px;
  transition: all 0.35s ease;
}

.section-features .feature-item:hover {
  border-color: var(--home-gold);
  transform: translateY(-4px);
  background: rgba(17, 38, 79, 0.96);
}

.section-features .feature-num {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--home-coral);
  display: block;
  margin-bottom: 12px;
}

.section-features .feature-item h3 {
  font-family: "Oswald", "Noto Sans SC", "Source Han Sans SC", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--home-ivory);
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
}

.section-features .feature-item p {
  font-family: "Lora", "Noto Serif SC", serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(248, 244, 236, 0.72);
  margin: 0;
}

/* ===== Benefits ===== */
.section-benefits {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-benefits .benefits-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.section-benefits .benefits-head-row .section-desc {
  flex: 1;
  min-width: 280px;
  max-width: 520px;
}

.section-benefits .benefits-layout {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 44px;
  align-items: center;
  border: 3px solid var(--home-deep);
  box-shadow: var(--home-shadow-hard);
  background: var(--home-ivory);
}

.section-benefits .benefits-image-frame {
  margin: 0;
  border-right: 3px solid var(--home-deep);
}

.section-benefits .benefits-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}

.section-benefits .tier-list {
  padding: 30px 36px 30px 10px;
  display: flex;
  flex-direction: column;
}

.section-benefits .tier-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding: 22px 14px;
  border-left: 0;
  border-bottom: 1px solid rgba(11, 27, 58, 0.14);
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.section-benefits .tier-row:first-child {
  border-top: 1px solid rgba(11, 27, 58, 0.14);
}

.section-benefits .tier-row:hover {
  background: var(--home-deep);
}

.section-benefits .tier-row:hover .tier-name {
  color: var(--home-gold-light);
}

.section-benefits .tier-row:hover .tier-note {
  color: rgba(248, 244, 236, 0.7);
}

.section-benefits .tier-1 {
  border-left: 5px solid var(--home-slate);
}

.section-benefits .tier-2 {
  border-left: 5px solid #B9C6D8;
}

.section-benefits .tier-3 {
  border-left: 5px solid var(--home-gold);
}

.section-benefits .tier-4 {
  border-left: 5px solid var(--home-coral);
}

.section-benefits .tier-name {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--home-deep);
  transition: color 0.3s;
}

.section-benefits .tier-note {
  font-family: "Lora", "Noto Serif SC", serif;
  font-size: 13px;
  color: var(--home-slate);
  transition: color 0.3s;
  text-align: right;
}

/* ===== Quick links ===== */
.section-quicklinks {
  background: var(--home-ivory);
  border-top: 3px solid var(--home-deep);
  border-bottom: 3px solid var(--home-deep);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section-quicklinks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  height: 6px;
  background: linear-gradient(90deg, var(--home-gold), var(--home-coral));
}

.section-quicklinks .quick-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.section-quicklinks .quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.section-quicklinks .quick-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #FFFFFF;
  border: 3px solid var(--home-deep);
  padding: 28px 24px;
  text-decoration: none;
  box-shadow: 5px 5px 0 rgba(11, 27, 58, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.section-quicklinks .quick-card:hover {
  border-color: var(--home-gold);
  box-shadow: 10px 10px 0 rgba(201, 168, 76, 0.4);
  transform: translate(-3px, -3px);
}

.section-quicklinks .quick-card-gold {
  background: var(--home-gold);
  border-color: var(--home-deep);
}

.section-quicklinks .quick-card-gold:hover {
  border-color: var(--home-deep);
  box-shadow: 10px 10px 0 rgba(255, 107, 53, 0.65);
}

.section-quicklinks .quick-card-icon {
  font-size: 24px;
  color: var(--home-gold);
  line-height: 1;
}

.section-quicklinks .quick-card-gold .quick-card-icon {
  color: var(--home-deep);
}

.section-quicklinks .quick-card-title {
  font-family: "Oswald", "Noto Sans SC", "Source Han Sans SC", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--home-deep);
  line-height: 1.3;
}

.section-quicklinks .quick-card-gold .quick-card-title {
  color: var(--home-deep);
}

.section-quicklinks .quick-card-text {
  font-family: "Lora", "Noto Serif SC", serif;
  font-size: 13px;
  line-height: 1.65;
  color: var(--home-slate);
  flex: 1;
}

.section-quicklinks .quick-card-gold .quick-card-text {
  color: rgba(11, 27, 58, 0.75);
}

.section-quicklinks .quick-card-go {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--home-gold-dark);
  text-transform: uppercase;
  border-bottom: 2px solid var(--home-gold);
  align-self: flex-start;
  padding-bottom: 3px;
  transition: all 0.3s;
}

.section-quicklinks .quick-card:hover .quick-card-go {
  color: var(--home-coral);
  border-color: var(--home-coral);
}

.section-quicklinks .quick-card-gold .quick-card-go {
  color: var(--home-deep);
  border-color: var(--home-deep);
}

.section-quicklinks .quick-card-gold:hover .quick-card-go {
  color: var(--home-deep);
  border-color: var(--home-deep);
}

.section-quicklinks .quick-illustration {
  margin-top: 46px;
  border: 3px solid var(--home-deep);
  box-shadow: var(--home-shadow-hard);
  overflow: hidden;
}

.section-quicklinks .quick-illustration img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ===== News ===== */
.section-news {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-news .news-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.section-news .news-list {
  border-top: 3px solid var(--home-deep);
}

.section-news .news-item {
  display: grid;
  grid-template-columns: 120px 1fr 80px;
  gap: 20px;
  align-items: center;
  padding: 24px 10px;
  background: transparent;
  border-bottom: 1px solid rgba(11, 27, 58, 0.14);
  text-decoration: none;
  transition: all 0.3s ease;
}

.section-news .news-item:hover {
  background: var(--home-deep);
  padding-left: 24px;
}

.section-news .news-tag {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--home-gold-dark);
  background: rgba(201, 168, 76, 0.14);
  border: 1px solid rgba(201, 168, 76, 0.5);
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  justify-self: start;
}

.section-news .news-item:hover .news-tag {
  background: var(--home-gold);
  color: var(--home-deep);
}

.section-news .news-title {
  font-family: "Lora", "Noto Serif SC", serif;
  font-size: 17px;
  color: var(--home-charcoal);
  line-height: 1.6;
  transition: color 0.3s;
}

.section-news .news-item:hover .news-title {
  color: var(--home-ivory);
}

.section-news .news-more {
  font-family: "Oswald", "Noto Sans SC", sans-serif;
  font-size: 13px;
  color: var(--home-gold-dark);
  white-space: nowrap;
  text-align: right;
  transition: color 0.3s;
}

.section-news .news-item:hover .news-more {
  color: var(--home-gold-light);
}

/* ===== Trust ===== */
.section-trust {
  background: var(--home-deep);
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-trust .trust-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.section-trust .trust-image {
  border: 3px solid var(--home-gold);
  box-shadow: 12px 12px 0 rgba(255, 107, 53, 0.5);
}

.section-trust .trust-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.section-trust .trust-content .exhibit-tag {
  color: var(--home-gold-light);
  border-color: var(--home-gold-light);
  margin-bottom: 18px;
}

.section-trust .trust-content .section-title {
  color: var(--home-ivory);
  font-size: 40px;
  margin-bottom: 22px;
}

.section-trust .trust-statement {
  font-family: "Lora", "Noto Serif SC", serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(248, 244, 236, 0.8);
  border-left: 4px solid var(--home-gold);
  padding-left: 20px;
  margin: 0 0 28px 0;
}

.section-trust .trust-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.section-trust .trust-list li {
  font-family: "Lora", "Noto Serif SC", serif;
  font-size: 15px;
  color: rgba(248, 244, 236, 0.82);
  padding-left: 26px;
  position: relative;
  line-height: 1.6;
}

.section-trust .trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: var(--home-gold);
  transform: rotate(45deg);
}

.section-trust .btn {
  border-color: var(--home-gold);
  color: var(--home-gold-light);
}

.section-trust .btn:hover {
  background: var(--home-gold);
  color: var(--home-deep);
}

/* ===== Reveal ===== */
.page-home [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.page-home [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-home [data-reveal][data-reveal-delay="1"] {
  transition-delay: 0.08s;
}

.page-home [data-reveal][data-reveal-delay="2"] {
  transition-delay: 0.16s;
}

.page-home [data-reveal][data-reveal-delay="3"] {
  transition-delay: 0.24s;
}

.page-home [data-reveal][data-reveal-delay="4"] {
  transition-delay: 0.32s;
}

.page-home [data-reveal][data-reveal-delay="5"] {
  transition-delay: 0.4s;
}

/* ===== Media queries ===== */
@media (min-width: 900px) and (max-width: 1100px) {
  .section-today .today-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-features .features-stage {
    grid-template-columns: 1fr;
  }
  .section-quicklinks .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .home-hero {
    min-height: 560px;
  }
  .home-hero .hero-title {
    font-size: 46px;
  }
  .home-hero .hero-title i {
    font-size: 28px;
  }
  .home-hero .hero-meta-row {
    gap: 24px;
  }
  .home-hero .hero-meta-item {
    min-width: 120px;
  }
  .section-today .today-grid {
    grid-template-columns: 1fr;
  }
  .section-today .today-card {
    border-right: 0;
    border-bottom: 3px solid var(--home-deep);
  }
  .section-features .features-stage {
    grid-template-columns: 1fr;
  }
  .section-features .features-grid {
    grid-template-columns: 1fr;
  }
  .section-features .steps-badge {
    transform: none;
  }
  .section-benefits .benefits-layout {
    grid-template-columns: 1fr;
  }
  .section-benefits .benefits-image-frame {
    border-right: 0;
    border-bottom: 3px solid var(--home-deep);
  }
  .section-benefits .tier-list {
    padding: 20px 24px 30px;
  }
  .section-quicklinks .quick-grid {
    grid-template-columns: 1fr;
  }
  .section-news .news-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .section-news .news-more {
    text-align: left;
  }
  .section-trust .trust-layout {
    grid-template-columns: 1fr;
  }
  .page-home .section-title {
    font-size: 30px;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  .section-quicklinks .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .home-hero .geo-diamond,
  .home-hero .geo-ring,
  .home-hero .geo-spark {
    animation: none;
  }
  .page-home .btn,
  .page-home .quick-card,
  .page-home .feature-item,
  .page-home .today-card {
    transition: none;
  }
}

@media (max-width: 480px) {
  .home-hero .hero-actions {
    flex-direction: column;
  }
  .home-hero .btn {
    text-align: center;
  }
  .section-features .steps-digit {
    font-size: 70px;
  }
}
