:root{--blue:#1b75bb;--blue-dark:#125887;--ink:#202124;--charcoal:#4d4d4d;--muted:#646b70;--canvas:#edf0f2;--paper:#fff;--wash:#eaf4fb;--rule:#dce3e7;--black:#121315;--radius:18px;--sans:"IBM Plex Sans",sans-serif;--serif:"Newsreader",serif;--mono:"IBM Plex Mono",monospace}
    *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}a{color:inherit}button,a{touch-action:manipulation}.skip{position:fixed;left:16px;top:-60px;background:#fff;padding:12px 16px;z-index:100}.skip:focus{top:16px}.page{width:100%;min-height:100vh;margin:0;background:var(--canvas);padding:14px}.shell{max-width:1260px;margin:auto}.nav{min-height:80px;background:#fff;border-radius:14px;display:flex;align-items:center;padding:12px 28px;gap:34px;position:sticky;top:14px;z-index:50;box-shadow:0 8px 24px rgba(32,33,36,.08)}.logo{display:block;width:218px;height:auto;max-height:48px;object-fit:contain}.navlinks{margin-left:auto;display:flex;align-items:center;gap:26px;font-size:14px;font-weight:500}.navlinks>a,.navlinks summary{text-decoration:none;cursor:pointer}.navlinks>a:hover{text-decoration:underline;text-underline-offset:5px}.nav-group{position:relative}.nav-group summary{list-style:none;min-height:44px;display:flex;align-items:center;gap:9px;text-decoration:none}.nav-group summary:hover{text-decoration:none;color:var(--blue-dark)}.nav-group summary::-webkit-details-marker{display:none}.nav-group summary:after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transform-origin:center;transition:transform .16s ease}.nav-group[open] summary:after{transform:rotate(225deg) translate(-1px,-1px)}.submenu{position:absolute;z-index:5;top:calc(100% + 10px);left:-18px;width:250px;background:#fff;border:1px solid var(--rule);border-radius:10px;padding:10px;box-shadow:0 18px 42px rgba(32,33,36,.14)}.submenu a{display:block;padding:10px 12px;border-radius:6px;text-decoration:none}.submenu a:hover{background:var(--wash);color:var(--blue-dark);text-decoration:none}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 22px;border-radius:7px;text-decoration:none;font-weight:600;border:1px solid transparent;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue-dark)}.btn.secondary{border-color:#8f969a;background:transparent;color:inherit}.btn.secondary:hover{background:var(--wash);border-color:var(--blue-dark);color:var(--blue-dark);text-decoration:none}.btn.secondary:active{background:#dcecf7}.navlinks .nav-cta,.navlinks .nav-cta:hover{background:var(--blue);color:#fff;text-decoration:none}.navlinks .nav-cta:hover{background:var(--blue-dark)}.btn:focus-visible,.text-link:focus-visible,.nav a:focus-visible,.nav summary:focus-visible,.faq button:focus-visible,.menu:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.menu{display:none;width:44px;height:44px;padding:0;border:1px solid #9aa0a4;border-radius:6px;background:transparent;place-items:center;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.menu:hover{background:var(--wash);border-color:var(--blue-dark)}.menu-icon,.menu-icon:before,.menu-icon:after{display:block;width:20px;height:2px;background:var(--ink);transition:transform .2s ease,opacity .2s ease}.menu-icon{position:relative}.menu-icon:before,.menu-icon:after{content:"";position:absolute;left:0}.menu-icon:before{top:-6px}.menu-icon:after{top:6px}.menu[aria-expanded="true"] .menu-icon{background:transparent}.menu[aria-expanded="true"] .menu-icon:before{top:0;transform:rotate(45deg)}.menu[aria-expanded="true"] .menu-icon:after{top:0;transform:rotate(-45deg)}
    .section{background:var(--paper);margin-top:14px;border-radius:var(--radius);padding:96px 54px;overflow:hidden}.kicker{font:500 12px var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--blue-dark);margin:0 0 18px}.hero{background:var(--black);color:#f8f9fa;min-height:650px;padding:54px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;position:relative}.hero:before,.system:before,.final:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:34px 34px;pointer-events:none}.hero-copy,.route-map,.system>*,.final>*{position:relative}.hero .kicker{color:#9fd2f8}.hero-eyebrow{font-size:16px;font-weight:600;color:#f2f5f7;margin:0 0 18px}.hero h1{font-size:clamp(56px,5vw,82px);line-height:.98;letter-spacing:-.045em;margin:0 0 26px;font-weight:500}.hero h1 em{font-family:var(--serif);font-weight:500;color:#56aaf0}.hero .lead{font-size:19px;color:#c8cdd1;max-width:620px}.actions{display:flex;gap:12px;margin:30px 0 16px}.note{font-size:13px;color:#aeb5ba;max-width:520px}.route-map{height:530px;border-radius:22px;background:#f7f8f8;overflow:hidden}.route-map img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
    .intro{max-width:900px;margin:0 auto 52px;text-align:center}.intro h2,.offer-title h2,.faq-title h2,.final h2{font-size:clamp(40px,4vw,62px);line-height:1.04;letter-spacing:-.035em;margin:0 0 20px;font-weight:500}.intro p{font-size:19px;color:var(--muted)}.symptom-grid{border-top:1px solid var(--rule);display:grid;grid-template-columns:repeat(3,1fr)}.symptom{padding:28px 26px;border-bottom:1px solid var(--rule);border-right:1px solid var(--rule)}.symptom:nth-child(3n){border-right:0}.coord{font:500 11px var(--mono);color:var(--blue-dark);display:block;margin-bottom:12px}.symptom h3{font-size:18px;line-height:1.25;margin:0}.sub-link{text-align:center;margin:34px 0 0}.text-link{color:var(--blue-dark);text-underline-offset:4px;font-weight:600}
    .services{padding-bottom:76px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service{border:1px solid var(--rule);border-radius:12px;padding:28px;min-height:270px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fafbfc;transition:.18s ease}.service:hover{border-color:var(--blue);transform:translateY(-3px)}.service h3{font-size:24px;margin:22px 0 0}.service p{color:var(--muted);font-size:15px;margin:0;max-width:30ch}.service a{display:inline-flex;align-items:center;gap:9px;margin-top:auto;color:var(--blue-dark);font-weight:600;text-decoration:none}.service a:after{content:"";width:7px;height:7px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg);transition:transform .18s ease}.service a:hover{text-decoration:none;color:var(--blue)}.service a:hover:after{transform:translateX(3px) rotate(45deg)}.service-icon{width:44px;height:44px;border-radius:50%;background:var(--wash);display:grid;place-items:center;color:var(--blue-dark)}.service-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .system{background:var(--black);color:#fff;position:relative}.system .intro{margin-bottom:76px}.system .intro p{color:#b8bec2}.path{display:grid;grid-template-columns:repeat(4,1fr);position:relative;margin:0 4%;gap:76px 0}.step{position:relative;min-height:154px;padding:32px 38px 0 0;border-top:2px solid var(--blue)}.step:nth-child(5){grid-column:4;grid-row:2}.step:nth-child(6){grid-column:3;grid-row:2}.step:before{content:"";position:absolute;top:-7px;left:0;width:10px;height:10px;background:var(--black);border-right:2px solid #5aa9e8;border-bottom:2px solid #5aa9e8;transform:translateX(-2px) rotate(-45deg);z-index:2}.step:nth-child(4):after{content:"";position:absolute;right:0;top:0;width:2px;height:calc(100% + 76px);background:var(--blue)}.step span{font:500 11px var(--mono);letter-spacing:.08em;color:#78bdf2}.step h3{font-size:20px;line-height:1.2;margin:11px 0 8px;max-width:18ch}.step p{font-size:14px;line-height:1.55;color:#aeb5ba;margin:0;max-width:28ch}.step:nth-child(5),.step:nth-child(6){direction:rtl;text-align:right;padding:32px 0 0 38px}.step:nth-child(5)>*,.step:nth-child(6)>*{direction:ltr}.step:nth-child(5):before,.step:nth-child(6):before{left:auto;right:0;transform:translateX(2px) rotate(135deg)}.step.destination{grid-column:1/3;grid-row:2;min-height:0;padding:24px 26px;border:0;border-radius:10px;background:var(--blue);direction:ltr;text-align:left}.step.destination:before{display:none}.step.destination span{color:#dcefff}.step.destination h3{font-size:24px;margin:7px 0 4px;max-width:none}.step.destination p{color:#fff;max-width:34ch}.step:nth-child(5) h3,.step:nth-child(6) h3,.step:nth-child(5) p,.step:nth-child(6) p{margin-left:auto}
    .offer-title{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;margin-bottom:50px}.offer-title p{font-size:18px;color:var(--muted)}.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.offer-card{padding:38px;border-radius:14px;background:#f6f7f8;border:1px solid var(--rule)}.offer-card.foundation{background:var(--blue);color:#fff;border-color:var(--blue)}.offer-card .stage{font:500 11px var(--mono);letter-spacing:.08em}.offer-card h3{font-size:32px;margin:25px 0 12px}.offer-card ul{padding-left:20px}.pricing-note{margin:18px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.pricing-note:before{content:"SCOPE NOTE / ";font:500 11px var(--mono);letter-spacing:.08em;color:var(--blue-dark)}
    .proof-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.proof-copy h2{font-size:clamp(40px,4vw,64px);line-height:1.03;margin:0 0 24px;font-weight:500}.proof-copy>p:last-child{max-width:54ch;color:var(--muted);font-size:18px}.proof-list{border-top:1px solid var(--rule)}.proof{display:grid;grid-template-columns:58px 1fr;grid-template-rows:auto auto;column-gap:16px;padding:24px 0;border-bottom:1px solid var(--rule)}.proof-icon{grid-row:1/3;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--wash);color:var(--blue-dark)}.proof-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.proof h3{grid-column:2;font-size:18px;margin:0 0 5px}.proof p{grid-column:2;color:var(--muted);margin:0;font-size:14px;line-height:1.5}.process{padding-bottom:72px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--rule);margin-top:50px}.process-step{padding:34px 24px;border-right:1px solid var(--rule)}.process-step:last-child{border:0}.process-step strong{font:500 52px var(--serif);color:var(--blue)}.process-step h3{font-size:22px;margin:16px 0 8px}.process-step p{color:var(--muted);font-size:14px}
    .experience{background:var(--blue);color:#fff;display:grid;grid-template-columns:.75fr 1.25fr;align-items:end;padding-bottom:0}.experience-mark{font:500 clamp(110px,15vw,220px)/.7 var(--serif);opacity:.16;margin-left:-16px}.experience-copy{padding-bottom:80px}.experience-copy h2{font-size:clamp(38px,4vw,62px);line-height:1.03;margin:0 0 24px;font-weight:500;max-width:750px}.experience-copy p{max-width:650px;font-size:18px}.experience .text-link{display:inline-flex;align-items:center;gap:9px;color:#fff;font-weight:400;text-decoration:none}.experience .text-link:after{content:"";width:7px;height:7px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg);transition:transform .18s ease}.experience .text-link:hover{color:#dcefff;text-decoration:none}.experience .text-link:hover:after{transform:translateX(3px) rotate(45deg)}
    .faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.faq-title h2{position:sticky;top:110px}.faq-list{border-top:1px solid var(--rule)}.faq-item{border-bottom:1px solid var(--rule)}.faq-item h3{margin:0}.faq button{width:100%;border:0;background:none;text-align:left;font:500 19px var(--sans);padding:25px 48px 25px 0;position:relative;color:var(--ink);cursor:pointer}.faq button:after{content:"+";position:absolute;right:8px;font:400 26px var(--sans)}.faq button[aria-expanded="true"]:after{content:"−";color:var(--blue)}.answer{display:none;padding:0 48px 24px 0;color:var(--muted);max-width:720px}.faq h3:has(button[aria-expanded="true"])+.answer{display:block}
    .final{background:var(--black);color:#fff;position:relative;display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:80px}.final>div:first-child{max-width:720px}.final p{color:#bac1c5;font-size:18px;max-width:650px}.final-actions{text-align:center}.final-actions .btn{width:100%;margin:0}.final .text-link{display:inline-block;color:#fff;margin-top:18px;font-size:14px;line-height:1.35}.footer{background:#fff;margin-top:14px;border-radius:var(--radius);padding:56px 54px 28px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer h3{font-size:14px;margin:0 0 14px}.footer ul{padding:0;margin:0;list-style:none}.footer li{margin:8px 0}.footer a{font-size:13px;color:var(--muted)}.footer-logo{width:230px}.footer-note{max-width:330px;color:var(--muted);font-size:14px}.legal{margin-top:48px;border-top:1px solid var(--rule);padding-top:20px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}
    @media(max-width:1000px){.nav{top:8px}.navlinks{display:none}.navlinks.open{display:flex;position:absolute;z-index:20;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--rule);border-radius:10px;box-shadow:0 18px 42px rgba(32,33,36,.14);padding:22px;flex-direction:column;align-items:stretch;gap:8px}.navlinks.open>a{padding:10px}.nav-group summary{padding:0 10px}.submenu{position:static;width:auto;margin:2px 0 8px 10px;box-shadow:none;border-left:2px solid var(--blue);border-top:0;border-right:0;border-bottom:0;border-radius:0}.menu{display:grid;margin-left:auto}.hero{grid-template-columns:1fr;padding:64px 42px}.route-map{height:440px}.service-grid{grid-template-columns:1fr 1fr}.offer-title,.proof-grid,.faq,.final{grid-template-columns:1fr}.final-actions{text-align:left}.footer-grid{grid-template-columns:1fr 1fr}.experience{grid-template-columns:1fr}.experience-mark{display:none}.experience-copy{padding-bottom:0}.faq-title h2{position:static}}
    @media(max-width:650px){body{background:var(--canvas)}.page{width:100%;margin:0;padding:8px}.nav{height:auto;min-height:72px;padding:10px 16px}.logo{width:172px;max-height:42px}.section{padding:60px 22px;margin-top:8px;border-radius:14px}.hero{padding:54px 22px}.hero h1{font-size:50px}.hero .lead{font-size:17px}.actions{flex-direction:column}.actions .btn{width:100%}.route-map{height:380px}.symptom-grid,.service-grid,.offer-grid,.process-grid{grid-template-columns:1fr}.symptom{border-right:0}.path{grid-template-columns:1fr;margin-left:14px}.step{padding:0 0 0 42px;border-left:2px solid var(--blue)}.step:before{left:-9px;top:2px}.step:nth-child(n){grid-column:auto;grid-row:auto;direction:ltr;text-align:left;padding:0 0 32px 42px;border-top:0;border-left:2px solid var(--blue);min-height:0}.step:nth-child(n):before{left:-7px;right:auto;top:2px;transform:rotate(45deg)}.step.destination{padding:22px;border-left:0}.step.destination:before{display:none}.step:nth-child(4):after{display:none}.step:nth-child(n) h3,.step:nth-child(n) p{margin-left:0}.offer-title{gap:10px}.offer-card{padding:28px}.proof-grid{gap:36px}.proof{grid-template-columns:52px 1fr;column-gap:12px}.proof-icon{width:42px;height:42px}.process-step{border-right:0;border-bottom:1px solid var(--rule)}.experience-copy h2{font-size:42px}.faq{gap:28px}.faq button{font-size:17px}.final h2{font-size:44px}.final-actions .btn{width:100%}.footer{margin-top:8px;padding:48px 22px 24px}.footer-grid{grid-template-columns:1fr}.legal{display:block}.legal span{display:block;margin-top:8px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* WordPress production adjustments */
body.tcs-home { min-height: 100vh; }
body.tcs-home .page { max-width: none; }
body.tcs-home #main.is-layout-flow > .section { margin: 14px 0 0 !important; }
body.tcs-home h1,
body.tcs-home h2,
body.tcs-home h3 { font-family: var(--sans); color: inherit; }
body.tcs-home #header { position: sticky; top: 14px; z-index: 50; width: calc(100% - 28px); }
body.tcs-home.admin-bar #header { top: 46px; }
body.tcs-home #header { max-width: 1260px; margin: 14px auto 0; border-radius: 14px; overflow: visible; background: #fff !important; box-shadow: 0 8px 24px rgba(32,33,36,.08); }
body.tcs-home #header [data-device="desktop"] > [data-row="middle"],
body.tcs-home #header [data-device="mobile"] > [data-row="middle"] { --height: 80px !important; border-radius: 14px; }
body.tcs-home #header [data-device="desktop"] > [data-row="middle"] > .ct-container { width: 100%; height: 80px; min-height: 80px; max-width: none; margin: 0; padding: 12px 28px; }
body.tcs-home #header [data-device="desktop"] > [data-row="middle"] > .ct-container > [data-column] { height: 56px; min-height: 0; }
body.tcs-home #header [data-id="logo"] .site-logo-container img { width: 218px !important; height: auto !important; max-height: 48px !important; object-fit: contain; }
body.tcs-home #header [data-id="logo"] .site-title-container { display: none; }
body.tcs-home #header [data-column="end"] { flex: 1; justify-content: flex-end; }
body.tcs-home #header [data-id="menu"] { width: auto; }
body.tcs-home #header [data-id="menu"] > ul.menu { display: flex; width: auto; height: 100%; border: 0; background: transparent; flex-wrap: nowrap; }
body.tcs-home #header [data-device="desktop"] [data-id="menu"] { font-family: var(--sans); font-size: 14px; font-weight: 500; }
body.tcs-home #header [data-device="desktop"] [data-id="menu"] > ul.menu { column-gap: 26px; }
body.tcs-home #header [data-device="desktop"] [data-id="menu"] > ul.menu > li > .ct-menu-link { min-height: 44px; padding: 0; color: var(--ink); font: 500 14px/1.2 var(--sans); letter-spacing: 0; text-transform: none; }
body.tcs-home #header [data-device="desktop"] [data-id="menu"] > ul.menu > li > .ct-menu-link:hover { color: var(--blue-dark); }
body.tcs-home #header [data-device="desktop"] .ct-toggle-dropdown-desktop { margin-left: 9px; }
body.tcs-home #header [data-device="desktop"] .sub-menu { top: 100%; left: -18px; width: 250px; padding: 10px; background: #fff; border: 1px solid var(--rule); border-radius: 10px; box-shadow: 0 18px 42px rgba(32,33,36,.14); }
body.tcs-home #header [data-device="desktop"] .sub-menu > li { border: 0; }
body.tcs-home #header [data-device="desktop"] .sub-menu .ct-menu-link { min-height: 44px; padding: 10px 12px; border-radius: 6px; color: var(--ink); background: transparent; font: 400 14px/1.4 var(--sans); letter-spacing: 0; text-transform: none; }
body.tcs-home #header [data-device="desktop"] .sub-menu .ct-menu-link:hover { color: var(--blue-dark); background: var(--wash); }
body.tcs-home #header [data-device="desktop"] [data-id="button"] .ct-button { min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 7px; background: var(--blue); color: #fff; font: 600 14px/1.2 var(--sans); letter-spacing: 0; text-decoration: none; transition: background-color .18s ease,border-color .18s ease,color .18s ease; }
body.tcs-home #header [data-device="desktop"] [data-id="button"] .ct-button:hover { background: var(--blue-dark); color: #fff; text-decoration: none; }
body.tcs-home .ct-footer { width: calc(100% - 28px); max-width: 1260px; margin: 14px auto; border-radius: var(--radius); overflow: hidden; background: #fff; }
body.tcs-home .ct-footer [data-row="middle"] > .ct-container { grid-template-columns: minmax(280px, 2fr) repeat(3, minmax(130px, 1fr)) !important; gap: 48px; }
body.tcs-home .ct-footer [data-row="middle"] > div { padding: 56px 54px 28px; }
body.tcs-home .ct-footer .widget-title { margin: 0 0 14px; font: 600 14px var(--sans); color: var(--ink); }
body.tcs-home .ct-footer .textwidget, body.tcs-home .ct-footer a { font: 400 13px/1.55 var(--sans); color: var(--muted); }
body.tcs-home .ct-footer ul { margin: 0; padding: 0; list-style: none; }
body.tcs-home .ct-footer li { margin: 8px 0; }
body.tcs-home .ct-footer .tcs-footer-logo { display: block; width: 230px !important; max-width: 100%; height: auto !important; margin: 0 0 18px; }
body.tcs-home .ct-footer .tcs-footer-note { max-width: 330px; margin: 0; font-size: 14px; }
body.tcs-home .ct-footer [data-row="bottom"] > div { position: relative; padding: 20px 54px; border-top: 0; }
body.tcs-home .ct-footer [data-row="bottom"] > div:before { content: ""; position: absolute; top: 0; left: 54px; right: 54px; height: 1px; background: var(--rule); pointer-events: none; }
body.tcs-home .ct-footer [data-row="bottom"] [data-id="copyright"] { width: 100%; }
body.tcs-home .ct-footer .ct-footer-copyright { display: flex; width: 100%; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted); font: 400 12px/1.5 var(--sans); letter-spacing: 0; }
body.tcs-home .ct-footer .tcs-legal { margin-left: auto; white-space: nowrap; }
body.tcs-home main { color: var(--ink); font: 400 16px/1.55 var(--sans); letter-spacing: 0; }
body.tcs-home main p { font-weight: 400; letter-spacing: 0; }
body.tcs-home main h1,
body.tcs-home main h2 { font-weight: 500; }
body.tcs-home main h1 { letter-spacing: -.045em; }
body.tcs-home main h2 { letter-spacing: -.035em; }
body.tcs-home main h3 { font-weight: 600; letter-spacing: 0; }
body.tcs-home main .offer-card h3 { font-weight: 500; }
body.tcs-home main .kicker { font-weight: 500; letter-spacing: .1em; }
body.tcs-home main .coord { font-weight: 500; letter-spacing: 0; }
body.tcs-home main .stage,
body.tcs-home main .step span,
body.tcs-home main .pricing-note:before { font-weight: 500; letter-spacing: .08em; }
body.tcs-home main .service { color: inherit; text-decoration: none; cursor: pointer; }
body.tcs-home main .service:hover { color: inherit; text-decoration: none; }
body.tcs-home main .service:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
body.tcs-home main .service-link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--blue-dark); font-weight: 600; text-decoration: none; }
body.tcs-home main .service-link:after { content: ""; width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
body.tcs-home main .service:hover .service-link { color: var(--blue); }
body.tcs-home main .service:hover .service-link:after { transform: translateX(3px) rotate(45deg); }
body.tcs-home main .services .intro { max-width: 1080px; }
@media (max-width: 999px) {
  body.tcs-home #header [data-device="mobile"] > [data-row="middle"] { --height: 72px !important; }
  body.tcs-home #header [data-device="mobile"] > [data-row="middle"] > .ct-container { width: 100%; height: 72px; min-height: 72px; max-width: none; margin: 0; padding: 10px 16px 10px 8px; }
  body.tcs-home #header [data-device="mobile"] > [data-row="middle"] > .ct-container > [data-column] { height: 52px; min-height: 0; }
  body.tcs-home #header [data-device="mobile"] [data-id="logo"],
  body.tcs-home #header [data-device="mobile"] [data-id="logo"] .site-logo-container { height: 42px; line-height: 0; }
  body.tcs-home #header [data-device="mobile"] [data-id="logo"] .site-logo-container { display: flex; align-items: center; }
  body.tcs-home #header [data-device="mobile"] [data-id="logo"] .site-logo-container img { width: 172px !important; height: auto !important; max-height: 42px !important; }
  body.tcs-home #header [data-id="trigger"] { width: 44px; height: 44px; min-width: 44px; min-height: 44px; }
  body.tcs-home .ct-footer [data-row="middle"] > .ct-container { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 782px) { body.tcs-home.admin-bar #header { top: 54px; } }
@media (max-width: 650px) {
  body.tcs-home #header { top: 8px; width: calc(100% - 16px); }
  body.tcs-home .ct-header { margin-top: 8px; }
  body.tcs-home .ct-footer { margin: 8px; border-radius: 14px; }
  body.tcs-home .ct-footer [data-row="middle"] > .ct-container { grid-template-columns: 1fr !important; gap: 30px; }
  body.tcs-home .ct-footer [data-row="middle"] > div { padding: 48px 22px 24px; }
  body.tcs-home .ct-footer [data-row="bottom"] > div { padding: 20px 22px; }
  body.tcs-home .ct-footer [data-row="bottom"] > div:before { left: 22px; right: 22px; }
  body.tcs-home .ct-footer .ct-footer-copyright { display: block; }
  body.tcs-home .ct-footer .tcs-legal { display: block; margin: 8px 0 0; white-space: normal; }
}
