@tailwind base;@tailwind components;@tailwind utilities;:root{--color-bg:#07111f;--color-bg-soft:#0b1b31;--color-bg-panel:hsla(0,0%,100%,.92);--color-text:#182136;--color-text-soft:#5d687a;--color-muted:#7f8a9c;--color-white:#fff;--color-primary:#1378ff;--color-primary-deep:#0759ce;--color-accent:#21d2ff;--color-gold:#f7c96a;--color-border:rgba(16,43,78,.12);--shadow-card:0 20px 55px rgba(8,30,68,.16);--shadow-soft:0 12px 30px rgba(7,25,55,.12);--container:1200px;--header-height:74px;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--font-sans:Arial,Helvetica,"PingFang SC","Microsoft YaHei",sans-serif}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body,html{background:#f6f9ff}body{margin:0;color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}body:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 12% 6%,rgba(36,154,255,.28),transparent 30%),radial-gradient(circle at 92% 16%,rgba(33,210,255,.18),transparent 26%),linear-gradient(180deg,#eef6ff,#fff 46%,#f3f7ff)}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}img,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh;overflow:hidden;background:transparent}.site-main{position:relative}.container{width:min(100% - 48px,var(--container));margin-inline:auto}.section{position:relative;padding:86px 0}.section-title{display:flex;flex-direction:column;align-items:center;gap:14px;margin:0 auto 42px;text-align:center}.section-title__eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 16px;border:1px solid rgba(19,120,255,.2);border-radius:999px;color:var(--color-primary);font-size:14px;font-weight:700;letter-spacing:.12em;background:hsla(0,0%,100%,.72)}.section-title__heading{margin:0;color:#111b2f;font-size:clamp(32px,4vw,54px);font-weight:900;line-height:1.06;letter-spacing:-.045em}.section-title__text{max-width:720px;margin:0;color:var(--color-text-soft);font-size:17px;line-height:1.8}.site-header{position:fixed;top:0;right:0;left:0;z-index:50;height:var(--header-height);color:var(--color-white);background:rgba(5,18,38,.72);border-bottom:1px solid hsla(0,0%,100%,.12);backdrop-filter:blur(18px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:28px}.site-header__brand{display:inline-flex;align-items:center;gap:12px;min-width:150px}.site-header__logo{width:auto;height:40px;object-fit:contain}.site-header__brand-text{display:flex;flex-direction:column;gap:2px;font-size:12px;line-height:1.2;color:hsla(0,0%,100%,.78)}.site-header__brand-text strong{color:#fff;font-size:17px;letter-spacing:.02em}.site-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,3vw,46px);flex:1}.site-nav__link{position:relative;display:inline-flex;align-items:center;height:var(--header-height);color:hsla(0,0%,100%,.86);font-size:16px;font-weight:700;white-space:nowrap;transition:color .18s ease}.site-nav__link:after{content:"";position:absolute;right:12%;bottom:16px;left:12%;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--color-accent),var(--color-primary));opacity:0;transform:translateY(5px) scaleX(.62);transition:opacity .18s ease,transform .18s ease}.site-nav__link--active,.site-nav__link:hover{color:#fff}.site-nav__link--active:after,.site-nav__link:hover:after{opacity:1;transform:translateY(0) scaleX(1)}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;min-width:170px;gap:12px}.site-header__social{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid hsla(0,0%,100%,.18);border-radius:50%;background:hsla(0,0%,100%,.08);transition:transform .18s ease,background .18s ease}.site-header__social:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.18)}.site-header__social img{width:22px;height:22px;object-fit:contain}.hero-section{position:relative;min-height:760px;padding:calc(var(--header-height) + 92px) 0 110px;color:#fff;background:#07111f;isolation:isolate}.hero-section:before{content:"";position:absolute;inset:0;z-index:-2;background:url(/images/home_bg.png) top/cover no-repeat}.hero-section:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,12,28,.78),rgba(4,12,28,.42) 46%,rgba(4,12,28,.1)),linear-gradient(180deg,rgba(4,12,28,.1),rgba(4,12,28,.18) 66%,#f6f9ff)}.hero-section__inner{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:center;gap:46px}.hero-section__content{display:flex;flex-direction:column;align-items:flex-start;gap:24px;max-width:640px}.hero-section__badge{display:inline-flex;align-items:center;gap:10px;padding:9px 16px;border:1px solid hsla(0,0%,100%,.22);border-radius:999px;color:hsla(0,0%,100%,.88);font-size:14px;font-weight:700;background:hsla(0,0%,100%,.08);backdrop-filter:blur(16px)}.hero-section__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 16px rgba(33,210,255,.88)}.hero-section__title-image{width:min(100%,485px);height:auto;object-fit:contain;filter:drop-shadow(0 20px 38px rgba(0,0,0,.26))}.hero-section__title{margin:0;font-size:clamp(42px,6vw,78px);font-weight:900;line-height:1.02;letter-spacing:-.055em}.hero-section__description{max-width:590px;margin:0;color:hsla(0,0%,100%,.82);font-size:18px;line-height:1.9}.hero-section__cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding-top:6px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 24px;border:0;border-radius:999px;cursor:pointer;font-weight:800;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button--primary{color:#fff;background:linear-gradient(135deg,#1da4ff,#0759ce);box-shadow:0 16px 30px rgba(19,120,255,.32)}.button--light{color:#0c2851;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.16)}.button--ghost{color:#fff;border:1px solid hsla(0,0%,100%,.26);background:hsla(0,0%,100%,.1)}.hero-section__visual{position:relative;min-height:510px}.hero-section__phone-card{position:absolute;right:0;bottom:24px;width:min(100%,520px);border:1px solid hsla(0,0%,100%,.18);border-radius:34px;padding:16px;background:hsla(0,0%,100%,.12);box-shadow:0 34px 90px rgba(0,0,0,.28);backdrop-filter:blur(18px)}.hero-section__feature-image{width:100%;min-height:330px;border-radius:25px;object-fit:cover}.hero-section__floating{position:absolute;display:flex;align-items:center;gap:12px;max-width:240px;padding:14px 16px;border:1px solid hsla(0,0%,100%,.2);border-radius:18px;color:#fff;background:rgba(5,20,42,.68);box-shadow:0 20px 50px rgba(0,0,0,.22);backdrop-filter:blur(16px)}.hero-section__floating--top{top:58px;left:0}.hero-section__floating--bottom{right:42px;bottom:0}.hero-section__floating img{flex:0 0 auto;width:42px;height:42px;border-radius:12px;object-fit:cover}.hero-section__floating strong{display:block;margin-bottom:4px;font-size:15px}.hero-section__floating span{display:block;color:hsla(0,0%,100%,.72);font-size:12px;line-height:1.35}.hero-section__quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;margin-top:18px}.hero-section__quick-card{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid hsla(0,0%,100%,.14);border-radius:18px;color:hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.08)}.hero-section__quick-card img{width:34px;height:34px;border-radius:10px;object-fit:cover}.hero-section__quick-card span{font-size:13px;font-weight:700;line-height:1.3}.plans-section{background:#f6f9ff}.plans-section:before{content:"";position:absolute;inset:0 0 auto;height:260px;background:linear-gradient(180deg,rgba(246,249,255,0),#f6f9ff 68%);pointer-events:none}.plans-section__title-image{width:min(100%,430px);margin:0 auto 28px}.plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.plan-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:430px;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease}.plan-card:hover{transform:translateY(-8px);box-shadow:0 26px 70px rgba(8,30,68,.2)}.plan-card__media{position:relative;height:230px;overflow:hidden;background:#dce9ff}.plan-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.plan-card:hover .plan-card__media img{transform:scale(1.045)}.plan-card__tag{position:absolute;top:16px;left:16px;z-index:1;padding:7px 12px;border-radius:999px;color:#fff;font-size:12px;font-weight:800;background:rgba(8,33,70,.75);backdrop-filter:blur(12px)}.plan-card__body{display:flex;flex:1;flex-direction:column;padding:24px}.plan-card__title{margin:0 0 10px;color:#111b2f;font-size:23px;font-weight:900;letter-spacing:-.03em}.plan-card__desc{margin:0 0 20px;color:var(--color-text-soft);font-size:15px;line-height:1.75}.plan-card__meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:auto}.plan-card__meta span{padding:7px 10px;border-radius:999px;color:#27507e;font-size:12px;font-weight:700;background:#edf5ff}.life-section{position:relative;overflow:hidden;color:#fff;background:#07111f}.life-section:before{content:"";position:absolute;inset:0;background:url(/images/mask_bg.png) 50%/cover no-repeat;opacity:.72}.life-section__inner{position:relative;z-index:1}.life-section .section-title__heading,.life-section .section-title__text{color:#fff}.life-section .section-title__text{color:hsla(0,0%,100%,.76)}.life-section__title-image{width:min(100%,430px);margin:0 auto 28px}.life-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.life-card{overflow:hidden;min-height:260px;border:1px solid hsla(0,0%,100%,.14);border-radius:24px;background:hsla(0,0%,100%,.08);box-shadow:0 18px 48px rgba(0,0,0,.18);backdrop-filter:blur(14px)}.life-card__image{width:100%;height:190px;object-fit:cover}.life-card__body{padding:16px}.life-card__title{margin:0 0 6px;font-size:17px;font-weight:900}.life-card__text{margin:0;color:hsla(0,0%,100%,.7);font-size:13px;line-height:1.55}.download-section{overflow:hidden;background:linear-gradient(180deg,#f6f9ff,#fff)}.download-panel{position:relative;display:grid;grid-template-columns:minmax(0,.94fr) minmax(360px,1.06fr);align-items:center;gap:38px;overflow:hidden;min-height:430px;padding:56px;border:1px solid rgba(19,120,255,.16);border-radius:36px;background:radial-gradient(circle at 78% 18%,rgba(33,210,255,.2),transparent 34%),linear-gradient(135deg,#0b5bd3,#148bff 54%,#21d2ff);box-shadow:0 30px 80px rgba(19,120,255,.25)}.download-panel:after{content:"";position:absolute;right:-140px;bottom:-180px;width:470px;height:470px;border-radius:50%;background:hsla(0,0%,100%,.16)}.download-panel__content{position:relative;z-index:1;color:#fff}.download-panel__title{margin:0 0 18px;font-size:clamp(34px,5vw,56px);font-weight:900;line-height:1.08;letter-spacing:-.045em}.download-panel__text{max-width:520px;margin:0 0 30px;color:hsla(0,0%,100%,.82);font-size:17px;line-height:1.8}.download-panel__actions{display:flex;flex-wrap:wrap;gap:14px}.download-panel__visual{position:relative;z-index:1;display:grid;grid-template-columns:1fr .84fr;align-items:center;gap:20px}.download-panel__preview{overflow:hidden;border:10px solid hsla(0,0%,100%,.24);border-radius:30px;box-shadow:0 28px 60px rgba(0,0,0,.24)}.download-panel__preview img{width:100%;aspect-ratio:4/3;object-fit:cover}.download-panel__qr-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px;border-radius:24px;background:#fff;box-shadow:0 20px 45px rgba(0,0,0,.18)}.download-panel__qr-card img{width:132px;height:132px;object-fit:cover}.download-panel__qr-card strong{color:#12213a;font-size:16px}.download-panel__qr-card span{color:var(--color-text-soft);font-size:12px;text-align:center}.site-footer{color:hsla(0,0%,100%,.76);background:#07111f}.site-footer__top{display:grid;grid-template-columns:1.2fr repeat(3,minmax(0,.7fr));gap:36px;padding:58px 0 42px}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.site-footer__logo{height:46px;width:auto;object-fit:contain}.site-footer__desc{max-width:340px;margin:0;font-size:14px;line-height:1.8}.site-footer__socials{display:flex;flex-wrap:wrap;gap:12px}.site-footer__social{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid hsla(0,0%,100%,.14);border-radius:50%;background:hsla(0,0%,100%,.06)}.site-footer__social img{width:22px;height:22px;object-fit:contain}.site-footer__col-title{margin:0 0 18px;color:#fff;font-size:16px;font-weight:900}.site-footer__link-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.site-footer__link{color:hsla(0,0%,100%,.68);font-size:14px;transition:color .16s ease}.site-footer__link:hover{color:#fff}.site-footer__qr-row{display:flex;gap:14px;flex-wrap:wrap}.site-footer__qr{width:104px;padding:8px;border-radius:14px;background:#fff}.site-footer__qr img{width:88px;height:88px;object-fit:cover}.site-footer__qr span{display:block;margin-top:6px;color:#34435a;font-size:11px;font-weight:700;text-align:center}.site-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding:20px 0 26px;border-top:1px solid hsla(0,0%,100%,.12);font-size:13px}.site-footer__police{display:inline-flex;align-items:center;gap:8px}.site-footer__police img{width:18px;height:18px;object-fit:contain}@media (max-width:1080px){:root{--header-height:68px}.site-nav{gap:18px}.site-header__actions,.site-header__brand-text{display:none}.download-panel,.hero-section__inner{grid-template-columns:1fr}.hero-section__visual{min-height:420px}.life-grid,.plans-grid,.site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.container{width:min(100% - 28px,var(--container))}.section{padding:62px 0}.site-header{position:sticky;background:rgba(5,18,38,.92)}.site-header__inner{gap:14px}.site-header__logo{height:34px}.site-nav{justify-content:flex-start;overflow-x:auto;gap:18px;padding-bottom:2px;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav__link{height:var(--header-height);font-size:14px}.hero-section{min-height:auto;padding:72px 0 80px}.hero-section__inner{gap:28px}.download-panel__text,.hero-section__description,.section-title__text{font-size:15px}.download-panel__visual,.hero-section__quick-links,.life-grid,.plans-grid,.site-footer__top{grid-template-columns:1fr}.hero-section__visual{min-height:360px}.hero-section__phone-card{position:relative;right:auto;bottom:auto}.hero-section__floating{position:relative;max-width:none;margin-top:12px}.hero-section__floating--bottom,.hero-section__floating--top{top:auto;right:auto;bottom:auto;left:auto}.plan-card{min-height:auto}.download-panel{padding:30px 22px;border-radius:26px}.download-panel__actions{flex-direction:column;align-items:stretch}.button{width:100%}.site-footer__bottom{align-items:flex-start;flex-direction:column}}