*{margin:0;padding:0;box-sizing:border-box}:root{--gr-bg-primary: #fdfdfd;--gr-teal: #4cb8c4;--gr-green: #7a9e7e;--gr-orange: #d99873;--gr-dark: #2c2c2c;--gr-text-light: #ffffff;--gr-text-gray: #666666;--gr-text-dark: #333333;--gr-border: #e8e8e8;--gr-light-teal: #e8f4f6;--gr-light-green: #f0f4f1;--gr-light-orange: #f7f1ed;--gr-font-primary: "Noto Sans", sans-serif;--gr-font-heading: "Cormorant Garamond", serif;--gr-section-padding: 80px 0}body{font-family:var(--gr-font-primary);font-weight:400;line-height:1.6;color:var(--gr-text-dark);background-color:var(--gr-bg-primary);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--gr-font-heading);font-weight:500;line-height:1.3;margin-bottom:1rem;color:var(--gr-dark)}h1{font-size:3.5rem}h2{font-size:2.8rem}h3{font-size:2.2rem}h4{font-size:1.8rem}h5{font-size:1.4rem}h6{font-size:1.2rem}p{margin-bottom:1rem;font-size:1.1rem;color:var(--gr-text-gray)}a{color:var(--gr-teal);text-decoration:none;transition:color .3s ease}a:hover{color:var(--gr-green)}.gr-container{max-width:1200px;margin:0 auto;padding:0 2rem}.gr-header{position:sticky;top:0;z-index:100;background:var(--gr-bg-primary);box-shadow:0 2px 10px rgba(0,0,0,.1)}.gr-header-message{background:var(--gr-dark);color:var(--gr-text-light);padding:1rem 0}.gr-message-content{text-align:center}.gr-message-title{font-size:1.1rem;margin-bottom:.5rem;color:var(--gr-text-light)}.gr-message-subtitle{font-size:.9rem;color:hsla(0,0%,100%,.8);margin:0}.gr-navbar{padding:1rem 0}.gr-nav-wrapper{display:flex;justify-content:space-between;align-items:center}.gr-logo-text{font-family:var(--gr-font-heading);font-size:28px;font-weight:600;color:var(--gr-teal)}.gr-nav-menu{display:flex;list-style:none;gap:2rem}.gr-nav-link{font-weight:500;color:var(--gr-text-dark);padding:.5rem 1rem;border-radius:25px;transition:all .3s ease}.gr-nav-link:hover,.gr-nav-link.gr-active{background:var(--gr-light-teal);color:var(--gr-teal)}.gr-mobile-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.gr-hamburger-line{width:25px;height:3px;background:var(--gr-dark);border-radius:2px;transition:all .3s ease}.gr-main{min-height:100vh}.gr-section-padding{padding:var(--gr-section-padding)}.gr-section-title{font-size:2.8rem;margin-bottom:2rem;color:var(--gr-dark)}.gr-section-subtitle{font-size:1.3rem;color:var(--gr-text-gray);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.gr-text-center{text-align:center}.gr-btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-family:var(--gr-font-primary);font-weight:600;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;border:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1)}.gr-btn-primary{background:var(--gr-teal);color:var(--gr-text-light)}.gr-btn-primary:hover{background:#c7ecf1;box-shadow:0 6px 20px rgba(0,0,0,.2)}.gr-btn-secondary{background:var(--gr-green);color:var(--gr-text-light)}.gr-btn-secondary:hover{background:#6b8a6f;transform:translateY(-2px)}.gr-btn-outline{background:rgba(0,0,0,0);color:var(--gr-text-light);border:2px solid var(--gr-teal)}.gr-pricing-card .gr-btn-outline{color:var(--gr-teal)}.gr-btn-outline:hover{background:var(--gr-teal);color:var(--gr-text-light)}.gr-btn-large{padding:1.2rem 2.5rem;font-size:1.1rem}.gr-btn-full{width:100%}.gr-quick-booking .gr-btn-outline{color:var(--gr-teal)}.gr-quick-booking .gr-btn-outline:hover{color:var(--gr-bg-primary);border:2px solid var(--gr-bg-primary)}.gr-hero-section{position:relative;padding:150px 0;display:flex;align-items:center;overflow:hidden}.gr-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.gr-hero-background img{width:100%;height:100%;object-fit:cover}.gr-hero-background::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.gr-hero-content{position:relative;z-index:1;text-align:center;color:var(--gr-text-light);max-width:800px;margin:0 auto}.gr-hero-title{font-size:4rem;margin-bottom:1.5rem;color:var(--gr-text-light);text-shadow:2px 2px 4px rgba(0,0,0,.5)}.gr-hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;color:hsla(0,0%,100%,.9);text-shadow:1px 1px 2px rgba(0,0,0,.5)}.gr-hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.gr-hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.gr-feature-item{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.1);padding:.8rem 1.5rem;border-radius:25px;backdrop-filter:blur(10px)}.gr-feature-icon{font-size:1.5rem}.gr-feature-text{font-weight:500;color:var(--gr-text-light)}.gr-page-header{padding:6rem 0 4rem;background:linear-gradient(135deg, var(--gr-light-teal) 0%, var(--gr-light-green) 100%);text-align:center}.gr-page-title{font-size:3.5rem;margin-bottom:1rem;color:var(--gr-dark)}.gr-page-subtitle{font-size:1.2rem;color:var(--gr-text-gray);max-width:600px;margin:0 auto}.gr-about-section{background:var(--gr-bg-primary)}.gr-about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.gr-about-description{font-size:1.2rem;margin-bottom:2rem}.gr-about-features{display:flex;flex-direction:column;gap:2rem}.gr-about-feature{display:flex;align-items:flex-start;gap:1rem}.gr-about-feature-icon{font-size:2rem;color:var(--gr-teal);flex-shrink:0}.gr-about-feature-content h3{color:var(--gr-dark);margin-bottom:.5rem;font-size:1.3rem}.gr-about-feature-content p{color:var(--gr-text-gray);margin:0}.gr-about-image img{width:100%;height:auto;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.gr-program-section{background:var(--gr-light-green)}.gr-schedule-wrapper{max-width:800px;margin:0 auto}.gr-schedule-timeline{position:relative}.gr-schedule-timeline::before{content:"";position:absolute;left:80px;top:0;bottom:0;width:2px;background:var(--gr-teal)}.gr-schedule-item{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem;position:relative}.gr-schedule-time{font-weight:600;color:var(--gr-teal);font-size:1.1rem;min-width:60px;text-align:right}.gr-schedule-content{background:var(--gr-bg-primary);padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1);flex:1;position:relative}.gr-schedule-content::before{content:"";position:absolute;left:-10px;top:20px;width:20px;height:20px;background:var(--gr-teal);border-radius:50%;border:4px solid var(--gr-bg-primary)}.gr-schedule-icon{font-size:2rem;margin-bottom:1rem}.gr-schedule-content h3{color:var(--gr-dark);margin-bottom:.5rem;font-size:1.5rem}.gr-schedule-content p{color:var(--gr-text-gray);margin:0}.gr-benefits-section{background:var(--gr-bg-primary)}.gr-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.gr-benefit-card{background:var(--gr-light-teal);padding:2rem;border-radius:15px;text-align:center;transition:transform .3s ease;border:2px solid rgba(0,0,0,0)}.gr-benefit-card:hover{transform:translateY(-5px);border-color:var(--gr-teal)}.gr-benefit-icon{font-size:3rem;margin-bottom:1rem;color:var(--gr-teal)}.gr-benefit-card h3{color:var(--gr-dark);margin-bottom:1rem;font-size:1.5rem}.gr-benefit-card p{color:var(--gr-text-gray);margin:0}.gr-cta-section{background:linear-gradient(135deg, var(--gr-teal) 0%, var(--gr-green) 100%);color:var(--gr-text-light);text-align:center}.gr-cta-title{font-size:3rem;margin-bottom:1rem;color:var(--gr-text-light)}.gr-cta-text{font-size:1.2rem;margin-bottom:2rem;color:hsla(0,0%,100%,.9);max-width:600px;margin-left:auto;margin-right:auto}.gr-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.gr-cta-info{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.gr-info-item{text-align:center}.gr-info-label{display:block;font-size:.9rem;color:hsla(0,0%,100%,.8);margin-bottom:.5rem}.gr-info-value{font-size:1.1rem;font-weight:600;color:var(--gr-text-light)}.gr-programs-section{background:var(--gr-bg-primary)}.gr-program-category{margin-bottom:4rem}.gr-program-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.gr-program-icon{font-size:4rem;color:var(--gr-teal)}.gr-program-title{font-size:2.5rem;margin-bottom:.5rem;color:var(--gr-dark)}.gr-program-description{font-size:1.1rem;color:var(--gr-text-gray);margin:0}.gr-program-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start}.gr-program-image img{width:100%;height:auto;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.gr-program-details h3{color:var(--gr-dark);margin-bottom:1rem;margin-top:2rem;font-size:1.8rem}.gr-program-details h3:first-child{margin-top:0}.gr-program-list{list-style:none;margin-bottom:2rem}.gr-program-list li{padding:.5rem 0;color:var(--gr-text-gray);border-bottom:1px solid var(--gr-border);position:relative;padding-left:1.5rem}.gr-program-list li:before{content:"✓";position:absolute;left:0;color:var(--gr-teal);font-weight:bold}.gr-program-list li:last-child{border-bottom:none}.gr-retreat-schedule{background:var(--gr-light-green)}.gr-schedule-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.gr-day-card{background:var(--gr-bg-primary);border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.gr-day-card:hover{transform:translateY(-5px)}.gr-day-header{background:var(--gr-teal);color:var(--gr-text-light);padding:1.5rem;text-align:center}.gr-day-header h3{color:var(--gr-text-light);margin-bottom:.5rem;font-size:1.5rem}.gr-day-theme{font-size:.9rem;opacity:.9}.gr-day-activities{padding:1.5rem}.gr-activity{display:flex;align-items:center;gap:1rem;padding:.8rem 0;border-bottom:1px solid var(--gr-border)}.gr-activity:last-child{border-bottom:none}.gr-activity-time{font-weight:600;color:var(--gr-teal);min-width:60px;font-size:.9rem}.gr-activity-name{color:var(--gr-text-gray);font-size:.95rem}.gr-pricing-section{background:var(--gr-bg-primary)}.gr-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;max-width:1000px;margin:0 auto}.gr-pricing-card{background:var(--gr-light-teal);border-radius:20px;padding:2rem;text-align:center;position:relative;transition:transform .3s ease;border:3px solid rgba(0,0,0,0)}.gr-pricing-card:hover{transform:translateY(-10px)}.gr-pricing-card.gr-featured{border-color:var(--gr-teal);transform:scale(1.05)}.gr-pricing-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--gr-teal);color:var(--gr-text-light);padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600}.gr-pricing-header h3{color:var(--gr-dark);margin-bottom:1rem;font-size:1.8rem}.gr-price{margin-bottom:2rem}.gr-price-amount{font-size:3rem;font-weight:700;color:var(--gr-teal)}.gr-price-period{font-size:1rem;color:var(--gr-text-gray)}.gr-pricing-features{list-style:none;margin-bottom:2rem;text-align:left}.gr-pricing-features li{padding:.5rem 0;color:var(--gr-text-gray);border-bottom:1px solid var(--gr-border);position:relative;padding-left:1.5rem}.gr-pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--gr-teal);font-weight:bold}.gr-pricing-features li:last-child{border-bottom:none}.gr-pricing-note{margin-top:2rem;padding:1.5rem;background:var(--gr-light-orange);border-radius:10px;font-size:.9rem;color:var(--gr-text-gray)}.gr-pricing-note p{margin-bottom:.5rem}.gr-pricing-note p:last-child{margin-bottom:0}.gr-testimonials-section{background:var(--gr-bg-primary)}.gr-testimonials-carousel{position:relative;max-width:800px;margin:0 auto}.gr-testimonial-card{display:none;background:var(--gr-light-teal);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.gr-testimonial-card.gr-active{display:block}.gr-testimonial-image{height:300px;overflow:hidden}.gr-testimonial-image img{width:100%;height:100%;object-fit:cover}.gr-testimonial-content{padding:2rem}.gr-testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.gr-testimonial-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0}.gr-testimonial-avatar img{width:100%;height:100%;object-fit:cover}.gr-testimonial-name{color:var(--gr-dark);margin-bottom:.3rem;font-size:1.3rem}.gr-testimonial-location{color:var(--gr-text-gray);font-size:.9rem;margin:0}.gr-testimonial-quote{font-style:italic;font-size:1.1rem;color:var(--gr-text-gray);margin-bottom:1.5rem;line-height:1.7}.gr-testimonial-rating{display:flex;align-items:center;gap:1rem}.gr-stars{font-size:1.2rem}.gr-rating-text{color:var(--gr-teal);font-weight:600;font-size:.9rem}.gr-carousel-navigation{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem}.gr-carousel-btn{background:var(--gr-teal);color:var(--gr-text-light);border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.gr-carousel-btn:hover{background:var(--gr-green);transform:scale(1.1)}.gr-carousel-dots{display:flex;gap:.5rem}.gr-carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:var(--gr-border);cursor:pointer;transition:all .3s ease}.gr-carousel-dot.gr-active{background:var(--gr-teal)}.gr-stats-section{background:var(--gr-light-green)}.gr-stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:2rem}.gr-stat-item{text-align:center;padding:2rem;background:var(--gr-bg-primary);border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.gr-stat-number{font-size:3rem;font-weight:700;color:var(--gr-teal);margin-bottom:.5rem;display:block}.gr-stat-label{color:var(--gr-text-gray);font-weight:500}.gr-video-testimonials{background:var(--gr-bg-primary)}.gr-video-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.gr-video-item{background:var(--gr-light-teal);border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.gr-video-item:hover{transform:translateY(-5px)}.gr-video-thumbnail{position:relative;height:200px;overflow:hidden}.gr-video-thumbnail img{width:100%;height:100%;object-fit:cover}.gr-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60px;height:60px;background:rgba(76,184,196,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gr-text-light);font-size:1.5rem;cursor:pointer;transition:all .3s ease}.gr-play-button:hover{background:var(--gr-teal);transform:translate(-50%, -50%) scale(1.1)}.gr-video-info{padding:1.5rem}.gr-video-info h3{color:var(--gr-dark);margin-bottom:.5rem;font-size:1.3rem}.gr-video-info p{color:var(--gr-text-gray);margin:0;font-size:.95rem}.gr-contact-section{background:var(--gr-bg-primary)}.gr-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.gr-contact-form-wrapper{background:var(--gr-light-teal);padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.gr-form-description{color:var(--gr-text-gray);margin-bottom:2rem}.gr-contact-info{padding:2rem 0}.gr-contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:var(--gr-light-green);border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.gr-contact-icon{font-size:2rem;color:var(--gr-teal);flex-shrink:0}.gr-contact-details h3{color:var(--gr-dark);margin-bottom:.5rem;font-size:1.3rem}.gr-contact-details p{color:var(--gr-text-gray);margin-bottom:.3rem}.gr-contact-details a{color:var(--gr-teal);font-weight:500}.gr-contact-note{font-size:.9rem;font-style:italic}.gr-quick-booking{background:var(--gr-light-orange);padding:2rem;border-radius:15px;margin-top:2rem;text-align:center}.gr-quick-booking h3{color:var(--gr-dark);margin-bottom:1rem;font-size:1.3rem}.gr-quick-booking p{color:var(--gr-text-gray);margin-bottom:1.5rem;font-size:.95rem}.gr-map-section{background:var(--gr-light-green);padding:4rem 0}.gr-map-wrapper{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.gr-map-placeholder{position:relative;height:400px}.map-location{width:100%}.gr-map-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}.gr-map-info{text-align:center;color:var(--gr-text-light)}.gr-map-info h3{color:var(--gr-text-light);margin-bottom:.5rem;font-size:2rem}.gr-map-info p{color:hsla(0,0%,100%,.9);margin-bottom:1.5rem;font-size:1.1rem}.gr-directions-section{background:var(--gr-bg-primary)}.gr-directions-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(400px, 1fr));gap:2rem}.gr-direction-card{background:var(--gr-light-teal);padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.gr-direction-card:hover{transform:translateY(-5px)}.gr-direction-icon{font-size:3rem;color:var(--gr-teal);margin-bottom:1rem;text-align:center}.gr-direction-card h3{color:var(--gr-dark);margin-bottom:1rem;font-size:1.5rem;text-align:center}.gr-direction-steps{list-style:none;margin-bottom:1rem}.gr-direction-steps li{padding:.3rem 0;color:var(--gr-text-gray);position:relative;padding-left:1.5rem;font-size:.95rem}.gr-direction-steps li:before{content:"→";position:absolute;left:0;color:var(--gr-teal);font-weight:bold}.gr-direction-note{font-size:.9rem;color:var(--gr-text-gray);font-style:italic;text-align:center;margin:0}.gr-transfer-service{margin-top:3rem;background:var(--gr-light-orange);padding:2rem;border-radius:15px}.gr-transfer-content h3{color:var(--gr-dark);margin-bottom:1rem;font-size:1.8rem;text-align:center}.gr-transfer-content p{color:var(--gr-text-gray);margin-bottom:1rem;text-align:center}.gr-transfer-content ul{list-style:none;max-width:600px;margin:0 auto 1rem}.gr-transfer-content li{padding:.5rem 0;color:var(--gr-text-gray);border-bottom:1px solid var(--gr-border);display:flex;justify-content:space-between;align-items:center}.gr-transfer-content li:last-child{border-bottom:none}.gr-transfer-note{font-size:.9rem;color:var(--gr-text-gray);font-style:italic;text-align:center;margin:0}.gr-faq-section{background:var(--gr-light-green)}.gr-faq-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.gr-faq-item{background:var(--gr-bg-primary);padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.gr-faq-item h3{color:var(--gr-dark);margin-bottom:1rem;font-size:1.2rem}.gr-faq-item p{color:var(--gr-text-gray);margin:0;font-size:.95rem}.gr-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.gr-form-group{margin-bottom:1.5rem}.gr-form-label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--gr-dark)}.gr-form-input,.gr-form-select,.gr-form-textarea{width:100%;padding:1rem;border:2px solid var(--gr-border);border-radius:10px;font-family:var(--gr-font-primary);font-size:1rem;background:var(--gr-bg-primary);color:var(--gr-dark);transition:border-color .3s ease}.gr-form-input:focus,.gr-form-select:focus,.gr-form-textarea:focus{outline:none;border-color:var(--gr-teal)}.gr-form-textarea{resize:vertical;min-height:120px}.gr-checkbox-group{display:flex;align-items:flex-start;gap:.8rem}.gr-checkbox-label{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.8rem;cursor:pointer;color:var(--gr-dark);line-height:1.5}.gr-checkbox{width:20px;height:20px;margin-top:2px;accent-color:var(--gr-teal)}.gr-checkmark{width:20px;height:20px;border:2px solid var(--gr-border);border-radius:4px;background:var(--gr-bg-primary);margin-top:2px;flex-shrink:0}.gr-form-link{color:var(--gr-teal);text-decoration:underline}.gr-legal-section{background:var(--gr-bg-primary)}.gr-legal-content{max-width:800px;margin:0 auto;background:var(--gr-light-teal);padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.gr-legal-content h2{color:var(--gr-dark);margin-top:2rem;margin-bottom:1rem;font-size:2rem}.gr-legal-content h3{color:var(--gr-teal);margin-top:1.5rem;margin-bottom:.8rem;font-size:1.5rem}.gr-legal-content ul{margin:1rem 0 1rem 2rem;list-style-type:disc}.gr-legal-content li{margin-bottom:.5rem;color:var(--gr-text-gray)}.gr-legal-highlight{background:var(--gr-light-orange);padding:1.5rem;border-radius:10px;margin-top:2rem;text-align:center;border:2px solid var(--gr-orange)}.gr-legal-highlight p{margin:0;font-weight:600;color:var(--gr-dark)}.gr-footer{background:var(--gr-dark);color:var(--gr-text-light);padding:3rem 0 1rem}.gr-footer-content{display:flex;justify-content:space-evenly;gap:2rem;margin-bottom:2rem}.gr-footer-section h4{color:var(--gr-text-light);margin-bottom:1rem;font-size:1.3rem}.gr-footer-description{color:hsla(0,0%,100%,.8);margin-bottom:1.5rem}.gr-footer-contact p{color:hsla(0,0%,100%,.8);margin-bottom:.5rem;font-size:.95rem}.gr-footer-links{list-style:none}.gr-footer-links li{margin-bottom:18px}.gr-footer-links a{color:hsla(0,0%,100%,.8);transition:color .3s ease}.gr-footer-links a:hover{color:var(--gr-teal)}.gr-footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.gr-footer-bottom p{color:hsla(0,0%,100%,.6);margin:0;font-size:.9rem}.gr-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;align-items:center;justify-content:center}.gr-modal-backdrop{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:rgba(0,0,0,.7)}.gr-modal-content{background:var(--gr-bg-primary);border-radius:20px;max-width:500px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;z-index:1;padding:3rem;text-align:center}.gr-modal-close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:2rem;color:var(--gr-text-gray);cursor:pointer}.gr-modal-icon{font-size:4rem;margin-bottom:1rem}.gr-modal-title{color:var(--gr-dark);margin-bottom:1rem;font-size:2rem}.gr-modal-message{color:var(--gr-text-gray);margin-bottom:2rem;font-size:1.1rem}@media(max-width: 768px){.gr-mobile-toggle{display:flex}.gr-nav-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:var(--gr-bg-primary);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease}.gr-nav-menu.gr-active{right:0}.gr-nav-link{font-size:1.5rem;padding:1rem 2rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.gr-hero-title{font-size:2.8rem}.gr-page-title{font-size:2.5rem}.gr-section-title{font-size:2rem}.gr-container{padding:0 1rem}.gr-about-content{grid-template-columns:1fr;gap:2rem}.gr-program-content{grid-template-columns:1fr}.gr-contact-grid{grid-template-columns:1fr;gap:2rem}.gr-form-row{grid-template-columns:1fr}.gr-hero-buttons,.gr-cta-buttons{flex-direction:column;align-items:center}.gr-btn{width:100%;max-width:300px}.gr-hero-features,.gr-cta-info{flex-direction:column;gap:1rem}.gr-schedule-timeline::before{left:30px}.gr-schedule-item{gap:1rem}.gr-schedule-time{min-width:50px;font-size:.9rem}.gr-schedule-content::before{left:-25px}.gr-section-padding{padding:3rem 0}.gr-page-header{padding:4rem 0 2rem}.gr-contact-form-wrapper,.gr-legal-content{padding:2rem}.gr-program-header{flex-direction:column;text-align:center;gap:1rem}.gr-program-icon{font-size:3rem}}@media(max-width: 480px){.gr-hero-title{font-size:2.2rem}.gr-page-title{font-size:2rem}.gr-contact-form-wrapper,.gr-legal-content{padding:1.5rem}.gr-modal-content{padding:2rem}.gr-footer-content{flex-direction:column;text-align:center}.gr-directions-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}}body.gr-nav-active{overflow:hidden}body.gr-nav-active .gr-nav-menu{right:0}body.gr-nav-active .gr-hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px, 3px)}body.gr-nav-active .gr-hamburger-line:nth-child(2){opacity:0}body.gr-nav-active .gr-hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px, -6px)}
