@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");.personal-trainer-page{font-family:SF Pro Text,-apple-system,sans-serif;background-color:#F8F9FA;color:#1E1E1E;line-height:1.5}.personal-trainer-page *{box-sizing:border-box}.pt-heading{font-family:SF Pro Display,-apple-system,sans-serif;font-weight:700;line-height:1.2}.pt-heading,.pt-text{color:#1E1E1E}.pt-text-muted{color:#ADB5BD}.pt-primary{color:#2A7B88}.pt-bg-primary{background-color:#2A7B88}.pt-bg-primary-50{background-color:#E6F3F5}.pt-bg-card{background-color:#FFFFFF}.pt-border{border-color:#E9ECEF}.pt-container{max-width:1600px;margin:0 auto;padding:0 1rem}.pt-section{padding:5rem 0}.pt-grid{display:grid;gap:2rem}.pt-grid-cols-1{grid-template-columns:repeat(1,1fr)}.pt-grid-cols-2{grid-template-columns:repeat(2,1fr)}.pt-grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (min-width:768px){.pt-md-grid-cols-2{grid-template-columns:repeat(2,1fr)}.pt-md-grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.pt-nav{display:flex}.pt-mobile-menu{display:none}}html{scroll-behavior:smooth}.pt-nav-link{color:white;font-weight:500;padding:.5rem 1rem;border-radius:.5rem}.pt-nav-link:hover{backdrop-filter:blur(10px)}.pt-nav-link.active,.pt-nav-link:active{background:rgba(42,123,136,.2);color:#87CEEB}.pt-card{background:#FFFFFF;border:1px solid #e9ecef;border-radius:1.25rem;padding:2rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:all .3s ease}.pt-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1);border-color:#2A7B88}.pt-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-weight:600;border-radius:1.25rem;transition:all .3s ease;text-decoration:none;border:none;cursor:pointer;font-size:1rem}.pt-btn-primary{background-color:#2A7B88;color:#FFFFFF}.pt-btn-primary:hover{background-color:#22626D;transform:translateY(-2px)}.pt-btn-secondary{background-color:#FFFFFF;color:#2A7B88;border:1px solid #cce7eb}.pt-btn-secondary:hover{background-color:#E6F3F5}.pt-btn-lg{padding:1.5rem 3rem;font-size:1.25rem}.pt-header{position:fixed;left:0;right:0;z-index:100;-webkit-backdrop-filter:blur(12px);padding:.75rem 0;transition:all .3s ease}.pt-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02));pointer-events:none}.pt-header-container{max-width:1400px;padding:.5rem 1.5rem;z-index:1}.pt-header-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:3rem}@media (min-width:768px){.pt-header-container{padding:.5rem 2rem}.pt-header-content{gap:3rem}}@media (min-width:1024px){.pt-header-container{padding:.75rem 2rem}.pt-header-content{gap:4rem}}.pt-logo-section{gap:1rem}.pt-logo-icon,.pt-logo-section{display:flex;align-items:center;position:relative}.pt-logo-icon{background:linear-gradient(135deg,#2A7B88,#339FAF);color:white;padding:.6rem;border-radius:1rem;justify-content:center;box-shadow:0 8px 20px -6px rgba(42,123,136,.4),0 0 0 1px rgba(255,255,255,.1);transition:all .3s ease;overflow:hidden}.pt-logo-icon:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.pt-logo-icon:hover:before{left:100%}.pt-logo-icon:hover{transform:translateY(-1px);box-shadow:0 12px 25px -6px rgba(42,123,136,.5),0 0 0 1px rgba(255,255,255,.2)}.pt-logo-text{font-family:Open Sans,sans-serif;font-weight:800;font-size:1.5rem;background:linear-gradient(135deg,#38bdf8,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;text-transform:none;position:relative;text-shadow:0 2px 8px rgba(42,123,136,.3);transition:all .3s ease}.pt-logo-text:hover{transform:translateX(2px)}@media (min-width:768px){.pt-nav{display:flex;align-items:center;gap:1rem}.pt-mobile-menu-button{display:none}}@media (min-width:1024px){.pt-nav{gap:1.5rem}}@media (min-width:1280px){.pt-nav{gap:2rem}}.pt-nav-link{font-family:Open Sans,sans-serif;color:rgba(255,255,255,.85);text-decoration:none;font-weight:600;font-size:.95rem;padding:.75rem 1.25rem;border-radius:.75rem;transition:all .3s ease;cursor:pointer;min-height:44px;display:flex;align-items:center;white-space:nowrap;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.1)}.pt-nav-link:hover{color:rgba(255,255,255,1);background:rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:translateY(-1px);box-shadow:0 4px 12px -2px rgba(42,123,136,.2)}.pt-nav-link:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#2A7B88,#339FAF);border-radius:1px;transition:all .3s ease;transform:translateX(-50%)}.pt-nav-link:hover:before{width:80%}.pt-header-cta{font-family:Open Sans,sans-serif;display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,rgba(42,123,136,.95),rgba(51,159,175,.95));color:white;border:none;border-radius:12px;padding:.8rem 1.5rem;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;cursor:pointer;position:relative;min-height:44px;white-space:nowrap;overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 20px -4px rgba(42,123,136,.4),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.2)}.pt-header-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.pt-header-cta:hover:before{left:100%}.pt-header-cta:hover{transform:translateY(-2px);background:linear-gradient(135deg,rgba(42,123,136,1),rgba(51,159,175,1));box-shadow:0 12px 30px -4px rgba(42,123,136,.6),0 0 0 1px rgba(255,255,255,.2),inset 0 1px 0 rgba(255,255,255,.3)}.pt-mobile-menu{display:none;background:none;border:none;color:#1E1E1E;cursor:pointer;padding:0}@media (max-width:767px){.pt-header-cta{display:none}.pt-mobile-menu{display:block}}.pt-floating-contact{position:fixed;bottom:2rem;right:2rem;z-index:999}.pt-floating-btn{width:4rem;height:4rem;border-radius:50%;background:#2A7B88;color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px -5px rgba(42,123,136,.4);transition:all .3s ease}.pt-floating-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 12px 30px -5px rgba(42,123,136,.6)}.pt-hero{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;position:relative;background-image:url(https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=1920&h=1080&fit=crop);background-size:cover;background-position:50%;background-attachment:fixed;color:#FFFFFF;padding:5rem 1rem 2rem}.pt-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.15);z-index:1}.pt-hero-grid{position:relative;z-index:2;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;height:100%;max-width:100vw;padding:0 1.5rem}.pt-hero-content{max-width:100%}@media (min-width:1025px){.pt-hero{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;margin-top:-1rem;padding-top:4rem;padding-bottom:2rem}}@media (max-width:1024px){.pt-hero-content{order:2;text-align:center}.pt-hero-grid{grid-template-columns:1fr;gap:2rem;text-align:center;display:flex;flex-direction:column}.pt-hero{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;padding:4rem 1rem 2rem;background-attachment:scroll}}@media (max-width:768px){.pt-hero{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;padding:3.5rem 1rem 2rem}.pt-hero-grid{gap:2rem}}@media (max-width:480px){.pt-hero{height:100vh;height:100svh;min-height:100vh;min-height:100svh;padding:3rem .75rem 2rem}.pt-hero-grid{gap:1.5rem}}.pt-hero-badge{display:inline-block;background:rgba(42,123,136,.4);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.3);border-radius:9999px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase;color:white}@media (max-width:768px){.pt-hero-badge{font-size:.7rem;padding:.4rem 1rem;margin-bottom:1rem}}.pt-hero-title{font-size:clamp(2.2rem,8vw,4.5rem);line-height:1.1;margin-bottom:1.5rem;color:white;text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 8px rgba(0,0,0,.6),0 8px 16px rgba(0,0,0,.4);letter-spacing:-.01em;position:relative}@media (max-width:768px){.pt-hero-title{font-size:clamp(2rem,10vw,3rem);line-height:1.2;margin-bottom:1rem;text-align:center}}@media (max-width:480px){.pt-hero-title{font-size:clamp(1.8rem,12vw,2.5rem)}}.pt-hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin-bottom:4rem;color:rgba(255,255,255,.95);text-shadow:0 1px 3px rgba(0,0,0,.8),0 2px 6px rgba(0,0,0,.6),0 4px 12px rgba(0,0,0,.4);font-weight:400;background:rgba(0,0,0,.15);border-radius:1rem;border:1px solid rgba(255,255,255,.1)}.pt-hero-services,.pt-hero-subtitle{max-width:100%;backdrop-filter:blur(8px);padding:1.5rem}.pt-hero-services{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;background:linear-gradient(135deg,rgba(59,130,246,.25),rgba(99,102,241,.22) 50%,rgba(139,92,246,.18)),rgba(0,0,0,.6);border-radius:1rem;border:2px solid rgba(255,255,255,.3)}@media (max-width:1024px){.pt-hero-services{max-width:100%;margin:0 auto 2rem}}@media (max-width:768px){.pt-hero-services{padding:1rem;gap:.4rem;margin-bottom:1.5rem;font-size:.9rem}}@media (max-width:480px){.pt-hero-services{padding:.8rem;font-size:.85rem}}.pt-hero-service-item{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,.95);font-size:clamp(1.1rem,2.2vw,1.25rem);font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.8),0 2px 6px rgba(0,0,0,.6);padding:.5rem 0;transition:all .3s ease}.pt-hero-service-item:hover{color:rgba(255,255,255,1);transform:translateX(5px)}.pt-service-check{color:#2A7B88;font-weight:900;font-size:1.2rem;text-shadow:0 1px 3px rgba(0,0,0,.8);flex-shrink:0}.pt-hero-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.pt-feature-card{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;text-align:center;transition:all .3s ease}.pt-feature-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.15)}.pt-feature-icon{background:rgba(255,255,255,.2);padding:.75rem;border-radius:50%;display:inline-block;margin-bottom:1rem;color:white}.pt-feature-title{font-weight:700;color:white;font-size:1.125rem}.pt-hero-cta{display:block;margin-bottom:2rem;max-width:720px;width:100%}@media (max-width:1024px){.pt-hero-cta{max-width:100%;margin:0 auto 2rem}}@media (max-width:768px){.pt-hero-cta{margin-bottom:1.5rem}}.pt-hero-btn-mobile{flex-direction:column;padding:1rem 1.5rem;width:100%;min-height:70px;line-height:1.3;text-align:center;position:relative}.pt-btn-badge,.pt-hero-btn-mobile{display:flex;align-items:center;gap:.5rem}.pt-btn-badge{font-size:.75rem;color:#fbbf24;text-transform:uppercase;letter-spacing:.5px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3);margin-bottom:-.25rem}.pt-urgency-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 8px rgba(239,68,68,.6)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.pt-btn-main-text{font-weight:700;text-transform:uppercase;letter-spacing:.02em;font-size:1rem;line-height:1.2}.pt-btn-subtitle{font-size:.7rem;color:rgba(255,255,255,.8);font-weight:400;letter-spacing:.3px;margin-top:-.25rem}@media (max-width:768px){.pt-hero-btn-mobile{padding:1rem}}@media (max-width:480px){.pt-hero-btn-mobile{padding:.9rem 1rem}}.pt-hero-testimonial-quick{display:flex;align-items:center;gap:1rem;margin-bottom:0;max-width:720px;background:rgba(0,0,0,.25);backdrop-filter:blur(12px);padding:.75rem 1.25rem;border-radius:1rem;border:1px solid rgba(255,255,255,.15)}@media (max-width:1024px){.pt-hero-testimonial-quick{max-width:100%;justify-content:center;margin:0 auto}}@media (max-width:768px){.pt-hero-testimonial-quick{padding:.6rem 1rem;gap:.8rem}}@media (max-width:480px){.pt-hero-testimonial-quick{padding:.5rem .8rem;gap:.6rem}}.pt-testimonial-avatar{width:48px;height:48px;border:2px solid rgba(42,123,136,.6)}.pt-testimonial-content{display:flex;flex-direction:column;gap:.1rem;min-width:0}.pt-testimonial-quote{color:rgba(255,255,255,.95)!important;font-size:clamp(.8rem,1.6vw,.85rem);font-weight:500;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.8),0 2px 6px rgba(0,0,0,.6)}.pt-testimonial-author{color:rgba(255,255,255,.95)!important;font-size:clamp(.8rem,1.5vw,.85rem);text-shadow:0 1px 3px rgba(0,0,0,.8)}.pt-hero-proof{color:rgba(255,255,255,.8);font-size:.9rem;text-align:center;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.3)}.pt-hero-btn-primary{background:linear-gradient(135deg,#2A7B88,#339FAF);color:white;border:none;border-radius:1rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s ease;cursor:pointer;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 8px 20px -5px rgba(42,123,136,.4);flex:1;width:100%;white-space:nowrap;min-height:56px;text-align:center;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.pt-hero-btn-primary{padding:.9rem 2rem;font-size:.9rem;max-width:100%;width:100%}}@media (max-width:480px){.pt-hero-btn-primary{padding:.8rem 1.5rem;font-size:.85rem;min-height:48px}}.pt-hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px rgba(42,123,136,.6)}.pt-hero-btn-secondary{background:rgba(255,255,255,.1);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.3);color:white;border-radius:1rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;white-space:nowrap;min-height:56px}@media (max-width:768px){.pt-hero-btn-secondary{padding:.9rem 2rem;font-size:.9rem;max-width:100%;width:100%}}@media (max-width:480px){.pt-hero-btn-secondary{padding:.8rem 1.5rem;font-size:.85rem;min-height:48px}}.pt-hero-btn-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.pt-btn-icon{margin-right:.5rem;display:inline-block}.pt-hero-testimonial{background:rgba(255,255,255,.08);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.15);padding:2rem;border-radius:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 15px 35px -10px rgba(0,0,0,.2);transition:all .3s ease;position:relative;overflow:hidden}.pt-hero-testimonial:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.pt-hero-testimonial:hover{transform:translateY(-2px);box-shadow:0 20px 45px -10px rgba(0,0,0,.3)}.pt-testimonial-avatar{width:70px;height:70px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid rgba(42,123,136,.6);box-shadow:0 8px 20px -5px rgba(0,0,0,.3);flex-shrink:0}.pt-testimonial-content{flex:1}.pt-testimonial-quote{margin-bottom:.75rem;color:rgba(255,255,255,.95);font-size:1.125rem;line-height:1.6;font-weight:400}.pt-testimonial-author{font-weight:600;color:rgba(255,255,255,.9);font-size:.95rem;text-shadow:0 2px 4px rgba(0,0,0,.3);margin-bottom:.5rem}.pt-testimonial-quote-mark{position:absolute;top:-10px;left:1.5rem;font-size:1.5rem;opacity:.6}.pt-testimonial-stars{font-size:1rem;opacity:.9}.pt-hero-image{position:relative}@media (max-width:1024px){.pt-hero-image{order:1;display:flex;justify-content:center;align-items:center;margin-bottom:2rem}}@media (max-width:768px){.pt-hero-image{margin-bottom:1.5rem}}.pt-hero-image-wrapper{position:relative;z-index:1}@media (max-width:1024px){.pt-hero-image-wrapper{width:100%;display:flex;justify-content:center;order:-1}}.pt-hero-main-image{width:100%;height:700px;-o-object-fit:cover;object-fit:cover;border-radius:2rem;border:3px solid rgba(255,255,255,.2);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);filter:contrast(1.05) saturate(.4) brightness(1.25) grayscale(.6);transition:filter .3s ease;position:relative}.pt-hero-main-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:2rem;background-image:radial-gradient(circle at 10% 10%,rgba(255,255,255,.15) 0,transparent 20%),radial-gradient(circle at 30% 20%,rgba(0,0,0,.08) 0,transparent 25%),radial-gradient(circle at 60% 30%,rgba(255,255,255,.12) 0,transparent 15%),radial-gradient(circle at 80% 50%,rgba(0,0,0,.1) 0,transparent 30%),radial-gradient(circle at 15% 70%,rgba(255,255,255,.18) 0,transparent 18%),radial-gradient(circle at 45% 80%,rgba(0,0,0,.07) 0,transparent 22%),radial-gradient(circle at 70% 85%,rgba(255,255,255,.14) 0,transparent 16%),radial-gradient(circle at 90% 90%,rgba(0,0,0,.09) 0,transparent 28%),radial-gradient(circle at 25% 45%,rgba(255,255,255,.11) 0,transparent 12%),radial-gradient(circle at 55% 60%,rgba(0,0,0,.06) 0,transparent 35%);background-size:80px 80px,120px 120px,60px 60px,100px 100px,70px 70px,110px 110px,90px 90px,130px 130px,50px 50px,140px 140px;background-position:0 0,30px 40px,80px 10px,120px 60px,40px 90px,160px 30px,200px 80px,250px 120px,100px 150px,180px 170px;opacity:1;pointer-events:none;mix-blend-mode:soft-light}.pt-hero-main-image:hover{filter:contrast(1.1) saturate(.3) brightness(1.3) grayscale(.7)}.pt-floating-stat{position:absolute;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1rem 1.5rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);z-index:2;text-align:center;border:1px solid rgba(255,255,255,.2)}@media (max-width:1024px){.pt-floating-stat{display:none}}.pt-professional-badge{position:absolute;top:1.5rem;right:1.5rem;background:rgba(255,255,255,.95);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(42,123,136,.2);border-radius:12px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 20px -4px rgba(0,0,0,.1),0 0 0 1px rgba(255,255,255,.5);z-index:3;transition:all .3s ease}.pt-professional-badge:hover{transform:translateY(-1px);box-shadow:0 8px 25px -4px rgba(0,0,0,.15),0 0 0 1px rgba(42,123,136,.1),0 0 0 1px rgba(255,255,255,.8)}.pt-badge-content{display:flex;flex-direction:column;gap:.1rem}.pt-badge-title{font-weight:700;font-size:.85rem;color:#1E1E1E;line-height:1;letter-spacing:-.01em}.pt-badge-subtitle{font-weight:500;font-size:.7rem;color:#666666;line-height:1;letter-spacing:.02em}.pt-badge-check{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#2A7B88,#339FAF);border-radius:50%;color:white;font-size:.9rem;font-weight:700;flex-shrink:0;box-shadow:0 2px 8px -2px rgba(42,123,136,.3)}@media (max-width:1024px){.pt-professional-badge{top:1rem;right:1rem;padding:.6rem .8rem;gap:.6rem}.pt-badge-title{font-size:.8rem}.pt-badge-subtitle{font-size:.65rem}.pt-badge-check{width:20px;height:20px;font-size:.8rem}}@media (max-width:768px){.pt-professional-badge{top:.75rem;right:.75rem;padding:.5rem .7rem}.pt-badge-title{font-size:.75rem}.pt-badge-subtitle{font-size:.6rem}.pt-badge-check{width:18px;height:18px;font-size:.7rem}}.pt-floating-stat-1{bottom:-40px;right:-40px}.pt-floating-stat-2{top:30px;left:-50px}.pt-floating-stat .pt-stat-number{font-weight:900;font-size:1.8rem;background:linear-gradient(135deg,#2A7B88,#339FAF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem;line-height:1}.pt-floating-stat-1 .pt-stat-number{font-size:2.2rem}.pt-floating-stat .pt-stat-label{font-weight:600;font-size:.8rem;color:#6B7280}.pt-services{background:linear-gradient(135deg,#FFFFFF,#F8F9FA);position:relative}.pt-services:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(42,123,136,.05) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(51,159,175,.05) 0,transparent 50%);pointer-events:none}.pt-service-card{text-align:center;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3)}.pt-service-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;color:#2A7B88;background:#E6F3F5;border-radius:1rem;display:flex;align-items:center;justify-content:center}.pt-service-title{font-size:1.5rem;margin-bottom:1rem}.pt-testimonials{background:linear-gradient(135deg,#F8F9FA,rgba(42,123,136,.02));position:relative}.pt-testimonials:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 80% 20%,rgba(42,123,136,.03) 0,transparent 50%);pointer-events:none}.pt-testimonial-card{text-align:center;max-width:800px;margin:0 auto;position:relative}.pt-testimonial-image{width:5rem;height:5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin:0 auto 1.5rem;border:3px solid #2a7b88}.pt-testimonial-quote{font-size:1.25rem;font-style:italic;margin-bottom:1.5rem;color:#1E1E1E}.pt-testimonial-name{font-weight:600;margin-bottom:.5rem}.pt-testimonial-transform{color:#2A7B88;font-weight:600}.pt-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#2A7B88;color:white;border:none;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.pt-nav-btn:hover{background:#22626D;transform:translateY(-50%) scale(1.1)}.pt-nav-btn-prev{left:-4rem}.pt-nav-btn-next{right:-4rem}.pt-transformation-card{overflow:hidden}.pt-transformation-images{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-bottom:1.5rem}.pt-transformation-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;position:relative}.pt-transformation-label{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;padding:.5rem;background:rgba(0,0,0,.8);color:white;text-align:center;border-radius:.5rem;font-size:.875rem;font-weight:600}.pt-transformation-label.after{background:#2A7B88}.pt-faq-item{background:#FFFFFF;border:1px solid #e9ecef;margin-bottom:1rem}.pt-faq-question{padding:1.5rem;background:none;font-size:1.125rem;transition:background-color .3s ease}.pt-faq-question:hover{background-color:#F8F9FA}.pt-faq-answer{padding:0 1.5rem 1.5rem;color:#1E1E1E;line-height:1.6}.pt-footer{background-color:#1E1E1E;color:#FFFFFF;padding:3rem 0 1rem}.pt-footer h3{color:#2A7B88;margin-bottom:1rem}.pt-footer a{color:#FFFFFF;text-decoration:none;transition:color .3s ease}.pt-footer a:hover{color:#2A7B88}.pt-social-links{display:flex;gap:1rem}.pt-social-link{width:3rem;height:3rem;background:#2A7B88;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:white;transition:all .3s ease}.pt-social-link:hover{background:#339FAF;transform:translateY(-2px)}.pt-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.pt-modal-content{background:#FFFFFF;border-radius:1.5rem;padding:3rem;max-width:650px;width:100%;max-height:90vh;overflow-y:auto}@media (max-width:768px){.pt-modal{padding:1rem}.pt-modal-content{padding:2rem;max-width:90vw}}.pt-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.pt-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#ADB5BD}.pt-modal-close:hover{color:#1E1E1E}.pt-form-group{margin-bottom:1.5rem}.pt-input,.pt-textarea{width:100%;padding:1rem;border:1px solid #e9ecef;border-radius:1.25rem;font-size:1rem;background:#F8F9FA;transition:all .3s ease}.pt-input:focus,.pt-textarea:focus{outline:none;border-color:#2A7B88;background:#FFFFFF;box-shadow:0 0 0 3px rgba(42,123,136,.1)}.pt-textarea{resize:vertical;min-height:120px}@media (min-width:1024px){.pt-hero-grid{gap:3rem;max-width:100vw;padding:0 .75rem}}@media (min-width:1440px){.pt-hero-grid{gap:4rem;max-width:100vw}}@media (max-width:767px){.pt-mobile-menu{display:block}.pt-mobile-menu-button{display:flex}.pt-hero-features-grid{grid-template-columns:1fr}.pt-hero-cta{flex-direction:column}.pt-floating-stat-1{bottom:-15px;right:-15px}.pt-floating-stat-2{top:10px;left:-20px}}@media (max-width:768px){.pt-header-container{padding:0 1rem}.pt-hero-title{font-size:2.5rem}.pt-hero-subtitle{font-size:1.125rem}.pt-hero-main-image{height:400px}}@media (max-width:480px){.pt-hero-main-image{height:350px}.pt-hero-content{padding:0}}@media (max-width:1024px){.pt-floating-stat{padding:1rem 1.5rem}.pt-floating-stat .pt-stat-number{font-size:1.5rem}.pt-floating-stat-1 .pt-stat-number{font-size:2rem}.pt-hero-testimonial{flex-direction:column;text-align:center}.pt-hero-btn-primary,.pt-hero-btn-secondary{width:100%;text-align:center}}.pt-text-center{text-align:center}.pt-mb-4{margin-bottom:2rem}.pt-mb-6{margin-bottom:3rem}.pt-flex{display:flex}.pt-items-center{align-items:center}.pt-justify-center{justify-content:center}.pt-gap-4{gap:1rem}.pt-stats{padding:4rem 0;background:linear-gradient(135deg,#F8F9FA,#FFFFFF);margin-top:-3rem;position:relative;z-index:3}.pt-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:800px;margin:0 auto}.pt-stat-card{background:rgba(255,255,255,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:1.5rem;padding:2rem;text-align:center;box-shadow:0 8px 25px -5px rgba(42,123,136,.1);transition:all .3s ease}.pt-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px -5px rgba(42,123,136,.2);border-color:rgba(42,123,136,.3)}.pt-stat-number{font-size:3rem;font-weight:900;color:#2A7B88;line-height:1;margin-bottom:.5rem}.pt-stat-label{font-size:1rem;color:#1E1E1E;font-weight:600;opacity:.8}.pt-quick-testimonial{padding:4rem 0;background:linear-gradient(135deg,rgba(42,123,136,.05),rgba(51,159,175,.05))}.pt-quick-testimonial-card{max-width:600px;margin:0 auto;text-align:center;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:2rem;padding:3rem;box-shadow:0 8px 25px -5px rgba(42,123,136,.1)}.pt-quote-mark{font-size:4rem;color:#2A7B88;line-height:1;opacity:.3;margin-bottom:1rem}.pt-quick-testimonial blockquote{font-size:1.25rem;font-style:italic;color:#1E1E1E;margin-bottom:1.5rem;line-height:1.6}.pt-quick-testimonial cite{color:#2A7B88;font-weight:600;font-size:1rem}.pt-rounded{border-radius:.5rem}.pt-shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}@media (max-width:768px){.py-24{padding:3rem 0!important}.mb-16{margin-bottom:2rem!important}.md\:text-5xl,.text-4xl{font-size:2rem!important;line-height:1.2!important}.text-xl{font-size:1.1rem!important;line-height:1.5!important}.grid.md\:grid-cols-3{grid-template-columns:1fr!important;gap:1.5rem!important}.max-w-6xl{max-width:100%!important;padding:0 1rem!important}}@media (max-width:480px){.py-24{padding:2rem 0!important}.md\:text-5xl,.text-4xl{font-size:1.8rem!important}.grid.md\:grid-cols-3{gap:1rem!important}.bg-white.rounded-2xl.p-8{padding:1.5rem!important;border-radius:1rem!important}}:root{--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--touch-target-min:44px;--touch-target-comfortable:48px;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem}.pt-mobile-menu-button{display:none;align-items:center;justify-content:center;width:var(--touch-target-comfortable);height:var(--touch-target-comfortable);background:rgba(255,255,255,.1);border:none;border-radius:.75rem;color:white;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);margin-left:auto}@media (max-width:767px){.pt-mobile-menu-button{display:flex}}.pt-mobile-menu-button:focus,.pt-mobile-menu-button:hover{background:rgba(255,255,255,.2);transform:translateY(-1px);outline:none;box-shadow:0 4px 12px rgba(0,0,0,.15)}.pt-mobile-nav{background:rgba(0,0,0,.95);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);overflow:hidden;position:absolute;top:100%;left:0;right:0;z-index:50}.pt-mobile-nav-links{display:flex;flex-direction:column;padding:var(--space-lg) var(--space-md);gap:var(--space-sm)}.pt-mobile-nav-link{display:block;padding:var(--space-md) var(--space-lg);color:white;text-decoration:none;font-weight:500;border-radius:.5rem;transition:all .3s ease;min-height:var(--touch-target-min);display:flex;align-items:center}.pt-mobile-nav-link:focus,.pt-mobile-nav-link:hover{background:rgba(56,189,248,.2);color:#38bdf8;outline:none}.pt-header{position:sticky;top:0;z-index:50;background:linear-gradient(135deg,rgba(59,130,246,.25),rgba(99,102,241,.22) 50%,rgba(139,92,246,.18)),rgba(0,0,0,.6);backdrop-filter:blur(12px);border-bottom:1px solid rgba(148,163,184,.2);box-shadow:0 4px 20px rgba(0,0,0,.25),0 0 0 1px rgba(100,116,139,.1)}.pt-header-container{position:relative;display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-md);max-width:1200px;margin:0 auto;gap:var(--space-md)}.pt-nav{display:none}@media (min-width:768px){.pt-nav{display:flex;align-items:center;gap:var(--space-lg)}.pt-header-container{padding:var(--space-md) var(--space-lg)}}.pt-hero{min-height:80vh;padding:var(--space-sm) var(--space-sm);display:flex;align-items:center}.pt-hero-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl);max-width:1200px;margin:0 auto;width:100%}@media (min-width:768px){.pt-hero{padding:var(--space-md) var(--space-md)}}@media (min-width:1024px){.pt-hero-grid{grid-template-columns:1fr 1fr;gap:6rem}}.pt-floating-btn,.pt-header-cta,.pt-hero-btn-primary{min-height:var(--touch-target-comfortable);padding:var(--space-md) var(--space-lg);border-radius:1rem;font-weight:600;transition:all .3s ease;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;gap:var(--space-sm)}@media (min-width:768px){.pt-hero-btn-primary{padding:var(--space-lg) var(--space-xl);font-size:1.1rem}}.pt-hero-title{font-size:2rem;line-height:1.2;font-weight:900;margin-bottom:var(--space-lg)}@media (min-width:640px){.pt-hero-title{font-size:2.5rem}}@media (min-width:768px){.pt-hero-title{font-size:3rem}}@media (min-width:1024px){.pt-hero-title{font-size:3.5rem}}@media (min-width:1280px){.pt-hero-title{font-size:4rem}}.pt-services-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);margin-top:var(--space-xl)}@media (min-width:640px){.pt-services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.pt-services-grid{grid-template-columns:repeat(3,1fr)}}.pt-faq-item{border-radius:1rem;overflow:hidden;margin-bottom:var(--space-md)}.pt-faq-question{padding:var(--space-lg);min-height:var(--touch-target-comfortable);display:flex;align-items:center;justify-content:space-between;cursor:pointer;background:white;border:none;width:100%;text-align:left;font-weight:600;transition:all .3s ease}.pt-faq-question:focus,.pt-faq-question:hover{background:#f8fafc;outline:none;box-shadow:0 0 0 2px rgba(56,189,248,.2)}.pt-contact-form{padding:var(--space-lg)}.pt-form-input,.pt-form-textarea{width:100%;padding:var(--space-md);border-radius:.5rem;border:2px solid #e2e8f0;font-size:1rem;transition:all .3s ease;min-height:var(--touch-target-comfortable)}.pt-form-input:focus,.pt-form-textarea:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.1)}.pt-container{max-width:100%;padding-left:var(--space-md);padding-right:var(--space-md);margin-left:auto;margin-right:auto}@media (min-width:640px){.pt-container{max-width:640px;padding-left:var(--space-lg);padding-right:var(--space-lg)}}@media (min-width:768px){.pt-container{max-width:768px}}@media (min-width:1024px){.pt-container{max-width:1024px}}@media (min-width:1280px){.pt-container{max-width:1200px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){.pt-mobile-nav-link:focus,.pt-mobile-nav-link:hover{background:#38bdf8;color:white}.pt-form-input:focus,.pt-form-textarea:focus{border-color:#000;box-shadow:0 0 0 3px #000}}@media (prefers-color-scheme:dark){.pt-faq-question{background:#1f2937;color:white}.pt-faq-question:focus,.pt-faq-question:hover{background:#374151}}