*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.landing-page{font-family:apple,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8f9fa;overflow-x:hidden}.landing-course-mode-section{max-width:1400px;margin:0 auto;padding:6rem 2rem;margin-top:-5vh}.landing-course-mode-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.landing-course-mode-text h2{text-align:left;margin-bottom:1.5rem}.landing-course-mode-text .section-subtitle{text-align:left;margin-bottom:2rem;line-height:1.8}.landing-course-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.landing-stat-item{text-align:center;padding:1.5rem 1rem;background:linear-gradient(135deg,#ab9ff20d,#6366f10d);border-radius:16px;border:2px solid #e2e8f0;transition:transform .3s ease,border-color .3s ease}.landing-stat-item:hover{transform:translateY(-5px);border-color:#ab9ff2}.landing-stat-number{font-family:applemedium,sans-serif;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#ab9ff2,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.landing-stat-label{font-family:applethin,sans-serif;font-size:.95rem;color:#64748b}.landing-course-mode-visual{display:flex;justify-content:center;align-items:center;min-height:500px}.landing-document-stack-container{position:relative;width:100%;max-width:500px;height:500px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.landing-upload-zone{position:relative;width:200px;height:200px;background:linear-gradient(135deg,#ab9ff21a,#6366f11a);border:3px dashed #ab9ff2;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;animation:landing-pulse 2s ease-in-out infinite;z-index:1}.landing-upload-icon{font-size:3rem;animation:landing-bounce 2s ease-in-out infinite}.landing-upload-text{font-family:applemedium,sans-serif;font-size:1rem;color:#6366f1;font-weight:600}@keyframes landing-pulse{0%,to{box-shadow:0 0 #ab9ff266}50%{box-shadow:0 0 0 20px #ab9ff200}}@keyframes landing-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.landing-flying-documents{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.landing-flying-doc{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;padding:1rem 1.5rem;box-shadow:0 10px 40px #00000026;display:flex;align-items:center;gap:.75rem;opacity:0;animation:landing-flyToProcessor 3s ease-in-out infinite;border:2px solid #e2e8f0}.landing-flying-doc:nth-child(1){animation-delay:0s}.landing-flying-doc:nth-child(2){animation-delay:.5s}.landing-flying-doc:nth-child(3){animation-delay:1s}.landing-flying-doc:nth-child(4){animation-delay:1.5s}.landing-flying-doc:nth-child(5){animation-delay:2s}.landing-flying-doc:nth-child(6){animation-delay:2.5s}.landing-doc-emoji{font-size:1.5rem}.landing-doc-label{font-family:applemedium,sans-serif;font-size:.9rem;color:#0f172a;white-space:nowrap}@keyframes landing-flyToProcessor{0%{top:20%;left:50%;opacity:0;transform:translate(-50%,-50%) scale(.8) rotate(-5deg)}20%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}50%{top:50%;left:50%;opacity:1;transform:translate(-50%,-50%) scale(.9) rotate(5deg)}70%{opacity:.5;transform:translate(-50%,-50%) scale(.6) rotate(10deg)}to{top:50%;left:50%;opacity:0;transform:translate(-50%,-50%) scale(.3) rotate(15deg)}}.landing-ai-processor{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.landing-processor-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:radial-gradient(circle,rgba(171,159,242,.3) 0%,transparent 70%);border-radius:50%;animation:landing-glowPulse 2s ease-in-out infinite}@keyframes landing-glowPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.2);opacity:1}}.landing-processor-core{position:relative;width:120px;height:120px;background:linear-gradient(135deg,#ab9ff2,#6366f1);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;box-shadow:0 20px 60px #ab9ff280;animation:landing-rotate 4s linear infinite;border:4px solid white}.landing-ai-icon{font-size:2.5rem;animation:landing-processorBounce 1s ease-in-out infinite}.landing-processing-text{font-family:applemedium,sans-serif;font-size:.75rem;color:#fff;font-weight:600;letter-spacing:.5px}@keyframes landing-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes landing-processorBounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.landing-progress-bar{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);width:150px;height:8px;background:#ffffff4d;border-radius:10px;overflow:hidden}.landing-progress-fill{height:100%;background:#fff;border-radius:10px;animation:landing-progressAnimation 3s ease-in-out infinite}@keyframes landing-progressAnimation{0%{width:0%}50%{width:100%}to{width:0%}}.landing-output-materials{position:absolute;bottom:0;left:0;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}.landing-output-card{background:#fff;border-radius:12px;padding:1rem;border:2px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:0 10px 30px #0000001a;opacity:0;transform:translateY(20px);animation:landing-outputAppear .6s ease-out forwards}.landing-output-card:nth-child(1){animation-delay:2s}.landing-output-card:nth-child(2){animation-delay:2.2s}.landing-output-card:nth-child(3){animation-delay:2.4s}.landing-output-card:nth-child(4){animation-delay:2.6s}.landing-output-icon{font-size:2rem}.landing-output-label{font-family:applemedium,sans-serif;font-size:.85rem;color:#0f172a;font-weight:600;text-align:center}@keyframes landing-outputAppear{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1100px){.landing-course-mode-content{grid-template-columns:1fr;gap:3rem}.landing-course-mode-text h2,.landing-course-mode-text .section-subtitle{text-align:center}.landing-course-stats{justify-content:center}}@media(max-width:768px){.landing-course-mode-section{margin-top:-10rem}.landing-document-stack-container{max-width:400px;height:400px}.landing-upload-zone{width:150px;height:150px}.landing-processor-core{width:100px;height:100px}.landing-ai-icon,.landing-stat-number{font-size:2rem}.landing-course-stats{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:480px){.landing-document-stack-container{max-width:320px;height:350px}.landing-upload-zone{width:120px;height:120px}.landing-upload-icon{font-size:2rem}.landing-upload-text{font-size:.75rem}.landing-processor-core{width:80px;height:80px}.landing-ai-icon{font-size:1.5rem}.landing-processing-text{font-size:.65rem}.landing-flying-doc{padding:.75rem 1rem}.landing-doc-emoji{font-size:1.25rem}.landing-doc-label{font-size:.75rem}.landing-output-materials{grid-template-columns:repeat(2,1fr);gap:.75rem}.landing-output-card{padding:.75rem}.landing-output-icon{font-size:1.5rem}.landing-output-label{font-size:.75rem}.landing-course-stats{grid-template-columns:1fr;gap:1rem}.landing-stat-number{font-size:1.75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#f8f9fa;border-bottom:1px solid transparent;transition:border-color .3s ease,box-shadow .3s ease;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;animation:fadeIn .6s ease-out}.header.scrolled{border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d}.header-box{display:flex;align-items:center}.left-box{flex:0 0 auto}.center-box{flex:1;justify-content:start;margin-left:3vw;gap:2rem}.right-box{flex:0 0 auto;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem;font-family:applemedium,sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;cursor:pointer}.landingPageLogo{height:auto;max-height:40px;cursor:pointer}.logo-icon{font-size:1.75rem}.centerBoxButtons{font-family:applethin,sans-serif;font-size:.95rem;color:#64748b;text-decoration:none;background-color:#f8f9fa;cursor:pointer;transition:color .3s ease;position:relative;padding-bottom:.25rem}.centerBoxButtons:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#ab9ff2;transition:width .3s ease}.centerBoxButtons:hover{color:#0f172a}.centerBoxButtons:hover:after{width:100%}.header-btn{background:none;border:none;font-family:applethin,sans-serif;font-size:.95rem;cursor:pointer;transition:color .3s ease,background .3s ease,transform .2s ease;padding:.5rem 1rem;border-radius:6px;text-decoration:none;display:inline-block}.headerButton{color:#64748b}.headerButton{color:#64748b;position:relative;padding-bottom:.25rem}.headerButton:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#ab9ff2;transition:width .3s ease}.headerButton:hover:after{width:100%}.headerButton:hover{color:#0f172a;background:#f8f9fa}.header-btn.outline{background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;padding:.625rem 1.25rem;border-radius:6px;font-family:applemedium,sans-serif;transition:transform .2s ease,box-shadow .3s ease}.header-btn.outline:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ab9ff24d}.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer}.hamburger div{width:25px;height:2.5px;background-color:#0f172a;border-radius:3px;transition:.3s}.dropdown{display:none;position:absolute;top:100%;right:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #0000001a;padding:1rem;flex-direction:column;gap:.75rem;min-width:200px;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.dropdown.show{display:flex;opacity:1;transform:translateY(0);pointer-events:all}.dropdown a{font-family:applethin,sans-serif;font-size:.95rem;color:#64748b;text-decoration:none;padding:.5rem;border-radius:4px;cursor:pointer;transition:background .3s ease,color .3s ease}.dropdown a:hover{background:#f8f9fa;color:#0f172a}.section-one{display:flex;flex-wrap:wrap;gap:1.5rem;padding:2rem;justify-content:center;margin:0 auto;max-width:1500px;padding-top:calc(80px + 2rem);margin-top:-6vh;margin-top:-6dvh}.box{flex:1 1 48%;min-width:300px;max-width:1300px;padding:clamp(1rem,2vw,2rem);background-color:#f8f9fa;border:1px solid #f8f9fa;border-radius:6px;text-align:left;display:flex;flex-direction:column;justify-content:center;opacity:0;animation:fadeInUp .8s ease-out forwards;width:100%}.box:first-child{animation-delay:.2s}.box:last-child{animation-delay:.4s}.hero-visual-box{position:relative;min-height:400px}.sectionOneTitle{font-family:apple,sans-serif;font-size:clamp(4rem,8vw,4rem);text-align:left;margin-bottom:2.5rem;margin-top:2.2rem;line-height:1.3;color:#0f172a;font-weight:800}.gradient-text{background:linear-gradient(135deg,#ab9ff2,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.description{font-family:applethin,Arial,sans-serif;font-size:clamp(1.1rem,1.2vw,1.3rem);color:#656565;font-weight:lighter;margin-bottom:1.5rem}.bySigningUp{font-family:applethin,Arial,sans-serif;font-size:clamp(.8rem,1vw,.8rem);color:#656565;font-weight:lighter}.bySigningUpSpan{color:#ab9ff2;text-decoration:none}.bySigningUpSpan:hover{color:#9f8ff9;text-decoration:underline}.buttonGroup{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;justify-content:flex-start;align-items:center}.landingSignUpButton,.googleSignUp{flex:0 1 auto;min-width:140px;max-width:219px;padding:1rem 1.5rem;border-radius:6px;cursor:pointer;font-family:applethin,Arial,sans-serif;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:box-shadow .2s ease,transform .2s ease;margin-top:1rem}.landingSignUpButton{background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;border:0px solid black;box-shadow:0 2px 4px #00000026}.landingSignUpButton span.arrow{display:inline-block;transition:transform .3s ease}.landingSignUpButton:hover span.arrow{transform:translate(10px)}.landingSignUpButton:hover{background-color:#a393fc;box-shadow:0 4px 8px #0003;transform:translateY(-1px)}.googleSignUp{background-color:#fff;color:#000;border:1px solid #ab9ff2;box-shadow:0 2px 4px #00000026}.googleSignUp:hover{border:.7px solid #AB9FF2;box-shadow:0 4px 8px #0003;transform:translateY(-1px)}.google-logo-img{height:1rem;width:auto}.floating-card{position:absolute;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 40px #0000001a;display:flex;align-items:center;gap:1rem;animation:float 3s ease-in-out infinite,scaleIn .6s ease-out backwards}.floating-card.card-1{top:20%;left:10%;animation-delay:0s,.6s}.floating-card.card-2{top:50%;right:10%;animation-delay:1s,.8s}.floating-card.card-3{bottom:10%;left:20%;animation-delay:2s,1s}.card-icon{font-size:2rem}.card-text{font-family:applethin,sans-serif;font-size:1.5rem;color:#0f172a}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features{max-width:1200px;margin:0 auto;padding:6rem 2rem;margin-top:-8vh}.features-header{text-align:center;margin-bottom:4rem}.section-title{font-family:applemedium,sans-serif;font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:1rem;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.1s}.section-title-special{font-family:applemedium,sans-serif;font-size:3rem;color:#0f172a;margin-bottom:1rem;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.1s;margin-top:-3rem}.section-subtitle{font-family:applethin,sans-serif;font-size:1.1rem;color:#64748b;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.2s}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;opacity:0;animation:fadeInUp .6s ease-out forwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ab9ff226;border-color:#ab9ff2}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-title{font-family:applemedium,sans-serif;font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.feature-description{font-family:applethin,sans-serif;font-size:.95rem;line-height:1.6;color:#64748b}.subjects{padding:6rem 0;background:#fff;max-width:100%;margin:0 auto;justify-content:center;align-items:center}.subjects-title{font-family:applemedium,sans-serif;font-size:2.25rem;font-weight:800;color:#0f172a;text-align:center;margin-bottom:.5rem;padding:0 2rem;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.1s}.subjects-subtitle{font-family:applethin,sans-serif;font-size:1.1rem;color:#64748b;text-align:center;margin-bottom:3rem;padding:0 2rem;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.2s}.scrolling-banner{position:relative;overflow:hidden;padding:2rem 0;width:100%;align-items:center;justify-content:center}.fade-left,.fade-right{position:absolute;top:50%;transform:translateY(-50%);height:100%;width:clamp(100px,10vw,200px);z-index:10;pointer-events:none}.fade-left{left:0;background:linear-gradient(to right,white,transparent)}.fade-right{right:0;background:linear-gradient(to left,white,transparent)}.scroll-track{display:flex;gap:1rem;width:max-content;animation:scroll 40s linear infinite;align-items:center}.scroll-track:hover{animation-play-state:paused}.subject-tags{display:flex;gap:1rem;flex-shrink:0;align-items:center}.subject-tag{background:linear-gradient(135deg,#ab9ff21a,#6366f11a);color:#6366f1;font-family:applemedium,sans-serif;font-size:1rem;padding:.75rem 1.5rem;border-radius:50px;border:1px solid rgba(171,159,242,.3);white-space:nowrap;transition:transform .3s ease,box-shadow .3s ease}.subject-tag:hover{transform:scale(1.05);box-shadow:0 5px 15px #ab9ff233}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}@media(min-width:1600px){.scroll-track{animation:scroll 50s linear infinite}}@media(min-width:2000px){.scroll-track{animation:scroll 60s linear infinite}}.how-it-works{max-width:1200px;margin:0 auto;padding:6rem 2rem}.how-it-works-header{text-align:center;margin-bottom:4rem}.steps{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem;flex-wrap:wrap}.step{background:#fff;border-radius:16px;padding:2rem;border:1px solid #e2e8f0;text-align:center;flex:1;min-width:250px;max-width:300px;position:relative;transition:transform .3s ease,box-shadow .3s ease;opacity:0;animation:fadeInUp .6s ease-out forwards}.step:nth-child(1){animation-delay:.2s}.step:nth-child(3){animation-delay:.4s}.step:nth-child(5){animation-delay:.6s}.step:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ab9ff226}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:40px;height:40px;background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:applemedium,sans-serif;font-weight:700;font-size:1.125rem}.step-icon{font-size:3rem;margin:1.5rem 0 1rem}.step-title{font-family:applemedium,sans-serif;font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.step-description{font-family:applethin,sans-serif;font-size:.95rem;line-height:1.6;color:#64748b}.step-connector{font-size:2rem;color:#ab9ff2;font-weight:700}.special-instructions{max-width:1400px;margin:0 auto;padding:6rem 2rem;background:#f8f9fa;margin-top:-5vh}.special-instructions-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.special-instructions-text h2{text-align:left;margin-bottom:1.5rem}.special-instructions-text .section-subtitle{text-align:left;margin-bottom:2rem;line-height:1.8}.instruction-examples{display:flex;flex-direction:column;gap:1rem}.example-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.example-item:hover{transform:translate(10px);box-shadow:0 5px 20px #ab9ff226}.example-icon{font-size:1.5rem}.example-text{font-family:applemedium,sans-serif;font-size:1rem;color:#0f172a}.special-instructions-visual{display:flex;justify-content:center;align-items:center}.instruction-box-container{position:relative;width:100%;max-width:450px;height:300px;display:flex;align-items:center;justify-content:center}.instruction-carousel{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;margin-bottom:50px;mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%)}.instruction-set{display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:slideUpInfinite 27s linear infinite}.instruction-item{font-family:applemedium,sans-serif;font-size:1.1rem;color:#64748b;padding:1.25rem 2rem;background:#fff;border-radius:12px;border:2px solid #e2e8f0;white-space:nowrap;opacity:.6;transform:scale(.95);transition:all .3s ease;min-width:280px;text-align:center}.instruction-item.active{opacity:1;transform:scale(1);border-color:#ab9ff2;background:linear-gradient(135deg,#ab9ff20d,#6366f10d);box-shadow:0 10px 30px #ab9ff233;color:#6366f1;z-index:10}.instruction-input-box{position:absolute;bottom:20px;width:90%;padding:1rem 1.5rem;background:#fff;border:2px solid #ab9ff2;border-radius:12px;box-shadow:0 10px 40px #ab9ff233;z-index:5}.input-placeholder{font-family:applethin,sans-serif;font-size:.95rem;color:#94a3b8}@keyframes slideUpInfinite{0%{transform:translateY(0)}to{transform:translateY(-33.33%)}}@keyframes highlightCycle{0%,to{opacity:.6;transform:scale(.95);border-color:#e2e8f0;background:#fff;box-shadow:none;color:#64748b}7.4%,14.8%{opacity:1;transform:scale(1);border-color:#ab9ff2;background:linear-gradient(135deg,#ab9ff20d,#6366f10d);box-shadow:0 10px 30px #ab9ff233;color:#6366f1}22.2%{opacity:.6;transform:scale(.95);border-color:#e2e8f0;background:#fff;box-shadow:none;color:#64748b}}.pricing{max-width:1200px;margin:0 auto;padding:6rem 2rem;background:#f8f9fa;margin-top:-10vh}.pricing-header{text-align:center;margin-bottom:4rem}.billing-toggle{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;padding:.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;max-width:320px;margin-left:auto;margin-right:auto}.toggle-btn{font-family:applemedium,sans-serif;font-size:.95rem;padding:.625rem 1.25rem;border:none;background:transparent;color:#64748b;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.toggle-btn.active{background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff}.save-badge{font-size:.75rem;background:#fff3;padding:.25rem .5rem;border-radius:4px}.toggle-btn.active .save-badge{background:#ffffff4d}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.pricing-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;border:2px solid #e2e8f0;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;opacity:0;animation:fadeInUp .6s ease-out forwards}.pricing-card:nth-child(1){animation-delay:.2s}.pricing-card:nth-child(2){animation-delay:.3s}.pricing-card:nth-child(3){animation-delay:.4s}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ab9ff226}.pricing-card.popular{border-color:#ab9ff2;box-shadow:0 20px 60px #ab9ff24d;background:linear-gradient(135deg,#f8f7ff,#f0edff);transform:scale(1.02)}.pricing-card.popular:hover{transform:scale(1.05)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;font-family:applemedium,sans-serif;font-size:.75rem;padding:.375rem 1rem;border-radius:20px;font-weight:600;letter-spacing:.5px}.plan-header{text-align:center;margin-bottom:1.5rem}.plan-emoji{font-size:3rem;margin-bottom:.5rem}.plan-name{font-family:applemedium,sans-serif;font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.plan-description{font-family:applethin,sans-serif;font-size:.95rem;color:#64748b}.plan-price{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f1f5f9}.price-amount{font-family:applemedium,sans-serif;font-size:3rem;font-weight:800;color:#0f172a}.price-period{font-family:applethin,sans-serif;font-size:1rem;color:#64748b}.plan-features{list-style:none}.plan-feature{font-family:applethin,sans-serif;font-size:.95rem;color:#0f172a;padding:.75rem 0;display:flex;align-items:center;gap:.75rem}.feature-check{color:#6366f1;font-weight:700;font-size:1.25rem}.plan-button{width:100%;padding:1rem;border-radius:10px;font-family:applemedium,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .3s ease}.plan-button.primary{background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff}.plan-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ab9ff24d}.plan-button.secondary{background:#fff;color:#6366f1;border:2px solid #6366f1}.plan-button.secondary:hover{background:#6366f1;color:#fff;transform:translateY(-2px)}.plan-button.disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.plan-button.disabled:hover{transform:none}.cta{background:linear-gradient(135deg,#ab9ff2,#6366f1);padding:6rem 2rem}.cta-content{max-width:800px;margin:0 auto;text-align:center}.cta-title{font-family:applemedium,sans-serif;font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.1s}.cta-description{font-family:applethin,sans-serif;font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.2s}.cta-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.3s}.landingPrimary-button{background:#fff;color:#6366f1;border:none;font-family:applemedium,sans-serif;font-size:1rem;padding:.875rem 1.75rem;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:transform .2s ease,box-shadow .3s ease}.landingPrimary-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffffff4d}.landingPrimary-button.large{font-size:1.125rem;padding:1rem 2rem}.arrow{font-size:1.25rem;transition:transform .3s ease}.landingPrimary-button:hover .arrow{transform:translate(4px)}.cta-subtext{font-family:applethin,sans-serif;font-size:.95rem;color:#fffc;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:.4s}.footer{background:#0f172a;color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo{color:#fff;margin-bottom:1rem}.footer-tagline{font-family:applethin,sans-serif;font-size:.95rem;color:#94a3b8}.footer-heading{font-family:applemedium,sans-serif;font-size:1rem;font-weight:700;margin-bottom:1rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-link{font-family:applethin,sans-serif;font-size:.95rem;color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#ab9ff2}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-family:applethin,sans-serif;font-size:.875rem;color:#94a3b8}@media(max-width:1800px){.section-title-special{font-size:4rem}}@media(max-width:1100px){.center-box{display:none}.hamburger{display:flex}.section-one{padding:1rem;margin:0 1rem;padding-top:calc(30px + 2rem)}.section-title-special{margin-top:-4rem}.box{flex:1 1 100%;max-width:none}.pricing-grid{grid-template-columns:1fr}.special-instructions-content{grid-template-columns:1fr;gap:3rem}.special-instructions-text h2,.special-instructions-text .section-subtitle{text-align:center}}@media(max-width:768px){.right-box{display:none}.features-grid{grid-template-columns:1fr}.steps{flex-direction:column}.section-title-special{margin-top:-4rem}.step-connector{transform:rotate(90deg)}.footer-content{grid-template-columns:1fr;gap:2rem}.cta-title{font-size:1.75rem}}@media(max-width:600px){.section-one{padding:1rem;margin:0 1rem;padding-top:calc(30px + 1.5rem)}.buttonGroup{flex-direction:row!important;gap:1rem;align-items:stretch}.section-title-special{margin-top:-4rem}.landingSignUpButton,.googleSignUp{flex:1 1 100%!important;max-width:100%!important;min-width:0!important;font-size:.95rem;padding-top:1.2em;padding-bottom:1.2rem;font-size:large}}@media(max-width:549px){.sectionOneTitle{font-size:clamp(2.25rem,8vw,3rem)}}@media(max-width:480px){.section-one{padding-top:calc(70px + 2rem);margin:0 .75rem}.landingPageLogo{margin-left:-1.5rem}.card-text{font-size:.95rem}.floating-card{margin-top:-40px}.box{padding:0rem}.section-title-special{font-size:2.4rem;margin-top:-3rem}.sectionOneTitle{font-size:clamp(2.25rem,8vw,3rem);margin-bottom:1rem;margin-top:-1rem}.description{font-size:clamp(1rem,4vw,1.2rem);margin-bottom:1.2rem}.landingSignUpButton,.googleSignUp{font-size:15px}}@media(max-width:390px){.section-one{padding:0;margin:1.5rem .75rem;margin-top:70px!important;gap:1rem}.section-title-special{font-size:2rem;margin-top:-3rem}.box{min-width:0;max-width:100%;padding:.75rem;flex:1 1 100%}.sectionOneTitle{font-size:clamp(2.5rem,5vw,3rem);margin-bottom:1.25rem;margin-top:0;line-height:1.2}.description{font-size:clamp(.95rem,4vw,1.1rem);margin-bottom:1rem}.buttonGroup{flex-direction:column;gap:.75rem}.landingSignUpButton,.googleSignUp{width:100%;min-width:0;max-width:100%;padding:1rem;font-size:.9rem}.hero-visual-box{min-height:300px}.floating-card{padding:1rem;margin-top:-20px}.card-text{font-size:.85rem}}@media(min-width:1600px){.box{flex:1 1 48%;max-width:700px}}@supports (-webkit-touch-callout: none){.section-one{padding-top:calc(70px + 3rem)}.header{-webkit-backface-visibility:hidden;backface-visibility:hidden}}.support-container{max-width:1100px;margin:0 auto;padding:6rem 2rem 2rem;position:relative}.back-button{position:fixed;top:2rem;left:2rem;display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;color:#64748b;font-family:applemedium,-apple-system,sans-serif;font-size:.95rem;cursor:pointer;padding:.75rem 1.25rem;border-radius:10px;transition:all .2s ease;z-index:1000;box-shadow:0 2px 8px #0000000d}.back-button:hover{color:#0f172a;transform:translate(-4px);border-color:#ab9ff2;box-shadow:0 4px 12px #ab9ff226}.back-arrow{font-size:1.25rem;line-height:1}.back-text{font-weight:600}.support-hero{text-align:center;margin-bottom:3rem;padding:3rem 2rem;background:linear-gradient(135deg,#faf5ff,#f0f4ff);border-radius:20px;position:relative;overflow:hidden}.support-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(171,159,242,.15) 0%,transparent 70%);border-radius:50%}.support-hero:after{content:"";position:absolute;bottom:-30%;left:-5%;width:250px;height:250px;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);border-radius:50%}.hero-icon-wrapper{margin-bottom:1.5rem;position:relative;z-index:1}.hero-icon{font-size:4rem;display:inline-block;animation:float 3s ease-in-out infinite;filter:drop-shadow(0 4px 12px rgba(171,159,242,.3))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.support-title{font-family:apple,-apple-system,sans-serif;font-size:2.75rem;font-weight:800;color:#0f172a;margin:0 0 .75rem;position:relative;z-index:1}.support-subtitle{font-family:applethin,-apple-system,sans-serif;font-size:1.15rem;color:#64748b;margin:0 0 2rem;position:relative;z-index:1}.search-bar-support{position:relative;max-width:600px;margin:0 auto;z-index:1}.search-bar-support:before{content:"🔍";position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);font-size:1.25rem;pointer-events:none}.search-input-support{width:100%;padding:1rem 1.25rem 1rem 3.5rem;border:2px solid #e2e8f0;border-radius:12px;font-family:applemedium,-apple-system,sans-serif;font-size:1rem;color:#0f172a;background:#fff;outline:none;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}.search-input-support:focus{border-color:#ab9ff2;box-shadow:0 0 0 4px #ab9ff21a,0 4px 12px #0000000d}.search-input-support::placeholder{color:#94a3b8}.quick-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:4rem}.quick-link-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.quick-link-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#ab9ff2,#6366f1);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.quick-link-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #ab9ff233;border-color:#ab9ff2}.quick-link-card:hover:before{transform:scaleX(1)}.quick-link-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block;transition:transform .3s ease}.quick-link-card:hover .quick-link-icon{transform:scale(1.1)}.quick-link-card h3{font-family:apple,-apple-system,sans-serif;font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.quick-link-card p{font-family:applethin,-apple-system,sans-serif;font-size:.9rem;color:#64748b;margin:0}.faq-section{margin-bottom:4rem}.section-label{font-family:apple,-apple-system,sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:2px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 20px #ab9ff21f;border-color:#cbd5e1}.faq-item.open{border-color:#ab9ff2;box-shadow:0 8px 20px #ab9ff233}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .2s ease}.faq-question:hover{background-color:#f8f9fa}.faq-item.open .faq-question{background:linear-gradient(135deg,#faf5ff,#f0f4ff)}.faq-question-content{display:flex;align-items:center;gap:1rem;flex:1}.faq-emoji{font-size:1.75rem;flex-shrink:0}.faq-question-text{font-family:apple,-apple-system,sans-serif;font-size:1.05rem;font-weight:600;color:#0f172a;padding-right:1rem}.faq-toggle-icon{font-family:apple,-apple-system,sans-serif;font-size:1.75rem;font-weight:300;color:#ab9ff2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f1f5f9;transition:all .3s ease;flex-shrink:0}.faq-item.open .faq-toggle-icon{background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem 4.25rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{font-family:applethin,-apple-system,sans-serif;font-size:1rem;line-height:1.7;color:#64748b;margin:0}.no-results-support{text-align:center;padding:4rem 2rem;background:#fff;border:2px dashed #e2e8f0;border-radius:16px}.no-results-emoji{font-size:4rem;display:block;margin-bottom:1rem;opacity:.4}.no-results-support p{font-family:applemedium,-apple-system,sans-serif;font-size:1.1rem;color:#64748b;margin:0 0 1.5rem}.clear-search-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;border:none;border-radius:10px;font-family:apple,-apple-system,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #ab9ff24d}.clear-search-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ab9ff266}.contact-section{display:flex;justify-content:center;padding:2rem 0}.contact-card{background:linear-gradient(135deg,#faf5ff,#fff);border:2px solid #e2e8f0;border-radius:20px;padding:3rem 2.5rem;text-align:center;max-width:600px;width:100%;box-shadow:0 8px 24px #ab9ff226;position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:-50%;right:-20%;width:200px;height:200px;background:radial-gradient(circle,rgba(171,159,242,.1) 0%,transparent 70%);border-radius:50%}.contact-icon-large{font-size:3.5rem;margin-bottom:1.5rem;display:inline-block;animation:bounce 2s ease-in-out infinite;position:relative;z-index:1}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.contact-title{font-family:apple,-apple-system,sans-serif;font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .75rem;position:relative;z-index:1}.contact-description{font-family:applethin,-apple-system,sans-serif;font-size:1.05rem;color:#64748b;line-height:1.6;margin:0 0 2rem;position:relative;z-index:1}.contact-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2.5rem;background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;border:none;border-radius:12px;font-family:apple,-apple-system,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ab9ff24d;position:relative;z-index:1}.contact-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ab9ff266}.contact-button-icon{font-size:1.1rem}.contact-email-display{font-family:apple,-apple-system,sans-serif;font-size:1.25rem;color:#6366f1;margin:0;position:relative;z-index:1;font-weight:600;background:linear-gradient(135deg,#ab9ff2,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:2.5rem 0;position:relative;z-index:1}.additional-resources{position:relative;z-index:1}.resources-title{font-family:apple,-apple-system,sans-serif;font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 1rem}.resource-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.resource-link{font-family:applemedium,-apple-system,sans-serif;font-size:.9rem;color:#6366f1;text-decoration:none;padding:.5rem 1rem;border-radius:8px;background:#fff;border:1px solid #e2e8f0;transition:all .2s ease}.resource-link:hover{background:#f8f9fa;border-color:#ab9ff2;transform:translateY(-2px)}@media(max-width:768px){.support-container{padding:5rem 1rem 1rem}.back-button{top:1rem;left:1rem;padding:.6rem 1rem;font-size:.9rem}.support-hero{padding:2rem 1.5rem;margin-bottom:2rem}.hero-icon{font-size:3rem}.support-title{font-size:2rem}.support-subtitle{font-size:1rem}.quick-links{grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}.quick-link-card{padding:1.5rem}.section-label{font-size:1.25rem}.faq-question{padding:1.25rem}.faq-question-text{font-size:.95rem}.faq-emoji{font-size:1.5rem}.faq-answer{padding:0 1.25rem 1.25rem 3.5rem}.faq-answer p{font-size:.95rem}.contact-card{padding:2.5rem 1.5rem}.contact-title{font-size:1.5rem}.contact-description{font-size:1rem}.resource-links{flex-direction:column;gap:.75rem}}@media(max-width:480px){.support-title{font-size:1.75rem}.faq-question-text{font-size:.9rem}.faq-toggle-icon{width:32px;height:32px;font-size:1.5rem}.contact-button{padding:.75rem 2rem;font-size:.95rem}}.blog-page{font-family:apple,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8f9fa;min-height:100vh}.blog-page a{text-decoration:none}.blog-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#f8f9fa;border-bottom:1px solid transparent;transition:border-color .3s ease,box-shadow .3s ease;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;animation:fadeInBlog .6s ease-out}.blog-header-scrolled{border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d}.blog-header-box{display:flex;align-items:center}.blog-header-left{flex:0 0 auto}.blog-header-center{flex:1;justify-content:start;margin-left:3vw;gap:2rem}.blog-header-right{flex:0 0 auto;gap:1rem}.blog-logo-image{height:auto;max-height:40px;cursor:pointer}.blog-nav-link{font-family:applethin,sans-serif;font-size:.95rem;color:#64748b;text-decoration:none;background-color:#f8f9fa;cursor:pointer;transition:color .3s ease;position:relative;padding-bottom:.25rem}.blog-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#ab9ff2;transition:width .3s ease}.blog-nav-link:hover{color:#0f172a}.blog-nav-link:hover:after{width:100%}.blog-header-btn{background:none;border:none;font-family:applethin,sans-serif;font-size:.95rem;cursor:pointer;transition:color .3s ease,background .3s ease,transform .2s ease;padding:.5rem 1rem;border-radius:6px;text-decoration:none;display:inline-block}.blog-header-btn-login{color:#64748b;position:relative;padding-bottom:.25rem}.blog-header-btn-login:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#ab9ff2;transition:width .3s ease}.blog-header-btn-login:hover:after{width:100%}.blog-header-btn-login:hover{color:#0f172a;background:#f8f9fa}.blog-header-btn-signup{background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;padding:.625rem 1.25rem;border-radius:6px;font-family:applemedium,sans-serif;transition:transform .2s ease,box-shadow .3s ease}.blog-header-btn-signup:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ab9ff24d}.blog-hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer}.blog-hamburger div{width:25px;height:2.5px;background-color:#0f172a;border-radius:3px;transition:.3s}.blog-dropdown{display:none;position:absolute;top:100%;right:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #0000001a;padding:1rem;flex-direction:column;gap:.75rem;min-width:200px;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.blog-dropdown-show{display:flex;opacity:1;transform:translateY(0);pointer-events:all}.blog-dropdown a{font-family:applethin,sans-serif;font-size:.95rem;color:#64748b;text-decoration:none;padding:.5rem;border-radius:4px;cursor:pointer;transition:background .3s ease,color .3s ease}.blog-dropdown a:hover{background:#f8f9fa;color:#0f172a}.blog-hero{background:#f8f9fa;padding:8rem 2rem 4rem;text-align:center}.blog-hero-content{max-width:800px;margin:0 auto}.blog-hero-title{font-family:applebold,sans-serif;font-size:clamp(3rem,6vw,4.5rem);font-weight:1000;color:#0f172a;margin-bottom:1.5rem;animation:fadeInUpBlog .6s ease-out}.blog-gradient-text{background:linear-gradient(135deg,#ab9ff2,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:applebold,sans-serif;font-weight:1000;font-size:5rem}.blog-hero-subtitle{font-family:applethin,sans-serif;font-size:clamp(1.1rem,2vw,1.3rem);color:#64748b;max-width:600px;margin:0 auto;animation:fadeInUpBlog .6s ease-out .1s backwards}.blog-controls{max-width:1200px;margin:0 auto;padding:2rem 2rem 0}.blog-controls-container{display:flex;justify-content:center;animation:fadeInUpBlog .6s ease-out .2s backwards}.blog-categories{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.blog-category-btn{padding:.625rem 1.25rem;border-radius:50px;border:2px solid #e2e8f0;background:#fff;color:#64748b;font-family:applemedium,sans-serif;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-weight:600}.blog-category-btn:hover{border-color:#ab9ff2;color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #ab9ff233}.blog-category-btn-active{background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;border-color:transparent;box-shadow:0 4px 15px #ab9ff24d}.blog-featured-section{max-width:1200px;margin:3rem auto;padding:0 2rem}.blog-featured-container{position:relative;animation:fadeInUpBlog .6s ease-out .3s backwards}.blog-featured-badge{display:inline-block;background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;font-family:applemedium,sans-serif;font-size:.75rem;padding:.5rem 1rem;border-radius:50px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px #ab9ff24d}.blog-featured-post{background:#fff;border-radius:24px;overflow:hidden;border:2px solid #e2e8f0;display:grid;grid-template-columns:1fr 1fr;transition:all .4s ease;box-shadow:0 4px 20px #00000014}.blog-featured-post:hover{transform:translateY(-5px);box-shadow:0 20px 60px #ab9ff233;border-color:#ab9ff2}.blog-featured-image-wrapper{position:relative;overflow:hidden;min-height:400px}.blog-featured-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.blog-featured-post:hover .blog-featured-image{transform:scale(1.05)}.blog-featured-category-badge{position:absolute;top:1.5rem;left:1.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#6366f1;font-family:applemedium,sans-serif;font-size:.85rem;padding:.5rem 1rem;border-radius:50px;font-weight:700;box-shadow:0 4px 15px #0000001a}.blog-featured-content{padding:3rem;display:flex;flex-direction:column;justify-content:center}.blog-featured-title{font-family:apple,sans-serif;font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:1rem;line-height:1.3}.blog-featured-excerpt{font-family:applethin,sans-serif;font-size:1.1rem;color:#64748b;line-height:1.7;margin-bottom:1.5rem}.blog-featured-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;font-family:applethin,sans-serif;font-size:.9rem;color:#64748b}.blog-meta-author{display:flex;align-items:center;gap:.5rem}.blog-author-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-family:applemedium,sans-serif;font-weight:700;font-size:.85rem}.blog-meta-divider{color:#cbd5e1}.blog-meta-date,.blog-meta-read-time{color:#64748b}.blog-featured-read-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;border:none;border-radius:12px;font-family:applemedium,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 15px #ab9ff24d}.blog-featured-read-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ab9ff266}.blog-arrow{transition:transform .3s ease}.blog-featured-read-btn:hover .blog-arrow{transform:translate(5px)}.blog-grid-section{max-width:1200px;margin:0 auto;padding:3rem 2rem}.blog-grid-container{animation:fadeInUpBlog .6s ease-out .4s backwards}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.blog-card{background:#fff;border-radius:16px;overflow:hidden;border:2px solid #e2e8f0;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 2px 10px #0000000d}.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ab9ff226;border-color:#ab9ff2}.blog-card-image-wrapper{position:relative;height:220px;overflow:hidden}.blog-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card-image{transform:scale(1.08)}.blog-card-category{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#6366f1;font-family:applemedium,sans-serif;font-size:.75rem;padding:.4rem .9rem;border-radius:50px;font-weight:700;box-shadow:0 2px 10px #0000001a}.blog-card-content{padding:1.75rem;display:flex;flex-direction:column;flex:1}.blog-card-title{font-family:applemedium,sans-serif;font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;line-height:1.4}.blog-card-excerpt{font-family:applethin,sans-serif;font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:1.25rem;flex:1}.blog-card-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-family:applethin,sans-serif;font-size:.85rem;color:#64748b}.blog-card-meta-author{display:flex;align-items:center;gap:.5rem}.blog-card-author-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#ab9ff2,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-family:applemedium,sans-serif;font-weight:700;font-size:.75rem}.blog-card-meta-divider{color:#cbd5e1}.blog-card-meta-date{color:#64748b}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f1f5f9}.blog-card-read-time{font-family:applethin,sans-serif;font-size:.85rem;color:#94a3b8}.blog-card-read-btn{background:transparent;border:none;color:#6366f1;font-family:applemedium,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.blog-card-read-btn:hover{color:#ab9ff2;transform:translate(4px)}.blog-no-results{text-align:center;padding:4rem 2rem}.blog-no-results-title{font-family:applemedium,sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.blog-no-results-text{font-family:applethin,sans-serif;font-size:1rem;color:#64748b}.blog-newsletter{background:linear-gradient(135deg,#ab9ff2,#6366f1);padding:4rem 2rem;margin-top:3rem}.blog-newsletter-container{max-width:700px;margin:0 auto}.blog-newsletter-content{text-align:center}.blog-newsletter-title{font-family:apple,sans-serif;font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem}.blog-newsletter-subtitle{font-family:applethin,sans-serif;font-size:1.1rem;color:#fffffff2;margin-bottom:2rem}.blog-newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto 1rem;justify-content:center;align-items:center}.blog-newsletter-input{flex:1;padding:1rem 1.5rem;border:2px solid transparent;border-radius:12px;font-family:applemedium,sans-serif;font-size:.95rem;background:#fff;color:#0f172a;outline:none;transition:all .3s ease}.blog-newsletter-input::placeholder{color:#94a3b8}.blog-newsletter-input:focus{border-color:#0f172a;box-shadow:0 0 0 4px #fff3}.blog-newsletter-btn{padding:1rem 2rem;background:#fff;color:#6366f1;border:none;border-radius:12px;font-family:applemedium,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #0000001a}.blog-newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.blog-newsletter-privacy{font-family:applethin,sans-serif;font-size:.85rem;color:#fffc}.blog-footer{background:#0f172a;color:#fff;padding:4rem 2rem 2rem}.blog-footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.blog-footer-brand .blog-footer-logo{color:#fff;margin-bottom:1rem}.blog-footer-tagline{font-family:applethin,sans-serif;font-size:.95rem;color:#94a3b8}.blog-footer-heading{font-family:applemedium,sans-serif;font-size:1rem;font-weight:700;margin-bottom:1rem}.blog-footer-column{display:flex;flex-direction:column;gap:.75rem}.blog-footer-link{font-family:applethin,sans-serif;font-size:.95rem;color:#94a3b8;text-decoration:none;transition:color .3s ease}.blog-footer-link:hover{color:#ab9ff2}.blog-footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.blog-footer-bottom p{font-family:applethin,sans-serif;font-size:.875rem;color:#94a3b8}@keyframes fadeInBlog{0%{opacity:0}to{opacity:1}}@keyframes fadeInUpBlog{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.blog-header-center{display:none}.blog-hamburger{display:flex}}@media(max-width:1024px){.blog-featured-post{grid-template-columns:1fr}.blog-featured-image-wrapper{min-height:300px}.blog-featured-content{padding:2rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.blog-header-right{display:none}.blog-hero{padding:6rem 1.5rem 3rem}.blog-controls{padding:1.5rem 1.5rem 0}.blog-categories{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.blog-category-btn{flex-shrink:0}.blog-featured-section{padding:0 1.5rem;margin:2rem auto}.blog-featured-content{padding:1.5rem}.blog-featured-title{font-size:1.5rem}.blog-grid-section{padding:2rem 1.5rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-newsletter-form{flex-direction:column}.blog-newsletter-btn{width:100%}.blog-footer-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:480px){.blog-hero{padding:5rem 1rem 2rem}.blog-hero-title{font-size:2.5rem}.blog-hero-subtitle{font-size:.95rem}.blog-featured-title{font-size:1.25rem}.blog-featured-excerpt{font-size:1rem}.blog-card-title{font-size:1.1rem}.blog-newsletter-title{font-size:1.75rem}}.blog-page a,a.blog-nav-link,a.blog-breadcrumb-link,a.blog-back-btn,a.blog-footer-link,a.blog-featured-read-btn,.blog-page a:hover,a.blog-nav-link:hover,a.blog-breadcrumb-link:hover,a.blog-back-btn:hover,a.blog-footer-link:hover,a.blog-featured-read-btn:hover{text-decoration:none}.blog-article{max-width:800px;margin:0 auto;padding:8rem 2rem 4rem}.blog-article-header{margin-bottom:3rem;text-align:center}.blog-article-breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;font-family:applethin,sans-serif;font-size:.9rem}.blog-breadcrumb-link{color:#6366f1;text-decoration:none;cursor:pointer;transition:color .3s ease}.blog-breadcrumb-link:hover{color:#ab9ff2}.blog-breadcrumb-separator{color:#cbd5e1}.blog-breadcrumb-current{color:#64748b}.blog-article-title{font-family:applebold,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:1.5rem}.blog-article-meta{display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:applethin,sans-serif;font-size:.95rem;color:#64748b}.blog-article-image-wrapper{width:100%;height:400px;border-radius:16px;overflow:hidden;margin-bottom:3rem;box-shadow:0 10px 40px #0000001a}.blog-article-image{width:100%;height:100%;object-fit:cover}.blog-article-content{font-family:applethin,sans-serif;font-size:1.1rem;line-height:1.8;color:#334155}.blog-article-content h1{font-family:apple,sans-serif;font-size:2rem;font-weight:700;color:#0f172a;margin:2.5rem 0 1.5rem;line-height:1.3}.blog-article-content h2{font-family:applemedium,sans-serif;font-size:1.75rem;font-weight:600;color:#0f172a;margin:2rem 0 1rem;line-height:1.4}.blog-article-content h3{font-family:applemedium,sans-serif;font-size:1.4rem;font-weight:600;color:#1e293b;margin:1.5rem 0 .75rem}.blog-article-content p{margin-bottom:1.5rem;color:#475569}.blog-article-content strong{font-family:applemedium,sans-serif;font-weight:600;color:#0f172a}.blog-article-content ul,.blog-article-content ol{margin:1.5rem 0;padding-left:2rem}.blog-article-content li{margin-bottom:.75rem;color:#475569;line-height:1.7}.blog-article-content a{color:#6366f1;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.blog-article-content a:hover{border-bottom-color:#6366f1}.blog-article-content blockquote{border-left:4px solid #ab9ff2;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#64748b}.blog-article-content code{background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#6366f1}.blog-article-content pre{background:#0f172a;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0}.blog-article-content pre code{background:none;color:inherit;padding:0}.blog-article-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.blog-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f8f9fa;color:#64748b;border:2px solid #e2e8f0;border-radius:8px;font-family:applemedium,sans-serif;font-size:.95rem;cursor:pointer;transition:all .3s ease}.blog-back-btn:hover{background:#fff;border-color:#ab9ff2;color:#6366f1;transform:translate(-4px)}@media(max-width:768px){.blog-article{padding:6rem 1.5rem 3rem}.blog-article-image-wrapper{height:250px}.blog-article-content{font-size:1rem}.blog-article-content h1{font-size:1.75rem}.blog-article-content h2{font-size:1.5rem}.blog-article-content h3{font-size:1.25rem}}@media(max-width:480px){.blog-article{padding:5rem 1rem 2rem}.blog-article-meta{flex-wrap:wrap;font-size:.85rem}}
