/* Rola IP · https://rola-ip.co/ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.rp-body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#12151a;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
.rp-wrap{max-width:1200px;margin:0 auto;padding:0 24px}

/* ── 顶部资讯条 ── */
.rp-banner{background:linear-gradient(90deg,#fef3f0,#f5f0ff);border-bottom:1px solid #eee;text-align:center;padding:10px 16px;font-size:.82rem;color:#4b5563}
.rp-banner a{color:#e85525;font-weight:600}
.rp-banner .tag-new{display:inline-block;background:#e85525;color:#fff;font-size:.65rem;padding:2px 8px;border-radius:4px;margin-left:6px;font-weight:700}

/* ── 导航（白底） ── */
.rp-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid #eaecef;transition:box-shadow .2s}
.rp-header.is-scrolled{box-shadow:0 4px 24px rgba(0,0,0,.06)}
.rp-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:16px}
.rp-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.05rem;color:#12151a;flex-shrink:0}
.rp-logo img{width:auto;height:28px;flex-shrink:0}
.rp-nav{display:flex;align-items:center;gap:2px}
.rp-nav>li{position:relative}
.rp-nav>li>button,.rp-nav>li>a{display:flex;align-items:center;gap:4px;padding:10px 14px;font-size:.875rem;font-weight:500;color:#374151;border-radius:8px;transition:background .15s,color .15s}
.rp-nav>li>button:hover,.rp-nav>li>a:hover,.rp-nav>li.is-open>button,.rp-nav>li.is-open>a{background:#f3f4f6;color:#12151a}
.rp-nav__chev{width:10px;height:10px;opacity:.5}
.rp-nav>li.is-open .rp-nav__chev{transform:rotate(180deg)}
.rp-dropdown{position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%) translateY(6px);min-width:280px;background:#fff;border:1px solid #eaecef;border-radius:14px;padding:10px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s;box-shadow:0 20px 50px rgba(0,0,0,.12);z-index:1100}
.rp-nav>li.is-open .rp-dropdown:not(.rp-dropdown--mega),.rp-nav>li[data-dropdown]:hover .rp-dropdown:not(.rp-dropdown--mega){opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.rp-nav>li.is-open .rp-dropdown--mega{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.rp-dropdown a{display:block;padding:10px 12px;border-radius:10px;transition:background .12s}
.rp-dropdown a:hover{background:#f9fafb}
.rp-dropdown strong{display:block;font-size:.875rem;color:#12151a;margin-bottom:2px}
.rp-dropdown span{font-size:.78rem;color:#6b7280}
.rp-dropdown span.tag-new{color:#fff}
.rp-dropdown span.tag-pop{color:#6d28d9}
.rp-dropdown__feat span.tag-new{color:#fff}
.rp-dropdown--wide{display:grid;grid-template-columns:1fr 1fr;gap:6px;min-width:540px;padding:14px}
.rp-dropdown__label{font-size:.8125rem;font-weight:700;color:#00848e;letter-spacing:0;padding:0;margin:0}
.rp-dropdown__col>.rp-dropdown__label{padding:4px 12px 8px}
.rp-dropdown__feat{margin-top:10px;padding:12px;background:#f5f3ff;border-radius:10px;font-size:.8rem;color:#5b21b6;line-height:1.5}
.rp-dropdown__feat strong{display:block;font-size:.875rem;font-weight:700;color:#12151a;margin-bottom:8px;line-height:1.45}

/* ── 代理 Mega Menu — 全宽面板，对齐 rola-ip.co nav popup ── */
.rp-nav>li[data-mega].is-open::after{
  /* 透明 hover 桥：顶栏按钮 → 全宽面板，避免下移时误触 mouseleave */
  content:'';
  position:fixed;left:0;right:0;top:56px;height:20px;z-index:1099;pointer-events:auto;
}
.rp-dropdown--mega{
  position:fixed;left:0;right:0;top:72px;width:100%;min-width:0;
  transform:none;
  border-radius:0;border:none;border-top:1px solid #eaecef;
  padding:0;box-shadow:0 24px 48px rgba(0,53,58,.1);
  transition:opacity .18s,visibility .18s;
}
.rp-dropdown--mega::before{
  /* 面板顶部向上延伸命中区，衔接顶栏与下拉内容 */
  content:'';display:block;height:16px;margin-top:-16px;
}
.rp-dropdown--mega__panel{padding:40px 0;background:#fff}
.rp-dropdown--mega__inner{display:flex;align-items:flex-start;justify-content:center;gap:24px}
.rp-dropdown__section{display:flex;flex-direction:column;gap:24px;min-width:0}
.rp-dropdown__section--border{border-left:1px solid #eaecef;padding-left:24px}
.rp-dropdown__grid{display:flex;flex-wrap:wrap;gap:24px;width:664px;max-width:100%;margin:0;padding:0;list-style:none}
.rp-dropdown__grid>li{width:320px;max-width:100%}
.rp-dropdown__list{display:flex;flex-direction:column;gap:24px;width:320px;max-width:100%;margin:0;padding:0;list-style:none}
.rp-dropdown__item{display:flex;flex-direction:column;gap:8px;padding:8px;border-radius:8px;transition:background .15s}
.rp-dropdown__item:hover{background:#e1f8fa}
.rp-dropdown__item-head{display:flex;align-items:center;gap:8px}
.rp-dropdown__item-head img{width:32px;height:32px;flex-shrink:0;max-width:none}
.rp-dropdown__item-head strong{font-size:.875rem;font-weight:600;color:#12151a;line-height:1.35;display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin:0}
.rp-dropdown__desc{display:block;font-size:.75rem;color:#6b7280;line-height:1.55;margin:0}
.rp-dropdown__price{display:block;font-size:.75rem;font-weight:600;color:#00848e;margin:0;line-height:1.5}
.rp-dropdown__item--row{flex-direction:row;align-items:center;gap:10px;padding:8px}
.rp-dropdown__item--row img{width:32px;height:32px;flex-shrink:0;max-width:none}
.rp-dropdown__item--row strong{font-size:.875rem;font-weight:600;color:#12151a;margin:0;display:block}
.rp-dropdown__item--loc{flex-direction:row;align-items:center;gap:8px;padding:24px}
.rp-dropdown__item--loc img{width:48px;height:36px;border-radius:3px;object-fit:cover;flex-shrink:0;max-width:none}
.rp-dropdown__loc-text{display:flex;flex-direction:column;gap:2px}
.rp-dropdown__loc-text strong{font-size:.875rem;font-weight:600;color:#12151a;margin:0}
.rp-dropdown__grid--loc{gap:16px;width:740px}
.rp-dropdown__grid--loc>li{width:236px;max-width:100%}
.rp-dropdown__grid--cases{width:676px}
.rp-dropdown__foot{margin:0;padding:0}
.rp-dropdown__foot a{font-size:.875rem;font-weight:600;color:#00848e}
.rp-dropdown__foot a:hover{text-decoration:underline}
.rp-dropdown--mega__inner--3col .rp-dropdown__list{width:272px;gap:12px}
.rp-dropdown__feat a{display:block;color:inherit}
.rp-dropdown img{max-width:none}
.rp-dropdown__item .tag-new{color:#fff}
.rp-dropdown__item .tag-pop{color:#6d28d9}
.tag-new{display:inline-block;background:#e85525;color:#fff;font-size:.65rem;padding:2px 6px;border-radius:4px;margin-left:4px;font-weight:700;vertical-align:middle}
.tag-pop{display:inline-block;background:#ede9fe;color:#6d28d9;font-size:.65rem;padding:2px 6px;border-radius:4px;margin-left:4px;font-weight:700}
.rp-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.rp-link-login{font-size:.875rem;color:#374151;padding:10px 14px;font-weight:500}
.rp-link-login:hover{color:#12151a}
.rp-toggle{display:none;flex-direction:column;gap:5px;padding:8px}
.rp-toggle span{width:22px;height:2px;background:#12151a;border-radius:2px;transition:transform .3s,opacity .3s}
.rp-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.rp-toggle.open span:nth-child(2){opacity:0}
.rp-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ── 按钮 ── */
.rp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:10px;font-weight:600;font-size:.95rem;transition:transform .15s,box-shadow .15s,background .15s;border:2px solid transparent;white-space:nowrap;cursor:pointer}
.rp-btn:hover{transform:translateY(-1px)}
.rp-btn--orange{background:#e85525;color:#fff;box-shadow:0 4px 14px rgba(232,85,37,.35)}
.rp-btn--orange:hover{background:#d14a1f;box-shadow:0 6px 20px rgba(232,85,37,.4)}
.rp-btn--ghost{background:#fff;color:#374151;border-color:#d1d5db}
.rp-btn--ghost:hover{border-color:#9ca3af;background:#f9fafb}
.rp-btn--outline{background:transparent;color:#12151a;border-color:#d1d5db}
.rp-btn--outline:hover{border-color:#12151a}
/* 深色背景 CTA 次按钮：透明底 + 白字白边（与 rp-big-cta 区统一） */
.rp-btn--on-dark{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55);box-shadow:none}
.rp-btn--on-dark:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}
.rp-btn--google{background:#fff;color:#374151;border:1px solid #d1d5db;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.rp-btn--google::before{content:'';width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%234285F4' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.07 13.72 17.48 9.5 24 9.5z'/%3E%3Cpath fill='%2334A853' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.56 2.95-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%23EA4335' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.52 0-12.03-4.3-13.96-10.22l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E") center/contain no-repeat}
.rp-btn--sm{padding:10px 20px;font-size:.85rem}
.rp-btn--xs{padding:8px 16px;font-size:.8rem;border-radius:8px}

.rp-logo img{width:auto;height:28px;max-width:32px;flex-shrink:0}
.rp-logo--text span{font-weight:800;font-size:1.15rem;letter-spacing:-.02em}
.rp-body--home .rp-logo--text span{color:#fff}
.rp-body--home .rp-logo span{color:#fff}
.rp-hero-home__g2 svg{width:165px;height:auto;display:block;margin:0 auto}
.rp-header__lang{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;padding:8px 10px;opacity:.95}

/* ── 首页深色 Hero（rola-ip.co） ── */
.rp-body--home .rp-header{position:fixed;top:0;left:0;right:0;background:transparent;border-bottom:1px solid transparent;box-shadow:none}
.rp-body--home .rp-header.is-scrolled{background:rgba(0,20,40,.92);border-bottom-color:rgba(59,130,246,.18);backdrop-filter:blur(12px)}
.rp-body--home .rp-logo,.rp-body--home .rp-nav>li>button,.rp-body--home .rp-nav>li>a,.rp-body--home .rp-link-login,.rp-body--home .rp-header__lang{color:#fff}
.rp-body--home .rp-nav>li>button:hover,.rp-body--home .rp-nav>li>a:hover,.rp-body--home .rp-nav>li.is-open>button,.rp-body--home .rp-nav>li.is-open>a{background:rgba(255,255,255,.08);color:#fff}
.rp-body--home .rp-toggle span{background:#fff}
.rp-body--home .rp-header__actions .rp-btn--ip-ghost{border:1px solid rgba(59,130,246,.45);color:#fff;background:transparent;min-width:auto;padding:8px 16px;border-radius:8px;font-size:.85rem;box-shadow:none}
.rp-body--home .rp-header__actions .rp-btn--ip-ghost:hover{border-color:rgba(59,130,246,.85);background:rgba(255,255,255,.06);transform:none}
.rp-body--home .rp-header__actions .rp-btn--ip-accent{min-width:auto;padding:8px 16px;font-size:.85rem;border-radius:8px}
.rp-hero-home{
  --rp-brand-100:#e8f2fc;
  --rp-brand-400:#5ba4e8;
  position:relative;padding:120px 0 0;background:linear-gradient(180deg,#004a7c 0%,#001428 85.59%);
  color:#fff;overflow:hidden;text-align:center;
}
.rp-hero-home::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(68.31% 165.9% at 50% -7.39%,#001f3d 20.93%,#003d6b 57.8%,#1a6bb8 74.65%,rgba(26,107,184,0) 100%);
}
.rp-hero-home .rp-wrap{position:relative;z-index:1}
.rp-hero-home__g2{display:flex;justify-content:center;margin-bottom:28px}
.rp-hero-home__g2 a{display:inline-flex}
.rp-hero-home h1{
  max-width:860px;margin:0 auto 20px;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;
  background:linear-gradient(180deg,#fff -19%,#2b7cb8 320%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.rp-hero-home .lead{max-width:720px;margin:0 auto 32px;font-size:clamp(1rem,2vw,1.125rem);color:rgba(255,255,255,.82);line-height:1.7}
.rp-hero-home__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:14px}
.rp-hero-home__note{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.875rem;color:rgba(255,255,255,.55)}
.rp-hero-home__visual{margin-top:48px;padding-bottom:0}
/* 仪表盘插图由青绿调偏蓝，与 Hero 背景一致 */
.rp-hero-home__visual>img{width:min(1100px,100%);max-height:500px;margin:0 auto;object-fit:contain;border-radius:0;filter:hue-rotate(24deg) saturate(1.04) brightness(1.02)}
.rp-hero-home__google-wrap{position:relative;margin-top:12px;display:block}
.rp-hero-home__google-line{
  position:absolute;left:50%;top:0;width:min(720px,80%);height:1px;transform:translate(-50%,-50%);
  border-top:1px solid transparent;border-image:linear-gradient(to right,transparent,rgba(59,130,246,.35),transparent) 1;
}
.rp-hero-home__google-badge{
  display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding:8px 16px;border-radius:999px;
  border-top:1px solid rgba(59,130,246,.25);border-bottom:1px solid rgba(59,130,246,.35);
  background:linear-gradient(180deg,rgba(0,26,51,0),rgba(0,61,107,.7));backdrop-filter:blur(2px);
  font-size:.78rem;color:rgba(255,255,255,.55);transition:color .2s,box-shadow .2s;
}
.rp-hero-home__google-badge:hover{color:#fff;box-shadow:0 0 0 1px rgba(59,130,246,.35)}
.rp-hero-home__google-badge span{background:#fff;color:#374151;border-radius:999px;padding:4px 12px 6px;font-weight:600}
/* Hero 底部「见于」跑马灯 — 对齐 rola-ip.co animate-marque-scroll */
.rp-hero-home__seen{position:relative;z-index:1;width:100%;margin-top:64px;padding-bottom:56px;overflow:hidden}
.rp-hero-home__seen-label{display:flex;justify-content:center;margin-bottom:24px;font-size:.875rem;font-weight:600;color:var(--rp-brand-400)}
.rp-hero-home__marquee{overflow:hidden;width:100%}
.rp-hero-home__marquee-track{display:flex;width:max-content;opacity:.35;animation:rpHeroMarquee 80s linear infinite;will-change:transform}
.rp-hero-home__marquee-group{display:flex;align-items:center;gap:56px;padding-right:56px;flex-shrink:0;height:24px}
.rp-hero-home__marquee-group img{height:24px;width:auto;max-width:none;display:block;object-fit:contain;flex-shrink:0}
@media(min-width:1024px){
.rp-hero-home__marquee-group{gap:164px;padding-right:164px;height:34px}
.rp-hero-home__marquee-group img{height:34px}
}
@keyframes rpHeroMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* rola-ip 按钮 */
.rp-btn--ip-accent{background:#ffb547;color:#00353a;font-weight:700;border-radius:8px;box-shadow:0 4px 14px rgba(255,181,71,.35);min-width:200px;padding:14px 28px}
.rp-btn--ip-accent:hover{background:#ffc766;color:#00353a}
.rp-btn--ip-google{background:transparent;color:#fff;border:1px solid rgba(59,130,246,.45);border-radius:8px;min-width:240px;padding:14px 20px}
.rp-btn--ip-google:hover{border-color:rgba(59,130,246,.8);background:rgba(255,255,255,.04)}
.rp-btn--ip-google::before{content:'';width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%234285F4' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.07 13.72 17.48 9.5 24 9.5z'/%3E%3Cpath fill='%2334A853' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.56 2.95-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%23EA4335' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.52 0-12.03-4.3-13.96-10.22l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E") center/contain no-repeat}
.rp-btn--ip-ghost{background:transparent;color:#fff;border:1px solid rgba(59,130,246,.45);border-radius:8px}
.rp-btn--ip-ghost:hover{border-color:rgba(59,130,246,.85);background:rgba(255,255,255,.06)}
.rp-body:not(.rp-body--home) .rp-btn--ip-accent,.rp-body:not(.rp-body--home) .rp-btn--ip-google,.rp-body:not(.rp-body--home) .rp-btn--ip-ghost{display:none}

/* ── Hero（内页浅色，保留） ── */
.rp-hero{position:relative;padding:80px 0 64px;background:linear-gradient(180deg,#fafbff 0%,#fff 60%);overflow:hidden}
.rp-hero::before{content:'';position:absolute;top:-30%;right:-15%;width:55%;height:90%;background:radial-gradient(ellipse,rgba(99,102,241,.08) 0%,transparent 70%);pointer-events:none}
.rp-hero::after{content:'';position:absolute;bottom:-20%;left:-10%;width:45%;height:70%;background:radial-gradient(ellipse,rgba(232,85,37,.06) 0%,transparent 70%);pointer-events:none}
.rp-hero__inner{position:relative;z-index:1;text-align:center;max-width:960px;margin:0 auto}
.rp-hero h1{font-size:clamp(2.25rem,4.8vw,3.35rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#12151a;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;gap:.06em}
.rp-hero__title-line{display:block;white-space:nowrap}
@media(min-width:1080px){.rp-hero h1{flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:.22em;font-size:clamp(2.35rem,3.2vw,3.35rem)}}
.rp-hero .lead{font-size:clamp(1.05rem,2vw,1.2rem);color:#6b7280;line-height:1.7;margin-bottom:32px;max-width:640px;margin-left:auto;margin-right:auto}
.rp-hero__cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:16px}
.rp-hero__note{font-size:.875rem;color:#9ca3af}
.rp-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #eaecef;border-radius:50px;font-size:.8rem;font-weight:600;color:#374151;margin-bottom:28px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.rp-hero__badge svg{width:16px;height:16px;color:#f59e0b}

/* ── 认可条 ── */
.rp-trust{padding:40px 0;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;background:#fafafa}
.rp-trust__rows{text-align:center}
.rp-trust__label{font-size:.72rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}
/* 媒体报道 — 全宽无缝跑马灯 */
.rp-trust__marquee{overflow:hidden;width:100%;margin-top:4px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.rp-trust__track{display:flex;width:max-content;animation:rpMarquee 32s linear infinite;will-change:transform}
.rp-trust__group{display:flex;align-items:center;gap:48px;padding-right:48px;flex-shrink:0}
.rp-trust__group span{font-size:.95rem;font-weight:700;color:#6b7280;white-space:nowrap;opacity:.75}
/* 四组等宽内容，滚动 25% 即完成一轮无缝循环 */
@keyframes rpMarquee{0%{transform:translateX(0)}100%{transform:translateX(-25%)}}

/* ── 区块通用 ── */
.rp-section{padding:88px 0}
.rp-section--alt{background:#f9fafb}
.rp-section--dark{background:#111827;color:#f9fafb}
.rp-section--dark .rp-head h2,.rp-section--dark h3,.rp-section--dark h4{color:#fff}
.rp-section--dark .rp-head p,.rp-section--dark p{color:#9ca3af}
.rp-head{text-align:center;max-width:720px;margin:0 auto 48px}
.rp-head .eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#e85525;margin-bottom:12px}
.rp-head h2{font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:800;line-height:1.15;color:#12151a;margin-bottom:14px;letter-spacing:-.02em}
.rp-head p{color:#6b7280;font-size:1.05rem;line-height:1.7}

/* === home-layout:start (由 apply-cazhi-home-layout.mjs 生成，请勿手改) === */
/* 区块上下顺序由 index.html DOM 顺序决定，见 home-layout.mjs sectionOrder */
/* 全场景解决方案 — 卡片顺序 */
.rp-sol-grid .rp-sol-card[data-sol-id="residential"]{order:1}
.rp-sol-grid .rp-sol-card[data-sol-id="isp"]{order:2}
.rp-sol-grid .rp-sol-card[data-sol-id="datacenter"]{order:3}
.rp-sol-grid .rp-sol-card[data-sol-id="mobile"]{order:4}
.rp-sol-grid .rp-sol-card[data-sol-id="unblocker"]{order:5}
.rp-integ-grid .rp-integ-card[data-integ-col="api"]{order:1}
.rp-integ-grid .rp-integ-card[data-integ-col="integrations"]{order:2}
.rp-leader-panel[data-lpanel="access"] .rp-leader-cards>li:nth-child(3){order:1}
.rp-leader-panel[data-lpanel="access"] .rp-leader-cards>li:nth-child(1){order:2}
.rp-leader-panel[data-lpanel="access"] .rp-leader-cards>li:nth-child(2){order:3}
.rp-leader-panel[data-lpanel="tools"] .rp-leader-cards>li:nth-child(3){order:1}
.rp-leader-panel[data-lpanel="tools"] .rp-leader-cards>li:nth-child(2){order:2}
.rp-leader-panel[data-lpanel="tools"] .rp-leader-cards>li:nth-child(1){order:3}
.rp-leader-panel .rp-leader-cards{display:flex}
/* 顶栏代理/定价 Mega 菜单 — 网格项顺序（DOM 已重排，此处作兜底） */
.rp-dropdown__grid--proxies>li[data-nav-product="isp"]{order:1}
.rp-dropdown__grid--proxies>li[data-nav-product="residential"]{order:2}
.rp-dropdown__grid--proxies>li[data-nav-product="mobile"]{order:3}
.rp-dropdown__grid--proxies>li[data-nav-product="datacenter"]{order:4}
.rp-dropdown__grid--proxies>li[data-nav-product="enterprise"]{order:5}
.rp-dropdown__grid--proxies>li[data-nav-product="unblocker"]{order:6}
.rp-dropdown__grid--pricing>li[data-nav-product="isp"]{order:1}
.rp-dropdown__grid--pricing>li[data-nav-product="residential"]{order:2}
.rp-dropdown__grid--pricing>li[data-nav-product="mobile"]{order:3}
.rp-dropdown__grid--pricing>li[data-nav-product="datacenter"]{order:4}
.rp-dropdown__grid--pricing>li[data-nav-product="enterprise"]{order:5}
.rp-dropdown__grid--pricing>li[data-nav-product="unblocker"]{order:6}
/* === home-layout:end === */






























/* ── 全场景解决方案（rola-ip.co 2+3 网格） ── */
.rp-section--solutions{background:#f9fafb;padding-top:64px;padding-bottom:72px}
.rp-sol-head{text-align:center;margin-bottom:40px}
.rp-sol-head h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.15;color:#12151a;letter-spacing:-.02em;margin:0}
.rp-sol-award{display:flex;width:max-content;max-width:calc(100% - 32px);margin:0 auto 32px;align-items:center;gap:12px;padding:8px 16px;border-radius:24px;background:#e1f8fa;color:#27d9e5;font-size:.75rem;font-weight:500}
.rp-sol-award>svg{width:16px;height:16px;opacity:.5;flex-shrink:0}
.rp-sol-award__inner{display:flex;align-items:center;gap:8px}
.rp-sol-award__inner svg{height:24px;width:auto;flex-shrink:0}
.rp-sol-award__inner p{margin:0;white-space:nowrap}
.rp-sol-grid{display:grid;grid-template-columns:1fr;gap:20px}
@media(min-width:768px){.rp-sol-grid{grid-template-columns:repeat(6,1fr)}}
.rp-sol-card{
  display:flex;flex-direction:column;gap:20px;padding:16px;background:#fff;border-radius:24px;
  text-decoration:none;color:inherit;transition:outline-color .25s;outline:2px solid transparent;
  grid-column:span 1;
}
@media(min-width:768px){.rp-sol-card{padding:32px;border-radius:16px}}
.rp-sol-card:hover{outline-color:#f3f4f6}
.rp-sol-card--span3{grid-column:span 1}
@media(min-width:768px){.rp-sol-card--span3,.rp-pricing-card.rp-sol-card--span3{grid-column:span 3}}
.rp-sol-card--span2{grid-column:span 1}
@media(min-width:768px){.rp-sol-card--span2,.rp-pricing-card.rp-sol-card--span2{grid-column:span 3}}
@media(min-width:1024px){.rp-sol-card--span2,.rp-pricing-card.rp-sol-card--span2{grid-column:span 2}}
@media(min-width:768px) and (max-width:1023px){.rp-sol-card--wide-md{grid-column:span 6}}
.rp-sol-card__head{display:flex;flex-direction:column;gap:24px}
.rp-sol-card__top{display:none;align-items:center;justify-content:space-between;gap:16px}
@media(min-width:1024px){.rp-sol-card__top{display:flex}}
.rp-sol-card__price-badge{
  display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px;font-size:.875rem;font-weight:500;white-space:nowrap;
}
.rp-sol-card__price-badge img{width:24px;height:24px;flex-shrink:0}
.rp-sol-card__price-badge span{background:#fff;border-radius:999px;padding:4px 12px}
.rp-sol-card__price-badge--mob{display:inline-flex}
@media(min-width:1024px){.rp-sol-card__price-badge--mob{display:none}}
.rp-sol-card__stat-pill{
  display:none;padding:4px 12px;border-radius:999px;background:#f9fafb;color:#27d9e5;font-size:.875rem;font-weight:500;white-space:nowrap;
}
@media(min-width:1280px){.rp-sol-card__stat-pill{display:flex}}
.rp-sol-card__stat-pill--mob{display:flex;justify-content:center;margin-top:auto}
@media(min-width:1280px){.rp-sol-card__stat-pill--mob{display:none}}
.rp-sol-card__stat-pill--ai{color:#27d9e5}
.rp-sol-card__title-row{display:flex;align-items:center;gap:4px}
.rp-sol-card h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700;color:#12151a;margin:0;line-height:1.25}
.rp-sol-card__arrow{width:24px;height:24px;opacity:0;transform:translateX(0);transition:opacity .2s,transform .2s;flex-shrink:0}
.group:hover .rp-sol-card__arrow{opacity:1;transform:translateX(4px)}
.rp-sol-card__desc{margin:0;font-size:.875rem;line-height:1.65;color:#6b7280}
@media(min-width:640px){.rp-sol-card__desc{font-size:.9375rem}}
/* 主题色：价格徽章与标题强调 */
.rp-sol-card--brand .rp-sol-card__price-badge{background:#e1f8fa;color:#27d9e5}
.rp-sol-card--brand .rp-sol-card__arrow{color:#27d9e5}
.rp-sol-card--error .rp-sol-card__price-badge{background:#fff4e6;color:#c2410c}
.rp-sol-card--error .rp-sol-card__arrow{color:#c2410c}
.rp-sol-card--error h3{color:#12151a}
.rp-sol-card--success .rp-sol-card__price-badge{background:#eef9f1;color:#15803d}
.rp-sol-card--success .rp-sol-card__arrow{color:#15803d}
.rp-sol-card--variant .rp-sol-card__price-badge{background:#e8f6f8;color:#008b94}
.rp-sol-card--variant .rp-sol-card__arrow{color:#008b94}
.rp-sol-card--accent .rp-sol-card__price-badge{background:#fff7ed;color:#ea580c}
.rp-sol-card--accent .rp-sol-card__arrow{color:#ea580c}

/* ── Tab 切换（药丸容器） ── */
.rp-tab-bar{display:flex;justify-content:center;background:#f3f4f6;border-radius:50px;padding:4px;width:fit-content;margin:0 auto 32px;flex-wrap:wrap}
.rp-tab-bar button{padding:10px 24px;border-radius:50px;font-size:.875rem;font-weight:600;color:#6b7280;transition:all .2s}
.rp-tab-bar button.is-active{background:#fff;color:#12151a;box-shadow:0 2px 8px rgba(0,0,0,.08)}
/* ── 轻松实现网页抓取的全套工具（左 Tab + 右内容卡，对齐 rola-ip.co） ── */
.rp-section--scrape{background:#f9fafb}
.rp-scrape-head{text-align:center;margin-bottom:48px}
.rp-scrape-head h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#12151a;letter-spacing:-.02em}
.rp-scrape-layout{display:flex;gap:60px;align-items:stretch}
.rp-scrape-nav{display:flex;flex-direction:column;flex-shrink:0;border-left:1px solid #f3f4f6}
.rp-scrape-nav__btn{padding:32px 24px 32px 22px;text-align:left;font-size:1.05rem;font-weight:600;color:#9ca3af;border-left:2px solid transparent;transition:color .15s,border-color .15s;max-width:320px;line-height:1.35}
.rp-scrape-nav__btn:hover{color:#6b7280}
.rp-scrape-nav__btn.is-active{color:#00848e;border-left-color:#00848e}
.rp-scrape-panels{flex:1;min-width:0}
.rp-scrape-panel{display:none;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.04)}
.rp-scrape-panel.is-active{display:block}
.rp-scrape-panel__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px;padding:40px 0 40px 40px}
.rp-scrape-panel__badge{display:inline-block;font-size:.75rem;font-weight:600;color:#00848e;background:#e8f6f8;border-radius:24px;padding:2px 10px;margin-bottom:8px}
.rp-scrape-panel__text{padding-right:24px}
.rp-scrape-panel__text h3{font-size:clamp(1.25rem,2.2vw,1.75rem);font-weight:700;color:#12151a;margin-bottom:20px;line-height:1.3}
.rp-scrape-panel__text p{color:#6b7280;line-height:1.75;font-size:.95rem;max-width:630px}
.rp-scrape-panel__visual{display:flex;align-items:center;justify-content:flex-end;min-height:260px;overflow:hidden;border-radius:24px 0 0 24px}
.rp-scrape-panel__visual img{width:100%;height:100%;max-height:408px;object-fit:scale-down;object-position:right center}
@media(max-width:1024px){
.rp-scrape-layout{flex-direction:column;gap:20px}
.rp-scrape-nav{flex-direction:row;border-left:none;border-bottom:1px solid #f3f4f6;overflow-x:auto;max-width:100%}
.rp-scrape-nav__btn{max-width:none;padding:14px 20px;border-left:none;border-bottom:2px solid transparent;white-space:nowrap;font-size:.9rem}
.rp-scrape-nav__btn.is-active{border-left-color:transparent;border-bottom-color:#00848e}
.rp-scrape-panel__grid{grid-template-columns:1fr;padding:24px 16px}
.rp-scrape-panel__visual{min-height:200px;border-radius:16px;margin-top:8px}
.rp-scrape-panel__visual img{max-height:260px;object-position:center}
}
@media(max-width:640px){
.rp-scrape-head{margin-bottom:32px}
.rp-scrape-panel__text{padding-right:0}
}

/* ── 集成与 API（双卡网格，对齐 rola-ip.co） ── */
.rp-section--integ{background:#fff}
.rp-integ-head{text-align:center;max-width:846px;margin:0 auto 40px}
.rp-integ-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;color:#00848e;background:#e8f6f8;border-radius:24px;padding:4px 12px;margin-bottom:8px}
.rp-integ-head h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#12151a;margin-bottom:24px;letter-spacing:-.02em}
.rp-integ-head p{color:#6b7280;line-height:1.75;font-size:1.05rem}
.rp-integ-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.rp-integ-card{display:flex;flex-direction:column;justify-content:space-between;gap:16px;background:#e8f6f8;border-radius:24px;padding:16px}
@media(min-width:768px){.rp-integ-card{gap:32px;padding:40px}}
.rp-integ-card h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;color:#00848e;margin:0}
.rp-integ-card__img{max-height:320px;width:100%;object-fit:contain;object-position:center;margin:0 auto}
.rp-integ-card__list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}
.rp-integ-card__list li{display:flex;align-items:flex-start;gap:8px;font-size:.95rem;color:#374151;line-height:1.5}
.rp-integ-check{flex-shrink:0;width:24px;height:24px;fill:currentColor;color:#00848e;margin-top:1px}
.rp-btn--integ-outline{display:inline-flex;align-items:center;justify-content:center;max-width:200px;width:100%;padding:12px 16px;font-size:.9rem;font-weight:600;color:#00555e;background:transparent;border:1px solid #00848e;border-radius:8px;transition:box-shadow .15s,background .15s}
.rp-btn--integ-outline:hover{box-shadow:0 0 0 1px #00848e}
.rp-integ-api-code{display:flex;flex-direction:column;gap:0;max-height:320px;margin:0 auto;width:100%;max-width:550px}
.rp-integ-prod-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}
.rp-integ-prod-tab{padding:6px 12px;font-size:.75rem;font-weight:600;color:#6b7280;background:rgba(255,255,255,.5);border-radius:6px;transition:color .15s,background .15s}
.rp-integ-prod-tab.is-active{color:#00848e;background:#fff}
.rp-integ-code-panels{position:relative;min-height:200px}
.rp-integ-code-panel{display:none}
.rp-integ-code-panel.is-active{display:block}
.rp-code-editor--integ{background:#1a2d2f;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}
.rp-code-editor--integ .rp-code-tabs{background:#152426;border-bottom:1px solid rgba(255,255,255,.08);padding:0 8px}
.rp-code-editor--integ .rp-code-tabs button{padding:8px 12px;font-size:.72rem;font-weight:600;color:#9ca3af;border-bottom:2px solid transparent}
.rp-code-editor--integ .rp-code-tabs button.is-active{color:#5eead4;border-bottom-color:#5eead4}
.rp-integ-code-body{position:relative}
.rp-integ-code-block{display:none;padding:16px;min-height:164px;max-height:186px;overflow:auto}
.rp-integ-code-block.is-active{display:block}
.rp-integ-code-block pre{margin:0;font-family:'JetBrains Mono',ui-monospace,monospace;font-size:.72rem;line-height:1.6;color:#e5e7eb;white-space:pre-wrap}
.rp-integ-code-copy{position:absolute;bottom:12px;right:12px;z-index:2;padding:4px 10px;background:#1a2d2f;border:1px solid rgba(94,234,212,.35);border-radius:4px;font-size:.7rem;color:#e5e7eb;cursor:pointer}
.rp-integ-code-copy:hover{background:rgba(94,234,212,.15)}
/* 旧版代码编辑器（子页等复用） */
.rp-code-label{font-size:.72rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;padding:0 4px 8px}
.rp-code-editor{background:#1e1e2e;border-radius:14px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.15)}
.rp-code-tabs{display:flex;flex-wrap:wrap;background:#161622;border-bottom:1px solid #2d2d3d;padding:0 8px}
.rp-code-tabs button{padding:10px 14px;font-size:.78rem;font-weight:600;color:#71717a;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
.rp-code-tabs button.is-active{color:#a78bfa;border-bottom-color:#a78bfa}
.rp-code-block{display:none;padding:20px;position:relative}
.rp-code-block.is-active{display:block}
.rp-code-block pre{margin:0;font-family:'JetBrains Mono',ui-monospace,monospace;font-size:.76rem;line-height:1.65;color:#e4e4e7;white-space:pre-wrap}
.rp-code-copy{position:absolute;top:10px;right:10px;padding:5px 10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:6px;font-size:.7rem;color:#a1a1aa;cursor:pointer}
.rp-code-copy:hover{background:rgba(167,139,250,.2);color:#fff}

/* ── 为业界领先者打造的可靠工具（边框 Tab + 横向功能卡） ── */
.rp-section--leader{background:#f9fafb}
.rp-leader-head{text-align:center;max-width:846px;margin:0 auto 32px}
.rp-leader-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;color:#00848e;background:#e8f6f8;border-radius:24px;padding:4px 12px;margin-bottom:8px}
.rp-leader-head h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#12151a;margin-bottom:24px}
.rp-leader-head p{color:#6b7280;line-height:1.75;font-size:1.05rem}
.rp-leader-tabs{display:flex;flex-direction:column;gap:8px;justify-content:center;margin-bottom:32px}
@media(min-width:640px){.rp-leader-tabs{flex-direction:row}}
.rp-leader-tab{position:relative;padding:12px 24px;font-size:.9rem;font-weight:600;color:#00555e;background:transparent;border:1px solid #00555e;border-radius:32px;opacity:.5;transition:opacity .2s}
.rp-leader-tab:hover{opacity:.65}
.rp-leader-tab.is-active{opacity:1}
.rp-leader-panels{overflow:hidden}
.rp-leader-panel{display:none}
.rp-leader-panel.is-active{display:block}
.rp-leader-cards{display:flex;gap:20px;list-style:none;margin:0;padding:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px}
.rp-leader-card{flex:1 0 220px;scroll-snap-align:center;display:flex;flex-direction:column;gap:24px;padding:20px;border-radius:16px;color:#00555e}
@media(min-width:1024px){.rp-leader-card{padding:40px}}
.rp-leader-card__icon{width:64px;height:64px;border-radius:50%;flex-shrink:0}
.rp-leader-card__body{display:flex;flex-direction:column;gap:8px;flex:1}
.rp-leader-card h3{font-size:1.05rem;font-weight:700;line-height:1.35;margin:0}
.rp-leader-card p{font-size:.9rem;line-height:1.65;color:#374151;margin:0}

/* ── 功能卡片网格（子页等复用） ── */
.rp-feat-panel{display:none;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-feat-panel.is-active{display:grid}
.rp-feat-card{padding:28px;background:#fff;border:1px solid #eaecef;border-radius:14px;transition:box-shadow .2s}
.rp-feat-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.06)}
.rp-feat-card .icon{width:40px;height:40px;border-radius:10px;background:#f5f3ff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:14px;line-height:1}
.rp-feat-icon--ctrl{background:#fef3f0}
.rp-feat-icon--perf{background:#eff6ff}
.rp-feat-icon--flex{background:#f0fdf4}
.rp-feat-icon--excl{background:#fdf4ff}
.rp-feat-icon--speed{background:#eff6ff}
.rp-feat-icon--use{background:#fef3f0}
.rp-feat-icon--net{background:#fdf4ff}
.rp-feat-icon--ai{background:#f5f3ff}
.rp-feat-icon--scale{background:#eff6ff}
.rp-feat-icon--comp{background:#f0fdf4}
.rp-feat-icon--how{background:#f5f3ff}
.rp-feat-icon--why{background:#fef3f0}
.rp-feat-icon--app{background:#eff6ff}
.rp-feat-icon--support{background:#f0fdf4}
.rp-feat-icon--default{background:#f5f3ff}
.rp-feat-card h4{font-size:1rem;font-weight:700;color:#12151a;margin-bottom:8px}
.rp-feat-card p{font-size:.875rem;color:#6b7280;line-height:1.6}

/* ── 企业如何使用（横向轮播） ── */
.rp-section--usecases{background:#fff}
.rp-use-carousel__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.rp-use-carousel__head h2{font-size:clamp(1.35rem,2.5vw,2rem);font-weight:700;color:#12151a}
.rp-use-carousel__nav{display:flex;gap:16px}
.rp-use-carousel__btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #00555e;border-radius:50%;color:#00555e;background:#fff;transition:box-shadow .15s,background .15s}
.rp-use-carousel__btn:hover{box-shadow:0 0 0 1px #00555e}
.rp-use-carousel__btn svg{width:24px;height:24px}
@media(max-width:767px){.rp-use-carousel__btn{width:32px;height:32px}.rp-use-carousel__btn svg{width:16px;height:16px}}
.rp-use-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc(100% - 52px);gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:32px 0;margin:0 -4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.rp-use-carousel::-webkit-scrollbar{display:none}
@media(min-width:640px){.rp-use-carousel{grid-auto-columns:calc(100% / 2.5)}}
.rp-use-carousel__card{scroll-snap-align:start;display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:box-shadow .2s;min-height:100%}
@media(min-width:768px){.rp-use-carousel__card{padding:40px}}
.rp-use-carousel__card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.rp-use-carousel__icon{width:72px;height:72px;object-fit:contain}
.rp-use-carousel__card h3{font-size:clamp(.95rem,1.5vw,1.25rem);font-weight:600;color:#12151a;margin:24px 0 8px;line-height:1.35}
.rp-use-carousel__card p{color:#6b7280;line-height:1.65;font-size:.9rem;margin-bottom:24px;flex:1}
.rp-use-carousel__link{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#00848e;margin-top:auto}
.rp-use-carousel__link svg{width:24px;height:24px}
.rp-use-carousel__foot{text-align:center;margin-top:8px}

/* ── 企业级解决方案（交替图文） ── */
.rp-section--enterprise{background:#fff}
.rp-enterprise-head{text-align:center;max-width:846px;margin:0 auto 40px}
.rp-enterprise-head h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#12151a}
.rp-enterprise-rows{display:flex;flex-direction:column;gap:64px}
@media(min-width:1024px){.rp-enterprise-rows{gap:112px}}
.rp-enterprise-row{display:flex;flex-direction:column;align-items:center;gap:20px}
@media(min-width:1024px){.rp-enterprise-row{flex-direction:row;gap:60px}}
.rp-enterprise-row--reverse{flex-direction:column}
@media(min-width:1024px){.rp-enterprise-row--reverse{flex-direction:row-reverse}}
.rp-enterprise-row__visual{flex:1;width:100%;overflow:hidden;border-radius:16px}
.rp-enterprise-row__visual img{width:100%;max-height:260px;object-fit:contain}
@media(min-width:768px){.rp-enterprise-row__visual img{max-height:400px}}
@media(min-width:1024px){.rp-enterprise-row__visual img{max-height:500px}}
.rp-enterprise-row__text{flex:1;width:100%;min-width:0}
@media(min-width:1280px){.rp-enterprise-row__text{min-width:510px}}
.rp-enterprise-row__icon{width:40px;height:40px;object-fit:contain;margin-bottom:12px;display:none}
@media(min-width:1024px){.rp-enterprise-row__icon{display:block}}
.rp-enterprise-row__text h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;color:#12151a;margin-bottom:20px}
.rp-enterprise-row__text p{color:#6b7280;line-height:1.75;font-size:.95rem;max-width:630px}
.rp-enterprise-cta{text-align:center;margin-top:32px}
@media(min-width:1024px){.rp-enterprise-cta{margin-top:56px}}

/* ── 荣誉认证 ── */
.rp-section--awards{background:#f9fafb}
.rp-awards-head{text-align:center;max-width:846px;margin:0 auto 32px}
.rp-awards-head h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#12151a}
.rp-awards-panel{background:#fff;border-radius:16px;padding:24px 16px;overflow:hidden}
.rp-awards-logos{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:8px;min-height:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.rp-awards-logos::-webkit-scrollbar{display:none}
.rp-awards-logos img{height:56px;width:auto;max-height:56px;flex:0 0 auto;object-fit:contain}
@media(min-width:768px){.rp-awards-logos img{height:72px;max-height:72px}}
@media(min-width:1024px){.rp-awards-logos{justify-content:center;gap:16px}.rp-awards-logos img{height:80px;max-height:80px}}
.rp-awards-cta{text-align:center;margin-top:32px}

/* ── 合规性（左文右图） ── */
.rp-section--compliance{background:#fff}
.rp-compliance-split{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
@media(min-width:1024px){.rp-compliance-split{grid-template-columns:1fr 1.2fr;gap:48px}}
.rp-compliance-text{max-width:522px}
.rp-compliance-text h2{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:#12151a;margin-bottom:24px}
.rp-compliance-text p{color:#374151;line-height:1.75;font-size:.95rem}
.rp-compliance-text a{color:#00848e;text-decoration:underline}
.rp-compliance-banner{width:100%;max-width:100%;border-radius:16px;object-fit:contain;object-position:left}

/* ── 热门代理服务地点 ── */
.rp-section--toploc{background:#fff}
.rp-toploc-head{text-align:center;max-width:846px;margin:0 auto 32px}
.rp-toploc-head h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:#12151a}
.rp-toploc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;margin:0;padding:0}
@media(min-width:768px){.rp-toploc-grid{grid-template-columns:repeat(3,1fr);gap:16px}}
.rp-toploc-card{display:flex;flex-direction:column;align-items:flex-start;gap:16px;height:100%;background:#e8f6f8;border-radius:8px;padding:16px;transition:box-shadow .2s}
@media(min-width:640px){.rp-toploc-card{padding:24px}}
.rp-toploc-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}
.rp-toploc-card__flag{height:30px;width:auto;border-radius:4px;border:1px solid #f3f4f6}
@media(min-width:640px){.rp-toploc-card__flag{height:48px}}
.rp-toploc-card__meta{display:flex;flex-direction:column;gap:4px;max-width:100%}
.rp-toploc-card__name{font-weight:600;color:#00555e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rp-toploc-card__code{font-size:.875rem;font-weight:600;color:#00555e;display:none}
@media(max-width:639px){.rp-toploc-card__name{display:none}.rp-toploc-card__code{display:block}}
.rp-toploc-card__ips{font-size:.75rem;color:#6b7280}
.rp-toploc-cta{text-align:center;margin-top:32px}

/* ── 旧版应用场景网格（子页复用） ── */
.rp-use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.rp-use-item{padding:24px;background:#fff;border:1px solid #eaecef;border-radius:14px;transition:border-color .2s,box-shadow .2s}
.rp-use-item:hover{border-color:#c7d2fe;box-shadow:0 8px 24px rgba(99,102,241,.08)}
.rp-use-item h4{font-size:.95rem;font-weight:700;color:#12151a;margin-bottom:8px}
.rp-use-item p{font-size:.82rem;color:#6b7280;line-height:1.6;margin-bottom:12px}
.rp-use-item a{font-size:.82rem;font-weight:600;color:#6366f1}
.rp-use-item a:hover{color:#4f46e5}

/* ── 企业方案 ── */
.rp-ent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-ent-card{padding:32px;background:#fff;border:1px solid #eaecef;border-radius:16px;text-align:center}
.rp-ent-card h4{font-size:1.05rem;font-weight:700;color:#12151a;margin-bottom:10px}
.rp-ent-card p{font-size:.875rem;color:#6b7280;line-height:1.65}

/* ── 案例滚动 ── */
.rp-cases__scroll{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;-webkit-overflow-scrolling:touch}
.rp-cases__scroll::-webkit-scrollbar{height:5px}
.rp-cases__scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}
.rp-case{flex:0 0 min(400px,88vw);scroll-snap-align:start;padding:32px;background:#fff;border:1px solid #eaecef;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.04)}
.rp-case blockquote{font-size:.92rem;color:#374151;line-height:1.75;font-style:italic;margin-bottom:16px}
.rp-case strong{display:block;font-size:.9rem;color:#12151a}
.rp-case span{font-size:.8rem;color:#9ca3af}
.rp-case__more{display:inline-block;margin-top:12px;font-size:.85rem;font-weight:600;color:#6366f1}

/* ── 奖项 ── */
.rp-awards{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.rp-award{padding:20px 28px;background:#fff;border:1px solid #eaecef;border-radius:12px;text-align:center;min-width:130px}
.rp-award strong{display:block;font-size:.85rem;color:#12151a;margin-bottom:4px}
.rp-award span{font-size:.75rem;color:#9ca3af}

/* ── 合规 ── */
.rp-compliance{max-width:760px;margin:0 auto;padding:40px;background:linear-gradient(135deg,#f5f3ff,#fef3f0);border:1px solid #e9e5ff;border-radius:20px;text-align:center}
.rp-compliance p{color:#374151;line-height:1.75;font-size:1rem}

/* ── 地区 ── */
.rp-loc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.rp-loc{display:flex;align-items:center;gap:14px;padding:18px 20px;background:#fff;border:1px solid #eaecef;border-radius:14px;transition:border-color .2s,transform .2s;text-decoration:none;color:inherit}
.rp-loc:hover{border-color:#c7d2fe;transform:translateY(-2px)}
.rp-loc__flag{width:44px;height:44px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:1.4rem}
.rp-loc strong{display:block;font-size:.9rem;color:#12151a}
.rp-loc span{font-size:.78rem;color:#9ca3af}
.rp-loc-all{text-align:center;margin-top:24px}
.rp-loc-all a{color:#6366f1;font-weight:600;font-size:.9rem}

/* ── 大项目 CTA — 背景与 Hero 一致（深蓝渐变） ── */
.rp-section--big-cta{padding-top:0}
.rp-big-cta{text-align:center;padding:64px 32px;background:linear-gradient(180deg,#004a7c 0%,#001428 85.59%);border-radius:24px;color:#fff;position:relative;overflow:hidden}
.rp-big-cta::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(68.31% 165.9% at 50% -7.39%,#001f3d 20.93%,#003d6b 57.8%,#1a6bb8 74.65%,rgba(26,107,184,0) 100%)}
.rp-big-cta>*{position:relative;z-index:1}
.rp-big-cta h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:12px}
.rp-big-cta p{color:rgba(255,255,255,.75);margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto}
.rp-avatars{display:flex;justify-content:center;align-items:center;margin-bottom:24px}
.rp-avatars img{width:40px;height:40px;border-radius:50%;border:2px solid #001428;margin-left:-12px;object-fit:cover;object-position:center;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.35);display:block}
.rp-avatars img:first-child{margin-left:0}
.rp-big-cta__btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
/* 深色 CTA 内：主按钮保持橙色，次按钮统一白边透明样式 */
.rp-big-cta__btns .rp-btn--ghost,.rp-big-cta__btns .rp-btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55);box-shadow:none}
.rp-big-cta__btns .rp-btn--ghost:hover,.rp-big-cta__btns .rp-btn--outline:hover,.rp-big-cta__btns .rp-btn--on-dark:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}

/* ── 页脚（深色） ── */
.rp-footer{background:#111827;color:#9ca3af;padding:64px 0 32px}
.rp-footer h5{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#f9fafb;margin-bottom:16px}
.rp-footer ul li{margin-bottom:10px}
.rp-footer ul a{font-size:.875rem;color:#9ca3af;transition:color .15s}
.rp-footer ul a:hover{color:#fff}
.rp-footer__grid{display:grid;grid-template-columns:1.6fr repeat(6,1fr);gap:28px;margin-bottom:48px}
.rp-footer__brand p{font-size:.875rem;line-height:1.7;margin-top:16px;max-width:280px}
.rp-footer__emails{display:flex;flex-direction:column;gap:6px;margin-top:16px}
.rp-footer__emails a{font-size:.85rem;color:#9ca3af}
.rp-footer__emails a:hover{color:#fff}
.rp-footer__addr{font-size:.85rem;margin-top:12px;line-height:1.6}
.rp-footer__bar{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #374151;font-size:.8rem;flex-wrap:wrap;gap:12px}
.rp-footer__lang{display:flex;gap:16px}
.rp-footer__lang span{cursor:pointer}
.rp-footer__lang span:hover{color:#fff}

/* ── 子页面通用 ── */
.rp-sub-hero{padding:96px 0 48px;text-align:center;background:linear-gradient(180deg,#fafbff 0%,#fff 100%)}
.rp-sub-hero h1{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#12151a;margin-bottom:12px;letter-spacing:-.02em}
.rp-sub-hero p{color:#6b7280;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}
.rp-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:48px}
.rp-stat-box{padding:24px;background:#fff;border:1px solid #eaecef;border-radius:16px;text-align:center}
.rp-stat-box strong{display:block;font-size:1.8rem;color:#e85525;margin-bottom:4px}
.rp-stat-box span{font-size:.85rem;color:#6b7280}
.rp-about-split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.rp-about-split h2{font-size:1.4rem;font-weight:700;color:#12151a;margin-bottom:16px}
.rp-about-split p{color:#6b7280;line-height:1.8;margin-bottom:12px}
.rp-about-card{padding:32px;background:linear-gradient(135deg,#f5f3ff,#fef3f0);border:1px solid #e9e5ff;border-radius:20px}
.rp-about-card h3{font-size:1.1rem;font-weight:700;color:#12151a;margin-bottom:8px}
.rp-about-card p{color:#6b7280;font-size:.9rem}
.rp-prod-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.rp-prod-card{padding:28px;background:#fff;border:1px solid #eaecef;border-radius:16px;transition:box-shadow .2s}
.rp-prod-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.06)}
.rp-prod-card .icon{font-size:2rem;margin-bottom:12px}
.rp-prod-card h3{margin-bottom:8px;font-size:1.05rem;font-weight:700;color:#12151a}
.rp-prod-card p{color:#6b7280;font-size:.9rem;line-height:1.6;margin-bottom:16px}
.rp-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-blog-card{background:#fff;border:1px solid #eaecef;border-radius:16px;overflow:hidden;transition:box-shadow .2s}
.rp-blog-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.rp-blog-card__body{padding:24px}
.rp-blog-card h3{font-size:1rem;font-weight:700;color:#12151a;margin-bottom:8px;line-height:1.4}
.rp-blog-card p{font-size:.85rem;color:#6b7280;line-height:1.6}
.rp-blog-card a.rp-link{font-size:.85rem;font-weight:600;color:#6366f1;margin-top:12px;display:inline-block}
/* 产品页 / 首页底部博客推荐 */
.rp-body--product .rp-prod-page-blog .rp-prod-page-blog__more,
.rp-body--home .rp-prod-page-blog .rp-prod-page-blog__more{text-align:center;margin-top:28px}
@media(max-width:900px){.rp-stat-grid,.rp-about-split,.rp-prod-grid,.rp-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.rp-stat-grid,.rp-about-split,.rp-prod-grid,.rp-blog-grid{grid-template-columns:1fr}}

/* ── 产品/子页专用 ── */
.rp-bc{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#9ca3af;margin-bottom:20px;flex-wrap:wrap}
.rp-bc a{color:#6366f1}.rp-bc a:hover{text-decoration:underline}
.rp-prod-hero{padding:48px 0 56px;background:linear-gradient(180deg,#fafbff,#fff);border-bottom:1px solid #f3f4f6}
.rp-prod-hero h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#12151a;margin-bottom:16px;letter-spacing:-.02em}
.rp-prod-hero .lead{font-size:1.05rem;color:#6b7280;line-height:1.7;max-width:720px;margin-bottom:20px}
.rp-prod-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 24px;margin-bottom:28px;max-width:640px}
.rp-prod-checks li{font-size:.875rem;color:#374151;display:flex;gap:8px;align-items:flex-start}
.rp-prod-checks li::before{content:'✓';color:#16a34a;font-weight:700;flex-shrink:0}
.rp-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.rp-price-card{padding:28px 20px;background:#fff;border:1px solid #eaecef;border-radius:16px;text-align:center;position:relative;transition:box-shadow .2s}
.rp-price-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.06)}
.rp-price-card.is-pop{border-color:#e85525;box-shadow:0 0 0 1px rgba(232,85,37,.15)}
.rp-price-card__term{font-size:.78rem;font-weight:700;text-transform:uppercase;color:#9ca3af;margin-bottom:8px}
.rp-price-card__price{font-size:1.5rem;font-weight:800;color:#e85525;margin-bottom:8px}
.rp-price-card__desc{font-size:.82rem;color:#6b7280;line-height:1.5;margin-bottom:16px;min-height:40px}
.rp-enterprise-note{text-align:center;margin-top:24px;font-size:.9rem;color:#6b7280}
.rp-enterprise-note a{color:#6366f1;font-weight:600}
.rp-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.rp-why-block{padding:32px;background:#fff;border:1px solid #eaecef;border-radius:16px}
.rp-why-block h3{font-size:1.1rem;font-weight:700;margin-bottom:12px;color:#12151a}
.rp-why-block p{color:#6b7280;line-height:1.7;margin-bottom:12px}
.rp-why-block ul{margin-bottom:16px}
.rp-why-block li{font-size:.875rem;color:#374151;padding:4px 0;display:flex;gap:8px}
.rp-why-block li::before{content:'•';color:#e85525}
.rp-faq-list{max-width:800px;margin:0 auto}
.rp-faq-item{padding:24px 0;border-bottom:1px solid #eaecef}
.rp-faq-item h4{font-size:1rem;font-weight:700;color:#12151a;margin-bottom:8px}
.rp-faq-item p{font-size:.9rem;color:#6b7280;line-height:1.7}
.rp-content-block{margin-bottom:32px}
.rp-content-block h2,.rp-content-block h3{font-size:1.25rem;font-weight:700;color:#12151a;margin-bottom:12px}
.rp-content-block p{color:#6b7280;line-height:1.8;margin-bottom:12px}
.rp-content-block ul{margin-top:8px}
.rp-content-block li{font-size:.9rem;color:#374151;padding:4px 0;display:flex;gap:8px}
.rp-content-block li::before{content:'•';color:#6366f1}
.rp-stat-metrics{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.rp-stat-metric{padding:20px;background:#fff;border:1px solid #eaecef;border-radius:14px;text-align:center}
.rp-stat-metric strong{display:block;font-size:1.4rem;color:#e85525;margin-bottom:4px}
.rp-stat-metric span{font-size:.78rem;color:#6b7280}
.rp-compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-compare-col{padding:24px;background:#fff;border:1px solid #eaecef;border-radius:14px}
.rp-compare-col h4{font-weight:700;margin-bottom:12px;color:#12151a}
.rp-compare-col li{font-size:.85rem;color:#6b7280;padding:4px 0}
.rp-link{font-size:.85rem;font-weight:600;color:#6366f1}
/* ── 场景页产品推荐卡片 ── */
.rp-uc-prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.rp-uc-prod{padding:24px 20px;background:#fff;border:1px solid #eaecef;border-radius:16px;position:relative}
.rp-uc-prod.is-pop{border-color:#e85525;box-shadow:0 0 0 1px rgba(232,85,37,.12)}
.rp-uc-prod h3{font-size:1rem;font-weight:700;margin:8px 0 6px;color:#12151a}
.rp-uc-prod__price{font-size:1.25rem;font-weight:800;color:#e85525;margin-bottom:12px}
.rp-uc-prod ul{margin-bottom:16px}
.rp-uc-prod li{font-size:.8rem;color:#6b7280;padding:3px 0;display:flex;gap:6px}
.rp-uc-prod li::before{content:'✓';color:#16a34a;font-weight:700;flex-shrink:0}
/* ── 客户评价 ── */
.rp-reviews-scroll{display:flex;gap:20px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}
.rp-review-card{flex:0 0 min(340px,85vw);scroll-snap-align:start;padding:28px;background:#fff;border:1px solid #eaecef;border-radius:16px}
.rp-review-card__text{font-size:.95rem;color:#374151;line-height:1.75;margin-bottom:16px;font-style:italic}
.rp-review-card strong{display:block;font-size:.9rem;color:#12151a}
.rp-review-card span{font-size:.8rem;color:#9ca3af}
/* ── 集成页分类标签 ── */
.rp-integ-cats{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.rp-integ-tag{display:inline-block;padding:6px 14px;font-size:.78rem;font-weight:600;color:#6366f1;background:#eef2ff;border-radius:999px}
.rp-integ-tag--sm{font-size:.7rem;padding:3px 10px;margin-bottom:8px}
/* ── 案例研究页 ── */
.rp-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.rp-case-card{padding:28px;background:#fff;border:1px solid #eaecef;border-radius:16px}
.rp-case-card h3{font-size:1.1rem;font-weight:700;color:#12151a;margin-bottom:10px}
.rp-case-card p{font-size:.875rem;color:#6b7280;line-height:1.7;margin-bottom:16px}
.rp-case-card blockquote{font-size:.9rem;color:#374151;font-style:italic;line-height:1.7;padding:16px;background:#f9fafb;border-radius:10px;border-left:3px solid #e85525;margin-bottom:12px}
.rp-case-card__author strong{display:block;font-size:.85rem;color:#12151a}
.rp-case-card__author span{font-size:.78rem;color:#9ca3af}
/* ── 关于我们团队 ── */
.rp-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-team-card{padding:24px;background:#fff;border:1px solid #eaecef;border-radius:14px;text-align:center}
.rp-team-card__avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#e85525);color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.rp-team-card strong{display:block;font-size:.9rem;color:#12151a;margin-bottom:4px}
.rp-team-card span{font-size:.78rem;color:#6b7280}
.rp-ceo-quote{max-width:720px;margin:0 auto;text-align:center;padding:40px;background:#fff;border:1px solid #eaecef;border-radius:20px}
.rp-ceo-quote blockquote{font-size:1.1rem;color:#374151;line-height:1.8;font-style:italic;margin-bottom:16px}
.rp-ceo-quote strong{display:block;font-size:.95rem;color:#12151a}
.rp-ceo-quote span{font-size:.82rem;color:#9ca3af}
@media(max-width:900px){.rp-case-grid,.rp-team-grid{grid-template-columns:1fr}}
@media(max-width:900px){.rp-price-grid,.rp-why-grid,.rp-stat-metrics,.rp-compare-grid,.rp-uc-prod-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.rp-prod-checks,.rp-price-grid,.rp-why-grid,.rp-stat-metrics,.rp-compare-grid,.rp-uc-prod-grid{grid-template-columns:1fr}}

/* ── Sticky 购买条 ── */
.rp-sticky{position:fixed;bottom:0;left:0;right:0;z-index:999;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-top:1px solid #eaecef;padding:12px 24px;transform:translateY(100%);transition:transform .3s;box-shadow:0 -4px 20px rgba(0,0,0,.08)}
.rp-sticky.is-visible{transform:translateY(0)}
.rp-sticky__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}
.rp-sticky__text{font-size:.9rem;color:#6b7280}
.rp-sticky__text strong{color:#12151a}

/* ── 滚动渐入 ── */
.rp-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.rp-reveal.is-visible{opacity:1;transform:translateY(0)}

/* ── 响应式 ── */
@media(max-width:1100px){.rp-footer__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){
.rp-integ-grid,.rp-ent-grid,.rp-use-grid,.rp-feat-panel.is-active{grid-template-columns:1fr}
.rp-loc-grid{grid-template-columns:repeat(2,1fr)}
.rp-footer__grid{grid-template-columns:repeat(2,1fr)}
.rp-dropdown--wide{min-width:280px;grid-template-columns:1fr}
}
@media(max-width:768px){
.rp-nav{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:#fff;flex-direction:column;padding:20px;overflow-y:auto;align-items:stretch;border-top:1px solid #eaecef}
.rp-nav.open{display:flex}
.rp-nav>li>button,.rp-nav>li>a{width:100%;justify-content:space-between}
.rp-dropdown{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;display:none;box-shadow:none;border:none;padding:0 0 0 12px;min-width:100%}
.rp-dropdown--mega{position:static;border-top:none}
.rp-dropdown--mega::before{display:none}
.rp-nav>li[data-mega].is-open::after{display:none}
.rp-dropdown--mega__panel{padding:0 0 12px}
.rp-dropdown--mega__inner{flex-direction:column;align-items:stretch}
.rp-dropdown__grid,.rp-dropdown__list{width:100%}
.rp-dropdown__grid>li,.rp-dropdown__list>li{width:100%}
.rp-dropdown__section--border{border-left:none;padding-left:12px;border-top:1px solid #eaecef;padding-top:16px;margin-top:8px}
.rp-nav>li.is-open .rp-dropdown{display:block}
.rp-toggle{display:flex}
.rp-header__actions .rp-link-login{display:none}
.rp-loc-grid{grid-template-columns:1fr}
.rp-footer__grid{grid-template-columns:1fr}
.rp-sticky__inner{flex-direction:column;text-align:center;gap:10px}
}
@media(prefers-reduced-motion:reduce){.rp-hero-home__marquee-track{animation-duration:60s}.rp-trust__track{animation-duration:55s}.rp-reveal{animation:none;opacity:1;transform:none}}

/* ── 住宅代理等产品页（rola-ip.co 子页视觉） ── */
/* Hero — 浅蓝斜向渐变（与首页深蓝主题一致） */
.rp-body--product .rp-prod-page-hero{
  position:relative;padding:32px 0 48px;overflow:hidden;
  background:linear-gradient(156.39deg,#e8f2fc 15.21%,rgba(232,242,252,0) 126.67%);
  border-bottom:1px solid rgba(59,130,246,.12);
}
.rp-body--product .rp-prod-page-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.rp-prod-page-hero__grid--media-left .rp-prod-page-hero__content{order:2}
.rp-prod-page-hero__grid--media-left .rp-prod-page-hero__media{order:1}
.rp-body--product .rp-prod-page-hero__bc{margin-bottom:20px}
.rp-body--product .rp-prod-page-hero__g2{margin-bottom:20px}
.rp-body--product .rp-prod-page-hero__g2 svg{width:132px;height:auto}
.rp-body--product .rp-prod-page-hero h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#12151a;margin-bottom:16px;letter-spacing:-.02em;line-height:1.15}
.rp-body--product .rp-prod-page-hero .lead{font-size:1.05rem;color:#6b7280;line-height:1.7;margin-bottom:20px}
.rp-body--product .rp-prod-page-hero__checks{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.rp-body--product .rp-prod-page-hero__checks li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#374151}
.rp-body--product .rp-prod-page__check{width:20px;height:20px;flex-shrink:0;color:#2b7cb8;margin-top:2px}
.rp-body--product .rp-prod-page-hero__cta{display:flex;flex-wrap:wrap;gap:12px}
.rp-body--product .rp-prod-page-hero__media img{width:100%;max-width:520px;margin:0 auto;border-radius:12px}
.rp-body--product .rp-btn--ip-outline{display:inline-flex;background:transparent;color:#0a2540;border:2px solid #5ba4e8;border-radius:8px;padding:12px 24px;font-weight:600}
.rp-body--product .rp-btn--ip-outline:hover{background:rgba(59,130,246,.08)}
.rp-body--product .rp-prod-page-hero__cta .rp-btn--ip-accent,
.rp-body--product .rp-prod-page-hero__cta .rp-btn--ip-outline,
.rp-body--product .rp-prod-page-hero__cta .rp-btn--ip-ghost,
.rp-body--product .rp-prod-price .rp-btn--ip-accent{display:inline-flex!important}
.rp-body--product .rp-prod-page-hero__cta .rp-btn--ip-ghost{color:#0a2540;border:1px solid #5ba4e8;background:transparent;border-radius:8px;padding:12px 24px}
.rp-body--product .rp-prod-page-hero__cta .rp-btn--ip-ghost:hover{background:rgba(59,130,246,.08)}

/* 区块背景 — 对齐 rola-ip block-bg-tint-brand / background-gradient，替代单调纯白/灰底 */
.rp-body--product .rp-section--toploc{background:linear-gradient(180deg,#fff 0%,#f4f8fc 100%)}
.rp-body--product .rp-prod-page-pricing{
  padding:64px 0;
  background-color:#fff;
  background-image:linear-gradient(180deg,#e8f2fc 0%,rgba(232,242,252,0) 52%);
}
.rp-body--product .rp-prod-page-why{background:#fff}
.rp-body--product .rp-prod-page-trust:not(.rp-section--alt){background:linear-gradient(156deg,rgba(232,242,252,.55) 15%,#fff 65%)}
.rp-body--product .rp-prod-page-social{background:linear-gradient(180deg,#fff 0%,#e8f0fb 100%)}
.rp-body--product .rp-prod-page-integ{background:linear-gradient(180deg,#f0f6ff 0%,#fff 100%)}
.rp-body--product .rp-prod-page-team{background:#fff}
/* 覆盖全局 .rp-section--alt 灰底，改用品牌浅蓝 tint 渐变 */
.rp-body--product .rp-section--alt{
  background-color:#fff;
  background-image:linear-gradient(180deg,#e8f2fc 0%,rgba(232,242,252,0) 48%);
}

.rp-body--product .rp-prod-section-head{text-align:center;max-width:720px;margin:0 auto 40px}
.rp-body--product .rp-prod-section-head h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#12151a;margin-bottom:12px}
.rp-body--product .rp-prod-section-head p{color:#6b7280;font-size:1rem;line-height:1.65}

.rp-body--product .rp-prod-price-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}
.rp-body--product .rp-prod-price{background:#fff;border:1px solid #eaecef;border-radius:16px;padding:28px 24px;text-align:center;position:relative;transition:box-shadow .2s}
.rp-body--product .rp-prod-price.is-pop{
  border-color:#5ba4e8;box-shadow:0 8px 32px rgba(26,107,184,.12);
  background:linear-gradient(180deg,#e8f2fc 0%,#fff 42%);
}
.rp-body--product .rp-prod-price__badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:#5ba4e8;color:#0a2540;font-size:.7rem;font-weight:700;padding:4px 12px;border-radius:999px;white-space:nowrap}
.rp-body--product .rp-prod-price__term{font-size:.85rem;color:#6b7280;margin-bottom:8px}
.rp-body--product .rp-prod-price__amount{margin-bottom:12px}
.rp-body--product .rp-prod-price__val{font-size:1.75rem;font-weight:800;color:#12151a}
.rp-body--product .rp-prod-price__unit{font-size:.9rem;color:#6b7280;margin-left:2px}
.rp-body--product .rp-prod-price__desc{font-size:.85rem;color:#6b7280;margin-bottom:20px;line-height:1.5;min-height:2.5em}
.rp-body--product .rp-prod-price-hl-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.rp-body--product .rp-prod-price-hl{display:flex;gap:20px;align-items:center;background:#f9fafb;border:1px solid #eaecef;border-radius:16px;padding:24px}
.rp-body--product .rp-prod-price-hl img{width:140px;flex-shrink:0;border-radius:10px}
.rp-body--product .rp-prod-price-hl h3{font-size:1.05rem;font-weight:700;margin-bottom:8px;color:#12151a}
.rp-body--product .rp-prod-price-hl p{font-size:.875rem;color:#6b7280;line-height:1.55}

.rp-body--product .rp-prod-feat-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:32px;flex-wrap:wrap}
.rp-body--product .rp-prod-feat-tabs button{padding:10px 24px;border-radius:999px;font-size:.875rem;font-weight:600;color:#374151;background:#f3f4f6;border:1px solid transparent;transition:all .15s}
.rp-body--product .rp-prod-feat-tabs button.is-active{background:#0a2540;color:#fff;border-color:#0a2540}
.rp-body--product .rp-prod-feat-panel{display:none;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-body--product .rp-prod-feat-panel.is-active{display:grid}
.rp-body--product .rp-prod-feat-card{background:#fff;border:1px solid #eaecef;border-radius:16px;padding:24px;text-align:center}
.rp-body--product .rp-prod-feat-card img{width:100%;max-width:160px;margin:0 auto 16px;object-fit:contain}
.rp-body--product .rp-prod-feat-panel--round .rp-prod-feat-card img{width:72px;height:72px;max-width:72px;border-radius:50%}
.rp-body--product .rp-prod-price-hl-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.rp-body--product .rp-prod-price-hl-row--triple{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){
.rp-body--product .rp-prod-price-hl-row,.rp-body--product .rp-prod-price-hl-row--triple{grid-template-columns:1fr}
}
.rp-body--product .rp-prod-feat-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px;color:#12151a}
.rp-body--product .rp-prod-feat-card p{font-size:.85rem;color:#6b7280;line-height:1.55}

/* 数据中心页 — 左侧竖向 Tab + 右侧内容大卡（对齐 rola-ip） */
.rp-body--product .rp-prod-page-features--vertical{padding:64px 0}
.rp-body--product .rp-prod-page-features--vertical .rp-prod-section-head{margin-bottom:28px}
.rp-body--product .rp-prod-page-features--vertical .rp-prod-section-head h2{font-size:clamp(1.65rem,3.2vw,2.15rem)}
.rp-body--product .rp-prod-page-features--vertical .rp-prod-section-head p{font-size:1.05rem;line-height:1.65}
.rp-body--product .rp-prod-feat-vlayout{display:grid;grid-template-columns:200px 1fr;gap:28px;align-items:stretch}
.rp-body--product .rp-prod-feat-vnav{display:flex;flex-direction:column;gap:2px;padding-top:8px}
.rp-body--product .rp-prod-feat-vnav button{display:block;width:100%;text-align:left;padding:16px 16px 16px 14px;font-size:1.05rem;font-weight:500;color:#6b7280;background:transparent;border:none;border-left:3px solid transparent;border-radius:0;transition:color .15s,border-color .15s,font-weight .15s}
.rp-body--product .rp-prod-feat-vnav button.is-active{color:#12151a;font-weight:700;border-left-color:#2b7cb8}
.rp-body--product .rp-prod-feat-vnav button:hover:not(.is-active){color:#374151}
.rp-body--product .rp-prod-feat-vpanels{min-width:0;display:flex;flex-direction:column}
.rp-body--product .rp-prod-feat-vpanel{display:none;flex:1}
.rp-body--product .rp-prod-feat-vpanel.is-active{display:flex}
.rp-body--product .rp-prod-feat-vcard{display:grid;grid-template-columns:1fr 1.05fr;gap:28px;align-items:center;width:100%;background:#fff;border:1px solid #eaecef;border-radius:20px;padding:32px 36px;box-shadow:0 4px 24px rgba(0,0,0,.06);min-height:340px}
.rp-body--product .rp-prod-feat-vbadge{display:inline-block;background:#e8f2fc;color:#0a2540;font-size:.85rem;font-weight:700;padding:7px 16px;border-radius:8px;margin-bottom:14px}
.rp-body--product .rp-prod-feat-vcard__text h3{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;color:#12151a;margin-bottom:14px;line-height:1.2}
.rp-body--product .rp-prod-feat-vcard__text p{font-size:1.05rem;color:#6b7280;line-height:1.65;margin:0}
.rp-body--product .rp-prod-feat-vcard__media{display:flex;align-items:center;justify-content:center;min-height:300px}
.rp-body--product .rp-prod-feat-vcard__media img{width:100%;max-width:520px;max-height:none;height:auto;min-height:260px;object-fit:contain}

.rp-body--product .rp-prod-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:56px}
.rp-body--product .rp-prod-split:last-child{margin-bottom:0}
.rp-body--product .rp-prod-split--reverse .rp-prod-split__text{order:2}
.rp-body--product .rp-prod-split--reverse .rp-prod-split__media{order:1}
.rp-body--product .rp-prod-split__text h2{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;margin-bottom:16px;color:#12151a}
.rp-body--product .rp-prod-split__text p{color:#6b7280;line-height:1.7;margin-bottom:16px}
.rp-body--product .rp-prod-split__text ul{margin-bottom:20px}
.rp-body--product .rp-prod-split__text li{font-size:.9rem;color:#374151;padding:4px 0;padding-left:18px;position:relative}
.rp-body--product .rp-prod-split__text li::before{content:'•';position:absolute;left:0;color:#5ba4e8;font-weight:700}
.rp-body--product .rp-prod-split__media{display:flex;align-items:center;justify-content:center}
.rp-body--product .rp-prod-split__media img{width:100%;max-width:630px;max-height:400px;object-fit:contain;border-radius:12px}
.rp-body--product .rp-prod-split__code .rp-code-editor{max-width:100%;width:100%}
.rp-body--product .rp-prod-why-cards{display:flex;flex-direction:column;gap:12px;margin:20px 0}
.rp-body--product .rp-prod-why-card{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#e8f2fc;border-radius:16px}
.rp-body--product .rp-prod-why-card img{width:72px;height:72px;flex-shrink:0;object-fit:contain}
.rp-body--product .rp-prod-why-card strong{display:block;font-size:.9rem;font-weight:700;color:#12151a;margin-bottom:4px}
.rp-body--product .rp-prod-why-card p{font-size:.85rem;color:#6b7280;line-height:1.5;margin:0}
.rp-body--product .rp-prod-why-bullets{display:flex;flex-direction:column;gap:10px;margin:16px 0 20px}
.rp-body--product .rp-prod-why-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#374151}

.rp-body--product .rp-prod-trust{max-width:800px;margin:0 auto;text-align:center}
.rp-body--product .rp-prod-trust h2{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;margin-bottom:16px}
.rp-body--product .rp-prod-trust p{color:#6b7280;line-height:1.75;font-size:1rem}

/* 媒体评价轮播 — 深蓝面板；区块底用浅蓝 tint 渐变 */
.rp-body--product .rp-prod-page-trust{padding:64px 0}
.rp-body--product .rp-prod-trust-head{text-align:center;max-width:760px;margin:0 auto 32px}
.rp-body--product .rp-prod-trust-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;color:#2b7cb8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
.rp-body--product .rp-prod-trust-head h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#12151a;margin-bottom:14px}
.rp-body--product .rp-prod-trust-head p{font-size:1.05rem;color:#6b7280;line-height:1.7}
.rp-body--product .rp-prod-trust-panel{background:linear-gradient(135deg,#001f3d 0%,#004a7c 100%);border-radius:20px;padding:40px 36px 28px;color:#fff;box-shadow:0 12px 40px rgba(0,26,51,.18)}
.rp-body--product .rp-prod-trust-slides{position:relative;min-height:180px}
.rp-body--product .rp-prod-trust-slide{display:none;text-align:center;max-width:720px;margin:0 auto}
.rp-body--product .rp-prod-trust-slide.is-active{display:block}
.rp-body--product .rp-prod-trust-slide__logo{height:32px;width:auto;margin:0 auto 24px;filter:brightness(0) invert(1);opacity:.95}
.rp-body--product .rp-prod-trust-slide__source{display:block;font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5ba4e8;margin-bottom:20px}
.rp-body--product .rp-prod-trust-slide blockquote{margin:0}
.rp-body--product .rp-prod-trust-slide blockquote p{font-size:1.05rem;line-height:1.75;color:rgba(255,255,255,.92);font-style:italic}
.rp-body--product .rp-prod-trust-nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:28px}
.rp-body--product .rp-prod-trust-nav__btn{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;font-size:1.5rem;line-height:1;transition:background .15s,border-color .15s}
.rp-body--product .rp-prod-trust-nav__btn:hover{background:rgba(255,255,255,.12);border-color:#5ba4e8}
.rp-body--product .rp-prod-trust-nav span{font-size:.9rem;color:rgba(255,255,255,.75);min-width:48px;text-align:center}

/* 客户证言 — 浅蓝背景区 */
.rp-body--product .rp-prod-page-reviews{padding:64px 0;background:linear-gradient(180deg,#e8f0fb 0%,#f0f6ff 100%)}
.rp-body--product .rp-prod-reviews-head{text-align:center;margin-bottom:28px}
.rp-body--product .rp-prod-reviews-head h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#12151a}
.rp-body--product .rp-prod-reviews-panel{position:relative}
.rp-body--product .rp-prod-reviews-row{display:grid;grid-auto-flow:column;grid-auto-columns:min(360px,calc(100% - 48px));gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 4px 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.rp-body--product .rp-prod-reviews-row::-webkit-scrollbar{display:none}
@media(min-width:1024px){.rp-body--product .rp-prod-reviews-row{grid-auto-columns:calc((100% - 40px) / 3)}}
.rp-body--product .rp-prod-review-card{scroll-snap-align:start;background:#fff;border:1px solid rgba(59,130,246,.25);border-left:4px solid #5ba4e8;border-radius:16px;padding:28px 24px;box-shadow:0 4px 20px rgba(26,107,184,.08)}
.rp-body--product .rp-prod-review-stars{display:block;margin-bottom:16px}
.rp-body--product .rp-prod-review-card__text{font-size:.95rem;color:#374151;line-height:1.7;margin-bottom:20px}
.rp-body--product .rp-prod-review-card__author{display:flex;align-items:center;gap:12px}
.rp-body--product .rp-prod-review-card__avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#5ba4e8,#2b7cb8);color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rp-body--product .rp-prod-review-card__avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(59,130,246,.35)}
.rp-body--product .rp-prod-review-card__author strong{display:block;font-size:.95rem;color:#12151a}
.rp-body--product .rp-prod-review-card__author span{font-size:.8rem;color:#6b7280}
.rp-body--product .rp-prod-reviews-nav{display:flex;justify-content:center;gap:12px;margin-top:8px}
.rp-body--product .rp-prod-reviews-nav__btn{width:44px;height:44px;border-radius:50%;border:1px solid #2b7cb8;background:#fff;color:#2b7cb8;font-size:1.4rem;line-height:1;transition:background .15s,color .15s}
.rp-body--product .rp-prod-reviews-nav__btn:hover{background:#2b7cb8;color:#fff}

.rp-body--product .rp-prod-social-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;padding:16px 0}
.rp-body--product .rp-prod-social-logos img{height:28px;width:auto;opacity:.85}

.rp-body--product .rp-prod-page-api__list{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}
.rp-body--product .rp-prod-page-api__list li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#374151}

.rp-body--product .rp-prod-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rp-body--product .rp-prod-team-card{text-align:center}
.rp-body--product .rp-prod-team-card img{width:96px;height:96px;border-radius:50%;object-fit:cover;margin:0 auto 12px}
.rp-body--product .rp-prod-team-card strong{display:block;font-size:.95rem;color:#12151a;margin-bottom:4px}
.rp-body--product .rp-prod-team-card span{font-size:.8rem;color:#6b7280}

.rp-body--product .rp-prod-uc-row{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}
.rp-body--product .rp-prod-uc-card{flex:0 0 min(320px,85vw);scroll-snap-align:start;background:#fff;border:1px solid #eaecef;border-radius:16px;padding:24px;transition:box-shadow .2s}
.rp-body--product .rp-prod-uc-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.rp-body--product .rp-prod-uc-card img{width:100%;max-height:120px;object-fit:contain;margin-bottom:16px}
.rp-body--product .rp-prod-uc-card h3{font-size:1rem;font-weight:700;margin-bottom:8px;color:#12151a}
.rp-body--product .rp-prod-uc-card p{font-size:.85rem;color:#6b7280;line-height:1.55;margin-bottom:12px}
.rp-body--product .rp-prod-uc-card__link{font-size:.85rem;font-weight:600;color:#2b7cb8}
.rp-body--product .rp-prod-uc-foot{text-align:center;margin-top:28px}

.rp-body--product .rp-prod-integ-banner{text-align:center}
.rp-body--product .rp-prod-integ-banner img{width:100%;max-width:900px;margin:0 auto 24px;border-radius:12px}

.rp-body--product .rp-prod-faq-list{max-width:800px;margin:0 auto}
.rp-body--product .rp-prod-faq-item{border-bottom:1px solid #eaecef}
.rp-body--product .rp-prod-faq-item__q{width:100%;text-align:left;padding:20px 36px 20px 0;font-size:1rem;font-weight:600;color:#12151a;position:relative;background:none}
.rp-body--product .rp-prod-faq-item__q::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.25rem;color:#2b7cb8;font-weight:400}
.rp-body--product .rp-prod-faq-item.is-open .rp-prod-faq-item__q::after{content:'−'}
.rp-body--product .rp-prod-faq-item__a{max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s}
.rp-body--product .rp-prod-faq-item.is-open .rp-prod-faq-item__a{max-height:200px;padding-bottom:20px}
.rp-body--product .rp-prod-faq-item__a p{font-size:.9rem;color:#6b7280;line-height:1.65}

.rp-body--product .rp-prod-price-row--3{grid-template-columns:repeat(3,1fr)}
.rp-body--product .rp-prod-pricing-foot{text-align:center;margin-top:32px}
.rp-body--product .rp-prod-pricing-foot p{color:#6b7280;margin-bottom:16px;font-size:.95rem}

.rp-body--product .rp-prod-perf-badge{text-align:center;margin-bottom:24px}
.rp-body--product .rp-prod-perf-badge span{display:inline-block;background:#e8f2fc;color:#0a2540;font-size:.8rem;font-weight:700;padding:8px 16px;border-radius:999px}
.rp-body--product .rp-prod-perf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rp-body--product .rp-prod-perf-card{background:#fff;border:1px solid #eaecef;border-radius:16px;padding:28px 20px;text-align:center}
.rp-body--product .rp-prod-perf-card img{margin:0 auto 12px;object-fit:contain}
.rp-body--product .rp-prod-perf-card__label{font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}
.rp-body--product .rp-prod-perf-card__val{display:block;font-size:1.75rem;font-weight:800;color:#12151a;margin-bottom:6px}
.rp-body--product .rp-prod-perf-card__sub{font-size:.85rem;color:#6b7280;line-height:1.4}

.rp-body--product .rp-prod-feat-panel--single.is-active{grid-template-columns:1fr;max-width:420px;margin:0 auto}

.rp-body--product .rp-prod-compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rp-body--product .rp-prod-compare-col{background:#fff;border:1px solid #eaecef;border-radius:16px;padding:28px 24px;text-align:center}
.rp-body--product .rp-prod-compare-col img{margin:0 auto 16px;object-fit:contain}
.rp-body--product .rp-prod-compare-col h3{font-size:1.05rem;font-weight:700;margin-bottom:16px;color:#12151a}
.rp-body--product .rp-prod-compare-col ul{display:flex;flex-direction:column;gap:10px;text-align:left}
.rp-body--product .rp-prod-compare-col li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:#374151}

/* 移动页 — 竞品对比表（rola-ip 整列青色边框高亮） */
.rp-body--product .rp-prod-page-cmp{padding:64px 0}
.rp-body--product .rp-prod-page-cmp .rp-prod-section-head{margin-bottom:32px;max-width:860px}
.rp-body--product .rp-prod-page-cmp .rp-prod-section-head h2{font-size:clamp(1.65rem,3vw,2.15rem)}
.rp-body--product .rp-prod-page-cmp .rp-prod-section-head p{font-size:1.05rem;line-height:1.7}
.rp-body--product .rp-prod-cmp-table-wrap{width:100%;max-width:960px;margin:0 auto}
.rp-body--product .rp-prod-cmp-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.rp-body--product .rp-prod-cmp-table th,.rp-body--product .rp-prod-cmp-table td{padding:22px 28px;font-size:1.05rem;line-height:1.45;vertical-align:middle}
.rp-body--product .rp-prod-cmp-table__corner{text-align:left;font-weight:700;color:#12151a;background:#fff;border-bottom:1px solid #eef0f2}
.rp-body--product .rp-prod-cmp-table tbody th{text-align:left;font-weight:600;color:#12151a;background:#fff;border-bottom:1px solid #eef0f2;width:30%}
.rp-body--product .rp-prod-cmp-table__us{text-align:center;font-weight:700;color:#12151a;background:#f0f6ff;border-left:2px solid #5ba4e8;border-right:2px solid #5ba4e8}
.rp-body--product .rp-prod-cmp-table thead .rp-prod-cmp-table__us{border-top:2px solid #5ba4e8;border-bottom:1px solid #d4e4f7;font-size:1.15rem;padding-top:26px;padding-bottom:26px}
.rp-body--product .rp-prod-cmp-table tbody .rp-prod-cmp-table__us{border-bottom:1px solid #d4e4f7}
.rp-body--product .rp-prod-cmp-table tbody tr:last-child .rp-prod-cmp-table__us{border-bottom:2px solid #5ba4e8;padding-bottom:26px}
.rp-body--product .rp-prod-cmp-table__them{text-align:center;font-weight:500;color:#6b7280;background:#fff;border-bottom:1px solid #eef0f2}
.rp-body--product .rp-prod-cmp-table thead .rp-prod-cmp-table__them{font-weight:700;color:#12151a;font-size:1.1rem;border-bottom:1px solid #eef0f2}
.rp-body--product .rp-prod-cmp-table tbody tr:last-child th,.rp-body--product .rp-prod-cmp-table tbody tr:last-child .rp-prod-cmp-table__them{border-bottom:none}

@media(max-width:900px){
.rp-body--product .rp-prod-cmp-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.rp-body--product .rp-prod-cmp-table{min-width:640px}
.rp-body--product .rp-prod-cmp-table th,.rp-body--product .rp-prod-cmp-table td{padding:18px 20px;font-size:.95rem}
.rp-body--product .rp-prod-price-row--3{grid-template-columns:1fr}
.rp-body--product .rp-prod-perf-grid{grid-template-columns:repeat(2,1fr)}
.rp-body--product .rp-prod-compare-grid{grid-template-columns:1fr}
.rp-body--product .rp-prod-trust-quotes{grid-template-columns:1fr}
.rp-body--product .rp-prod-testimonial-grid{grid-template-columns:1fr}
.rp-body--product .rp-prod-trust-panel{padding:32px 24px 24px}
.rp-body--product .rp-prod-trust-slide blockquote p{font-size:.95rem}
.rp-body--product .rp-prod-reviews-row{grid-auto-columns:min(300px,calc(100% - 32px))}
.rp-body--product .rp-prod-page-hero__grid{grid-template-columns:1fr;text-align:center}
.rp-body--product .rp-prod-page-hero__checks{align-items:center}
.rp-body--product .rp-prod-page-hero__checks li{text-align:left}
.rp-body--product .rp-prod-page-hero__cta{justify-content:center}
.rp-body--product .rp-prod-price-row{grid-template-columns:repeat(2,1fr)}
.rp-body--product .rp-prod-price-hl-row{grid-template-columns:1fr}
.rp-body--product .rp-prod-feat-panel.is-active{grid-template-columns:1fr}
.rp-body--product .rp-prod-feat-vlayout{grid-template-columns:1fr;gap:24px}
.rp-body--product .rp-prod-feat-vnav{flex-direction:row;flex-wrap:wrap;gap:8px}
.rp-body--product .rp-prod-feat-vnav button{width:auto;border-left:none;border-bottom:3px solid transparent;padding:10px 16px;border-radius:8px}
.rp-body--product .rp-prod-feat-vnav button.is-active{border-left-color:transparent;border-bottom-color:#2b7cb8}
.rp-body--product .rp-prod-feat-vcard{grid-template-columns:1fr;padding:24px 20px;min-height:auto}
.rp-body--product .rp-prod-feat-vcard__media{min-height:220px}
.rp-body--product .rp-prod-feat-vcard__media img{min-height:200px;max-width:100%}
.rp-body--product .rp-prod-split{grid-template-columns:1fr;gap:24px}
.rp-body--product .rp-prod-split--reverse .rp-prod-split__text,
.rp-body--product .rp-prod-split--reverse .rp-prod-split__media{order:unset}
.rp-body--product .rp-prod-team-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
.rp-body--product .rp-prod-price-row{grid-template-columns:1fr}
.rp-body--product .rp-prod-team-grid{grid-template-columns:1fr}
.rp-body--product .rp-prod-price-hl{flex-direction:column;text-align:center}
}


/* ── About 页 Hero ── */
.rp-body--about .rp-about-hero{padding:40px 0 48px;background:#fff;border-bottom:1px solid #eaecef;text-align:center}
.rp-body--about .rp-about-hero .rp-bc{justify-content:center;margin-bottom:20px}
.rp-body--about .rp-about-hero h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#12151a;margin-bottom:16px;letter-spacing:-.02em}
.rp-body--about .rp-about-hero .lead{font-size:1.05rem;color:#6b7280;line-height:1.7;max-width:720px;margin:0 auto}

/* ── 通用 eyebrow / 区块标题 ── */
.rp-body--about .rp-about-eyebrow{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#2b7cb8;margin-bottom:12px}
.rp-body--about .rp-about-section-head{text-align:center;max-width:720px;margin:0 auto 40px}
.rp-body--about .rp-about-section-head h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#12151a;margin-bottom:12px}
.rp-body--about .rp-about-section-head p{color:#6b7280;line-height:1.7}

/* ── 图文分栏故事块 ── */
.rp-body--about .rp-about-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.rp-body--about .rp-about-split--reverse .rp-about-split__media{order:2}
.rp-body--about .rp-about-split--reverse .rp-about-split__text{order:1}
.rp-body--about .rp-about-split__media img{width:100%;border-radius:12px;object-fit:cover}
.rp-body--about .rp-about-split__text h2{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;color:#12151a;margin-bottom:20px;line-height:1.3}
.rp-body--about .rp-about-split__text p{color:#6b7280;line-height:1.8;margin-bottom:16px;font-size:.95rem}
.rp-body--about .rp-about-split__text p:last-child{margin-bottom:0}

/* ── 价值观三卡 ── */
.rp-body--about .rp-about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rp-body--about .rp-about-value-card{padding:28px 24px;background:#fff;border:1px solid #eaecef;border-radius:16px;min-width:0}
.rp-body--about .rp-about-value-card img{width:48px;height:48px;margin-bottom:16px}
.rp-body--about .rp-about-value-card h3{font-size:1.05rem;font-weight:700;color:#12151a;margin-bottom:10px}
.rp-body--about .rp-about-value-card p{color:#6b7280;font-size:.9rem;line-height:1.7}

/* ── 团队静态网格（去掉横向滚动条/轮播） ── */
.rp-body--about .rp-about-team-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.rp-body--about .rp-about-team-card{border:1px solid #eaecef;border-radius:16px;overflow:hidden;background:#fff;min-width:0}
.rp-body--about .rp-about-team-card img{width:100%;height:260px;object-fit:cover}
.rp-body--about .rp-about-team-card__body{padding:24px 32px 20px;text-align:center}
.rp-body--about .rp-about-team-card__body strong{display:block;font-size:1rem;color:#12151a;margin-bottom:4px}
.rp-body--about .rp-about-team-card__body span{font-size:.875rem;color:#6b7280}

/* ── 数据概览 ── */
.rp-body--about .rp-about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.rp-body--about .rp-about-stat{padding:28px 20px;background:#fff;border:1px solid #eaecef;border-radius:16px;text-align:center}
.rp-body--about .rp-about-stat__label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#2b7cb8;margin-bottom:8px}
.rp-body--about .rp-about-stat__value{display:block;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#12151a;margin-bottom:6px}
.rp-body--about .rp-about-stat__desc{font-size:.875rem;color:#6b7280;line-height:1.5}

/* ── CEO 引言 ── */
.rp-body--about .rp-about-ceo-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.rp-body--about .rp-about-ceo__quote blockquote{margin:0 0 24px}
.rp-body--about .rp-about-ceo__quote blockquote p{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600;color:#12151a;line-height:1.6}
.rp-body--about .rp-about-ceo__quote cite{display:flex;flex-direction:column;gap:4px;font-style:normal}
.rp-body--about .rp-about-ceo__quote cite strong{color:#12151a;font-size:.95rem}
.rp-body--about .rp-about-ceo__quote cite span{color:#6b7280;font-size:.875rem}
.rp-body--about .rp-about-ceo__visual img{width:100%;border-radius:12px;object-fit:cover}

/* ── 媒体评价 ── */
.rp-body--about .rp-about-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.rp-body--about .rp-about-media-card{padding:32px;background:#fff;border:1px solid #eaecef;border-radius:16px}
.rp-body--about .rp-about-media-card__logo{height:28px;width:auto;margin-bottom:20px;max-width:140px}
.rp-body--about .rp-about-media-card blockquote{margin:0}
.rp-body--about .rp-about-media-card blockquote p{color:#374151;line-height:1.75;font-size:.95rem}

/* ── 联系我们 ── */
.rp-body--about .rp-about-offices{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}
.rp-body--about .rp-about-office{padding:24px;border:1px solid #eaecef;border-radius:16px;background:#fff}
.rp-body--about .rp-about-office img{width:32px;height:32px;margin-bottom:12px}
.rp-body--about .rp-about-office h3{font-size:1rem;font-weight:700;color:#12151a;margin-bottom:8px}
.rp-body--about .rp-about-office p{color:#6b7280;font-size:.875rem;line-height:1.6}
.rp-body--about .rp-about-emails{text-align:center;color:#374151;line-height:2}
.rp-body--about .rp-about-emails a{color:#2b7cb8;font-weight:600}
.rp-body--about .rp-about-emails a:hover{text-decoration:underline}

/* ── 底部博客 CTA（对齐 rola-ip YouTube 区块布局） ── */
.rp-body--about .rp-about-youtube-banner{display:flex;align-items:center;gap:24px;padding:40px 48px;background:linear-gradient(135deg,#001f3d,#004a7c);border-radius:16px;color:#fff}
.rp-body--about .rp-about-youtube-banner h2{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;margin-bottom:16px;color:#fff}
.rp-body--about .rp-about-youtube-banner img{flex-shrink:0;filter:brightness(0) invert(1)}

@media(max-width:1024px){
.rp-body--about .rp-about-split,.rp-body--about .rp-about-ceo-grid{grid-template-columns:1fr;gap:32px}
.rp-body--about .rp-about-split--reverse .rp-about-split__media,.rp-body--about .rp-about-split--reverse .rp-about-split__text{order:unset}
.rp-body--about .rp-about-values,.rp-body--about .rp-about-stats,.rp-body--about .rp-about-offices{grid-template-columns:repeat(2,1fr)}
.rp-body--about .rp-about-team-row{grid-template-columns:repeat(2,1fr)}
.rp-body--about .rp-about-media-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
.rp-body--about .rp-about-values,.rp-body--about .rp-about-stats,.rp-body--about .rp-about-offices,.rp-body--about .rp-about-team-row{grid-template-columns:1fr}
.rp-body--about .rp-about-youtube-banner{flex-direction:column;text-align:center;padding:32px 24px}
}


.rp-body--pricing .rp-pricing-hero{
  padding:48px 0 32px;text-align:center;
  background:linear-gradient(156.39deg,#e8f2fc 15.21%,rgba(232,242,252,0) 126.67%);
  border-bottom:1px solid rgba(59,130,246,.12);
}
.rp-body--pricing .rp-pricing-hero .rp-sol-award{margin-bottom:24px;background:#e8f2fc;color:#5ba4e8;font-size:.875rem}
.rp-body--pricing .rp-pricing-hero .rp-sol-award__inner p{font-size:inherit}
.rp-body--pricing .rp-pricing-hero h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#12151a;margin-bottom:16px;letter-spacing:-.02em;line-height:1.15}
.rp-body--pricing .rp-pricing-hero .lead{font-size:1.05rem;color:#6b7280;line-height:1.7;max-width:720px;margin:0 auto}
/* 定价总览页 — 统一各区块 h2 字号（避免奖项/用例标题偏小） */
.rp-body--pricing .rp-awards-head h2,
.rp-body--pricing .rp-use-carousel__head h2{
  font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#12151a;
}
.rp-body--pricing .rp-use-carousel__card h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700}
.rp-body--pricing .rp-pricing-products{
  padding-top:0;padding-bottom:64px;
  background:linear-gradient(180deg,#fff 0%,#f0f6ff 100%);
}
.rp-body--pricing .rp-pricing-usecases{background:#fff}
.rp-body--pricing .rp-pricing-usecases .rp-use-carousel__foot{display:none}
/* 定价索引页场景轮播 — 覆盖全局青绿链接/按钮色 */
.rp-body--pricing .rp-use-carousel__link{color:#2b7cb8}
.rp-body--pricing .rp-use-carousel__btn{border-color:#004a7c;color:#004a7c}
.rp-body--pricing .rp-use-carousel__btn:hover{box-shadow:0 0 0 1px #004a7c}

/* 定价总览 — 四卡两列并排（对齐 rola-ip pricing 2×2 布局） */
.rp-body--pricing .rp-pricing-products .rp-sol-grid{grid-template-columns:1fr;gap:20px}
@media(min-width:768px){
.rp-body--pricing .rp-pricing-products .rp-sol-grid{grid-template-columns:repeat(2,1fr)}
.rp-body--pricing .rp-pricing-products .rp-pricing-card.rp-sol-card--span2,
.rp-body--pricing .rp-pricing-products .rp-pricing-card.rp-sol-card--span3{grid-column:span 1}
}

/* 定价总览产品卡 — 对齐 rola-ip.co/pricing/ 卡片结构 */
.rp-body--pricing .rp-pricing-card{
  display:flex;flex-direction:column;gap:20px;padding:16px;background:#fff;border-radius:24px;
  text-decoration:none;color:inherit;transition:outline-color .25s;outline:2px solid transparent;
  grid-column:span 1;
}
@media(min-width:768px){.rp-body--pricing .rp-pricing-card{padding:32px;border-radius:16px}}
.rp-body--pricing .rp-pricing-card:hover{outline-color:#f3f4f6}
.rp-body--pricing .rp-pricing-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.rp-body--pricing .rp-pricing-card__main{display:flex;flex-direction:column;gap:24px;flex:1;min-width:0}
.rp-body--pricing .rp-pricing-card__desk{display:none;align-items:center;justify-content:space-between;gap:16px;width:100%}
@media(min-width:1024px){.rp-body--pricing .rp-pricing-card__desk{display:flex}}
.rp-body--pricing .rp-pricing-card__badge{
  display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px;font-size:.875rem;font-weight:500;white-space:nowrap;flex-shrink:0;
}
.rp-body--pricing .rp-pricing-card__badge img{width:24px;height:24px;flex-shrink:0}
.rp-body--pricing .rp-pricing-card__badge span{background:#fff;border-radius:999px;padding:4px 12px}
.rp-body--pricing .rp-pricing-card__badge--side{display:inline-flex}
@media(min-width:1024px){.rp-body--pricing .rp-pricing-card__badge--side{display:none}}
.rp-body--pricing .rp-pricing-card__stat{
  display:none;padding:4px 12px;border-radius:999px;background:#f9fafb;color:#5ba4e8;font-size:.875rem;font-weight:500;white-space:nowrap;
}
@media(min-width:1280px){.rp-body--pricing .rp-pricing-card__stat{display:flex}}
.rp-body--pricing .rp-pricing-card__stat--mob{display:flex;justify-content:center;margin-top:auto}
@media(min-width:1280px){.rp-body--pricing .rp-pricing-card__stat--mob{display:none}}
.rp-body--pricing .rp-pricing-card__title-row{display:flex;align-items:center;gap:4px}
.rp-body--pricing .rp-pricing-card__title{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700;margin:0;line-height:1.25}
.rp-body--pricing .rp-pricing-card__title--desk{display:none;color:#12151a}
@media(min-width:1024px){.rp-body--pricing .rp-pricing-card__title--desk{display:block}}
.rp-body--pricing .rp-pricing-card__title--mob{display:block}
@media(min-width:1024px){.rp-body--pricing .rp-pricing-card__title--mob{display:none}}
.rp-body--pricing .rp-pricing-card__arrow{width:24px;height:24px;opacity:0;transform:translateX(0);transition:opacity .2s,transform .2s;flex-shrink:0}
.rp-body--pricing .group:hover .rp-pricing-card__arrow{opacity:1;transform:translateX(4px)}
.rp-body--pricing .rp-pricing-card__desc{margin:0;font-size:.875rem;line-height:1.65;color:#6b7280}
@media(min-width:640px){.rp-body--pricing .rp-pricing-card__desc{font-size:.9375rem}}
.rp-body--pricing .rp-pricing-card--brand .rp-pricing-card__badge{background:#e8f2fc;color:#5ba4e8}
.rp-body--pricing .rp-pricing-card--brand .rp-pricing-card__title--mob{color:#5ba4e8}
.rp-body--pricing .rp-pricing-card--brand .rp-pricing-card__arrow{color:#5ba4e8}
.rp-body--pricing .rp-pricing-card--error .rp-pricing-card__badge{background:#fff4e6;color:#c2410c}
.rp-body--pricing .rp-pricing-card--error .rp-pricing-card__title--mob{color:#c2410c}
.rp-body--pricing .rp-pricing-card--error .rp-pricing-card__arrow{color:#c2410c}
.rp-body--pricing .rp-pricing-card--success .rp-pricing-card__badge{background:#eef9f1;color:#15803d}
.rp-body--pricing .rp-pricing-card--success .rp-pricing-card__title--mob{color:#15803d}
.rp-body--pricing .rp-pricing-card--success .rp-pricing-card__arrow{color:#15803d}
.rp-body--pricing .rp-pricing-card--variant .rp-pricing-card__badge{background:#e8f0fb;color:#1a6bb8}
.rp-body--pricing .rp-pricing-card--variant .rp-pricing-card__title--mob{color:#1a6bb8}
.rp-body--pricing .rp-pricing-card--variant .rp-pricing-card__arrow{color:#1a6bb8}


/* Hero — 深蓝渐变 + 径向高光（与首页 / 产品页主题一致） */
.rp-body--pricing-sub .rp-psub-hero{
  position:relative;padding:56px 0 72px;text-align:center;overflow:hidden;color:#fff;
  background:linear-gradient(180deg,#004a7c 0%,#001428 95%);
}
.rp-body--pricing-sub .rp-psub-hero::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(68.31% 165.9% at 50% -7.39%,#001f3d 20.93%,#003d6b 57.8%,#1a6bb8 74.65%,rgba(26,107,184,0) 100%);
  opacity:.9;
}
.rp-body--pricing-sub .rp-psub-hero .rp-wrap{position:relative;z-index:1}
.rp-body--pricing-sub .rp-psub-hero h1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.02em;line-height:1.15}
.rp-body--pricing-sub .rp-psub-hero .lead{font-size:1.05rem;color:rgba(255,255,255,.82);line-height:1.7;max-width:720px;margin:0 auto}

/* 定价区 — 白底卡片叠在 Hero 下方，对齐 rola-ip 价格区块 */
.rp-body--pricing-sub .rp-psub-pricing{
  margin-top:-36px;padding:40px 0 48px;position:relative;z-index:2;
  background:#fff;border-radius:24px 24px 0 0;
  box-shadow:0 -12px 40px rgba(0,26,51,.08);
}
.rp-body--pricing-sub .rp-psub-pricing-tabs{display:flex;max-width:400px;margin:0 auto 32px;padding:4px;background:#f3f4f6;border-radius:999px;gap:4px}
.rp-body--pricing-sub .rp-psub-pricing-tabs button{flex:1;padding:10px 16px;border-radius:999px;font-size:.85rem;font-weight:600;color:#374151;transition:background .15s,color .15s}
.rp-body--pricing-sub .rp-psub-pricing-tabs button.is-active{background:#e8f2fc;color:#0a2540;box-shadow:0 2px 8px rgba(43,124,184,.1)}
.rp-body--pricing-sub .rp-psub-price-panel{display:none}
.rp-body--pricing-sub .rp-psub-price-panel.is-active{display:block}

.rp-body--pricing-sub .rp-psub-price-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}
.rp-body--pricing-sub .rp-psub-price-row--3{grid-template-columns:repeat(3,1fr)}
.rp-body--pricing-sub .rp-psub-price{background:#fff;border:1px solid #eaecef;border-radius:16px;padding:28px 24px;text-align:center;position:relative}
.rp-body--pricing-sub .rp-psub-price.is-pop{
  border-color:#5ba4e8;box-shadow:0 8px 32px rgba(43,124,184,.12);
  background:linear-gradient(180deg,#e8f2fc 0%,#fff 40%);
}
.rp-body--pricing-sub .rp-psub-price__badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:#5ba4e8;color:#0a2540;font-size:.7rem;font-weight:700;padding:4px 12px;border-radius:999px;white-space:nowrap}
.rp-body--pricing-sub .rp-psub-price__term{font-size:.85rem;color:#6b7280;margin-bottom:8px}
.rp-body--pricing-sub .rp-psub-price__amount{margin-bottom:8px}
.rp-body--pricing-sub .rp-psub-price__val{font-size:1.75rem;font-weight:800;color:#12151a}
.rp-body--pricing-sub .rp-psub-price__unit{font-size:.9rem;color:#6b7280;margin-left:2px}
.rp-body--pricing-sub .rp-psub-price__save{font-size:.78rem;font-weight:600;color:#2b7cb8;margin-bottom:8px}
.rp-body--pricing-sub .rp-psub-price__desc{font-size:.85rem;color:#6b7280;margin-bottom:20px;line-height:1.5;min-height:2.5em}
.rp-body--pricing-sub .rp-psub-price .rp-btn--ip-accent{display:inline-flex!important}
.rp-body--pricing-sub .rp-psub-pricing-foot .rp-btn--integ-outline{display:inline-flex!important}
/* 定价子页 — 覆盖全局 .rp-btn--integ-outline 青绿描边 */
.rp-body--pricing-sub .rp-btn--integ-outline{color:#0a2540;border-color:#2b7cb8}
.rp-body--pricing-sub .rp-btn--integ-outline:hover{box-shadow:0 0 0 1px #2b7cb8}

.rp-body--pricing-sub .rp-psub-pricing-foot{text-align:center;margin-top:8px}
.rp-body--pricing-sub .rp-psub-pricing-foot p{color:#6b7280;margin-bottom:16px;font-size:.95rem}
.rp-body--pricing-sub .rp-psub-pay-note{font-size:.82rem;color:#9ca3af;margin-top:20px}

.rp-body--pricing-sub .rp-psub-bullets{padding:48px 0;background:linear-gradient(180deg,#f0f6ff 0%,#fff 100%)}
.rp-body--pricing-sub .rp-psub-bullets__list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 32px;max-width:800px;margin:0 auto}
.rp-body--pricing-sub .rp-psub-bullets__list li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#374151}
.rp-body--pricing-sub .rp-psub-bullets__list svg{flex-shrink:0;color:#2b7cb8;margin-top:2px}

.rp-body--pricing-sub .rp-psub-section-head{text-align:center;max-width:720px;margin:0 auto 40px}
.rp-body--pricing-sub .rp-psub-section-head h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#12151a;margin-bottom:12px}
.rp-body--pricing-sub .rp-psub-section-head p{color:#6b7280;font-size:1rem;line-height:1.65}

.rp-body--pricing-sub .rp-psub-icons{padding:64px 0;background:#fff;background-image:linear-gradient(180deg,#e8f2fc 0%,rgba(232,242,252,0) 45%)}
.rp-body--pricing-sub .rp-psub-icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-body--pricing-sub .rp-psub-icon-card{background:#fff;border:1px solid #eaecef;border-radius:16px;padding:24px;text-align:center}
.rp-body--pricing-sub .rp-psub-icon-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px;color:#12151a}
.rp-body--pricing-sub .rp-psub-icon-card p{font-size:.85rem;color:#6b7280;line-height:1.55}

.rp-body--pricing-sub .rp-psub-hl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-body--pricing-sub .rp-psub-highlights{background:linear-gradient(180deg,#fff 0%,#f4f8fc 100%)}
.rp-body--pricing-sub .rp-psub-hl-card{background:#fff;border:1px solid #eaecef;border-radius:16px;padding:28px;text-align:center;box-shadow:0 4px 16px rgba(26,107,184,.04)}
.rp-body--pricing-sub .rp-psub-hl-card h3{font-size:1rem;font-weight:700;margin-bottom:10px;color:#12151a}
.rp-body--pricing-sub .rp-psub-hl-card p{font-size:.875rem;color:#6b7280;line-height:1.55}

.rp-body--pricing-sub .rp-psub-traffic{padding:64px 0;background:linear-gradient(180deg,#e8f2fc 0%,rgba(232,242,252,0) 50%)}
.rp-body--pricing-sub .rp-psub-traffic__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.rp-body--pricing-sub .rp-psub-traffic__text h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#12151a;margin-bottom:16px}
.rp-body--pricing-sub .rp-psub-traffic__text p{color:#6b7280;line-height:1.65;margin-bottom:20px}
.rp-body--pricing-sub .rp-psub-traffic__text ul{display:flex;flex-direction:column;gap:10px}
.rp-body--pricing-sub .rp-psub-traffic__text li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#374151}
.rp-body--pricing-sub .rp-psub-traffic__text svg{flex-shrink:0;color:#2b7cb8;margin-top:2px}
.rp-body--pricing-sub .rp-psub-traffic__grid img{border-radius:12px;width:100%}

.rp-body--pricing-sub .rp-psub-testi{padding:64px 0;background:linear-gradient(180deg,#e8f0fb 0%,#f0f6ff 100%)}
.rp-body--pricing-sub .rp-psub-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-body--pricing-sub .rp-psub-testi-card{background:#fff;border:1px solid #eaecef;border-radius:16px;padding:24px;height:100%}
.rp-body--pricing-sub .rp-psub-testi-card p{font-size:.875rem;color:#374151;line-height:1.6;margin-bottom:16px}
.rp-body--pricing-sub .rp-psub-testi-card__author strong{display:block;font-size:.85rem;color:#12151a}
.rp-body--pricing-sub .rp-psub-testi-card__author span{font-size:.78rem;color:#6b7280}

.rp-body--pricing-sub .rp-psub-enterprise{padding:48px 0 64px;background:#fff}
.rp-body--pricing-sub .rp-psub-enterprise__grid{display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:start}
.rp-body--pricing-sub .rp-psub-enterprise__features ul{display:flex;flex-direction:column;gap:12px}
.rp-body--pricing-sub .rp-psub-enterprise__features li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:#374151}
.rp-body--pricing-sub .rp-psub-enterprise__features svg{flex-shrink:0;color:#2b7cb8;margin-top:2px}
.rp-body--pricing-sub .rp-psub-enterprise-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #eaecef;border-radius:16px;overflow:hidden}
.rp-body--pricing-sub .rp-psub-enterprise-table th,.rp-body--pricing-sub .rp-psub-enterprise-table td{padding:16px 20px;text-align:left;border-bottom:1px solid #eaecef;font-size:.9rem}
.rp-body--pricing-sub .rp-psub-enterprise-table thead th{background:#f9fafb;font-weight:700;color:#12151a}
.rp-body--pricing-sub .rp-psub-enterprise-table tbody tr:last-child td,.rp-body--pricing-sub .rp-psub-enterprise-table tbody tr:last-child th{border-bottom:none}
.rp-body--pricing-sub .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:900px){
.rp-body--pricing-sub .rp-psub-price-row,.rp-body--pricing-sub .rp-psub-price-row--3{grid-template-columns:1fr 1fr}
.rp-body--pricing-sub .rp-psub-bullets__list{grid-template-columns:1fr}
.rp-body--pricing-sub .rp-psub-icon-grid,.rp-body--pricing-sub .rp-psub-hl-grid,.rp-body--pricing-sub .rp-psub-testi-grid{grid-template-columns:1fr}
.rp-body--pricing-sub .rp-psub-traffic__grid,.rp-body--pricing-sub .rp-psub-enterprise__grid{grid-template-columns:1fr}
}
@media(max-width:560px){
.rp-body--pricing-sub .rp-psub-price-row,.rp-body--pricing-sub .rp-psub-price-row--3{grid-template-columns:1fr}
}


/* ===== 地区索引页 ===== */
.rp-body--locations .rp-loc-index-hero{padding:48px 0 32px;background:#fff;text-align:center}
.rp-body--locations .rp-loc-index-hero h1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#12151a;margin-bottom:16px;letter-spacing:-.02em;line-height:1.15}
.rp-body--locations .rp-loc-index-hero .lead{font-size:1.05rem;color:#6b7280;line-height:1.7;max-width:720px;margin:0 auto}

.rp-body--locations .rp-loc-section-head{text-align:center;margin-bottom:32px}
.rp-body--locations .rp-loc-section-head h2{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;color:#12151a;margin-bottom:8px}
.rp-body--locations .rp-loc-section-head p{color:#6b7280;font-size:.95rem;line-height:1.65;max-width:640px;margin:0 auto}

/* 顶级位置 Tab */
.rp-body--locations .rp-loc-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:28px}
.rp-body--locations .rp-loc-tab{padding:10px 20px;font-size:.875rem;font-weight:600;color:#004a7c;background:transparent;border:1px solid #004a7c;border-radius:32px;opacity:.45;transition:opacity .2s;cursor:pointer}
.rp-body--locations .rp-loc-tab.is-active,.rp-body--locations .rp-loc-tab:hover{opacity:1}
.rp-body--locations .rp-loc-tab-panel{display:none}
.rp-body--locations .rp-loc-tab-panel.is-active{display:block}
.rp-body--locations .rp-loc-top-grid{display:grid;grid-template-columns:1fr;gap:12px;list-style:none;margin:0;padding:0}
@media(min-width:640px){.rp-body--locations .rp-loc-top-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.rp-body--locations .rp-loc-top-grid{grid-template-columns:repeat(4,1fr)}}
.rp-body--locations .rp-loc-top-card{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:1px solid #eaecef;border-radius:14px;text-decoration:none;color:inherit;transition:border-color .2s,transform .2s}
.rp-body--locations .rp-loc-top-card:hover{border-color:#5ba4e8;transform:translateY(-2px)}
.rp-body--locations .rp-loc-top-card__flag{width:48px;height:30px;object-fit:cover;border-radius:4px;flex-shrink:0}
.rp-body--locations .rp-loc-top-card__flag--emoji{font-size:1.75rem;line-height:1;width:48px;text-align:center}
.rp-body--locations .rp-loc-top-card__meta{display:flex;flex-direction:column;gap:2px;min-width:0}
.rp-body--locations .rp-loc-top-card__name{font-size:.9rem;font-weight:700;color:#12151a}
.rp-body--locations .rp-loc-top-card__code{font-size:.75rem;color:#9ca3af}
.rp-body--locations .rp-loc-top-card__ips{font-size:.8rem;color:#5ba4e8;font-weight:600}

/* 大洲国家列表 */
.rp-body--locations .rp-loc-continent-grid{display:grid;grid-template-columns:1fr;gap:28px}
@media(min-width:640px){.rp-body--locations .rp-loc-continent-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.rp-body--locations .rp-loc-continent-grid{grid-template-columns:repeat(3,1fr)}}
.rp-body--locations .rp-loc-continent h3{font-size:1rem;font-weight:700;color:#12151a;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #eaecef}
.rp-body--locations .rp-loc-continent ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.rp-body--locations .rp-loc-continent li{font-size:.875rem;line-height:1.5}
.rp-body--locations .rp-loc-continent a{color:#004a7c;text-decoration:none;font-weight:500}
.rp-body--locations .rp-loc-continent a:hover{text-decoration:underline}
.rp-body--locations .rp-loc-continent span{color:#6b7280}

/* 为何选择 — 四格 */
.rp-body--locations .rp-loc-why-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:768px){.rp-body--locations .rp-loc-why-grid{grid-template-columns:repeat(2,1fr)}}
.rp-body--locations .rp-loc-why-card{padding:24px;background:#fff;border:1px solid #eaecef;border-radius:16px}
.rp-body--locations .rp-loc-why-card h3{font-size:1rem;font-weight:700;color:#12151a;margin-bottom:8px}
.rp-body--locations .rp-loc-why-card p{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}

/* 媒体评价轮播 — 对齐产品页 rp-prod-trust-*，logo 不用 invert（避免 PCMag 等白底 SVG 糊成白块） */
.rp-body--locations .rp-loc-trust-head{text-align:center;margin-bottom:32px;max-width:760px;margin-left:auto;margin-right:auto}
.rp-body--locations .rp-loc-trust-head h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:14px;color:#12151a}
.rp-body--locations .rp-loc-trust-head p{color:#6b7280;font-size:1.05rem;line-height:1.7;max-width:640px;margin:0 auto}
.rp-body--locations .rp-loc-trust-panel{
  background:linear-gradient(135deg,#001f3d 0%,#004a7c 100%);border-radius:20px;padding:40px 36px 28px;color:#fff;
  box-shadow:0 12px 40px rgba(0,26,51,.18);
}
.rp-body--locations .rp-loc-trust-slides{position:relative}
.rp-body--locations .rp-loc-trust-slide{display:none;text-align:center;max-width:720px;margin:0 auto;padding:0 8px}
.rp-body--locations .rp-loc-trust-slide.is-active{display:block}
.rp-body--locations .rp-loc-trust-slide__logo{
  height:32px;width:auto;max-width:200px;margin:0 auto 20px;object-fit:contain;filter:none;opacity:.95;
}
.rp-body--locations .rp-loc-trust-slide__source{
  display:block;font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5ba4e8;margin-bottom:20px;
}
.rp-body--locations .rp-loc-trust-slide blockquote{margin:0}
.rp-body--locations .rp-loc-trust-slide blockquote p{
  font-size:1.05rem;line-height:1.75;color:rgba(255,255,255,.92);font-style:italic;max-width:640px;margin:0 auto;
}
.rp-body--locations .rp-loc-trust-nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:28px}
.rp-body--locations .rp-loc-trust-nav__btn{
  width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;
  font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s,border-color .15s;
}
.rp-body--locations .rp-loc-trust-nav__btn:hover{background:rgba(255,255,255,.12);border-color:#5ba4e8}
.rp-body--locations .rp-loc-trust-nav span{font-size:.9rem;color:rgba(255,255,255,.75);min-width:48px;text-align:center}

/* 客户证言 — 对齐产品页 rp-prod-page-reviews（区块渐变底 + grid 横滑，避免 flex+overflow 裁切底部头像） */
.rp-body--locations .rp-loc-reviews{padding:64px 0;background:linear-gradient(180deg,#e8f0fb 0%,#f0f6ff 100%)}
.rp-body--locations .rp-loc-reviews .rp-loc-section-head{margin-bottom:28px}
.rp-body--locations .rp-loc-reviews .rp-loc-section-head h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#12151a}
.rp-body--locations .rp-loc-reviews-panel{position:relative;background:transparent;padding:0;overflow:visible}
.rp-body--locations .rp-loc-reviews-row{
  display:grid;grid-auto-flow:column;grid-auto-columns:min(360px,calc(100% - 48px));gap:20px;
  overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 4px 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;
}
.rp-body--locations .rp-loc-reviews-row::-webkit-scrollbar{display:none}
@media(min-width:1024px){.rp-body--locations .rp-loc-reviews-row{grid-auto-columns:calc((100% - 40px) / 3)}}
.rp-body--locations .rp-loc-review-card{
  scroll-snap-align:start;background:#fff;border:1px solid rgba(59,130,246,.25);border-left:4px solid #5ba4e8;
  border-radius:16px;padding:28px 24px;box-shadow:0 4px 20px rgba(26,107,184,.08);
}
.rp-body--locations .rp-loc-review-stars{display:block;margin-bottom:16px}
.rp-body--locations .rp-loc-review-card__text{font-size:.95rem;line-height:1.7;color:#374151;margin:0 0 20px}
.rp-body--locations .rp-loc-review-card__author{display:flex;align-items:center;gap:12px}
.rp-body--locations .rp-loc-review-card__avatar{
  width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(59,130,246,.35);
}
.rp-body--locations .rp-loc-review-card__avatar-fallback{
  width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#5ba4e8,#2b7cb8);color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;
}
.rp-body--locations .rp-loc-review-card__author strong{display:block;font-size:.95rem;color:#12151a}
.rp-body--locations .rp-loc-review-card__author span{font-size:.8rem;color:#6b7280}
.rp-body--locations .rp-loc-reviews-nav{display:flex;justify-content:center;gap:12px;margin-top:8px}
.rp-body--locations .rp-loc-reviews-nav__btn{
  width:44px;height:44px;border-radius:50%;border:1px solid #2b7cb8;background:#fff;color:#2b7cb8;
  font-size:1.4rem;line-height:1;cursor:pointer;transition:background .15s,color .15s;
}
.rp-body--locations .rp-loc-reviews-nav__btn:hover{background:#2b7cb8;color:#fff}

@media(max-width:768px){
.rp-body--locations .rp-loc-trust-panel{padding:32px 24px 24px}
.rp-body--locations .rp-loc-trust-slide blockquote p{font-size:.95rem}
.rp-body--locations .rp-loc-reviews-row{grid-auto-columns:min(300px,calc(100% - 32px))}
}

/* ===== 国家详情页 ===== */
.rp-body--location .rp-loc-detail-hero{padding:32px 0 48px;background:#fff}
.rp-body--location .rp-loc-detail-hero__grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}
@media(min-width:1024px){.rp-body--location .rp-loc-detail-hero__grid{grid-template-columns:1.2fr .8fr}}
.rp-body--location .rp-loc-detail-hero__head{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}
.rp-body--location .rp-loc-detail-hero__flag{width:64px;height:40px;object-fit:cover;border-radius:6px;flex-shrink:0}
.rp-body--location .rp-loc-detail-hero__flag--emoji{font-size:2.5rem;line-height:1}
.rp-body--location .rp-loc-detail-hero h1{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#12151a;margin:0 0 8px;line-height:1.15}
.rp-body--location .rp-loc-detail-hero__ips{font-size:.95rem;color:#6b7280}
.rp-body--location .rp-loc-detail-hero__ips strong{color:#5ba4e8;font-size:1.1rem}
.rp-body--location .rp-loc-detail-hero .lead{font-size:1.05rem;color:#374151;line-height:1.7;margin-bottom:12px}
.rp-body--location .rp-loc-detail-hero__body p{font-size:.9375rem;color:#6b7280;line-height:1.7;margin-bottom:8px}
.rp-body--location .rp-loc-detail-hero__cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.rp-body--location .rp-loc-detail-hero__aside{display:flex;flex-direction:column;gap:20px;padding:24px;background:#f9fafb;border-radius:16px}
.rp-body--location .rp-loc-detail-hero__logos{display:flex;flex-wrap:wrap;gap:16px;align-items:center;opacity:.7}
.rp-body--location .rp-loc-detail-hero__logos img{height:20px;width:auto}

.rp-body--location .rp-loc-section-head{margin-bottom:28px}
.rp-body--location .rp-loc-section-head h2{font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:800;color:#12151a;margin-bottom:6px}
.rp-body--location .rp-loc-section-head p{color:#6b7280;font-size:.9rem;line-height:1.6;margin:0}

/* 详情页产品卡 — 2×2 网格 */
.rp-body--location .rp-loc-prod-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:768px){.rp-body--location .rp-loc-prod-grid{grid-template-columns:repeat(2,1fr)}}
.rp-body--location .rp-loc-prod-card{display:flex;flex-direction:column;gap:12px;padding:24px;background:#fff;border-radius:16px;text-decoration:none;color:inherit;outline:2px solid transparent;transition:outline-color .2s}
.rp-body--location .rp-loc-prod-card:hover{outline-color:#f3f4f6}
.rp-body--location .rp-loc-prod-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.rp-body--location .rp-loc-prod-card__price{font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:999px;white-space:nowrap}
.rp-body--location .rp-loc-prod-card__title-row{display:flex;align-items:center;gap:4px}
.rp-body--location .rp-loc-prod-card h3{font-size:1.1rem;font-weight:700;margin:0;flex:1}
.rp-body--location .rp-loc-prod-card p{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0}
.rp-body--location .rp-loc-prod-card__arrow{width:24px;height:24px;opacity:0;transition:opacity .2s,transform .2s;flex-shrink:0}
.rp-body--location .group:hover .rp-loc-prod-card__arrow{opacity:1;transform:translateX(4px)}
.rp-body--location .rp-loc-prod-card--brand .rp-loc-prod-card__price{background:#e8f2fc;color:#5ba4e8}
.rp-body--location .rp-loc-prod-card--brand h3{color:#5ba4e8}
.rp-body--location .rp-loc-prod-card--brand .rp-loc-prod-card__arrow{color:#5ba4e8}
.rp-body--location .rp-loc-prod-card--error .rp-loc-prod-card__price{background:#fff4e6;color:#c2410c}
.rp-body--location .rp-loc-prod-card--error h3{color:#c2410c}
.rp-body--location .rp-loc-prod-card--success .rp-loc-prod-card__price{background:#eef9f1;color:#15803d}
.rp-body--location .rp-loc-prod-card--success h3{color:#15803d}
.rp-body--location .rp-loc-prod-card--variant .rp-loc-prod-card__price{background:#e8f0fb;color:#1a6bb8}
.rp-body--location .rp-loc-prod-card--variant h3{color:#1a6bb8}

/* 美国各州网格 */
.rp-body--location .rp-loc-states-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;list-style:none;margin:0;padding:0}
@media(min-width:640px){.rp-body--location .rp-loc-states-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.rp-body--location .rp-loc-states-grid{grid-template-columns:repeat(4,1fr)}}
.rp-body--location .rp-loc-states-grid li span{display:block;padding:10px 12px;background:#fff;border:1px solid #eaecef;border-radius:10px;font-size:.8125rem;color:#374151;text-align:center}

/* 正文主题块 */
.rp-body--location .rp-loc-topic-block{max-width:800px;margin:0 auto}
.rp-body--location .rp-loc-topic-block h2{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:800;color:#12151a;margin-bottom:12px}
.rp-body--location .rp-loc-topic-block p{font-size:.9375rem;color:#6b7280;line-height:1.75;margin-bottom:10px}

/* 应用场景横滑 */
.rp-body--location .rp-loc-uc-row{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}
.rp-body--location .rp-loc-uc-card{flex:0 0 min(280px,85vw);scroll-snap-align:start;padding:24px;background:#fff;border:1px solid #eaecef;border-radius:16px;text-decoration:none;color:inherit;transition:border-color .2s}
.rp-body--location .rp-loc-uc-card:hover{border-color:#5ba4e8}
.rp-body--location .rp-loc-uc-card h3{font-size:1rem;font-weight:700;color:#12151a;margin-bottom:8px}
.rp-body--location .rp-loc-uc-card p{font-size:.875rem;color:#6b7280;line-height:1.65;margin-bottom:12px}
.rp-body--location .rp-loc-uc-card__link{font-size:.8125rem;color:#5ba4e8;font-weight:600}


.rp-body--integrations .rp-integ-page-hero{padding:32px 0 48px;background:#fff}
.rp-body--integrations .rp-integ-page-hero__inner{max-width:720px}
.rp-body--integrations .rp-integ-page-hero h1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#12151a;margin-bottom:16px;letter-spacing:-.02em;line-height:1.15}
.rp-body--integrations .rp-integ-page-hero .lead{font-size:1.05rem;color:#6b7280;line-height:1.75;margin-bottom:24px}

.rp-body--integrations .rp-integ-tools__head{margin-bottom:28px}
.rp-body--integrations .rp-integ-tools__head h2{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;color:#12151a;text-align:center}
.rp-body--integrations .rp-integ-tools__panel{background:#f9fafb;border-radius:20px;padding:24px 20px}
@media(min-width:768px){.rp-body--integrations .rp-integ-tools__panel{padding:32px 28px}}
.rp-body--integrations .rp-integ-tools__row{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}
.rp-body--integrations .rp-integ-tool-card{flex:0 0 min(300px,85vw);scroll-snap-align:start}
.rp-body--integrations .rp-integ-tool-card__link{
  display:flex;flex-direction:column;gap:16px;height:100%;padding:24px;background:#fff;border:1px solid #eaecef;border-radius:16px;
  text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s;
}
.rp-body--integrations .rp-integ-tool-card__link:hover{border-color:#5ba4e8;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.rp-body--integrations .rp-integ-tool-card__icon{
  width:56px;height:56px;border-radius:14px;background:#e8f0fb;display:flex;align-items:center;justify-content:center;font-size:1.75rem;
}
.rp-body--integrations .rp-integ-tool-card h3{font-size:1.1rem;font-weight:700;color:#12151a;margin:0;line-height:1.3}
.rp-body--integrations .rp-integ-tool-card p{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0;flex:1}
.rp-body--integrations .rp-integ-tool-card__more{
  display:inline-flex;align-items:center;gap:4px;font-size:.8125rem;font-weight:600;color:#5ba4e8;margin-top:auto;
}
.rp-body--integrations .rp-integ-tool-card__more svg{width:20px;height:20px;flex-shrink:0}
.rp-body--integrations .rp-integ-tools__nav{display:flex;justify-content:center;gap:8px;margin-top:16px}
.rp-body--integrations .rp-integ-tools__nav-btn{
  width:36px;height:36px;border-radius:50%;border:1px solid #004a7c;background:#fff;color:#004a7c;font-size:1.25rem;cursor:pointer;line-height:1;
}

.rp-body--integrations .rp-integ-faq .rp-prod-faq-list{max-width:800px;margin:0 auto}


.rp-body--use-cases-index .rp-uc-index-hero{padding:32px 0 40px;background:#fff}
.rp-body--use-cases-index .rp-uc-index-hero__grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}
@media(min-width:1024px){.rp-body--use-cases-index .rp-uc-index-hero__grid{grid-template-columns:1fr 1fr;gap:48px}}
.rp-body--use-cases-index .rp-uc-index-hero h1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#12151a;margin-bottom:16px;letter-spacing:-.02em;line-height:1.15}
.rp-body--use-cases-index .rp-uc-index-hero .lead{font-size:1.05rem;color:#6b7280;line-height:1.75;margin:0}
.rp-body--use-cases-index .rp-uc-index-hero__media{display:flex;justify-content:center}
.rp-body--use-cases-index .rp-uc-index-hero__media img{max-height:420px;width:auto;max-width:100%;object-fit:contain;border-radius:24px}

.rp-body--use-cases-index .rp-uc-index-grid-section{padding-top:0;padding-bottom:64px}
.rp-body--use-cases-index .rp-uc-index-grid{display:grid;grid-template-columns:1fr;gap:20px}
@media(min-width:640px){.rp-body--use-cases-index .rp-uc-index-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.rp-body--use-cases-index .rp-uc-index-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1280px){.rp-body--use-cases-index .rp-uc-index-grid{grid-template-columns:repeat(4,1fr)}}

.rp-body--use-cases-index .rp-uc-index-card{
  display:flex;flex-direction:column;min-height:100%;padding:24px;background:#fff;border-radius:16px;
  border:1px solid #eaecef;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s;
}
@media(min-width:768px){.rp-body--use-cases-index .rp-uc-index-card{padding:32px}}
.rp-body--use-cases-index .rp-uc-index-card:hover{border-color:#5ba4e8;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.rp-body--use-cases-index .rp-uc-index-card__icon{width:72px;height:72px;object-fit:contain}
.rp-body--use-cases-index .rp-uc-index-card__emoji{
  width:72px;height:72px;display:flex;align-items:center;justify-content:center;font-size:2rem;
  background:#e8f0fb;border-radius:16px;
}
.rp-body--use-cases-index .rp-uc-index-card h3{
  font-size:clamp(.95rem,1.5vw,1.15rem);font-weight:700;color:#12151a;margin:20px 0 8px;line-height:1.35;
}
.rp-body--use-cases-index .rp-uc-index-card p{color:#6b7280;line-height:1.65;font-size:.875rem;margin:0 0 20px;flex:1}
.rp-body--use-cases-index .rp-uc-index-card__link{
  display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.8125rem;color:#2b7cb8;margin-top:auto;
}
.rp-body--use-cases-index .rp-uc-index-card__link svg{width:20px;height:20px;flex-shrink:0}


/* ── Hero ── */
.rp-body--use-case .rp-uc-detail-hero{padding:32px 0 48px;background:#fff;border-bottom:1px solid #eaecef}
.rp-body--use-case .rp-uc-detail-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.rp-body--use-case .rp-uc-detail-hero__bc{margin-bottom:20px}
.rp-body--use-case .rp-uc-detail-hero__g2{margin-bottom:20px}
.rp-body--use-case .rp-uc-detail-hero__g2 svg{width:132px;height:auto}
.rp-body--use-case .rp-uc-detail-hero h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#12151a;margin-bottom:16px;letter-spacing:-.02em;line-height:1.15}
.rp-body--use-case .rp-uc-detail-hero .lead{font-size:1.05rem;color:#6b7280;line-height:1.7;margin-bottom:20px}
.rp-body--use-case .rp-uc-detail-hero__checks{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.rp-body--use-case .rp-uc-detail-hero__checks li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#374151}
.rp-body--use-case .rp-uc-detail-hero__check{width:20px;height:20px;color:#5ba4e8;flex-shrink:0;margin-top:2px}
.rp-body--use-case .rp-uc-detail-hero__cta{display:flex;flex-wrap:wrap;gap:12px}
.rp-body--use-case .rp-uc-detail-hero__media{display:flex;align-items:center;justify-content:center}
.rp-body--use-case .rp-uc-detail-hero__media img{max-width:280px;width:100%;object-fit:contain}
.rp-body--use-case .rp-uc-detail-hero__emoji{
  width:200px;height:200px;display:flex;align-items:center;justify-content:center;font-size:4rem;
  background:#e8f0fb;border-radius:32px;
}
.rp-body--use-case .rp-uc-detail-hero__cta .rp-btn--ip-accent,
.rp-body--use-case .rp-uc-detail-mid-cta .rp-btn--ip-accent{display:inline-flex!important;border-radius:8px;padding:12px 24px}
.rp-body--use-case .rp-uc-detail-hero__cta .rp-btn--ip-outline,
.rp-body--use-case .rp-uc-detail-mid-cta .rp-btn--ip-outline{color:#0a2540;border:1px solid #5ba4e8;background:transparent;border-radius:8px;padding:12px 24px}
.rp-body--use-case .rp-uc-detail-hero__cta .rp-btn--ip-ghost{color:#0a2540;border:1px solid #5ba4e8;background:transparent;border-radius:8px;padding:12px 24px}
.rp-body--use-case .rp-uc-detail-hero__cta .rp-btn--ip-ghost:hover{background:rgba(59,130,246,.08)}

/* ── 正文区块 ── */
.rp-body--use-case .rp-uc-detail-topic__block{max-width:800px;margin:0 auto}
.rp-body--use-case .rp-uc-detail-topic h2{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;color:#12151a;margin-bottom:16px;line-height:1.25}
.rp-body--use-case .rp-uc-detail-topic p{font-size:.95rem;color:#6b7280;line-height:1.75;margin-bottom:14px}
.rp-body--use-case .rp-uc-detail-topic p:last-of-type{margin-bottom:0}
.rp-body--use-case .rp-uc-detail-topic__list{margin-top:16px;display:flex;flex-direction:column;gap:8px}
.rp-body--use-case .rp-uc-detail-topic__list li{
  display:flex;gap:10px;font-size:.9rem;color:#374151;padding-left:0;
}
.rp-body--use-case .rp-uc-detail-topic__list li::before{content:'✓';color:#16a34a;font-weight:700;flex-shrink:0}

/* ── 中间 CTA ── */
.rp-body--use-case .rp-uc-detail-mid-cta{text-align:center;background:#f9fafb}
.rp-body--use-case .rp-uc-detail-mid-cta h2{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;color:#12151a;margin-bottom:8px}
.rp-body--use-case .rp-uc-detail-mid-cta p{color:#6b7280;margin-bottom:20px;font-size:.95rem}
.rp-body--use-case .rp-uc-detail-mid-cta__btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}

/* ── 区块标题 ── */
.rp-body--use-case .rp-uc-detail-section-head{text-align:center;margin-bottom:32px}
.rp-body--use-case .rp-uc-detail-section-head h2{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;color:#12151a;margin-bottom:8px}
.rp-body--use-case .rp-uc-detail-section-head p{color:#6b7280;font-size:.95rem;max-width:560px;margin:0 auto}

/* ── 产品卡 ── */
.rp-body--use-case .rp-uc-detail-prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.rp-body--use-case .rp-uc-detail-prod{
  padding:24px 20px;background:#fff;border:1px solid #eaecef;border-radius:16px;position:relative;
  display:flex;flex-direction:column;
}
.rp-body--use-case .rp-uc-detail-prod.is-pop{border-color:#5ba4e8;box-shadow:0 0 0 1px rgba(59,130,246,.15)}
.rp-body--use-case .rp-uc-detail-prod__badge{
  position:absolute;top:12px;right:12px;background:#5ba4e8;color:#0a2540;font-size:.65rem;font-weight:700;
  padding:3px 8px;border-radius:4px;
}
.rp-body--use-case .rp-uc-detail-prod__tag{
  display:inline-block;background:#ede9fe;color:#6d28d9;font-size:.65rem;font-weight:700;
  padding:2px 6px;border-radius:4px;margin-bottom:6px;
}
.rp-body--use-case .rp-uc-detail-prod h3{font-size:1rem;font-weight:700;margin:8px 0 6px;color:#12151a}
.rp-body--use-case .rp-uc-detail-prod__price{font-size:1.25rem;font-weight:800;color:#2b7cb8;margin-bottom:12px}
.rp-body--use-case .rp-uc-detail-prod ul{margin-bottom:16px;flex:1}
.rp-body--use-case .rp-uc-detail-prod li{font-size:.8rem;color:#6b7280;padding:3px 0;display:flex;gap:6px}
.rp-body--use-case .rp-uc-detail-prod li::before{content:'✓';color:#16a34a;font-weight:700;flex-shrink:0}

/* ── 相关场景横滑 ── */
.rp-body--use-case .rp-uc-detail-related-row{
  display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch;
}
.rp-body--use-case .rp-uc-detail-related-card{
  flex:0 0 min(260px,85vw);scroll-snap-align:start;display:flex;flex-direction:column;min-height:100%;
  padding:24px;background:#fff;border:1px solid #eaecef;border-radius:16px;text-decoration:none;color:inherit;
  transition:border-color .2s,box-shadow .2s;
}
.rp-body--use-case .rp-uc-detail-related-card:hover{border-color:#5ba4e8;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.rp-body--use-case .rp-uc-detail-related__icon{width:64px;height:64px;object-fit:contain}
.rp-body--use-case .rp-uc-detail-related__emoji{
  width:64px;height:64px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;
  background:#e8f0fb;border-radius:16px;
}
.rp-body--use-case .rp-uc-detail-related-card h3{font-size:1rem;font-weight:700;color:#12151a;margin:16px 0 8px;line-height:1.35}
.rp-body--use-case .rp-uc-detail-related-card p{font-size:.875rem;color:#6b7280;line-height:1.65;margin:0 0 16px;flex:1}
.rp-body--use-case .rp-uc-detail-related-card__link{
  display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.8125rem;color:#2b7cb8;margin-top:auto;
}
.rp-body--use-case .rp-uc-detail-related-card__link svg{width:20px;height:20px;flex-shrink:0}
.rp-body--use-case .rp-uc-detail-related-foot{text-align:center;margin-top:24px}

/* ── FAQ 手风琴 ── */
.rp-body--use-case .rp-uc-detail-faq .rp-prod-faq-list{max-width:800px;margin:0 auto}
.rp-body--use-case .rp-prod-faq-item{border-bottom:1px solid #eaecef}
.rp-body--use-case .rp-prod-faq-item__q{
  width:100%;text-align:left;padding:20px 36px 20px 0;font-size:1rem;font-weight:600;color:#12151a;
  position:relative;background:none;
}
.rp-body--use-case .rp-prod-faq-item__q::after{
  content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.25rem;color:#2b7cb8;font-weight:400;
}
.rp-body--use-case .rp-prod-faq-item.is-open .rp-prod-faq-item__q::after{content:'−'}
.rp-body--use-case .rp-prod-faq-item__a{max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s}
.rp-body--use-case .rp-prod-faq-item.is-open .rp-prod-faq-item__a{max-height:240px;padding-bottom:20px}
.rp-body--use-case .rp-prod-faq-item__a p{font-size:.9rem;color:#6b7280;line-height:1.65}

@media(max-width:1024px){
.rp-body--use-case .rp-uc-detail-prod-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
.rp-body--use-case .rp-uc-detail-hero__grid{grid-template-columns:1fr;text-align:center}
.rp-body--use-case .rp-uc-detail-hero__checks{align-items:center}
.rp-body--use-case .rp-uc-detail-hero__checks li{text-align:left}
.rp-body--use-case .rp-uc-detail-hero__cta{justify-content:center}
.rp-body--use-case .rp-uc-detail-prod-grid{grid-template-columns:1fr}
}


/* ── Hero + 表单分栏 ── */
.rp-body--contact .rp-contact-hero{padding:32px 0 56px;background:#fff;border-bottom:1px solid #eaecef}
.rp-body--contact .rp-contact-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.rp-body--contact .rp-contact-hero h1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#12151a;margin-bottom:16px;letter-spacing:-.02em;line-height:1.15}
.rp-body--contact .rp-contact-hero .lead{font-size:1.05rem;color:#6b7280;line-height:1.75;margin-bottom:28px}
.rp-body--contact .rp-contact-hero__benefits-title{font-size:1rem;font-weight:700;color:#12151a;margin-bottom:14px}
.rp-body--contact .rp-contact-hero__benefits{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.rp-body--contact .rp-contact-hero__benefits li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#374151;line-height:1.6}
.rp-body--contact .rp-contact-hero__benefits svg{width:20px;height:20px;color:#5ba4e8;flex-shrink:0;margin-top:2px}
.rp-body--contact .rp-contact-hero__benefits strong{color:#12151a;font-weight:600}
.rp-body--contact .rp-contact-hero__alt{font-size:.875rem;color:#6b7280}
.rp-body--contact .rp-contact-hero__alt a{color:#2b7cb8;font-weight:600}

.rp-body--contact .rp-contact-form-card{
  padding:32px;background:#fff;border:1px solid #eaecef;border-radius:20px;
  box-shadow:0 12px 40px rgba(0,26,51,.08);
}
.rp-body--contact .rp-contact-form-card h2{font-size:1.25rem;font-weight:700;color:#12151a;margin-bottom:20px}
.rp-body--contact .rp-contact-form label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:6px}
.rp-body--contact .rp-contact-form__req{color:#e85525}
.rp-body--contact .rp-contact-form input,
.rp-body--contact .rp-contact-form select,
.rp-body--contact .rp-contact-form textarea{
  width:100%;padding:12px 14px;margin-bottom:16px;background:#f9fafb;border:1px solid #d1d5db;
  border-radius:10px;font:inherit;color:#12151a;transition:border-color .15s,box-shadow .15s;
}
.rp-body--contact .rp-contact-form input:focus,
.rp-body--contact .rp-contact-form select:focus,
.rp-body--contact .rp-contact-form textarea:focus{
  outline:none;border-color:#5ba4e8;box-shadow:0 0 0 3px rgba(59,130,246,.15);background:#fff;
}
.rp-body--contact .rp-contact-form textarea{resize:vertical;min-height:100px}
.rp-body--contact .rp-contact-form .rp-btn--ip-accent{width:100%;margin-top:4px;border:none;border-radius:10px;padding:14px 24px;cursor:pointer}
.rp-body--contact .rp-contact-form__note{margin-top:14px;font-size:.78rem;color:#9ca3af;line-height:1.5;text-align:center}
.rp-body--contact .rp-contact-form__note a{color:#2b7cb8;font-weight:600}

/* ── 区块标题 ── */
.rp-body--contact .rp-contact-section-head{text-align:center;max-width:640px;margin:0 auto 32px}
.rp-body--contact .rp-contact-section-head h2{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;color:#12151a;margin-bottom:8px}
.rp-body--contact .rp-contact-section-head p{color:#6b7280;font-size:.95rem;line-height:1.65}

/* ── 数据条 ── */
.rp-body--contact .rp-contact-stats{padding-top:48px;padding-bottom:48px}
.rp-body--contact .rp-contact-stats__row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rp-body--contact .rp-contact-stat{text-align:center;padding:24px 16px;background:#fff;border:1px solid #eaecef;border-radius:16px}
.rp-body--contact .rp-contact-stat strong{display:block;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#2b7cb8;margin-bottom:6px}
.rp-body--contact .rp-contact-stat span{font-size:.875rem;color:#6b7280}

/* ── 销售团队 ── */
.rp-body--contact .rp-contact-team-row{
  display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch;
}
.rp-body--contact .rp-contact-team-card{
  flex:0 0 min(200px,45vw);scroll-snap-align:start;text-align:center;padding:24px 20px;
  background:#fff;border:1px solid #eaecef;border-radius:16px;
}
.rp-body--contact .rp-contact-team-card img{width:96px;height:96px;border-radius:50%;object-fit:cover;margin:0 auto 14px}
.rp-body--contact .rp-contact-team-card strong{display:block;font-size:.95rem;color:#12151a;margin-bottom:4px}
.rp-body--contact .rp-contact-team-card span{font-size:.8125rem;color:#6b7280}

/* ── 媒体 Logo ── */
.rp-body--contact .rp-contact-trust-logos{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px 40px;opacity:.85;
}
.rp-body--contact .rp-contact-trust-logos img{height:24px;width:auto;max-width:160px;object-fit:contain}

/* ── FAQ ── */
.rp-body--contact .rp-contact-faq .rp-prod-faq-list{max-width:800px;margin:0 auto}
.rp-body--contact .rp-prod-faq-item{border-bottom:1px solid #eaecef}
.rp-body--contact .rp-prod-faq-item__q{
  width:100%;text-align:left;padding:20px 36px 20px 0;font-size:1rem;font-weight:600;color:#12151a;
  position:relative;background:none;
}
.rp-body--contact .rp-prod-faq-item__q::after{
  content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.25rem;color:#2b7cb8;font-weight:400;
}
.rp-body--contact .rp-prod-faq-item.is-open .rp-prod-faq-item__q::after{content:'−'}
.rp-body--contact .rp-prod-faq-item__a{max-height:0;overflow:hidden;transition:max-height .25s ease,padding .25s}
.rp-body--contact .rp-prod-faq-item.is-open .rp-prod-faq-item__a{max-height:240px;padding-bottom:20px}
.rp-body--contact .rp-prod-faq-item__a p{font-size:.9rem;color:#6b7280;line-height:1.65}

/* ── 联系方式 ── */
.rp-body--contact .rp-contact-channels__grid{display:grid;grid-template-columns:1fr 1.4fr;gap:32px;align-items:start}
.rp-body--contact .rp-contact-channels__primary{padding:28px;background:#fff;border:1px solid #eaecef;border-radius:16px}
.rp-body--contact .rp-contact-email-list{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:12px}
.rp-body--contact .rp-contact-email-list li{display:flex;flex-wrap:wrap;gap:8px;font-size:.9rem}
.rp-body--contact .rp-contact-email-list span{color:#6b7280;min-width:72px}
.rp-body--contact .rp-contact-email-list a{color:#2b7cb8;font-weight:600}
.rp-body--contact .rp-contact-channels__meta p{font-size:.875rem;color:#374151;line-height:1.7;margin-bottom:8px}
.rp-body--contact .rp-contact-channels__meta a{color:#2b7cb8;font-weight:600}
.rp-body--contact .rp-contact-offices{display:grid;grid-template-columns:1fr;gap:16px}
.rp-body--contact .rp-contact-office{padding:20px;background:#fff;border:1px solid #eaecef;border-radius:14px}
.rp-body--contact .rp-contact-office img{width:32px;height:32px;margin-bottom:10px}
.rp-body--contact .rp-contact-office h3{font-size:.95rem;font-weight:700;color:#12151a;margin-bottom:6px}
.rp-body--contact .rp-contact-office p{font-size:.8125rem;color:#6b7280;line-height:1.6}

.rp-body--contact .rp-contact-hero__cta .rp-btn--ip-accent,
.rp-body--contact .rp-contact-form .rp-btn--ip-accent{display:inline-flex!important}

@media(max-width:900px){
.rp-body--contact .rp-contact-hero__grid{grid-template-columns:1fr;gap:32px}
.rp-body--contact .rp-contact-stats__row{grid-template-columns:1fr}
.rp-body--contact .rp-contact-channels__grid{grid-template-columns:1fr}
}
@media(max-width:640px){
.rp-body--contact .rp-contact-trust-logos{gap:20px 24px}
.rp-body--contact .rp-contact-trust-logos img{height:20px}
}
