:root{--tm-blue:#0e4b66;--tm-green:#7eb344;--tm-text:#555;--tm-light-blue:#e8f1f5;--tm-quote-gray:#d1d9e6}.tm-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;background-color:#ffffff;overflow:hidden;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}.tm-shape-bg{position:absolute;z-index:0;width:20vw;height:20vw;min-width:250px;min-height:250px}.top-right-gradient{top:-10vw;right:-10vw;border-radius:40px}.bottom-left-gradient,.top-right-gradient{background:linear-gradient(135deg,#e40014,#2b7a8d);transform:rotate(45deg)}.bottom-left-gradient{bottom:-5vw;left:-12vw;border-radius:50px;opacity:.9}.tm-shape-accent-square{position:absolute;bottom:60px;left:220px;width:42px;height:42px;background:linear-gradient(100deg,#858787,#bfecf4,#a10128);border-radius:6px;z-index:1;animation:orbitGlow 12s ease-in-out infinite;filter:drop-shadow(0 0 12px rgba(126,179,68,.45))}@keyframes orbitGlow{0%{transform:translate(0) rotate(45deg) scale(1);opacity:.9}25%{transform:translate(18px,-12px) rotate(135deg) scale(1.08);opacity:1}50%{transform:translateY(-22px) rotate(225deg) scale(1.15);opacity:.85}75%{transform:translate(-18px,-12px) rotate(315deg) scale(1.08);opacity:1}to{transform:translate(0) rotate(405deg) scale(1);opacity:.9}}.tm-container{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:100px 40px;z-index:2;width:100%;min-width:0}.tm-content{display:grid;grid-template-columns:320px 1fr;gap:90px;align-items:start;min-width:0}.tm-header{padding-top:20px}.tm-main-title{color:var(--tm-blue);font-size:3.2rem;font-weight:400;line-height:1.1;margin-bottom:20px}.tm-bold-title{font-weight:800}.tm-description{color:var(--tm-text);font-size:1rem;line-height:1.6}.tm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 30px}.tm-card,.tm-card-wrapper,.tm-grid{position:relative;min-width:0}.tm-card{background:white;padding:30px;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.06);transition:all .3s ease;border-top-left-radius:70px;min-height:200px}.tm-card:hover{transform:translateY(-8px);box-shadow:0 15px 50px rgba(0,0,0,.1)}.tm-profile-section{display:flex;align-items:flex-start;margin-bottom:15px}.tm-avatar{width:85px;height:85px;border-radius:50%;overflow:hidden;position:absolute;top:-15px;left:-15px;border:4px solid white;box-shadow:0 8px 20px rgba(0,0,0,.12);z-index:3}.tm-avatar img{width:100%;height:100%;object-fit:cover}.tm-meta{margin-left:75px;padding-top:5px}.tm-stars{color:#ffc107;font-size:1.1rem;letter-spacing:1px;margin-bottom:4px}.tm-user-info{font-size:.85rem;color:#777}.tm-card-heading{color:var(--tm-blue);font-weight:800;font-size:1.05rem;margin:15px 0 10px;letter-spacing:.5px;text-transform:uppercase}.tm-card-text{color:var(--tm-text);font-size:.92rem;line-height:1.6;position:relative;z-index:2}.tm-card-heading,.tm-card-text,.tm-service,.tm-user-info{overflow-wrap:anywhere;min-width:0}.tm-quote-icon{position:absolute;font-size:5rem;color:var(--tm-quote-gray);font-family:Arial,sans-serif;opacity:.4;line-height:1;pointer-events:none}.tm-quote-top{top:10px;left:80px}.tm-quote-bottom{bottom:0;right:20px}@media (max-width:1024px){.tm-content,.tm-grid{grid-template-columns:minmax(0,1fr);min-width:0}.tm-grid{gap:60px}.bottom-left,.bottom-right{margin-top:0}.tm-header{text-align:center}.tm-description{max-width:100%;margin:0 auto 30px}.tm-shape-bg{width:40vw;height:40vw}}@media (max-width:640px){.tm-container{padding:60px 16px}.tm-card{padding:20px 16px}.tm-quote-top{left:60px}}.tm-carousel{position:relative}.tm-grid-animate{animation:slideFade .8s ease forwards}@keyframes slideFade{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.tm-dots{display:flex;justify-content:center;margin-top:30px;gap:10px}.tm-dot{width:10px;height:10px;background:#cfd8dc;border-radius:50%;cursor:pointer;transition:all .3s ease}.tm-dot.active{background:var(--tm-blue);transform:scale(1.4)}.headerServ{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.headerServ .headerServBTN{background:#0e4b66;color:white;padding:10px 18px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden}.headerServ .headerServBTN:hover{background:#08a700;transform:translateY(-2px);box-shadow:0 8px 20px rgba(213,32,50,.25)}.headerServ .headerServBTN:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.3),transparent);transition:.5s}.headerServ .headerServBTN:hover:after{left:100%}