.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #c41e3a26}.navbar-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:85px}.navbar-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--dark-red);font-weight:700;font-size:1.2rem;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-logo img{height:70px;width:auto;object-fit:contain}.navbar-menu{display:flex;list-style:none;gap:30px;align-items:center}.navbar-menu li a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:1rem;transition:color .3s ease;position:relative;padding:5px 0}.navbar-menu li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary-red),var(--light-red));transition:width .3s ease}.navbar-menu li a:hover:after,.navbar-menu li a.active:after{width:100%}.navbar-menu li a:hover,.navbar-menu li a.active{color:var(--primary-red)}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px;gap:5px}.mobile-menu-toggle span{width:25px;height:3px;background:var(--dark-red);transition:all .3s ease;border-radius:2px}@media (max-width: 768px){.navbar-container{height:75px}.navbar-logo img{height:55px}.mobile-menu-toggle{display:flex}.navbar-menu{position:absolute;top:100%;left:0;width:100%;background:var(--white);flex-direction:column;padding:20px 0;box-shadow:0 4px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;gap:0}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-menu li{width:100%;text-align:center;padding:15px 0}.navbar-menu li a{font-size:1.1rem}}:root{--dark-red: #8b0000;--primary-red: #d32f2f;--white: #ffffff;--footer-bg: #A71939}.footer{background:var(--footer-bg);color:var(--white);padding:80px 0 30px;margin-top:40px}.footer-container{max-width:1200px;margin:0 auto 35px;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.footer-section h3,.footer-section h4{margin-bottom:18px;font-size:1.25rem;font-weight:700;letter-spacing:.5px;color:var(--white)}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo img{height:48px;width:auto;object-fit:contain}.footer-tagline{font-size:.95rem;line-height:1.7;opacity:.9}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:var(--white);text-decoration:none;font-size:.95rem;opacity:.9;transition:opacity .25s ease}.footer-section ul li a:hover{opacity:1;text-decoration:underline}.footer-section p{margin-bottom:10px;opacity:.9;line-height:1.7;font-size:.95rem}.footer-section a{color:var(--white);text-decoration:none}.footer-section a:hover{text-decoration:underline}.footer-divider{max-width:1100px;height:1px;margin:0 auto 18px;background:#ffffff40}.footer-bottom{text-align:center;font-size:.9rem;opacity:.85}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:30px;margin-bottom:30px}.footer{padding:60px 0 25px}}:root{--primary-red: #c41e3a;--dark-red: #8b0000;--light-red: #e63946;--very-light-red: #fdecee;--faded-red: #f8d7da;--text-dark: #2b2b2b;--text-light: #555;--white: #ffffff}.home{margin-top:85px;background:#fafafa}.hero{background:linear-gradient(135deg,var(--very-light-red) 0%,var(--faded-red) 50%,var(--light-red) 100%);padding:100px 0 80px;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:900px;margin:0 auto;padding:0 20px;width:100%}.hero-content img{max-width:300px;width:100%;height:auto;margin:0 auto 25px;display:block;transition:transform .3s ease}.hero-content img:hover{transform:scale(1.05)}@media (max-width: 768px){.hero-content img{max-width:250px}}.hero-subtitle{font-size:1.4rem;color:var(--text-dark);margin-bottom:25px;font-weight:500;line-height:1.4}.hero-description{font-size:1.1rem;color:var(--text-light);margin-bottom:20px;line-height:1.7;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:20px;justify-content:center;margin-top:40px;flex-wrap:wrap}.hero-buttons .btn{padding:12px 30px;border-radius:30px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.hero-buttons .btn-primary{background-color:var(--primary-red);color:#fff;border:2px solid var(--primary-red)}.hero-buttons .btn-primary:hover{background-color:var(--dark-red);border-color:var(--dark-red);transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.hero-buttons .btn-secondary{background-color:transparent;color:var(--primary-red);border:2px solid var(--primary-red)}.hero-buttons .btn-secondary:hover{background-color:#fff3;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}@media (max-width: 992px){.hero{padding:80px 0 60px}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}}@media (max-width: 768px){.hero{padding:70px 0 50px;min-height:auto}.hero-content img{max-width:180px}.hero-subtitle{font-size:1.1rem;margin-bottom:20px}.hero-buttons{flex-direction:column;gap:15px;margin-top:30px}.hero-buttons .btn{width:100%;max-width:250px;margin:0 auto}}@media (max-width: 480px){.hero{padding:60px 0 40px}.hero-content{padding:0 15px}.hero-content img{max-width:150px}.hero-subtitle{font-size:1rem;margin-bottom:15px}.hero-description{font-size:.95rem;margin-bottom:15px}.hero-buttons{margin-top:25px}.hero-buttons .btn{padding:10px 20px;font-size:.9rem}}.hero-subtitle{font-size:1.4rem;color:var(--primary-red);font-weight:600;margin-bottom:30px}.hero-description{font-size:1.1rem;color:var(--text-dark);line-height:1.8;margin-bottom:20px;max-width:850px;margin-left:auto;margin-right:auto;opacity:.95}.hero-buttons{display:flex;gap:24px;justify-content:center;margin-top:45px;flex-wrap:wrap}.hero-buttons .btn{min-width:220px;padding:14px 36px;font-size:1rem;font-weight:600;border-radius:30px;text-decoration:none;text-align:center;letter-spacing:.3px;transition:all .3s ease}.hero-buttons .btn-primary{background:#fff;color:var(--primary-red);border:none;box-shadow:0 10px 28px #00000040}.hero-buttons .btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 36px #00000059}.hero-buttons .btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.9)}.hero-buttons .btn-secondary:hover{background:#ffffff26;transform:translateY(-3px)}.about-snapshot{background:#fafafa}.about-subtitle{font-size:1.5rem;font-weight:600;color:var(--text-dark);text-align:center;margin-bottom:35px;line-height:1.5;max-width:900px;margin-left:auto;margin-right:auto}.about-content{max-width:900px;margin:0 auto 50px;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014}.about-image-wrapper{margin-bottom:30px;border-radius:8px;overflow:hidden}.about-image{width:100%;height:auto;display:block;border-radius:8px}.subsection-image-wrapper{margin-bottom:25px;border-radius:8px;overflow:hidden}.subsection-image{width:100%;height:auto;display:block;border-radius:8px}.serve-image-wrapper,.services-image-wrapper{margin:30px auto 40px;max-width:1000px;border-radius:8px;overflow:hidden}.section-hero-image{width:100%;height:auto;display:block;border-radius:8px}.about-snapshot .section-description{font-size:1.05rem;color:var(--text-light);line-height:1.8;margin-bottom:20px;text-align:left}.about-snapshot .section-description.highlight-text{font-weight:600;color:var(--dark-red);font-style:italic;text-align:center;font-size:1.15rem;margin:25px auto;max-width:800px;padding:0 20px}.about-subsection{max-width:900px;margin:50px auto;padding:40px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014}.about-subsection:first-of-type{margin-top:40px;padding-top:40px}.subsection-title{font-size:1.4rem;font-weight:600;color:var(--dark-red);margin-bottom:20px;line-height:1.4}.about-list{list-style:none;padding:0;margin:20px 0 25px;max-width:850px}.about-list li{font-size:1.05rem;color:var(--text-light);line-height:1.8;margin-bottom:12px;padding-left:25px;position:relative}.about-list li:before{content:"•";position:absolute;left:0;color:var(--primary-red);font-weight:700;font-size:1.3rem;line-height:1.4}@media (max-width: 768px){.about-subtitle{font-size:1.25rem;margin-bottom:30px;padding:0 15px}.about-content{margin-bottom:40px;padding:30px 20px}.about-snapshot .section-description{font-size:1rem;margin-bottom:18px}.about-snapshot .section-description.highlight-text{font-size:1.05rem;margin:20px auto;padding:0 15px}.about-subsection{margin:40px auto;padding:30px 20px}.subsection-title{font-size:1.2rem;margin-bottom:18px}.about-list{margin:18px 0 22px}.about-list li{font-size:1rem;margin-bottom:10px;padding-left:22px}}@media (max-width: 480px){.about-subtitle{font-size:1.1rem;margin-bottom:25px}.about-content{padding:25px 15px}.about-snapshot .section-description{font-size:.95rem;margin-bottom:15px}.about-snapshot .section-description.highlight-text{font-size:1rem}.about-subsection{padding:25px 15px}.subsection-title{font-size:1.1rem}.about-list li{font-size:.95rem}.about-image-wrapper,.subsection-image-wrapper{margin-bottom:20px}.serve-image-wrapper,.services-image-wrapper{margin:20px auto 30px}}.team-section{background:#fafafa}.team-intro{font-size:1.1rem;color:var(--text-light);text-align:center;max-width:800px;margin:0 auto 50px;line-height:1.8}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-top:40px}.team-member{background:#fff;padding:30px;border-radius:14px;text-align:center;box-shadow:0 12px 35px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.team-member:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000026}.team-image-wrapper{width:180px;height:180px;margin:0 auto 25px;border-radius:50%;overflow:hidden;border:4px solid var(--very-light-red);box-shadow:0 8px 20px #c41e3a26;transition:transform .3s ease}.team-member:hover .team-image-wrapper{transform:scale(1.05);border-color:var(--primary-red)}.team-image{width:100%;height:100%;object-fit:cover;display:block}.team-name{font-size:1.3rem;font-weight:600;color:var(--dark-red);margin-bottom:8px}.team-role{font-size:1rem;color:var(--primary-red);font-weight:500;margin-bottom:15px}.team-bio{font-size:.95rem;color:var(--text-light);line-height:1.7;margin:0}@media (max-width: 768px){.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.team-member{padding:25px}.team-image-wrapper{width:150px;height:150px;margin-bottom:20px}.team-name{font-size:1.2rem}.team-intro{font-size:1rem;margin-bottom:40px;padding:0 15px}}@media (max-width: 480px){.team-grid{grid-template-columns:1fr;gap:25px}.team-image-wrapper{width:140px;height:140px}.team-name{font-size:1.1rem}.team-role{font-size:.95rem}.team-bio{font-size:.9rem}}.who-we-serve{background:#fafafa}.serve-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-top:40px}.serve-item{background:#fff;padding:30px;border-radius:14px;text-align:center;font-weight:500;color:var(--text-dark);box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.serve-item:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000026}.services-overview,.why-rhine{background:#fafafa}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.why-item{background:#fff;padding:32px;border-radius:14px;text-align:center;box-shadow:0 12px 35px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.why-item:hover{transform:translateY(-6px);box-shadow:0 20px 45px #00000026}.why-item h3{color:var(--dark-red);font-size:1.2rem;margin-bottom:10px;font-weight:600}.why-item p{color:var(--text-light);font-size:.95rem}.cta-section{background:linear-gradient(135deg,var(--dark-red),var(--primary-red));color:var(--white);padding:90px 20px;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.cta-section p{max-width:720px;margin:0 auto 30px;font-size:1.15rem;opacity:.95}.cta-section .btn-primary{background:var(--white);color:var(--primary-red);padding:14px 36px;font-size:1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease}.cta-section .btn-primary:hover{background:#f5f5f5;transform:translateY(-2px)}.cta-section+.footer{margin-top:0}@media (max-width: 768px){.hero{padding:80px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:300px}.serve-grid,.why-grid{grid-template-columns:1fr}.cta-section h2{font-size:2rem}}.who-we-serve .hero{background:linear-gradient(135deg,#b51d41,#7a1027);color:#fff;padding:6rem 0 4rem;text-align:center}.who-we-serve .hero h1{font-size:3rem;margin-bottom:1rem}.who-we-serve .hero p{font-size:1.25rem;max-width:800px;margin:0 auto;opacity:.95}.category-image{margin-bottom:20px;border-radius:8px;overflow:hidden}.category-img{width:100%;height:auto;display:block;border-radius:8px}.client-categories{padding:5rem 0;background-color:#fff3f4}.client-categories .container{max-width:1200px;margin:0 auto;padding:0 2rem}.client-category{background:#fff;border-radius:10px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 6px 12px #b1122d1a;transition:transform .3s ease,box-shadow .3s ease}.client-category:hover{transform:translateY(-5px);box-shadow:0 18px 40px #b1122d40}.client-category h2{color:#b1122d;margin-bottom:1.5rem;font-size:1.8rem}.client-category p{color:#4b1d24;line-height:1.7;margin-bottom:1.5rem}.client-category ul{list-style-type:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.client-category li{background:#fde8eb;padding:.75rem 1rem;border-radius:6px;color:#6b1f2b;font-weight:500;display:flex;align-items:center;gap:.5rem}.client-category li:before{content:"✓";color:#b1122d;font-weight:700}@media (max-width: 768px){.who-we-serve .hero h1{font-size:2.5rem}.who-we-serve .hero p{font-size:1.1rem;padding:0 1rem}.client-category{padding:1.5rem}.client-category ul{grid-template-columns:1fr}}.services{margin-top:85px;background:#fafafa}.page-header{background:linear-gradient(135deg,#fff0f3e6,#fff5f6f2,snow);padding:100px 20px;text-align:center;color:var(--dark-red);border-bottom:1px solid rgba(196,30,58,.1)}.page-header h1{font-size:3rem;font-weight:700;letter-spacing:1.5px;margin-bottom:12px;color:var(--white)}.page-subtitle{font-size:1.15rem;color:#ffffffeb;max-width:850px;margin:0 auto}.page-header-image{margin-top:40px;border-radius:12px;overflow:hidden;max-width:1000px;margin-left:auto;margin-right:auto}.header-hero-image{width:100%;height:auto;display:block;border-radius:12px}.how-we-work-image{margin:30px auto 40px;max-width:1000px;border-radius:12px;overflow:hidden}.section-hero-image{width:100%;height:auto;display:block;border-radius:12px}.services-section{background:#fafafa;padding:90px 0}.service-card{background:var(--white);border-radius:14px;margin-bottom:35px;box-shadow:0 12px 35px #c41e3a1f;overflow:hidden;transition:all .35s ease;border-left:6px solid var(--primary-red)}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #c41e3a38}.service-header{padding:30px 40px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(135deg,var(--red),rgba(255,255,255,.85));transition:background .3s ease}.service-header:hover{background:linear-gradient(135deg,var(--faded-red),rgba(255,255,255,.95))}.service-header h2{font-size:1.7rem;color:var(--dark-red);font-weight:700;margin:0 0 6px}.service-summary{font-size:1rem;color:var(--text-light);font-weight:500}.toggle-icon{font-size:2.2rem;color:var(--primary-red);font-weight:300;line-height:1;transition:transform .3s ease}.service-content{padding:40px;background:var(--white);animation:fadeSlide .35s ease}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.service-description{font-size:1.1rem;color:var(--text-dark);line-height:1.8;margin-bottom:35px;padding-bottom:25px;border-bottom:2px solid var(--very-light-red)}.subsection{margin-bottom:40px}.subsection:last-child{margin-bottom:0}.subsection h3{font-size:1.35rem;color:var(--primary-red);font-weight:600;margin-bottom:18px;padding-left:16px;border-left:4px solid var(--primary-red)}.subsection-description{font-size:1rem;color:var(--text-dark);margin-bottom:18px;font-weight:500}.service-list{list-style:none;padding-left:0;margin-bottom:22px}.service-list li{padding:14px 0 14px 34px;color:var(--text-dark);line-height:1.7;position:relative;border-bottom:1px solid var(--very-light-red);font-size:.98rem}.service-list li:last-child{border-bottom:none}.service-list li:before{content:"›";position:absolute;left:0;top:12px;color:var(--primary-red);font-size:1.2rem;font-weight:700}.subsection-note,.service-note{background:linear-gradient(135deg,var(--very-light-red),var(--faded-red));padding:22px 26px;border-radius:10px;margin-top:25px;font-style:italic;color:var(--text-dark);border-left:5px solid var(--primary-red);font-size:1rem;line-height:1.7}@media (max-width: 768px){.service-header{padding:24px;flex-direction:column;align-items:flex-start}.service-header h2{font-size:1.35rem}.service-summary{font-size:.95rem}.service-content{padding:25px}.service-description{font-size:1rem}.subsection h3{font-size:1.2rem}.service-list li{padding-left:28px;font-size:.95rem}}.raise-funds .hero{background:linear-gradient(135deg,#a71939,#7f132c);color:#fff;padding:6rem 0 4rem;text-align:center}.raise-funds .hero h1{font-size:3rem;margin-bottom:1rem}.raise-funds .hero p{font-size:1.25rem;max-width:800px;margin:0 auto;opacity:.95}.hero-image-wrapper{margin-top:40px;border-radius:12px;overflow:hidden;max-width:1000px;margin-left:auto;margin-right:auto}.hero-image{width:100%;height:auto;display:block;border-radius:12px}.funding-card-image{margin-bottom:20px;border-radius:8px;overflow:hidden}.card-img{width:100%;height:auto;display:block;border-radius:8px}.funding-options{padding:5rem 0;background-color:#fff3f4}.funding-options h2{text-align:center;color:#b1122d;margin-bottom:3rem;font-size:2.2rem}.funding-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.funding-card{background:#fff;border-radius:10px;padding:2.5rem;box-shadow:0 6px 12px #b1122d1a;transition:transform .3s ease,box-shadow .3s ease}.funding-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #b1122d40}.funding-card h3{color:#8f0f24;margin-bottom:1.5rem;font-size:1.5rem;position:relative;padding-bottom:.75rem}.funding-card h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:#b1122d}.funding-card p{color:#4b1d24;line-height:1.7;margin-bottom:1.5rem}.funding-card ul{list-style-type:none;padding:0;margin:0}.funding-card li{padding:.5rem 0;color:#6b1f2b;display:flex;align-items:center;gap:.5rem}.funding-card li:before{content:"•";color:#b1122d;font-weight:700;font-size:1.5rem;line-height:0}.cta-section{padding:4rem 2rem;background:linear-gradient(135deg,#8f0f24,#b1122d);color:#fff;text-align:center}.cta-section h2{font-size:2.2rem;margin-bottom:1rem}.cta-section p{max-width:700px;margin:0 auto 2rem;font-size:1.1rem;opacity:.95;line-height:1.7}.btn{display:inline-block;padding:.8rem 2rem;border-radius:6px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem;cursor:pointer;border:none}.btn-primary{background:#b1122d;color:#fff}.btn-primary:hover{background:#8f0f24;transform:translateY(-2px)}@media (max-width: 768px){.raise-funds .hero h1{font-size:2.5rem}.raise-funds .hero p{font-size:1.1rem;padding:0 1rem}.funding-cards{grid-template-columns:1fr;padding:0 1rem}.funding-card{padding:1.5rem}.cta-section h2{font-size:1.8rem}}.contact{margin-top:85px;background:#fafafa}.contact-section{background:#fafafa;padding:90px 0}.contact-wrapper{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;max-width:1150px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:35px}.contact-info-image{border-radius:12px;overflow:hidden;margin-bottom:20px}.info-image{width:100%;height:auto;display:block;border-radius:12px}.info-card{background:#fff;padding:36px;border-radius:14px;box-shadow:0 10px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #0000001f}.info-card h3{color:var(--dark-red);font-size:1.45rem;margin-bottom:18px;font-weight:700}.info-description{font-size:1rem;color:var(--text-light);line-height:1.7;margin-bottom:22px}.info-item{margin-bottom:22px}.info-item:last-child{margin-bottom:0}.info-item strong{color:var(--text-dark);display:block;margin-bottom:6px;font-size:.95rem;letter-spacing:.3px}.info-item a{color:var(--primary-red);text-decoration:none;font-size:1.05rem;font-weight:500}.info-item a:hover{text-decoration:underline}.info-item p{color:var(--text-dark);font-size:1.05rem;line-height:1.6;margin:0}.contact-form-wrapper{background:#fff;padding:45px;border-radius:16px;box-shadow:0 14px 40px #0000001a}.contact-form{display:flex;flex-direction:column;gap:26px}.form-title{font-size:1.6rem;color:var(--dark-red);font-weight:700;margin-bottom:6px}.form-subtitle{font-size:1rem;color:var(--text-light);margin-bottom:20px;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}.form-group{display:flex;flex-direction:column}.form-group label{color:var(--text-dark);font-weight:600;margin-bottom:6px;font-size:.95rem;letter-spacing:.3px}.form-group input,.form-group textarea{padding:14px 16px;border-radius:8px;border:1.5px solid #ddd;font-size:.95rem;font-family:inherit;background:#fff;color:var(--text-dark);transition:border-color .25s ease,box-shadow .25s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-red);box-shadow:0 0 0 3px #c41e3a1a}.form-group textarea{resize:vertical;min-height:130px}.form-actions{display:flex;flex-direction:column;gap:12px;margin-top:20px}.contact-form .btn-primary{align-self:flex-start;margin-top:0;padding:14px 34px;font-size:.95rem;font-weight:600;border-radius:30px;letter-spacing:.4px;transition:all .3s ease;position:relative;overflow:hidden}.contact-form .btn-primary:disabled{background-color:#ccc;cursor:not-allowed;opacity:.8}.contact-form .btn-primary:disabled:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:loading 1.5s infinite}@keyframes loading{to{left:100%}}.form-message{padding:12px 16px;border-radius:6px;font-size:.9rem;font-weight:500;line-height:1.5;margin-top:8px;transition:all .3s ease}.form-message.success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.form-message.error{background-color:#ffebee;color:#c62828;border:1px solid #ffcdd2}@media (max-width: 968px){.contact-wrapper{grid-template-columns:1fr;gap:45px}.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:35px}}@media (max-width: 768px){.contact-section{padding:60px 0}.info-card{padding:28px}.info-card h3{font-size:1.3rem}.contact-form-wrapper{padding:30px}.contact-form .btn-primary{width:100%;text-align:center}}:root{--primary-red: #c41e3a;--light-red: #ff6b6b;--faded-red: #ffcccc;--very-light-red: #fff5f5;--dark-red: #8b1538;--text-dark: #2c2c2c;--text-light: #666;--white: #ffffff;--light-gray: #f8f8f8}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;color:var(--dark-red);text-align:center;margin-bottom:50px;position:relative;padding-bottom:20px}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--primary-red),var(--light-red));border-radius:2px}.btn{display:inline-block;padding:14px 32px;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,var(--primary-red),var(--light-red));color:var(--white);box-shadow:0 4px 15px #c41e3a4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c41e3a66}.btn-secondary{background:transparent;color:var(--primary-red);border:2px solid var(--primary-red)}.btn-secondary:hover{background:var(--primary-red);color:var(--white)}.page-header{background:linear-gradient(135deg,var(--very-light-red),var(--faded-red));padding:100px 0 60px;text-align:center;margin-top:85px}.page-header h1{font-size:3rem;font-weight:700;color:var(--dark-red);margin-bottom:15px}.header-subtitle{font-size:1.2rem;color:var(--text-light);max-width:800px;margin:0 auto}@media (max-width: 768px){.section{padding:50px 0}.section-title{font-size:2rem;margin-bottom:30px}.page-header{padding:80px 0 40px;margin-top:60px}.page-header h1{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}html{scroll-behavior:smooth}
