:root{--ctc-ink:#17333d;--ctc-muted:#61777e;--ctc-blue:#0b86c8}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{background:#f8fcfd;color:var(--ctc-ink);font-family:Inter,"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif}button{font:inherit}.ctc-site-shell{min-height:100vh;min-height:100svh;position:relative;overflow:hidden;display:grid;grid-template-rows:1fr auto;padding:clamp(28px,4vw,56px);background:radial-gradient(circle at 50% 25%,rgba(255,255,255,.98),rgba(248,252,253,.86) 48%,rgba(234,248,253,.72) 100%)}.ctc-ambient{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.ctc-ambient-one{width:420px;height:420px;right:-190px;top:9%;background:rgba(39,180,232,.08)}.ctc-ambient-two{width:300px;height:300px;left:-150px;bottom:4%;background:rgba(255,156,63,.06)}.ctc-hero{width:min(100%,1080px);margin:auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.ctc-eyebrow{display:flex;align-items:center;gap:10px;color:#61777e;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:clamp(26px,5vh,54px);animation:ctc-fade-in .7s .1s both}.ctc-eyebrow span{width:7px;height:7px;border-radius:50%;background:#24a7dc;box-shadow:0 0 0 5px rgba(36,167,220,.11)}.ctc-brand-stage{width:min(100%,840px)}.ctc-logo-lockup{height:clamp(150px,20vw,210px);display:flex;align-items:center;justify-content:center;gap:clamp(22px,4vw,38px)}.ctc-mark{width:clamp(138px,18vw,184px);flex:0 0 auto;filter:drop-shadow(0 22px 26px rgba(15,104,145,.13));overflow:visible}.ctc-mark-cool{opacity:0;animation:ctc-cool-down 7.5s ease-in-out infinite}.ctc-mark-warm{animation:ctc-warm-away 7.5s ease-in-out infinite}.ctc-letter-c{animation:ctc-breathe 7.5s ease-in-out infinite}.ctc-degree-ring{offset-path:path("M 149 38 C 124 10, 59 10, 34 38");offset-distance:0%;offset-rotate:0deg;animation:ctc-degree-travel 7.5s ease-in-out infinite}.ctc-wordmark-wrap{text-align:left;opacity:0;transform:translateX(-30px);animation:ctc-reveal-wordmark 7.5s cubic-bezier(.2,.8,.2,1) infinite}.ctc-wordmark{font-size:clamp(47px,7vw,82px);font-weight:760;line-height:.92;letter-spacing:-.065em;white-space:nowrap}.ctc-wordmark span{color:#18323b}.ctc-wordmark strong{color:var(--ctc-blue);font-weight:inherit}.ctc-strapline{color:#587078;font-size:clamp(10px,1.6vw,17px);font-weight:600;letter-spacing:.13em;margin:15px 0 0 5px;white-space:nowrap;opacity:0;animation:ctc-reveal-strapline 7.5s ease-out infinite}.ctc-cooling-line{width:min(560px,72vw);height:2px;margin:clamp(15px,3vh,26px) auto clamp(28px,5vh,48px);background:#e0eef2;overflow:hidden;border-radius:99px}.ctc-cooling-line span{display:block;height:100%;background:linear-gradient(90deg,#ff8d3d,#20aee2,#0878c1);transform-origin:left;animation:ctc-line-progress 7.5s ease-in-out infinite}.ctc-message{animation:ctc-message-in 1s .55s both}.ctc-kicker{margin:0 0 14px;color:var(--ctc-blue);font-size:12px;font-weight:800;letter-spacing:.22em}.ctc-site-shell h1{margin:0;color:var(--ctc-ink);font-size:clamp(40px,6.4vw,72px);line-height:1.02;letter-spacing:-.052em;font-weight:720}.ctc-mobile-break{display:none}.ctc-intro{max-width:680px;margin:22px auto 0;color:var(--ctc-muted);font-size:clamp(16px,2vw,19px);line-height:1.65}.ctc-replay{display:inline-flex;align-items:center;gap:8px;margin-top:25px;padding:9px 13px;border:0;border-radius:99px;background:transparent;color:#698087;cursor:pointer;font-size:12px;font-weight:650;transition:color .2s,background .2s}.ctc-replay:hover{color:var(--ctc-blue);background:rgba(11,134,200,.07)}.ctc-replay:focus-visible{outline:3px solid rgba(11,134,200,.25);outline-offset:2px}.ctc-replay svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ctc-site-shell footer{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;gap:11px;padding-top:28px;color:#7d9197;font-size:11px;letter-spacing:.04em}.ctc-footer-dot{width:3px;height:3px;border-radius:50%;background:#9fb0b5}
@keyframes ctc-degree-travel{0%,14%{offset-distance:0%}42%,88%{offset-distance:100%}100%{offset-distance:0%}}@keyframes ctc-cool-down{0%,16%{opacity:0}43%,91%{opacity:1}100%{opacity:0}}@keyframes ctc-warm-away{0%,16%{opacity:1}43%,91%{opacity:0}100%{opacity:1}}@keyframes ctc-breathe{0%,14%{transform:scale(1);transform-origin:101px 97px}34%{transform:scale(.97);transform-origin:101px 97px}45%,100%{transform:scale(1);transform-origin:101px 97px}}@keyframes ctc-reveal-wordmark{0%,29%{opacity:0;transform:translateX(-30px)}46%,88%{opacity:1;transform:translateX(0)}97%,100%{opacity:0;transform:translateX(-10px)}}@keyframes ctc-reveal-strapline{0%,43%{opacity:0;transform:translateY(5px)}55%,88%{opacity:1;transform:translateY(0)}97%,100%{opacity:0}}@keyframes ctc-line-progress{0%{transform:scaleX(0)}45%,89%{transform:scaleX(1)}100%{transform:scaleX(0)}}@keyframes ctc-fade-in{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}@keyframes ctc-message-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.ctc-is-restarting .ctc-mark-cool{animation:ctc-cool-down 7.5s ease-in-out infinite}.ctc-is-restarting .ctc-mark-warm{animation:ctc-warm-away 7.5s ease-in-out infinite}.ctc-is-restarting .ctc-letter-c{animation:ctc-breathe 7.5s ease-in-out infinite}.ctc-is-restarting .ctc-degree-ring{animation:ctc-degree-travel 7.5s ease-in-out infinite}.ctc-is-restarting .ctc-wordmark-wrap{animation:ctc-reveal-wordmark 7.5s cubic-bezier(.2,.8,.2,1) infinite}.ctc-is-restarting .ctc-strapline{animation:ctc-reveal-strapline 7.5s ease-out infinite}.ctc-is-restarting .ctc-cooling-line span{animation:ctc-line-progress 7.5s ease-in-out infinite}
@media(max-width:640px){.ctc-site-shell{padding:24px 20px 22px}.ctc-eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:22px}.ctc-logo-lockup{height:150px;gap:14px}.ctc-mark{width:108px}.ctc-wordmark{font-size:clamp(32px,10vw,47px)}.ctc-strapline{font-size:8px;margin-top:9px;letter-spacing:.09em}.ctc-mobile-break{display:initial}.ctc-intro{max-width:430px}.ctc-site-shell footer{flex-wrap:wrap;padding-top:20px}.ctc-cooling-line{margin-bottom:30px}.ctc-site-shell h1{font-size:clamp(38px,12vw,54px)}}
@media(max-width:410px){.ctc-site-shell{padding-inline:16px}.ctc-logo-lockup{gap:9px}.ctc-mark{width:92px}.ctc-wordmark{font-size:30px}.ctc-strapline{font-size:7px}.ctc-eyebrow{max-width:270px;line-height:1.5}.ctc-intro{font-size:15px;line-height:1.55}}
@media(max-height:720px) and (min-width:641px){.ctc-site-shell{padding-block:24px}.ctc-eyebrow{margin-bottom:20px}.ctc-logo-lockup{height:155px}.ctc-cooling-line{margin:12px auto 24px}.ctc-intro{margin-top:16px}.ctc-replay{margin-top:14px}}
@media(prefers-reduced-motion:reduce){.ctc-mark-cool{opacity:1;animation:none}.ctc-mark-warm{opacity:0;animation:none}.ctc-degree-ring{offset-distance:100%;animation:none}.ctc-letter-c,.ctc-cooling-line span{animation:none}.ctc-cooling-line span{transform:scaleX(1)}.ctc-wordmark-wrap{opacity:1;transform:none;animation:none}.ctc-strapline{opacity:1;animation:none}.ctc-eyebrow,.ctc-message{animation:none}.ctc-replay{display:none}}
