:root{
  --royalx-bg1:#07090f;
  --royalx-bg2:#091223;
  --royalx-bg3:#10254a;
  --royalx-card:rgba(255, 41, 176, .22);
  --royalx-card-strong:rgba(255, 34, 180, .28);
  --royalx-gold:#e8c56a;
  --royalx-gold-soft:rgba(232,197,106,.45);
  --royalx-silver:#d7dce5;
  --royalx-silver-deep:#a9b1be;
  --royalx-white:#f7f8fc;
  --royalx-text:rgba(247,248,252,.94);
  --royalx-shadow:0 22px 48px rgba(0,0,0,.45);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  color:var(--royalx-white);
  font-family:"PingFang SC","Microsoft YaHei",sans-serif;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.04), transparent 18%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.03), transparent 18%),
    linear-gradient(135deg,var(--royalx-bg1),var(--royalx-bg2),var(--royalx-bg3));
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.14;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.08) 0, rgba(255,255,255,0) 35%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,.05) 0 2px, transparent 2px 22px);
  mix-blend-mode:screen;
}

img{
  max-width:100%;
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

.royalx-wrap{
  width:min(1280px, calc(100% - 32px));
  margin:0 auto;
}

.royalx-main{
  position:relative;
  z-index:1;
}

.royalx-card,
.royalx-header__shell,
.royalx-footer__shell{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04)),
    var(--royalx-card);
  border:1.5px solid var(--royalx-gold);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    0 0 0 1px rgba(232,197,106,.06),
    var(--royalx-shadow);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.royalx-card::before,
.royalx-header__shell::before,
.royalx-footer__shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.12), transparent 35%, rgba(255,255,255,.05) 70%, transparent),
    radial-gradient(circle at 20% 20%, rgba(232,197,106,.18), transparent 24%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.06), transparent 20%);
}

.royalx-card{
  transition:transform .3s ease, box-shadow .3s ease;
}
.royalx-card:hover{
  transform:translateY(-6px);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    0 0 0 1px rgba(232,197,106,.08),
    0 26px 56px rgba(0,0,0,.55);
}

.royalx-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--royalx-gold);
  background:rgba(255,255,255,.06);
  font-weight:700;
  color:var(--royalx-white);
  margin-bottom:14px;
}

.royalx-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 20px;
  border-radius:14px;
  font-weight:800;
  transition:.28s ease;
}
.royalx-btn:hover{
  transform:translateY(-2px);
}
.royalx-btn--silver{
  color:#121722;
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  border:1px solid #d8dde6;
  box-shadow:0 10px 20px rgba(0,0,0,.28);
}

.royalx-heading{
  text-align:center;
  margin-bottom:24px;
}
.royalx-heading h2{
  margin:0 0 10px;
  font-size:clamp(28px,4vw,46px);
  line-height:1.2;
}
.royalx-heading p{
  margin:0 auto;
  max-width:840px;
  line-height:1.9;
  color:var(--royalx-text);
}

/* header */
.royalx-header{
  position:sticky;
  top:0;
  z-index:100;
  padding:14px 0 0;
}
.royalx-header__shell{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  border-radius:24px;
  padding:16px 18px;
}
.royalx-header__logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:8px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--royalx-gold-soft);
}
.royalx-header__main{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:16px;
}
.royalx-header__nav--pc{
  display:flex;
  justify-content:center;
}
.royalx-header__menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}
.royalx-header__menu a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  color:var(--royalx-white);
  border:1px solid rgba(232,197,106,.5);
  background:rgba(255,255,255,.05);
}
.royalx-header__search-area{
  display:flex;
  justify-content:flex-end;
}
.royalx-header__search-form{
  display:flex;
  align-items:center;
  gap:8px;
}
.royalx-header__search-field input{
  width:8em;
  height:40px;
  padding:0 12px;
  color:#fff;
  border-radius:12px;
  border:1px solid rgba(232,197,106,.5);
  background:rgba(255,255,255,.06);
  outline:none;
}
.royalx-header__search-field input::placeholder{
  color:rgba(255,255,255,.82);
}
.royalx-header__search-field label{
  position:absolute;
  left:-9999px;
}
.royalx-header__search-form button{
  width:40px;
  height:40px;
  border-radius:12px;
  cursor:pointer;
  border:1px solid #d9dee7;
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  color:#121722;
}
.royalx-header__toggle{
  display:none;
  width:42px;
  height:42px;
  border-radius:12px;
  border:1px solid var(--royalx-gold);
  background:rgba(255,255,255,.06);
  color:#fff;
  cursor:pointer;
}
.royalx-header__mobile-panel{
  display:none;
  margin-top:12px;
}
.royalx-header__mobile-panel.is-open{
  display:block;
}
.royalx-header__mobile-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.royalx-header__mobile-menu a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:14px;
  border:1px solid var(--royalx-gold);
  background:rgba(255,255,255,.06);
  color:#fff;
}

/* footer */
.royalx-footer{
  padding:24px 0 34px;
}
.royalx-footer__shell{
  border-radius:30px;
  padding:28px;
}
.royalx-footer__grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:22px;
}
.royalx-footer__title{
  margin:0 0 12px;
  font-size:20px;
  font-weight:800;
}
.royalx-footer__desc{
  margin:12px 0 0;
  line-height:1.9;
  color:var(--royalx-text);
}
.royalx-footer__menu{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.royalx-footer__menu a,
.royalx-footer__item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(232,197,106,.45);
  background:rgba(255,255,255,.06);
  color:#fff;
}
.royalx-footer__item a,
.royalx-footer__item em{
  color:#fff;
  font-style:normal;
}
.royalx-footer__contact{
  display:grid;
  gap:10px;
}
.royalx-footer__copyright{
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid rgba(232,197,106,.24);
  text-align:center;
}
.royalx-footer__copyright a{
  color:#fff;
}

.royalx-backtop{
  position:fixed;
  right:20px;
  bottom:20px;
  width:52px;
  height:52px;
  border:none;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:99;
  color:#111621;
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  box-shadow:0 14px 30px rgba(0,0,0,.35);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:.28s ease;
}
.royalx-backtop.is-show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* hero */
.royalx-hero{
  padding:26px 0 18px;
}
.royalx-hero__grid,
.royalx-intro__grid,
.royalx-contact-home__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:center;
}
.royalx-hero__content,
.royalx-hero__image,
.royalx-hero__panel,
.royalx-intro__media,
.royalx-intro__text,
.royalx-contact-home__info,
.royalx-contact-home__form{
  border-radius:30px;
}
.royalx-hero__content,
.royalx-intro__text,
.royalx-contact-home__info,
.royalx-contact-home__form{
  padding:30px;
}
.royalx-hero__content h1{
  margin:0 0 16px;
  font-size:clamp(34px,5vw,62px);
  line-height:1.12;
}
.royalx-hero__content p,
.royalx-intro__text p,
.royalx-contact-home__info p{
  margin:0 0 16px;
  line-height:1.95;
  color:var(--royalx-text);
}
.royalx-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.royalx-hero__visual{
  display:grid;
  gap:16px;
}
.royalx-hero__image{
  padding:14px;
}
.royalx-hero__image img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:22px;
}
.royalx-hero__panel{
  padding:18px 22px;
}
.royalx-hero__panel strong{
  display:block;
  margin-bottom:8px;
  font-size:24px;
}
.royalx-hero__panel p{
  margin:0;
  line-height:1.85;
}

/* sections */
.royalx-intro,
.royalx-section,
.royalx-contact-home{
  padding:18px 0;
}
.royalx-intro__media{
  padding:14px;
}
.royalx-intro__media img{
  width:100%;
  min-height:360px;
  object-fit:cover;
  border-radius:22px;
}
.royalx-intro__text h2,
.royalx-contact-home__info h2{
  margin:0 0 14px;
  font-size:clamp(28px,4vw,44px);
  line-height:1.2;
}

/* 椭圆四象切割布局 */
.royalx-orbit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.royalx-orbit-grid > *:nth-child(2),
.royalx-orbit-grid > *:nth-child(5){
  transform:translateY(28px);
}
.royalx-service-card,
.royalx-stat-card,
.royalx-power-card,
.royalx-safe-card,
.royalx-news-card,
.royalx-faq-grid details{
  padding:20px;
  border-radius:38px;
  clip-path:ellipse(86% 78% at 50% 50%);
}

.royalx-service-card img{
  width:100%;
  height:200px;
  object-fit:cover;
  border-radius:20px;
  margin-bottom:14px;
}
.royalx-service-card h3,
.royalx-stat-card h3,
.royalx-power-card h3,
.royalx-safe-card h3,
.royalx-news-card__body h3{
  margin:0 0 10px;
}
.royalx-service-card p,
.royalx-stat-card p,
.royalx-power-card p,
.royalx-safe-card p,
.royalx-news-card__body p{
  margin:0;
  line-height:1.85;
  color:var(--royalx-text);
}
.royalx-news-card__thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:20px;
}
.royalx-news-card__body{
  padding-top:14px;
}
.royalx-news-card__body a{
  color:#fff;
}
.royalx-news-card__body time{
  display:inline-block;
  margin-top:12px;
  color:rgba(247,248,252,.84);
}

.royalx-stat-card i,
.royalx-power-card i,
.royalx-safe-card i{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  color:#111621;
  background:linear-gradient(180deg, #f3f5fa, #afb7c4);
  margin-bottom:14px;
}
.royalx-stat-card strong,
.royalx-power-card strong{
  display:block;
  margin-bottom:8px;
  font-size:40px;
}

/* ask slider */
.royalx-ask-slider{
  padding:30px;
  border-radius:30px;
  text-align:center;
}
.royalx-ask-slide{
  display:none;
}
.royalx-ask-slide.is-active{
  display:block;
}
.royalx-ask-slide i{
  width:82px;
  height:82px;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  color:#111621;
  background:linear-gradient(180deg, #f2f5fa, #adb6c4);
  font-size:30px;
}
.royalx-ask-slide h3{
  margin:0 0 10px;
}
.royalx-ask-slide p{
  margin:0;
  line-height:1.9;
  color:var(--royalx-text);
}
.royalx-ask-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:18px;
}
.royalx-ask-dots button{
  width:12px;
  height:12px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.3);
  cursor:pointer;
}
.royalx-ask-dots button.is-active{
  background:var(--royalx-gold);
}

/* faq */
.royalx-faq-grid{
  grid-template-columns:repeat(2,1fr);
}
.royalx-faq-grid summary{
  list-style:none;
  cursor:pointer;
  font-weight:800;
}
.royalx-faq-grid summary::-webkit-details-marker{
  display:none;
}
.royalx-faq-grid p{
  margin:12px 0 0;
  line-height:1.85;
  color:var(--royalx-text);
}

/* contact */
.royalx-contact-home__items{
  display:grid;
  gap:12px;
}
.royalx-contact-home__items span{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(232,197,106,.45);
  background:rgba(255,255,255,.06);
}
.royalx-form__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.royalx-form__group{
  margin-bottom:14px;
}
.royalx-form__group label{
  display:block;
  margin-bottom:8px;
  font-weight:700;
}
.royalx-form__group input,
.royalx-form__group textarea{
  width:100%;
  padding:14px;
  border-radius:14px;
  border:1px solid rgba(232,197,106,.45);
  background:rgba(255,255,255,.06);
  color:#fff;
  outline:none;
}
.royalx-form__group input::placeholder,
.royalx-form__group textarea::placeholder{
  color:rgba(255,255,255,.75);
}

/* responsive */
@media (max-width:1100px){
  .royalx-footer__grid,
  .royalx-hero__grid,
  .royalx-intro__grid,
  .royalx-contact-home__grid,
  .royalx-orbit-grid{
    grid-template-columns:1fr;
  }

  .royalx-orbit-grid > *:nth-child(2),
  .royalx-orbit-grid > *:nth-child(5){
    transform:none;
  }
}

@media (max-width:860px){
  .royalx-header__nav--pc{
    display:none;
  }
  .royalx-header__main{
    grid-template-columns:auto;
    justify-content:end;
  }
  .royalx-header__toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .royalx-header__mobile-menu,
  .royalx-faq-grid,
  .royalx-form__grid,
  .royalx-footer__menu{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){
  .royalx-wrap{
    width:min(100% - 20px, 1280px);
  }
  .royalx-header__search-form{
    display:none;
  }
  .royalx-hero__content,
  .royalx-intro__text,
  .royalx-contact-home__info,
  .royalx-contact-home__form,
  .royalx-ask-slider,
  .royalx-footer__shell{
    padding:18px;
  }
  .royalx-hero__content h1{
    font-size:32px;
  }
}
/* contact */
.royalx-contact-hero,
.royalx-app-hero{
  padding:26px 0 18px;
}
.royalx-contact-hero__grid,
.royalx-contact-submit__grid,
.royalx-app-hero__grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:22px;
  align-items:center;
}
.royalx-contact-hero__content,
.royalx-contact-hero__screen,
.royalx-contact-submit__form,
.royalx-contact-submit__info,
.royalx-app-hero__visual,
.royalx-app-hero__content,
.royalx-app-get,
.royalx-app-compare,
.royalx-app-install,
.royalx-app-invite,
.royalx-app-cta{
  padding:30px;
  border-radius:30px;
}
.royalx-contact-hero__content h1,
.royalx-app-hero__content h1{
  margin:0 0 14px;
  font-size:clamp(32px,4.8vw,58px);
  line-height:1.12;
}
.royalx-contact-hero__content p,
.royalx-contact-submit__form p,
.royalx-contact-submit__note,
.royalx-app-hero__content p,
.royalx-app-get p,
.royalx-app-invite p,
.royalx-app-cta p{
  margin:0;
  line-height:1.9;
  color:var(--royalx-text);
}
.royalx-contact-hero__chips,
.royalx-app-get__chips,
.royalx-app-get__actions,
.royalx-app-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.royalx-contact-hero__chips span,
.royalx-app-get__chips span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(232,197,106,.5);
  background:rgba(255,255,255,.08);
}
.royalx-contact-hero__screen{
  min-height:360px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.royalx-contact-hero__signal{
  width:96px;
  height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:28px;
  background:linear-gradient(180deg, #f2f5fa, #adb6c4);
  color:#111621;
  font-size:38px;
  margin-bottom:16px;
}
.royalx-contact-hero__screen strong{
  font-size:30px;
  margin-bottom:10px;
}
.royalx-contact-hero__screen p{
  max-width:380px;
  margin:0;
  line-height:1.85;
}

.royalx-contact-fast{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.royalx-contact-fast__item{
  padding:22px;
  border-radius:36px;
  clip-path:ellipse(86% 78% at 50% 50%);
}
.royalx-contact-fast__item i{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(180deg, #f2f5fa, #adb6c4);
  color:#111621;
  margin-bottom:14px;
}
.royalx-contact-fast__item small{
  display:block;
  margin-bottom:8px;
  color:rgba(247,248,252,.88);
}
.royalx-contact-fast__item a,
.royalx-contact-fast__item span{
  display:block;
  margin-bottom:10px;
  font-size:20px;
  font-weight:800;
  color:#fff;
  word-break:break-all;
}
.royalx-contact-fast__item p{
  margin:0;
  line-height:1.85;
  color:var(--royalx-text);
}

.royalx-contact-accordion{
  display:grid;
  gap:16px;
}
.royalx-contact-accordion details{
  padding:0;
  border-radius:24px;
  overflow:hidden;
}
.royalx-contact-accordion summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:12px;
  padding:20px 22px;
  font-weight:800;
}
.royalx-contact-accordion summary::-webkit-details-marker{
  display:none;
}
.royalx-contact-accordion__body{
  padding:0 22px 22px;
}
.royalx-contact-accordion__body p{
  margin:0 0 14px;
  line-height:1.9;
  color:var(--royalx-text);
}
.royalx-contact-accordion__body ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.royalx-contact-accordion__body li{
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(232,197,106,.4);
  background:rgba(255,255,255,.08);
}

.royalx-contact-submit__form h2,
.royalx-app-get h2,
.royalx-app-invite h2,
.royalx-app-cta h2{
  margin:0 0 14px;
  font-size:clamp(28px,4vw,42px);
}
.royalx-contact-submit__info h3{
  margin:0 0 14px;
  font-size:28px;
}
.royalx-contact-submit__items{
  display:grid;
  gap:12px;
  margin:16px 0 18px;
}
.royalx-contact-submit__items span{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(232,197,106,.4);
  background:rgba(255,255,255,.08);
}

/* app */
.royalx-app-hero__visual{
  text-align:center;
}
.royalx-app-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(232,197,106,.5);
  background:rgba(255,255,255,.08);
  margin-bottom:18px;
}
.royalx-app-phone{
  width:min(320px,100%);
  margin:0 auto;
  padding:16px;
  border-radius:38px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(232,197,106,.4);
}
.royalx-app-phone__head{
  width:86px;
  height:8px;
  margin:0 auto 18px;
  border-radius:999px;
  background:rgba(255,255,255,.7);
}
.royalx-app-phone__screen{
  min-height:520px;
  border-radius:28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.05));
  border:1px solid rgba(232,197,106,.25);
}
.royalx-app-phone__screen i{
  width:92px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:linear-gradient(180deg, #f2f5fa, #adb6c4);
  color:#111621;
  font-size:40px;
  margin-bottom:16px;
}
.royalx-app-phone__screen strong{
  font-size:30px;
  margin-bottom:8px;
}
.royalx-app-phone__screen p{
  margin:0;
  color:var(--royalx-text);
}
.royalx-app-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:20px;
}
.royalx-app-hero__stat{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(232,197,106,.4);
  background:rgba(255,255,255,.08);
  text-align:center;
}
.royalx-app-hero__stat h3{
  margin:0 0 6px;
  font-size:30px;
}
.royalx-app-hero__stat small{
  color:rgba(247,248,252,.88);
}

.royalx-app-advantage,
.royalx-app-exp,
.royalx-app-trust{
  display:grid;
  gap:18px;
}
.royalx-app-advantage{
  grid-template-columns:repeat(2,1fr);
}
.royalx-app-exp{
  grid-template-columns:repeat(3,1fr);
}
.royalx-app-trust{
  grid-template-columns:repeat(3,1fr);
}
.royalx-app-advantage__item,
.royalx-app-exp__item,
.royalx-app-trust__item,
.royalx-app-timeline__item{
  padding:24px;
  border-radius:36px;
  clip-path:ellipse(86% 78% at 50% 50%);
}
.royalx-app-advantage__item h3,
.royalx-app-exp__item h3,
.royalx-app-trust__item h5{
  margin:0 0 10px;
}
.royalx-app-advantage__item p,
.royalx-app-exp__item p,
.royalx-app-trust__item p{
  margin:0;
  line-height:1.85;
  color:var(--royalx-text);
}

.royalx-app-exp__item span,
.royalx-app-trust__item span{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(180deg, #f2f5fa, #adb6c4);
  color:#111621;
  margin-bottom:14px;
}

.royalx-app-compare__head{
  margin-bottom:18px;
}
.royalx-app-compare__head h2{
  margin:0 0 10px;
}
.royalx-app-compare__head p{
  margin:0;
  color:var(--royalx-text);
}
.royalx-app-compare__table{
  display:grid;
  gap:10px;
}
.royalx-app-compare__row{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:10px;
}
.royalx-app-compare__row span{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(232,197,106,.4);
  background:rgba(255,255,255,.08);
}
.royalx-app-compare__row--head span{
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  color:#111621;
  font-weight:800;
}

.royalx-app-timeline{
  display:grid;
  gap:16px;
}
.royalx-app-timeline__year{
  display:inline-flex;
  width:max-content;
  padding:10px 16px;
  border-radius:999px;
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  color:#111621;
  font-weight:800;
}
.royalx-app-timeline__item h3{
  margin:0 0 8px;
}
.royalx-app-timeline__item p{
  margin:0 0 12px;
  color:rgba(247,248,252,.88);
}
.royalx-app-timeline__item ul{
  margin:0;
  padding-left:18px;
  line-height:1.9;
  color:var(--royalx-text);
}

.royalx-app-faq{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.royalx-app-faq details{
  padding:20px;
  border-radius:24px;
}
.royalx-app-faq summary{
  list-style:none;
  cursor:pointer;
  font-weight:800;
}
.royalx-app-faq summary::-webkit-details-marker{
  display:none;
}
.royalx-app-faq p{
  margin:12px 0 0;
  line-height:1.85;
  color:var(--royalx-text);
}

.royalx-app-install__head{
  text-align:center;
  margin-bottom:18px;
}
.royalx-app-install__head h2{
  margin:0 0 8px;
}
.royalx-app-install__head p{
  margin:0;
  color:var(--royalx-text);
}
.royalx-app-install__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.royalx-app-install__col h3{
  margin:0 0 14px;
}
.royalx-app-install__col article{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px 14px;
  align-items:start;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(232,197,106,.4);
  background:rgba(255,255,255,.08);
  margin-bottom:12px;
}
.royalx-app-install__col article span{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  color:#111621;
  font-weight:800;
}
.royalx-app-install__col article h4{
  margin:0;
}
.royalx-app-install__col article p{
  grid-column:2;
  margin:0;
  line-height:1.8;
  color:var(--royalx-text);
}

.royalx-app-trust__footer{
  text-align:center;
  margin:16px 0 0;
  color:rgba(247,248,252,.9);
}
.royalx-app-invite,
.royalx-app-cta{
  text-align:center;
}
.royalx-app-invite__code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  min-height:56px;
  margin:14px 0 16px;
  padding:0 18px;
  border-radius:16px;
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  color:#111621;
  font-size:24px;
  font-weight:800;
  letter-spacing:.08em;
}

@media (max-width:1100px){
  .royalx-contact-hero__grid,
  .royalx-contact-submit__grid,
  .royalx-app-hero__grid,
  .royalx-contact-fast,
  .royalx-app-advantage,
  .royalx-app-exp,
  .royalx-app-trust,
  .royalx-app-faq,
  .royalx-app-install__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:860px){
  .royalx-contact-accordion__body ul,
  .royalx-app-hero__stats,
  .royalx-app-compare__row{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){
  .royalx-contact-hero__content,
  .royalx-contact-hero__screen,
  .royalx-contact-submit__form,
  .royalx-contact-submit__info,
  .royalx-app-hero__visual,
  .royalx-app-hero__content,
  .royalx-app-get,
  .royalx-app-compare,
  .royalx-app-install,
  .royalx-app-invite,
  .royalx-app-cta{
    padding:18px;
  }

  .royalx-app-phone__screen{
    min-height:420px;
  }
}
/* breadcrumb */
.royalx-breadcrumb-sec{
  padding:8px 0 18px;
}
.royalx-breadcrumb{
  padding:14px 18px;
  border-radius:20px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.royalx-breadcrumb span,
.royalx-breadcrumb a,
.royalx-breadcrumb small{
  color:#fff;
}
.royalx-breadcrumb a{
  font-weight:700;
}

/* list hero / show hero */
.royalx-list-hero,
.royalx-show-hero{
  padding:24px 0 10px;
}
.royalx-list-hero__grid,
.royalx-show-hero__grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:22px;
  align-items:center;
}
.royalx-list-hero__content,
.royalx-show-hero__content,
.royalx-list-hero__panel,
.royalx-show-hero__panel{
  padding:30px;
  border-radius:30px;
}
.royalx-list-hero__content h1,
.royalx-show-hero__content h1{
  margin:0 0 14px;
  font-size:clamp(32px,4.8vw,58px);
  line-height:1.12;
}
.royalx-list-hero__content p,
.royalx-show-hero__content p{
  margin:0;
  line-height:1.92;
  color:var(--royalx-text);
}
.royalx-list-hero__panel,
.royalx-show-hero__panel{
  min-height:300px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.royalx-list-hero__panel i,
.royalx-show-hero__panel i{
  width:88px;
  height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:linear-gradient(180deg, #f2f5fa, #adb6c4);
  color:#111621;
  font-size:34px;
  margin-bottom:16px;
}
.royalx-list-hero__panel strong,
.royalx-show-hero__panel strong{
  display:block;
  margin-bottom:8px;
  font-size:30px;
}
.royalx-list-hero__panel p,
.royalx-show-hero__panel p{
  max-width:380px;
  margin:0;
  line-height:1.85;
}

/* list */
.royalx-list-main,
.royalx-show-main{
  padding:0 0 24px;
}
.royalx-list-main__grid,
.royalx-show-main__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:22px;
  align-items:start;
}
.royalx-list-content__head{
  margin-bottom:18px;
}
.royalx-list-content__head h2{
  margin:0 0 10px;
  font-size:34px;
}
.royalx-list-content__head p{
  margin:0;
  line-height:1.9;
  color:var(--royalx-text);
}
.royalx-list-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.royalx-list-grid__item:nth-child(2),
.royalx-list-grid__item:nth-child(5){
  transform:translateY(28px);
}
.royalx-list-card{
  padding:14px;
  border-radius:38px;
  clip-path:ellipse(86% 78% at 50% 50%);
}
.royalx-list-card__thumb{
  display:block;
  overflow:hidden;
  border-radius:20px;
}
.royalx-list-card__thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  transition:transform .38s ease;
}
.royalx-list-card:hover .royalx-list-card__thumb img{
  transform:scale(1.06);
}
.royalx-list-card__body{
  padding:16px 8px 4px;
}
.royalx-list-card__content h5{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.5;
}
.royalx-list-card__content h5 a{
  color:#fff;
}
.royalx-list-card__content p{
  margin:0;
  line-height:1.82;
  color:var(--royalx-text);
}
.royalx-list-card__meta{
  margin-top:14px;
}
.royalx-list-card__meta time{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(247,248,252,.84);
}

/* sidebar */
.royalx-list-sidebar,
.royalx-show-sidebar{
  display:grid;
  gap:18px;
  position:sticky;
  top:98px;
}
.royalx-side-search,
.royalx-side-hot,
.royalx-side-nav{
  padding:20px;
  border-radius:24px;
}
.royalx-side-search h6,
.royalx-side-hot h6,
.royalx-side-nav h6{
  margin:0 0 14px;
  font-size:18px;
}
.royalx-side-search__form{
  display:flex;
  gap:10px;
}
.royalx-side-search__field{
  flex:1;
}
.royalx-side-search__field input{
  width:100%;
  height:42px;
  padding:0 12px;
  border-radius:12px;
  border:1px solid rgba(232,197,106,.45);
  background:rgba(255,255,255,.08);
  color:#fff;
  outline:none;
}
.royalx-side-search__field input::placeholder{
  color:rgba(255,255,255,.84);
}
.royalx-side-search__field label{
  position:absolute;
  left:-9999px;
}
.royalx-side-search__form button{
  width:42px;
  height:42px;
  border:none;
  border-radius:12px;
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  color:#111621;
  cursor:pointer;
}
.royalx-side-hot__item{
  display:grid;
  gap:14px;
}
.royalx-side-hot__thumb{
  display:block;
  overflow:hidden;
  border-radius:16px;
}
.royalx-side-hot__thumb img{
  width:100%;
  height:190px;
  object-fit:cover;
}
.royalx-side-hot__body h5{
  margin:0 0 10px;
  line-height:1.5;
}
.royalx-side-hot__body h5 a{
  color:#fff;
}
.royalx-side-hot__body p{
  margin:0 0 10px;
  line-height:1.82;
  color:var(--royalx-text);
}
.royalx-side-hot__body time{
  color:rgba(247,248,252,.84);
}
.royalx-side-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.royalx-side-nav li a{
  display:block;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(232,197,106,.42);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:700;
}

/* article */
.royalx-show-content{
  display:grid;
  gap:18px;
}
.royalx-article,
.royalx-related{
  padding:26px;
  border-radius:30px;
}
.royalx-article__header{
  margin-bottom:18px;
}
.royalx-article__header h1{
  margin:0 0 14px;
  font-size:clamp(30px,4vw,48px);
  line-height:1.24;
}
.royalx-article__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.royalx-article__meta span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(232,197,106,.42);
  background:rgba(255,255,255,.08);
}
.royalx-article__content{
  line-height:2;
  font-size:17px;
  color:var(--royalx-text);
}
.royalx-article__content img{
  max-width:100%;
  height:auto;
  display:block;
  margin:18px auto;
  border-radius:18px;
}
.royalx-article__content h2,
.royalx-article__content h3,
.royalx-article__content h4{
  margin:1.2em 0 .6em;
  color:#fff;
}
.royalx-article__content p{
  margin:0 0 1em;
}
.royalx-article__content a{
  color:#fff;
  text-decoration:underline;
}
.royalx-article__content blockquote{
  margin:1.2em 0;
  padding:14px 18px;
  border-left:4px solid var(--royalx-gold);
  border-radius:14px;
  background:rgba(255,255,255,.08);
}
.royalx-article__content ul,
.royalx-article__content ol{
  padding-left:1.4em;
}
.royalx-article__content table{
  width:100%;
  border-collapse:collapse;
  margin:18px 0;
}
.royalx-article__content td,
.royalx-article__content th{
  border:1px solid rgba(232,197,106,.34);
  padding:10px 12px;
}

.royalx-article__pager{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:22px;
}
.royalx-article__prev,
.royalx-article__next{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(232,197,106,.42);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:700;
}

.royalx-article__share{
  margin-top:20px;
}
.royalx-article__share h6{
  margin:0 0 10px;
  font-size:18px;
}
.royalx-article__share p{
  margin:0 0 16px;
  line-height:1.8;
  color:var(--royalx-text);
}
.royalx-article__share-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.royalx-article__share-actions a,
.royalx-article__share-actions button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid #d9dee7;
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  color:#111621;
  cursor:pointer;
}

.royalx-related h3{
  margin:0 0 14px;
  font-size:24px;
}
.royalx-related__list{
  display:grid;
  gap:14px;
}
.royalx-related__item{
  display:grid;
  grid-template-columns:46px 110px 1fr;
  gap:12px;
  align-items:center;
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(232,197,106,.42);
  background:rgba(255,255,255,.08);
}
.royalx-related__index{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(180deg, #eef2f8, #aeb6c2);
  color:#111621;
  font-weight:800;
}
.royalx-related__thumb{
  display:block;
  border-radius:14px;
  overflow:hidden;
}
.royalx-related__thumb img{
  width:100%;
  height:76px;
  object-fit:cover;
}
.royalx-related__body h6{
  margin:0 0 8px;
  line-height:1.5;
  font-size:16px;
}
.royalx-related__body h6 a{
  color:#fff;
}
.royalx-related__body small{
  color:rgba(247,248,252,.84);
}

@media (max-width:1100px){
  .royalx-list-hero__grid,
  .royalx-show-hero__grid,
  .royalx-list-main__grid,
  .royalx-show-main__grid,
  .royalx-list-grid{
    grid-template-columns:1fr;
  }

  .royalx-list-grid__item:nth-child(2),
  .royalx-list-grid__item:nth-child(5){
    transform:none;
  }

  .royalx-list-sidebar,
  .royalx-show-sidebar{
    position:static;
    top:auto;
  }
}

@media (max-width:860px){
  .royalx-article__pager,
  .royalx-related__item{
    grid-template-columns:1fr;
  }

  .royalx-related__index{
    width:40px;
    height:40px;
  }
}

@media (max-width:560px){
  .royalx-list-hero__content,
  .royalx-show-hero__content,
  .royalx-list-hero__panel,
  .royalx-show-hero__panel,
  .royalx-side-search,
  .royalx-side-hot,
  .royalx-side-nav,
  .royalx-article,
  .royalx-related{
    padding:18px;
  }

  .royalx-list-card__thumb img{
    height:200px;
  }
}