/* section#core */
section#core {padding: 3rem 0 4rem;overflow: hidden;}
section#core .head { margin-bottom: 2.6rem; }
section#core .head .t_en { font-family: var(--font-en); font-weight: 700; font-size: clamp(2.4rem,5vw,4rem); line-height: 1; }
section#core .head .t_zh { margin-top: .6rem; font-weight: 700; letter-spacing: .22em; color: var(--gray); }
section#core .head .diff { margin-top: 1.2rem; display: inline-flex; align-items: center; gap: .7em; font-size: .86rem; font-weight: 700; color: var(--secondary); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .6em 1.4em; }
section#core .head .diff b { color: var(--primary); font-family: var(--font-en); }
section#core .head .diff s { color: var(--gray); font-weight: 500; }
section#core .panels { display: flex; gap: 1.2rem; min-height: 480px; }
section#core .panel {position: relative;flex: 1;overflow: hidden;cursor: pointer;background: #fff;border: 1px solid var(--line);transition: flex 1s cubic-bezier(.22,.8,.26,.99),border-radius 1s cubic-bezier(.22,.8,.26,.99),box-shadow .8s;border-radius: 30px;}
section#core .panel.on {flex: 2.6;border-radius: 30px;box-shadow: 0 10px 30px rgba(29,28,26,.14);}
section#core .panel .flame {position: absolute;inset: 0;background: radial-gradient(120% 90% at 50% 118%, #ffffff 0%, #513322 26%, #dd7148 48%, transparent 72%);opacity: 0;transform: translateY(30%);transition: opacity 1s,transform 1.1s cubic-bezier(.22,.8,.26,.99);}
section#core .panel.on .flame { opacity: 1; transform: none; }
section#core .panel .grain {position: absolute;inset: 0;mix-blend-mode: multiply;background: url("/images/37/core-1.jpg");background-size: cover;}
section#core .panel .spine {position: absolute;inset: 0;display: flex;flex-direction: column;justify-content: space-between;align-items: center;padding: 4.2rem 0;transition: opacity .5s;}
section#core .panel .spine::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 12%, rgb(161 73 39 / 24%) 70%, rgb(60 22 7) 100%), linear-gradient(180deg, transparent 45%, rgb(71 24 6));
    z-index: 0;
}

section#core .panel .spine .vno {font-family: var(--font-en);font-weight: 700;font-size: 1rem;letter-spacing: .2em;color: var(--gray);z-index: 10;}
section#core .panel .spine .vt {writing-mode: vertical-rl;font-weight: 500;font-size: clamp(1.2rem,1.8vw,1.5rem);letter-spacing: .1em;color: var(--gray);z-index: 10;}
section#core .panel .spine .ven {font-family: var(--font-en);font-weight: 600;font-size: .7rem;letter-spacing: .3em;color: var(--gray);text-transform: uppercase;z-index: 11;opacity: .8;}
section#core .panel:nth-child(2) .grain{background: url(/images/37/core-2.jpg);background-size: cover;}
section#core .panel:nth-child(3) .grain{background: url(/images/37/core-3.jpg);background-size: cover;}
section#core .panel.on .spine { opacity: 0; pointer-events: none; }
section#core .panel .body {position: absolute;inset: 0;display: flex;flex-direction: column;justify-content: flex-end;padding: 2.4rem 2.6rem;opacity: 0;transform: translateY(24px);transition: opacity .7s .25s,transform .7s .25s;}
section#core .panel.on .body { opacity: 1; transform: none; }
section#core .panel .body .bigno { position: absolute; top: 1.2rem; right: 1.8rem; font-family: var(--font-en); font-weight: 700; font-size: clamp(4rem,8vw,7rem); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(var(--secondary-rgb),.2); }
section#core .panel.on .body .bigno { -webkit-text-stroke-color: rgba(255,255,255,.5); }
section#core .panel .body h3 {font-size: clamp(1.3rem,2.2vw,1.8rem);font-weight: 600;letter-spacing: .08em;}
section#core .panel .body .ben {font-family: var(--font-en);font-weight: 700;font-size: .82rem;letter-spacing: .26em;color: var(--primary);text-transform: uppercase;margin-bottom: .6em;}
section#core .panel .body p {margin-top: .8em;font-size: 1rem;max-width: 34em;}
section#core .panel.on .body h3 { color: #fff; }
section#core .panel.on .body .ben { color: #ffd9c2; }
section#core .panel.on .body p { color: rgba(255,255,255,.94); }
section#core .hint_row { margin-top: 1.4rem; text-align: right; font-size: .74rem; letter-spacing: .16em; color: var(--gray); }

/* section#about */
section#about{padding:6rem 0 4.5rem;overflow:hidden;}
section#about .collage{position:relative;height:clamp(230px,32vw,380px);margin-bottom:-3.5rem;z-index:2;}
section#about .collage .ph{position:absolute;border-radius:16px;overflow:hidden;box-shadow:0 18px 46px rgba(29,28,26,.18);transition:transform .6s cubic-bezier(.22,.8,.26,.99);}
section#about .collage .ph:hover{transform:scale(1.05) rotate(0deg)!important;z-index:5;}
section#about .collage .p1{width:30%;aspect-ratio:4/3;left:6%;top:8%;transform:rotate(-4deg);}
section#about .collage .p2{width:24%;aspect-ratio:1;left:41%;top:0;transform:rotate(3deg);}
section#about .collage .p3{width:20%;aspect-ratio:3/4;right:16%;top:16%;transform:rotate(-2deg);}
section#about .collage .p4{width:13%;aspect-ratio:1;right:2%;top:4%;transform:rotate(6deg);}
section#about .about_card{position:relative;z-index:1;background:var(--white);border-radius:var(--radius-lg);padding:clamp(3.5rem,7vw,6rem) clamp(1.6rem,5vw,4.5rem) clamp(2.6rem,5vw,4rem);box-shadow:0 24px 70px rgba(29,28,26,.07);display:grid;grid-template-columns:1fr 1.35fr;gap:clamp(2rem,5vw,5rem);}
section#about .about_card .t_en{font-family:var(--font-en);font-weight:700;font-size:clamp(2.6rem,5.6vw,4.6rem);line-height:.98;letter-spacing:.01em;}
section#about .about_card .t_en i{font-style:normal;color:var(--primary);}
section#about .about_card .t_zh{margin-top:1.1rem;font-weight:700;font-size:1.05rem;letter-spacing:.2em;color:var(--gray);}
section#about .about_card .body p{margin-bottom:1.3em;font-size:.98rem;}
section#about .about_card .body strong{background:linear-gradient(transparent 62%,rgba(var(--primary-rgb),.28) 0);font-weight:700;}
section#about .marks{margin-top:2.6rem;display:flex;flex-wrap:wrap;gap:.8em;}
section#about .marks span{display:inline-flex;align-items:center;gap:.5em;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:.55em 1.2em;font-size:.82rem;font-weight:500;transition:.35s;}
section#about .marks span::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--primary);}
section#about .marks span:hover{background:var(--secondary);color:#fff;border-color:var(--secondary);transform:translateY(-3px);}

/* section#news */
section#news{padding:5.5rem 0;overflow:hidden;}
section#news .ghost_word{top:-2%;}
section#news .head{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.8rem;}
section#news .head .t_en{font-family:var(--font-en);font-weight:700;font-size:clamp(2.4rem,5vw,4rem);line-height:1;}
section#news .head .t_zh{margin-top:.6rem;font-weight:700;letter-spacing:.22em;color:var(--gray);}
section#news .list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;}
section#news .card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 14px 40px rgba(29,28,26,.06);transition:transform .5s cubic-bezier(.22,.8,.26,.99),box-shadow .5s;display:flex;flex-direction:column;}
section#news .card:hover{transform:translateY(-8px);box-shadow:0 26px 60px rgba(29,28,26,.14);}
section#news .card .pic{aspect-ratio:16/9;overflow:hidden;}
section#news .card .pic img{transition:transform 1s cubic-bezier(.22,.8,.26,.99);}
section#news .card:hover .pic img{transform:scale(1.07);}
section#news .card .txt{padding:1.4rem 1.5rem 1.6rem;display:flex;flex-direction:column;gap:.7em;flex:1;}
section#news .card .meta{display:flex;align-items:center;gap:.9em;}
section#news .card .chip{font-size:.68rem;font-weight:700;letter-spacing:.1em;color:var(--primary);border:1px solid rgba(var(--primary-rgb),.4);border-radius:999px;padding:.25em 1em;}
section#news .card time{font-family:var(--font-en);font-weight:700;font-size:.78rem;color:var(--gray);letter-spacing:.08em;}
section#news .card h3{font-size:1.02rem;font-weight:700;line-height:1.6;}
section#news .card .more{margin-top:auto;font-family:var(--font-en);font-weight:700;font-size:.74rem;letter-spacing:.2em;color:var(--secondary);display:inline-flex;align-items:center;gap:.6em;}
section#news .card .more::after{content:'â†’';color:var(--primary);transition:transform .35s;}
section#news .card:hover .more::after{transform:translateX(6px);}

/* section#product */
section#product{padding:6.5rem 0 7rem;background:var(--secondary);color:var(--paper);border-radius:56px;overflow:hidden;position:relative;display: none;}
section#product .ghost_word{top:6%;-webkit-text-stroke-color:rgba(255,255,255,.1);}
section#product .grid_bg{position:absolute;inset:0;pointer-events:none;background:
	linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
	linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
	background-size:64px 64px;mask-image:radial-gradient(70% 60% at 50% 40%,#000,transparent);}
section#product .head{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem;}
section#product .head .sec_eyebrow{color:#ff8a4d;}
section#product .head .t_en{font-family:var(--font-en);font-weight:700;font-size:clamp(2.4rem,5vw,4rem);line-height:1;color:#fff;}
section#product .head .t_zh{margin-top:.6rem;font-weight:700;letter-spacing:.22em;color:rgba(255,255,255,.55);}
section#product .head .hint{font-size:.75rem;letter-spacing:.16em;color:rgba(255,255,255,.45);display:flex;align-items:center;gap:.7em;}
section#product .head .hint::before{content:'';width:26px;height:1px;background:rgba(255,255,255,.35);}
section#product .flow{position:relative;z-index:1;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);cursor:grab;}
section#product .flow.dragging{cursor:grabbing;}
section#product .track{display:flex;gap:1.6rem;width:max-content;padding:2.6rem 0 1.5rem;will-change:transform;}
section#product .plan{width:clamp(250px,24vw,318px);flex:none;border-radius:22px;padding:1.9rem 1.7rem 1.7rem;position:relative;overflow:hidden;
	background:linear-gradient(160deg,rgba(255,255,255,.09),rgba(255,255,255,.03));
	border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(6px);
	transition:transform .55s cubic-bezier(.22,.8,.26,.99),border-color .55s,background .55s;}
section#product .plan:nth-child(odd){transform:translateY(-1.3rem) rotate(-.7deg);}
section#product .plan:nth-child(even){transform:translateY(1.1rem) rotate(.7deg);}
section#product .plan:hover{transform:translateY(-2rem) rotate(0deg) scale(1.03);border-color:rgba(var(--primary-rgb),.7);background:linear-gradient(160deg,rgba(var(--primary-rgb),.18),rgba(255,255,255,.04));z-index:3;}
section#product .plan .scan{position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.12) 50%,transparent 70%);transform:translateX(-120%);}
section#product .plan:hover .scan{animation:scanRun 1.1s ease forwards;}
@keyframes scanRun{to{transform:translateX(120%);}}
section#product .plan .no{font-family:var(--font-en);font-weight:700;font-size:.72rem;letter-spacing:.26em;color:#ff8a4d;}
section#product .plan h3{margin:.7em 0 .15em;font-size:1.28rem;font-weight:700;color:#fff;letter-spacing:.06em;}
section#product .plan .en{font-family:var(--font-en);font-weight:700;font-size:.72rem;letter-spacing:.2em;color:rgba(255,255,255,.4);text-transform:uppercase;}
section#product .plan p{margin-top:1.1em;font-size:.86rem;color:rgba(255,255,255,.72);line-height:1.9;}
section#product .plan .tagrow{margin-top:1.3em;display:flex;flex-wrap:wrap;gap:.5em;}
section#product .plan .tagrow em{font-style:normal;font-size:.68rem;letter-spacing:.06em;color:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.3em .95em;}
section#product .plan .go{margin-top:1.5em;display:inline-flex;align-items:center;gap:.6em;font-family:var(--font-en);font-weight:700;font-size:.72rem;letter-spacing:.22em;color:#fff;}
section#product .plan .go i{font-style:normal;width:30px;height:30px;border-radius:50%;background:var(--primary);display:grid;place-items:center;font-size:.8rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1);}
section#product .plan:hover .go i{transform:rotate(45deg);}
section#product .flow_bar{position:relative;z-index:1;margin-top:2.2rem;height:2px;background:rgba(255,255,255,.15);border-radius:99px;overflow:hidden;}
section#product .flow_bar i{position:absolute;left:0;top:0;height:100%;width:18%;background:linear-gradient(90deg,#ff8a4d,var(--primary));border-radius:99px;}

/* section#geo */
section#geo {padding: 4rem 0;overflow: hidden;position: relative;background: radial-gradient(720px 460px at 10% 60%,rgba(var(--primary-rgb),.08),transparent 68%),var(--paper);}
section#geo .wrap2 {display: grid;grid-template-columns: minmax(0,1.22fr) minmax(440px,1.08fr);gap: clamp(3rem,5vw,5rem);align-items: start;position: relative;z-index: 1;}
section#geo .geo_content { padding-top: 1rem; }
section#geo .t_main,section#geo .t_main span { margin-top: .9rem; font-size: clamp(2.2rem,4.2vw,3.5rem); font-weight: 700; line-height: 1.35; letter-spacing: .04em; }
section#geo .t_main .em { color: var(--primary); vertical-align: initial; }
section#geo .t_sub {margin-top: 1.2rem;display: flex;align-items: center;gap: .8em;flex-wrap: wrap;font-size: 1.1rem;font-weight: 500;}
section#geo .t_sub .tagS {padding: .3em 1em;border: 1px solid var(--line);border-radius: 999px;font-family: var(--font-en);font-size: 1.1rem;font-weight: 700;letter-spacing: .1em;text-decoration: line-through;}
section#geo .t_sub .tagG {padding: .3em 1em;border-radius: 999px;position: relative;background: var(--secondary);color: #fff;font-family: var(--font-en);font-size: 1.1rem;font-weight: 700;letter-spacing: .1em;}
section#geo .t_sub .tagG::after { content: ''; position: absolute; inset: -4px; border: 1px solid rgba(var(--primary-rgb),.6); border-radius: 999px; animation: emPulse 2.4s infinite; }
section#geo .geo_intro {margin-top: 1.6rem;max-width: 42rem;display: grid;gap: .55rem;}
section#geo .geo_intro p {margin: 0;color: #69665f;line-height: 1.85;letter-spacing: .035em;}
section#geo .geo_intro p:first-child {color: var(--secondary);font-size: 1.2rem;font-weight: 700;}
section#geo .geo_points {margin: 1.8rem 0 2rem;display: grid;gap: .65rem;max-width: 42rem;}
section#geo .geo_point {position: relative;display: grid;grid-template-columns: 2.6rem 1fr;align-items: center;padding: 1.2rem;overflow: hidden;border: 1px solid var(--line);border-radius: 15px;background: rgba(255,255,255,.72);backdrop-filter: blur(12px);transition: transform .45s cubic-bezier(.22,1,.36,1),border-color .45s ease,box-shadow .45s ease,background .45s ease;}
section#geo .geo_point::before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg,transparent 20%,rgba(var(--primary-rgb),.08),transparent 74%); transform: translateX(-110%); transition: transform .75s cubic-bezier(.22,1,.36,1); }
section#geo .geo_point:hover { transform: translateX(.45rem); border-color: rgba(var(--primary-rgb),.38); background: #fff; box-shadow: 0 20px 45px rgba(29,28,26,.08); }
section#geo .geo_point:hover::before { transform: translateX(110%); }
section#geo .geo_point_num {position: relative;z-index: 1;color: var(--primary);font-family: var(--font-en);font-size: 1.1rem;font-weight: 700;letter-spacing: .14em;}
section#geo .geo_point_body {position: relative;z-index: 1;display: grid;grid-template-columns: 3.25rem 1fr;gap: 1.75rem;align-items: center;}
section#geo .geo_point_icon {width: 3.2rem;height: 3.2rem;display: grid;place-items: center;border-radius: 10px;background: rgba(var(--primary-rgb),.1);color: var(--primary);}
section#geo .geo_point_icon svg {width: 2rem;height: 2rem;fill: none;stroke: currentColor;stroke-width: 1.8;stroke-linecap: round;stroke-linejoin: round;}
section#geo .geo_point h3 {margin: 0 0 .22rem;color: var(--secondary);font-size: 1.1rem;font-weight: 500;letter-spacing: .02em;}
section#geo .geo_point p {margin: 0;line-height: 1.65;font-size: 15px;opacity: .7;}
section#geo .cta_row { margin-top: 1.4rem; display: flex; align-items: center; gap: 1.4em; flex-wrap: wrap; }
section#geo .cta_note { max-width: 18rem; color: var(--gray); font-size: .78rem; line-height: 1.6; letter-spacing: .06em; }
section#geo .ai_stage { position: sticky; top: 7rem; padding: 1rem 0; }
section#geo .geo_simple {position: relative;padding: 2.5rem;overflow: hidden;border: 1px solid rgba(255,255,255,.08);border-radius: 28px;background: linear-gradient(145deg,#25231f 0%,#171614 100%);box-shadow: 0 36px 80px rgba(29,28,26,.26);}
section#geo .geo_simple::before { content: ''; position: absolute; top: -10rem; right: -9rem; width: 20rem; height: 20rem; border-radius: 50%; background: radial-gradient(circle,rgba(var(--primary-rgb),.2),transparent 68%); pointer-events: none; }
section#geo .geo_simple_head { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: .25rem .25rem 1.2rem; border-bottom: 1px solid rgba(255,255,255,.09); }
section#geo .geo_simple_head span {display: block;margin-bottom: .4rem;color: var(--primary);font-family: var(--font-en);font-size: .85rem;font-weight: 700;letter-spacing: .22em;}
section#geo .geo_simple_head h3 {margin: 0;color: #fff;font-size: 1.5rem;line-height: 1.5;letter-spacing: .04em;}
section#geo .geo_simple_live {display: flex;align-items: center;gap: .45rem;padding: .42rem .65rem;border: 1px solid rgba(255,255,255,.1);border-radius: 999px;color: rgba(255,255,255,.5);font-family: var(--font-en);font-size: .78rem;font-weight: 700;letter-spacing: .12em;white-space: nowrap;}
section#geo .geo_simple_live i { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(var(--primary-rgb),.1),0 0 14px rgba(var(--primary-rgb),.65); animation: geoStatus 1.6s ease-in-out infinite; }
section#geo .geo_simple_step {position: relative;z-index: 1;display: grid;grid-template-columns: 4.5rem 1fr;gap: .85rem;margin-top: 1rem;padding: 1.15rem;border: 1px solid rgba(255,255,255,.07);border-radius: 16px;background: rgba(255,255,255,.055);}
section#geo .geo_simple_num {width: 3rem;height: 3rem;display: grid;place-items: center;border-radius: 50%;background: rgba(var(--primary-rgb),.16);color: var(--primary);font-family: var(--font-en);font-weight: 700;justify-content: center;margin: auto;}
section#geo .geo_simple_content { min-width: 0; }
section#geo .geo_simple_label {display: block;margin-bottom: .15rem;color: var(--primary);font-family: var(--font-en);font-size: 1.2rem;font-weight: 700;letter-spacing: .16em;}
section#geo .geo_simple_question p {margin: 0;color: #fff;font-size: .92rem;line-height: 1.7;}
section#geo .geo_simple_connector { position: relative; height: 2rem; }
section#geo .geo_simple_connector::before {content: '';position: absolute;top: 0;left: 50%;width: 1px;height: 100%;background: linear-gradient(to bottom,rgba(var(--primary-rgb),.15),var(--primary),rgba(var(--primary-rgb),.15));}
section#geo .geo_simple_connector i {position: absolute;top: 0;left: 50.02%;width: 6px;height: 6px;border-radius: 50%;background: var(--primary);box-shadow: 0 0 12px rgba(var(--primary-rgb),.8);transform: translateX(-50%);animation: geoFlowDot 2s linear infinite;}
section#geo .geo_simple_ai {grid-template-columns: 4.5rem 1fr;padding: 1.15rem;border-color: rgba(var(--primary-rgb),.24);background: linear-gradient(120deg,rgba(var(--primary-rgb),.11),rgba(255,255,255,.035));transition: box-shadow .45s ease,border-color .45s ease;}
section#geo .geo_simple_ai.is-processing { border-color: rgba(var(--primary-rgb),.5); box-shadow: inset 0 0 35px rgba(var(--primary-rgb),.07),0 0 28px rgba(var(--primary-rgb),.08); }
section#geo .geo_simple_core { position: relative; width: 4.5rem; height: 4.5rem; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle,rgba(var(--primary-rgb),.28),transparent 67%); }
section#geo .geo_simple_core strong { position: relative; z-index: 2; width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; box-shadow: 0 0 0 7px rgba(var(--primary-rgb),.1),0 0 26px rgba(var(--primary-rgb),.42); font-family: var(--font-en); font-size: .85rem; }
section#geo .geo_simple_ai.is-processing .geo_simple_core strong { animation: geoAIPulse 1.2s ease-in-out infinite; }
section#geo .geo_simple_orbit { position: absolute; inset: .3rem; border: 1px dashed rgba(var(--primary-rgb),.42); border-radius: 50%; animation: ringSpin 12s linear infinite; }
section#geo .geo_simple_content h4 { margin: 0 0 .45rem; color: #fff; font-size: .9rem; line-height: 1.5; }
section#geo .geo_type_answer {min-height: 6.5em;}
section#geo .geo_type_answer span {color: rgba(255,255,255,.68);line-height: 1.9;letter-spacing: .025em;}
section#geo .geo_type_answer .cursor { display: inline-block; width: 2px; height: 1em; margin-left: 3px; vertical-align: -.14em; background: var(--primary); animation: geoTypeBlink .85s steps(1) infinite; }
section#geo .geo_type_answer .cite {display: inline-flex;align-items: center;gap: .4em;margin: 0 .18em;padding: .08em .55em;border: 1px solid rgba(var(--primary-rgb),.55);border-radius: 7px;background: rgba(var(--primary-rgb),.16);color: #ffb38b;box-shadow: 0 0 16px rgba(var(--primary-rgb),.16);font-weight: 500;vertical-align: bottom;font-size: .9rem;}
section#geo .geo_type_answer .cite b {padding: 0 .35em;border-radius: 4px;background: var(--primary);color: #fff;font-family: var(--font-en);font-size: .85rem;vertical-align: inherit;display: flex;justify-content: center;align-items: center;}
section#geo .geo_simple_result {position: relative;z-index: 1;display: grid;grid-template-columns: 4.5rem 1fr;gap: .85rem;align-items: center;padding: 1.15rem;border-radius: 16px;background: #fff;color: var(--secondary);opacity: .25;transform: translateY(10px);transition: opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1);}
section#geo .geo_simple_result.is-show { opacity: 1; transform: translateY(0); }
section#geo .geo_simple_check {width: 3rem;height: 3rem;display: grid;place-items: center;border-radius: 50%;background: var(--primary);color: #fff;box-shadow: 0 8px 10px rgba(var(--primary-rgb),.25);margin: auto;}
section#geo .geo_simple_check svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
section#geo .geo_simple_result h4 { margin: 0 0 .3rem; font-size: .86rem; }
section#geo .geo_simple_result p {margin: 0;line-height: 1.7;}
@keyframes ringSpin {
  to { transform: rotate(360deg); }
}
@keyframes geoStatus {
  0%,100% { opacity: .45; transform: scale(.75); }
  50% { opacity: 1; transform: scale(1); }
}
@keyframes geoFlowDot {
  0% { top: 0; opacity: 0; transform: translateX(-50%) scale(.5); }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { top: 100%; opacity: 0; transform: translateX(-50%) scale(1.15); }
}
@keyframes geoTypeBlink {
  50% { opacity: 0; }
}
@keyframes geoAIPulse {
  0%,100% { transform: scale(1); box-shadow: 0 0 0 7px rgba(var(--primary-rgb),.1),0 0 26px rgba(var(--primary-rgb),.42); }
  50% { transform: scale(1.07); box-shadow: 0 0 0 12px rgba(var(--primary-rgb),.06),0 0 42px rgba(var(--primary-rgb),.65); }
}
@media(max-width:1024px) {
  section#geo .wrap2 { grid-template-columns: 1fr; }
  section#geo .ai_stage { position: relative; top: auto; max-width: 46rem; margin: 1.5rem auto 0; }
}
@media(max-width:640px) {
  section#geo { padding: 3.5rem 0; }
  section#geo .t_main,section#geo .t_main span { font-size: clamp(2rem,9vw,2.7rem); }
  section#geo .geo_point { grid-template-columns: 2.4rem 1fr; padding: .85rem; }
  section#geo .geo_point_body { grid-template-columns: 2.2rem 1fr; }
  section#geo .geo_simple { padding: 1rem; border-radius: 22px; }
  section#geo .geo_simple_head { display: grid; }
  section#geo .geo_simple_live { width: max-content; }
  section#geo .geo_simple_ai { grid-template-columns: 1fr; }
  section#geo .geo_simple_core { margin: auto; }
  section#geo .geo_simple_content { text-align: left; }
  section#geo .geo_type_answer { min-height: 8.5em; }
  section#geo .geo_simple_result { grid-template-columns: 2.6rem 1fr; }
}
@media(prefers-reduced-motion:reduce) {
  section#geo *,section#geo *::before,section#geo *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}


/* section#album */
section#album{padding:6.5rem 0 5.5rem;overflow:hidden;}
section#album .ghost_word{top:2%;}
section#album .head{position:relative;z-index:1;text-align:center;margin-bottom:1.6rem;}
section#album .head .t_en{font-family:var(--font-en);font-weight:700;font-size:clamp(2.4rem,5vw,4rem);line-height:1;}
section#album .head .t_zh{margin-top:.6rem;font-weight:700;letter-spacing:.24em;color:var(--gray);}
section#album .stage{position:relative;z-index:1;perspective:1400px;cursor:grab;
	mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
	-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);}
section#album .stage.dragging{cursor:grabbing;}
section#album .strip{display:flex;gap:2rem;width:max-content;padding:3.2rem 0 2.4rem;transform-style:preserve-3d;will-change:transform;}
section#album .shot{position:relative;flex:none;width:clamp(240px,28vw,380px);aspect-ratio:4/3;border-radius:20px;overflow:hidden;box-shadow:0 26px 60px rgba(29,28,26,.2);will-change:transform,filter;transform-style:preserve-3d;}
section#album .shot::before{content:'';position:absolute;inset:0;z-index:2;border-radius:20px;pointer-events:none;border:1px solid rgba(255,255,255,.5);
	background:linear-gradient(115deg,rgba(255,255,255,.28) 0%,transparent 32%);mix-blend-mode:overlay;}
section#album .shot .cap{position:absolute;left:0;bottom:0;width:100%;z-index:3;padding:2.4em 1.3em 1em;color:#fff;background:linear-gradient(transparent,rgba(29,28,26,.78));display:flex;align-items:baseline;justify-content:space-between;gap:1em;}
section#album .shot .cap strong{font-size:.9rem;font-weight:700;letter-spacing:.1em;}
section#album .shot .cap span{font-family:var(--font-en);font-weight:700;font-size:.62rem;letter-spacing:.24em;color:#ffb68c;}
section#album .rails{display:flex;align-items:center;justify-content:center;gap:1.2em;margin-top:.6rem;}
section#album .rails .flow_bar{width:min(320px,60%);height:2px;background:rgba(var(--secondary-rgb),.14);border-radius:99px;position:relative;overflow:hidden;}
section#album .rails .flow_bar i{position:absolute;left:0;top:0;height:100%;width:18%;background:linear-gradient(90deg,#ff8a4d,var(--primary));border-radius:99px;}
section#album .rails .hint{font-size:.72rem;letter-spacing:.18em;color:var(--gray);}

/* section#cases  */
section#cases {padding: 3.5rem 0 3rem;overflow: hidden;position: relative;background: radial-gradient(1000px 600px at 90% 40%,rgba(var(--primary-rgb),.08),transparent 60%),var(--paper);display: flex;flex-direction: column;align-content: center;align-items: center;}
section#cases .ghost_word { position: absolute; left: 0; top: 140px; z-index: 0; width: 40%; }
section#cases .head { position: relative; z-index: 1; max-width: 100%; margin-bottom: 8rem; padding: 0 40px; display: flex; justify-content: center; flex-direction: column; align-content: center; }
section#cases .head .t_main {margin-top: 1.1rem;font-size: clamp(1.7rem,4vw,2.9rem);font-weight: 700;line-height: 1.5;letter-spacing: .04em;text-align: center;}
section#cases .head .t_main mark { background: none; color: var(--primary); position: relative; white-space: nowrap; }
section#cases .head .t_main mark::after { content: ''; position: absolute; left: 0; bottom: .02em; width: 100%; height: .16em; background: rgba(var(--primary-rgb),.25); border-radius: 99px; transform: scaleX(0); transform-origin: left; transition: transform 1s .5s cubic-bezier(.6,0,.2,1); }
section#cases.in-view .head .t_main mark::after{transform:scaleX(1);}
section#cases .head .t_note{margin-top:.9rem;font-size: 1.2rem;display:flex;align-items:center;gap:.7em;justify-content: center;}
section#cases .head .t_note::before{content:'âœ“';font-weight:700;color:var(--primary);}
section#cases .ledger{position:relative;z-index:1;border-top:1px solid var(--line);display: grid;align-items: center;grid-template-columns: 1fr;}
section#cases .row { position: relative; display: grid; grid-template-columns: 6rem 1.2fr 1.6fr auto auto; align-items: center; gap: 1.6rem; padding: 1.3rem .6rem; border-bottom: 1px solid var(--line); cursor: pointer; overflow: hidden; transition: padding .6s cubic-bezier(.22,.8,.26,.99); }
section#cases .row::before { content: ''; position: absolute; inset: 0; z-index: 0; background: radial-gradient(140% 260% at 0% 50%,#ff7a2e 0%,var(--primary) 34%,var(--primary-deep) 70%); transform: translateX(-101%); transition: transform .65s cubic-bezier(.7,0,.2,1); }
section#cases .row.on::before { transform: none; }
section#cases .row.on { padding-left: 1.6rem; padding-right: 1.4rem; }
section#cases .row>* { position: relative; z-index: 1; }
section#cases .row .no { font-family: var(--font-en); font-weight: 700; font-size: 4rem; letter-spacing: .1em; color: transparent; -webkit-text-stroke: 1.2px rgba(var(--secondary-rgb),.4); transition: .5s; }
section#cases .row.on .no { color: #fff; -webkit-text-stroke-color: transparent; }
section#cases .row .name h3 { font-size: clamp(1.15rem,2.4vw,1.8rem); font-weight: 700; letter-spacing: .08em; line-height: 1.3; transition: color .5s; }
section#cases .row .name small { display: block; font-family: var(--font-en); font-weight: 600; font-size: 1rem; letter-spacing: .3em; color: var(--primary); text-transform: uppercase; margin-top: .3em; transition: color .5s; }
section#cases .row.on .name h3 { color: #fff; }
section#cases .row.on .name small { color: #ffd9c2; }
section#cases .row .subs { display: flex; flex-wrap: wrap; gap: .5em; }
section#cases .row .subs em { font-style: normal; font-size: 1.2rem; font-weight: 400; letter-spacing: .06em; color: var(--secondary); border: 1px solid var(--line); background: rgba(255,255,255,.66); border-radius: 999px; padding: .32em 1em; transition: transform .45s cubic-bezier(.34,1.56,.64,1),background .45s,color .45s,border-color .45s; }
section#cases .row.on .subs em { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.45); color: #fff; }
section#cases .row.on .subs em:nth-child(1) { transition-delay: .05s; transform: translateY(-3px); }
section#cases .row.on .subs em:nth-child(2) { transition-delay: .1s; transform: translateY(-3px); }
section#cases .row.on .subs em:nth-child(3) { transition-delay: .15s; transform: translateY(-3px); }
section#cases .row.on .subs em:nth-child(4){transition-delay:.2s;transform:translateY(-3px);}
section#cases .row.on .subs em:nth-child(5){transition-delay:.25s;transform:translateY(-3px);}
section#cases .row .stat { font-family: var(--font-en); font-weight: 700; font-size: 1rem; letter-spacing: .1em; color: var(--primary); border: 1px dashed rgba(var(--primary-rgb),.5); border-radius: 999px; padding: .4em 1.1em; white-space: nowrap; transition: .5s; }
section#cases .row.on .stat { background: #fff; border-style: solid; border-color: #fff; color: var(--primary-deep); box-shadow: 0 8px 24px rgba(120,25,0,.3); }
section#cases .row .arr{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;transition:.5s;}
section#cases .row .arr svg{width:15px;height:15px;fill:none;stroke:var(--secondary);stroke-width:2.2;transition:.5s;}
section#cases .row.on .arr{border-color:#fff;background:#fff;transform:rotate(-45deg);}
section#cases .row.on .arr svg{stroke:var(--primary);}
section#cases .peek{position:absolute;top:0;left:0;z-index:6;width:min(300px,24vw);aspect-ratio:4/3;pointer-events:none;
	opacity:0;transform:scale(.7);transition:opacity .35s,filter .35s;will-change:transform;filter:blur(6px);}
section#cases .peek.show{opacity:1;filter:blur(0);}
section#cases .peek .frame{position:absolute;inset:0;border-radius:16px;overflow:hidden;background:#fff;
	box-shadow:0 34px 70px rgba(29,28,26,.32),0 0 0 1px rgba(255,255,255,.6) inset;}
section#cases .peek .frame .dots{position:absolute;top:0;left:0;width:100%;height:26px;z-index:2;background:rgba(29,28,26,.85);display:flex;align-items:center;gap:5px;padding:0 .8em;}
section#cases .peek .frame .dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.25);}
section#cases .peek .frame .dots i:first-child{background:var(--primary);}
section#cases .peek .frame img { position: absolute; inset: 26px 0 0; width: 100%; height: calc(100% - 26px); object-fit: cover; }
section#cases .peek .tagname { position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%); z-index: 3; background: var(--secondary); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .16em; border-radius: 999px; padding: .4em 1.3em; white-space: nowrap; box-shadow: 0 10px 26px rgba(29,28,26,.35); }
section#cases .em_btn { text-align: center; justify-content: flex-end; margin: 60px auto 0; }



/* section#line */
section#line {padding: 5rem 0 0;overflow: hidden;position: relative;display: none;}
section#line .globe { position: relative; max-width: 1180px; margin: 0 auto; padding-bottom: 5.5rem; }
section#line .globe .sphere { position: absolute; left: 50%; top: 2%; transform: translateX(-50%); width: min(1120px,124%); aspect-ratio: 1; border-radius: 50%; z-index: 0; background: radial-gradient(circle at 32% 24%,#ffb37e 0%,#ff7a2e 30%,var(--primary) 58%,var(--primary-deep) 84%,#8f2703 100%); box-shadow: 0 60px 140px rgba(var(--primary-rgb),.4),inset -40px -60px 140px rgba(120,20,0,.4),inset 30px 40px 120px rgba(255,255,255,.28); }
section#line .globe .sphere::after { content: ''; position: absolute; inset: 0; border-radius: 50%; opacity: .14; mix-blend-mode: overlay; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E"); }
section#line .globe .orbit_txt { position: absolute; left: 0; top: 8%; width: 100%; overflow: hidden; pointer-events: none; z-index: 2; font-family: var(--font-en); font-weight: 700; font-size: .72rem; letter-spacing: .4em; color: rgba(255,255,255,.6); white-space: nowrap; }
section#line .globe .orbit_txt span { display: inline-block; padding-right: 2em; animation: ghostDrift 26s linear infinite; }
section#line .stage3 { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .9fr auto; gap: 2.4rem; align-items: center; padding: clamp(4rem,9vw,7rem) clamp(1.4rem,5vw,4rem) 0; }
section#line .steps { color: #fff; }
section#line .steps .w { display: block; font-family: var(--font-en); font-weight: 700; line-height: 1.04; font-size: clamp(2.4rem,5.6vw,4.4rem); letter-spacing: .01em; text-shadow: 0 4px 24px rgba(120,25,0,.25); }
section#line .steps .w:nth-child(2) { padding-left: .9em; }
section#line .steps .w:nth-child(3) { padding-left: .35em; }
section#line .steps .w .pill { display: inline-block; background: var(--secondary); color: #fff; border-radius: .35em; padding: .02em .3em .08em; transform: rotate(-3deg); box-shadow: 0 14px 34px rgba(29,28,26,.35); }
section#line .steps .zh { margin: 1.3rem 0 1.4rem; font-size: .98rem; line-height: 2; color: rgba(255,255,255,.95); max-width: 24em; padding-left: .2em; }
section#line .qreps { display: flex; flex-wrap: wrap; gap: .55em; margin: 0 0 1.6rem; }
section#line .qreps a { display: inline-flex; align-items: center; gap: .45em; font-size: .78rem; font-weight: 700; letter-spacing: .06em; color: #fff; border: 1.5px solid rgba(255,255,255,.6); border-radius: 999px; padding: .42em 1.15em; transition: transform .4s cubic-bezier(.34,1.56,.64,1),background .4s,color .4s; }
section#line .qreps a::before { content: 'âœ¦'; font-size: .7em; transition: .4s; }
section#line .qreps a:hover { background: #fff; color: var(--primary-deep); transform: translateY(-4px); }
section#line .qreps a:hover::before { transform: rotate(180deg); }
section#line .bubcta { position: relative; display: inline-flex; align-items: center; gap: 1em; background: #fff; color: var(--secondary); border-radius: 24px 24px 24px 6px; padding: 1em 1.6em; font-weight: 700; font-size: 1.02rem; letter-spacing: .12em; box-shadow: 0 18px 44px rgba(120,25,0,.35); transition: transform .45s cubic-bezier(.34,1.56,.64,1),background .45s,color .45s; }
section#line .bubcta::after { content: ''; position: absolute; left: -1px; bottom: -10px; border: 11px solid transparent; border-left-color: #fff; border-top-color: #fff; border-bottom-width: 0; transition: .45s; }
section#line .bubcta .dots { display: inline-flex; gap: 5px; }
section#line .bubcta .dots i { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); animation: typeDot 1.2s infinite; }
section#line .bubcta .dots i:nth-child(2) { animation-delay: .15s; }
section#line .bubcta .dots i:nth-child(3) { animation-delay: .3s; }
@keyframes typeDot{0%,60%,100%{transform:translateY(0);opacity:.45;}30%{transform:translateY(-5px);opacity:1;}}
section#line .bubcta .arw{width:36px;height:36px;border-radius:50%;background:var(--primary);display:grid;place-items:center;transition:transform .5s cubic-bezier(.34,1.56,.64,1);}
section#line .bubcta .arw svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:2.4;}
section#line .bubcta:hover{background:var(--secondary);color:#fff;transform:translateY(-4px) rotate(-1deg);}
section#line .bubcta:hover::after{border-left-color:var(--secondary);border-top-color:var(--secondary);}
section#line .bubcta:hover .arw{transform:rotate(45deg);}
section#line .phone{position:relative;width:min(280px,100%);margin:0 auto;background:var(--secondary);border-radius:34px;padding:.7rem;box-shadow:0 40px 90px rgba(120,25,0,.45),0 0 0 1px rgba(255,255,255,.16) inset;transform:rotate(2deg);transition:transform .6s cubic-bezier(.34,1.56,.64,1);}
section#line .phone:hover{transform:rotate(0) translateY(-8px);}
section#line .phone .notch{position:absolute;top:.7rem;left:50%;transform:translateX(-50%);width:38%;height:16px;background:var(--secondary);border-radius:0 0 12px 12px;z-index:3;}
section#line .phone .scr{background:var(--paper);border-radius:26px;overflow:hidden;height:360px;display:flex;flex-direction:column;}
section#line .phone .scr .top{background:#fff;padding:1.4rem 1rem .6rem;font-weight:700;font-size:.8rem;letter-spacing:.08em;display:flex;align-items:center;gap:.5em;border-bottom:1px solid var(--line);}
section#line .phone .scr .top i{width:10px;height:10px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.2);}
section#line .phone .scr .top small{margin-left:auto;font-family:var(--font-en);font-weight:700;font-size:.56rem;letter-spacing:.2em;color:var(--gray);}
section#line .phone .chat{flex:1;padding:.9rem .8rem;display:flex;flex-direction:column;gap:.55rem;overflow:hidden;justify-content:flex-end;}
section#line .phone .bub{max-width:88%;font-size:.74rem;line-height:1.7;padding:.55em .95em;border-radius:14px;opacity:0;transform:translateY(14px) scale(.9);transition:opacity .45s,transform .5s cubic-bezier(.34,1.56,.64,1);}
section#line .phone .bub.showb{opacity:1;transform:none;}
section#line .phone .bub.me{align-self:flex-end;background:var(--secondary);color:#fff;border-bottom-right-radius:4px;}
section#line .phone .bub.em{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:4px;box-shadow:0 6px 16px rgba(29,28,26,.08);}
section#line .phone .bub.em b{color:var(--primary);}
section#line .phone .qrow{display:flex;gap:.4em;flex-wrap:wrap;opacity:0;transform:translateY(10px);transition:.5s;}
section#line .phone .qrow.showb{opacity:1;transform:none;}
section#line .phone .qrow i{font-style:normal;font-size:.62rem;font-weight:700;color:var(--primary);border:1px solid rgba(var(--primary-rgb),.5);background:#fff;border-radius:999px;padding:.3em .9em;}
section#line .badge{position:relative;width:clamp(190px,16vw,232px);aspect-ratio:1;margin:0 auto;}
section#line .badge .ringtxt{position:absolute;inset:0;animation:badgeSpin 18s linear infinite;filter:drop-shadow(0 4px 12px rgba(120,25,0,.3));}
@keyframes badgeSpin{to{transform:rotate(360deg);}}
section#line .badge .ringtxt text{font-family:var(--font-en);font-weight:700;font-size:8px;letter-spacing:.3em;fill:#fff;text-transform:uppercase;}
section#line .badge .qrbox{position:absolute;inset:18%;background:#fff;border-radius:20px;box-shadow:0 26px 60px rgba(120,25,0,.45);display:grid;place-items:center;padding:11%;transition:transform .5s cubic-bezier(.34,1.56,.64,1);overflow:hidden;}
section#line .badge:hover .qrbox{transform:rotate(-4deg) scale(1.06);}
section#line .badge .qrbox svg{width:100%;height:100%;}
section#line .badge .qrbox .scanline{position:absolute;left:10%;right:10%;top:10%;height:3px;background:linear-gradient(90deg,transparent,var(--primary),transparent);box-shadow:0 0 14px rgba(var(--primary-rgb),.8);animation:qrScan 2.6s ease-in-out infinite;}
@keyframes qrScan{0%,100%{transform:translateY(0);}50%{transform:translateY(1400%);}}
section#line .badge .tag{position:absolute;left:50%;bottom:-6%;transform:translateX(-50%);background:var(--secondary);color:#fff;font-family:var(--font-en);font-weight:700;font-size:.6rem;letter-spacing:.2em;border-radius:999px;padding:.45em 1.2em;white-space:nowrap;box-shadow:0 10px 26px rgba(29,28,26,.4);}

@media (max-width:1024px){
	section#about .about_card{grid-template-columns:1fr;}
	section#news .list{grid-template-columns:repeat(2,1fr);}
	section#geo .wrap2{grid-template-columns:1fr;}
	section#geo .ai_stage{max-width:560px;}
	section#cases .peek{display:none;}
	section#cases .row{grid-template-columns:4rem 1.2fr 1.6fr auto;}
	section#cases .row .stat{display:none;}
	section#line .stage3{grid-template-columns:1fr 1fr;}
	section#line .badge{grid-column:1/-1;margin-top:2.5rem;}
}
@media (max-width:760px){
	section#core .panels{flex-direction:column;min-height:0;}
	section#core .panel{border-radius:24px!important;min-height:200px;}
	section#core .panel .spine{display:none;}
	section#core .panel .body{position:static;opacity:1;transform:none;padding:1.8rem 1.5rem;}
	section#core .panel .flame{opacity:1;transform:none;background:radial-gradient(150% 110% at 100% 120%,#ff7a2e 0%,var(--primary) 34%,transparent 66%);}
	section#core .panel .body h3{color:#fff;}
	section#core .panel .body .ben{color:#ffd9c2;}
	section#core .panel .body p{color:rgba(255,255,255,.94);}
	section#core .panel .body .bigno{-webkit-text-stroke-color:rgba(255,255,255,.4);font-size:3.6rem;}
	section#core .hint_row{display:none;}
	section#about .collage{height:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-bottom:-2rem;padding:0 4%;}
	section#about .collage .ph{position:static;width:100%!important;aspect-ratio:4/3!important;}
	section#news .list{grid-template-columns:1fr;}
	section#news .head,section#product .head{flex-direction:column;align-items:flex-start;}
	section#product{border-radius:32px;}
	section#geo .ring{display:none;}
	section#album .shot{width:72vw;}
	section#cases .peek{display:none;}
	section#cases .row{grid-template-columns:3rem 1fr auto;grid-template-areas:'no name arr' 'no subs subs' 'no stat stat';row-gap:.9rem;padding:1.4rem .4rem;}
	section#cases .row .no{grid-area:no;align-self:start;}
	section#cases .row .name{grid-area:name;}
	section#cases .row .subs{grid-area:subs;}
	section#cases .row .stat{grid-area:stat;justify-self:start;}
	section#cases .row .arr{grid-area:arr;width:38px;height:38px;}
	section#line .globe{min-height:0;}
	section#line .globe .sphere{width:190%;border-radius:64px;height:100%;aspect-ratio:auto;}
	section#line .stage3{grid-template-columns:1fr;justify-items:center;text-align:center;padding-bottom:3.4rem;gap:2.4rem;}
	section#line .steps .w{padding-left:0!important;}
	section#line .steps .zh{margin-left:auto;margin-right:auto;}
}
