/* Professional TT Tech Tools photography */
.hero-visual{background:url("assets/products-overview.png") center/cover no-repeat;border-radius:18px;box-shadow:0 35px 70px rgba(10,70,68,.22);isolation:isolate}
.hero-visual:after{content:"";position:absolute;inset:0;border-radius:18px;background:linear-gradient(180deg,transparent 55%,rgba(4,25,27,.38));z-index:-1}
.hero-visual .device,.hero-visual .orbit{display:none}
.hero-visual .card-one{left:-7%;top:14%}
.hero-visual .card-two{right:-6%;bottom:11%}
.work-image{background-position:center;background-size:cover;background-repeat:no-repeat}
.work-image:before,.work-image:after{display:none}
.work-image.repair{background-image:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.18)),url("assets/job-laptop-cleaning.png")}
.work-image.upgrade{background-image:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.16)),url("assets/job-ssd-upgrade.png")}
.work-image.setup{background-image:linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.12)),url("assets/job-office-setup.png")}
.product-art{background-position:center;background-size:cover;background-repeat:no-repeat;transition:transform .45s ease}
.product:hover .product-art{transform:scale(1.015)}
.product-art.ssd{background-image:url("assets/product-ssd.png")}
.product-art.ram{background-image:url("assets/product-ram.png")}
.product-art.accessories{background-image:url("assets/product-accessories.png")}
.product-art.ssd>*,.product-art.ram>*,.product-art.accessories>*{display:none}
.product-art.ram:before{display:none}
@media(max-width:720px){.hero-visual{height:330px;margin-top:40px}.hero-visual .card-one{left:-3%}.hero-visual .card-two{right:-3%}.product-art{height:230px}}

/* Correctly fitted transparent logo in About */
.about-mark{height:340px;padding:38px;background:linear-gradient(145deg,#ffffff 0%,#edf8f6 100%);overflow:hidden;transform:none;border-radius:18px;box-shadow:0 24px 55px rgba(18,85,80,.12)}
.about-mark img{width:100%;height:215px;object-fit:contain;mix-blend-mode:normal}
.about-mark span{align-self:end}
@media(max-width:720px){.about-mark{height:250px;padding:26px}.about-mark img{height:155px}}

/* Expanded service catalogue */
.detailed-services{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.detailed-services .service-card{padding:0;min-height:100%;overflow:hidden;background:#fff;border-radius:12px}
.detailed-services .service-card:hover{transform:translateY(-7px);box-shadow:0 22px 55px rgba(22,55,52,.12)}
.service-photo{height:225px;position:relative;overflow:hidden;background:#213332}
.service-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.service-card:hover .service-photo img{transform:scale(1.045)}
.service-photo>span{position:absolute;right:17px;top:16px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--amber);color:var(--ink);font:800 11px "Space Grotesk"}
.service-body{padding:27px 28px 30px;display:flex;flex-direction:column;flex:1}
.service-label{margin:0 0 10px!important;color:var(--teal-dark)!important;font-size:9px!important;font-weight:800;letter-spacing:1.5px}
.detailed-services .service-card h3{font-size:24px;margin:0 0 14px}
.detailed-services .service-card .service-body>p:not(.service-label){font-size:13px;line-height:1.7;color:var(--muted);margin:0}
.detailed-services ul{list-style:none;margin:18px 0 25px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.detailed-services li{font-size:12px;padding:4px 0;color:#4e5858}
.detailed-services li:before{content:"✓";color:var(--teal);font-weight:800;margin-right:9px}
.detailed-services .service-body>a.service-cta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 14px 14px 17px;border:1px solid #d9e4e2;border-radius:9px;background:linear-gradient(135deg,#f8fbfa 0%,#f1f8f7 100%);color:var(--ink);transition:border-color .25s ease,background .25s ease,box-shadow .25s ease,transform .25s ease}
.service-cta .cta-copy{display:flex;flex-direction:column;font:700 13px/1.25 Manrope,sans-serif}
.service-cta .cta-copy small{margin-bottom:4px;color:var(--teal-dark);font-size:8px;line-height:1;letter-spacing:1.5px}
.service-cta .cta-arrow{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:8px;background:var(--teal);color:#fff;font-size:17px;transition:background .25s ease,transform .25s ease}
.detailed-services .service-body>a.service-cta:hover{border-color:rgba(8,170,163,.5);background:#fff;box-shadow:0 10px 24px rgba(8,127,123,.1);transform:translateY(-2px)}
.service-cta:hover .cta-arrow{background:var(--teal-dark);transform:translate(2px,-2px)}
.service-cta:focus-visible{outline:3px solid rgba(255,178,48,.55);outline-offset:3px}
@media(max-width:1050px){.detailed-services{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.detailed-services{grid-template-columns:1fr}.service-photo{height:215px}}
.footer-web{color:var(--teal-dark);font-weight:800;white-space:nowrap}
.contact-address small,.contact-address span{display:block}.contact-address small{font-size:9px;letter-spacing:2px;color:#8dd5d0}.contact-address span{font:600 15px/1.5 "Space Grotesk"}
