.hero-c{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}.hero-c .hero-inner{display:block;padding:0;max-width:none}.hero-c-layout{position:relative;z-index:2;width:100%;max-width:1600px;min-height:calc(100vh - 64px);margin:0 auto;padding:80px 32px 60px;display:flex;align-items:center;justify-content:center}.hero-samples-group{position:absolute;inset:0;pointer-events:none}.hero-sample{position:absolute;pointer-events:auto;border-radius:8px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,0.45),0 0 0 1px rgba(255,255,255,0.08);transition:transform .4s ease,box-shadow .4s ease}.hero-sample img{display:block;width:100%;height:auto}.hero-sample:hover{transform:translate(-50%,-51%) scale(1.03);box-shadow:0 16px 48px rgba(0,0,0,0.55),0 0 0 1px rgba(255,255,255,0.14);z-index:6}.hs-1{width:20%;left:18%;top:20%}.hs-2{width:24%;left:13%;top:42%;z-index:3}.hs-3{width:21%;top:65%;left:17%}.hs-4{width:19%;top:21%;left:79%}.hs-5{width:23%;left:85%;top:43%;z-index:4}.hs-6{width:19%;left:80%;top:65%}.hero-sample{transform:translate(-50%,-50%)}.hero-center{position:relative;z-index:5;padding:20px 0;max-width:600px}.hero-center-inner{max-width:520px;margin:0 auto}.hero-c h1{font-family:'Barlow Semi Condensed',sans-serif;font-size:clamp(36px,5.0vw,68px);font-weight:500;font-style:italic;line-height:1.08;letter-spacing:-0.02em;margin-bottom:24px;color:#fff;text-shadow:0 2px 40px rgba(0,0,0,0.4)}.hero-c .hero-sub{font-size:18px;color:rgba(245,245,240,0.7);line-height:1.6;max-width:520px;margin:0 auto 36px;text-align:center}.hero-c .hero-sub em{font-style:italic;color:rgba(245,245,240,0.9)}.hero-c .hero-actions{justify-content:center}.btn-primary-blue{background:#2563eb;color:#fff;box-shadow:0 4px 20px rgba(37,99,235,0.4)}.btn-primary-blue:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 28px rgba(37,99,235,0.5)}.hero-bg-thumb{position:absolute;z-index:1;border-radius:6px;overflow:hidden;opacity:.35;filter:blur(1px);pointer-events:none}.hero-bg-thumb img{display:block;width:100%;height:auto}.bg-thumb-1{width:14%;top:25%;left:28%}.bg-thumb-2{width:14%;top:12%;right:26%}.bg-thumb-3{width:14%;bottom:25%;right:22%}.bg-thumb-4{width:14%;top:50%;left:24%}.features{padding:100px 0;background:var(--surface);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}.feature-row-reverse .feature-text{order:2}.feature-row-reverse .feature-img{order:1}.feature-text h3{font-family:'Barlow Semi Condensed',sans-serif;font-size:28px;font-weight:300;margin-bottom:16px;display:flex;align-items:center;gap:12px}.feature-icon{color:var(--accent);font-size:22px}.feature-text p{font-size:15px;color:var(--text-muted);line-height:1.75}.feature-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.feature-img img{display:block;width:100%;height:auto;transition:transform .6s ease}.feature-img:hover img{transform:scale(1.02)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:20px}.feature-mini{background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:28px 24px;transition:all var(--transition)}.feature-mini:hover{box-shadow:var(--shadow-md);border-color:rgba(79,122,45,0.2)}.feature-mini-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--accent-light);color:var(--accent);border-radius:50%;font-size:18px;margin-bottom:16px}.feature-mini h4{font-size:16px;font-weight:600;margin-bottom:8px}.feature-mini p{font-size:13px;color:var(--text-muted);line-height:1.6}@media(max-width:900px){.hero-bg-thumb{display:none}.hero-c{min-height:auto}.hero-c-layout{display:flex;flex-direction:column;align-items:center;min-height:auto;padding:90px 20px 40px;gap:24px}.hero-samples-group{position:static;display:flex;justify-content:center;gap:12px;pointer-events:auto;width:100%}.hero-sample{position:static;width:30%;flex:0 1 30%;transform:none}.hero-sample:hover{transform:translateY(-16px)}.hero-center{max-width:100%;padding:8px 0}.feature-row{grid-template-columns:1fr;gap:32px;margin-bottom:60px}.feature-row-reverse .feature-text{order:1}.feature-row-reverse .feature-img{order:2}.features-grid{grid-template-columns:1fr 1fr}}@media(max-width:500px){.features-grid{grid-template-columns:1fr}.hero-samples-group{flex-wrap:wrap;gap:10px}.hero-sample{flex:0 1 45%;transform:none}.hs-2,.hs-6{display:none}}