.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(270deg,#fff7ed,#fef3c7,#fef9c3,#ffebb3);background-size:800% 800%;animation:gradientAnimation 18s ease infinite;padding:2rem;padding-top:80px}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-shapes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.shape{position:absolute;border-radius:50%;opacity:.15;animation:float 12s ease-in-out infinite alternate}.shape-1{top:10%;left:8%;width:8rem;height:8rem;background:linear-gradient(to right,#fb923c,#fbbf24)}.shape-2{top:40%;right:12%;width:6rem;height:6rem;background:linear-gradient(to right,#fbbf24,#facc15)}.shape-3{bottom:35%;left:15%;width:10rem;height:10rem;background:linear-gradient(to right,#fdba74,#fca5a5)}.shape-4{top:60%;left:33%;width:5rem;height:5rem;background:linear-gradient(to right,#facc15,#fb923c)}.shape-5{bottom:20%;right:33%;width:9rem;height:9rem;background:linear-gradient(to right,#fbbf24,#fb923c)}.shape-6{top:32%;right:50%;width:7rem;height:7rem;background:linear-gradient(to right,#f97316,#f59e0b)}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(40px)}}.grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,1fr);z-index:0}.grid-cell{border:1px solid #fdba74}.hero-container{position:relative;z-index:10;max-width:90rem;margin:0 auto;padding:0 2rem;display:flex;flex-wrap:wrap;gap:3rem;align-items:center;justify-content:center;width:100%}.hero-content{flex:1 1 400px;min-width:350px;text-align:center;z-index:1;max-width:50rem}.hero-title{font-size:3.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.2rem;color:#4b5563;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.75}.hero-buttons{display:flex;flex-direction:row;gap:1.5rem;justify-content:center;flex-wrap:wrap}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(to right,#f97316,#f59e0b);color:#fff;font-size:1.125rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;text-decoration:none;border:none;cursor:pointer;min-width:180px}.primary-button:hover{background:linear-gradient(to right,#ea580c,#d97706);transform:scale(1.05);box-shadow:0 10px 15px -3px #0000001a}@media (max-width: 600px){.primary-button{display:flex;justify-content:center;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:1rem 0;font-size:1.1rem}}@media (min-width: 601px) and (max-width: 1100px){.hero-buttons{display:flex;justify-content:center;align-items:center;width:100%}.primary-button{display:flex;justify-content:center;align-items:center;width:auto;min-width:180px;max-width:100%;margin:0 auto;font-size:1.1rem;padding:1rem 2rem}}.secondary-button{display:inline-flex;align-items:center;padding:1rem 2rem;border:2px solid #fdba74;color:#c2410c;font-size:1.125rem;border-radius:.5rem;transition:all .3s ease;text-decoration:none;background:transparent;cursor:pointer}.secondary-button:hover{background-color:#fff7ed}.button-icon{width:1.25rem;height:1.25rem;margin-left:.5rem}.hero-image-display{flex:1 1 400px;min-width:350px;display:flex;justify-content:center;align-items:center;z-index:1}.image-wrapper{width:100%;max-width:28rem;height:auto;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;border:1px solid #fdba74;padding:1rem}.main-hero-image{width:100%;height:auto;object-fit:cover;display:block;border-radius:1rem}.heartbeat-flex-center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:2.5rem;margin-bottom:2rem}.heartbeat-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;margin:0;width:100%;background:none;box-shadow:none}.heartbeat-wrapper{position:relative;padding-bottom:2rem;transform:scale(.9)}.heartbeat-svg{display:block}.heartbeat-line{stroke-dasharray:500;stroke-dashoffset:500;animation:heartbeat 3s ease-in-out infinite}@keyframes heartbeat{0%{stroke-dashoffset:500}50%{stroke-dashoffset:0}to{stroke-dashoffset:-500}}.heartbeat-label{position:static;text-align:center;padding-top:.5rem;width:auto;z-index:2;margin:0 auto}.heartbeat-text{display:flex;background-color:transparent;padding:.2em 1.2em;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;color:#000;font-size:1.1rem;font-weight:400;font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;line-height:1.5;text-align:center;width:36rem;aspect-ratio:3 / 1;max-width:95vw;margin:0 auto 2rem;vertical-align:middle;align-items:center;justify-content:center}.heartbeat-text .text-red-400{color:#f87171;position:relative}.heartbeat-text .text-red-400 .absolute{position:absolute;bottom:-.25rem;left:0;right:0;height:.125rem;background-color:#f87171}@media (max-width: 900px){.heartbeat-text{width:80vw;max-width:80vw;font-size:1rem;aspect-ratio:unset;min-height:2.5em}}@media (max-width: 768px){.hero-section{padding:1rem .5rem}.hero-container{flex-direction:column;text-align:center;gap:2rem;padding:0 1rem}.hero-content{min-width:0;max-width:100vw}.hero-title{font-size:2.2rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;gap:1rem}.heartbeat-flex-center{margin-top:1rem;margin-bottom:1.5rem}.heartbeat-label{position:absolute;top:95%;left:50%;transform:translate(-50%);width:100vw;padding-top:.5rem;margin-top:0}.heartbeat-text{width:95vw;max-width:95vw;font-size:1rem;padding:1em .3em;aspect-ratio:unset;min-height:2.5em}}@media (max-width: 640px){.hero-buttons{flex-direction:column;gap:1rem}.hero-title{font-size:1.35rem}.heartbeat-text{font-size:.95rem;padding:.8em .1em;min-height:2.1em}}@media (min-width: 1024px){.hero-content{text-align:center;max-width:55rem}.hero-badge,.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}}.hero-badge{display:inline-flex;align-items:center;padding:.6rem 1.2rem;background:linear-gradient(to right,#fff7ed,#fef3c7);border-radius:9999px;color:#c2410c;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;border:1px solid #fdba74}.gradient-text{background:linear-gradient(to right,#f97316,#f59e0b);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline}.hero-logo{width:120px;height:auto;margin-bottom:1.5rem;display:block;margin-left:auto;margin-right:auto}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2rem;background:#fff;position:relative;z-index:10;box-shadow:0 2px 8px #fbb74a12}.navbar-logo{height:40px}.navbar-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;z-index:20}.navbar-hamburger span{display:block;height:4px;width:100%;background:#fbb74a;border-radius:2px;transition:all .2s}.navbar-dropdown{position:absolute;top:60px;right:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 24px #fbb74a26;padding:1rem 1.5rem;display:flex;flex-direction:column;min-width:160px;animation:fadeInDropdown .2s}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}.navbar-link{color:#fbb74a;font-weight:600;font-size:1.1rem;text-decoration:none;padding:.6em 0;transition:color .2s}.navbar-link:hover{color:#e6a835}@media (max-width: 600px){.navbar{padding:1rem}.navbar-logo{height:32px}.navbar-dropdown{right:1rem;top:50px;min-width:120px;padding:.8rem 1rem}}.about-section{padding:5rem 0;background-color:#fff;position:relative;overflow:hidden}.about-container{max-width:1200px;margin:0 auto;padding:0 1rem}.about-content{max-width:64rem;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.about-header{text-align:center;display:flex;flex-direction:column;gap:1rem}.about-header h2{font-size:2.5rem;font-weight:700;color:#1a1a1a}.about-tagline{font-size:1.5rem;color:#fbb74a;font-weight:600}.mission-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.mission-card{text-align:center;padding:1.5rem;border-radius:1rem;transition:all .3s ease;background:#fff;box-shadow:0 4px 6px #0000000d}.mission-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.mission-icon{width:4rem;height:4rem;background-color:#fbbf24;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.mission-card:nth-child(2) .mission-icon{background-color:#fbbf24}.mission-card:nth-child(3) .mission-icon{background-color:#fbbf24}.mission-icon .icon{width:2rem;height:2rem;color:#fff}.mission-card:nth-child(2) .mission-icon .icon{color:#fff}.mission-card:nth-child(3) .mission-icon .icon{color:#fff}.mission-card h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.mission-card p{color:#666;font-size:.875rem;line-height:1.5}.our-story-section{background:#fafbfc;padding:56px 0 0}.our-story-card{background:transparent;max-width:820px;margin:0 auto;padding:0 16px;text-align:center}.our-story-title{font-size:2.3rem;font-weight:700;color:#181818;margin-bottom:1.6rem;letter-spacing:-.5px}.our-story-main{color:#444;font-size:1.13rem;margin-bottom:2.2rem;line-height:1.7;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.our-story-quote{background:#fff;border-left:4px solid rgb(251,183,74);border-radius:6px;font-size:1.09rem;color:#232323;text-align:center;font-style:italic;margin:0 auto 2.4rem;padding:1.3rem 1.5rem 1.3rem 1.3rem;max-width:700px;box-shadow:0 2px 8px #fbb13b0f;display:flex;align-items:center;justify-content:center;position:relative}.our-story-quote:before{content:"";display:none}.our-story-cta{display:block;background:#fbb74a;color:#fff;font-size:1.35rem;font-weight:700;border-radius:16px;margin:2.5rem auto 0;padding:1.4rem 2rem 1.2rem;max-width:720px;text-align:center;box-shadow:0 2px 16px #fbb74a1a;transition:background .2s;cursor:pointer;line-height:1.3}.our-story-cta:hover{background:#fbb74a}@media (max-width: 900px){.our-story-card{max-width:98vw;padding:0 6vw}.our-story-quote,.our-story-cta{max-width:98vw}}@media (max-width: 600px){.our-story-section{padding:36px 0 0}.our-story-title{font-size:1.45rem}.our-story-main{font-size:.99rem}.our-story-quote{font-size:.97rem;padding:1rem .8rem 1rem 1rem}.our-story-cta{font-size:1.07rem;padding:1.1rem .7rem;border-radius:11px}}@media (max-width: 900px){.mission-cards{grid-template-columns:1fr;gap:1.2rem}.mission-card{width:95vw;max-width:400px;margin-left:auto;margin-right:auto}}.services-section{padding:4rem;background:linear-gradient(135deg,#fff5e6,#fff);position:relative;overflow:hidden}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.services-header h2{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem}.services-header .highlight{color:#fbb74a}.services-header p{font-size:1.2rem;color:#666;max-width:800px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.service-icon-container{text-align:center;margin-bottom:1.5rem}.service-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.service-icon.yellow,.service-icon.orange,.service-icon.amber,.service-icon.yellow-dark,.service-icon.orange-dark,.service-icon.amber-dark{background-color:#fbbf24;color:#fff}.service-icon-container h3{font-size:1.5rem;font-weight:700;color:#333}.service-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-features{margin-bottom:1.5rem}.feature-item{display:flex;align-items:center;margin-bottom:.5rem;color:#666}.feature-dot{width:8px;height:8px;background-color:#e67300;border-radius:50%;margin-right:.75rem}.learn-more-btn{width:100%;padding:.8rem;background-color:#333;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.learn-more-btn:hover{background-color:#444}.services-section:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(230,115,0,.1) 0%,transparent 70%);border-radius:50%;top:-150px;right:-150px}.services-section:after{content:"";position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(230,115,0,.1) 0%,transparent 70%);border-radius:50%;bottom:-100px;left:-100px}@media (max-width: 768px){.services-section{padding:2rem}.services-header h2{font-size:2.5rem}.services-grid{grid-template-columns:1fr}}.why-choose-us{padding:4rem;background:#fff;position:relative;overflow:hidden}.why-choose-container{max-width:1200px;margin:0 auto}.why-choose-header{text-align:center;margin-bottom:4rem}.why-choose-header h2{font-size:3rem;font-weight:700;color:#333;margin-bottom:1.5rem}.why-choose-header p{font-size:1.2rem;color:#666;max-width:800px;margin:0 auto;line-height:1.6}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.why-choose-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000001a;border:1px solid #f0f0f0;transition:all .3s ease}.why-choose-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.icon-container{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.why-choose-card:hover .icon-container{transform:scale(1.1)}.icon{width:24px;height:24px;color:#fff}.icon-container.yellow-4{background:linear-gradient(135deg,#fbbf24,#fbbf24)}.why-choose-card h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1rem}.why-choose-card p{color:#666;line-height:1.6}.why-choose-us:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(251,191,36,.05) 0%,transparent 70%);border-radius:50%;top:-150px;right:-150px}.why-choose-us:after{content:"";position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(251,191,36,.05) 0%,transparent 70%);border-radius:50%;bottom:-100px;left:-100px}@media (max-width: 768px){.why-choose-us{padding:2rem}.why-choose-header h2{font-size:2.5rem}.why-choose-grid{grid-template-columns:1fr}}.faq-section{padding:4rem;background:linear-gradient(135deg,#fff5e6,#fff8e6);position:relative;overflow:hidden}.faq-container{max-width:800px;margin:0 auto}.faq-header{text-align:center;margin-bottom:4rem}.faq-header h2{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem}.faq-header p{font-size:1.2rem;color:#666;line-height:1.6}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 6px #00000026}.faq-question{width:100%;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#333;cursor:pointer;transition:color .3s ease}.faq-question:hover{color:#e67300}.faq-icon{font-size:1.5rem;color:#e67300;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background-color:#fff}.faq-item.open .faq-answer{max-height:500px;transition:max-height .5s ease-in}.faq-answer p{padding:0 1.5rem 1.5rem;color:#666;line-height:1.6}.faq-section:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(230,115,0,.05) 0%,transparent 70%);border-radius:50%;top:-150px;right:-150px}.faq-section:after{content:"";position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(230,115,0,.05) 0%,transparent 70%);border-radius:50%;bottom:-100px;left:-100px}@media (max-width: 768px){.faq-section{padding:2rem}.faq-header h2{font-size:2.5rem}.faq-question{font-size:1rem;padding:1.25rem}.faq-answer p{padding:0 1.25rem 1.25rem}}.contact-section{padding:4rem;background:linear-gradient(135deg,#fff5e6,#fff);position:relative;overflow:hidden}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h2{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem}.contact-header p{font-size:1.2rem;color:#666;max-width:800px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000001a}.contact-info h3{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1rem}.contact-info>div>p{color:#666;line-height:1.6;margin-bottom:2rem}.contact-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.contact-method{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon .icon{width:24px;height:24px;color:#fff}.phone-icon,.email-icon,.location-icon,.hours-icon{background:linear-gradient(135deg,#fbbf24)}.contact-method h4{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.method-info{color:#666;line-height:1.4;margin-bottom:.25rem}.method-note{color:#e67300;font-size:.9rem}.contact-form-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000001a}.contact-form-section h3{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;color:#333;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e67300}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;padding:1rem;background:#fbb74a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .3s ease,box-shadow .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px #e6730033}.button-icon{width:20px;height:20px}.contact-section:before{content:"";position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(230,115,0,.05) 0%,transparent 70%);border-radius:50%;top:-150px;right:-150px}.contact-section:after{content:"";position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(230,115,0,.05) 0%,transparent 70%);border-radius:50%;bottom:-100px;left:-100px}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr}}@media (max-width: 768px){.contact-section{padding:2rem}.contact-header h2{font-size:2.5rem}.contact-methods,.form-row{grid-template-columns:1fr}}.joinus-banner{background:linear-gradient(90deg,#fbb74a,#fbb040);border-radius:24px;padding:48px 0;text-align:center;margin:56px auto 0;max-width:1204px;box-shadow:0 4px 16px #fbb04014}.joinus-title{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:18px}.joinus-description{color:#fff;font-size:1.1rem;margin-bottom:32px;max-width:700px;margin-left:auto;margin-right:auto}.joinus-buttons{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.joinus-btn{border-radius:8px;padding:14px 32px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s;border:none}.joinus-btn-primary{background:#fff;color:#fbb040}.joinus-btn-primary:hover{background:#ffe0b2}.joinus-btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.joinus-btn-secondary:hover{background:#fff;color:#fbb040}@media (max-width: 1024px){.joinus-banner{padding:32px 0;max-width:98vw}.joinus-title{font-size:1.6rem}}@media (max-width: 600px){.joinus-banner{padding-left:16px;padding-right:16px}}.footer{background-color:#1a1a1a;color:#fff;padding:4rem 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.brand-logo{display:flex;align-items:center;gap:.5rem}.creed-logo-image{height:60px;width:auto;padding-right:.5rem}.brand-logo h3{font-size:1.125rem;font-weight:700}.brand-logo p{font-size:.75rem;color:#9ca3af}.brand-description{color:#d1d5db;font-size:.875rem;line-height:1.5}.brand-tagline{display:flex;align-items:center;gap:.5rem;color:#d1d5db;font-size:.875rem}.heart-icon{width:1rem;height:1rem;color:#e53935}.footer-links h4,.footer-contact h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links ul{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#d1d5db;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:#fbb74a}.contact-info{display:flex;flex-direction:column;gap:1rem;background:#ffffff0d;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;background:linear-gradient(145deg,#2a2a2a,#1a1a1a);border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.contact-item:hover{transform:translateY(-2px);background:linear-gradient(145deg,#1a1a1a,#2a2a2a);box-shadow:0 4px 12px #0003}.contact-icon{width:1.25rem;height:1.25rem;color:#fbb74a;margin-top:.125rem;flex-shrink:0}.contact-item span{color:#d1d5db;font-size:.875rem;line-height:1.4;font-weight:500}.social-media{margin-top:1.5rem;background:#ffffff0d;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-media h5{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fbb74a}.social-icons{display:flex;gap:1rem}.social-icon{width:2.5rem;height:2.5rem;background:linear-gradient(145deg,#2a2a2a,#1a1a1a);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px #0000001a}.social-icon:hover{background:linear-gradient(145deg,#fbb74a,#e53935);transform:translateY(-2px);box-shadow:0 6px 12px #fbb74a33}.social-icon span{font-size:.875rem;color:#fff;font-weight:500}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid #374151;display:flex;flex-direction:column;gap:1rem}.footer-bottom p{color:#9ca3af;font-size:.875rem}.footer-links-bottom{display:flex;gap:1.5rem}.footer-links-bottom a{color:#9ca3af;font-size:.875rem;transition:color .3s ease}.footer-links-bottom a:hover{color:#fbb74a}@media (max-width: 1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer{padding:2rem 0}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center}.footer-links-bottom{justify-content:center}}.navbar{width:100%;height:64px;display:flex;align-items:center;justify-content:space-between;background:#fff;box-shadow:0 2px 8px #0000000a;padding:0 32px;position:fixed;top:0;left:0;z-index:1000;border-bottom:1px solid #f3f3f3}.navbar-logo img{height:48px;width:auto}.navbar-links{display:flex;gap:24px;align-items:center}.privacy-policy-container{max-width:900px;margin:50px auto;padding:40px 30px;background-color:#fff;border-radius:15px;box-shadow:0 8px 20px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.6}.privacy-policy-container h1{color:#fbb74a;font-size:2.8rem;font-weight:700;margin-bottom:20px;border-bottom:3px solid rgb(251,183,74);padding-bottom:10px}.privacy-policy-container h2{color:#fbb74a;font-size:1.8rem;margin-top:40px;margin-bottom:15px;font-weight:600;border-left:6px solid rgb(251,183,74);padding-left:12px}.privacy-policy-container p{font-size:1.1rem;margin-bottom:20px;color:#444}.privacy-policy-container ul{margin-left:30px;margin-bottom:25px;font-size:1.1rem;color:#444}.privacy-policy-container ul li{margin-bottom:10px}.privacy-policy-container a{color:#fbb74a;text-decoration:underline;font-weight:600}.privacy-policy-container a:hover{color:#d4a017}@media (max-width: 768px){.privacy-policy-container{padding:30px 20px;margin:30px 15px}.privacy-policy-container h1{font-size:2.2rem}.privacy-policy-container h2{font-size:1.5rem}.privacy-policy-container p,.privacy-policy-container ul{font-size:1rem}}.cookie-policy-container{max-width:900px;margin:50px auto;padding:40px 30px;background-color:#fff;border-radius:15px;box-shadow:0 8px 20px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.6}.cookie-policy-container h1{color:#fbb74a;font-size:2.8rem;font-weight:700;margin-bottom:20px;border-bottom:3px solid rgb(251,183,74);padding-bottom:10px}.cookie-policy-container h2{color:#fbb74a;font-size:1.8rem;margin-top:40px;margin-bottom:15px;font-weight:600;border-left:6px solid rgb(251,183,74);padding-left:12px}.cookie-policy-container p{font-size:1.1rem;margin-bottom:20px;color:#444}.cookie-policy-container ul{margin-left:30px;margin-bottom:25px;font-size:1.1rem;color:#444}.cookie-policy-container ul li{margin-bottom:10px}.cookie-policy-container a{color:#fbb74a;text-decoration:underline;font-weight:600}.cookie-policy-container a:hover{color:#d4a017}@media (max-width: 768px){.cookie-policy-container{padding:30px 20px;margin:30px 15px}.cookie-policy-container h1{font-size:2.2rem}.cookie-policy-container h2{font-size:1.5rem}.cookie-policy-container p,.cookie-policy-container ul{font-size:1rem}}.terms-container{max-width:900px;margin:50px auto;padding:40px 30px;background-color:#fff;border-radius:15px;box-shadow:0 8px 20px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.6}.terms-container h1{color:#fbb74a;font-size:2.8rem;font-weight:700;margin-bottom:20px;border-bottom:3px solid rgb(251,183,74);padding-bottom:10px}.terms-container h2{color:#fbb74a;font-size:1.8rem;margin-top:40px;margin-bottom:15px;font-weight:600;border-left:6px solid rgb(251,183,74);padding-left:12px}.terms-container p{font-size:1.1rem;margin-bottom:20px;color:#444}.terms-container ul{margin-left:30px;margin-bottom:25px;font-size:1.1rem;color:#444}.terms-container ul li{margin-bottom:10px}.terms-container a{color:#fbb74a;text-decoration:underline;font-weight:600}.terms-container a:hover{color:#d4a017}@media (max-width: 768px){.terms-container{padding:30px 20px;margin:30px 15px}.terms-container h1{font-size:2.2rem}.terms-container h2{font-size:1.5rem}.terms-container p,.terms-container ul{font-size:1rem}}.webinar-root{font-family:Inter,Arial,sans-serif;background:#fdfcf7;color:#222;margin:0;padding:0}.webinar-header{background:#eaf6f8;padding:2.5rem 1rem 2rem;text-align:center;border-radius:0 0 24px 24px}.webinar-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;color:#222}.webinar-header p{max-width:700px;margin:0 auto;font-size:1.1rem;color:#444}.webinar-announcement{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem;background:linear-gradient(90deg,#fffbe7 60%,#fff4d8);padding:2.5rem 1rem 2rem;border-radius:24px;margin:2rem auto 0;max-width:1100px}.webinar-left{flex:1 1 350px;min-width:320px}.webinar-badge{display:inline-block;background:#fbb74a26;color:#fbb74a;font-weight:600;font-size:.9rem;border-radius:12px;padding:.3em 1em;margin-bottom:1rem;letter-spacing:.05em}.webinar-left h2{font-size:2rem;font-weight:700;margin:.5rem 0 1rem;color:#222}.webinar-left .highlight{color:#fbb74a}.webinar-left p{color:#444;margin-bottom:1.5rem}.webinar-details{background:#fff;border-radius:14px;box-shadow:0 2px 12px #fbb74a1a;padding:1rem 1.25rem;margin-bottom:1.5rem}.webinar-detail-row{display:flex;align-items:center;gap:.7em;font-size:1rem;margin-bottom:.5em}.webinar-dot.live{width:10px;height:10px;background:#e53935;border-radius:50%;display:inline-block}.webinar-detail-title{font-weight:600;color:#e53935}.webinar-buttons{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.webinar-btn{padding:.7em 1.5em;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,color .2s}.webinar-btn.primary{background:#fbb74a;color:#fff;box-shadow:0 2px 8px #fbb74a26}.webinar-btn.primary:hover{background:#fbb74aee}.webinar-btn.secondary{background:#fff;color:#fbb74a;border:2px solid rgb(251,183,74)}.webinar-btn.secondary:hover{background:#fbb74a1f}.webinar-quote-card{flex:1 1 300px;min-width:260px;background:linear-gradient(120deg,#fbb74a,#fbb74a);color:#fff;border-radius:18px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 24px #fbb74a26}.webinar-quote-icon{font-size:2.2rem;margin-bottom:1rem}.webinar-quote-text{font-size:1.1rem;font-style:italic;text-align:center}.webinar-quote-author{display:block;margin-top:1rem;font-size:1rem;font-weight:500;color:#fffbe7}.webinar-help{margin:3rem auto 0;max-width:1100px;background:#fffbe7;border-radius:24px;padding:2rem 1rem}.webinar-help h3{text-align:center;color:#fbb74a;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.webinar-help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.webinar-help-grid div{background:#fff;border-radius:10px;padding:.8em 1em;text-align:center;font-weight:500;color:#444;box-shadow:0 1px 6px #fbb74a12;transition:background .2s,color .2s}.webinar-help-grid .highlighted{color:#fbb74a;font-weight:700;background:#fff7e0}.webinar-experts{margin:3rem auto 2rem;max-width:1100px;background:#fffbe7;border-radius:24px;padding:2rem 1rem}.webinar-experts h3{text-align:center;color:#222;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.webinar-experts-desc{text-align:center;color:#666;margin-bottom:2rem}.webinar-experts-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.webinar-expert-card{background:#fff;border-radius:14px;box-shadow:0 2px 12px #fbb74a17;padding:1.5rem 1.2rem;min-width:260px;max-width:340px;flex:1 1 260px;display:flex;flex-direction:column;gap:.6rem}.webinar-expert-header{display:flex;align-items:center;gap:.7em;font-size:1.2rem;font-weight:700;color:#fbb74a}.webinar-expert-name{font-size:1.1rem;font-weight:700}.webinar-expert-role{color:#444;font-weight:600;margin-bottom:.2rem}.webinar-expert-exp{color:#888;font-size:.95rem}.webinar-expert-special{color:#fbb74a;font-weight:600;margin-bottom:.2rem}.webinar-expert-card ul{margin:.5rem 0 0 1.1rem;padding:0;color:#444;font-size:.98rem}@media (max-width: 900px){.webinar-announcement,.webinar-experts-grid{flex-direction:column;align-items:stretch}.webinar-announcement,.webinar-experts-grid{gap:1.2rem}}.webinar-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.webinar-modal{background:#fff;border-radius:16px;padding:2rem 1.5rem 1.5rem;max-width:400px;width:95%;position:relative;box-shadow:0 8px 32px #fbb74a2e;animation:fadeInModal .2s}@keyframes fadeInModal{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.webinar-modal-close{position:absolute;top:.7rem;right:1rem;background:none;border:none;font-size:2rem;color:#aaa;cursor:pointer;transition:color .2s}.webinar-modal-close:hover{color:#fbb74a}.webinar-form label{display:block;margin-bottom:1rem;color:#333;font-weight:500}.webinar-form input,.webinar-form textarea{width:100%;padding:.6em .7em;border-radius:7px;border:1px solid #ddd;margin-top:.3em;font-size:1rem;box-sizing:border-box;transition:border .2s}.webinar-form input:focus,.webinar-form textarea:focus{border:1.5px solid rgb(251,183,74);outline:none}.required{color:#e53935;margin-left:.2em}.consent-label{font-size:.97rem;display:flex;align-items:center;gap:.5em;margin-bottom:1.2rem}.webinar-success{text-align:center;color:#fbb74a}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fbb74a2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:18px;box-shadow:0 8px 32px #1e293b2e;padding:40px 32px 32px;min-width:340px;max-width:90vw;text-align:center;font-family:Inter,Segoe UI,Arial,sans-serif;position:relative;pointer-events:auto}.modal-content h2{margin-bottom:18px;color:#1e293b;font-size:2rem;font-weight:700;letter-spacing:-1px}.modal-content form{display:flex;flex-direction:column;gap:16px}.modal-content input[type=email],.modal-content input[type=password],.modal-content input[type=text],.modal-content input[type=tel]{padding:12px 14px;border:1.5px solid #cbd5e1;border-radius:8px;font-size:1rem;transition:border-color .2s;background:#f8fafc}.modal-content input:focus{border-color:#fbb74a;outline:none}.modal-content button[type=submit],.whatsapp-btn{background:#fbb74a;color:#fff;padding:13px 0;border:none;border-radius:8px;font-size:1.08rem;font-weight:600;margin-top:8px;cursor:pointer;transition:background .2s,transform .1s;box-shadow:0 2px 8px #fbb74a2e}.modal-content button[type=submit]:hover{background:#e6a032;transform:translateY(-2px) scale(1.03)}.whatsapp-btn{background:linear-gradient(90deg,#25d366,#128c7e);color:#fff;padding:13px 0;border:none;border-radius:8px;font-size:1.08rem;font-weight:600;margin-top:16px;width:100%;text-decoration:none;display:inline-block;box-shadow:0 2px 8px #25d36614;transition:background .2s,transform .1s}.whatsapp-btn:hover,.whatsapp-btn:active,.whatsapp-btn:focus{background:linear-gradient(90deg,#128c7e,#25d366);color:#fff;transform:translateY(-2px) scale(1.03)}.close-btn{position:absolute;top:18px;right:20px;background:none;border:none;font-size:1.3rem;color:#64748b;cursor:pointer;transition:color .2s}.close-btn:hover{color:#1e293b}@media (max-width: 600px){.modal-content{padding:24px 8px 16px;min-width:unset;width:96vw}}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif}#root{min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#e67300;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#d57e1e}
