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

.suite-page { color: var(--suite-ink); background: white; }
.suite-page h1, .suite-page h2, .suite-page h3, .suite-page p { margin-top: 0; }
.suite-hero { position: relative; min-height: 740px; color: white; overflow: hidden; background: var(--suite-ink); }
.suite-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.suite-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,27,50,.96) 0%, rgba(18,37,68,.78) 38%, rgba(20,39,67,.12) 68%), linear-gradient(0deg, rgba(10,23,43,.55), transparent 50%); }
.suite-hero-inner { position: relative; z-index: 2; min-height: 740px; padding: 116px 2rem 45px; display: flex; flex-direction: column; }
.suite-hero-copy { max-width: 650px; }
.suite-overline { margin-bottom: 19px; color: #a9bfe2; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.suite-overline span { display: inline-block; width: 31px; height: 1px; margin: 0 12px 4px 0; background: currentColor; }
.suite-overline-blue { color: var(--suite-blue); }
.suite-kind { margin-bottom: 10px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.suite-hero h1 { margin-bottom: 12px; font-size: clamp(56px, 6vw, 88px); font-weight: 800; line-height: .98; letter-spacing: -.055em; }
.suite-hero h2 { max-width: 630px; margin-bottom: 27px; color: #b9cae7; font-size: clamp(29px, 3.5vw, 49px); font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.suite-hero-copy > p:last-of-type { max-width: 585px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.suite-actions { margin-top: 33px; display: flex; flex-wrap: wrap; gap: 10px; }
.suite-button { min-height: 51px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-size: 12px; font-weight: 700; transition: .2s ease; }
.suite-button:hover { transform: translateY(-2px); }
.suite-button-primary { color: white; background: var(--suite-blue); }
.suite-button-primary:hover { color: white; background: var(--suite-blue-dark); }
.suite-button-secondary { color: white; border-color: rgba(255,255,255,.4); }
.suite-button-secondary:hover { color: white; border-color: white; }
.suite-metrics { margin: auto 0 0; display: flex; }
.suite-metrics div { min-width: 165px; margin-right: 31px; padding-right: 31px; border-right: 1px solid rgba(255,255,255,.2); }
.suite-metrics div:last-child { border: 0; }
.suite-metrics dt { font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.suite-metrics dd { margin: 7px 0 0; color: rgba(255,255,255,.5); font-size: 10px; }

.suite-section { padding: 115px 2rem; }
.suite-section h2 { font-size: clamp(39px, 4.4vw, 62px); font-weight: 750; line-height: 1.08; letter-spacing: -.045em; }
.suite-intro { background: white; }
.suite-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 105px; align-items: start; }
.suite-prose { padding-top: 28px; color: #61708a; font-size: 15px; line-height: 1.9; }
.suite-prose p { margin-bottom: 20px; }

.tour-proof { overflow: hidden; background: #e9eff8; }
.tour-proof-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 78px; align-items: center; }
.tour-proof h2 { max-width: 580px; }
.tour-proof-grid > div:first-child > p:not(.suite-overline) { max-width: 550px; margin-top: 25px; color: #61708a; font-size: 14px; line-height: 1.8; }
.tour-proof-points { margin-top: 28px; display: grid; gap: 10px; color: #475875; font-size: 11px; font-weight: 700; }
.tour-proof-points span:before { content: "✓"; width: 24px; height: 24px; margin-right: 10px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--suite-blue); background: white; }
.tour-studio-mockup { overflow: hidden; border: 1px solid rgba(23,36,58,.16); border-radius: 10px; background: #f7f8fb; box-shadow: 0 35px 80px rgba(23,36,58,.2); transform: rotate(1deg); }
.tour-mock-toolbar { height: 58px; padding: 0 17px; display: flex; align-items: center; gap: 7px; color: white; background: #172f55; }
.tour-mock-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: #8aa8d8; opacity: .65; }
.tour-mock-toolbar strong { margin-left: 13px; font-size: 11px; }
.tour-mock-toolbar small { margin-left: auto; color: #b8cae6; font-size: 9px; }
.tour-mock-tabs { height: 48px; padding: 0 20px; border-bottom: 1px solid #d9e0ea; display: flex; align-items: end; gap: 6px; background: white; }
.tour-mock-tabs span { height: 39px; padding: 13px 14px 0; color: #758197; font-size: 8px; font-weight: 750; }
.tour-mock-tabs .active { color: var(--suite-blue-dark); border-bottom: 3px solid var(--suite-blue); }
.tour-mock-body { min-height: 390px; padding: 25px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; }
.tour-mock-list, .tour-mock-body aside { padding: 20px; border: 1px solid #dce3ed; border-radius: 7px; background: white; }
.tour-mock-list > p, .tour-mock-body aside > p { margin-bottom: 15px; color: var(--suite-blue); font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.tour-mock-list > div { min-height: 67px; padding: 12px 8px; border-top: 1px solid #e5e9f0; display: flex; align-items: center; gap: 13px; }
.tour-mock-list > div > b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 6px; color: var(--suite-blue-dark); background: #e8eff9; font-size: 9px; }
.tour-mock-list > div.beacon > b { color: white; background: var(--suite-blue); }
.tour-mock-list > div span { display: flex; flex-direction: column; }
.tour-mock-list > div strong { color: #263752; font-size: 9px; }
.tour-mock-list > div small { margin-top: 4px; color: #8994a6; font-size: 7px; }
.tour-mock-body aside { display: flex; align-items: center; flex-direction: column; text-align: center; }
.tour-mock-body aside > p { align-self: flex-start; }
.tour-sim-ring { width: 92px; height: 92px; margin: 26px 0 18px; border: 9px solid #dce6f5; border-top-color: var(--suite-blue); border-radius: 50%; display: grid; place-items: center; color: var(--suite-blue); transform: rotate(25deg); }
.tour-sim-ring span { font-size: 17px; transform: rotate(-25deg); }
.tour-mock-body aside > strong { color: #263752; font-size: 11px; }
.tour-mock-body aside > small { margin-top: 5px; color: #8994a6; font-size: 7px; }
.tour-mock-body aside button { width: 100%; margin-top: auto; padding: 10px; border: 0; border-radius: 4px; color: white; background: var(--suite-blue); font-size: 8px; font-weight: 700; }
.suite-section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1fr 440px; gap: 75px; align-items: end; }
.suite-section-heading h2 { max-width: 690px; }
.suite-section-heading > p { margin-bottom: 7px; color: #61708a; font-size: 14px; line-height: 1.8; }

.suite-capabilities { background: var(--suite-panel); }
.suite-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--suite-line); border-left: 1px solid var(--suite-line); }
.suite-capability-grid article { min-height: 270px; padding: 31px; border-right: 1px solid var(--suite-line); border-bottom: 1px solid var(--suite-line); background: rgba(255,255,255,.38); transition: .2s ease; }
.suite-capability-grid article:hover { background: white; transform: translateY(-3px); }
.suite-capability-grid span { color: var(--suite-blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.suite-capability-grid h3 { margin: 64px 0 12px; font-size: 19px; font-weight: 750; }
.suite-capability-grid p { margin-bottom: 0; color: #61708a; font-size: 12px; line-height: 1.75; }

.suite-workflow { color: white; background: var(--suite-ink); }
.suite-heading-light .suite-overline { color: #9db5dd; }
.suite-heading-light > p { color: rgba(255,255,255,.58); }
.suite-workflow-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.suite-workflow-grid li { min-height: 260px; padding: 32px 32px 25px 0; display: flex; gap: 22px; border-right: 1px solid rgba(255,255,255,.14); }
.suite-workflow-grid li + li { padding-left: 32px; }
.suite-workflow-grid li:last-child { border-right: 0; }
.suite-workflow-grid > li > span { color: #8aa8d8; font-size: 9px; font-weight: 800; }
.suite-workflow-grid h3 { margin-bottom: 15px; font-size: 21px; font-weight: 700; }
.suite-workflow-grid p { margin-bottom: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.8; }

.suite-options { background: white; }
.suite-options-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.suite-options-grid > div:first-child > p:last-child { max-width: 560px; margin-top: 24px; color: #61708a; font-size: 14px; line-height: 1.8; }
.suite-option-list { padding-top: 10px; display: grid; grid-template-columns: repeat(2, 1fr); }
.suite-option-list span { padding: 18px 13px; border-bottom: 1px solid var(--suite-line); display: flex; align-items: center; gap: 11px; color: #516079; font-size: 12px; font-weight: 650; }
.suite-option-list span:before { content: "✓"; width: 23px; height: 23px; display: grid; place-items: center; color: var(--suite-blue); background: var(--suite-soft); border-radius: 50%; font-size: 9px; }

.suite-audiences { background: var(--suite-panel); }
.suite-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.suite-audience-grid article { min-height: 300px; padding: 31px; display: flex; flex-direction: column; background: white; border: 1px solid var(--suite-line); }
.suite-audience-grid small { color: var(--suite-blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.suite-audience-grid h3 { margin: 58px 0 14px; font-size: 22px; font-weight: 750; }
.suite-audience-grid p { margin-bottom: 22px; color: #61708a; font-size: 12px; line-height: 1.75; }
.suite-audience-grid a { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--suite-line); display: flex; justify-content: space-between; color: var(--suite-blue-dark); font-size: 11px; font-weight: 750; }

.suite-inquiry { color: white; background: #20385f; }
.suite-inquiry-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.suite-inquiry h2 { max-width: 550px; }
.suite-inquiry-grid > div:first-child > p:not(.suite-overline) { max-width: 530px; margin-top: 25px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.85; }
.suite-contact-details { margin-top: 35px; display: flex; flex-direction: column; gap: 8px; color: #b6c8e4; font-size: 12px; }
.suite-inquiry form { color: var(--suite-ink); background: white; border-radius: 6px; }

@media (max-width: 900px) {
  .suite-hero { min-height: 760px; }
  .suite-hero > img { object-position: 67% center; }
  .suite-hero-overlay { background: linear-gradient(90deg, rgba(11,27,50,.96), rgba(18,37,68,.72) 70%, rgba(20,39,67,.2)), linear-gradient(0deg, rgba(10,23,43,.65), transparent 55%); }
  .suite-hero-inner { min-height: 760px; padding-top: 85px; }
  .suite-intro-grid, .suite-section-heading, .suite-options-grid, .suite-inquiry-grid, .tour-proof-grid { grid-template-columns: 1fr; gap: 45px; }
  .suite-section-heading { align-items: start; }
  .suite-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .suite-workflow-grid { grid-template-columns: 1fr; }
  .suite-workflow-grid li, .suite-workflow-grid li + li { min-height: 170px; padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .suite-audience-grid { grid-template-columns: 1fr; }
  .suite-audience-grid article { min-height: 245px; }
}

@media (max-width: 600px) {
  .suite-hero h1 { font-size: 48px; }
  .suite-hero h2 { font-size: 32px; }
  .suite-hero-inner { padding: 72px 18px 28px; }
  .suite-hero-copy > p:last-of-type { font-size: 14px; }
  .suite-actions { align-items: stretch; flex-direction: column; max-width: 310px; }
  .suite-metrics { overflow-x: auto; }
  .suite-metrics div { min-width: 137px; margin-right: 18px; padding-right: 18px; }
  .suite-section { padding: 78px 18px; }
  .suite-section h2 { font-size: 38px; }
  .suite-capability-grid { grid-template-columns: 1fr; }
  .suite-capability-grid article { min-height: 230px; }
  .suite-option-list { grid-template-columns: 1fr; }
  .tour-studio-mockup { margin: 0 -8px; transform: none; }
  .tour-mock-toolbar small { display: none; }
  .tour-mock-tabs { padding: 0 7px; overflow-x: auto; }
  .tour-mock-tabs span { white-space: nowrap; padding-right: 9px; padding-left: 9px; }
  .tour-mock-body { padding: 12px; grid-template-columns: 1fr; }
  .tour-mock-body aside { min-height: 250px; }
}

/* TCB Applications index */
.apps-page { color: var(--suite-ink); }
.apps-hero { padding: 110px 2rem; color: white; background: radial-gradient(circle at 78% 38%, rgba(67,111,183,.34), transparent 24%), linear-gradient(135deg, #0d1d34, #172f55 72%, #244f86); overflow: hidden; }
.apps-hero-grid { min-height: 500px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; align-items: center; }
.apps-hero h1 { max-width: 760px; margin: 22px 0 24px; font-size: clamp(58px, 6.5vw, 94px); font-weight: 780; line-height: .98; letter-spacing: -.06em; }
.apps-hero-grid > div:first-child > p:not(.suite-overline) { max-width: 690px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.8; }
.apps-system-map { position: relative; min-height: 430px; border: 1px solid rgba(255,255,255,.14); background: rgba(8,22,43,.35); backdrop-filter: blur(8px); }
.apps-system-map:before, .apps-system-map:after { content: ""; position: absolute; background: rgba(142,174,224,.32); }
.apps-system-map:before { width: 1px; height: 72%; top: 14%; left: 50%; }
.apps-system-map:after { width: 72%; height: 1px; left: 14%; top: 50%; }
.apps-map-label { position: absolute; top: 22px; left: 24px; color: #9db5dd; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.apps-map-core { position: absolute; z-index: 2; width: 148px; height: 148px; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-content: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: #436fb7; text-align: center; font-size: 22px; font-weight: 800; box-shadow: 0 20px 55px rgba(0,0,0,.25); }
.apps-map-core span { display: block; margin-top: 3px; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.apps-map-node { position: absolute; z-index: 2; min-width: 86px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); background: #172b4b; color: #c7d7ef; text-align: center; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.apps-map-node-one { top: 21%; left: 10%; }.apps-map-node-two { top: 21%; right: 10%; }.apps-map-node-three { bottom: 18%; left: 10%; }.apps-map-node-four { right: 10%; bottom: 18%; }
.apps-intro { background: white; }
.apps-catalog { background: var(--suite-panel); }
.apps-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.apps-card { overflow: hidden; border: 1px solid var(--suite-line); background: white; }
.apps-card-image { height: 320px; display: block; overflow: hidden; background: var(--suite-ink); }
.apps-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.apps-card:hover .apps-card-image img { transform: scale(1.025); }
.apps-card-copy { padding: 34px; }
.apps-card-copy > p:first-child { color: var(--suite-blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.apps-card-copy h3 { margin: 15px 0 5px; font-size: 30px; font-weight: 780; letter-spacing: -.035em; }
.apps-card-copy h4 { color: #4f607b; font-size: 16px; font-weight: 650; }
.apps-card-copy > p:nth-of-type(2) { min-height: 72px; margin: 18px 0 25px; color: #61708a; font-size: 12px; line-height: 1.75; }
.apps-card-copy > a { padding-top: 18px; border-top: 1px solid var(--suite-line); display: flex; justify-content: space-between; color: var(--suite-blue-dark); font-size: 11px; font-weight: 780; }
.apps-cta { color: white; background: #20385f; }
.apps-cta-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.apps-cta h2 { max-width: 720px; }
.apps-cta-grid > div:last-child > p { margin-bottom: 25px; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.8; }

@media (max-width: 1100px) {
  .apps-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .apps-hero-grid, .apps-cta-grid { grid-template-columns: 1fr; gap: 60px; }
  .apps-card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .apps-hero { padding: 76px 18px; }
  .apps-hero h1 { font-size: 53px; }
  .apps-system-map { min-height: 360px; }
  .apps-map-core { width: 125px; height: 125px; }
  .apps-card-image { height: 235px; }
  .apps-card-copy { padding: 26px; }
}
