:root {
  --home-blue: #436fb7;
  --home-blue-dark: #2f5595;
  --home-accent: #8aa8d8;
  --home-ink: #17243a;
  --home-panel: #f3f6fb;
  --home-line: rgba(23, 36, 58, .13);
}

.tcb-home { color: var(--home-ink); }
.tcb-home h1, .tcb-home h2, .tcb-home h3, .tcb-home p { margin-top: 0; }
.home-section { padding: 112px 2rem; }
.home-overline { margin-bottom: 20px; color: #a9bfe2; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.home-overline > span { width: 30px; height: 1px; margin: 0 12px 3px 0; display: inline-block; background: currentColor; }
.home-overline-blue { color: var(--home-blue); }

.home-hero { position: relative; min-height: 760px; overflow: hidden; color: white; background: linear-gradient(125deg, #0c1d34 0%, #152d50 62%, #1e477c 100%); }
.home-hero:before { content: ""; position: absolute; width: 800px; height: 800px; top: -480px; left: 30%; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 150px rgba(255,255,255,.018), 0 0 0 300px rgba(255,255,255,.012); }
.home-hero-glow { position: absolute; width: 560px; height: 560px; right: -120px; bottom: -230px; border-radius: 50%; background: rgba(67,111,183,.32); filter: blur(60px); }
.home-hero-grid { position: relative; z-index: 2; min-height: 760px; padding: 88px 2rem 55px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 75px; align-items: center; }
.home-hero-copy { min-width: 0; }
.home-hero-copy h1 { max-width: 740px; margin-bottom: 28px; font-size: clamp(58px, 6.4vw, 91px); font-weight: 790; line-height: .98; letter-spacing: -.06em; }
.home-hero-copy h1 em { color: #a9c2e9; font-style: normal; }
.home-lead { max-width: 700px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.home-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.home-button { min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; font-size: 12px; font-weight: 750; transition: .2s ease; }
.home-button:hover { transform: translateY(-2px); }
.home-button-primary { color: white; background: var(--home-blue); }
.home-button-primary:hover { color: white; background: #527ec3; }
.home-button-secondary { color: white; border-color: rgba(255,255,255,.4); }
.home-button-secondary:hover { color: white; border-color: white; }
.home-quick-proof { margin-top: 52px; display: flex; }
.home-quick-proof div { min-width: 145px; margin-right: 24px; padding-right: 24px; border-right: 1px solid rgba(255,255,255,.17); }
.home-quick-proof div:last-child { border: 0; }
.home-quick-proof strong { display: block; font-size: 10px; letter-spacing: .1em; }
.home-quick-proof span { margin-top: 7px; display: block; color: rgba(255,255,255,.47); font-size: 9px; }

.home-hero-visual { position: relative; min-height: 610px; }
.home-visual-card { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.15); background: #0a192d; box-shadow: 0 24px 60px rgba(3,12,25,.3); }
.home-visual-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,21,40,.96), transparent 66%); }
.home-visual-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.home-visual-card:hover img { transform: scale(1.035); }
.home-visual-card > span { position: absolute; z-index: 2; right: 19px; bottom: 18px; left: 19px; color: white; font-size: 14px; font-weight: 700; }
.home-visual-card small { margin-bottom: 5px; display: block; color: #a9c2e9; font-size: 8px; letter-spacing: .16em; }
.home-visual-card b { float: right; color: #9eb9e4; }
.home-visual-main { width: 68%; height: 390px; top: 105px; left: 0; }
.home-visual-main img { object-position: 67% center; }
.home-visual-top { width: 45%; height: 240px; top: 0; right: 0; }
.home-visual-bottom { width: 45%; height: 280px; right: 0; bottom: 0; }
.home-visual-badge { position: absolute; z-index: 4; width: 150px; height: 150px; top: 270px; left: 55%; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; display: grid; place-content: center; color: white; background: var(--home-blue); text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.home-visual-badge strong { font-size: 27px; }
.home-visual-badge span { margin-top: 4px; color: #dce7f8; font-size: 9px; line-height: 1.45; }

.home-trust-strip { padding: 0 2rem; color: #526079; border-bottom: 1px solid var(--home-line); background: white; }
.home-trust-strip .container-page { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.home-trust-strip p { margin: 0; color: var(--home-blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.home-trust-strip strong { white-space: nowrap; font-size: 11px; }
.home-trust-strip span { width: 5px; height: 5px; border-radius: 50%; background: #b7c7df; }

.home-solutions { background: var(--home-panel); }
.home-heading { margin-bottom: 60px; display: grid; grid-template-columns: 1fr 420px; gap: 85px; align-items: end; }
.home-heading h2 { max-width: 820px; font-size: clamp(40px, 4.6vw, 65px); font-weight: 770; line-height: 1.07; letter-spacing: -.05em; }
.home-heading > p { margin-bottom: 7px; color: #61708a; font-size: 14px; line-height: 1.8; }
.home-solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--home-line); border-left: 1px solid var(--home-line); }
.home-solution-card { min-height: 500px; padding: 29px; border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); display: flex; flex-direction: column; color: var(--home-ink); background: rgba(255,255,255,.5); transition: .25s ease; }
.home-solution-card:hover { color: var(--home-ink); background: white; transform: translateY(-4px); box-shadow: 0 18px 40px rgba(23,36,58,.08); }
.home-solution-featured { color: white; background: #234779; }
.home-solution-featured:hover { color: white; background: #2b558e; }
.home-card-number { color: var(--home-blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.home-solution-featured .home-card-number { color: #adc4e8; }
.home-card-icon { width: 43px; height: 43px; margin-top: 42px; border-radius: 50%; display: grid; place-items: center; color: var(--home-blue); background: #e5edf8; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.home-solution-featured .home-card-icon { color: white; background: rgba(255,255,255,.13); }
.home-solution-card h3 { margin: 28px 0 15px; font-size: 25px; font-weight: 760; line-height: 1.15; letter-spacing: -.03em; }
.home-solution-card > p { color: #61708a; font-size: 12px; line-height: 1.75; }
.home-solution-featured > p { color: rgba(255,255,255,.62); }
.home-solution-card ul { margin: 18px 0 28px; padding: 0; color: #53627a; font-size: 10px; line-height: 2; list-style: none; }
.home-solution-card li:before { content: "✓"; margin-right: 8px; color: var(--home-blue); }
.home-solution-featured ul { color: rgba(255,255,255,.67); }
.home-solution-featured li:before { color: #b7ceef; }
.home-solution-card > b { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--home-line); display: flex; justify-content: space-between; color: var(--home-blue-dark); font-size: 10px; }
.home-solution-featured > b { color: white; border-color: rgba(255,255,255,.16); }

.home-products { color: white; background: var(--home-ink); }
.home-heading-light .home-overline { color: #9db6de; }
.home-heading-light > p { color: rgba(255,255,255,.54); }
.home-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; gap: 14px; }
.home-product-card { position: relative; overflow: hidden; color: white; background: #0c192c; }
.home-product-card:hover { color: white; }
.home-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.home-product-card:hover img { transform: scale(1.035); }
.home-product-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,19,35,.96), rgba(9,23,43,.04) 75%); }
.home-product-card > div { position: absolute; z-index: 2; right: 25px; bottom: 23px; left: 25px; }
.home-product-card small { color: #b1c6e6; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.home-product-card h3 { margin: 8px 0 0; font-size: 22px; font-weight: 750; letter-spacing: -.025em; }
.home-product-card p { max-width: 520px; margin: 9px 0 0; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.6; }
.home-product-card b { margin-top: 13px; display: block; color: #a9c2e9; font-size: 9px; }
.home-product-wide { grid-column: span 2; grid-row: span 2; }
.home-product-wide > div { right: 36px; bottom: 34px; left: 36px; }
.home-product-wide h3 { font-size: 35px; }
.home-product-tour { height: 350px; grid-column: span 4; }
.home-product-tour img { object-position: center 38%; }
.home-product-tour > div { right: 36px; bottom: 31px; left: 36px; }
.home-product-tour h3 { font-size: 31px; }
.home-product-telecom img { object-position: center 46%; }
.home-product-email img { object-position: center 43%; }

.home-process { background: white; }
.home-process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.home-process-grid > div > h2 { max-width: 620px; font-size: clamp(40px, 4.5vw, 62px); font-weight: 770; line-height: 1.07; letter-spacing: -.05em; }
.home-process-grid > div > p:not(.home-overline) { max-width: 590px; margin-top: 25px; color: #61708a; font-size: 14px; line-height: 1.8; }
.home-text-link { margin-top: 28px; display: inline-flex; gap: 30px; color: var(--home-blue-dark); font-size: 11px; font-weight: 750; }
.home-process-list { margin: 0; padding: 0; border-top: 1px solid var(--home-line); list-style: none; }
.home-process-list li { padding: 31px 0; border-bottom: 1px solid var(--home-line); display: grid; grid-template-columns: 55px 1fr; gap: 18px; }
.home-process-list > li > span { color: var(--home-blue); font-size: 9px; font-weight: 800; }
.home-process-list h3 { margin-bottom: 9px; font-size: 22px; font-weight: 740; }
.home-process-list p { color: #61708a; font-size: 12px; line-height: 1.75; }

.home-contact { color: white; background: #20385f; }
.home-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.home-contact h2 { max-width: 600px; margin-bottom: 25px; font-size: clamp(48px, 5vw, 72px); font-weight: 780; line-height: 1.03; letter-spacing: -.055em; }
.home-contact-grid > div:first-child > p:not(.home-overline) { max-width: 560px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }
.home-contact-details { margin-top: 34px; display: flex; flex-direction: column; gap: 8px; color: #b9cae7; font-size: 12px; }
.home-contact form { color: var(--home-ink); }

@media (max-width: 1100px) {
  .home-hero-grid { grid-template-columns: 1fr; padding-top: 85px; }
  .home-hero-copy { max-width: 850px; }
  .home-hero-visual { min-height: 540px; }
  .home-solution-grid { grid-template-columns: repeat(2, 1fr); }
  .home-product-grid { grid-template-columns: repeat(2, 1fr); }
  .home-product-tour { grid-column: span 2; }
}

@media (max-width: 800px) {
  .home-section { padding: 78px 18px; }
  .home-hero-grid { padding: 75px 18px 45px; }
  .home-heading, .home-process-grid, .home-contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .home-trust-strip .container-page { padding: 20px 0; flex-wrap: wrap; justify-content: flex-start; }
  .home-trust-strip span { display: none; }
  .home-trust-strip p { width: 100%; }
}

@media (max-width: 600px) {
  .home-hero-grid { width: 100%; display: block; overflow: hidden; }
  .home-hero-copy h1 { font-size: 52px; }
  .home-lead { font-size: 14px; }
  .home-actions { align-items: stretch; flex-direction: column; }
  .home-quick-proof { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-quick-proof div { min-width: 0; margin-right: 11px; padding-right: 11px; }
  .home-quick-proof strong { font-size: 8px; }
  .home-quick-proof span { font-size: 8px; line-height: 1.45; }
  .home-hero-visual { min-height: 480px; }
  .home-visual-main { width: 78%; height: 310px; top: 80px; }
  .home-visual-top { width: 48%; height: 180px; }
  .home-visual-bottom { width: 48%; height: 210px; }
  .home-visual-badge { width: 110px; height: 110px; top: 225px; }
  .home-visual-badge strong { font-size: 22px; }
  .home-solution-grid { grid-template-columns: 1fr; }
  .home-solution-card { min-height: 440px; }
  .home-heading h2, .home-process-grid > div > h2 { font-size: 39px; }
  .home-product-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .home-product-wide { grid-column: auto; grid-row: auto; }
  .home-product-tour { height: auto; grid-column: auto; }
  .home-product-wide h3 { font-size: 27px; }
  .home-contact h2 { font-size: 48px; }
}
