@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Inter+Tight:wght@300;400;500;600;700;800&display=swap');
:root{--tes-bg:#080c14;--tes-bg2:#0d1220;--tes-bg3:#111827;--tes-accent:#00e5ff;--tes-purple:#7c3aed;--tes-green:#10b981;--tes-text:#e2e8f0;--tes-muted:#64748b;--tes-line:rgba(255,255,255,.07);--tes-card:rgba(255,255,255,.03);--tes-glow:rgba(0,229,255,.15);--tes-max:1200px;--tes-display:'Inter Tight',sans-serif;--tes-mono:'Inter',sans-serif;--tes-body:'Inter',sans-serif}
html{scroll-behavior:smooth}body.tes-site-active{margin:0;background:var(--tes-bg);color:var(--tes-text);font-family:var(--tes-body);line-height:1.65;overflow-x:hidden}.tes-site-active *{box-sizing:border-box}.tes-site-active a{text-decoration:none}.tes-container{width:min(var(--tes-max),calc(100% - 10%));margin:auto}.tes-main{padding-top:68px}.tes-main section{padding:100px 0}.tes-site-active h1,.tes-site-active h2,.tes-site-active h3,.tes-site-active h4{font-family:var(--tes-display);color:#fff;margin-top:0}.tes-site-active p{margin-top:0}.tes-main em{font-style:normal;color:var(--tes-accent)}
.tes-header{position:fixed;top:0;left:0;right:0;z-index:9999;height:68px;background:rgba(8,12,20,.86);backdrop-filter:blur(16px);border-bottom:1px solid var(--tes-line)}.tes-nav{height:68px;display:flex;align-items:center;justify-content:space-between;gap:22px}.tes-brand{font:700 21px var(--tes-display);color:#fff;letter-spacing:-.03em;display:inline-flex;align-items:baseline;gap:3px}.tes-brand span{color:var(--tes-accent)}.tes-brand small{font-size:10px;color:var(--tes-muted);font-weight:600;letter-spacing:.09em;text-transform:uppercase;margin-left:5px}.tes-navlinks{display:flex;gap:24px;align-items:center}.tes-navlinks a{color:var(--tes-muted);font-size:13px;font-weight:600;letter-spacing:.03em;transition:.2s}.tes-navlinks a:hover{color:var(--tes-text)}.tes-nav-actions{display:flex;gap:9px;align-items:center}.tes-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border-radius:6px;font:600 13px var(--tes-display);letter-spacing:.02em;border:1px solid transparent;transition:.2s;cursor:pointer}.tes-primary{background:var(--tes-accent);color:#080c14}.tes-primary:hover{background:#33eaff;transform:translateY(-1px);box-shadow:0 0 22px var(--tes-glow)}.tes-secondary,.tes-nav-call{background:transparent;color:var(--tes-muted);border-color:var(--tes-line)}.tes-secondary:hover,.tes-nav-call:hover{color:var(--tes-text);border-color:rgba(255,255,255,.2)}.tes-outline{background:transparent;color:var(--tes-accent);border-color:var(--tes-accent)}.tes-outline:hover{background:rgba(0,229,255,.08)}.tes-menu{display:none;background:none;border:0;padding:8px;cursor:pointer}.tes-menu span{display:block;width:22px;height:2px;background:var(--tes-text);margin:4px;border-radius:2px}.tes-mobile-nav{display:none;background:var(--tes-bg2);border-bottom:1px solid var(--tes-line);padding:12px 5% 20px}.tes-mobile-nav a{display:block;color:var(--tes-text);padding:10px 0;border-bottom:1px solid var(--tes-line)}
.tes-reference-home{position:relative;min-height:calc(100vh - 68px);display:flex;align-items:center;overflow:hidden}.tes-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(0,229,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,229,255,.04) 1px,transparent 1px);background-size:60px 60px}.tes-glow{position:absolute;border-radius:50%;pointer-events:none}.tes-glow-purple{width:620px;height:620px;right:-120px;top:-120px;background:radial-gradient(circle,rgba(124,58,237,.22),transparent 70%)}.tes-glow-cyan{width:420px;height:420px;left:10%;bottom:-130px;background:radial-gradient(circle,rgba(0,229,255,.12),transparent 70%)}.tes-hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.tes-live-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(0,229,255,.3);background:rgba(0,229,255,.06);color:var(--tes-accent);font:400 11px var(--tes-mono);letter-spacing:.06em;border-radius:100px;padding:7px 12px;margin-bottom:30px}.tes-live-badge span{width:7px;height:7px;border-radius:50%;background:var(--tes-green);animation:tesPulse 2s infinite}.tes-hero-copy h1{font-size:clamp(52px,7vw,88px);font-weight:700;line-height:.99;letter-spacing:-.055em;margin-bottom:24px}.tes-hero-copy h1 em{display:inline-block}.tes-hero-copy h1 strong{font-weight:300;color:var(--tes-muted)}.tes-hero-copy>p{color:var(--tes-muted);font-size:17px;line-height:1.8;max-width:680px}.tes-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.tes-capability-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:54px;border-top:1px solid var(--tes-line);padding-top:26px}.tes-capability-row div{padding-right:15px}.tes-capability-row b{display:block;font:700 20px var(--tes-display);color:#fff}.tes-capability-row span{font:400 10px var(--tes-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--tes-muted)}
.tes-terminal{border:1px solid var(--tes-line);background:rgba(13,18,32,.82);border-radius:16px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.35);backdrop-filter:blur(8px)}.tes-terminal-top{height:48px;display:flex;align-items:center;gap:7px;padding:0 16px;border-bottom:1px solid var(--tes-line);background:rgba(255,255,255,.02)}.tes-terminal-top>span{width:9px;height:9px;border-radius:50%;background:#ef4444}.tes-terminal-top>span:nth-child(2){background:#f59e0b}.tes-terminal-top>span:nth-child(3){background:var(--tes-green)}.tes-terminal-top small{margin-left:auto;color:var(--tes-muted);font:400 10px var(--tes-mono)}.tes-terminal-body{padding:28px 22px;min-height:350px}.tes-code-line{font:400 13px/2 var(--tes-mono);color:#b8c4d4;white-space:nowrap}.tes-code-line i{display:inline-block;width:32px;color:#39465a;font-style:normal}.tes-code-line.indent{padding-left:24px}.tes-code-line .cyan{color:var(--tes-accent)}.tes-code-line .purple{color:#a78bfa}.tes-code-line .green{color:#34d399}.tes-terminal-foot{padding:14px 18px;border-top:1px solid var(--tes-line);color:var(--tes-muted);font:400 10px var(--tes-mono)}.tes-terminal-foot .pulse{display:inline-block;width:6px;height:6px;background:var(--tes-green);border-radius:50%;margin-right:7px;animation:tesPulse 2s infinite}@keyframes tesPulse{50%{opacity:.45;transform:scale(.85)}}
.tes-ticker-wrap{overflow:hidden;background:var(--tes-bg2);border-top:1px solid var(--tes-line);border-bottom:1px solid var(--tes-line);padding:14px 0}.tes-ticker{display:flex;width:max-content;gap:55px;animation:tesTicker 38s linear infinite}.tes-ticker span{font:400 10px var(--tes-mono);letter-spacing:.11em;text-transform:uppercase;color:var(--tes-muted);display:flex;align-items:center;gap:12px}.tes-ticker span:before{content:'◆';color:var(--tes-accent);font-size:7px}@keyframes tesTicker{to{transform:translateX(-50%)}}
.tes-section-tag{display:inline-block;color:var(--tes-accent);font:400 11px var(--tes-mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}.tes-section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:56px}.tes-section-head h2,.tes-split h2,.tes-enquiry h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.04em;margin:0}.tes-section-head>p,.tes-split p,.tes-enquiry p{max-width:560px;color:var(--tes-muted)}.tes-soft{background:var(--tes-bg2)}
.tes-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid var(--tes-line);border-radius:12px;overflow:hidden}.tes-card{position:relative;background:var(--tes-card);padding:32px;color:inherit;min-height:255px;border:1px solid var(--tes-line);transition:.2s;overflow:hidden}.tes-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--tes-accent),var(--tes-purple));transform:scaleX(0);transform-origin:left;transition:.3s}.tes-card:hover:before{transform:scaleX(1)}.tes-card:hover{background:rgba(255,255,255,.055)}.tes-icon{font-size:24px;margin-bottom:24px}.tes-card h3{font-size:18px;margin-bottom:8px}.tes-card p{font-size:13px;color:var(--tes-muted);line-height:1.7}.tes-card b{display:inline-block;margin-top:15px;color:var(--tes-accent);font:400 10px var(--tes-mono);letter-spacing:.05em;text-transform:uppercase}
.tes-solution-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.tes-solution-list{display:grid;gap:12px}.tes-solution-item{display:flex;gap:18px;padding:22px;border:1px solid var(--tes-line);border-radius:10px;background:var(--tes-card);transition:.2s}.tes-solution-item:hover,.tes-solution-item.active{border-color:rgba(0,229,255,.3);background:rgba(0,229,255,.04)}.tes-solution-item>span{font-size:24px}.tes-solution-item h3{font-size:16px;margin-bottom:4px}.tes-solution-item p{font-size:13px;color:var(--tes-muted);margin:0}.tes-solution-feature{position:sticky;top:95px;padding:36px;border:1px solid var(--tes-line);border-radius:16px;background:var(--tes-bg2);overflow:hidden}.tes-solution-feature:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-80px;top:-80px;background:radial-gradient(circle,rgba(124,58,237,.24),transparent 70%)}.tes-solution-feature h3{font-size:28px;position:relative;z-index:1}.tes-solution-feature>p{color:var(--tes-muted);position:relative;z-index:1}.tes-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px;position:relative;z-index:1}.tes-feature-grid>div,.tes-mini{padding:18px;border:1px solid var(--tes-line);border-radius:9px;background:var(--tes-card)}.tes-feature-grid b,.tes-feature-grid span,.tes-mini b,.tes-mini span{display:block}.tes-feature-grid b,.tes-mini b{font-size:13px}.tes-feature-grid span,.tes-mini span{font-size:11px;color:var(--tes-muted);margin-top:5px}
.tes-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.tes-steps>div{padding:25px;border:1px solid var(--tes-line);border-radius:10px;background:var(--tes-card)}.tes-steps i{font:700 12px var(--tes-mono);font-style:normal;color:var(--tes-accent)}.tes-steps h3{font-size:18px;margin:22px 0 8px}.tes-steps p{font-size:13px;color:var(--tes-muted);margin:0}.tes-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.tes-pills span{padding:18px;border:1px solid var(--tes-line);border-radius:9px;background:var(--tes-card);text-align:center;font:600 13px var(--tes-display);color:#fff}.tes-center{text-align:center;margin-top:30px}
.tes-page-hero{position:relative;padding:105px 0 90px;overflow:hidden;background:radial-gradient(circle at 82% 8%,rgba(124,58,237,.2),transparent 28%),linear-gradient(rgba(0,229,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,229,255,.03) 1px,transparent 1px);background-size:auto,60px 60px,60px 60px;border-bottom:1px solid var(--tes-line)}.tes-page-hero h1{font-size:clamp(46px,6vw,72px);line-height:1;letter-spacing:-.05em;max-width:900px;margin:8px 0 22px}.tes-page-hero p{font-size:17px;max-width:730px;color:var(--tes-muted);line-height:1.8}.tes-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}
.tes-project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.tes-project{border:1px solid var(--tes-line);border-radius:12px;overflow:hidden;background:var(--tes-card)}.tes-project-art{height:220px;background:radial-gradient(circle at 30% 25%,rgba(0,229,255,.18),transparent 28%),linear-gradient(145deg,#10182a,#080c14);display:grid;place-items:center}.tes-project-art span{width:105px;height:105px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(135deg,var(--tes-purple),var(--tes-accent));font:700 55px var(--tes-display);color:#fff}.tes-project>div:last-child{padding:24px}.tes-project small,.tes-post small{color:var(--tes-accent);font:400 10px var(--tes-mono);letter-spacing:.06em}.tes-project h3,.tes-post h3{font-size:20px;margin:8px 0}.tes-project p,.tes-post p{font-size:13px;color:var(--tes-muted)}
.tes-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tes-team-card{border:1px solid var(--tes-line);border-radius:12px;overflow:hidden;background:var(--tes-card);transition:.2s}.tes-team-card:hover{transform:translateY(-4px);border-color:rgba(124,58,237,.45)}.tes-avatar{height:245px;background:linear-gradient(135deg,var(--tes-purple),var(--tes-accent));display:grid;place-items:center;overflow:hidden}.tes-avatar img{width:100%;height:100%;object-fit:cover}.tes-avatar>span{font:700 64px var(--tes-display);color:#fff}.tes-team-body{padding:20px}.tes-team-body h3{font-size:17px;margin-bottom:4px}.tes-team-body b{color:var(--tes-accent);font:400 10px var(--tes-mono);text-transform:uppercase;letter-spacing:.05em}.tes-team-body p{font-size:12px;color:var(--tes-muted);margin:10px 0}.tes-team-body a{color:var(--tes-accent);font-size:12px}
.tes-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tes-quote{padding:26px;border:1px solid var(--tes-line);border-radius:12px;background:var(--tes-card)}.tes-stars{color:#f59e0b;font-size:12px;letter-spacing:2px}.tes-quote blockquote{margin:18px 0;color:var(--tes-text);font-size:14px;line-height:1.75}.tes-quote footer{display:flex;flex-direction:column}.tes-quote footer b{font-size:13px}.tes-quote footer span{font-size:11px;color:var(--tes-muted)}.tes-empty{padding:24px;border:1px dashed rgba(0,229,255,.28);border-radius:10px;color:var(--tes-muted);background:rgba(0,229,255,.03)}
.tes-blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.tes-post{padding:27px;border:1px solid var(--tes-line);border-radius:12px;background:var(--tes-card)}.tes-post a{color:var(--tes-accent)}.tes-enquiry{background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(0,229,255,.04));border-top:1px solid rgba(124,58,237,.25)}.tes-contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:start}.tes-contact-grid a{color:var(--tes-accent)}.tes-contact-cards{display:grid;gap:10px;margin-top:28px}.tes-contact-cards a{display:flex;justify-content:space-between;gap:15px;padding:16px;border:1px solid var(--tes-line);border-radius:9px;background:var(--tes-card)}.tes-contact-cards b{color:#fff}.tes-contact-cards span{color:var(--tes-muted);font-size:12px}
.tes-form{display:flex;flex-direction:column;gap:13px;padding:28px;border:1px solid var(--tes-line);border-radius:12px;background:rgba(13,18,32,.78);box-shadow:0 24px 60px rgba(0,0,0,.18)}.tes-form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.tes-form label{display:flex;flex-direction:column;gap:6px;color:var(--tes-muted);font:400 10px var(--tes-mono);letter-spacing:.06em;text-transform:uppercase}.tes-form input,.tes-form select,.tes-form textarea{background:var(--tes-bg2);border:1px solid var(--tes-line);border-radius:8px;padding:12px 13px;color:var(--tes-text);font:400 13px var(--tes-body);outline:none;transition:.2s}.tes-form select option{background:var(--tes-bg2)}.tes-form input:focus,.tes-form select:focus,.tes-form textarea:focus{border-color:rgba(0,229,255,.42);box-shadow:0 0 0 3px rgba(0,229,255,.05)}.tes-form textarea{min-height:120px;resize:vertical}.tes-submit{min-height:48px}.tes-form-status{font-size:12px}.tes-form-status.success{color:#34d399}.tes-form-status.error{color:#f87171}.tes-form-note{color:var(--tes-muted);font-size:10px;margin:0}.tes-hp{position:absolute;left:-10000px;opacity:0}
.tes-footer{background:var(--tes-bg2);border-top:1px solid var(--tes-line);padding:65px 0 28px}.tes-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:45px}.tes-footer h4{font-size:13px;margin-bottom:16px}.tes-footer p,.tes-footer a{display:block;color:var(--tes-muted);font-size:12px;margin:8px 0}.tes-footer a:hover{color:var(--tes-text)}.tes-footer-brand p{max-width:420px;margin-top:17px}.tes-footer-contact{display:flex;gap:15px;flex-wrap:wrap;margin-top:16px}.tes-footer-contact a{color:var(--tes-accent)}.tes-footer-bottom{border-top:1px solid var(--tes-line);margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:var(--tes-muted);font-size:11px}.tes-floating{position:fixed;right:20px;bottom:20px;z-index:99999;display:grid;gap:10px}.tes-floating a{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-weight:800;box-shadow:0 10px 32px rgba(0,0,0,.34)}.tes-call{background:#fff;color:#080c14}.tes-wa{background:#25D366;color:#062b17;font-size:12px}
@media(max-width:1080px){.tes-navlinks{display:none}.tes-menu{display:block}.tes-nav-actions{margin-left:auto}.tes-mobile-nav.open{display:block}.tes-hero-layout,.tes-solution-layout,.tes-split,.tes-contact-grid{grid-template-columns:1fr}.tes-terminal{max-width:760px}.tes-card-grid{grid-template-columns:repeat(2,1fr)}.tes-team-grid{grid-template-columns:repeat(2,1fr)}.tes-testimonial-grid{grid-template-columns:1fr}.tes-pills{grid-template-columns:repeat(3,1fr)}.tes-footer-grid{grid-template-columns:1fr 1fr}.tes-solution-feature{position:relative;top:auto}}
@media(max-width:700px){.tes-container{width:calc(100% - 24px)}.tes-main section{padding:72px 0}.tes-nav-actions{display:none}.tes-brand{font-size:18px}.tes-brand small{display:none}.tes-hero-copy h1{font-size:52px}.tes-hero-layout{gap:38px}.tes-terminal-body{overflow-x:auto}.tes-capability-row{grid-template-columns:1fr 1fr;gap:18px}.tes-section-head{display:block}.tes-section-head>p{margin-top:18px}.tes-card-grid,.tes-steps,.tes-pills,.tes-project-grid,.tes-team-grid,.tes-blog-grid,.tes-feature-grid,.tes-form-row{grid-template-columns:1fr}.tes-footer-grid{grid-template-columns:1fr}.tes-footer-bottom{display:block}.tes-page-hero h1{font-size:46px}.tes-contact-cards a{display:block}.tes-contact-cards span{display:block;margin-top:4px}}

/* V3 premium finishing */
.tes-header{box-shadow:0 10px 35px rgba(0,0,0,.18)}
.tes-navlinks a{position:relative}.tes-navlinks a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--tes-accent);transition:.25s}.tes-navlinks a:hover:after{right:0}
.tes-page-hero{min-height:510px;display:flex;align-items:center}.tes-page-hero .tes-container{position:relative;z-index:2}.tes-page-hero .tes-container:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:min(43%,520px);aspect-ratio:3/2;background:url('../images/hero-default.svg') center/contain no-repeat;filter:drop-shadow(0 28px 60px rgba(0,0,0,.3));animation:tesFloat 5.5s ease-in-out infinite}.tes-page-hero .tes-container>h1,.tes-page-hero .tes-container>p,.tes-page-hero .tes-container>.tes-section-tag,.tes-page-hero .tes-page-copy{max-width:54%}
@keyframes tesFloat{50%{transform:translateY(calc(-50% - 10px))}}
.tes-page-about .tes-page-hero .tes-container:after{background-image:url('../images/hero-about.svg')}
.tes-page-services .tes-page-hero .tes-container:after{background-image:url('../images/hero-services.svg')}
.tes-page-web-development .tes-page-hero .tes-container:after{background-image:url('../images/hero-web-development.svg')}
.tes-page-custom-software .tes-page-hero .tes-container:after{background-image:url('../images/hero-custom-software.svg')}
.tes-page-ai-automation .tes-page-hero .tes-container:after{background-image:url('../images/hero-ai-automation.svg')}
.tes-page-cloud-devops .tes-page-hero .tes-container:after{background-image:url('../images/hero-cloud-devops.svg')}
.tes-page-data-science .tes-page-hero .tes-container:after{background-image:url('../images/hero-data-science.svg')}
.tes-page-mobile-apps .tes-page-hero .tes-container:after{background-image:url('../images/hero-mobile-apps.svg')}
.tes-page-wordpress .tes-page-hero .tes-container:after{background-image:url('../images/hero-wordpress.svg')}
.tes-page-ecommerce .tes-page-hero .tes-container:after{background-image:url('../images/hero-ecommerce.svg')}
.tes-page-api-integration .tes-page-hero .tes-container:after{background-image:url('../images/hero-api-integration.svg')}
.tes-page-cyber-security .tes-page-hero .tes-container:after{background-image:url('../images/hero-cyber-security.svg')}
.tes-page-ui-ux .tes-page-hero .tes-container:after{background-image:url('../images/hero-ui-ux.svg')}
.tes-page-industries .tes-page-hero .tes-container:after{background-image:url('../images/hero-industries.svg')}
.tes-page-portfolio .tes-page-hero .tes-container:after{background-image:url('../images/hero-portfolio.svg')}
.tes-page-blog .tes-page-hero .tes-container:after{background-image:url('../images/hero-blog.svg')}
.tes-page-contact .tes-page-hero .tes-container:after{background-image:url('../images/hero-contact.svg')}
.tes-form{position:relative;padding:34px;border-radius:18px;background:linear-gradient(180deg,rgba(17,24,39,.92),rgba(8,12,20,.9));border-color:rgba(0,229,255,.13)}.tes-form:before{content:"Project Enquiry";display:block;color:#fff;font:700 22px var(--tes-display);letter-spacing:-.02em;margin-bottom:7px}.tes-form:after{content:"Tell us the essentials. We will receive everything in one structured lead.";display:block;position:absolute;top:72px;left:34px;color:var(--tes-muted);font-size:11px}.tes-form label:first-of-type{margin-top:27px}.tes-form input,.tes-form select,.tes-form textarea{min-height:47px;padding:13px 14px;background:#090f1b;border-color:rgba(255,255,255,.09)}.tes-form textarea{min-height:145px}.tes-form .tes-primary{margin-top:4px}.tes-contact-cards a{transition:.2s}.tes-contact-cards a:hover{border-color:rgba(0,229,255,.35);transform:translateX(3px)}.tes-mini-wa{width:18px;height:18px;display:inline-block;vertical-align:-4px;color:#25D366;filter:invert(65%) sepia(82%) saturate(425%) hue-rotate(90deg)}
.tes-client-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;border:1px solid rgba(0,229,255,.25);flex:none}.tes-client-avatar img{width:100%;height:100%;object-fit:cover}.tes-quote-top{display:flex;align-items:center;gap:12px;margin-bottom:18px}.tes-quote-top>div:last-child{display:flex;flex-direction:column}.tes-quote-top b{color:#fff;font-size:13px}.tes-quote-top span{color:var(--tes-muted);font-size:10px}.tes-quote blockquote{margin-bottom:0}.tes-testimonial-grid{grid-template-columns:repeat(3,1fr)}.tes-quote{transition:.25s}.tes-quote:hover{transform:translateY(-4px);border-color:rgba(0,229,255,.25)}
.tes-avatar{height:275px}.tes-team-card{box-shadow:0 15px 45px rgba(0,0,0,.12)}
.tes-reveal{opacity:1;transform:none}
.tes-js-ready .tes-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.tes-js-ready .tes-reveal.is-visible{opacity:1;transform:none}
.tes-footer{padding-top:78px;background:radial-gradient(circle at 15% 0,rgba(124,58,237,.1),transparent 28%),var(--tes-bg2)}.tes-footer-grid{padding-bottom:36px}.tes-footer h4{font-size:14px}.tes-footer-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:24px 0;border-top:1px solid var(--tes-line);border-bottom:1px solid var(--tes-line)}.tes-footer-cta strong{display:block;color:#fff;font:700 20px var(--tes-display)}.tes-footer-cta span{display:block;color:var(--tes-muted);font-size:12px;margin-top:3px}.tes-footer-bottom{border-top:0;margin-top:0;padding-top:22px}
.tes-wa{padding:13px}.tes-wa img{width:25px;height:25px;filter:brightness(0) invert(1)}
@media(max-width:1080px){.tes-page-hero .tes-container:after{opacity:.28;width:50%}.tes-page-hero .tes-container>h1,.tes-page-hero .tes-container>p,.tes-page-hero .tes-container>.tes-section-tag,.tes-page-hero .tes-page-copy{max-width:68%}.tes-testimonial-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.tes-page-hero{min-height:470px}.tes-page-hero .tes-container:after{width:85%;opacity:.12;right:-18%;top:56%}.tes-page-hero .tes-container>h1,.tes-page-hero .tes-container>p,.tes-page-hero .tes-container>.tes-section-tag,.tes-page-hero .tes-page-copy{max-width:100%}.tes-testimonial-grid{grid-template-columns:1fr}.tes-form{padding:24px}.tes-form:after{left:24px;right:24px}.tes-footer-cta{align-items:flex-start;flex-direction:column}}

/* V4 user-requested website refinements */
.tes-nav-actions .tes-nav-call{display:none}
.tes-founders-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:960px;margin:0 auto}
.tes-founder-card{display:grid;grid-template-columns:44% 56%;min-height:350px;border:1px solid var(--tes-line);border-radius:20px;overflow:hidden;background:var(--tes-card);box-shadow:0 24px 60px rgba(0,0,0,.16)}
.tes-founder-photo{min-height:350px;background:#eef4f8;overflow:hidden}.tes-founder-photo img{width:100%;height:100%;object-fit:cover}
.tes-founder-copy{padding:34px 28px;display:flex;flex-direction:column;justify-content:center}.tes-founder-copy>span{font:600 10px var(--tes-body);letter-spacing:.12em;text-transform:uppercase;color:var(--tes-accent)}.tes-founder-copy h3{font-size:28px;margin:10px 0 5px}.tes-founder-copy b{font-size:12px;color:var(--tes-accent)}.tes-founder-copy p{font-size:13px;color:var(--tes-muted);margin-top:18px}
.tes-floating{display:none}.tes-floating-call,.tes-floating-wa{position:fixed;bottom:22px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;z-index:99999;box-shadow:0 12px 32px rgba(0,0,0,.28);transition:.2s}.tes-floating-call:hover,.tes-floating-wa:hover{transform:translateY(-3px)}
.tes-floating-call{left:22px;background:#07111f;border:1px solid rgba(0,229,255,.35)}.tes-floating-call svg{width:26px;height:26px;fill:#fff}.tes-floating-wa{right:22px;background:#25D366}.tes-floating-wa img{width:29px;height:29px;filter:brightness(0) invert(1)}
/* White/light sections mixed with dark sections */
.tes-main section.tes-light,.tes-main .tes-light{background:#f8fafc;color:#334155}
.tes-main .tes-light h2,.tes-main .tes-light h3,.tes-main .tes-light h4{color:#07111f}
.tes-main .tes-light p{color:#64748b}
.tes-main .tes-light .tes-card,.tes-main .tes-light .tes-team-card,.tes-main .tes-light .tes-quote,.tes-main .tes-light .tes-project,.tes-main .tes-light .tes-post,.tes-main .tes-light .tes-mini{background:#fff;border-color:#e2e8f0;box-shadow:0 15px 40px rgba(15,23,42,.06)}
.tes-form{border-radius:20px;padding:36px;background:linear-gradient(180deg,#111827,#080c14);border-color:rgba(0,229,255,.18)}.tes-form input,.tes-form select,.tes-form textarea{border-radius:11px}
@media(max-width:900px){.tes-founders-grid{grid-template-columns:1fr}.tes-founder-card{max-width:680px;margin:auto}}
@media(max-width:620px){.tes-founder-card{grid-template-columns:1fr}.tes-founder-photo{height:330px}.tes-floating-call{left:14px;bottom:14px}.tes-floating-wa{right:14px;bottom:14px}}

.tes-site-active .tes-main section.tes-soft{background:#f8fafc;color:#334155}
.tes-site-active .tes-main section.tes-soft h2,.tes-site-active .tes-main section.tes-soft h3{color:#07111f}
.tes-site-active .tes-main section.tes-soft p{color:#64748b}
.tes-site-active .tes-main section.tes-soft .tes-card,.tes-site-active .tes-main section.tes-soft .tes-team-card,.tes-site-active .tes-main section.tes-soft .tes-quote,.tes-site-active .tes-main section.tes-soft .tes-mini{background:#fff;border-color:#e2e8f0;box-shadow:0 15px 40px rgba(15,23,42,.06)}
.tes-site-active .tes-main section.tes-soft .tes-card h3,.tes-site-active .tes-main section.tes-soft .tes-team-body h3,.tes-site-active .tes-main section.tes-soft .tes-mini b{color:#07111f}

/* V5 — refined color balance: premium dark + intentional white sections */
:root{
  --tes-light:#ffffff;
  --tes-light-soft:#f6f9fc;
  --tes-light-border:#e6edf5;
  --tes-light-text:#0b1220;
  --tes-light-muted:#61708a;
}

/* HOME: intentionally alternate dark and light sections */
.tes-reference-home + .tes-ticker-wrap + section,
.tes-reference-home ~ section:nth-of-type(3),
.tes-reference-home ~ section:nth-of-type(5){
  background:var(--tes-light);
  color:var(--tes-light-text);
}

.tes-reference-home + .tes-ticker-wrap + section h2,
.tes-reference-home + .tes-ticker-wrap + section h3,
.tes-reference-home ~ section:nth-of-type(3) h2,
.tes-reference-home ~ section:nth-of-type(3) h3,
.tes-reference-home ~ section:nth-of-type(5) h2,
.tes-reference-home ~ section:nth-of-type(5) h3{
  color:var(--tes-light-text);
}

.tes-reference-home + .tes-ticker-wrap + section p,
.tes-reference-home ~ section:nth-of-type(3) p,
.tes-reference-home ~ section:nth-of-type(5) p{
  color:var(--tes-light-muted);
}

/* White-section cards */
.tes-reference-home + .tes-ticker-wrap + section .tes-card,
.tes-reference-home ~ section:nth-of-type(3) .tes-card,
.tes-reference-home ~ section:nth-of-type(3) .tes-step,
.tes-reference-home ~ section:nth-of-type(5) .tes-founder-card{
  background:#fff;
  border-color:var(--tes-light-border);
  box-shadow:0 16px 44px rgba(15,23,42,.07);
}

.tes-reference-home + .tes-ticker-wrap + section .tes-card:hover{
  box-shadow:0 22px 58px rgba(15,23,42,.11);
  transform:translateY(-4px);
}

.tes-reference-home + .tes-ticker-wrap + section .tes-card h3,
.tes-reference-home ~ section:nth-of-type(5) .tes-founder-copy h3{
  color:var(--tes-light-text);
}

.tes-reference-home + .tes-ticker-wrap + section .tes-card p,
.tes-reference-home ~ section:nth-of-type(5) .tes-founder-copy p{
  color:var(--tes-light-muted);
}

/* Keep strong contrast sections dark */
.tes-reference-home ~ section:nth-of-type(2),
.tes-reference-home ~ section:nth-of-type(4),
.tes-reference-home ~ section:nth-of-type(6),
.tes-enquiry{
  background:linear-gradient(180deg,#0a0f19,#080c14);
  color:var(--tes-text);
}
.tes-reference-home ~ section:nth-of-type(2) h2,
.tes-reference-home ~ section:nth-of-type(2) h3,
.tes-reference-home ~ section:nth-of-type(4) h2,
.tes-reference-home ~ section:nth-of-type(4) h3,
.tes-reference-home ~ section:nth-of-type(6) h2,
.tes-reference-home ~ section:nth-of-type(6) h3{color:#fff}

/* Generic pages: hero dark, first content white, next section soft blue-gray, enquiry dark */
.tes-page-hero + section:not(.tes-enquiry){
  background:#fff;
  color:var(--tes-light-text);
}
.tes-page-hero + section:not(.tes-enquiry) h2,
.tes-page-hero + section:not(.tes-enquiry) h3{
  color:var(--tes-light-text);
}
.tes-page-hero + section:not(.tes-enquiry) p{color:var(--tes-light-muted)}
.tes-page-hero + section:not(.tes-enquiry) .tes-mini,
.tes-page-hero + section:not(.tes-enquiry) .tes-card,
.tes-page-hero + section:not(.tes-enquiry) .tes-project,
.tes-page-hero + section:not(.tes-enquiry) .tes-team-card,
.tes-page-hero + section:not(.tes-enquiry) .tes-quote,
.tes-page-hero + section:not(.tes-enquiry) .tes-post{
  background:#fff;
  border-color:var(--tes-light-border);
  box-shadow:0 14px 38px rgba(15,23,42,.06);
}
.tes-page-hero + section:not(.tes-enquiry) + section:not(.tes-enquiry){
  background:var(--tes-light-soft);
  color:var(--tes-light-text);
}
.tes-page-hero + section:not(.tes-enquiry) + section:not(.tes-enquiry) h2,
.tes-page-hero + section:not(.tes-enquiry) + section:not(.tes-enquiry) h3{color:var(--tes-light-text)}
.tes-page-hero + section:not(.tes-enquiry) + section:not(.tes-enquiry) p{color:var(--tes-light-muted)}

/* Accent usage: restrained on white surfaces */
.tes-section-tag,.tes-eyebrow{color:#00a9c0}
.tes-light .tes-section-tag,.tes-light .tes-eyebrow{color:#008fa4}
.tes-card b,.tes-team-body b,.tes-founder-copy b{color:#00a9c0}

/* Better pills/cards on light areas */
.tes-pills span{
  background:#fff;
  color:#0b1220;
  border-color:var(--tes-light-border);
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}
.tes-pills span:hover{
  border-color:rgba(0,169,192,.34);
  transform:translateY(-2px);
}

/* Header + footer remain premium dark */
.tes-header{
  background:rgba(8,12,20,.92);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.tes-footer{
  background:
    radial-gradient(circle at 10% 0,rgba(124,58,237,.12),transparent 30%),
    linear-gradient(180deg,#0b111c,#080c14);
}

/* Forms: keep form dark but soften surrounding section */
.tes-enquiry{
  background:
    radial-gradient(circle at 86% 10%,rgba(0,229,255,.08),transparent 24%),
    radial-gradient(circle at 10% 90%,rgba(124,58,237,.12),transparent 28%),
    #080c14;
}
.tes-form{
  background:linear-gradient(180deg,#111827,#0b1220);
  border:1px solid rgba(0,229,255,.14);
}
.tes-form input,.tes-form select,.tes-form textarea{
  background:#0a101b;
  border-color:rgba(255,255,255,.09);
}

/* Team/testimonial: no oversaturated backgrounds */
.tes-avatar,.tes-founder-photo,.tes-client-avatar{
  background:#eef4f8;
}
.tes-team-card,.tes-quote{
  overflow:hidden;
}

/* Cleaner buttons */
.tes-primary{
  background:linear-gradient(135deg,#00d7ea,#20e3c2);
  color:#051014;
}
.tes-primary:hover{
  background:linear-gradient(135deg,#2ce7f5,#35efcf);
}
.tes-outline{
  border-color:rgba(0,229,255,.5);
}

/* Mobile color balance */
@media(max-width:700px){
  .tes-main section{padding-top:66px;padding-bottom:66px}
  .tes-card,.tes-team-card,.tes-quote,.tes-project,.tes-post{box-shadow:0 10px 30px rgba(15,23,42,.06)}
}

/* V6 — final header/footer + contrast system */

/* Brand logo: TP mark + single Techniskera word */
.tes-brand-main,.tes-brand-footer{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:#fff;
}
.tes-brand-word{
  font:800 22px/1 'Inter Tight',sans-serif;
  letter-spacing:-.045em;
  color:#fff;
  white-space:nowrap;
}
.tes-brand-word em{
  color:#00e5ff;
  font-style:normal;
}
.tes-logo-mark{
  position:relative;
  width:34px;
  height:34px;
  display:inline-block;
  flex:0 0 34px;
}
.tes-logo-mark:before{
  content:"";
  position:absolute;
  left:1px;
  top:3px;
  width:27px;
  height:7px;
  border-radius:2px;
  background:linear-gradient(90deg,#00e5ff,#19dbc5);
  transform:skewX(-18deg);
}
.tes-logo-mark:after{
  content:"";
  position:absolute;
  left:8px;
  top:9px;
  width:7px;
  height:22px;
  border-radius:2px;
  background:linear-gradient(180deg,#00e5ff,#11cdbb);
}
.tes-logo-mark i{
  position:absolute;
  right:2px;
  top:6px;
  width:14px;
  height:19px;
  border-top:6px solid #fff;
  border-right:6px solid #fff;
  border-radius:0 3px 0 0;
  opacity:.92;
}
.tes-logo-mark b{
  display:none;
}

/* Header alignment after Home removal */
.tes-navlinks{margin-left:auto}
.tes-nav-actions{margin-left:12px}
.tes-header .tes-primary{
  background:linear-gradient(135deg,#00d8eb,#22e5c5);
  color:#051014;
  border-color:transparent;
  box-shadow:0 8px 24px rgba(0,229,255,.14);
}
.tes-header .tes-primary:hover{
  background:linear-gradient(135deg,#2ee8f6,#42efd4);
  color:#051014;
}

/* Global button safety: force proper contrast */
.tes-btn.tes-primary,
button.tes-primary,
input[type="submit"].tes-primary{
  background:linear-gradient(135deg,#00d8eb,#22e5c5);
  color:#051014;
  border:1px solid transparent;
}
.tes-btn.tes-primary:hover,
button.tes-primary:hover,
input[type="submit"].tes-primary:hover{
  background:linear-gradient(135deg,#2ee8f6,#42efd4);
  color:#051014;
}
.tes-btn.tes-outline{
  background:transparent;
  border-color:#00bcd4;
  color:#007f92;
}
.tes-reference-home .tes-btn.tes-outline,
.tes-page-hero .tes-btn.tes-outline,
.tes-enquiry .tes-btn.tes-outline,
.tes-footer .tes-btn.tes-outline{
  color:#00e5ff;
  border-color:#00e5ff;
}

/* Light sections: force dark readable copy */
.tes-site-active .tes-main section.tes-soft,
.tes-site-active .tes-main .tes-light,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry){
  color:#162033;
}
.tes-site-active .tes-main section.tes-soft h1,
.tes-site-active .tes-main section.tes-soft h2,
.tes-site-active .tes-main section.tes-soft h3,
.tes-site-active .tes-main section.tes-soft h4,
.tes-site-active .tes-main .tes-light h1,
.tes-site-active .tes-main .tes-light h2,
.tes-site-active .tes-main .tes-light h3,
.tes-site-active .tes-main .tes-light h4,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) h1,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) h2,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) h3{
  color:#07111f;
}
.tes-site-active .tes-main section.tes-soft p,
.tes-site-active .tes-main .tes-light p,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) p{
  color:#53627a;
}
.tes-site-active .tes-main section.tes-soft .tes-section-tag,
.tes-site-active .tes-main .tes-light .tes-section-tag,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) .tes-section-tag{
  color:#008fa4;
}
.tes-site-active .tes-main section.tes-soft .tes-card b,
.tes-site-active .tes-main .tes-light .tes-card b{
  color:#008fa4;
}

/* Footer — cleaner, stronger hierarchy */
.tes-footer{
  position:relative;
  padding:0;
  background:
    radial-gradient(circle at 16% 0,rgba(0,229,255,.08),transparent 25%),
    radial-gradient(circle at 82% 10%,rgba(124,58,237,.12),transparent 24%),
    #080d18;
  border-top:1px solid rgba(255,255,255,.07);
}
.tes-footer-topline{
  padding:52px 0 42px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.tes-footer-kicker{
  display:block;
  margin-bottom:9px;
  color:#00e5ff;
  font:600 10px/1 'Inter',sans-serif;
  letter-spacing:.15em;
}
.tes-footer-topline h3{
  margin:0 0 8px;
  color:#fff;
  font:750 28px/1.1 'Inter Tight',sans-serif;
  letter-spacing:-.035em;
}
.tes-footer-topline p{
  margin:0;
  max-width:650px;
  color:#7f91ad;
  font-size:13px;
}
.tes-footer-start{
  min-width:158px;
  min-height:50px;
  flex:0 0 auto;
}
.tes-footer-grid{
  padding:48px 0 42px;
  display:grid;
  grid-template-columns:1.45fr .85fr .85fr .8fr;
  gap:56px;
}
.tes-footer-brand p{
  margin:20px 0 18px;
  max-width:430px;
  color:#7587a5;
  font-size:13px;
  line-height:1.75;
}
.tes-footer-contact{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.tes-footer-contact a{
  color:#00dff5;
  font-size:12px;
  font-weight:600;
}
.tes-footer-col h4{
  margin:0 0 18px;
  color:#fff;
  font:700 13px 'Inter Tight',sans-serif;
}
.tes-footer-col a{
  display:block;
  margin:0 0 12px;
  color:#7b8da9;
  font-size:12px;
  transition:.2s;
}
.tes-footer-col a:hover{
  color:#fff;
  transform:translateX(2px);
}
.tes-footer-bottom{
  margin:0;
  padding:21px 0 27px;
  border-top:1px solid rgba(255,255,255,.07);
  display:flex;
  justify-content:space-between;
  gap:22px;
  color:#627590;
  font-size:11px;
}

/* Floating icons stay clear of footer content */
.tes-floating-call,.tes-floating-wa{
  bottom:20px;
  width:54px;
  height:54px;
}
.tes-floating-call{left:20px}
.tes-floating-wa{right:20px}

/* Mobile */
@media(max-width:980px){
  .tes-footer-grid{grid-template-columns:1fr 1fr;gap:34px}
  .tes-footer-topline{align-items:flex-start}
}
@media(max-width:700px){
  .tes-brand-word{font-size:19px}
  .tes-logo-mark{width:30px;height:30px;flex-basis:30px}
  .tes-footer-topline{flex-direction:column;padding:38px 0 32px}
  .tes-footer-grid{grid-template-columns:1fr;gap:28px;padding:36px 0}
  .tes-footer-bottom{flex-direction:column}
  .tes-footer-start{width:100%}
}

/* =========================================================
   V7 FINAL CONTRAST SAFETY LAYER
   Fixes text visibility across every dark/light component.
   ========================================================= */

/* ---------- LIGHT SURFACES ---------- */
.tes-site-active .tes-main section.tes-soft,
.tes-site-active .tes-main .tes-light,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry),
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) + section:not(.tes-enquiry){
  color:#24324a;
}

.tes-site-active .tes-main section.tes-soft h1,
.tes-site-active .tes-main section.tes-soft h2,
.tes-site-active .tes-main section.tes-soft h3,
.tes-site-active .tes-main section.tes-soft h4,
.tes-site-active .tes-main section.tes-soft h5,
.tes-site-active .tes-main .tes-light h1,
.tes-site-active .tes-main .tes-light h2,
.tes-site-active .tes-main .tes-light h3,
.tes-site-active .tes-main .tes-light h4,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) h1,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) h2,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) h3,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) h4{
  color:#091426;
}

.tes-site-active .tes-main section.tes-soft p,
.tes-site-active .tes-main section.tes-soft li,
.tes-site-active .tes-main .tes-light p,
.tes-site-active .tes-main .tes-light li,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) p,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) li{
  color:#53647e;
}

/* Capability cards on white background: title + description both readable */
.tes-site-active .tes-main section.tes-soft .tes-mini,
.tes-site-active .tes-main .tes-light .tes-mini,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) .tes-mini{
  background:#fff;
  border-color:#dfe8f2;
}
.tes-site-active .tes-main section.tes-soft .tes-mini b,
.tes-site-active .tes-main .tes-light .tes-mini b,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) .tes-mini b{
  color:#0b1729;
}
.tes-site-active .tes-main section.tes-soft .tes-mini span,
.tes-site-active .tes-main .tes-light .tes-mini span,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) .tes-mini span{
  color:#63738b;
}

/* Light service/team/testimonial/project/blog cards */
.tes-site-active .tes-main section.tes-soft .tes-card h3,
.tes-site-active .tes-main section.tes-soft .tes-team-body h3,
.tes-site-active .tes-main section.tes-soft .tes-quote b,
.tes-site-active .tes-main section.tes-soft .tes-project h3,
.tes-site-active .tes-main section.tes-soft .tes-post h3,
.tes-site-active .tes-main .tes-light .tes-card h3,
.tes-site-active .tes-main .tes-light .tes-team-body h3,
.tes-site-active .tes-main .tes-light .tes-quote b,
.tes-site-active .tes-main .tes-light .tes-project h3,
.tes-site-active .tes-main .tes-light .tes-post h3{
  color:#091426;
}
.tes-site-active .tes-main section.tes-soft .tes-card p,
.tes-site-active .tes-main section.tes-soft .tes-team-body p,
.tes-site-active .tes-main section.tes-soft .tes-quote blockquote,
.tes-site-active .tes-main section.tes-soft .tes-project p,
.tes-site-active .tes-main section.tes-soft .tes-post p,
.tes-site-active .tes-main .tes-light .tes-card p,
.tes-site-active .tes-main .tes-light .tes-team-body p,
.tes-site-active .tes-main .tes-light .tes-quote blockquote,
.tes-site-active .tes-main .tes-light .tes-project p,
.tes-site-active .tes-main .tes-light .tes-post p{
  color:#586981;
}

/* ---------- DARK COMPONENTS (ALWAYS DARK EVEN INSIDE A LIGHT SECTION) ---------- */
.tes-site-active .tes-solution-feature,
.tes-site-active .tes-terminal,
.tes-site-active .tes-enquiry,
.tes-site-active .tes-footer,
.tes-site-active .tes-page-hero{
  color:#dbe7f5;
}

/* Engineering Coverage / featured dark card */
.tes-site-active .tes-solution-feature{
  background:
    radial-gradient(circle at 88% 4%,rgba(124,58,237,.25),transparent 30%),
    linear-gradient(145deg,#0a1020,#12162b);
  border-color:rgba(255,255,255,.10);
}
.tes-site-active .tes-solution-feature h1,
.tes-site-active .tes-solution-feature h2,
.tes-site-active .tes-solution-feature h3,
.tes-site-active .tes-solution-feature h4{
  color:#ffffff;
}
.tes-site-active .tes-solution-feature > p{
  color:#94a6c2;
}
.tes-site-active .tes-solution-feature .tes-eyebrow,
.tes-site-active .tes-solution-feature .tes-section-tag{
  color:#00dff5;
}
.tes-site-active .tes-solution-feature .tes-feature-grid > div{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.10);
}
.tes-site-active .tes-solution-feature .tes-feature-grid b{
  color:#ffffff;
}
.tes-site-active .tes-solution-feature .tes-feature-grid span{
  color:#7f91ad;
}

/* Dark solution list when present on dark backgrounds */
.tes-site-active section:not(.tes-soft) .tes-solution-item h3{
  color:#fff;
}
.tes-site-active section:not(.tes-soft) .tes-solution-item p{
  color:#8ea0bb;
}

/* Hero text visibility */
.tes-site-active .tes-reference-home h1,
.tes-site-active .tes-reference-home h2,
.tes-site-active .tes-reference-home h3,
.tes-site-active .tes-page-hero h1,
.tes-site-active .tes-page-hero h2,
.tes-site-active .tes-page-hero h3{
  color:#fff;
}
.tes-site-active .tes-reference-home p,
.tes-site-active .tes-page-hero p{
  color:#8fa2bd;
}
.tes-site-active .tes-reference-home h1 strong{
  color:#8293ad;
}

/* Dark terminal */
.tes-site-active .tes-terminal,
.tes-site-active .tes-terminal h3,
.tes-site-active .tes-terminal h4{
  color:#e9f1fb;
}

/* Enquiry dark section + form */
.tes-site-active .tes-enquiry h1,
.tes-site-active .tes-enquiry h2,
.tes-site-active .tes-enquiry h3,
.tes-site-active .tes-enquiry h4{
  color:#fff;
}
.tes-site-active .tes-enquiry p{
  color:#8fa2bd;
}
.tes-site-active .tes-enquiry .tes-form{
  color:#dce7f5;
}
.tes-site-active .tes-enquiry .tes-form:before{
  color:#fff;
}
.tes-site-active .tes-enquiry .tes-form:after,
.tes-site-active .tes-enquiry .tes-form-note{
  color:#8395b0;
}
.tes-site-active .tes-enquiry .tes-form label{
  color:#a8b7cc;
}
.tes-site-active .tes-enquiry .tes-form input,
.tes-site-active .tes-enquiry .tes-form select,
.tes-site-active .tes-enquiry .tes-form textarea{
  color:#eef5ff;
}
.tes-site-active .tes-enquiry .tes-form input::placeholder,
.tes-site-active .tes-enquiry .tes-form textarea::placeholder{
  color:#657893;
}

/* Contact info cards in dark enquiry */
.tes-site-active .tes-enquiry .tes-contact-cards a{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.10);
}
.tes-site-active .tes-enquiry .tes-contact-cards b{
  color:#fff;
}
.tes-site-active .tes-enquiry .tes-contact-cards span{
  color:#8ea0bb;
}

/* Footer */
.tes-site-active .tes-footer h1,
.tes-site-active .tes-footer h2,
.tes-site-active .tes-footer h3,
.tes-site-active .tes-footer h4,
.tes-site-active .tes-footer strong{
  color:#fff;
}
.tes-site-active .tes-footer p{
  color:#7f91ad;
}
.tes-site-active .tes-footer a{
  color:#8092ae;
}
.tes-site-active .tes-footer a:hover{
  color:#fff;
}
.tes-site-active .tes-footer-contact a{
  color:#00dff5;
}

/* Founder cards: correct for whichever section they sit in */
.tes-site-active section.tes-soft .tes-founder-card,
.tes-site-active .tes-light .tes-founder-card{
  background:#fff;
  border-color:#dfe8f2;
}
.tes-site-active section.tes-soft .tes-founder-copy h3,
.tes-site-active .tes-light .tes-founder-copy h3{
  color:#091426;
}
.tes-site-active section.tes-soft .tes-founder-copy p,
.tes-site-active .tes-light .tes-founder-copy p{
  color:#586981;
}

/* Keep accent words visible on white */
.tes-site-active .tes-main section.tes-soft em,
.tes-site-active .tes-main .tes-light em,
.tes-site-active .tes-main .tes-page-hero + section:not(.tes-enquiry) em{
  color:#00b9d0;
}

/* Ensure no inherited black text inside any forced dark CTA/button */
.tes-site-active .tes-primary{
  color:#061116;
}
.tes-site-active .tes-footer .tes-primary,
.tes-site-active .tes-enquiry .tes-primary,
.tes-site-active .tes-header .tes-primary{
  color:#061116;
}

/* Responsive consistency */
@media(max-width:700px){
  .tes-site-active .tes-solution-feature h3{font-size:24px}
  .tes-site-active .tes-solution-feature > p{font-size:15px}
}

/* =========================================================
   V8 — REAL UNSPLASH HERO PHOTOGRAPHY
   Replaces generated/illustrated hero visuals with photography.
   ========================================================= */

/* Home hero: turn terminal panel into a real technology photograph */
.tes-reference-home .tes-terminal{
  position:relative;
  min-height:500px;
  border-radius:22px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(8,12,20,.05),rgba(8,12,20,.55)),
    url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=1400&q=84') center/cover no-repeat;
  border:1px solid rgba(0,229,255,.16);
  box-shadow:0 30px 80px rgba(0,0,0,.38);
}
.tes-reference-home .tes-terminal-top,
.tes-reference-home .tes-terminal-body{
  display:none;
}
.tes-reference-home .tes-terminal-foot{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:12px;
  background:rgba(8,12,20,.75);
  backdrop-filter:blur(12px);
  color:#dbe7f5;
  font-size:11px;
}

/* Every inner-page hero gets a real Unsplash photo on the right */
.tes-page-hero .tes-container:after{
  border-radius:22px;
  width:min(42%,520px);
  aspect-ratio:4/3;
  background:
    linear-gradient(180deg,rgba(8,12,20,.05),rgba(8,12,20,.28)),
    url('https://images.unsplash.com/photo-1488590528505-98d2b5aba04b?auto=format&fit=crop&w=1200&q=84') center/cover no-repeat;
  box-shadow:0 28px 70px rgba(0,0,0,.32);
  border:1px solid rgba(255,255,255,.10);
}

/* About / team / company photography */
.tes-page-about .tes-page-hero .tes-container:after,
.tes-page-team .tes-page-hero .tes-container:after{
  background:
    linear-gradient(180deg,rgba(8,12,20,.03),rgba(8,12,20,.3)),
    url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1200&q=84') center/cover no-repeat;
}

/* Main services + software / web */
.tes-page-services .tes-page-hero .tes-container:after,
.tes-page-web-development .tes-page-hero .tes-container:after,
.tes-page-custom-software .tes-page-hero .tes-container:after,
.tes-page-wordpress .tes-page-hero .tes-container:after,
.tes-page-api-integration .tes-page-hero .tes-container:after{
  background:
    linear-gradient(180deg,rgba(8,12,20,.02),rgba(8,12,20,.28)),
    url('https://images.unsplash.com/photo-1461749280684-dccba630e2f6?auto=format&fit=crop&w=1200&q=84') center/cover no-repeat;
}

/* AI, data science, analytics and insights */
.tes-page-ai-automation .tes-page-hero .tes-container:after,
.tes-page-data-science .tes-page-hero .tes-container:after,
.tes-page-blog .tes-page-hero .tes-container:after,
.tes-page-testimonials .tes-page-hero .tes-container:after{
  background:
    linear-gradient(180deg,rgba(8,12,20,.03),rgba(8,12,20,.30)),
    url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1200&q=84') center/cover no-repeat;
}

/* Cloud, DevOps, cyber security */
.tes-page-cloud-devops .tes-page-hero .tes-container:after,
.tes-page-cyber-security .tes-page-hero .tes-container:after{
  background:
    linear-gradient(180deg,rgba(8,12,20,.02),rgba(8,12,20,.30)),
    url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1200&q=84') center/cover no-repeat;
}

/* Mobile / ecommerce / UX */
.tes-page-mobile-apps .tes-page-hero .tes-container:after,
.tes-page-ecommerce .tes-page-hero .tes-container:after,
.tes-page-ui-ux .tes-page-hero .tes-container:after{
  background:
    linear-gradient(180deg,rgba(8,12,20,.02),rgba(8,12,20,.25)),
    url('https://images.unsplash.com/photo-1488590528505-98d2b5aba04b?auto=format&fit=crop&w=1200&q=84') center/cover no-repeat;
}

/* Industries, portfolio, contact */
.tes-page-industries .tes-page-hero .tes-container:after,
.tes-page-portfolio .tes-page-hero .tes-container:after,
.tes-page-contact .tes-page-hero .tes-container:after{
  background:
    linear-gradient(180deg,rgba(8,12,20,.03),rgba(8,12,20,.28)),
    url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1200&q=84') center/cover no-repeat;
}

/* Photo framing */
.tes-page-hero .tes-container:before{
  content:"";
  position:absolute;
  right:26px;
  top:50%;
  width:min(38%,470px);
  aspect-ratio:4/3;
  transform:translateY(-44%) rotate(3deg);
  border-radius:22px;
  border:1px solid rgba(0,229,255,.15);
  background:rgba(0,229,255,.03);
  z-index:-1;
}

/* Make image placement more natural on tablets/mobile */
@media(max-width:1080px){
  .tes-page-hero .tes-container:after{
    width:45%;
    opacity:.46;
    right:-3%;
  }
  .tes-page-hero .tes-container:before{display:none}
}
@media(max-width:700px){
  .tes-reference-home .tes-terminal{min-height:350px}
  .tes-page-hero .tes-container:after{
    width:96%;
    right:-30%;
    opacity:.16;
    filter:saturate(.9);
  }
}

/* =========================================================================
   v9 — Real photography on every page + square-corner (zero border-radius)
   design system. Appended last so it wins the cascade over the legacy
   low-opacity decorative pseudo-element hero graphics above.
   ========================================================================= */

/* Disable the old low-opacity decorative pseudo-element hero graphics —
   replaced everywhere by a real, always-visible <img>. */
.tes-page-hero .tes-container:after,
.tes-page-hero .tes-container:before{
  content:none;
  display:none;
}

/* Page-hero: copy on one side, a real photo on the other, always fully visible */
.tes-page-hero{overflow:visible}
.tes-page-hero .tes-container{display:block}
.tes-page-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:52px;
  align-items:center;
}
.tes-page-hero-inner .tes-page-hero-copy{max-width:100%}
.tes-page-hero-inner .tes-page-hero-copy h1,
.tes-page-hero-inner .tes-page-hero-copy p,
.tes-page-hero-inner .tes-page-hero-copy .tes-section-tag,
.tes-page-hero-inner .tes-page-hero-copy .tes-eyebrow{max-width:100%}
.tes-hero-visual{
  position:relative;
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  border:1px solid var(--tes-line);
  background:#0d1220;
  box-shadow:0 30px 80px rgba(0,0,0,.35);
}
.tes-hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:1;
}
@media(max-width:1080px){
  .tes-page-hero-inner{grid-template-columns:1fr;gap:28px}
  .tes-hero-visual{aspect-ratio:16/9;order:-1;box-shadow:none}
}
@media(max-width:700px){
  .tes-hero-visual{aspect-ratio:4/3}
}

/* Homepage: real photo behind the terminal hero, always visible with a
   readable dark overlay so the existing text/terminal stay legible. */
.tes-reference-home{position:relative}
.tes-hero-photo-bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.tes-hero-photo-bg img{width:100%;height:100%;object-fit:cover;display:block;opacity:.32}
.tes-hero-photo-bg:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(8,12,20,.55),rgba(8,12,20,.92) 70%),radial-gradient(circle at 20% 20%,rgba(8,12,20,.2),rgba(8,12,20,.85));
}
.tes-reference-home .tes-grid-bg,
.tes-reference-home .tes-glow{z-index:1}
.tes-reference-home .tes-hero-layout{z-index:2}

/* Portfolio project art + industry/service card media: real topical photos */
.tes-project-art{
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  border:1px solid var(--tes-line);
  margin-bottom:18px;
}
.tes-project-art img{width:100%;height:100%;object-fit:cover;display:block}
.tes-card .tes-card-media{
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  margin-bottom:16px;
  border:1px solid var(--tes-line);
}
.tes-card .tes-card-media img{width:100%;height:100%;object-fit:cover;display:block}

/* Team, founder and client photos: real photo, always fully visible */
.tes-avatar img,
.tes-founder-photo img,
.tes-client-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:1;
}

/* =========================================================================
   Square corners across the entire site — border-radius reset to zero.
   ========================================================================= */
*,
*::before,
*::after{
  border-radius:0;
}

/* ==========================================================================
   V10 — USER REQUESTED POLISH
   - text sits on top of hero photography on every page
   - professional full-bleed homepage photography
   - fixes dark-panel text contrast
   - founder card no longer uses CSS grid
   - intentional rounded corners restored where they improve the UI
   ========================================================================== */

/* 1) HOME HERO — professional full-bleed photo with readable overlay */
.tes-reference-home{
  min-height:760px;
  padding:92px 0 84px;
  align-items:center;
  background:#07101c;
}
.tes-reference-home .tes-hero-photo-bg img{
  opacity:1;
  object-position:center 46%;
  filter:saturate(.9) contrast(1.03);
}
.tes-reference-home .tes-hero-photo-bg:after{
  background:
    linear-gradient(90deg,rgba(5,10,18,.94) 0%,rgba(5,10,18,.84) 44%,rgba(5,10,18,.48) 72%,rgba(5,10,18,.58) 100%),
    linear-gradient(180deg,rgba(5,10,18,.22) 0%,rgba(5,10,18,.74) 100%);
}
.tes-reference-home .tes-grid-bg{opacity:.2}
.tes-reference-home .tes-glow{opacity:.55}
.tes-reference-home .tes-hero-layout{
  display:block;
  max-width:100%;
}
.tes-reference-home .tes-hero-copy{
  width:min(760px,72%);
  padding:34px 0;
}
.tes-reference-home .tes-hero-copy h1{
  color:#fff;
  text-shadow:0 8px 32px rgba(0,0,0,.32);
}
.tes-reference-home .tes-hero-copy h1 strong{color:#c9d5e6}
.tes-reference-home .tes-hero-copy>p{color:#c1cde0;max-width:700px}
.tes-reference-home .tes-live-badge{
  color:#8ff6ff;
  background:rgba(3,18,28,.58);
  border-color:rgba(113,239,255,.34);
  backdrop-filter:blur(12px);
}
.tes-reference-home .tes-capability-row{
  max-width:680px;
  border-color:rgba(255,255,255,.18);
}
.tes-reference-home .tes-capability-row b{color:#fff}
.tes-reference-home .tes-capability-row span{color:#aebdd2}
/* the old right-side terminal/photo is unnecessary now — the hero photo itself is the visual */
.tes-reference-home .tes-terminal{display:none}

/* 2) ALL INNER HEROES — full photo panel with copy over the image */
.tes-page-hero{
  padding:52px 0;
  min-height:600px;
  background:#07101c;
  overflow:hidden;
}
.tes-page-hero-inner{
  position:relative;
  display:flex;
  align-items:flex-end;
  min-height:500px;
  padding:clamp(34px,5vw,64px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 28px 80px rgba(0,0,0,.32);
}
.tes-page-hero-inner .tes-hero-visual{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  border:0;
  box-shadow:none;
  background:#07101c;
  z-index:0;
}
.tes-page-hero-inner .tes-hero-visual:after{
  content:"";
  position:absolute;
  inset:0;
  display:block;
  background:
    linear-gradient(90deg,rgba(5,10,18,.92) 0%,rgba(5,10,18,.78) 47%,rgba(5,10,18,.34) 78%,rgba(5,10,18,.34) 100%),
    linear-gradient(180deg,rgba(5,10,18,.08),rgba(5,10,18,.64));
  z-index:1;
}
.tes-page-hero-inner .tes-hero-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.9) contrast(1.03);
}
.tes-page-hero-inner .tes-page-hero-copy{
  position:relative;
  z-index:2;
  width:min(760px,72%);
  padding:0;
}
.tes-page-hero-inner .tes-page-hero-copy h1,
.tes-page-hero-inner .tes-page-hero-copy h2,
.tes-page-hero-inner .tes-page-hero-copy h3{color:#fff;text-shadow:0 6px 28px rgba(0,0,0,.28)}
.tes-page-hero-inner .tes-page-hero-copy p{color:#c4d0e1}
.tes-page-hero-inner .tes-section-tag,
.tes-page-hero-inner .tes-eyebrow{color:#58efff}

/* 3) DARK-SURFACE CONTRAST — never allow black/navy copy on dark panels */
.tes-site-active .tes-solution-feature,
.tes-site-active .tes-enquiry,
.tes-site-active .tes-footer,
.tes-site-active .tes-reference-home,
.tes-site-active .tes-page-hero,
.tes-site-active .tes-form{
  color:#d9e4f3;
}
.tes-site-active .tes-solution-feature h1,
.tes-site-active .tes-solution-feature h2,
.tes-site-active .tes-solution-feature h3,
.tes-site-active .tes-solution-feature h4,
.tes-site-active .tes-enquiry h1,
.tes-site-active .tes-enquiry h2,
.tes-site-active .tes-enquiry h3,
.tes-site-active .tes-enquiry h4,
.tes-site-active .tes-footer h1,
.tes-site-active .tes-footer h2,
.tes-site-active .tes-footer h3,
.tes-site-active .tes-footer h4,
.tes-site-active .tes-reference-home h1,
.tes-site-active .tes-reference-home h2,
.tes-site-active .tes-reference-home h3,
.tes-site-active .tes-page-hero h1,
.tes-site-active .tes-page-hero h2,
.tes-site-active .tes-page-hero h3,
.tes-site-active .tes-form h1,
.tes-site-active .tes-form h2,
.tes-site-active .tes-form h3{color:#fff}
.tes-site-active .tes-solution-feature p,
.tes-site-active .tes-solution-feature li,
.tes-site-active .tes-enquiry p,
.tes-site-active .tes-enquiry li,
.tes-site-active .tes-footer p,
.tes-site-active .tes-footer li,
.tes-site-active .tes-form p{color:#98a9c2}
.tes-site-active .tes-solution-feature .tes-feature-grid>div{
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.12);
}
.tes-site-active .tes-solution-feature .tes-feature-grid b{color:#fff}
.tes-site-active .tes-solution-feature .tes-feature-grid span{color:#8fa1bb}
.tes-site-active .tes-solution-feature .tes-eyebrow{color:#19e7ff}

/* 4) FOUNDER CARD — grid removed completely */
.tes-founder-card{
  display:flex;
  grid-template-columns:none;
  flex-direction:row;
  min-height:350px;
  overflow:hidden;
}
.tes-founder-photo{flex:0 0 43%;min-height:350px}
.tes-founder-copy{flex:1 1 auto}

/* 5) Intentional radius system. The old v9 global square reset is overridden
      only for interactive components/cards where rounded corners look better. */
.tes-btn,
.tes-live-badge,
.tes-card,
.tes-card-grid,
.tes-solution-item,
.tes-solution-feature,
.tes-feature-grid>div,
.tes-mini,
.tes-steps>div,
.tes-project,
.tes-team-card,
.tes-quote,
.tes-post,
.tes-founder-card,
.tes-form,
.tes-contact-cards a,
.tes-page-hero-inner,
.tes-project-art,
.tes-card-media{
  border-radius:16px;
}
.tes-btn{border-radius:10px}
.tes-live-badge{border-radius:999px}
.tes-form input,.tes-form select,.tes-form textarea{border-radius:10px}
.tes-client-avatar,.tes-avatar{border-radius:14px}
.tes-logo-mark:before,.tes-logo-mark:after,.tes-logo-mark i{border-radius:3px}

/* floating actions: modern soft-square buttons, consistent on every page */
.tes-floating-call,.tes-floating-wa{
  width:58px;
  height:58px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 14px 34px rgba(0,0,0,.28);
}
.tes-floating-call{background:#07111f;border-color:rgba(0,229,255,.28)}
.tes-floating-wa{background:#25D366}
.tes-floating-wa img{width:30px;height:30px}

/* Footer spacing/polish */
.tes-footer-topline{padding-top:58px}
.tes-footer-grid{gap:48px}
.tes-footer-col a{padding:3px 0}
.tes-footer-contact a{color:#52eefd}

/* Responsive */
@media(max-width:1080px){
  .tes-reference-home{min-height:680px}
  .tes-reference-home .tes-hero-copy{width:min(760px,90%)}
  .tes-page-hero{min-height:auto;padding:34px 0}
  .tes-page-hero-inner{min-height:470px;padding:44px}
  .tes-page-hero-inner .tes-page-hero-copy{width:min(720px,86%)}
}
@media(max-width:700px){
  .tes-reference-home{min-height:700px;padding:66px 0 54px}
  .tes-reference-home .tes-hero-copy{width:100%;padding:18px 0}
  .tes-reference-home .tes-hero-photo-bg:after{
    background:linear-gradient(180deg,rgba(5,10,18,.48),rgba(5,10,18,.94) 72%);
  }
  .tes-reference-home .tes-capability-row{grid-template-columns:1fr 1fr;gap:18px}
  .tes-page-hero-inner{min-height:500px;padding:30px 24px;align-items:flex-end}
  .tes-page-hero-inner .tes-page-hero-copy{width:100%}
  .tes-page-hero-inner .tes-hero-visual:after{
    background:linear-gradient(180deg,rgba(5,10,18,.22) 0%,rgba(5,10,18,.92) 72%);
  }
  .tes-page-hero-inner .tes-page-hero-copy h1{font-size:clamp(38px,12vw,52px)}
  .tes-founder-card{flex-direction:column}
  .tes-founder-photo{flex:0 0 auto;width:100%;height:330px;min-height:330px}
  .tes-floating-call,.tes-floating-wa{width:54px;height:54px;border-radius:16px}
}


/* ==========================================================================\n   V11 — VISIBILITY + RESPONSIVE CLEANUP\n   Requested fixes:\n   - light sections must always use dark readable text\n   - delivery cards are clean white cards\n   - leadership image above, content below\n   - strong contrast on every intentionally dark surface\n   - safer tablet/mobile layouts\n   ========================================================================== */

/* Global readable defaults inside the plugin only */
.tes-site-active .tes-main{color:#dbe7f5}
.tes-site-active .tes-main h1,
.tes-site-active .tes-main h2,
.tes-site-active .tes-main h3,
.tes-site-active .tes-main h4{line-height:1.12}

/* All .tes-soft sections are genuinely light. This removes the dark-background / dark-text conflict. */
.tes-site-active .tes-main section.tes-soft{
  background:#f7f9fc;
  color:#0b1220;
}
.tes-site-active .tes-main section.tes-soft .tes-section-tag,
.tes-site-active .tes-main section.tes-soft .tes-eyebrow{color:#008fa4}
.tes-site-active .tes-main section.tes-soft h1,
.tes-site-active .tes-main section.tes-soft h2,
.tes-site-active .tes-main section.tes-soft h3,
.tes-site-active .tes-main section.tes-soft h4{
  color:#0b1220;
  text-shadow:none;
}
.tes-site-active .tes-main section.tes-soft p,
.tes-site-active .tes-main section.tes-soft li{
  color:#52637b;
}
.tes-site-active .tes-main section.tes-soft em{color:#00a9c0}

/* Delivery process: maximum legibility */
.tes-site-active section.tes-soft .tes-steps{
  gap:18px;
}
.tes-site-active section.tes-soft .tes-steps>div{
  background:#fff;
  border:1px solid #e3eaf2;
  box-shadow:0 14px 38px rgba(15,23,42,.06);
  padding:28px;
}
.tes-site-active section.tes-soft .tes-steps i{color:#00a9c0}
.tes-site-active section.tes-soft .tes-steps h3{color:#0b1220}
.tes-site-active section.tes-soft .tes-steps p{color:#5d6d83}

/* Leadership cards: IMAGE ON TOP, TEXT UNDER IMAGE on every desktop/tablet/mobile size */
.tes-founders-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  max-width:1100px;
  margin:0 auto;
}
.tes-founder-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:0;
  background:#fff;
  border:1px solid #e3eaf2;
  color:#0b1220;
  box-shadow:0 18px 48px rgba(15,23,42,.08);
}
.tes-founder-photo{
  flex:none;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16/10;
  background:#eaf0f6;
  overflow:hidden;
}
.tes-founder-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.tes-founder-copy{
  flex:none;
  width:100%;
  padding:28px 30px 32px;
  display:block;
  background:#fff;
}
.tes-founder-copy>span{color:#00a9c0}
.tes-founder-copy h3{
  color:#0b1220;
  font-size:clamp(24px,2.2vw,32px);
  line-height:1.08;
  margin:10px 0 7px;
}
.tes-founder-copy b{display:block;color:#009db2;line-height:1.55}
.tes-founder-copy p{color:#5d6d83;font-size:14px;line-height:1.75;margin:16px 0 0}

/* Intentionally dark components: force light text, including nested cards. */
.tes-site-active .tes-solution-feature,
.tes-site-active .tes-enquiry,
.tes-site-active .tes-form,
.tes-site-active .tes-footer,
.tes-site-active .tes-reference-home,
.tes-site-active .tes-page-hero{
  color:#dbe7f5;
}
.tes-site-active .tes-solution-feature h1,
.tes-site-active .tes-solution-feature h2,
.tes-site-active .tes-solution-feature h3,
.tes-site-active .tes-solution-feature h4,
.tes-site-active .tes-enquiry h1,
.tes-site-active .tes-enquiry h2,
.tes-site-active .tes-enquiry h3,
.tes-site-active .tes-enquiry h4,
.tes-site-active .tes-form h1,
.tes-site-active .tes-form h2,
.tes-site-active .tes-form h3,
.tes-site-active .tes-footer h1,
.tes-site-active .tes-footer h2,
.tes-site-active .tes-footer h3,
.tes-site-active .tes-footer h4{
  color:#fff;
}
.tes-site-active .tes-solution-feature p,
.tes-site-active .tes-solution-feature li,
.tes-site-active .tes-enquiry p,
.tes-site-active .tes-enquiry li,
.tes-site-active .tes-form p,
.tes-site-active .tes-footer p,
.tes-site-active .tes-footer li{
  color:#aab9cd;
}

/* Never let cards inside the Engineering Coverage panel inherit dark/navy text. */
.tes-site-active .tes-solution-feature .tes-feature-grid>div{
  background:#121a2a;
  border-color:rgba(255,255,255,.13);
}
.tes-site-active .tes-solution-feature .tes-feature-grid b{color:#fff}
.tes-site-active .tes-solution-feature .tes-feature-grid span{color:#9fb0c7}

/* Hero image remains behind text on every page and always fills the visual area. */
.tes-page-hero-inner{isolation:isolate}
.tes-page-hero-inner .tes-hero-visual{overflow:hidden}
.tes-page-hero-inner .tes-hero-visual img{display:block;min-width:100%;min-height:100%}
.tes-page-hero-inner .tes-page-hero-copy{max-width:760px}

/* Prevent long headings and labels from overflowing on small screens. */
.tes-site-active h1,.tes-site-active h2,.tes-site-active h3,
.tes-site-active p,.tes-site-active a,.tes-site-active b,.tes-site-active span{
  overflow-wrap:anywhere;
}

/* Better tablet behaviour */
@media (max-width:1024px){
  .tes-container{width:min(100% - 40px,var(--tes-max))}
  .tes-main section{padding:78px 0}
  .tes-section-head{gap:28px;margin-bottom:42px}
  .tes-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tes-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tes-pills{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tes-founder-copy{padding:25px}
}

@media (max-width:700px){
  .tes-container{width:calc(100% - 28px)}
  .tes-main{padding-top:64px}
  .tes-main section{padding:58px 0}
  .tes-section-head{display:block;margin-bottom:34px}
  .tes-section-head>p{margin-top:15px}
  .tes-section-head h2{font-size:clamp(32px,10vw,44px)}
  .tes-steps,
  .tes-card-grid,
  .tes-pills,
  .tes-founders-grid,
  .tes-team-grid,
  .tes-project-grid,
  .tes-blog-grid{grid-template-columns:1fr}
  .tes-founder-card{width:100%;max-width:560px;margin:0 auto}
  .tes-founder-photo{aspect-ratio:4/3;height:auto;min-height:0}
  .tes-founder-copy{padding:24px 22px 27px}
  .tes-page-hero{padding:18px 0}
  .tes-page-hero-inner{min-height:470px;padding:28px 22px;border-radius:16px}
  .tes-page-hero-inner .tes-page-hero-copy{width:100%;max-width:100%}
  .tes-page-hero-inner .tes-page-hero-copy p{font-size:15px;line-height:1.7}
  .tes-reference-home{min-height:640px}
  .tes-reference-home .tes-hero-copy h1{font-size:clamp(44px,14vw,62px)}
  .tes-reference-home .tes-hero-copy>p{font-size:15px;line-height:1.7}
  .tes-floating-call,.tes-floating-wa{bottom:14px}
}

@media (max-width:420px){
  .tes-container{width:calc(100% - 22px)}
  .tes-main section{padding:50px 0}
  .tes-steps>div{padding:23px}
  .tes-founder-copy{padding:22px 19px 24px}
  .tes-page-hero-inner{min-height:440px;padding:24px 18px}
  .tes-page-hero-inner .tes-page-hero-copy h1{font-size:clamp(34px,12vw,46px)}
  .tes-floating-call,.tes-floating-wa{width:50px;height:50px;border-radius:15px}
  .tes-floating-call{left:11px}.tes-floating-wa{right:11px}
}

/* ==========================================================================\n   V12 — FULL-WIDTH HERO + SITE-WIDE READABILITY / RESPONSIVE SAFETY\n   ========================================================================== */

/* 1. Every generated inner page uses a true edge-to-edge image hero. */
.tes-site-active .tes-page-hero.tes-fullbleed-hero{
  position:relative;
  width:100%;
  min-height:clamp(520px,66vh,760px);
  margin:0;
  padding:0;
  overflow:hidden;
  isolation:isolate;
  display:flex;
  align-items:center;
  background:#07111f;
  color:#fff;
}
.tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-hero-visual{
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  min-height:100%;
  overflow:hidden;
  border-radius:0;
}
.tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-hero-visual img{
  display:block;
  width:100%;
  height:100%;
  min-width:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center;
  padding:0;
  border-radius:0;
  filter:saturate(.92) contrast(1.05);
}
.tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-hero-shade{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(4,9,17,.94) 0%,rgba(4,9,17,.84) 36%,rgba(4,9,17,.54) 63%,rgba(4,9,17,.32) 100%),
    linear-gradient(180deg,rgba(3,8,15,.12),rgba(3,8,15,.55));
}
.tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-page-hero-inner{
  position:relative;
  z-index:2;
  width:min(var(--tes-max),calc(100% - 10%));
  min-height:inherit;
  margin:0 auto;
  padding:96px 0;
  display:flex;
  align-items:center;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
}
.tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy{
  position:relative;
  z-index:3;
  width:min(780px,72%);
  max-width:780px;
  padding:0;
  margin:0;
}
.tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy h1{
  color:#fff;
  font-size:clamp(48px,6vw,82px);
  line-height:1.02;
  letter-spacing:-.052em;
  margin:0 0 24px;
  text-shadow:0 8px 32px rgba(0,0,0,.36);
}
.tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy h1 em{
  color:#19e7ff;
}
.tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy p{
  max-width:680px;
  margin:0;
  color:#e1ebf7;
  font-size:clamp(16px,1.5vw,20px);
  line-height:1.72;
  text-shadow:0 3px 16px rgba(0,0,0,.42);
}
.tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-eyebrow,
.tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-section-tag{
  color:#4ff0ff;
  margin-bottom:18px;
  text-shadow:0 2px 12px rgba(0,0,0,.4);
}

/* Disable old V10/V11 inner hero image overlay rules after the markup change. */
.tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-inner>.tes-hero-visual,
.tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-inner>.tes-hero-visual:after{display:none}

/* 2. Home hero also remains a full-width image with guaranteed readable copy. */
.tes-site-active .tes-reference-home{
  width:100%;
  min-height:calc(100svh - 68px);
  background:#07111f;
  color:#fff;
}
.tes-site-active .tes-reference-home .tes-hero-photo-bg{
  position:absolute;inset:0;z-index:0;overflow:hidden
}
.tes-site-active .tes-reference-home .tes-hero-photo-bg img{
  width:100%;height:100%;object-fit:cover;object-position:center
}
.tes-site-active .tes-reference-home .tes-hero-photo-bg:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(4,9,17,.95),rgba(4,9,17,.75) 48%,rgba(4,9,17,.38))
}
.tes-site-active .tes-reference-home .tes-hero-layout{position:relative;z-index:3}
.tes-site-active .tes-reference-home .tes-hero-copy h1,
.tes-site-active .tes-reference-home .tes-hero-copy h1 strong{color:#fff}
.tes-site-active .tes-reference-home .tes-hero-copy h1 em{color:#00e5ff}
.tes-site-active .tes-reference-home .tes-hero-copy>p{color:#d4dfed}

/* 3. Global contrast guard. Light surfaces => dark copy. Dark surfaces => light copy. */
.tes-site-active .tes-main section:not(.tes-page-hero):not(.tes-reference-home):not(.tes-enquiry):not(.tes-soft){
  color:#dbe7f5;
}
.tes-site-active .tes-main section.tes-soft,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry){
  color:#182338;
}
.tes-site-active .tes-main section.tes-soft h1,
.tes-site-active .tes-main section.tes-soft h2,
.tes-site-active .tes-main section.tes-soft h3,
.tes-site-active .tes-main section.tes-soft h4,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) h1,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) h2,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) h3,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) h4{
  color:#081322;
  text-shadow:none;
}
.tes-site-active .tes-main section.tes-soft p,
.tes-site-active .tes-main section.tes-soft li,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) p,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) li{
  color:#52637b;
}

/* Dark blocks which previously inherited navy/black text. */
.tes-site-active .tes-solution-feature,
.tes-site-active .tes-enquiry,
.tes-site-active .tes-enquiry .tes-form,
.tes-site-active .tes-footer,
.tes-site-active .tes-terminal{
  color:#e5eef9;
}
.tes-site-active .tes-solution-feature h1,
.tes-site-active .tes-solution-feature h2,
.tes-site-active .tes-solution-feature h3,
.tes-site-active .tes-solution-feature h4,
.tes-site-active .tes-enquiry h1,
.tes-site-active .tes-enquiry h2,
.tes-site-active .tes-enquiry h3,
.tes-site-active .tes-enquiry h4,
.tes-site-active .tes-footer h1,
.tes-site-active .tes-footer h2,
.tes-site-active .tes-footer h3,
.tes-site-active .tes-footer h4,
.tes-site-active .tes-terminal h1,
.tes-site-active .tes-terminal h2,
.tes-site-active .tes-terminal h3{color:#fff}
.tes-site-active .tes-solution-feature p,
.tes-site-active .tes-solution-feature li,
.tes-site-active .tes-enquiry p,
.tes-site-active .tes-enquiry li,
.tes-site-active .tes-footer p,
.tes-site-active .tes-footer li{color:#afbdd0}
.tes-site-active .tes-solution-feature .tes-feature-grid b{color:#fff}
.tes-site-active .tes-solution-feature .tes-feature-grid span{color:#b3c1d4}

/* Delivery cards — no invisible headings. */
.tes-site-active .tes-soft .tes-steps>div{
  background:#fff;border-color:#e1e8f0;color:#172033
}
.tes-site-active .tes-soft .tes-steps>div h3{color:#081322}
.tes-site-active .tes-soft .tes-steps>div p{color:#56667d}
.tes-site-active .tes-soft .tes-steps>div i{color:#00a5bd}

/* Cards on light pages */
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-card,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-project,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-team-card,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-quote,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-post,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-founder-card{
  color:#172033;
}
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-card h3,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-project h3,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-team-card h3,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-post h3,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-founder-card h3{color:#081322}
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-card p,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-project p,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-team-card p,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-post p,
.tes-site-active .tes-page-hero + section:not(.tes-enquiry) .tes-founder-card p{color:#596980}

/* Founder/team cards stay image-above-text. */
.tes-site-active .tes-founder-card{display:flex;flex-direction:column;height:100%}
.tes-site-active .tes-founder-photo{width:100%;aspect-ratio:16/10;min-height:0;overflow:hidden}
.tes-site-active .tes-founder-photo img{width:100%;height:100%;object-fit:cover;object-position:center 20%}
.tes-site-active .tes-founder-copy{width:100%;background:#fff;color:#172033}

/* 4. Responsive system for all common device widths. */
@media (max-width:1180px){
  .tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-page-hero-inner{width:calc(100% - 64px);padding:82px 0}
  .tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy{width:min(760px,82%)}
}
@media (max-width:1024px){
  .tes-site-active .tes-page-hero.tes-fullbleed-hero{min-height:560px}
  .tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-hero-shade{
    background:linear-gradient(90deg,rgba(4,9,17,.94),rgba(4,9,17,.66) 70%,rgba(4,9,17,.48))
  }
  .tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-page-hero-inner{width:calc(100% - 48px)}
  .tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy{width:min(720px,88%)}
  .tes-site-active .tes-solution-layout{grid-template-columns:1fr;gap:34px}
  .tes-site-active .tes-solution-feature{position:relative;top:auto}
  .tes-site-active .tes-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .tes-site-active .tes-page-hero.tes-fullbleed-hero{
    min-height:560px;align-items:flex-end
  }
  .tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-hero-shade{
    background:linear-gradient(180deg,rgba(4,9,17,.22) 0%,rgba(4,9,17,.70) 48%,rgba(4,9,17,.97) 100%)
  }
  .tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-page-hero-inner{
    width:calc(100% - 32px);min-height:560px;padding:72px 0 54px;align-items:flex-end
  }
  .tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy{width:100%;max-width:none}
  .tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy h1{font-size:clamp(40px,12vw,58px);line-height:1.04}
  .tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy p{font-size:15.5px;line-height:1.68}
  .tes-site-active .tes-reference-home .tes-hero-layout{display:block}
  .tes-site-active .tes-reference-home .tes-terminal{display:none}
  .tes-site-active .tes-reference-home .tes-hero-photo-bg:after{
    background:linear-gradient(180deg,rgba(4,9,17,.34),rgba(4,9,17,.93) 76%)
  }
  .tes-site-active .tes-steps,
  .tes-site-active .tes-founders-grid,
  .tes-site-active .tes-card-grid,
  .tes-site-active .tes-team-grid,
  .tes-site-active .tes-project-grid,
  .tes-site-active .tes-blog-grid,
  .tes-site-active .tes-testimonial-grid{grid-template-columns:1fr}
  .tes-site-active .tes-feature-grid{grid-template-columns:1fr}
  .tes-site-active .tes-founder-photo{aspect-ratio:4/3}
}
@media (max-width:480px){
  .tes-site-active .tes-page-hero.tes-fullbleed-hero{min-height:520px}
  .tes-site-active .tes-page-hero.tes-fullbleed-hero>.tes-page-hero-inner{width:calc(100% - 24px);min-height:520px;padding:64px 0 42px}
  .tes-site-active .tes-page-hero.tes-fullbleed-hero .tes-page-hero-copy h1{font-size:clamp(36px,12vw,48px)}
  .tes-site-active .tes-main section{padding-left:0;padding-right:0}
  .tes-site-active .tes-floating-call,.tes-site-active .tes-floating-wa{width:50px;height:50px;border-radius:15px}
}

/* ==========================================================
   v13 — Insights single article system (/insights/{slug}/)
   ========================================================== */
.tes-insight-single{background:#fff;color:#0b1424;overflow:hidden}
.tes-insight-hero{position:relative;width:100%;min-height:680px;background-size:cover;background-position:center;display:flex;align-items:flex-end;color:#fff}
.tes-insight-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,9,17,.96) 0%,rgba(4,9,17,.85) 46%,rgba(4,9,17,.45) 78%,rgba(4,9,17,.30) 100%)}
.tes-insight-hero-inner{position:relative;z-index:2;padding-top:150px;padding-bottom:76px;width:100%}
.tes-insight-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:42px;font-size:13px;color:rgba(255,255,255,.72)}
.tes-insight-breadcrumb a{color:#fff;text-decoration:none}
.tes-insight-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;font-size:12px;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#09d7ef}
.tes-insight-kicker:before{content:"";width:8px;height:8px;border-radius:2px;background:#09d7ef}
.tes-insight-hero h1{max-width:1000px;margin:0;font-size:clamp(46px,6.7vw,94px);line-height:.98;letter-spacing:-.055em;color:#fff;text-wrap:balance}
.tes-insight-hero p{max-width:860px;margin:28px 0 0;font-size:clamp(17px,1.65vw,23px);line-height:1.58;color:#d7e2ef}
.tes-insight-meta{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:32px;font-size:13px;color:#b6c3d4}
.tes-insight-meta span{position:relative}
.tes-insight-meta span+span:before{content:"•";position:absolute;left:-15px;color:#09d7ef}
.tes-insight-content-section{padding:96px 0 110px;background:#fff}
.tes-insight-layout{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,820px);justify-content:center;gap:80px;align-items:start}
.tes-insight-side{position:sticky;top:115px}
.tes-insight-side-card{margin-top:20px;padding:22px;border:1px solid #e1e8f0;border-radius:18px;background:#f7f9fc}
.tes-insight-side-card b{display:block;margin-bottom:14px;color:#0b1424;font-size:14px}
.tes-insight-share{display:flex;flex-direction:column;gap:8px}
.tes-insight-share a,.tes-insight-back{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:9px 12px;border-radius:10px;text-decoration:none;color:#3d506b;background:#fff;border:1px solid #e1e8f0;font-size:13px;font-weight:700;transition:.2s ease}
.tes-insight-share a:hover,.tes-insight-back:hover{border-color:#08bdd5;color:#008ca2;transform:translateY(-1px)}
.tes-insight-back{margin-top:14px}
.tes-insight-article-body{min-width:0;color:#34465f;font-size:18px;line-height:1.82}
.tes-insight-article-body>*:first-child{margin-top:0}
.tes-insight-article-body p{margin:0 0 26px;color:#465972}
.tes-insight-article-body h2{margin:56px 0 20px;font-size:clamp(31px,3.5vw,47px);line-height:1.08;letter-spacing:-.035em;color:#081322}
.tes-insight-article-body h3{margin:42px 0 16px;font-size:26px;line-height:1.2;color:#081322}
.tes-insight-article-body ul,.tes-insight-article-body ol{padding-left:24px;margin:0 0 30px;color:#465972}
.tes-insight-article-body li{margin:8px 0}
.tes-insight-article-body a{color:#009cb4;text-decoration:underline;text-underline-offset:3px}
.tes-insight-article-body img{max-width:100%;height:auto;border-radius:20px;margin:36px 0}
.tes-insight-article-body blockquote{margin:38px 0;padding:28px 30px;border-left:4px solid #08c8df;border-radius:0 16px 16px 0;background:#f2f8fb;color:#183047;font-size:21px;line-height:1.55}
.tes-insight-related{padding:90px 0;background:#f5f8fb;border-top:1px solid #e1e8f0}
.tes-insight-related .tes-post{background:#fff;color:#172033}
.tes-insight-related .tes-post h3,.tes-insight-related .tes-post h3 a{color:#081322}
.tes-insight-related .tes-post p{color:#596980}
.tes-insight-not-found{padding:180px 0 120px;min-height:65vh;background:#fff}
.tes-insight-not-found h1{font-size:clamp(44px,7vw,88px);color:#081322;margin:20px 0}
.tes-insight-not-found p{color:#596980;margin-bottom:28px}

@media (max-width:1024px){
  .tes-insight-hero{min-height:620px}
  .tes-insight-hero-inner{padding-top:130px;padding-bottom:64px}
  .tes-insight-layout{grid-template-columns:190px minmax(0,1fr);gap:48px}
}
@media (max-width:767px){
  .tes-insight-hero{min-height:600px;background-position:center}
  .tes-insight-hero-shade{background:linear-gradient(180deg,rgba(4,9,17,.35) 0%,rgba(4,9,17,.62) 38%,rgba(4,9,17,.98) 100%)}
  .tes-insight-hero-inner{padding-top:120px;padding-bottom:46px}
  .tes-insight-breadcrumb{margin-bottom:30px}
  .tes-insight-hero h1{font-size:clamp(38px,11vw,58px)}
  .tes-insight-hero p{font-size:16px;line-height:1.62;margin-top:20px}
  .tes-insight-meta{gap:8px 18px;margin-top:24px}
  .tes-insight-content-section{padding:62px 0 76px}
  .tes-insight-layout{display:block}
  .tes-insight-side{position:static;margin-bottom:42px}
  .tes-insight-side-card{padding:16px}
  .tes-insight-share{display:grid;grid-template-columns:repeat(3,1fr)}
  .tes-insight-share a{justify-content:center;text-align:center;padding:8px 6px}
  .tes-insight-article-body{font-size:16.5px;line-height:1.76}
  .tes-insight-article-body h2{margin-top:44px}
  .tes-insight-related{padding:64px 0}
}
@media (max-width:480px){
  .tes-insight-hero{min-height:560px}
  .tes-insight-hero-inner{padding-top:105px;padding-bottom:38px}
  .tes-insight-meta span+span:before{display:none}
  .tes-insight-meta{gap:7px 14px}
  .tes-insight-share{grid-template-columns:1fr}
  .tes-insight-article-body blockquote{padding:22px 20px;font-size:18px}
}

/* ==========================================================
   Techniskera v14 — responsive insights, client carousel,
   high-contrast engineering panel and all-device hardening.
   ========================================================== */
*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,iframe{max-width:100%}

/* Engineering coverage: heading always visible; four boxes use a subtle cyan/slate border, never white. */
.tes-engineering-panel{background:#0b1220;color:#fff}
.tes-engineering-panel h3{color:#fff}
.tes-engineering-panel>p{color:#a9b8cc}
.tes-engineering-grid>div{border:1px solid rgba(20,184,214,.28);background:#111a2a;box-shadow:none}
.tes-engineering-grid b{color:#fff}
.tes-engineering-grid span{color:#8fa4bf}

/* Insights listing: image on every card, 12 per page, clean pagination. */
.tes-insights-list-section{background:#f7f9fc;padding:88px 0}
.tes-blog-image-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.tes-post-image-card{padding:0;overflow:hidden;background:#fff;border:1px solid #dfe7f0;border-radius:18px;box-shadow:0 14px 38px rgba(15,23,42,.06);display:flex;flex-direction:column;min-width:0}
.tes-post-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#0b1220}
.tes-post-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.tes-post-image-card:hover .tes-post-media img{transform:scale(1.035)}
.tes-post-body{display:flex;flex-direction:column;flex:1;padding:24px;min-width:0}
.tes-post-body small{color:#00a9c1}
.tes-post-body h3{font-size:21px;line-height:1.24;margin:10px 0 12px;overflow-wrap:anywhere}
.tes-post-body h3 a{color:#071426;text-decoration:none}
.tes-post-body p{color:#52647c;line-height:1.7;margin:0 0 20px}
.tes-read-more{margin-top:auto;color:#00a9c1;font-weight:700;text-decoration:none}
.tes-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:42px}
.tes-pagination a{width:44px;height:44px;display:grid;place-items:center;border:1px solid #d7e1ec;border-radius:11px;background:#fff;color:#17243a;text-decoration:none;font-weight:800;transition:.2s ease}
.tes-pagination a:hover,.tes-pagination a.is-current{background:#081322;color:#fff;border-color:#081322;transform:translateY(-1px)}

/* Single insight: hard responsive reset. */
.tes-insight-single,.tes-insight-single *{min-width:0}
.tes-insight-single{width:100%;max-width:100%;overflow-x:clip}
.tes-insight-hero{width:100%;max-width:100%;min-height:clamp(500px,70vh,720px);background-size:cover;background-position:center;overflow:hidden}
.tes-insight-hero-inner{max-width:1240px}
.tes-insight-hero h1{max-width:100%;overflow-wrap:anywhere;word-break:normal}
.tes-insight-hero p{max-width:850px}
.tes-insight-layout{width:100%;max-width:1120px;grid-template-columns:minmax(180px,220px) minmax(0,780px);gap:clamp(34px,5vw,76px)}
.tes-insight-article-body{width:100%;max-width:100%;overflow-wrap:anywhere}
.tes-insight-article-body pre,.tes-insight-article-body table{max-width:100%;overflow:auto}
.tes-insight-article-body pre{white-space:pre-wrap;word-break:break-word}
.tes-insight-article-body iframe{width:100%;height:auto;aspect-ratio:16/9}
.tes-insight-related .tes-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

/* Home testimonial carousel. */
.tes-testimonial-slider{position:relative;width:100%;overflow:hidden;padding:6px 2px 12px}
.tes-testimonial-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:4px}
.tes-testimonial-track::-webkit-scrollbar{display:none}
.tes-testimonial-track>.tes-quote{flex:0 0 calc((100% - 36px)/3);scroll-snap-align:start;min-height:310px}
.tes-client-profile .tes-client-profile-text{margin-top:18px;color:var(--tes-text);font-size:14px;line-height:1.75}
.tes-client-profile .tes-quote-top{margin-bottom:6px}

/* Team cards: photo above, content below on every breakpoint. */
.tes-team-card{display:flex;flex-direction:column;overflow:hidden}
.tes-team-card .tes-avatar{width:100%;aspect-ratio:4/3;height:auto;overflow:hidden;border-radius:0}
.tes-team-card .tes-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.tes-team-card .tes-team-body{width:100%;padding:22px}

/* Full-bleed generated heroes remain readable at every width. */
.tes-fullbleed-hero{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);overflow:hidden}
.tes-fullbleed-hero .tes-hero-visual,.tes-fullbleed-hero .tes-hero-visual img,.tes-fullbleed-hero .tes-hero-shade{position:absolute;inset:0;width:100%;height:100%}
.tes-fullbleed-hero .tes-hero-visual img{object-fit:cover}
.tes-fullbleed-hero .tes-page-hero-copy{max-width:850px;position:relative;z-index:3}
.tes-fullbleed-hero .tes-page-hero-copy h1{color:#fff;overflow-wrap:anywhere}
.tes-fullbleed-hero .tes-page-hero-copy p{color:#d6e0ed}

@media(max-width:1100px){
  .tes-blog-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tes-insight-layout{grid-template-columns:180px minmax(0,1fr);gap:38px}
  .tes-insight-related .tes-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tes-testimonial-track>.tes-quote{flex-basis:calc((100% - 18px)/2)}
}
@media(max-width:780px){
  .tes-insights-list-section{padding:58px 0}
  .tes-blog-image-grid,.tes-insight-related .tes-blog-grid{grid-template-columns:1fr}
  .tes-post-body{padding:20px}
  .tes-insight-hero{min-height:540px;align-items:flex-end}
  .tes-insight-hero-inner{padding-top:112px;padding-bottom:38px}
  .tes-insight-hero h1{font-size:clamp(36px,10.5vw,56px);line-height:1.02;letter-spacing:-.04em}
  .tes-insight-hero p{font-size:16px;line-height:1.6}
  .tes-insight-layout{display:block}
  .tes-insight-side{position:static;margin-bottom:34px}
  .tes-insight-share{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .tes-insight-content-section{padding:54px 0 68px}
  .tes-insight-article-body{font-size:16.5px;line-height:1.75}
  .tes-insight-article-body h2{font-size:clamp(28px,8vw,40px)}
  .tes-testimonial-track>.tes-quote{flex-basis:86%}
}
@media(max-width:520px){
  .tes-container{width:calc(100% - 28px)}
  .tes-insight-hero{min-height:510px}
  .tes-insight-breadcrumb{font-size:12px;margin-bottom:24px;flex-wrap:wrap}
  .tes-insight-meta{font-size:12px;gap:8px 12px}
  .tes-insight-share{grid-template-columns:1fr}
  .tes-insight-side-card{border-radius:14px}
  .tes-post-media{aspect-ratio:16/10}
  .tes-pagination a{width:40px;height:40px}
  .tes-testimonial-track>.tes-quote{flex-basis:92%;padding:22px}
}

/* V15 — richer content, packages, header/footer polish */
.tes-force-white{color:#fff}
.tes-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch}
.tes-product-card{position:relative;overflow:hidden;border:1px solid #e4ebf3;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.08);display:flex;flex-direction:column}
.tes-product-card.is-featured{border-color:rgba(0,169,192,.42);box-shadow:0 24px 70px rgba(0,169,192,.12)}
.tes-product-badge{position:absolute;z-index:3;top:18px;right:18px;padding:8px 12px;border-radius:999px;background:#07111f;color:#fff;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.tes-product-image{height:270px;background:linear-gradient(135deg,#e8fbff,#f5f1ff);overflow:hidden}
.tes-product-image img{display:block;width:100%;height:100%;object-fit:cover}
.tes-product-body{padding:30px;display:flex;flex-direction:column;flex:1}
.tes-product-body h3{font-size:30px;color:#07111f;margin-bottom:10px}
.tes-product-desc{color:#61708a;min-height:78px}
.tes-product-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;padding:18px 0;border-top:1px solid #e8edf4;border-bottom:1px solid #e8edf4;margin:10px 0 22px}
.tes-product-price del{color:#94a3b8;font-size:15px}.tes-product-price strong{font:800 38px/1 var(--tes-display);color:#07111f}.tes-product-price span{font-size:11px;color:#64748b}
.tes-product-body ul{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:10px;flex:1}.tes-product-body li{color:#334155;font-size:14px;padding-left:2px}.tes-product-cta{width:100%;min-height:50px}

/* Header refinement */
.tes-header .tes-nav{max-width:1320px}.tes-navlinks{gap:18px}.tes-navlinks a{position:relative;padding:24px 0;color:#a9b5c7}.tes-navlinks a:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--tes-accent);transition:.22s}.tes-navlinks a:hover{color:#fff}.tes-navlinks a:hover:after{right:0}
.tes-menu{border:1px solid rgba(255,255,255,.10);border-radius:10px;width:44px;height:44px}
.tes-mobile-nav{box-shadow:0 20px 40px rgba(0,0,0,.24)}.tes-mobile-nav a{font-weight:650;padding:13px 2px}

/* Footer refinement */
.tes-footer{position:relative;overflow:hidden}.tes-footer:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;top:-210px;background:radial-gradient(circle,rgba(0,229,255,.11),transparent 68%);pointer-events:none}
.tes-footer-topline{position:relative;z-index:1}.tes-footer-topline h3{max-width:700px;font-size:clamp(30px,4vw,48px);letter-spacing:-.035em}.tes-footer-topline p{max-width:720px}
.tes-footer-grid{position:relative;z-index:1}.tes-footer-col h4{font-size:12px;letter-spacing:.11em;text-transform:uppercase;color:#fff;margin-bottom:14px}.tes-footer-col a{display:block;color:#aeb9ca;font-size:13px;padding:5px 0;transition:.2s}.tes-footer-col a:hover{color:var(--tes-accent);transform:translateX(3px)}
.tes-footer-contact{display:flex;flex-direction:column;gap:7px;margin-top:18px}.tes-footer-bottom{display:flex;justify-content:space-between;gap:18px;align-items:center;color:#7f8ba0;font-size:12px}

@media(max-width:980px){
  .tes-navlinks,.tes-nav-actions{display:none}.tes-menu{display:block}.tes-mobile-nav.open,.tes-mobile-nav.is-open{display:block}
  .tes-product-grid{grid-template-columns:1fr}.tes-product-card{max-width:720px;margin:auto;width:100%}
}
@media(max-width:700px){
  .tes-main{padding-top:62px}.tes-header,.tes-nav{height:62px}.tes-container{width:min(var(--tes-max),calc(100% - 34px))}
  .tes-brand-word{font-size:19px}.tes-logo-mark{transform:scale(.92)}
  .tes-mobile-nav{position:fixed;top:62px;left:0;right:0;max-height:calc(100vh - 62px);overflow:auto;padding:12px 18px 26px;background:#090f19}
  .tes-mobile-nav a:last-child{margin-top:10px;border:1px solid var(--tes-accent);border-radius:10px;text-align:center;color:#07111f;background:var(--tes-accent)}
  .tes-product-image{height:215px}.tes-product-body{padding:23px}.tes-product-body h3{font-size:25px}.tes-product-price strong{font-size:34px}
  .tes-footer{padding-bottom:80px}.tes-footer-topline{padding-top:42px;display:block}.tes-footer-topline h3{font-size:32px;line-height:1.08}.tes-footer-start{margin-top:20px;width:100%}
  .tes-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 20px;padding-bottom:24px}.tes-footer-brand{grid-column:1/-1}.tes-footer-brand p{max-width:none}.tes-footer-col:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:18px}.tes-footer-col:last-child h4{grid-column:1/-1}
  .tes-footer-bottom{flex-direction:column;align-items:flex-start;padding-bottom:10px}.tes-floating-call,.tes-floating-wa{width:50px;height:50px}
}
@media(max-width:420px){
  .tes-footer-grid{grid-template-columns:1fr}.tes-footer-col:last-child{grid-column:auto;display:block}.tes-footer-brand{grid-column:auto}.tes-product-image{height:190px}
}


/* ===== Techniskera v16 focused polish ===== */
/* Buttons are the only declarations intentionally using !important. */
.tes-btn,
.tes-form button,
.tes-menu{
  cursor:pointer!important;
}
.tes-btn.tes-primary,
.tes-form .tes-submit{
  background:linear-gradient(135deg,#00d8eb,#22e5c5)!important;
  color:#051014!important;
  border-color:transparent!important;
}
.tes-btn.tes-primary:hover,
.tes-form .tes-submit:hover{
  background:linear-gradient(135deg,#2ee8f6,#42efd4)!important;
  color:#051014!important;
}
.tes-btn.tes-outline{
  background:transparent!important;
  border-color:#00bcd4!important;
}
.tes-btn.tes-outline:hover{
  border-color:#00e5ff!important;
}

/* Engineering panel keeps contrast without globally forcing feature labels white. */
.tes-engineering-panel{background:linear-gradient(145deg,#0a1020,#12162b);border:1px solid rgba(255,255,255,.10)}
.tes-engineering-panel .tes-force-white{color:#fff}
.tes-engineering-panel>p{color:#94a6c2}
.tes-engineering-panel .tes-feature-grid b{color:#dce7f5}
.tes-feature-grid b,.tes-mini b{font-size:13px}

/* Project enquiry: prevent label/input collisions and keep every control aligned. */
.tes-contact-grid{align-items:start}
.tes-form{display:grid;gap:20px;width:100%;min-width:0;overflow:visible}
.tes-form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start}
.tes-form label{display:grid;gap:9px;min-width:0;margin:0;font-size:11px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;position:relative}
.tes-form input,.tes-form select,.tes-form textarea{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;margin:0;position:static;transform:none}
.tes-form textarea{resize:vertical;min-height:150px}
.tes-form-status,.tes-form-note{margin:0}
.tes-hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
@media(max-width:760px){.tes-form-row{grid-template-columns:1fr}.tes-form{padding:24px 18px}.tes-contact-grid{gap:30px}}

/* Testimonials: explicit readable contrast on the public testimonials page. */
.tes-page-testimonials .tes-testimonials-content{background:#f8fafc;color:#334155}
.tes-page-testimonials .tes-testimonials-content .tes-section-head h2,
.tes-page-testimonials .tes-testimonials-content .tes-quote b{color:#081322}
.tes-page-testimonials .tes-testimonials-content .tes-section-head p,
.tes-page-testimonials .tes-testimonials-content .tes-quote blockquote,
.tes-page-testimonials .tes-testimonials-content .tes-client-profile-text,
.tes-page-testimonials .tes-testimonials-content .tes-quote span{color:#596980}
.tes-page-testimonials .tes-quote{background:#fff;border:1px solid #dfe8f2;box-shadow:0 14px 38px rgba(15,23,42,.06)}
.tes-page-testimonials .tes-testimonial-commitment h2{color:#081322}
.tes-page-testimonials .tes-testimonial-commitment p{color:#596980}

/* Leadership cards: fuller copy remains comfortable to read. */
.tes-leadership-note{max-width:900px;margin:28px auto 0;text-align:center}
.tes-leadership-note p{line-height:1.8}
.tes-founder-copy p{line-height:1.72}

/* Footer links get a clean bottom-border hover treatment. */
.tes-footer-col a,.tes-footer-contact a{position:relative;width:max-content;max-width:100%;padding-bottom:5px}
.tes-footer-col a:after,.tes-footer-contact a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--tes-accent);transition:right .22s ease}
.tes-footer-col a:hover:after,.tes-footer-contact a:hover:after{right:0}

/* Responsive single insight/article view. */
.tes-insight-single{overflow:hidden}
.tes-insight-hero{background-position:center;background-size:cover}
.tes-insight-hero-inner{min-width:0}
.tes-insight-layout{display:grid;grid-template-columns:minmax(190px,250px) minmax(0,1fr);gap:clamp(28px,5vw,76px);align-items:start}
.tes-insight-article-body{min-width:0;overflow-wrap:anywhere;word-break:normal}
.tes-insight-article-body img,.tes-insight-article-body video,.tes-insight-article-body iframe,.tes-insight-article-body table{max-width:100%;height:auto}
.tes-insight-article-body iframe{width:100%;aspect-ratio:16/9}
.tes-insight-article-body pre{max-width:100%;overflow:auto}
.tes-insight-article-body table{display:block;overflow-x:auto;border-collapse:collapse}
@media(max-width:900px){.tes-insight-layout{grid-template-columns:1fr}.tes-insight-side{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.tes-insight-side-card{width:100%}}
@media(max-width:620px){.tes-insight-hero{min-height:auto;padding:110px 0 58px}.tes-insight-hero h1{font-size:clamp(34px,10vw,48px);line-height:1.04}.tes-insight-hero p{font-size:15px}.tes-insight-content-section{padding:58px 0}.tes-insight-article-body h2{font-size:28px}.tes-insight-article-body h3{font-size:22px}.tes-insight-share{display:flex;flex-wrap:wrap;gap:8px}}

/* Product feature list accommodates added hosting benefit. */
.tes-product-card ul{align-content:start}

/* Form heading/subheading stay in normal flow to prevent overlap with Company field. */
.tes-form:after{position:static;display:block;top:auto;left:auto;margin:0 0 8px;color:var(--tes-muted);font-size:12px}
.tes-form label:first-of-type{margin-top:0}

/* ===== Techniskera v17 — content depth + insight redesign ===== */
/* Keep feature labels readable on light content areas. */
.tes-feature-grid b,.tes-mini b{color:#122033;font-size:13px}
.tes-soft .tes-feature-grid b,.tes-service-quality .tes-feature-grid b{color:#122033}
.tes-enquiry .tes-feature-grid b,.tes-footer .tes-feature-grid b,.tes-engineering-panel .tes-feature-grid b{color:#dce7f5}

/* Buttons: vertically and horizontally center all labels, even when themes inject line-height/padding. */
.tes-btn,.tes-form button,.tes-menu{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.2!important;
}
.tes-btn{padding:12px 19px!important;min-height:46px!important}
.tes-footer-start{min-width:190px!important}

/* Deeper service content. */
.tes-service-deep{background:#fff}
.tes-service-deep-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(42px,7vw,90px);align-items:start}
.tes-service-deep h2{color:#091522;font-size:clamp(34px,4.5vw,56px);line-height:1.03;letter-spacing:-.04em;margin:14px 0 20px}
.tes-service-deep h2 em{color:#08a9c0;font-style:normal}
.tes-service-deep p{color:#52637a;font-size:16px;line-height:1.82;max-width:760px}
.tes-service-use-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:28px 0 0;padding:0;list-style:none}
.tes-service-use-list li{position:relative;padding:13px 14px 13px 34px;border:1px solid #e1e9f1;border-radius:12px;background:#f8fbfd;color:#1d2b3e;font-weight:650;font-size:13px;line-height:1.45}
.tes-service-use-list li:before{content:"✓";position:absolute;left:13px;top:13px;color:#00a9c0;font-weight:900}
.tes-service-quality{padding:30px;border:1px solid #e1e9f1;border-radius:22px;background:linear-gradient(180deg,#f7fbfd,#eef6fa)}
.tes-service-quality h3{color:#091522;font-size:28px;line-height:1.15;margin:12px 0 22px}
.tes-service-quality .tes-feature-grid{grid-template-columns:1fr;gap:10px}
.tes-service-quality .tes-feature-grid>div{background:#fff;border-color:#dce8ef}

.tes-ai-deep-dive{background:#09111d;color:#dbe7f5}
.tes-ai-deep-dive .tes-section-head h2{color:#fff}
.tes-ai-deep-dive .tes-section-head p{color:#9fb0c6}
.tes-ai-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.tes-ai-grid article{padding:28px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}
.tes-ai-grid h3{color:#fff;font-size:22px;margin-bottom:10px}
.tes-ai-grid p{color:#aebed1;line-height:1.72;margin:0}

/* Industry page gets more structured, readable content. */
.tes-industry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.tes-industry-card{overflow:hidden;border:1px solid #e0e8f0;border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.055)}
.tes-industry-card .tes-card-media{height:250px;border-radius:0;margin:0;overflow:hidden}
.tes-industry-card .tes-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.tes-industry-card:hover .tes-card-media img{transform:scale(1.035)}
.tes-industry-body{padding:26px 28px 30px}
.tes-industry-body>span{font:700 10px var(--tes-mono);letter-spacing:.11em;text-transform:uppercase;color:#00a9c0}
.tes-industry-body h3{color:#081422;font-size:28px;line-height:1.15;margin:8px 0 12px}
.tes-industry-body p{color:#5d6c80;line-height:1.72;margin:0}
.tes-industry-body .tes-industry-lead{color:#2d3d52;font-weight:650;margin-bottom:12px}

/* Insight single: clean split hero — no giant text over a busy photograph. */
.tes-insight-hero-clean{min-height:auto;padding:118px 0 64px;background:#07101b;position:relative;overflow:hidden}
.tes-insight-hero-clean:before{content:"";position:absolute;inset:auto auto -240px -160px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(0,229,255,.12),transparent 68%);pointer-events:none}
.tes-insight-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);gap:clamp(38px,6vw,84px);align-items:center}
.tes-insight-hero-copy{min-width:0}
.tes-insight-hero-clean .tes-insight-breadcrumb{margin:0 0 28px;color:#8fa1b7}
.tes-insight-hero-clean .tes-insight-breadcrumb a{color:#b8c6d7}
.tes-insight-hero-clean .tes-insight-kicker{display:inline-flex;margin-bottom:16px;color:#23d8ec;font:750 11px var(--tes-mono);letter-spacing:.1em;text-transform:uppercase}
.tes-insight-hero-clean h1{max-width:820px;margin:0;color:#fff;font-size:clamp(44px,5.3vw,72px);line-height:1.01;letter-spacing:-.052em;text-wrap:balance}
.tes-insight-hero-clean p{max-width:750px;margin:22px 0 0;color:#bfccdc;font-size:17px;line-height:1.72}
.tes-insight-hero-clean .tes-insight-meta{margin-top:24px;color:#91a4ba;display:flex;gap:10px 18px;flex-wrap:wrap}
.tes-insight-hero-clean .tes-insight-meta span{position:relative}
.tes-insight-hero-clean .tes-insight-meta span+span:before{content:"•";margin-right:18px;color:#38cfe2}
.tes-insight-hero-media{margin:0;aspect-ratio:4/3;min-height:380px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.11);box-shadow:0 32px 90px rgba(0,0,0,.38)}
.tes-insight-hero-media img{width:100%;height:100%;object-fit:cover;display:block}

.tes-insight-content-section{padding:82px 0 96px;background:#fff}
.tes-insight-layout{grid-template-columns:220px minmax(0,820px);justify-content:center;gap:64px}
.tes-insight-side{top:104px}
.tes-insight-side-card{background:#f7fafc;border:1px solid #e0e7ef;border-radius:16px;padding:18px}
.tes-insight-side-card>b{display:block;color:#112033;font-size:13px;margin-bottom:12px}
.tes-insight-share{display:grid;gap:8px}
.tes-insight-share a,.tes-insight-back{border:1px solid #dfe6ee;border-radius:9px;padding:10px 12px;background:#fff;color:#263a51;font-size:12px;font-weight:700;transition:.2s}
.tes-insight-share a:hover,.tes-insight-back:hover{border-color:#09b8cf;color:#008ea4}
.tes-insight-back{display:block;margin-top:10px}
.tes-insight-article-body{color:#42546b;font-size:17px;line-height:1.82}
.tes-insight-article-body>*:first-child{margin-top:0}
.tes-insight-article-body p{margin:0 0 22px;color:#4d6077}
.tes-insight-article-body h2{color:#071522;font-size:clamp(32px,3.7vw,46px);line-height:1.12;letter-spacing:-.035em;margin:54px 0 18px}
.tes-insight-article-body h3{color:#0b1a2b;font-size:26px;line-height:1.2;margin:38px 0 14px}
.tes-insight-article-body ul,.tes-insight-article-body ol{padding-left:22px;margin:0 0 24px}
.tes-insight-article-body li{margin:8px 0}
.tes-insight-article-body blockquote{margin:34px 0;padding:22px 24px;border-left:3px solid #00bfd7;background:#f5fafc;border-radius:0 14px 14px 0;color:#20364d}
.tes-insight-article-body a{color:#009fb7;text-decoration:underline;text-underline-offset:3px}
.tes-insight-related{background:#f3f7fa;padding:78px 0}
.tes-insight-related .tes-section-head h2{color:#071522}
.tes-insight-related .tes-section-head p{color:#607086}

@media(max-width:980px){
  .tes-service-deep-grid,.tes-insight-hero-grid{grid-template-columns:1fr}
  .tes-service-quality{max-width:none}
  .tes-insight-hero-media{min-height:0;aspect-ratio:16/9}
  .tes-insight-layout{grid-template-columns:1fr;max-width:820px}
  .tes-insight-side{position:static;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}
  .tes-insight-side>.tes-section-tag{grid-column:1/-1}
  .tes-insight-side-card{width:100%}
  .tes-insight-back{margin:0;align-self:end}
}
@media(max-width:760px){
  .tes-service-use-list,.tes-ai-grid,.tes-industry-grid{grid-template-columns:1fr}
  .tes-insight-hero-clean{padding:94px 0 42px}
  .tes-insight-hero-grid{gap:30px}
  .tes-insight-hero-clean h1{font-size:clamp(38px,10.5vw,54px);line-height:1.03}
  .tes-insight-hero-clean p{font-size:15.5px;line-height:1.65}
  .tes-insight-hero-clean .tes-insight-meta span+span:before{display:none}
  .tes-insight-hero-media{border-radius:18px}
  .tes-insight-content-section{padding:54px 0 66px}
  .tes-insight-side{display:block;margin-bottom:36px}
  .tes-insight-back{margin-top:10px}
  .tes-insight-article-body{font-size:16px;line-height:1.75}
  .tes-insight-article-body h2{margin-top:42px;font-size:30px}
  .tes-insight-article-body h3{font-size:23px}
  .tes-industry-card .tes-card-media{height:220px}
  .tes-industry-body{padding:22px}
}
@media(max-width:460px){
  .tes-btn{width:100%}
  .tes-actions .tes-btn{width:100%}
  .tes-insight-hero-clean{padding-top:88px}
  .tes-insight-hero-clean h1{font-size:38px}
  .tes-insight-hero-media{aspect-ratio:4/3}
  .tes-service-quality{padding:22px}
}

/* ===== Techniskera v17.1 — desktop menu fix, brand hover enforcement, social footer, custom budget ===== */
/* Keep the hamburger strictly mobile/tablet. Theme builders sometimes force buttons visible. */
.tes-header .tes-menu{
  display:none!important;
  background:transparent!important;
  border:1px solid rgba(0,229,255,.28)!important;
  box-shadow:none!important;
}
.tes-header .tes-menu span{
  background:var(--tes-accent)!important;
}
@media (max-width:980px){
  .tes-header .tes-navlinks,.tes-header .tes-nav-actions{display:none!important}
  .tes-header .tes-menu{display:inline-flex!important;flex-direction:column!important;gap:0!important}
}
@media (min-width:981px){
  .tes-header .tes-menu,.tes-header .tes-mobile-nav{display:none!important}
  .tes-header .tes-navlinks{display:flex!important}
  .tes-header .tes-nav-actions{display:flex!important}
}

/* Enforce Techniskera accent on hover/focus, overriding WordPress/theme styles. */
.tes-site-active .tes-navlinks a:hover,
.tes-site-active .tes-navlinks a:focus-visible,
.tes-site-active .tes-footer a:hover,
.tes-site-active .tes-footer a:focus-visible,
.tes-site-active .tes-contact-cards a:hover b,
.tes-site-active .tes-contact-cards a:focus-visible b,
.tes-site-active .tes-card a:hover,
.tes-site-active .tes-team-card a:hover,
.tes-site-active .tes-insight-back:hover,
.tes-site-active .tes-insight-share a:hover{
  color:var(--tes-accent)!important;
}
.tes-site-active .tes-navlinks a:hover:after,
.tes-site-active .tes-navlinks a:focus-visible:after{
  right:0!important;
  background:var(--tes-accent)!important;
}
.tes-site-active .tes-btn.tes-primary:hover,
.tes-site-active .tes-form .tes-submit:hover{
  background:var(--tes-accent)!important;
  border-color:var(--tes-accent)!important;
  color:#051014!important;
  box-shadow:0 10px 28px rgba(0,229,255,.22)!important;
}
.tes-site-active .tes-btn.tes-outline:hover{
  background:rgba(0,229,255,.08)!important;
  border-color:var(--tes-accent)!important;
  color:var(--tes-accent)!important;
}

/* Social links */
.tes-footer-social{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.tes-footer-social a{
  display:inline-flex!important;align-items:center;justify-content:center;
  min-height:38px;padding:8px 12px!important;border:1px solid rgba(0,229,255,.18);
  border-radius:10px;color:#b9c6d8!important;background:rgba(255,255,255,.025);
  font-size:12px!important;font-weight:700;transition:.2s!important;
}
.tes-footer-social a:after{display:none!important}
.tes-footer-social a:hover{border-color:var(--tes-accent)!important;background:rgba(0,229,255,.08)!important;transform:translateY(-2px)!important}

/* Custom budget field */
.tes-budget-custom[hidden]{display:none!important}
.tes-budget-custom:not([hidden]){display:grid!important}


/* v17.2 — first-visit contact popup */
.tes-contact-popup{position:fixed!important;inset:0!important;z-index:999999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:22px!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .24s ease,visibility .24s ease!important}
.tes-contact-popup.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
.tes-contact-popup-backdrop{position:absolute!important;inset:0!important;background:rgba(3,8,15,.82)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}
.tes-contact-popup-dialog{position:relative!important;z-index:2!important;width:min(720px,100%)!important;max-height:min(88vh,850px)!important;overflow:auto!important;padding:30px!important;border:1px solid rgba(0,229,255,.2)!important;border-radius:24px!important;background:linear-gradient(145deg,#0b111d 0%,#080d16 100%)!important;box-shadow:0 30px 90px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.03) inset!important;transform:translateY(18px) scale(.985)!important;transition:transform .24s ease!important}
.tes-contact-popup.is-open .tes-contact-popup-dialog{transform:translateY(0) scale(1)!important}
.tes-contact-popup-close{position:absolute!important;top:16px!important;right:16px!important;width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border:1px solid rgba(0,229,255,.18)!important;border-radius:12px!important;background:rgba(255,255,255,.04)!important;color:#eaf7ff!important;font-size:29px!important;line-height:1!important;cursor:pointer!important;z-index:3!important;transition:.2s ease!important}
.tes-contact-popup-close:hover,.tes-contact-popup-close:focus-visible{background:var(--tes-accent)!important;border-color:var(--tes-accent)!important;color:#041014!important;outline:none!important}
.tes-contact-popup-head{padding-right:52px!important;margin-bottom:22px!important}
.tes-contact-popup-head h2{margin:9px 0 8px!important;color:#fff!important;font-size:clamp(26px,4vw,40px)!important;line-height:1.08!important}
.tes-contact-popup-head p{margin:0!important;color:#9fb0c4!important}
.tes-contact-popup .tes-form{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.tes-contact-popup .tes-form textarea{min-height:105px!important}
body.tes-popup-open{overflow:hidden!important}
@media (max-width:640px){.tes-contact-popup{padding:10px!important;align-items:flex-end!important}.tes-contact-popup-dialog{padding:22px 16px 18px!important;border-radius:20px 20px 0 0!important;max-height:92vh!important}.tes-contact-popup-head{padding-right:42px!important;margin-bottom:16px!important}.tes-contact-popup-head h2{font-size:28px!important}.tes-contact-popup-close{top:12px!important;right:12px!important;width:38px!important;height:38px!important}.tes-contact-popup .tes-form-row{grid-template-columns:1fr!important}}
