:root{--primary-navy: #09264C;--primary-medium: #093268;--accent-coral: #E94E4E;--accent-soft: #F58181;--bg-light: #EDE6E6;--bg-warm: #fcedf5;--bg-white: #FFFFFF;--text-primary: #09264C;--text-secondary: #093268;--text-muted: #666666;--text-light: #EDE6E6;--gradient-hero: linear-gradient(135deg, #CEBFC7 0%, #F58181 100%);--gradient-primary: linear-gradient(135deg, #09264C, #093268);--gradient-accent: linear-gradient(135deg, #E94E4E, #F58181);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--text-primary);background-color:var(--bg-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#1f2937;overflow-x:hidden}a{color:var(--primary-navy);text-decoration:none;font-weight:500;transition:color .3s ease}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--accent-coral);color:#fff;cursor:pointer;transition:all .25s ease;outline:none}button:hover{background-color:var(--primary-navy);transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid var(--accent-coral);outline-offset:2px}button:disabled{opacity:.7;cursor:not-allowed;transform:none}input,textarea,select{font-family:inherit;font-size:1em;border:1px solid #d1d5db;border-radius:6px;padding:.75rem;background-color:#fff;transition:border-color .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-soft);box-shadow:0 0 0 3px #e94e4e1a}img{max-width:100%;height:auto}ul,ol{list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header{position:fixed;top:0;left:0;right:0;background:#cebfc7f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(245,129,129,.2)}.header.scrolled{background:#cebfc7fa;box-shadow:0 4px 20px #09266c1a}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:80px}.header-left{display:flex;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-navy);text-decoration:none}.nav{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{background:none;border:none;color:var(--primary-medium);font-size:1rem;font-weight:500;cursor:pointer;text-decoration:none;transition:color .3s ease;padding:.5rem 0}.nav-link:hover{color:var(--accent-soft)}.nav-link.contact-btn{background:var(--accent-coral);color:#fff;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease}.nav-link.contact-btn:hover{background:var(--primary-navy);color:#fff}.header-right{display:flex;align-items:center;gap:1rem}.language-toggle{background:none;border:2px solid var(--primary-navy);color:var(--primary-navy);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.language-toggle:hover{background:var(--primary-navy);color:#fff}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:block;position:relative;width:25px;height:20px}.hamburger span{display:block;position:absolute;height:3px;width:100%;background:var(--primary-navy);border-radius:3px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){top:16px}.hamburger.open span:nth-child(1){top:8px;transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-60px}.hamburger.open span:nth-child(3){top:8px;transform:rotate(-135deg)}@media(max-width:768px){.header-container{padding:0 15px;height:70px}.logo-text{font-size:1.2rem}.nav{position:fixed;top:70px;left:0;right:0;background:#fff;box-shadow:0 4px 20px #0000001a;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav.mobile-open{max-height:400px}.nav-list{flex-direction:column;padding:2rem 0;gap:0}.nav-item{text-align:center;padding:.5rem 0}.nav-link{font-size:1.1rem;padding:1rem;width:100%;display:block}.nav-link.contact-btn{margin-top:1rem;margin-left:auto;margin-right:auto;width:200px}.mobile-menu-toggle{display:block}.language-toggle{font-size:.8rem;padding:.4rem .8rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:var(--gradient-hero);margin-top:80px}.hero-container{max-width:1200px;margin:0 auto;padding:2rem 20px;position:relative;z-index:2}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:600px}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.profile-image{width:400px;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #f5818140;position:relative;z-index:2}.image-decoration{position:absolute;top:-20px;right:-20px;width:200px;height:200px;background:var(--gradient-accent);border-radius:50%;opacity:.15;z-index:1}.hero-text{max-width:500px}.hero-intro{margin-bottom:2rem}.hero-title{color:var(--primary-navy);font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.5rem}.hero-name{font-size:3.5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.hero-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.hero-detail{display:flex;align-items:center;gap:1rem}.detail-icon{font-size:1.2rem;width:40px;height:40px;background:#f5818126;border-radius:50%;display:flex;align-items:center;justify-content:center}.detail-text{font-size:1.1rem;color:var(--text-secondary);font-weight:500}.hero-description{margin-bottom:2rem}.hero-description p{font-size:1.1rem;line-height:1.6;color:var(--text-secondary);margin:0}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.cta-primary{background:var(--accent-coral);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #e94e4e4d}.cta-primary:hover{background:var(--primary-navy);transform:translateY(-2px);box-shadow:0 6px 25px #09266c66}.cta-secondary{background:transparent;color:var(--primary-medium);border:2px solid var(--primary-medium);padding:.9rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{background:var(--primary-medium);color:#fff;transform:translateY(-2px)}.hero-scroll{position:absolute;left:50%;transform:translate(-50%);text-align:center;color:#6b7280}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem}.scroll-text{font-size:.9rem;color:var(--text-secondary)}.scroll-arrow{animation:bounce 2s infinite}.hero-background{position:absolute;inset:0;z-index:1}.bg-gradient-1{position:absolute;top:-200px;right:-200px;width:400px;height:400px;background:radial-gradient(circle,rgba(9,38,108,.1) 0%,transparent 70%);border-radius:50%}.bg-gradient-2{position:absolute;bottom:-200px;left:-200px;width:400px;height:400px;background:radial-gradient(circle,rgba(245,129,129,.1) 0%,transparent 70%);border-radius:50%}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width:968px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-image{order:2}.hero-text{order:1;max-width:100%}.profile-image{width:300px;height:300px}.hero-name{font-size:2.5rem}.hero-actions{justify-content:center}.hero-details{align-items:center}}@media(max-width:640px){.hero-container{padding:1rem 15px}.profile-image{width:250px;height:250px}.hero-name{font-size:2rem}.hero-title{font-size:1rem}.hero-detail{justify-content:center}.cta-primary,.cta-secondary{padding:.8rem 1.5rem;font-size:1rem}.image-decoration{width:150px;height:150px;top:-10px;right:-10px}}.about{padding:6rem 0;background:var(--bg-light);position:relative;overflow:hidden}.about-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;position:relative}.about-underline{width:80px;height:4px;background:var(--gradient-accent);border-radius:2px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr;gap:4rem;margin-bottom:4rem}.about-main{max-width:800px;margin:0 auto}.about-text{background:#3b82f60d;padding:3rem;border-radius:20px;border-left:4px solid #3B82F6;position:relative}.about-description{font-size:1.2rem;line-height:1.8;color:#4b5563;margin:0;font-weight:400}.about-approach{max-width:1000px;margin:0 auto}.approach-title{font-size:2rem;font-weight:600;color:#1f2937;text-align:center;margin-bottom:3rem}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.approach-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border:1px solid rgba(245,129,129,.3)}.approach-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #e94e4e26;border-color:var(--accent-coral)}.approach-icon{width:50px;height:50px;background:var(--gradient-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.approach-text{font-size:1rem;line-height:1.6;color:#4b5563;margin:0;font-weight:500}.about-visual{position:absolute;inset:0;z-index:1;pointer-events:none}.visual-element{position:absolute;border-radius:50%;opacity:.05}.visual-1{top:10%;left:5%;width:200px;height:200px;background:var(--primary-navy);animation:float 6s ease-in-out infinite}.visual-2{top:60%;right:5%;width:150px;height:150px;background:var(--accent-soft);animation:float 8s ease-in-out infinite reverse}.visual-3{bottom:10%;left:10%;width:100px;height:100px;background:var(--accent-coral);animation:float 7s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:768px){.about{padding:4rem 0}.about-container{padding:0 15px}.about-title{font-size:2rem}.about-text{padding:2rem}.about-description{font-size:1.1rem}.approach-title{font-size:1.5rem}.approach-grid{grid-template-columns:1fr;gap:1.5rem}.approach-item{padding:1.2rem}.approach-icon{width:40px;height:40px}.visual-element{display:none}}.education{padding:6rem 0;background:var(--bg-warm);position:relative;overflow:hidden}.education-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.education-header{text-align:center;margin-bottom:4rem}.education-title{font-size:3rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}.education-underline{width:80px;height:4px;background:var(--gradient-accent);border-radius:2px;margin:0 auto}.education-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:2rem}.education-section{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;position:relative}.education-section:first-child{border-top:4px solid var(--primary-navy)}.education-section:last-child{border-top:4px solid var(--accent-coral)}.section-title{font-size:1.8rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;text-align:center}.timeline{position:relative}.timeline-item{display:flex;gap:1.5rem;margin-bottom:3rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.timeline-dot{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#10b981);border:4px solid white;box-shadow:0 2px 10px #3b82f64d;position:relative;z-index:2}.timeline-item.education .timeline-dot{background:var(--primary-navy)}.timeline-item.experience .timeline-dot{background:var(--accent-coral)}.timeline-item:not(:last-child):after{content:"";position:absolute;top:20px;left:9px;width:2px;height:calc(100% + 2rem);background:linear-gradient(180deg,#E5E7EB 0%,transparent 100%)}.timeline-date{font-size:.9rem;font-weight:600;color:#6b7280;margin-top:.5rem;white-space:nowrap}.timeline-content{flex:1}.timeline-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.timeline-institution{font-size:1.1rem;font-weight:500;color:var(--accent-soft);margin:0 0 .8rem}.timeline-item.experience .timeline-institution{color:var(--accent-soft)}.timeline-description{font-size:1rem;line-height:1.6;color:#6b7280;margin:0}.education-background{position:absolute;inset:0;z-index:1;pointer-events:none}.bg-element{position:absolute;border-radius:50%;opacity:.05}.bg-1{top:20%;right:10%;width:300px;height:300px;background:#3b82f6;animation:float 8s ease-in-out infinite}.bg-2{bottom:20%;left:10%;width:200px;height:200px;background:#10b981;animation:float 10s ease-in-out infinite reverse}@media(max-width:1024px){.education-content{grid-template-columns:1fr;gap:3rem}.education-section{padding:2rem}}@media(max-width:768px){.education{padding:4rem 0}.education-container{padding:0 15px}.education-title{font-size:2rem}.education-section{padding:1.5rem}.section-title{font-size:1.5rem}.timeline-item{gap:1rem;margin-bottom:2rem}.timeline-date{font-size:.8rem}.timeline-title{font-size:1.1rem}.timeline-institution{font-size:1rem}.timeline-description{font-size:.9rem}.bg-element{display:none}}.services{padding:6rem 0;background:var(--bg-light);position:relative;overflow:hidden}.services-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.services-header{text-align:center;margin-bottom:4rem}.services-title{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.services-underline{width:80px;height:4px;background:linear-gradient(135deg,#e94e4e,#f58181);border-radius:2px;margin:0 auto 2rem}.services-subtitle{font-size:1.3rem;color:#6b7280;margin:0;font-weight:400}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.service-card{background:var(--bg-light);padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;border:1px solid rgba(245,129,129,.3);text-align:center;transition:all .3s ease;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #3b82f626;border-color:var(--accent-coral)}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#e94e4e,#f58181);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-icon{position:relative;width:80px;height:80px;margin:0 auto 1.5rem}.icon-emoji{font-size:2.5rem;line-height:80px;position:relative;z-index:2;display:block}.icon-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#3b82f61a,#10b9811a);border-radius:50%;animation:pulse 3s ease-in-out infinite}.service-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin:0 0 1rem;line-height:1.4}.service-description{font-size:1rem;line-height:1.6;color:#6b7280;margin:0}.services-background{position:absolute;inset:0;z-index:1;pointer-events:none}.bg-pattern{position:absolute;border-radius:50%;opacity:.03}.pattern-1{top:15%;left:10%;width:250px;height:250px;background:var(--primary-navy);animation:float 7s ease-in-out infinite}.pattern-2{top:60%;right:15%;width:200px;height:200px;background:#f58181;animation:float 9s ease-in-out infinite reverse}.pattern-3{bottom:20%;left:50%;width:150px;height:150px;background:linear-gradient(135deg,#e94e4e,#f58181);animation:float 8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.service-card{padding:2rem}}@media(max-width:768px){.services{padding:4rem 0}.services-container{padding:0 15px}.services-title{font-size:2rem}.services-subtitle{font-size:1.1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.service-icon{width:60px;height:60px;margin-bottom:1rem}.icon-emoji{font-size:2rem;line-height:60px}.service-title{font-size:1.2rem}.service-description{font-size:.95rem}.bg-pattern{display:none}}.media{padding:6rem 0;background:var(--bg-warm);position:relative;overflow:hidden}.media-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.media-header{text-align:center;margin-bottom:4rem}.media-title{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.media-underline{width:80px;height:4px;background:linear-gradient(135deg,#3b82f6,#f58181);border-radius:2px;margin:0 auto 2rem}.media-subtitle{font-size:1.3rem;color:#6b7280;margin:0;font-weight:400}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}.media-card{background:#fff;border-radius:20px;box-shadow:0 8px 30px #00000014;border:1px solid rgba(245,129,129,.3);overflow:hidden;transition:all .3s ease;cursor:pointer;position:relative}.media-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #10b98126;border-color:var(--accent-coral)}.media-image-container{position:relative;height:200px;overflow:hidden}.media-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.media-card:hover .media-image{transform:scale(1.05)}.media-type-badge{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(16,185,129,.2)}.type-label{font-size:.8rem;font-weight:600;color:var(--accent-coral);text-transform:uppercase;letter-spacing:.5px}.media-content{padding:2rem}.media-item-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin:0 0 1rem;line-height:1.4}.media-description{font-size:1rem;line-height:1.6;color:#6b7280;margin:0 0 1.5rem}.media-link{display:flex;align-items:center;gap:.5rem;color:var(--accent-coral);font-weight:500;transition:gap .3s ease}.media-link:hover .link-arrow{transform:translate(4px)}.link-text{font-size:.9rem}.link-arrow{transition:transform .3s ease}.media-background{position:absolute;inset:0;z-index:1;pointer-events:none}.media-gradient{position:absolute;border-radius:50%;opacity:.05}.gradient-1{top:20%;left:10%;width:300px;height:300px;background:#3b82f6;animation:float 8s ease-in-out infinite}.gradient-2{bottom:20%;right:10%;width:250px;height:250px;background:#f58181;animation:float 10s ease-in-out infinite reverse}@media(max-width:1024px){.media-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}}@media(max-width:768px){.media{padding:4rem 0}.media-container{padding:0 15px}.media-title{font-size:2rem}.media-subtitle{font-size:1.1rem}.media-grid{grid-template-columns:1fr;gap:1.5rem}.media-content{padding:1.5rem}.media-item-title{font-size:1.2rem}.media-description{font-size:.95rem}.media-type-badge{top:.8rem;right:.8rem;padding:.4rem .8rem}.type-label{font-size:.7rem}.media-gradient{display:none}}.testimonials{padding:6rem 0;background:var(--bg-light);position:relative;overflow:hidden}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-title{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.testimonials-underline{width:80px;height:4px;background:var(--gradient-accent);border-radius:2px;margin:0 auto 2rem}.testimonials-subtitle{font-size:1.3rem;color:#6b7280;margin:0;font-weight:400}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.testimonial-card{background:var(--bg-light);padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;border:1px solid rgba(245,129,129,.3);position:relative;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards;overflow:hidden}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #e94e4e40;border-color:#e94e4e}.testimonial-content{margin-bottom:2rem;position:relative;z-index:2}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.5rem}.star{font-size:1.2rem;color:#e5e7eb;transition:color .3s ease}.star.filled{color:#e94e4e}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#4b5563;margin:0;font-style:italic;position:relative;z-index:2}.testimonial-author{display:flex;align-items:center;gap:1rem;position:relative;z-index:2}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--gradient-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-placeholder{color:#fff;font-size:1.2rem;font-weight:600}.author-info{flex:1}.author-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.testimonial-date{font-size:.9rem;color:#6b7280;margin:0}.testimonial-decoration{position:absolute;top:1rem;right:1.5rem;z-index:1}.quote-mark{font-size:4rem;font-weight:700;color:#3b82f614;line-height:1}.testimonials-background{position:absolute;inset:0;z-index:1;pointer-events:none}.testimonial-bg{position:absolute;border-radius:50%;opacity:.03}.bg-1{top:20%;left:15%;width:300px;height:300px;background:#e94e4e;animation:float 9s ease-in-out infinite}.bg-2{bottom:20%;right:15%;width:250px;height:250px;background:#f58181;animation:float 11s ease-in-out infinite reverse}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.testimonial-card{padding:2rem}}@media(max-width:768px){.testimonials{padding:4rem 0}.testimonials-container{padding:0 15px}.testimonials-title{font-size:2rem}.testimonials-subtitle{font-size:1.1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-text,.author-name{font-size:1rem}.testimonial-date{font-size:.8rem}.quote-mark{font-size:3rem;top:.8rem;right:1rem}.testimonial-bg{display:none}}.contact{padding:6rem 0;background:var(--bg-warm);position:relative;overflow:hidden}.contact-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.contact-underline{width:80px;height:4px;background:linear-gradient(135deg,#e94e4e,#f58181);border-radius:2px;margin:0 auto 2rem}.contact-subtitle{font-size:1.3rem;color:#6b7280;margin:0;font-weight:400}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:2rem}.contact-form-container{background:var(--bg-white);padding:3rem;border-radius:20px;box-shadow:0 10px 30px #e94e4e26;border:1px solid rgba(59,130,246,.1)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.5rem}.required{color:#ef4444;margin-left:.25rem}.form-input,.form-textarea{padding:1rem;border:2px solid #E5E7EB;border-radius:12px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#e94e4e;box-shadow:0 0 0 3px #3b82f61a}.form-input.error,.form-textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-textarea{resize:vertical;min-height:120px}.error-message{font-size:.9rem;color:#ef4444;margin-top:.5rem}.submit-button{background:var(--gradient-primary);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #e94e4e59}.submit-button:disabled{opacity:.7;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-message{padding:1rem;border-radius:8px;margin-top:1rem;font-weight:500;text-align:center}.form-message.success{background:#ede6e6;color:var(--primary-navy);border:1px solid #A7F3D0}.form-message.error{background:#ede6e6;color:var(--primary-navy);border:1px solid #FECACA}.contact-info-container{display:flex;align-items:center;justify-content:center}.contact-info-card{background:var(--bg-white);padding:3rem;border-radius:20px;box-shadow:0 10px 30px #e94e4e26;border:1px solid rgba(16,185,129,.1);max-width:400px;width:100%}.info-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.info-icon{width:60px;height:60px;background:var(--gradient-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.info-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin:0;text-align:center}.info-content{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;align-items:center;gap:1rem}.item-icon{font-size:1.2rem;width:40px;height:40px;background:#e94e4e26;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-text{font-size:1rem;color:#4b5563;line-height:1.5}.info-actions{text-align:center}.portal-button{background:var(--gradient-accent);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.portal-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b9814d}.contact-background{position:absolute;inset:0;z-index:1;pointer-events:none}.contact-gradient{position:absolute;border-radius:50%;opacity:.05}.gradient-1{top:15%;left:5%;width:350px;height:350px;background:#e94e4e;animation:float 8s ease-in-out infinite}.gradient-2{bottom:15%;right:5%;width:300px;height:300px;background:#f58181;animation:float 10s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form-container,.contact-info-card{padding:2rem}}@media(max-width:768px){.contact{padding:4rem 0}.contact-container{padding:0 15px}.contact-title{font-size:2rem}.contact-subtitle{font-size:1.1rem}.contact-form-container,.contact-info-card{padding:1.5rem}.info-content{gap:1rem}.info-item{gap:.8rem}.item-icon{width:35px;height:35px;font-size:1rem}.contact-gradient{display:none}}.footer{background:linear-gradient(135deg,var(--primary-navy) 0%,var(--primary-medium) 100%);color:var(--text-light);padding:4rem 0 2rem;position:relative;overflow:hidden}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo{margin-bottom:1.5rem}.logo-text{font-size:1.5rem;font-weight:700;color:#f58181;margin:0 0 .5rem}.logo-subtitle{font-size:1rem;color:var(--text-muted);margin:0;font-weight:400}.footer-description{font-size:1rem;line-height:1.6;color:var(--text-muted);margin:0;max-width:300px}.section-title{font-size:1.2rem;font-weight:600;color:var(--text-light);margin:0 0 1.5rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:30px;height:2px;background:linear-gradient(135deg,#f58181,#e94e4e)}.footer-nav{display:flex;flex-direction:column;gap:.8rem}.footer-link{background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;text-decoration:none;transition:color .3s ease;text-align:left;padding:.25rem 0}.footer-link:hover{color:#f58181;transform:translate(5px)}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.8rem;color:var(--text-muted);font-size:.95rem;line-height:1.5}.contact-icon{font-size:1rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#f5818126;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .3s ease;text-decoration:none}.social-link:hover{background:var(--accent-soft);color:var(--text-light);transform:translateY(-3px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.copyright,.clinic-info{font-size:.9rem;color:var(--text-secondary);margin:0}.footer-decoration{position:absolute;inset:0;z-index:1;pointer-events:none}.decoration-element{position:absolute;border-radius:50%;opacity:.03;background:var(--accent-soft)}.element-1{top:20%;right:10%;width:400px;height:400px;animation:float 12s ease-in-out infinite}.element-2{bottom:20%;left:10%;width:300px;height:300px;animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-50px) rotate(180deg)}}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-section:nth-child(1){grid-column:span 2}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 15px}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section:nth-child(1){grid-column:span 1}.logo-text{font-size:1.3rem}.section-title{font-size:1.1rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.decoration-element{display:none}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:var(--text-primary);background:var(--bg-white)}.App{min-height:100vh;overflow-x:hidden}main{padding-top:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--gradient-accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gradient-primary)}section{position:relative}.container,.hero-container,.about-container,.education-container,.services-container,.media-container,.testimonials-container,.contact-container,.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-primary)}h1{font-size:3.5rem}h2{font-size:3rem}h3{font-size:2rem}h4{font-size:1.5rem}p{line-height:1.6;color:var(--text-secondary)}a{color:var(--primary-navy);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-soft)}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.p-5{padding:2.5rem}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.3rem}h4{font-size:1.2rem}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
