:root { --tech-ink: #191e3b; --tech-muted: #69707c; --tech-yellow: #fed035; --tech-line: rgba(25,30,59,.13); --tech-soft: #f6f5f1; --tech-dark: #1c1c1e; --tech-blue: #d9e9ff; --tech-pink: #ffd9e4; --tech-green: #d8f4df; }
body.technology-page { overflow-x: hidden; overflow-y: auto !important; }
main.technology-page { color: var(--tech-ink); background: #fff; overflow: visible; }
.tech-shell { width: min(100% - 48px, 1180px); margin: 0 auto; }
.tech-shell-narrow { width: min(100% - 48px, 900px); margin: 0 auto; }
.tech-section { padding: 104px 0; }
.tech-section-soft { background: var(--tech-soft); }
.tech-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--tech-ink); font-size: 12px; font-weight: 800; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.tech-eyebrow::before { width: 9px; height: 9px; border-radius: 50%; background: var(--tech-yellow); content: ""; }
.tech-hero { padding: 118px 0 62px; background: #fff; }
.tech-hero-copy { max-width: 860px; margin: 0 auto; text-align: center; }
.tech-hero h1 { margin: 16px 0 18px; color: var(--tech-ink); font-size: clamp(42px, 5.15vw, 70px); font-weight: 850; line-height: 1.04; letter-spacing: 0; }
.tech-hero h1 span { color: #d59a00; }
.tech-hero p { max-width: 640px; margin: 0 auto; color: var(--tech-muted); font-size: 19px; line-height: 1.55; }
.tech-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.tech-action { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 20px; border: 1px solid var(--tech-ink); border-radius: 999px; color: var(--tech-ink); background: #fff; font-size: 15px; font-weight: 750; line-height: 1; text-decoration: none; transition: transform .24s ease, background-color .24s ease, color .24s ease; }
.tech-action:hover { transform: translateY(-2px); color: var(--tech-ink); background: #f4f2ec; }
.tech-action-primary { border-color: var(--tech-yellow); background: var(--tech-yellow); }
.tech-action-primary:hover { background: #ffdd5a; }
.tech-action:focus-visible, .tech-faq summary:focus-visible { outline: 3px solid rgba(254,208,53,.9); outline-offset: 3px; }
.tech-section-heading { max-width: 670px; margin-bottom: 44px; }
.tech-section-heading h2 { margin: 14px 0; color: var(--tech-ink); font-size: clamp(34px,4.4vw,58px); font-weight: 800; line-height: 1.05; letter-spacing: 0; }
.tech-section-heading p { max-width: 630px; margin: 0; color: var(--tech-muted); font-size: 17px; line-height: 1.55; }
.tech-center { margin-right: auto; margin-left: auto; text-align: center; }.tech-center p { margin-right: auto; margin-left: auto; }
.tech-showcase-section { padding-top: 70px; }
main.technology-page > .tech-showcase-section:first-child { padding-top: 142px; }
.tech-showcase-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 16px; }
.tech-showcase { position: relative; display: flex; min-height: 332px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 29px; border-radius: 22px; color: var(--tech-ink); }
.tech-showcase h3 { max-width: 390px; margin: 10px 0; font-size: clamp(25px,2.6vw,38px); font-weight: 800; line-height: 1.06; letter-spacing: 0; }.tech-showcase p { max-width: 390px; margin: 0; color: rgba(25,30,59,.72); font-size: 15px; line-height: 1.5; }
.tech-card-kicker { display: block; color: inherit; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tech-showcase a { position: relative; z-index: 2; display: inline-flex; width: max-content; align-items: center; gap: 7px; margin-top: 22px; color: inherit; font-size: 14px; font-weight: 800; text-decoration: none; }.tech-showcase a:hover { color: inherit; opacity: .72; }
.tech-showcase-wide { grid-column: span 8; min-height: 450px; background: #eff5ff; }.tech-showcase-dashboard { padding-right: 42%; }.tech-dashboard-frame { position: absolute; right: -7%; bottom: -13%; width: 67%; padding: 9px; border: 1px solid rgba(25,30,59,.14); border-radius: 14px; background: #fff; box-shadow: 0 22px 45px rgba(25,30,59,.14); transform: rotate(-3deg); }.tech-dashboard-frame img { display: block; width: 100%; border-radius: 8px; }
.tech-showcase-scan { grid-column: span 4; min-height: 450px; color: #fff; background: #222128; }.tech-showcase-scan p { color: rgba(255,255,255,.7); }.tech-showcase-scan .tech-card-kicker { color: var(--tech-yellow); }.tech-scan-radar { position: absolute; right: -53px; bottom: -49px; width: 264px; height: 264px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }.tech-scan-radar span { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: inherit; }.tech-scan-radar span:nth-child(1) { inset: 17%; }.tech-scan-radar span:nth-child(2) { inset: 34%; }.tech-scan-radar span:nth-child(3) { top: 50%; right: 0; left: 0; height: 1px; border-width: 1px 0 0; }.tech-scan-radar b { position: absolute; top: 35%; left: 38%; width: 14px; height: 14px; border-radius: 50%; background: var(--tech-yellow); box-shadow: 0 0 0 7px rgba(254,208,53,.18); }
.tech-showcase-offline { grid-column: span 5; min-height: 300px; background: var(--tech-pink); }.tech-showcase-offline > i, .tech-showcase-data > i { position: absolute; right: 24px; top: 20px; color: rgba(25,30,59,.18); font-size: 64px; }.tech-showcase-offline h3, .tech-showcase-data h3 { max-width: 300px; font-size: 29px; }
.tech-showcase-data { grid-column: span 7; min-height: 300px; background: var(--tech-yellow); }.tech-showcase-data > i { font-size: 72px; }
.tech-operating-section { color: #fff; background: var(--tech-dark); }.tech-heading-light .tech-eyebrow, .tech-heading-light h2 { color: #fff; }.tech-heading-light p { color: rgba(255,255,255,.67); }.tech-heading-light .tech-eyebrow::before { background: var(--tech-yellow); }
.tech-layer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }.tech-layer { position: relative; min-height: 345px; padding: 22px; border-radius: 18px; color: var(--tech-ink); }.tech-layer-capture { background: var(--tech-blue); }.tech-layer-verify { background: var(--tech-green); }.tech-layer-operate { background: #ffe9a0; }.tech-layer-understand { background: var(--tech-pink); }
.tech-layer-number { position: absolute; top: 18px; right: 20px; color: rgba(25,30,59,.45); font-size: 12px; font-weight: 800; }.tech-layer-icon { display: grid; width: 46px; height: 46px; margin-bottom: 56px; place-items: center; border: 1px solid rgba(25,30,59,.12); border-radius: 13px; background: rgba(255,255,255,.55); font-size: 22px; }.tech-layer h3 { margin: 0 0 9px; font-size: 27px; font-weight: 800; line-height: 1.08; }.tech-layer p { margin: 0; color: rgba(25,30,59,.68); font-size: 14px; line-height: 1.45; }.tech-layer-list { display: grid; gap: 6px; margin: 19px 0 0; padding: 0; list-style: none; font-size: 12px; font-weight: 750; line-height: 1.35; }.tech-layer-list li::before { margin-right: 8px; color: var(--tech-ink); content: "✓"; }
.tech-deep-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; padding: 56px; border-radius: 25px; background: #211f29; }.tech-deep-copy .tech-eyebrow { color: var(--tech-yellow); }.tech-deep-copy h2 { margin: 15px 0; color: #fff; font-size: clamp(38px,4vw,56px); font-weight: 800; line-height: 1.04; }.tech-deep-copy > p { margin: 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.58; }.tech-deep-note { display: flex; gap: 10px; margin-top: 24px; padding: 14px; border-left: 2px solid var(--tech-yellow); color: rgba(255,255,255,.75); background: rgba(255,255,255,.06); font-size: 13px; line-height: 1.5; }.tech-deep-note i { color: var(--tech-yellow); font-size: 18px; }.tech-signal-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.tech-signal { min-height: 150px; padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); }.tech-signal > i { display: grid; width: 36px; height: 36px; margin-bottom: 18px; place-items: center; border-radius: 10px; color: var(--tech-ink); background: var(--tech-yellow); font-size: 18px; }.tech-signal h3 { margin: 0 0 6px; color: #fff; font-size: 16px; line-height: 1.2; }.tech-signal p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.45; }
.tech-foundation-section { background: #fff; }.tech-foundation-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }.tech-foundation { min-height: 210px; padding: 24px; border: 1px solid var(--tech-line); border-radius: 16px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }.tech-foundation:hover { box-shadow: 0 16px 28px rgba(25,30,59,.10); transform: translateY(-4px); }.tech-foundation i { display: grid; width: 41px; height: 41px; margin-bottom: 25px; place-items: center; border-radius: 11px; color: var(--tech-ink); background: #fff1bd; font-size: 20px; }.tech-foundation h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.15; }.tech-foundation p { margin: 0; color: var(--tech-muted); font-size: 14px; line-height: 1.5; }
.tech-faq { display: grid; gap: 12px; }.tech-faq details { overflow: hidden; border: 1px solid var(--tech-line); border-radius: 14px; background: #fff; }.tech-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 68px; padding: 19px 22px; color: var(--tech-ink); cursor: pointer; font-size: 16px; font-weight: 800; line-height: 1.4; list-style: none; }.tech-faq summary::-webkit-details-marker { display: none; }.tech-faq summary i { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; background: var(--tech-yellow); font-size: 15px; transition: transform .2s ease; }.tech-faq details[open] summary { border-bottom: 1px solid var(--tech-line); background: #fffdf5; }.tech-faq details[open] summary i { transform: rotate(180deg); }.tech-faq-answer { padding: 20px 68px 25px 22px; color: var(--tech-muted); font-size: 15px; line-height: 1.65; }
[data-tech-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; } [data-tech-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 991px) { .tech-hero { padding-top: 112px; }.tech-showcase-wide { grid-column: span 12; }.tech-showcase-scan { grid-column: span 6; }.tech-showcase-offline, .tech-showcase-data { grid-column: span 6; }.tech-layer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.tech-deep-grid { grid-template-columns: 1fr; gap: 35px; }.tech-foundation-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 640px) { .tech-shell, .tech-shell-narrow { width: min(100% - 28px,1180px); }.tech-section { padding: 64px 0; }.tech-hero { padding: 92px 0 38px; }.tech-hero h1 { font-size: 42px; }.tech-hero p { font-size: 16px; }.tech-actions { flex-direction: column; }.tech-action { width: 100%; }.tech-section-heading { margin-bottom: 29px; }.tech-section-heading h2 { font-size: 35px; }.tech-section-heading p { font-size: 16px; }.tech-showcase-section, main.technology-page > .tech-showcase-section:first-child { padding-top: 88px; }.tech-showcase-grid { grid-template-columns: 1fr; }.tech-showcase, .tech-showcase-wide, .tech-showcase-scan, .tech-showcase-offline, .tech-showcase-data { grid-column: auto; min-height: 315px; padding: 22px; }.tech-showcase-wide { min-height: 400px; padding-right: 22px; }.tech-showcase-dashboard .tech-showcase-content { max-width: 250px; }.tech-dashboard-frame { right: -15%; bottom: -4%; width: 88%; }.tech-showcase-offline, .tech-showcase-data { min-height: 270px; }.tech-layer-grid, .tech-foundation-grid, .tech-signal-grid { grid-template-columns: 1fr; }.tech-layer { min-height: 280px; }.tech-layer-icon { margin-bottom: 30px; }.tech-deep-grid { gap: 28px; padding: 27px 21px; border-radius: 20px; }.tech-deep-copy h2 { font-size: 38px; }.tech-signal { min-height: 130px; }.tech-foundation { min-height: 175px; }.tech-faq summary { padding: 17px; font-size: 15px; }.tech-faq-answer { padding: 18px 20px 22px; font-size: 14px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
