.techsite-contact-wrapper{--ts-bg-1:#f8fafc;--ts-bg-2:#eef3f8;--ts-white:#ffffff;--ts-text:#0f172a;--ts-muted:#64748b;--ts-line:#dbe4ee;--ts-blue:#2563eb;--ts-blue-2:#0f3fb8;--ts-gold:#e4b83b;--ts-dark:#0b1120;--ts-dark-2:#111827;--ts-shadow:0 18px 50px rgba(15,23,42,.10);--ts-shadow-soft:0 10px 30px rgba(15,23,42,.06);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,sans-serif;color:var(--ts-text);line-height:1.6;padding:96px 0 110px;position:relative;overflow:hidden;background:radial-gradient(700px 350px at 12% 16%,rgb(37 99 235 / .08),#fff0 60%),radial-gradient(500px 260px at 80% 8%,rgb(228 184 59 / .08),#fff0 60%),linear-gradient(180deg,var(--ts-bg-1) 0%,var(--ts-bg-2) 100%)}.techsite-contact-wrapper::before{content:"";position:absolute;left:-120px;top:220px;width:420px;height:420px;background:radial-gradient(circle,rgb(255 255 255 / .7) 0%,#fff0 70%);pointer-events:none}.techsite-contact-wrapper::after{content:"";position:absolute;right:-120px;bottom:120px;width:420px;height:420px;background:radial-gradient(circle,rgb(37 99 235 / .08) 0%,#fff0 72%);pointer-events:none}.techsite-container{max-width:1240px;margin:0 auto;padding:0 28px;position:relative;z-index:2}.techsite-hero{text-align:center;margin-bottom:54px;animation:tsFadeUp .8s ease both}.techsite-kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:rgb(255 255 255 / .72);border:1px solid rgb(15 23 42 / .06);box-shadow:var(--ts-shadow-soft);font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:18px}.techsite-kicker .dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--ts-blue),var(--ts-gold));box-shadow:0 0 0 6px rgb(37 99 235 / .08)}.techsite-hero h1{margin:0;font-size:clamp(2.8rem,5vw,4.8rem);line-height:1.02;letter-spacing:-2.6px;font-weight:700;color:#0f172a}.techsite-hero h1 .hl{color:#000;position:relative}.techsite-hero h1 .hl::after{content:"";position:absolute;left:0;right:0;bottom:6px;height:10px;background:linear-gradient(90deg,rgb(228 184 59 / .35),rgb(228 184 59 / .12));border-radius:999px;z-index:-1}.techsite-hero p{margin:18px auto 0;max-width:760px;font-size:1.18rem;color:var(--ts-muted)}.techsite-pills{margin-top:26px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.techsite-pill{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;background:rgb(255 255 255 / .82);border:1px solid rgb(15 23 42 / .06);border-radius:999px;box-shadow:var(--ts-shadow-soft);font-weight:600;color:#1e293b;backdrop-filter:blur(8px)}.techsite-pill svg{width:18px;height:18px;flex:0 0 18px}.techsite-pill.is-gold svg{color:var(--ts-gold)}.techsite-pill.is-blue svg{color:var(--ts-blue)}.techsite-pill.is-dark svg{color:#111827}.techsite-contact-stage{display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:stretch;margin-bottom:64px;animation:tsFadeUp .9s ease .1s both}.techsite-form-shell{position:relative;background:rgb(255 255 255 / .76);border:1px solid rgb(15 23 42 / .06);border-radius:34px 34px 110px 34px;box-shadow:var(--ts-shadow);backdrop-filter:blur(10px);padding:42px 36px 34px;overflow:hidden}.techsite-form-shell::before{content:"";position:absolute;inset:auto -100px -100px auto;width:260px;height:260px;background:radial-gradient(circle,rgb(228 184 59 / .18) 0%,#fff0 70%);pointer-events:none}.techsite-form-shell::after{content:"";position:absolute;left:0;bottom:0;width:220px;height:10px;background:linear-gradient(90deg,rgb(37 99 235 / .65),rgb(228 184 59 / .65),#fff0);filter:blur(8px);opacity:.55}.techsite-form-section h2,.techsite-info-section h2,.techsite-map-copy h2{margin:0 0 18px;font-size:2rem;line-height:1.1;font-weight:800;letter-spacing:-1.2px}.techsite-form-head{margin-bottom:24px}.techsite-form-head p{margin:0;color:var(--ts-muted);font-size:1rem}.techsite-message-box{display:none;padding:15px 18px;margin-bottom:18px;border-radius:16px;font-size:.98rem;font-weight:600;line-height:1.45}.techsite-message-success{background:#ecfdf5;border:1px solid #86efac;color:#166534}.techsite-message-error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.techsite-form-grid{display:grid;grid-template-columns:1fr;gap:14px}.techsite-form-group{position:relative}.techsite-form-group input,.techsite-form-group textarea{width:100%;padding:16px 18px;background:rgb(255 255 255 / .9);border:1px solid var(--ts-line);border-radius:16px;color:var(--ts-text);font-size:1rem;font-weight:500;transition:all .25s ease;font-family:inherit;box-shadow:inset 0 1px 0 rgb(255 255 255 / .55)}.techsite-form-group input::placeholder,.techsite-form-group textarea::placeholder{color:#94a3b8}.techsite-form-group input:focus,.techsite-form-group textarea:focus{outline:none;border-color:rgb(37 99 235 / .55);background:#fff;box-shadow:0 0 0 4px rgb(37 99 235 / .10),0 10px 25px rgb(37 99 235 / .08)}.techsite-form-group textarea{min-height:142px;resize:vertical}.techsite-submit-btn{width:100%;margin-top:14px;border:none;border-radius:999px;padding:17px 26px;color:#fff;font-size:1.08rem;font-weight:800;letter-spacing:.6px;text-transform:uppercase;cursor:pointer;transition:all .28s ease;font-family:inherit;position:relative;overflow:hidden;background:radial-gradient(160px 70px at 78% 50%,rgb(228 184 59 / .55),#fff0 70%),linear-gradient(135deg,#0a1020 0%,#111827 48%,#1b2742 100%);box-shadow:0 16px 30px rgb(15 23 42 / .18),inset 0 1px 0 rgb(255 255 255 / .08)}.techsite-submit-btn::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .14) 50%,transparent 100%);transform:translateX(-120%);transition:transform .55s ease}.techsite-submit-btn:hover{transform:translateY(-2px);box-shadow:0 20px 34px rgb(15 23 42 / .22),0 0 0 1px rgb(228 184 59 / .10)}.techsite-submit-btn:hover::before{transform:translateX(120%)}.techsite-info-section{position:relative;padding:42px 36px;color:#fff;border-radius:0 34px 34px 110px;overflow:hidden;background:radial-gradient(300px 200px at 16% 12%,rgb(228 184 59 / .14),#fff0 70%),radial-gradient(420px 260px at 88% 80%,rgb(37 99 235 / .18),#fff0 70%),linear-gradient(145deg,#080d18 0%,#101726 58%,#131f35 100%);box-shadow:0 22px 60px rgb(15 23 42 / .22),inset 0 1px 0 rgb(255 255 255 / .04)}.techsite-info-section::before{content:"";position:absolute;top:-60px;right:-40px;width:280px;height:280px;background:radial-gradient(circle,rgb(255 255 255 / .10) 0%,#fff0 72%);pointer-events:none}.techsite-info-section::after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 0 54%,rgb(255 255 255 / .05) 54% 58%,transparent 58% 100%);mix-blend-mode:screen;opacity:.55;pointer-events:none}.techsite-info-top{position:relative;z-index:2;margin-bottom:24px}.techsite-info-top p{margin:0;color:rgb(255 255 255 / .74);max-width:360px}.techsite-info-list{position:relative;z-index:2;display:grid;gap:18px}.techsite-info-item{padding:0 0 16px;border-bottom:1px solid rgb(255 255 255 / .09)}.techsite-info-item:last-child{border-bottom:none;padding-bottom:0}.techsite-info-item h3{margin:0 0 8px;font-size:.82rem;font-weight:800;color:var(--ts-gold);text-transform:uppercase;letter-spacing:1.4px}.techsite-info-item p{margin:0;font-size:1.15rem;line-height:1.45;color:#fff}.techsite-info-item a{color:#fff;text-decoration:none;border-bottom:1px solid rgb(255 255 255 / .14);transition:all .22s ease}.techsite-info-item a:hover{color:#fff5cc;border-color:rgb(228 184 59 / .55)}.techsite-map-section{animation:tsFadeUp .95s ease .18s both}.techsite-map-float{display:grid;grid-template-columns:.92fr 1.08fr;gap:28px;align-items:center;background:rgb(255 255 255 / .76);border:1px solid rgb(15 23 42 / .06);box-shadow:var(--ts-shadow);border-radius:36px;padding:28px;backdrop-filter:blur(10px);position:relative;overflow:hidden}.techsite-map-float::before{content:"";position:absolute;left:-40px;bottom:-40px;width:220px;height:220px;background:radial-gradient(circle,rgb(37 99 235 / .10) 0%,#fff0 72%);pointer-events:none}.techsite-map-copy{position:relative;z-index:2;padding:8px 6px 8px 6px}.techsite-map-copy p{margin:0 0 8px;color:var(--ts-muted);font-size:1.05rem}.techsite-map-copy .strong{font-size:1.25rem;color:var(--ts-text);font-weight:700}.techsite-map-copy .sub{margin-top:2px;color:#64748b}.techsite-map-actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}.techsite-map-btn{display:inline-flex;align-items:center;gap:10px;text-decoration:none;padding:14px 22px;border-radius:999px;font-weight:700;transition:all .25s ease}.techsite-map-btn.primary{color:#fff;background:radial-gradient(120px 60px at 78% 50%,rgb(228 184 59 / .35),#fff0 70%),linear-gradient(135deg,#0a1020 0%,#111827 100%);box-shadow:0 14px 26px rgb(15 23 42 / .16)}.techsite-map-btn.primary:hover{transform:translateY(-2px);box-shadow:0 18px 28px rgb(15 23 42 / .20)}.techsite-map-btn.secondary{background:#fff;border:1px solid var(--ts-line);color:#111827}.techsite-map-btn.secondary:hover{background:#f8fafc}.techsite-map-card{position:relative;z-index:2}a.techsite-map-link{display:block;position:relative;height:100%;min-height:290px;border-radius:26px;overflow:hidden;text-decoration:none;box-shadow:0 18px 34px rgb(15 23 42 / .12)}.techsite-map-image{width:100%;height:100%;min-height:290px;object-fit:cover;object-position:center;transition:transform .45s ease,filter .45s ease;filter:saturate(.98) contrast(1.03)}a.techsite-map-link:hover .techsite-map-image{transform:scale(1.03);filter:saturate(1.05) contrast(1.04)}.techsite-map-overlay{position:absolute;inset:auto 0 0 0;padding:22px 22px 20px;background:linear-gradient(to top,rgb(7 10 16 / .82) 0%,#fff0 100%);display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.techsite-map-overlay-text h3{margin:0;color:#fff;font-size:1.18rem;line-height:1.2}.techsite-map-overlay-text p{margin:4px 0 0;color:rgb(255 255 255 / .72);font-size:.96rem}.techsite-map-cta{flex:0 0 auto;color:#0b1120;background:#fff;border-radius:999px;padding:10px 14px;font-size:.9rem;font-weight:800;box-shadow:0 8px 18px rgb(0 0 0 / .18)}@keyframes tsFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.techsite-contact-wrapper{padding:70px 0 84px}.techsite-contact-stage{grid-template-columns:1fr;gap:20px}.techsite-form-shell{border-radius:28px;padding:30px 22px 26px}.techsite-info-section{border-radius:28px;padding:30px 22px}.techsite-map-float{grid-template-columns:1fr;padding:20px;border-radius:28px}a.techsite-map-link,.techsite-map-image{min-height:250px}}@media (max-width:640px){.techsite-container{padding:0 18px}.techsite-hero{margin-bottom:40px}.techsite-hero p{font-size:1.02rem}.techsite-pill{width:100%;justify-content:center}.techsite-form-section h2,.techsite-info-section h2,.techsite-map-copy h2{font-size:1.7rem}.techsite-info-item p{font-size:1.04rem}.techsite-map-actions{flex-direction:column}.techsite-map-btn{justify-content:center;width:100%}.techsite-map-overlay{flex-direction:column;align-items:flex-start}}