.age-verification-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.age-verification-modal{background:linear-gradient(135deg,#1f2937,#111827);border-radius:20px;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff1a,inset 0 1px #ffffff1a;max-width:500px;width:100%;padding:0;position:relative;overflow:hidden;animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.age-verification-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color),var(--primary-color))}.age-verification-content{padding:3rem 2.5rem;text-align:center}.age-verification-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.age-verification-text{font-size:1.25rem;color:#ffffffe6;margin-bottom:1rem;line-height:1.6}.age-verification-question{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:2.5rem;line-height:1.5}.age-verification-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.age-verification-btn{padding:1.25rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;border:none;text-transform:none;letter-spacing:.5px}.age-verification-btn-yes{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#1f2937;box-shadow:0 4px 15px #f59e0b66}.age-verification-btn-yes:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b80;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color))}.age-verification-btn-no{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.age-verification-btn-no:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.age-verification-disclaimer{font-size:.875rem;color:#fff9;line-height:1.5;margin-top:1.5rem}.age-verification-link{color:var(--primary-color);text-decoration:underline;font-weight:600;transition:color .3s ease}.age-verification-link:hover{color:var(--secondary-color)}@media (max-width: 768px){.age-verification-modal{max-width:90%;margin:20px}.age-verification-content{padding:2rem 1.5rem}.age-verification-title{font-size:2rem}.age-verification-text{font-size:1.1rem}.age-verification-question{font-size:1.3rem}.age-verification-btn{padding:1rem 1.5rem;font-size:1rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,background-color .3s ease,border-bottom-color .3s ease;border-bottom:1px solid transparent;transform:translateY(0)}.navbar.hidden{transform:translateY(-100%)}.navbar.visible{transform:translateY(0)}.navbar.scrolled{background-color:#fffffffa;box-shadow:0 2px 10px #0000001a;border-bottom-color:var(--border-color)}.navbar-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{cursor:pointer;font-size:1.5rem;font-weight:700;color:var(--primary-color);transition:transform .3s ease;display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo:hover{transform:scale(1.05)}.logo-image{height:50px;width:auto;max-width:200px;object-fit:contain;transition:opacity .3s ease}.logo-image:hover{opacity:.9}.logo-text{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative;text-decoration:none}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-links a:hover{color:var(--primary-color)}.nav-links a:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;padding:5px}.mobile-menu-toggle span{width:25px;height:3px;background-color:var(--text-dark);border-radius:3px;transition:all .3s ease}@media (max-width: 768px){.logo-image{height:40px;max-width:150px}.mobile-menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;background-color:#fff;padding:2rem;box-shadow:var(--shadow-lg);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;gap:1.5rem;align-items:flex-start}.nav-links.active{transform:translateY(0);opacity:1;visibility:visible}.nav-links .btn{width:100%}}.hero{min-height:100vh;display:flex;align-items:center;padding-top:80px;background-image:url(/images/background/Bred_Tree_of_life.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:0}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none;z-index:1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-text{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(251,191,36,.3)}.hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;opacity:.95;max-width:550px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-wave{position:absolute;bottom:0;left:0;right:0;height:120px;z-index:2}.hero-wave svg{width:100%;height:100%;display:block}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-description{font-size:1.1rem}}.features{background-color:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.features-cta{text-align:center;margin-top:3rem}.feature-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block;animation:float 3s ease-in-out infinite}.feature-card:nth-child(2) .feature-icon{animation-delay:.5s}.feature-card:nth-child(3) .feature-icon{animation-delay:1s}.feature-card:nth-child(4) .feature-icon{animation-delay:1.5s}.feature-card:nth-child(5) .feature-icon{animation-delay:2s}.feature-card:nth-child(6) .feature-icon{animation-delay:2.5s}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.feature-description{color:var(--text-light);line-height:1.7}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-description{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:1.5rem}.about-cta{margin:2rem 0;text-align:center}.about-visual{display:flex;justify-content:center;align-items:center}.about-card{width:100%;max-width:400px;height:400px;border-radius:20px;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}.about-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:20px;transition:transform .3s ease}.about-card:hover .about-image{transform:scale(1.05)}@media (max-width: 968px){.about-content{grid-template-columns:1fr;text-align:center}.about-visual{order:-1}}.contact{background-color:#fff;padding:80px 0}.contact .section-title{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;font-weight:700;text-align:center}.contact .section-subtitle{font-size:1.25rem;color:var(--text-light);text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-top:3rem;width:100%;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem;width:100%}.info-item{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #1f268726,inset 0 1px #fff9,0 0 0 1px #9333ea1a;transition:all .3s ease;border-left:4px solid;border-image:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9) 1;position:relative;overflow:hidden}.info-item:hover{transform:translate(5px);box-shadow:0 12px 40px #9333ea33,inset 0 1px #fffc,0 0 0 1px #9333ea4d;border-image:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9,#9333ea) 1}.info-icon{font-size:2rem;flex-shrink:0}.info-item h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--primary-color)}.info-item p{color:var(--text-dark);margin:0;font-size:1.1rem;line-height:1.6}.info-item a{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s ease}.info-item a:hover{color:var(--primary-dark);text-decoration:underline}.contact-form{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;box-shadow:0 8px 32px #1f268726,inset 0 1px #fff9,0 0 0 1px #9333ea1a;border-top:4px solid;border-image:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9) 1;position:relative;overflow:hidden;width:100%}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.75rem;color:var(--text-dark);font-size:1.1rem}.form-group input,.form-group textarea{width:100%;padding:14px;border:2px solid var(--border-color);border-radius:10px;font-size:1.05rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #f59e0b1a}.form-group textarea{resize:vertical;min-height:120px}.form-status{padding:1rem;background-color:#d1fae5;color:#065f46;border-radius:8px;margin-bottom:1rem;text-align:center}.contact-form .btn{width:100%;padding:14px;font-size:1.1rem}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:2rem}}.footer{background-color:var(--text-dark);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-logo-container{display:flex;align-items:center;margin-bottom:1rem}.footer-logo-icon{height:50px;width:auto;max-width:200px;object-fit:contain}.footer-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.footer-description{color:#ffffffb3;line-height:1.6}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ffffffb3;transition:color .3s ease;text-decoration:none}.footer-links a:hover{color:#fff}.footer-contact{margin-bottom:1.5rem}.footer-contact p{margin:.5rem 0;color:#ffffffb3}.footer-contact a{color:#ffffffe6;transition:color .3s ease}.footer-contact a:hover{color:#fff}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-links a{color:#ffffffb3;transition:color .3s ease}.social-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffffb3;display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-legal{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.footer-legal a{color:#ffffffb3;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-legal a:hover{color:var(--primary-color);text-decoration:underline}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-logo-container{justify-content:center}.footer-logo-icon{height:45px;max-width:180px}}.stats{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:80px 0}.stats .section-title{color:#fff;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px);background:#ffffff26}.stat-number{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;color:#fff}.stat-label{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.stat-description{font-size:1rem;opacity:.9;line-height:1.6}@media (max-width: 768px){.stat-number{font-size:2.5rem}.stat-label{font-size:1.2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.testimonials{background-color:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.testimonial-quote{font-size:1.1rem;line-height:1.8;color:var(--text-dark);font-style:italic;margin-bottom:2rem;position:relative;padding-left:2rem}.testimonial-quote:before{content:'"';position:absolute;left:0;top:-10px;font-size:4rem;color:var(--primary-color);opacity:.3;font-family:Georgia,serif}.testimonial-author{border-top:2px solid var(--bg-light);padding-top:1.5rem}.author-name{font-weight:700;color:var(--primary-color);font-size:1.1rem;margin-bottom:.25rem}.author-location{color:var(--text-light);font-size:.9rem}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}}.about-page .page-hero{min-height:50vh;display:flex;align-items:center;padding-top:80px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center;position:relative;overflow:hidden}.about-page .page-hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:flare-rotate 20s linear infinite}.about-page .page-hero .container{position:relative;z-index:2}.about-page .page-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);color:#fff}.about-page .page-hero-subtitle{font-size:1.3rem;opacity:.95;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);max-width:800px;margin:0 auto}.about-page .feature-section{padding:100px 0;position:relative}.about-page .feature-section.yellow-flare{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;position:relative;overflow:hidden}.about-page .feature-section.yellow-flare:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:flare-rotate 20s linear infinite}.about-page .feature-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.about-page .feature-layout-left{grid-template-areas:"content image"}.about-page .feature-layout-right{grid-template-areas:"image content"}.about-page .feature-layout-left .feature-content{grid-area:content}.about-page .feature-layout-left .feature-image-slot{grid-area:image}.about-page .feature-layout-right .feature-content{grid-area:content}.about-page .feature-layout-right .feature-image-slot{grid-area:image}.about-page .feature-content{text-align:left;position:relative;z-index:2}.about-page .feature-image-slot{min-height:400px;height:400px;border-radius:16px;position:relative;overflow:hidden;background:#0000000d}.about-page .feature-image-slot:empty{background:#ffffff0d;display:flex;align-items:center;justify-content:center}.about-page .feature-section:not(.yellow-flare) .feature-image-slot:empty{background:#9333ea0d;border:2px dashed rgba(147,51,234,.2)}.about-page .feature-section.yellow-flare .feature-image-slot:empty{background:#ffffff1a;border:2px dashed rgba(255,255,255,.3)}.about-page .feature-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:16px;transition:transform .3s ease}.about-page .feature-image-slot:hover .feature-image{transform:scale(1.05)}.about-page .feature-icon-large{font-size:5rem;margin-bottom:2rem;display:block;animation:float 3s ease-in-out infinite}.about-page .feature-logo-icon{display:flex;align-items:center;justify-content:flex-start;width:80px;height:80px;animation:float 3s ease-in-out infinite}.about-page .logo-icon-image{width:100%;height:100%;object-fit:contain;display:block}.about-page .feature-content h2{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.about-page .feature-section:not(.yellow-flare) .feature-content h2{background:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-page .feature-section.yellow-flare .feature-content h2{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.about-page .feature-lead{font-size:1.5rem;font-weight:600;margin-bottom:2rem;opacity:.9}.about-page .feature-section:not(.yellow-flare) .feature-lead{color:var(--primary-color)}.about-page .feature-section.yellow-flare .feature-lead{color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.2)}.about-page .feature-description{font-size:1.2rem;line-height:1.9;margin-bottom:1.5rem;max-width:none}.about-page .feature-section:not(.yellow-flare) .feature-description{color:var(--text-dark)}.about-page .feature-section.yellow-flare .feature-description{color:#fffffff2;text-shadow:0 1px 5px rgba(0,0,0,.2)}@media (max-width: 968px){.about-page .page-hero h1{font-size:2.5rem}.about-page .feature-layout{gap:3rem}.about-page .feature-content h2{font-size:2.5rem}.about-page .feature-lead{font-size:1.3rem}.about-page .feature-description{font-size:1.1rem}.about-page .feature-image-slot{min-height:300px;height:300px}.about-page .feature-image{height:100%}.about-page .feature-logo-icon{width:70px;height:70px}}@media (max-width: 768px){.about-page .feature-section{padding:60px 0}.about-page .page-hero{min-height:40vh;padding-top:60px}.about-page .page-hero h1{font-size:2rem}.about-page .page-hero-subtitle{font-size:1.1rem}.about-page .feature-layout{grid-template-columns:1fr;gap:2rem;grid-template-areas:"content" "image"!important}.about-page .feature-layout-left .feature-content,.about-page .feature-layout-right .feature-content{grid-area:content;text-align:center}.about-page .feature-layout-left .feature-image-slot,.about-page .feature-layout-right .feature-image-slot{grid-area:image}.about-page .feature-icon-large{font-size:4rem}.about-page .feature-logo-icon{width:64px;height:64px}.about-page .feature-content h2{font-size:2rem}.about-page .feature-lead{font-size:1.2rem}.about-page .feature-description{font-size:1rem;padding:0 1rem}.about-page .feature-image-slot{min-height:250px;height:250px}.about-page .feature-image{height:100%}}.features-page .page-hero{min-height:60vh;display:flex;align-items:center;padding-top:80px;background-image:url(/images/background/genetic-branches-time.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.features-page .page-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:0}.features-page .page-hero .container{position:relative;z-index:2}.features-page .page-hero h1{background:linear-gradient(135deg,#fff,#e9d5ff,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 40px rgba(147,51,234,.6);filter:drop-shadow(0 2px 10px rgba(0,0,0,.5));font-weight:700;font-size:3.5rem}.features-page .page-hero-subtitle{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5);opacity:.95;font-size:1.3rem}.feature-section{padding:100px 0;position:relative}.feature-section.yellow-flare{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;position:relative;overflow:hidden}.feature-section.yellow-flare:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:flare-rotate 20s linear infinite}@keyframes flare-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.feature-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.feature-layout-left{grid-template-areas:"content image"}.feature-layout-right{grid-template-areas:"image content"}.feature-layout-left .feature-content{grid-area:content}.feature-layout-left .feature-image-slot{grid-area:image}.feature-layout-right .feature-content{grid-area:content}.feature-layout-right .feature-image-slot{grid-area:image}.feature-content{text-align:left;position:relative;z-index:2}.feature-image-slot{min-height:400px;height:400px;border-radius:16px;position:relative;overflow:hidden;background:#0000000d}.feature-image-slot:empty{background:#ffffff0d;display:flex;align-items:center;justify-content:center}.feature-section:not(.yellow-flare) .feature-image-slot:empty{background:#9333ea0d;border:2px dashed rgba(147,51,234,.2)}.feature-section.yellow-flare .feature-image-slot:empty{background:#ffffff1a;border:2px dashed rgba(255,255,255,.3)}.feature-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:16px;transition:transform .3s ease}.feature-image-slot:hover .feature-image{transform:scale(1.05)}.feature-icon-large{font-size:5rem;margin-bottom:2rem;display:block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.feature-content h2{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.feature-section:not(.yellow-flare) .feature-content h2{background:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-section.yellow-flare .feature-content h2{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.feature-lead{font-size:1.5rem;font-weight:600;margin-bottom:2rem;opacity:.9}.feature-section:not(.yellow-flare) .feature-lead{color:var(--primary-color)}.feature-section.yellow-flare .feature-lead{color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.2)}.feature-description{font-size:1.2rem;line-height:1.9;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.feature-section:not(.yellow-flare) .feature-description{color:var(--text-dark)}.feature-section.yellow-flare .feature-description{color:#fffffff2;text-shadow:0 1px 5px rgba(0,0,0,.2)}@media (max-width: 968px){.features-page .page-hero h1{font-size:2.5rem}.feature-layout{gap:3rem}.feature-content h2{font-size:2.5rem}.feature-lead{font-size:1.3rem}.feature-description{font-size:1.1rem}.feature-image-slot{min-height:300px;height:300px}.feature-image{height:100%}}@media (max-width: 768px){.feature-section{padding:60px 0}.features-page .page-hero{min-height:50vh;padding-top:60px}.features-page .page-hero h1{font-size:2rem}.page-hero-subtitle{font-size:1.1rem}.feature-layout{grid-template-columns:1fr;gap:2rem;grid-template-areas:"content" "image"!important}.feature-layout-left .feature-content,.feature-layout-right .feature-content{grid-area:content;text-align:center}.feature-layout-left .feature-image-slot,.feature-layout-right .feature-image-slot{grid-area:image}.feature-icon-large{font-size:4rem}.feature-content h2{font-size:2rem}.feature-lead{font-size:1.2rem}.feature-description{font-size:1rem;padding:0 1rem}.feature-image-slot{min-height:250px;height:250px}.feature-image{height:100%}}.contact-page .page-hero{min-height:50vh;display:flex;align-items:center;padding-top:80px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.contact-page .page-hero h1{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);font-size:3rem;font-weight:800;margin-bottom:1rem}.contact-page .page-hero-subtitle{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);opacity:.95;font-size:1.25rem}.page-hero-text{font-size:1.2rem;max-width:700px;margin:1.5rem auto 0;opacity:.9;line-height:1.8;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.contact-page .page-section{background:#fff;padding:80px 0}.contact-page .page-section.bg-light{background:var(--bg-light)}.contact-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.consultation-section{width:100%}.consultation-section h2{font-size:2.5rem;text-align:center;color:var(--primary-color);margin-bottom:3rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;align-items:stretch}.services-grid .service-item:nth-child(5){grid-column:1 / -1;max-width:100%}.service-item{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #1f268726,inset 0 1px #fff9,0 0 0 1px #9333ea1a;text-align:center;transition:all .3s ease;border-top:4px solid;border-image:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9) 1;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:180px}.service-item:hover{transform:translateY(-5px);box-shadow:0 12px 40px #9333ea40,inset 0 1px #fffc,0 0 0 1px #9333ea4d;border-image:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9,#9333ea) 1}.service-item h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem;font-weight:600}.service-item p{color:var(--text-dark);line-height:1.7;font-size:1.05rem}.process-section{width:100%}.process-section h2{font-size:2.5rem;text-align:center;color:var(--primary-color);margin-bottom:3rem;font-weight:700}.process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;align-items:stretch}.process-steps .process-step:nth-child(5){grid-column:1 / -1;max-width:100%}.process-step{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #1f268726,inset 0 1px #fff9,0 0 0 1px #9333ea1a;text-align:center;position:relative;overflow:hidden;transition:all .3s ease;border-top:4px solid;border-image:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9) 1;display:flex;flex-direction:column;height:100%;min-height:280px}.process-step:hover{transform:translateY(-5px);box-shadow:0 12px 40px #9333ea40,inset 0 1px #fffc,0 0 0 1px #9333ea4d;border-image:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9,#9333ea) 1}.step-number{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800;margin:0 auto 1.5rem;box-shadow:0 4px 15px #f59e0b66;text-shadow:0 2px 5px rgba(0,0,0,.2)}.process-step h3{font-size:1.4rem;color:var(--primary-color);margin-bottom:1rem;font-weight:600}.process-step p{color:var(--text-dark);line-height:1.7;font-size:1.05rem}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}.services-grid,.process-steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services-grid .service-item:nth-child(5),.process-steps .process-step:nth-child(5){grid-column:1 / -1}}@media (max-width: 768px){.contact-page .page-hero h1{font-size:2rem}.contact-page .page-section{padding:60px 0}.consultation-section h2,.process-section h2{font-size:2rem;margin-bottom:2rem}.services-grid,.process-steps{grid-template-columns:1fr;gap:1.5rem}.services-grid .service-item:nth-child(5),.process-steps .process-step:nth-child(5){grid-column:1}.service-item,.process-step{padding:1.5rem}}.terms-page{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;min-height:100vh}.terms-page .page-hero{min-height:40vh;display:flex;align-items:center;padding-top:80px;background:transparent;color:#fff;text-align:center}.terms-page .page-hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);color:#fff}.terms-page .page-hero-subtitle{font-size:1.1rem;opacity:.9;color:#fff}.terms-content{max-width:900px;margin:0 auto}.terms-section{margin-bottom:3rem;padding:2rem 0;background:transparent;border-radius:0;box-shadow:none}.terms-section h2{font-size:2rem;color:#fff;margin-bottom:1.5rem;font-weight:700;border-bottom:3px solid white;padding-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.terms-section h3{font-size:1.5rem;color:#fff;margin-bottom:1rem;margin-top:1.5rem;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.3)}.terms-section p{font-size:1.1rem;line-height:1.8;color:#fff;margin-bottom:1rem;text-shadow:0 1px 5px rgba(0,0,0,.2)}.terms-section ul{margin:1.5rem 0;padding-left:2rem}.terms-section ul li{font-size:1.1rem;line-height:1.8;color:#fff;margin-bottom:.75rem;padding-left:.5rem;text-shadow:0 1px 5px rgba(0,0,0,.2)}.terms-section ul li strong{color:#fff;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.3)}.terms-section a{color:#fff;text-decoration:underline;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.3)}.terms-section a:hover{color:#fffc}.terms-section.important-notice{background:transparent;border-left:5px solid white;box-shadow:none;padding-left:1.5rem}.terms-section.important-notice h2{color:#fff}.legal-disclaimer{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:8px;margin-top:1rem;border:1px solid rgba(255,255,255,.2)}.legal-disclaimer p{margin-bottom:1.25rem;color:#fff}.legal-disclaimer p strong{color:#fff;font-weight:700;font-size:1.15rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.terms-acknowledgment{margin-top:3rem;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 32px #0003;border:2px solid rgba(255,255,255,.3)}.terms-acknowledgment p{color:#fff;font-size:1.2rem;line-height:1.8;text-align:center;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}.terms-acknowledgment strong{color:#fff;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.5)}.terms-page .page-section{background:transparent;color:#fff}@media (max-width: 768px){.terms-page .page-hero h1{font-size:2rem}.terms-section{padding:1.5rem}.terms-section h2{font-size:1.75rem}.terms-section p,.terms-section ul li{font-size:1rem}.terms-acknowledgment{padding:1.5rem}.terms-acknowledgment p{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #f59e0b;--primary-dark: #d97706;--secondary-color: #fbbf24;--accent-color: #fcd34d;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}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;color:var(--text-dark);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.25rem;text-align:center;color:var(--text-light);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:12px 32px;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;text-align:center}.btn-primary{background-color:var(--primary-color);color:#1f2937;font-weight:700;box-shadow:0 4px 6px -1px #f59e0b4d}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 10px 15px -3px #f59e0b66,0 4px 6px -2px #f59e0b4d}.btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color);font-weight:700}.btn-secondary:hover{background-color:var(--primary-color);color:#1f2937;box-shadow:0 4px 6px -1px #f59e0b4d}.page-hero{padding:120px 0 80px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center;margin-top:80px}.page-hero h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.page-hero-subtitle{font-size:1.25rem;max-width:800px;margin:0 auto;opacity:.95;line-height:1.8}.page-section{padding:80px 0}.page-section.bg-light{background-color:var(--bg-light)}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.page-hero h1{font-size:2rem}.page-hero-subtitle{font-size:1.1rem}}
