.ty-main{position:relative;overflow:hidden;background:var(--light)}.ty-bg{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.ty-bg-circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.ty-bg-circle--1{width:600px;height:600px;top:-200px;right:-200px;background:radial-gradient(circle,rgba(97,206,112,.12) 0%,transparent 70%)}.ty-bg-circle--2{width:500px;height:500px;bottom:10%;left:-150px;background:radial-gradient(circle,rgba(0,174,239,.1) 0%,transparent 70%)}.ty-hero{min-height:calc(100vh - 68px);display:flex;align-items:center;justify-content:center;padding:10rem 2rem 7rem;position:relative;z-index:1}.ty-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:680px}.ty-check-wrap{position:relative;width:96px;height:96px;margin-bottom:2.5rem;flex-shrink:0}.ty-check-ring{position:absolute;border-radius:50%;inset:0}.ty-check-ring--outer{border:2px solid rgba(97,206,112,.2);animation:ringPulse 2.5s ease-in-out infinite}.ty-check-ring--inner{inset:8px;border:2px solid rgba(97,206,112,.35);animation:ringPulse 2.5s .4s ease-in-out infinite}@keyframes ringPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.6}}.ty-check-icon{position:absolute;inset:16px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px rgba(97,206,112,.45);animation:checkPop .6s .1s cubic-bezier(.22,1,.36,1)both}@keyframes checkPop{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ty-check-path{stroke-dasharray:30;stroke-dashoffset:30;animation:drawCheck .5s .5s ease forwards}@keyframes drawCheck{to{stroke-dashoffset:0}}.ty-orbit{position:absolute;inset:-14px;border-radius:50%;animation:orbitSpin 6s linear infinite}@keyframes orbitSpin{to{transform:rotate(360deg)}}.ty-orbit-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--blue)}.ty-orbit-dot--1{top:0;left:50%;transform:translateX(-50%)}.ty-orbit-dot--2{bottom:8%;right:8%;background:var(--green)}.ty-orbit-dot--3{bottom:8%;left:8%;background:rgba(97,206,112,.5);width:5px;height:5px}.ty-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--green-light);border:1px solid rgba(97,206,112,.35);color:var(--green-dark);border-radius:50px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .9rem;margin-bottom:1.4rem;animation:fadeSlideUp .6s .7s cubic-bezier(.22,1,.36,1)both}.ty-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:blink 2s ease infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.35}}.ty-heading{font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:800;line-height:1.1;color:var(--navy);letter-spacing:-.03em;margin-bottom:1.2rem;animation:fadeSlideUp .6s .85s cubic-bezier(.22,1,.36,1)both}.ty-heading span{color:var(--green)}.ty-subtext{font-size:1rem;line-height:1.85;color:var(--mid);max-width:500px;margin-bottom:2.8rem;font-weight:300;animation:fadeSlideUp .6s 1s cubic-bezier(.22,1,.36,1)both}@keyframes fadeSlideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ty-status-card{background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:1.6rem 2rem 0;width:100%;box-shadow:0 8px 40px rgba(0,30,53,7%);animation:fadeSlideUp .6s 1.15s cubic-bezier(.22,1,.36,1)both;overflow:hidden}.ty-status-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.6rem}.ty-status-item{display:flex;align-items:center;gap:.75rem;flex:1;justify-content:center}.ty-status-divider{width:1px;height:40px;background:var(--border);flex-shrink:0}.ty-status-icon{width:36px;height:36px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ty-status-icon--green{background:var(--green-light);color:var(--green-dark)}.ty-status-icon--blue{background:var(--blue-light);color:var(--blue-dark)}.ty-status-icon--pending{background:var(--light);color:var(--mid);border:1.5px dashed var(--border)}.ty-status-item--pending .ty-status-label{color:var(--mid)}.ty-status-item--pending .ty-status-sub{color:#c0c8d0}.ty-status-label{font-size:.8rem;font-weight:700;color:var(--navy);line-height:1.2}.ty-status-sub{font-size:.68rem;color:var(--mid);margin-top:.15rem}.ty-progress-track{height:4px;background:var(--border);margin:0 -2rem}.ty-progress-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--green) 0%,var(--blue) 100%);animation:fillProgress 1.8s 1.4s cubic-bezier(.4,0,.2,1)forwards}@keyframes fillProgress{to{width:66%}}.ty-portfolio{background:var(--white);padding:7rem 5rem;position:relative;z-index:1}.ty-portfolio-inner{max-width:1200px;margin:0 auto}.ty-portfolio-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.5rem;flex-wrap:wrap}.ty-portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ty-project-card{background:var(--white);border-radius:12px;border:1.5px solid var(--border);overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s}.ty-project-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,30,53,.1);border-color:var(--green)}.ty-project-img{height:200px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.ty-project-img--1{background:linear-gradient(135deg,#edfaf0 0%,#d5f2dc 100%)}.ty-project-img--2{background:linear-gradient(135deg,#e6f7fd 0%,#c8ecfa 100%)}.ty-project-img--3{background:linear-gradient(135deg,#e8edf5 0%,#d0daea 100%)}.ty-project-overlay{position:absolute;top:12px;left:12px;z-index:2}.ty-project-tag{background:var(--white);color:var(--green-dark);font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .65rem;border-radius:50px;box-shadow:0 2px 8px rgba(0,30,53,.1)}.ty-project-tag--blue{color:var(--blue-dark)}.ty-project-mockup{width:80%;background:var(--white);border-radius:7px;overflow:hidden;box-shadow:0 8px 30px rgba(0,30,53,.12)}.tpm-bar{height:22px;background:var(--green)}.tpm-bar--dark{background:#2d6a50}.tpm-bar--navy{background:var(--navy-mid)}.tpm-hero{height:44px;background:linear-gradient(120deg,#f0faf2,#e0f5e5)}.tpm-hero--blue{background:linear-gradient(120deg,#e6f7fd,#d0effa)}.tpm-cards{display:flex;gap:4px;padding:6px;background:var(--light)}.tpm-card{flex:1;height:32px;background:var(--white);border-radius:3px;border:1px solid var(--border)}.tpm-card--wide{flex:2}.tpm-dash{display:flex;gap:4px;padding:6px 6px 3px}.tpm-dash-metric{flex:1;height:24px;background:var(--light);border-radius:3px;border:1px solid var(--border)}.tpm-table{padding:0 6px 6px;display:flex;flex-direction:column;gap:3px}.tpm-row{height:10px;background:var(--light);border-radius:2px}.ty-project-body{padding:1.5rem}.ty-project-body h3{font-size:.975rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.ty-project-body p{font-size:.845rem;line-height:1.7;color:var(--mid);margin-bottom:1rem}.ty-project-tags{display:flex;flex-wrap:wrap;gap:.35rem}.ty-project-tags span{font-size:.67rem;font-weight:600;padding:.2rem .6rem;background:var(--light);border:1px solid var(--border);border-radius:50px;color:var(--mid)}@media(max-width:960px){.ty-hero{padding:8rem 2rem 5rem}.ty-status-card{padding:1.2rem 1.2rem 0}.ty-status-item{flex-direction:column;text-align:center;gap:.5rem}.ty-status-divider{width:40px;height:1px}.ty-portfolio{padding:5rem 2rem}.ty-portfolio-header{flex-direction:column;align-items:flex-start}.ty-portfolio-grid{grid-template-columns:1fr}}@media(max-width:600px){.ty-heading{font-size:2.2rem}.ty-status-row{flex-direction:column;gap:1rem;align-items:flex-start;padding-left:1rem}.ty-status-divider{display:none}.ty-status-item{justify-content:flex-start}}