/* products.css - 产品版本页 */
.product-page{background:#f7fbff;color:#102033}
.product-hero{height:100vh;min-height:600px;max-height:900px;position:relative;display:flex;align-items:center;overflow:hidden;color:#fff;text-align:left;background:linear-gradient(135deg,#07162f 0%,#123b75 52%,#08a6b2 100%)}
.product-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 22%,rgba(35,211,238,.24),transparent 34%),radial-gradient(circle at 82% 76%,rgba(59,130,246,.2),transparent 38%),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:auto,auto,70px 70px,70px 70px}
.product-hero::after{content:"";position:absolute;right:-240px;top:70px;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,rgba(34,211,238,.24),transparent 68%)}
.hero-independent{background:linear-gradient(135deg,#062a3f 0%,#08485a 50%,#0f9aa7 100%)}
.hero-standard{background:linear-gradient(135deg,#061326 0%,#103b73 50%,#0d6efd 100%)}
.hero-professional{background:linear-gradient(135deg,#070d1a 0%,#0c1a3a 48%,#153b8a 100%)}
.product-hero-inner{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:150px 32px 64px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:56px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.1);font-size:12px;color:rgba(255,255,255,.9);margin-bottom:22px}
.product-hero h1{font-size:48px;line-height:1.16;font-weight:800;letter-spacing:0;margin-bottom:20px}
.product-hero h1 span{display:block;color:#7df4ff;text-shadow:0 0 28px rgba(125,244,255,.24)}
.product-hero .subtitle{font-size:17px;line-height:1.9;color:rgba(255,255,255,.84);max-width:820px}
.hero-badges{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-top:28px}
.hero-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:12px;color:#fff}
.product-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.product-hero-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 24px;border-radius:999px;background:#fff;color:#0d6efd;font-size:14px;font-weight:800;box-shadow:0 14px 34px rgba(0,0,0,.18);transition:.2s}
.product-hero-button:hover{transform:translateY(-1px);background:#e8fbff;color:#075f70}
.product-mockup{border-radius:26px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 90px rgba(0,0,0,.3);backdrop-filter:blur(16px);padding:16px}
.product-hero-image{display:block;width:100%;height:auto;border-radius:18px;cursor:zoom-in}
.image-lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:32px;background:rgba(2,10,24,.72);backdrop-filter:blur(8px)}
.image-lightbox.is-open{display:flex}
.image-lightbox-window{position:relative;max-width:min(1280px,96vw);max-height:92vh;border-radius:18px;background:#fff;box-shadow:0 34px 100px rgba(0,0,0,.42);padding:14px}
.image-lightbox-window img{display:block;max-width:100%;max-height:86vh;border-radius:12px;object-fit:contain}
.image-lightbox-close{position:absolute;top:-14px;right:-14px;width:36px;height:36px;border:0;border-radius:50%;background:#102033;color:#fff;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.3)}
.mockup-screen{border-radius:18px;background:linear-gradient(180deg,#fff 0%,#edfaff 100%);color:#102033;min-height:390px;overflow:hidden}
.mockup-bar{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#0f2745;color:#fff}
.mockup-title{font-size:13px;color:rgba(255,255,255,.78)}
.mockup-dot{width:8px;height:8px;border-radius:50%;background:#22d3ee;box-shadow:14px 0 0 #3b82f6,28px 0 0 #94a3b8}
.mockup-body{padding:18px}
.mockup-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
.mockup-card{border-radius:12px;padding:13px;background:#e8f9fc;border:1px solid #c9eef5}
.mockup-card strong{display:block;font-size:18px;color:#087b8d}
.mockup-card span{font-size:12px;color:#5b7288}
.mockup-list{display:grid;gap:10px;border-radius:16px;background:#fff;border:1px solid #d8edf5;box-shadow:0 16px 34px rgba(15,39,69,.08);padding:16px}
.mockup-item{display:flex;justify-content:space-between;gap:14px;border-radius:10px;background:#f5fbff;padding:10px 12px}
.mockup-item span{font-size:12px;color:#6a7e94}
.mockup-item b{font-size:13px;color:#102033;text-align:right}
.product-section{padding:86px 0}
.section-soft{background:#edf8fc}
.section-dark{background:#061326;color:#fff}
.product-section-head{text-align:center;max-width:840px;margin:0 auto 44px}
.product-section-head h2{font-size:30px;line-height:1.35;color:#102033;margin-bottom:12px}
.product-section-head p{font-size:14px;color:#61758c;line-height:1.85}
.section-dark .product-section-head h2{color:#fff}
.section-dark .product-section-head p{color:rgba(255,255,255,.72)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{border-radius:16px;background:#fff;border:1px solid rgba(14,165,183,.14);padding:24px;box-shadow:0 16px 36px rgba(10,46,90,.07)}
.product-card h3{font-size:18px;color:#0b2e5a;margin-bottom:10px}
.product-card p{font-size:14px;color:#61758c;line-height:1.85}
.intro-card{display:grid;grid-template-columns:116px 1fr;align-items:center;gap:20px;min-height:142px;padding:18px 24px 18px 18px}
.intro-card-icon{height:106px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#dff9ff,#eef7ff);border:1px solid rgba(14,165,183,.22);box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);color:#0097aa;font-size:58px;font-weight:800;line-height:1}
.intro-card h3{margin-bottom:8px}
.intro-card p{line-height:1.8}
.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.feature-card{border-radius:16px;background:#fff;border:1px solid rgba(14,165,183,.14);padding:22px;box-shadow:0 16px 36px rgba(10,46,90,.07);min-height:278px}
.feature-num{font-size:12px;color:#08a6b2;font-weight:800;margin-bottom:14px}
.feature-icon{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#dffbff,#e8f0ff);font-size:30px;margin:0 auto 18px}
.feature-card h3{font-size:17px;line-height:1.45;color:#0b2e5a;margin-bottom:12px}
.feature-card p{font-size:13px;color:#61758c;line-height:1.82}
.independent-feature-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.independent-feature-grid .feature-card{text-align:center;padding:22px 16px;min-height:300px}
.independent-feature-grid .feature-num{margin-bottom:12px}
.independent-feature-grid .feature-icon{width:64px;height:64px;border-radius:20px;margin:0 auto 18px;font-size:32px}
.independent-feature-grid .feature-card h3{font-size:16px}
.independent-feature-grid .feature-card p{font-size:12px;line-height:1.75}
.standard-workflow-section{position:relative;overflow:hidden;background:#061326;color:#fff}
.standard-workflow-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 50% 100%,rgba(34,211,238,.12),transparent 60%);pointer-events:none}
.standard-workflow-section .container{position:relative;z-index:1}
.standard-workflow-section .product-section-head h2{color:#fff}
.standard-workflow-section .product-section-head p{color:rgba(255,255,255,.68)}
.workflow-steps{display:flex;align-items:flex-start;justify-content:center;max-width:1000px;margin:0 auto;position:relative}
.workflow-line{position:absolute;top:36px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,transparent,#22d3ee,#b68d5b,#22d3ee,transparent);opacity:.45;z-index:0}
.workflow-step{flex:1;text-align:center;position:relative;z-index:1;padding:0 8px}
.step-circle{width:72px;height:72px;border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;background:#061326;border:2px solid #22d3ee;box-shadow:0 0 0 8px rgba(34,211,238,.08),0 0 24px rgba(34,211,238,.12)}
.step-label{font-size:15px;font-weight:700;color:#fff;margin-bottom:4px}
.step-desc{font-size:13px;color:rgba(255,255,255,.55)}
.workflow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.flow-card{position:relative;display:grid;grid-template-columns:88px 1fr;align-items:center;gap:18px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:20px;min-height:180px}
.flow-card:not(:last-child)::after{content:"";position:absolute;right:-12px;top:50%;width:22px;height:2px;background:#22d3ee}
.flow-icon{grid-row:1 / span 2;width:88px;height:124px;border-radius:22px;background:linear-gradient(145deg,#22d3ee,#14b8c9);color:#061326;display:grid;place-items:center;font-size:42px;font-weight:800;line-height:1;box-shadow:0 14px 28px rgba(34,211,238,.18)}
.flow-card h3{grid-column:2;font-size:18px;margin-bottom:0;color:#fff;align-self:end}
.flow-card p{grid-column:2;font-size:14px;line-height:1.8;color:rgba(255,255,255,.72);align-self:start}
.final-cta{position:relative;overflow:hidden;padding:86px 0;background:linear-gradient(135deg,#061326,#0b2e5a 58%,#087b8d);color:#fff}
.final-cta::after{content:"";position:absolute;right:-180px;bottom:-220px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(34,211,238,.22),transparent 68%)}
.cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:44px;align-items:center}
.final-cta h2{font-size:34px;line-height:1.35;margin-bottom:14px}
.final-cta p{font-size:15px;line-height:1.9;color:rgba(255,255,255,.76)}
.lead-form{border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);padding:22px}
.form-field{display:grid;gap:7px;margin-bottom:14px}
.form-field label{font-size:12px;color:rgba(255,255,255,.72)}
.form-field input{height:42px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.12);border-radius:10px;color:#fff;padding:0 12px;font-size:14px}
.form-field input::placeholder{color:rgba(255,255,255,.48)}
.lead-intent-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.lead-intent-option{display:flex;align-items:center;gap:8px;min-height:38px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:rgba(255,255,255,.1);padding:0 12px;color:#fff;font-size:14px;cursor:pointer}
.lead-intent-option input{width:15px;height:15px;accent-color:#22d3ee}
.lead-captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:10px;margin-bottom:14px}
.lead-captcha-row input{height:42px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.12);border-radius:10px;color:#fff;padding:0 12px;font-size:14px}
.lead-captcha-row input::placeholder{color:rgba(255,255,255,.48)}
.lead-captcha-image{width:110px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:10px;object-fit:cover;cursor:pointer;background:#fff}
.form-button{width:100%;height:44px;border:0;border-radius:10px;background:#22d3ee;color:#061326;font-size:14px;font-weight:800;cursor:pointer}
.form-button:disabled{opacity:.72;cursor:not-allowed}
.lead-page-feedback{display:none;border-left:3px solid #22d3ee;border-radius:6px;background:rgba(34,211,238,.12);padding:8px 10px;margin-top:12px;font-size:12px;line-height:1.5;color:rgba(255,255,255,.84)}
.lead-page-feedback.success{display:block;border-color:#22c55e;background:rgba(34,197,94,.15);color:#dcfce7}
.lead-page-feedback.error{display:block;border-color:#f59e0b;background:rgba(245,158,11,.15);color:#fff7ed}
.lead-page-frame{display:none;width:0;height:0;border:0}
@media(max-width:1180px){.feature-grid{grid-template-columns:repeat(3,1fr)}.independent-feature-grid{grid-template-columns:repeat(3,1fr)}.product-hero h1{font-size:42px}.product-hero-inner{grid-template-columns:1fr}.product-mockup{max-width:620px}}
@media(max-width:900px){.product-grid,.workflow,.cta-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}.independent-feature-grid{grid-template-columns:repeat(2,1fr)}.workflow-steps{flex-direction:column;align-items:center;gap:20px}.workflow-line{display:none}.workflow-step{width:100%;max-width:240px}.flow-card:not(:last-child)::after{display:none}}
@media(max-width:600px){.intro-card,.flow-card{grid-template-columns:1fr;text-align:center;padding:22px}.intro-card-icon,.flow-icon{grid-row:auto;grid-column:auto;width:100%;height:96px}.flow-card h3,.flow-card p{grid-column:auto}}
@media(max-width:600px){.product-hero{height:auto;max-height:none}.product-hero-inner{padding:120px 24px 68px}.product-hero h1{font-size:30px}.feature-grid,.independent-feature-grid{grid-template-columns:1fr}.mockup-grid{grid-template-columns:1fr}.product-section{padding:58px 0}.final-cta{padding:64px 0}}
