*{margin:0;padding:0;box-sizing:border-box}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateY(0)}40%,43%{transform:translateY(-10px)}70%{transform:translateY(-5px)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-left{animation:fadeInLeft .8s ease-out forwards}.animate-fade-in-right{animation:fadeInRight .8s ease-out forwards}.animate-slide-in-top{animation:slideInFromTop .6s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}.animate-pulse{animation:pulse 2s infinite}.animate-bounce{animation:bounce 2s infinite}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.animate-on-scroll.animate{opacity:1;transform:translateY(0)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 2rem}}@media (min-width: 1024px){.container{padding:0 3rem}}.top-bar{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:.5rem 0;font-size:.875rem;animation:slideInFromTop .6s ease-out}.top-bar-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.top-bar-left{flex:1}.top-bar-right{display:none;gap:1.5rem}@media (min-width: 768px){.top-bar-right{display:flex}}.top-bar-link{color:#fff;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.top-bar-link:before{content:"";position:absolute;bottom:0;left:-100%;width:100%;height:2px;background:#fff;transition:left .3s ease}.top-bar-link:hover{transform:translateY(-2px)}.top-bar-link:hover:before{left:0}.main-header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;animation:fadeInUp .8s ease-out}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-img{height:40px;width:auto;transition:transform .3s ease}.logo-img:hover{transform:scale(1.05)}@media (min-width: 768px){.logo-img{height:50px}}.main-nav{display:none;gap:2rem}@media (min-width: 1024px){.main-nav{display:flex}}.nav-item{color:#374151;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;position:relative;overflow:hidden}.nav-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#1e40af,#3b82f6);transition:left .3s ease;z-index:-1;border-radius:.5rem}.nav-item:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #1e40af4d}.nav-item:hover:before{left:0}.header-actions{display:flex;align-items:center;gap:1rem}.action-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .3s ease;color:#374151}.action-btn:hover{background-color:#f3f4f6;transform:scale(1.1)}.mobile-menu-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:flex-end}.mobile-menu{background:#fff;width:280px;height:100%;padding:2rem;overflow-y:auto;animation:fadeInRight .3s ease-out}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:.5rem}.mobile-nav{display:flex;flex-direction:column}.mobile-nav-item{color:#374151;text-decoration:none;padding:1rem 0;border-bottom:1px solid #f3f4f6;font-weight:500;transition:all .3s ease;position:relative}.mobile-nav-item:before{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:linear-gradient(135deg,#1e40af,#3b82f6);transition:width .3s ease}.mobile-nav-item:hover{color:#1e40af;transform:translate(10px)}.mobile-nav-item:hover:before{width:100%}.mobile-nav-divider{margin:1rem 0;border:none;border-top:1px solid #e5e7eb}.hero-section{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width: 768px){.hero-section{min-height:85vh}}@media (min-width: 1024px){.hero-section{min-height:90vh}}.hero-background{position:absolute;inset:0;z-index:-2}.hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e40afcc,#3b82f699);z-index:-1}.hero-content{position:relative;z-index:1;width:100%;text-align:center;color:#fff;padding:4rem 0;margin:0;animation:fadeInUp 1s ease-out .3s both}.hero-title{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.8),4px 4px 8px rgba(0,0,0,.6),6px 6px 12px rgba(0,0,0,.4);animation:fadeInUp 1.2s ease-out .5s both}@media (min-width: 768px){.hero-title{font-size:3rem}}@media (min-width: 1024px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.125rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.6;animation:fadeInUp 1s ease-out .7s both}@media (min-width: 768px){.hero-subtitle{font-size:1.25rem}}.quick-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;max-width:800px;margin:0 auto;animation:fadeInUp 1s ease-out .9s both}@media (min-width: 768px){.quick-actions{gap:1.5rem;flex-wrap:nowrap;max-width:1200px}}@media (min-width: 1024px){.quick-actions{gap:2rem;flex-wrap:nowrap;max-width:1400px}}.quick-action-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem 1.5rem;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;min-width:140px;flex:1;max-width:200px;box-shadow:0 4px 20px #0000001a;position:relative;overflow:hidden}.quick-action-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}@media (min-width: 768px){.quick-action-card{padding:2rem 1.5rem;min-width:160px;max-width:250px}}.quick-action-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 12px 40px #0003}.quick-action-card:hover:before{left:100%}.quick-action-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:1rem;margin:0 auto 1rem;color:#fff;transition:all .3s ease}.quick-action-card:hover .quick-action-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 25px #1e40af66}.quick-action-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}@media (min-width: 768px){.quick-action-title{font-size:1.25rem}}.quick-action-text{font-size:.875rem;color:#6b7280;margin:0}@media (min-width: 768px){.quick-action-text{font-size:1rem}}.products-section,.benefits-section,.steps-section,.seo-content-section{padding:4rem 0;opacity:0;animation:fadeInUp .8s ease-out forwards}@media (min-width: 768px){.products-section,.benefits-section,.steps-section,.seo-content-section{padding:6rem 0}}.section-header{text-align:center;margin-bottom:3rem;animation:fadeInUp .8s ease-out}@media (min-width: 768px){.section-header{margin-bottom:4rem}}.section-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(135deg,#1e40af,#3b82f6);transition:width .8s ease}.section-header:hover .section-title:after{width:100%}@media (min-width: 768px){.section-title{font-size:2.5rem}}@media (min-width: 1024px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}@media (min-width: 768px){.section-subtitle{font-size:1.25rem}}.steps-progress{display:flex;justify-content:center;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}@media (min-width: 768px){.steps-progress{gap:2rem;margin-bottom:4rem}}.step-progress-item{display:flex;flex-direction:column;align-items:center;text-align:center}.step-progress-number{width:3rem;height:3rem;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin-bottom:.5rem;box-shadow:0 4px 12px #1e40af4d;transition:all .3s ease;position:relative;overflow:hidden}.step-progress-number:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.step-progress-item:hover .step-progress-number{transform:scale(1.1);box-shadow:0 8px 20px #1e40af66}.step-progress-item:hover .step-progress-number:before{left:100%}@media (min-width: 768px){.step-progress-number{width:4rem;height:4rem;font-size:1.5rem}}.step-progress-text{font-size:.875rem;font-weight:600;color:#374151;max-width:100px}@media (min-width: 768px){.step-progress-text{font-size:1rem;max-width:120px}}.step-progress-arrow{font-size:1.5rem;color:#6b7280;font-weight:700;display:none}@media (min-width: 768px){.step-progress-arrow{display:block;font-size:2rem}}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width: 1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;height:100%;position:relative}.product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e40af0d,#3b82f60d);opacity:0;transition:opacity .3s ease;z-index:1;pointer-events:none}.product-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00000026}.product-card:hover:before{opacity:1}.product-card__image{position:relative;overflow:hidden;height:200px;z-index:2}@media (min-width: 768px){.product-card__image{height:250px}}.product-card:last-child{display:flex;flex-direction:column}.product-card:last-child .product-card__image{height:100%;flex:1}.product-card:last-child .product-card__content{display:none}.step-number{position:absolute;top:1rem;left:1rem;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;box-shadow:0 4px 12px #1e40af66;z-index:10}@media (min-width: 768px){.step-number{width:3rem;height:3rem;font-size:1.25rem}}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.product-card:hover .product-card__image img{transform:scale(1.1) rotate(2deg)}.product-card__content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;position:relative;z-index:2}.step-header{margin-bottom:1rem}.step-label{display:inline-block;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:1rem;margin-bottom:.5rem;letter-spacing:.05em}@media (min-width: 768px){.step-label{font-size:.875rem;padding:.375rem 1rem}.product-card__content{padding:2rem}}.product-card__title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}@media (min-width: 768px){.product-card__title{font-size:1.5rem}}.product-card__description{color:#6b7280;margin-bottom:1.5rem;flex-grow:1;line-height:1.6}.product-card__button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .3s cubic-bezier(.175,.885,.32,1.275);align-self:flex-start;position:relative;overflow:hidden}.product-card__button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.product-card__button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 4px 12px #1e40af4d}.product-card__button:hover:before{left:100%}.benefits-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.benefits-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width: 1024px){.benefits-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.benefit-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e40af08,#3b82f608);opacity:0;transition:opacity .3s ease;pointer-events:none}@media (min-width: 768px){.benefit-card{padding:2.5rem}}.benefit-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 30px #00000026}.benefit-card:hover:before{opacity:1}.benefit-card__icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:1rem;margin-bottom:1.5rem;color:#fff;transition:all .3s ease;position:relative;z-index:1}.benefit-card:hover .benefit-card__icon{transform:scale(1.1) rotate(-5deg);box-shadow:0 8px 25px #1e40af66}.benefit-card__title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}@media (min-width: 768px){.benefit-card__title{font-size:1.5rem}}.benefit-card__text{color:#6b7280;line-height:1.6}.enhanced-process-flow{display:flex;align-items:flex-start;justify-content:center;flex-wrap:nowrap;gap:0;margin:0 auto;max-width:1600px;padding:2rem 0;overflow-x:visible;scroll-behavior:smooth}@media (max-width: 1023px){.enhanced-process-flow{flex-direction:column;align-items:center;gap:3rem;overflow:visible}}.process-step-enhanced{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:200px;max-width:280px;transition:all .3s ease;position:relative;padding:0 .5rem}@media (max-width: 1023px){.process-step-enhanced{max-width:500px;min-width:auto;width:100%;padding:0 1rem}}.process-step-enhanced:hover{transform:translateY(-8px)}.step-circle-enhanced{width:5rem;height:5rem;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:2rem;box-shadow:0 4px 15px #1e40af4d;transition:all .3s ease;position:relative;overflow:hidden;z-index:2}.step-circle-enhanced:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.process-step-enhanced:hover .step-circle-enhanced{transform:scale(1.15);box-shadow:0 8px 25px #1e40af66}.process-step-enhanced:hover .step-circle-enhanced:before{left:100%}@media (min-width: 768px){.step-circle-enhanced{width:6rem;height:6rem;font-size:2rem}}.step-content-enhanced{flex:1;margin-bottom:2rem}@media (max-width: 1023px){.step-content-enhanced{margin-bottom:0}}.step-title-enhanced{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.3}@media (min-width: 768px){.step-title-enhanced{font-size:1.5rem}}.step-description-enhanced{font-size:1rem;color:#6b7280;line-height:1.6;margin:0;text-align:left;max-width:280px}@media (min-width: 768px){.step-description-enhanced{font-size:1.125rem;max-width:300px}}@media (max-width: 1023px){.step-description-enhanced{text-align:center;max-width:100%}}.step-arrow-enhanced{color:#3b82f6;position:absolute;right:-2rem;top:2.5rem;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite;transition:all .3s ease;z-index:1}.step-arrow-enhanced:hover{transform:scale(1.2);color:#1e40af}@media (max-width: 1023px){.step-arrow-enhanced{position:static;transform:rotate(90deg);margin:2rem 0}}.process-step-enhanced:last-child .step-arrow-enhanced{display:none}.enhanced-process-flow:before{content:"";position:absolute;top:5rem;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent 0%,#e5e7eb 20%,#e5e7eb 80%,transparent 100%);z-index:0}@media (max-width: 1023px){.enhanced-process-flow:before{display:none}}.transition-section{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.transition-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.02"/><circle cx="50" cy="10" r="1" fill="%23000" opacity="0.02"/><circle cx="10" cy="90" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.transition-content{text-align:center;max-width:600px;margin:0 auto;position:relative;z-index:1}.transition-divider{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;gap:1rem}.transition-line{flex:1;height:2px;background:linear-gradient(90deg,transparent 0%,#1e40af 50%,transparent 100%);max-width:150px}.transition-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50%;color:#fff;box-shadow:0 4px 15px #1e40af4d;animation:pulse 2s infinite}.transition-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem;position:relative}@media (min-width: 768px){.transition-title{font-size:2.25rem}}.transition-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0}@media (min-width: 768px){.transition-subtitle{font-size:1.25rem}}.seo-content{max-width:800px;margin:0 auto}.seo-header{text-align:center;margin-bottom:3rem}.seo-main-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (min-width: 768px){.seo-main-title{font-size:2.5rem}}.seo-subtitle-main{font-size:1.25rem;color:#1e40af;font-weight:600}@media (min-width: 768px){.seo-subtitle-main{font-size:1.5rem}}.seo-intro{margin-bottom:3rem}.seo-text-content p{margin-bottom:1.5rem;line-height:1.7;color:#374151}.seo-section-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}@media (min-width: 768px){.seo-section-title{font-size:2rem}}.faq-section{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;margin-bottom:4rem;padding:2rem}.faq-section-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 2rem;text-align:left}@media (min-width: 768px){.faq-section-title{font-size:2rem}}.faq-item-accordion{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;overflow:hidden;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.faq-item-accordion:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.faq-item-header{width:100%;background:none;border:none;padding:1.5rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;position:relative;overflow:hidden}.faq-item-header:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#1e40af0d,#3b82f60d);transition:left .3s ease}.faq-item-header:hover{background-color:transparent}.faq-item-header:hover:before{left:0}.faq-question{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;flex:1;text-align:left}.faq-item-icon{color:#6b7280;transition:all .3s cubic-bezier(.175,.885,.32,1.275);flex-shrink:0;margin-left:1rem}.faq-item-icon.open{transform:rotate(90deg) scale(1.1);color:#1e40af}.faq-item-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item-content.open{max-height:200px}.faq-answer{color:#6b7280;line-height:1.6;margin:0;padding:0 1.5rem 1.5rem}.ticket-options-section{margin-bottom:4rem}.options-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.options-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.options-grid{grid-template-columns:repeat(3,1fr)}}.option-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.option-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(30,64,175,.05),transparent);transition:left .6s ease}@media (min-width: 768px){.option-card{padding:2rem}}.option-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 4px 12px #00000026}.option-card:hover:before{left:100%}.option-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.option-text{color:#6b7280;line-height:1.6}.tips-section{margin-bottom:4rem}.tips-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.tips-grid{grid-template-columns:repeat(2,1fr)}}.tips-card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.tips-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e40af05,#3b82f605);opacity:0;transition:opacity .3s ease;pointer-events:none}.tips-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 8px 25px #0000001a}.tips-card:hover:before{opacity:1}.tips-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.tips-list{list-style:none;padding:0}.tips-list li{display:flex;align-items:center;margin-bottom:.75rem;color:#374151;line-height:1.5;transition:all .2s ease}.tips-list li:hover{transform:translate(5px);color:#1e40af}.tips-list code{background:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem}.seo-cta{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:3rem;border-radius:1rem;text-align:center}@media (min-width: 768px){.seo-cta{padding:4rem}}.cta-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.cta-title{font-size:2.25rem}}.cta-text{font-size:1.125rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.btn-cta{display:inline-flex;align-items:center;gap:1rem;background:#fff;color:#1e40af;text-decoration:none;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1.125rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.btn-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(30,64,175,.1),transparent);transition:left .6s ease}@media (min-width: 768px){.btn-cta{padding:1.25rem 2.5rem;font-size:1.25rem}}.btn-cta:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 25px #00000026}.btn-cta:hover:before{left:100%}.footer{background:#e5e7eb;color:#374151;padding:3rem 0 1rem;animation:fadeInUp .8s ease-out}@media (min-width: 768px){.footer{padding:4rem 0 2rem}}.footer-content{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-content{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width: 1024px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}}.footer-column{display:flex;flex-direction:column}.footer-logo-img{height:50px;width:auto;margin-bottom:1rem;filter:none;transition:transform .3s ease;background:transparent}.footer-logo-img:hover{transform:scale(1.05)}.footer-text{color:#6b7280;line-height:1.6;margin-bottom:1rem}.footer-subtitle{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.footer-links{list-style:none;padding:0}.footer-link{color:#6b7280;text-decoration:none;display:block;padding:.25rem 0;transition:all .3s ease;position:relative}.footer-link:before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#1e40af;transition:width .3s ease}.footer-link:hover{color:#1e40af;transform:translate(5px)}.footer-link:hover:before{width:100%}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:2rem;text-align:center;color:#6b7280}.inline{display:inline}.mr-2{margin-right:.5rem}.text-green-500{color:#10b981}.text-blue-500{color:#3b82f6}.text-purple-500{color:#8b5cf6}.scroll-animate{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.scroll-animate.animate{opacity:1;transform:translateY(0)}.scroll-animate-left{opacity:0;transform:translate(-50px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.scroll-animate-left.animate{opacity:1;transform:translate(0)}.scroll-animate-right{opacity:0;transform:translate(50px);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.scroll-animate-right.animate{opacity:1;transform:translate(0)}.scroll-animate-scale{opacity:0;transform:scale(.8);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.scroll-animate-scale.animate{opacity:1;transform:scale(1)}@media (max-width: 767px){.mobile-menu-btn{display:block}}@media (min-width: 768px){.mobile-menu-btn{display:none}}
