:root {
  --tshp-navy: #06172e;
  --tshp-ink: #0a2748;
  --tshp-text: #4d6279;
  --tshp-blue: #0979df;
  --tshp-cyan: #18b7e9;
  --tshp-orange: #f58a24;
  --tshp-pale: #f3f8fd;
  --tshp-line: #d9e6f1;
  --tshp-white: #fff;
  --tshp-radius: 22px;
  --tshp-shadow: 0 24px 70px rgba(7, 40, 76, .14);
  --tshp-container: 1240px;
}

html { scroll-behavior: smooth; }
body.tshp-template { margin: 0; overflow-x: hidden; color: var(--tshp-ink); background: #fff; font: 16px/1.65 Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.tshp-template *, body.tshp-template *::before, body.tshp-template *::after { box-sizing: border-box; }
body.tshp-template a { color: inherit; text-decoration: none; }
body.tshp-template img { display: block; max-width: 100%; height: auto; }
body.tshp-template button, body.tshp-template input, body.tshp-template select, body.tshp-template textarea { font: inherit; }
body.tshp-template h1, body.tshp-template h2, body.tshp-template h3, body.tshp-template p { margin-top: 0; text-wrap: pretty; }
.tshp-container { width: min(var(--tshp-container), calc(100% - 48px)); margin-inline: auto; }
.tshp-skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; padding: 10px 16px; color: #fff !important; background: var(--tshp-navy); border-radius: 8px; }
.tshp-skip-link:focus { top: 12px; }

.tshp-header { position: sticky; top: 0; z-index: 500; height: 78px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(209,224,237,.9); backdrop-filter: blur(18px); }
.admin-bar .tshp-header { top: 32px; }
.tshp-nav-wrap { height: 100%; display: flex; align-items: center; gap: 26px; }
.tshp-brand { width: 181px; min-width: 181px; display: inline-flex; align-items: center; line-height: 1; }
.tshp-brand img { width: 100%; height: 54px; object-fit: contain; object-position: left center; }
.tshp-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.tshp-nav > a, .tshp-nav-dropdown-toggle { position: relative; color: #183b60; font-size: .85rem; font-weight: 750; }
.tshp-nav > a::after, .tshp-nav-dropdown-toggle::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: linear-gradient(90deg,var(--tshp-blue),var(--tshp-cyan)); transition: right .2s ease; }
.tshp-nav > a:hover::after, .tshp-nav > a:focus-visible::after, .tshp-nav-dropdown:hover .tshp-nav-dropdown-toggle::after, .tshp-nav-dropdown:focus-within .tshp-nav-dropdown-toggle::after, .tshp-nav-dropdown.tshp-open .tshp-nav-dropdown-toggle::after { right: 0; }
.tshp-nav-dropdown { position: relative; }
body.tshp-template .tshp-nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: #183b60; font-family: inherit; font-size: .85rem; font-weight: 750; line-height: 1.65; cursor: pointer; }
.tshp-nav-dropdown-toggle > span { color: var(--tshp-blue); font-size: 1rem; line-height: 1; transition: transform .2s ease; }
.tshp-nav-dropdown.tshp-open .tshp-nav-dropdown-toggle > span { transform: rotate(180deg); }
.tshp-nav-dropdown-menu { position: absolute; top: calc(100% + 24px); left: 50%; z-index: 20; width: 360px; padding: 10px; visibility: hidden; opacity: 0; transform: translate(-50%,-8px); border: 1px solid var(--tshp-line); border-radius: 15px; background: rgba(255,255,255,.99); box-shadow: 0 22px 55px rgba(7,40,76,.18); transition: opacity .18s ease,transform .18s ease; }
.tshp-nav-dropdown-menu::before { content: ""; position: absolute; inset: -25px 0 auto; height: 25px; }
.tshp-nav-dropdown:hover .tshp-nav-dropdown-menu, .tshp-nav-dropdown:focus-within .tshp-nav-dropdown-menu, .tshp-nav-dropdown.tshp-open .tshp-nav-dropdown-menu { visibility: visible; opacity: 1; transform: translate(-50%,0); }
.tshp-nav-dropdown-menu a { display: grid; gap: 1px; padding: 11px 13px; border-radius: 9px; color: var(--tshp-ink); }
.tshp-nav-dropdown-menu a:hover, .tshp-nav-dropdown-menu a:focus-visible { outline: none; background: var(--tshp-pale); }
.tshp-nav-dropdown-menu strong { color: #086fce; font-size: .82rem; line-height: 1.35; }
.tshp-nav-dropdown-menu a > span { color: var(--tshp-text); font-size: .74rem; font-weight: 600; line-height: 1.4; }
.tshp-nav-dropdown-menu a:last-child { margin-top: 5px; padding-top: 14px; border-top: 1px solid var(--tshp-line); border-radius: 0 0 9px 9px; }
.tshp-nav-mobile-actions { display: none; }
.tshp-nav-actions { display: flex; align-items: center; gap: 14px; }
.tshp-language { color: var(--tshp-text); font-size: .8rem; font-weight: 800; }
.tshp-menu-toggle { display: none; width: 43px; height: 43px; margin-left: auto; padding: 10px; border: 0; border-radius: 8px; background: var(--tshp-pale); }
.tshp-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--tshp-ink); }

.tshp-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 23px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.tshp-button:hover { transform: translateY(-2px); }
.tshp-button-small { min-height: 42px; padding-inline: 17px; font-size: .86rem; }
.tshp-button-primary { color: #fff !important; background: linear-gradient(120deg,var(--tshp-blue),#118de7); box-shadow: 0 12px 28px rgba(9,121,223,.26); }
.tshp-button-outline { color: #086cc9 !important; background: rgba(255,255,255,.95); border-color: #2388e1; }
.tshp-button-ghost { color: #e8f6ff !important; border-color: rgba(185,222,247,.45); background: rgba(255,255,255,.045); }
.tshp-button-white { color: var(--tshp-blue) !important; background: #fff; }
.tshp-text-link, .tshp-resource-grid a { color: var(--tshp-blue) !important; font-weight: 800; }
.tshp-text-link-light { color: #79d9ff !important; }

.tshp-hero { position: relative; overflow: hidden; padding: 76px 0 74px; background: var(--tshp-navy); }
.tshp-hero::after { content: ""; position: absolute; width: 620px; height: 620px; left: -330px; top: -270px; border: 1px solid rgba(41,170,235,.15); border-radius: 50%; box-shadow: 0 0 0 85px rgba(41,170,235,.025), 0 0 0 170px rgba(41,170,235,.018); }
.tshp-hero-grid { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(rgba(111,205,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(111,205,255,.07) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right,#000,transparent 70%); }
.tshp-hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 52px; }
.tshp-hero-copy { position: relative; z-index: 2; }
.tshp-eyebrow { margin: 0 0 16px !important; color: var(--tshp-blue); font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.tshp-eyebrow.tshp-light { color: #75d8ff; }
.tshp-hero h1 { max-width: 590px; margin: 0; color: #fff; font-size: clamp(2.8rem,4.3vw,4.6rem); line-height: 1.02; letter-spacing: -.052em; font-weight: 820; }
.tshp-hero-lede { max-width: 570px; margin: 25px 0 28px !important; color: #c6d7e9; font-size: 1.07rem; line-height: 1.68; }
.tshp-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.tshp-hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; color: #a9c0d6; font-size: .76rem; font-weight: 700; }
.tshp-hero-proof span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; vertical-align: 1px; border-radius: 50%; background: #4dd7a7; box-shadow: 0 0 0 4px rgba(77,215,167,.1); }
.tshp-hero-media, .tshp-security-media { position: relative; display: block; overflow: hidden; border: 1px solid rgba(150,210,242,.28); border-radius: 20px; background: #dce8ef; box-shadow: 0 28px 75px rgba(0,0,0,.32); }
.tshp-hero-media::after, .tshp-security-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); border-radius: inherit; }
.tshp-hero-media img, .tshp-security-media img { width: 100%; aspect-ratio: 1672 / 941; object-fit: cover; }

.tshp-capability-bar { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--tshp-line); box-shadow: 0 11px 34px rgba(16,57,93,.05); }
.tshp-capability-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.tshp-capability { min-height: 108px; display: flex; flex-direction: column; justify-content: center; padding: 20px 30px; border-right: 1px solid var(--tshp-line); }
.tshp-capability:first-child { border-left: 1px solid var(--tshp-line); }
.tshp-capability b { color: var(--tshp-blue); font-size: 1.22rem; }
.tshp-capability span { color: #718398; font-size: .76rem; }

.tshp-section { padding: 105px 0; }
.tshp-section h2, .tshp-inquiry h2 { margin: 0; color: var(--tshp-ink); font-size: clamp(2.15rem,3.8vw,3.45rem); line-height: 1.08; letter-spacing: -.045em; }
.tshp-split-heading { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 80px; margin-bottom: 43px; }
.tshp-split-heading > p { margin: 0 0 5px; color: var(--tshp-text); font-size: 1.02rem; }
.tshp-traffic-applications { background: linear-gradient(180deg,#f5faff 0%,#fff 100%); }
.tshp-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.tshp-feature-card { min-height: 292px; position: relative; padding: 31px 27px; overflow: hidden; background: #fff; border: 1px solid var(--tshp-line); border-radius: 17px; box-shadow: 0 15px 40px rgba(19,63,101,.07); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.tshp-feature-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg,var(--tshp-blue),var(--tshp-cyan)); }
.tshp-feature-card:hover { transform: translateY(-5px); border-color: #8fc6ee; box-shadow: var(--tshp-shadow); }
.tshp-feature-card > span { display: inline-grid; place-items: center; width: 41px; height: 41px; margin-bottom: 39px; color: var(--tshp-blue); background: #edf6ff; border-radius: 10px; font-size: .74rem; font-weight: 850; }
.tshp-feature-card h3 { margin-bottom: 12px; font-size: 1.23rem; line-height: 1.28; }
.tshp-feature-card p { margin-bottom: 0; color: var(--tshp-text); font-size: .9rem; }

.tshp-enforcement { color: #fff; background: linear-gradient(130deg,#05172f 0%,#082d59 70%,#074a7e 100%); }
.tshp-enforcement h2 { color: #fff; }
.tshp-enforcement-layout { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 68px; }
.tshp-enforcement-copy > p:not(.tshp-eyebrow) { color: #bed2e4; font-size: 1.02rem; }
.tshp-enforcement-media { position: relative; overflow: hidden; border: 1px solid rgba(115,205,246,.27); border-radius: 20px; box-shadow: 0 26px 65px rgba(0,0,0,.28); }
.tshp-enforcement-media img { width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: cover; }
.tshp-enforcement-flow { position: absolute; left: 18px; right: 18px; bottom: 17px; display: flex; align-items: center; gap: 7px; padding: 9px; background: rgba(5,25,48,.84); border: 1px solid rgba(122,214,250,.28); border-radius: 10px; backdrop-filter: blur(10px); }
.tshp-enforcement-flow span { flex: 1; padding: 7px 5px; text-align: center; color: #c8edfb; background: rgba(23,135,195,.18); border: 1px solid rgba(91,195,237,.19); border-radius: 6px; font-size: .61rem; font-weight: 850; letter-spacing: .08em; }
.tshp-enforcement-flow b { color: #57cbed; font-weight: 400; }
.tshp-enforcement-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 27px 0 30px; }
.tshp-enforcement-benefits > div { min-height: 112px; padding: 17px; background: rgba(5,23,47,.5); border: 1px solid rgba(116,205,244,.2); border-radius: 11px; }
.tshp-enforcement-benefits strong, .tshp-enforcement-benefits span { display: block; }
.tshp-enforcement-benefits strong { color: #72dcff; font-size: 1.05rem; }
.tshp-enforcement-benefits span { margin-top: 5px; color: #b8ccdd; font-size: .72rem; line-height: 1.45; }
.tshp-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin: 28px 0 31px; padding: 0; list-style: none; color: #dbe9f3; font-size: .86rem; }
.tshp-check-list li { position: relative; padding-left: 20px; }
.tshp-check-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--tshp-cyan); box-shadow: 0 0 0 5px rgba(24,183,233,.1); }
.tshp-data-panel { padding: 30px 34px 28px; background: rgba(7,23,46,.76); border: 1px solid rgba(119,206,246,.3); border-radius: 19px; box-shadow: 0 24px 55px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.tshp-data-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.12); color: #80dafa; font-size: .68rem; font-weight: 850; letter-spacing: .17em; }
.tshp-data-head i { width: 8px; height: 8px; border-radius: 50%; background: #48e1a8; box-shadow: 0 0 0 6px rgba(72,225,168,.11); }
.tshp-data-row { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.tshp-data-row span { color: #8fa9bf; font-size: .8rem; }
.tshp-data-row strong { text-align: right; color: #fff; font-size: .94rem; }
.tshp-data-row .tshp-alert-value { color: #ff8f42; }
.tshp-data-flow { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 23px; }
.tshp-data-flow span { flex: 1; padding: 8px 5px; text-align: center; color: #a9dff4; background: rgba(26,141,205,.12); border: 1px solid rgba(85,190,238,.18); border-radius: 7px; font-size: .64rem; font-weight: 800; }
.tshp-data-flow b { color: #4ec7f2; font-weight: 400; }

.tshp-product-layout, .tshp-security-layout { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 78px; }
.tshp-product-visual { position: relative; overflow: hidden; background: #07254c; border-radius: 28px; box-shadow: var(--tshp-shadow); }
.tshp-product-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.tshp-product-visual > span { position: absolute; left: 20px; bottom: 19px; padding: 8px 12px; color: #d9f3ff; background: rgba(4,25,49,.82); border: 1px solid rgba(114,214,250,.28); border-radius: 7px; font-size: .66rem; font-weight: 850; letter-spacing: .12em; backdrop-filter: blur(9px); }
.tshp-product-copy > p:not(.tshp-eyebrow), .tshp-security-copy > p:not(.tshp-eyebrow) { color: var(--tshp-text); font-size: 1.02rem; }
.tshp-spec-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 29px 0; padding: 1px; list-style: none; overflow: hidden; background: var(--tshp-line); border: 1px solid var(--tshp-line); border-radius: 14px; }
.tshp-spec-list li { min-height: 91px; padding: 17px 19px; background: #fff; }
.tshp-spec-list strong, .tshp-spec-list span { display: block; }
.tshp-spec-list strong { color: var(--tshp-blue); font-size: 1.15rem; }
.tshp-spec-list span { color: #6c7f94; font-size: .75rem; }
.tshp-inline-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 19px; }

.tshp-security { background: #f2f7fb; border-block: 1px solid #e1ebf3; }
.tshp-security-layout { grid-template-columns: 1.2fr .8fr; }
.tshp-security-media { border-color: #cadbe8; box-shadow: 0 22px 60px rgba(13,51,82,.16); }
.tshp-security-points { display: grid; gap: 1px; margin: 26px 0 30px; overflow: hidden; background: var(--tshp-line); border: 1px solid var(--tshp-line); border-radius: 13px; }
.tshp-security-points > div { padding: 14px 17px; background: #fff; }
.tshp-security-points b, .tshp-security-points span { display: block; }
.tshp-security-points b { color: var(--tshp-ink); font-size: .9rem; }
.tshp-security-points span { color: #718397; font-size: .75rem; }

.tshp-engineering { padding-bottom: 0; }
.tshp-engineering-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 70px; padding: 59px 62px; color: #fff; background: linear-gradient(118deg,#06234a 0%,#0a4381 62%,#0781bd 100%); border-radius: 28px; box-shadow: 0 24px 70px rgba(5,39,79,.18); }
.tshp-engineering-panel::after { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -185px; border: 1px solid rgba(104,218,250,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(104,218,250,.04),0 0 0 110px rgba(104,218,250,.03); }
.tshp-engineering-panel > * { position: relative; z-index: 2; }
.tshp-engineering-panel h2 { color: #fff; font-size: clamp(2rem,3.6vw,3.2rem); }
.tshp-engineering-panel p:last-child { margin: 18px 0 0; color: #c8ddec; }
.tshp-engineering-steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.24); }
.tshp-engineering-steps span { padding: 18px 10px 0; border-left: 1px solid rgba(255,255,255,.16); color: #c6ddea; font-size: .74rem; }
.tshp-engineering-steps b { display: block; margin-bottom: 5px; color: #78d9ff; font-size: .68rem; }

.tshp-company-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.tshp-company-story > p { color: var(--tshp-text); font-size: 1.04rem; }
.tshp-company-story > div { display: flex; flex-wrap: wrap; gap: 10px; margin: 29px 0; }
.tshp-company-story > div span { padding: 10px 13px; color: #657a92; background: var(--tshp-pale); border: 1px solid var(--tshp-line); border-radius: 8px; font-size: .78rem; }
.tshp-company-story b { color: var(--tshp-blue); }
.tshp-section-heading { max-width: 760px; margin-bottom: 38px; }
.tshp-section-heading > p:last-child { margin: 17px 0 0; color: var(--tshp-text); }
.tshp-resources { background: linear-gradient(180deg,#fff,#f5faff); }
.tshp-resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.tshp-resource-grid article { min-height: 275px; display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid var(--tshp-line); border-radius: 17px; transition: transform .2s ease,border-color .2s ease; }
.tshp-resource-grid article:hover { transform: translateY(-4px); border-color: #8dc5ee; }
.tshp-resource-grid article > span { color: var(--tshp-cyan); font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.tshp-resource-grid h3 { margin: 22px 0 10px; color: var(--tshp-ink); font-size: 1.16rem; line-height: 1.4; }
.tshp-resource-grid p { color: var(--tshp-text); font-size: .85rem; }
.tshp-resource-grid a { margin-top: auto; }
.tshp-all-news { display: inline-block; margin-top: 27px; }

.tshp-inquiry { padding: 0 0 88px; background: #f5faff; }
.tshp-inquiry-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; padding: 58px 62px; color: #fff; background: linear-gradient(125deg,#0a52a3,#087dc4 62%,#10a7d7); border-radius: 28px; box-shadow: 0 20px 60px rgba(18,107,214,.2); }
.tshp-inquiry h2 { color: #fff; }
.tshp-inquiry-copy > p:not(.tshp-eyebrow) { color: #dbf0ff; }
.tshp-contact-links { display: flex; flex-direction: column; gap: 7px; margin-top: 28px; }
.tshp-contact-links a { font-weight: 750; }
.tshp-form-wrap { padding: 28px; color: var(--tshp-ink); background: #fff; border-radius: 17px; box-shadow: 0 16px 45px rgba(5,39,79,.17); }
.tshp-form { display: grid; gap: 14px; }
.tshp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tshp-form label { display: grid; gap: 6px; color: #314d6c; font-size: .77rem; font-weight: 800; }
.tshp-form input, .tshp-form select, .tshp-form textarea { width: 100%; padding: 11px 12px; color: var(--tshp-ink); background: #f9fcff; border: 1px solid #cdddec; border-radius: 8px; outline: none; }
.tshp-form input:focus, .tshp-form select:focus, .tshp-form textarea:focus { border-color: var(--tshp-blue); box-shadow: 0 0 0 3px rgba(18,107,214,.1); }
.tshp-form textarea { resize: vertical; }
.tshp-honeypot { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.tshp-form-message { margin-bottom: 14px; padding: 11px 13px; border-radius: 8px; font-size: .84rem; font-weight: 700; }
.tshp-success { color: #0d6b48; background: #e8f8f1; }
.tshp-error { color: #9b3030; background: #fff0f0; }

.tshp-footer { padding: 62px 0 22px; color: #a9bad0; background: #061a38; }
.tshp-footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 55px; padding-bottom: 43px; }
.tshp-brand-light { filter: brightness(0) invert(1); opacity: .96; }
.tshp-footer-brand p { max-width: 320px; margin-top: 18px; }
.tshp-footer-grid > div:not(.tshp-footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.tshp-footer-grid > div > strong { margin-bottom: 7px; color: #fff; }
.tshp-footer-grid a { font-size: .85rem; }
.tshp-footer-grid a:hover { color: #fff; }
.tshp-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }

.tshp-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease,transform .65s ease; }
.tshp-reveal.tshp-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .tshp-nav { gap: 15px; }
  .tshp-language { display: none; }
  .tshp-hero-layout { grid-template-columns: .82fr 1.18fr; gap: 34px; }
  .tshp-feature-grid { grid-template-columns: 1fr 1fr; }
  .tshp-feature-card { min-height: 245px; }
  .tshp-product-layout, .tshp-security-layout { gap: 45px; }
}

@media (max-width: 880px) {
  .admin-bar .tshp-header { top: 46px; }
  .tshp-container { width: min(100% - 32px,var(--tshp-container)); }
  .tshp-header { height: 70px; }
  .tshp-brand { width: 164px; min-width: 164px; }
  .tshp-menu-toggle { display: block; }
  .tshp-nav-actions { display: none; }
  .tshp-nav { position: absolute; left: 16px; right: 16px; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--tshp-line); border-radius: 14px; box-shadow: var(--tshp-shadow); }
  .tshp-nav.tshp-open { display: flex; }
  .tshp-nav > a { padding: 12px; }
  .tshp-nav > a::after, .tshp-nav-dropdown-toggle::after { display: none; }
  .tshp-nav-dropdown-toggle { width: 100%; justify-content: space-between; padding: 12px; text-align: left; }
  .tshp-nav-dropdown-menu { position: static; width: auto; display: none; margin: 0 5px 7px; padding: 6px; visibility: visible; opacity: 1; transform: none; border-radius: 11px; background: var(--tshp-pale); box-shadow: none; transition: none; }
  .tshp-nav-dropdown:hover .tshp-nav-dropdown-menu, .tshp-nav-dropdown:focus-within .tshp-nav-dropdown-menu { display: none; transform: none; }
  .tshp-nav-dropdown.tshp-open .tshp-nav-dropdown-menu { display: grid; transform: none; }
  .tshp-nav-dropdown-menu::before { display: none; }
  .tshp-nav-dropdown-menu a { padding: 10px 11px; background: #fff; }
  .tshp-nav-dropdown-menu a + a { margin-top: 5px; }
  .tshp-nav-dropdown-menu a:last-child { padding-top: 10px; border-top: 0; border-radius: 9px; }
  .tshp-nav-mobile-actions { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; margin-top: 6px; padding-top: 12px; border-top: 1px solid var(--tshp-line); }
  .tshp-nav-mobile-actions > a:first-child { padding: 10px 12px; font-weight: 800; }
  .tshp-nav-mobile-actions .tshp-button { width: 100%; }
  .tshp-hero { padding: 68px 0 55px; }
  .tshp-hero-layout, .tshp-split-heading, .tshp-enforcement-layout, .tshp-product-layout, .tshp-security-layout, .tshp-engineering-panel, .tshp-company-layout, .tshp-inquiry-panel { grid-template-columns: 1fr; }
  .tshp-hero-layout { gap: 42px; }
  .tshp-hero-copy { max-width: 680px; }
  .tshp-hero-media { width: 100%; }
  .tshp-capability-grid { grid-template-columns: 1fr 1fr; }
  .tshp-capability:nth-child(3) { border-left: 1px solid var(--tshp-line); }
  .tshp-capability:nth-child(-n+2) { border-bottom: 1px solid var(--tshp-line); }
  .tshp-section { padding: 82px 0; }
  .tshp-split-heading { gap: 24px; }
  .tshp-enforcement-layout, .tshp-product-layout, .tshp-security-layout { gap: 42px; }
  .tshp-product-visual { order: 2; }
  .tshp-product-copy { order: 1; }
  .tshp-security-media { order: 2; }
  .tshp-security-copy { order: 1; }
  .tshp-engineering-panel { gap: 38px; padding: 48px 38px; }
  .tshp-resource-grid { grid-template-columns: 1fr; }
  .tshp-resource-grid article { min-height: 220px; }
  .tshp-footer-grid { grid-template-columns: 1fr 1fr; }
  .tshp-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .tshp-section { padding: 72px 0; }
  .tshp-brand { width: 148px; min-width: 148px; }
  .tshp-hero { padding-top: 55px; }
  .tshp-hero h1 { font-size: clamp(2.55rem,12vw,3.5rem); }
  .tshp-hero-lede { font-size: .97rem; }
  .tshp-hero-actions { display: grid; }
  .tshp-button { width: 100%; }
  .tshp-hero-proof { display: grid; }
  .tshp-capability-grid, .tshp-feature-grid, .tshp-check-list, .tshp-spec-list { grid-template-columns: 1fr; }
  .tshp-capability { min-height: 88px; border-left: 1px solid var(--tshp-line); border-bottom: 1px solid var(--tshp-line); }
  .tshp-feature-card { min-height: 228px; }
  .tshp-data-panel { padding: 25px 20px; }
  .tshp-data-row strong { max-width: 58%; }
  .tshp-enforcement-benefits { grid-template-columns: 1fr; }
  .tshp-enforcement-flow { left: 9px; right: 9px; bottom: 9px; }
  .tshp-enforcement-flow span { font-size: .54rem; }
  .tshp-product-visual > span { left: 12px; bottom: 11px; font-size: .57rem; }
  .tshp-security-points > div { padding: 13px 15px; }
  .tshp-engineering-panel { padding: 40px 24px; border-radius: 20px; }
  .tshp-engineering-steps { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .tshp-company-layout { gap: 32px; }
  .tshp-inquiry-panel { padding: 42px 24px; border-radius: 20px; }
  .tshp-form-row { grid-template-columns: 1fr; }
  .tshp-form-wrap { padding: 21px; }
  .tshp-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .tshp-footer-brand { grid-column: auto; }
  .tshp-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tshp-reveal { opacity: 1; transform: none; transition: none; }
  .tshp-button, .tshp-feature-card, .tshp-resource-grid article { transition: none; }
}
