﻿.tech { --accent:#4d8dff; --accent-2:#7c5cff; --hero:url("/assets/templates/images/pc/tech/tech-data-dashboard-real.webp"); --shade:rgba(2,7,22,.78); }
.tech .hero-copy h1 { font-size: 76px; }
.tech .real-nav { background:rgba(4,8,18,.88); color:#fff; border-bottom-color:rgba(255,255,255,.08); }
.tech .brand-sub { color:rgba(255,255,255,.62); }
.tech .back-home { color:#fff; border-color:rgba(255,255,255,.18); }
.tech .nav-cta { background:#4d8dff; }
.tech .hero-full { min-height:min(820px, calc(100svh - 136px)); }
.tech-hero .hero-copy { max-width:760px; }
.tech-hero .hero-copy h1 { max-width:740px; font-size:72px; letter-spacing:0; }
.tech-hero .real-btn.ghost { color:#fff; background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.28); }

.tech-overview { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; background:#17233b; border-top:1px solid #17233b; border-bottom:1px solid #17233b; }
.tech-overview div { padding:32px 7vw; background:#08101f; }
.tech-overview b { display:block; margin-bottom:8px; color:#8fc6ff; font-size:24px; }
.tech-overview p { margin-bottom:0; color:#b8c4d8; font-size:14px; line-height:1.7; font-weight:700; overflow-wrap:anywhere; }

.tech-platform { background:#f5f8fc; }
.tech-platform .section-title p { max-width:500px; margin-bottom:0; }
.tech-platform-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:22px; }
.tech-platform-main,
.tech-platform-card { position:relative; overflow:hidden; background:#fff; border:1px solid rgba(77,141,255,.16); }
.tech-platform-main { min-height:620px; grid-row:span 2; }
.tech-platform-main picture,
.tech-platform-card picture,
.tech-data-photo picture,
.tech-delivery-photo picture { display:block; width:100%; height:100%; }
.tech-platform-main img { width:100%; height:100%; min-height:620px; object-fit:cover; }
.tech-platform-main > div { position:absolute; left:24px; right:24px; bottom:24px; padding:24px; background:rgba(255,255,255,.9); backdrop-filter:blur(16px); }
.tech-platform-main span,
.tech-data-copy span,
.tech-contact-copy span { display:block; margin-bottom:12px; color:#246fe5; font-size:12px; font-weight:900; text-transform:uppercase; }
.tech-platform-main h3,
.tech-platform-card h3 { margin-bottom:10px; font-size:24px; }
.tech-platform-main p,
.tech-platform-card p { margin-bottom:0; font-size:14px; }
.tech-platform-card img { width:100%; height:260px; object-fit:cover; }
.tech-platform-card h3,
.tech-platform-card p { padding:0 24px; }
.tech-platform-card h3 { margin-top:22px; }
.tech-platform-card p { padding-bottom:24px; }

.tech-data { display:grid; grid-template-columns:.92fr 1.08fr; gap:34px; align-items:center; padding:72px 7vw; background:#07111f; color:#fff; }
.tech-data h2,
.tech-contact-copy h2 { margin-bottom:18px; font-size:42px; line-height:1.15; }
.tech-data p { color:rgba(255,255,255,.74); }
.tech-data ul { margin:28px 0 0; padding:0; list-style:none; }
.tech-data li { padding:14px 0 14px 28px; color:rgba(255,255,255,.86); border-top:1px solid rgba(255,255,255,.12); position:relative; }
.tech-data li::before { content:""; position:absolute; left:0; top:23px; width:9px; height:9px; background:#60b7ff; }
.tech-data-photo { position:relative; min-height:430px; }
.tech-data-photo img { width:100%; height:430px; object-fit:cover; border:1px solid rgba(255,255,255,.12); }
.tech-tags { position:absolute; left:18px; right:18px; bottom:18px; display:flex; flex-wrap:wrap; gap:8px; padding:16px; background:rgba(255,255,255,.92); backdrop-filter:blur(12px); }
.tech-tags b { margin-right:6px; color:#123f85; }
.tech-tags span { padding:7px 10px; color:#34445d; background:#eaf2ff; font-size:12px; font-weight:800; }

.tech-delivery { background:#fff; }
.tech-delivery .section-title p { max-width:450px; margin-bottom:0; }
.tech-delivery-row { display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:stretch; }
.tech-delivery-photo img { width:100%; height:100%; min-height:540px; object-fit:cover; }
.tech-steps { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#d8e2f2; }
.tech-steps div { padding:34px 28px; background:#f5f8fc; }
.tech-steps b { display:block; margin-bottom:22px; color:#246fe5; font-size:13px; }
.tech-steps h3 { margin-bottom:10px; font-size:22px; }
.tech-steps p { margin-bottom:0; font-size:14px; }

.tech-contact { position:relative; min-height:520px; display:flex; align-items:center; padding:72px 7vw; overflow:hidden; color:#fff; }
.tech-contact::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(3,9,20,.92),rgba(3,9,20,.62),rgba(3,9,20,.18)); }
.tech-contact picture { position:absolute; inset:0; width:100%; height:100%; }
.tech-contact img { width:100%; height:100%; object-fit:cover; }
.tech-contact-copy { position:relative; z-index:2; max-width:560px; }
.tech-contact-copy span { color:#91d2ff; }
.tech-contact-copy p { color:rgba(255,255,255,.78); }
html.js-ready body.tech .reveal { opacity:1; transform:none; }

@media (max-width: 1080px) {
.factory .hero-copy h1, .tech .hero-copy h1 { font-size:58px; }
}

@media (max-width: 720px) {
.tech { --hero:url("/assets/templates/images/mobile/tech/tech-data-dashboard-real.webp"); }
  .factory .hero-copy h1, .tech .hero-copy h1 { font-size:38px; }
  .tech .real-nav { background:rgba(4,8,18,.94); }
  .tech .hero-full { min-height:min(760px, calc(100svh - 64px)); padding-top:74px; padding-bottom:30px; background-position:68% bottom; }
  .tech .hero-full::before { background:linear-gradient(180deg,rgba(2,7,22,.86),rgba(2,7,22,.52) 58%,rgba(2,7,22,.92)); }
  .tech-hero .hero-copy { max-width:340px; }
  .tech-hero .hero-copy .kicker { margin-bottom:14px; font-size:13px; line-height:1.5; }
  .tech-hero .hero-copy h1 { max-width:330px; margin-bottom:18px; font-size:33px; line-height:1.12; word-break:normal; }
  .tech-hero .hero-copy .lead { max-width:330px; font-size:16px; line-height:1.62; }
  .tech-hero .hero-points { margin-top:20px; gap:10px 14px; }
  .tech-hero .hero-actions { max-width:320px; gap:10px; margin-top:24px; }
  .tech-hero .real-btn { flex:1 1 100%; width:100%; min-height:46px; padding:0 14px; font-size:14px; }
  .tech-overview { grid-template-columns:1fr; }
  .tech-overview div { min-width:0; padding:22px 20px; }
  .tech-overview b { font-size:21px; }
  .tech-overview p { width:100%; max-width:310px; word-break:break-all; overflow-wrap:anywhere; }
  .tech-platform .section-title p,
  .tech-delivery .section-title p { max-width:330px; word-break:break-all; overflow-wrap:anywhere; }
  .tech-platform-grid { grid-template-columns:1fr; gap:18px; }
  .tech-platform-main { min-height:auto; grid-row:auto; }
  .tech-platform-main picture,
  .tech-platform-card picture { height:auto; }
  .tech-platform-main img,
  .tech-platform-card img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .tech-platform-main > div { position:static; padding:20px; background:#fff; backdrop-filter:none; }
  .tech-platform-card h3,
  .tech-platform-card p { padding:0 20px; }
  .tech-platform-card h3 { margin-top:20px; }
  .tech-platform-card p { padding-bottom:20px; }
  .tech-data { grid-template-columns:1fr; gap:22px; padding:52px 20px; }
  .tech-data h2,
  .tech-contact-copy h2 { font-size:32px; }
  .tech-data-photo,
  .tech-data-photo img { min-height:0; height:auto; }
  .tech-data-photo img { aspect-ratio:1.15 / 1; object-fit:cover; }
  .tech-tags { position:static; margin-top:10px; padding:14px; }
  .tech-delivery-row { grid-template-columns:1fr; gap:18px; }
  .tech-delivery-photo picture { height:auto; }
  .tech-delivery-photo img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .tech-steps { grid-template-columns:1fr; }
  .tech-steps div { padding:24px 20px; }
  .tech-contact { min-height:520px; padding:48px 20px 92px; align-items:flex-end; }
  .tech-contact::before { background:linear-gradient(180deg,rgba(3,9,20,.24),rgba(3,9,20,.92)); }
html.js-ready body.tech .reveal { opacity:1; transform:none; }
}

/* 2026-06-04 structure pass: product console */
.tech-overview {
  grid-template-columns: 1.4fr .8fr .8fr;
  background: #050b1d;
}
.tech-overview div {
  background: linear-gradient(145deg, rgba(77,141,255,.18), rgba(124,92,255,.08));
  border-color: rgba(255,255,255,.12);
}
.tech-overview b { color: #8fb6ff; }
.tech-overview p { color: rgba(255,255,255,.72); }
.tech-platform-grid {
  grid-template-columns: 1.28fr .72fr;
}
.tech-platform-main {
  grid-row: span 2;
}
.tech-platform-card {
  min-height: 310px;
}
.tech-data {
  grid-template-columns: .7fr 1.3fr;
}
.tech-steps {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.tech-steps div {
  min-height: 250px;
}

@media (max-width:720px) {
  .tech-overview,
  .tech-platform-grid,
  .tech-data,
  .tech-steps { grid-template-columns: 1fr; }
}

/* 2026-06-04 premium hero tuning */
.tech {
  --nav-ink: #fff;
  --nav-cta-bg: #080808;
  --hero-pos: 70% center;
  --hero-mobile-pos: 58% center;
  --hero-overlay: linear-gradient(90deg,rgba(2,6,17,.86),rgba(2,6,17,.34) 50%,rgba(2,6,17,.05));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.30) 56%,rgba(0,0,0,.82));
  --hero-title-size: 72px;
  --hero-mobile-title-size: 38px;
  --hero-copy-width: 620px;
  --hero-title-width: 720px;
  --hero-lead-width: 520px;
  --hero-btn-bg: #080808;
}
.tech .real-nav {
  position: absolute;
  width: 100%;
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.tech .hero-full {
  min-height: min(790px, 100svh);
  padding: 138px 8vw 86px;
  background-position: var(--hero-pos);
}
.tech .hero-full::before { background: var(--hero-overlay); }
.tech-hero .hero-copy h1 {
  max-width: var(--hero-title-width);
  font-family: var(--serif);
  font-size: var(--hero-title-size);
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
}
.tech-hero .hero-copy .lead {
  max-width: var(--hero-lead-width);
  font-size: 21px;
  line-height: 1.62;
}
.tech-hero .real-btn { background: var(--hero-btn-bg); }
.tech-hero .real-btn.ghost {
  color: currentColor;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.48);
}
@media (max-width:720px) {
  .tech .real-nav { background: linear-gradient(180deg,rgba(0,0,0,.34),transparent); }
  .tech .hero-full {
    min-height: min(700px, 100svh);
    padding: 96px 20px 44px;
    background-position: var(--hero-mobile-pos);
  }
  .tech .hero-full::before { background: var(--hero-mobile-overlay); }
  .tech-hero .hero-copy h1 {
    max-width: 330px;
    font-size: var(--hero-mobile-title-size);
    line-height: 1.05;
    word-break: normal;
  }
  .tech-hero .hero-copy .lead {
    max-width: 330px;
    font-size: 16px;
  }
}
/* 2026-06-04 real hero source + whitespace */
.tech {
  --hero: url("/assets/templates/images/pc/tech/real-tech-hero.webp");
  --nav-ink: #fff;
  --nav-cta-bg: #111;
  --hero-text: #fff;
  --hero-muted: rgba(255,255,255,.82);
  --hero-pos: 70% center;
  --hero-mobile-pos: 62% center;
  --hero-overlay: linear-gradient(90deg,rgba(2,7,22,.90),rgba(2,7,22,.48) 45%,rgba(2,7,22,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(2,7,22,.88),rgba(2,7,22,.50) 58%,rgba(2,7,22,.86));
  --hero-title-size: 62px;
  --hero-mobile-title-size: 34px;
  --hero-copy-width: 540px;
  --hero-title-width: 610px;
  --hero-lead-width: 500px;
  --hero-btn-bg: #111;
}
.tech .real-nav {
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.tech .hero-full {
  background-position: var(--hero-pos);
}
.tech .hero-full::before {
  background: var(--hero-overlay);
}
@media (max-width: 720px) {
  .tech {
    --hero: url("/assets/templates/images/mobile/tech/real-tech-hero.webp");
    --mobile-nav-ink: var(--nav-ink);
  }
  .tech .hero-full {
    background-position: var(--hero-mobile-pos);
  }
  .tech .hero-full::before {
    background: var(--hero-mobile-overlay);
  }
}
/* end 2026-06-04 real hero source + whitespace */
