.tech-hero{padding:140px 0 0}.tech-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:880px;margin:0 auto}.tech-hero-eyebrow{font-size:13px;font-weight:510;letter-spacing:.08em;text-transform:uppercase;color:var(--text-4);margin-bottom:24px}.tech-hero h1{font-size:clamp(36px,5vw,72px);font-weight:500;letter-spacing:-.04em;line-height:1.05;color:var(--text-1);margin-bottom:28px}.tech-hero-sub{font-size:17px;color:var(--text-3);line-height:1.75;max-width:640px}.tech-hero-img{width:100%;margin-top:72px;border-radius:20px;overflow:hidden;border:1px solid var(--border);background:var(--bg-surface);aspect-ratio:16/7;display:flex;align-items:center;justify-content:center}.tech-hero-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--text-4)}.tech-hero-img-placeholder i{font-size:48px;--ti-stroke-width: 1}.tech-hero-img-placeholder span{font-size:13px}.tech-why{padding:100px 0;border-bottom:1px solid var(--border)}.tech-why-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.tech-why-left h2{font-size:clamp(28px,3vw,44px);font-weight:500;letter-spacing:-.035em;line-height:1.12;color:var(--text-1)}.tech-why-right{display:flex;flex-direction:column;gap:20px}.tech-why-right p{font-size:15px;color:var(--text-3);line-height:1.85}.tech-why-right p strong{color:var(--text-1);font-weight:500}.tech-blocks{padding:100px 0;border-bottom:1px solid var(--border)}.tech-blocks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:20px;overflow:hidden;margin-top:56px}.tech-block{background:var(--bg);padding:44px 36px 48px;display:flex;flex-direction:column;gap:20px;text-decoration:none;transition:background .15s}.tech-block:hover{background:var(--bg-surface)}.tech-block-icon{width:52px;height:52px;border-radius:13px;background:var(--bg-surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tech-block-icon i{font-size:24px;color:var(--text-3);--ti-stroke-width: 1}.tech-block-label{font-size:12px;font-weight:510;letter-spacing:.07em;text-transform:uppercase;color:var(--text-4)}.tech-block h3{font-size:22px;font-weight:500;letter-spacing:-.025em;color:var(--text-1);line-height:1.15}.tech-block-desc{font-size:14px;color:var(--text-3);line-height:1.8;flex:1}.tech-block-list{display:flex;flex-direction:column;gap:9px;padding-top:4px}.tech-block-list span{font-size:13px;color:var(--text-4);display:flex;align-items:center;gap:9px}.tech-block-list span i{font-size:14px;color:var(--text-3);--ti-stroke-width: 1.5;flex-shrink:0}.tech-block-link{margin-top:8px;font-size:13px;font-weight:500;color:var(--text-2);display:flex;align-items:center;gap:6px}.tech-block:hover .tech-block-link{color:var(--text-1)}.tech-flow{padding:100px 0;border-bottom:1px solid var(--border)}.tech-flow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:56px}.tech-flow-step{position:relative;padding:36px 28px;background:var(--bg-surface);border:1px solid var(--border);border-right:none}.tech-flow-step:first-child{border-radius:16px 0 0 16px}.tech-flow-step:last-child{border-right:1px solid var(--border);border-radius:0 16px 16px 0}.tech-flow-step-arrow{position:absolute;right:-13px;top:50%;transform:translateY(-50%);width:26px;height:26px;background:var(--bg);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}.tech-flow-step:last-child .tech-flow-step-arrow{display:none}.tech-flow-step-arrow i{font-size:12px;color:var(--text-4)}.tech-flow-num{font-size:11px;font-weight:510;color:var(--text-4);letter-spacing:.06em;margin-bottom:16px}.tech-flow-icon{font-size:26px;color:var(--text-3);--ti-stroke-width: 1;margin-bottom:14px;display:block}.tech-flow-step h4{font-size:16px;font-weight:500;color:var(--text-1);letter-spacing:-.01em;margin-bottom:8px}.tech-flow-step p{font-size:13px;color:var(--text-4);line-height:1.65}.tech-trust{padding:72px 0;border-bottom:1px solid var(--border)}.tech-trust-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden}.tech-trust-item{background:var(--bg);padding:32px 28px;display:flex;align-items:center;gap:16px}.tech-trust-item i{font-size:24px;color:var(--text-3);--ti-stroke-width: 1;flex-shrink:0}.tech-trust-item h4{font-size:14px;font-weight:500;color:var(--text-1);margin-bottom:2px}.tech-trust-item p{font-size:12px;color:var(--text-4);line-height:1.5}@media(max-width:1024px){.tech-flow-steps{grid-template-columns:repeat(2,1fr)}.tech-flow-step:nth-child(2){border-right:1px solid var(--border);border-radius:0 16px 0 0}.tech-flow-step:nth-child(1){border-radius:16px 0 0}.tech-flow-step:nth-child(3){border-radius:0 0 0 16px;border-bottom:none}.tech-flow-step:nth-child(4){border-right:1px solid var(--border);border-radius:0 0 16px;border-bottom:none}.tech-flow-step-arrow{display:none}.tech-trust-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.tech-why-inner{grid-template-columns:1fr;gap:40px}.tech-blocks-grid{grid-template-columns:1fr}}@media(max-width:600px){.tech-flow-steps{grid-template-columns:1fr}.tech-flow-step,.tech-flow-step:first-child,.tech-flow-step:last-child,.tech-flow-step:nth-child(2),.tech-flow-step:nth-child(3),.tech-flow-step:nth-child(4){border-right:1px solid var(--border);border-radius:0;border-bottom:none}.tech-flow-step:first-child{border-radius:16px 16px 0 0}.tech-flow-step:last-child{border-radius:0 0 16px 16px;border-bottom:1px solid var(--border)}.tech-trust-inner{grid-template-columns:1fr}}
