.blog-card{background:#fefefe;background:var(--white,#fefefe);border:1px solid #e5e7eb;border:1px solid var(--border-color,#e5e7eb);border-radius:16px;box-shadow:0 2px 8px #0000000f;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.blog-card:hover{border-color:#60c5fe;border-color:var(--maya-blue,#60c5fe);box-shadow:0 8px 24px #60c5fe26}.blog-card__link{color:inherit;display:block;text-decoration:none}.blog-card__image-wrapper{background:#d9f1fe;background:var(--alice-blue,#d9f1fe);overflow:hidden;padding-top:56.25%;position:relative;width:100%}.blog-card__image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .4s ease;width:100%}.blog-card:hover .blog-card__image{transform:scale(1.05)}.blog-card__skeleton{animation:skeleton-pulse 1.5s ease-in-out infinite;background:linear-gradient(90deg,#e8f5fd,#f0f9fe 50%,#e8f5fd);background-size:200% 100%;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.blog-card__image{opacity:0;transition:opacity .3s ease,transform .4s ease}.blog-card__image--loaded{opacity:1}.blog-card__image-overlay{align-items:flex-end;background:linear-gradient(0deg,#0009 0,#0000 50%);bottom:0;display:flex;justify-content:flex-start;left:0;opacity:0;padding:16px;position:absolute;right:0;top:0;transition:opacity .3s ease}.blog-card:hover .blog-card__image-overlay{opacity:1}.blog-card__read-label{align-items:center;color:#fff;display:inline-flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.5px;text-transform:uppercase}.blog-card__content{display:flex;flex-direction:column;gap:12px;padding:20px}.blog-card__categories{display:flex;flex-wrap:wrap;gap:8px}.blog-card__category{background:#d9f1fe;background:var(--alice-blue,#d9f1fe);border-radius:100px;color:#60c5fe;color:var(--maya-blue,#60c5fe);display:inline-block;font-size:11px;font-weight:600;letter-spacing:.3px;padding:4px 10px;text-transform:uppercase}.blog-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;color:var(--text-primary,#1a1a1a);display:-webkit-box;font-size:18px;font-weight:700;line-height:1.4;margin:0;overflow:hidden;transition:color .2s ease}.blog-card:hover .blog-card__title{color:#60c5fe;color:var(--maya-blue,#60c5fe)}.blog-card__excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;color:var(--text-secondary,#6b7280);display:-webkit-box;font-size:14px;line-height:1.6;margin:0;overflow:hidden}.blog-card__meta{align-items:center;border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color,#e5e7eb);display:flex;justify-content:space-between;margin-top:auto;padding-top:12px}.blog-card__meta-left{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.blog-card__date{align-items:center;color:#6b7280;color:var(--text-secondary,#6b7280);display:inline-flex;font-size:13px;gap:6px}.blog-card__date svg{color:#60c5fe;color:var(--maya-blue,#60c5fe)}.blog-card__author{color:#1a1a1a;color:var(--text-primary,#1a1a1a);font-size:13px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.blog-card__author:before{background:#6b7280;background:var(--text-secondary,#6b7280);border-radius:50%;content:"";display:inline-block;height:4px;margin-right:8px;vertical-align:middle;width:4px}.blog-card__cta{align-items:center;color:#60c5fe;color:var(--maya-blue,#60c5fe);display:inline-flex;flex-shrink:0;font-size:13px;font-weight:600;gap:4px;transition:gap .2s ease;white-space:nowrap}.blog-card:hover .blog-card__cta{gap:8px}.blog-card--compact .blog-card__image-wrapper{padding-top:50%}.blog-card--compact .blog-card__content{gap:10px;padding:16px}.blog-card--compact .blog-card__title{font-size:16px}.blog-card--compact .blog-card__excerpt{-webkit-line-clamp:2;font-size:13px}@media (max-width:768px){.blog-card{border-radius:12px}.blog-card__content{gap:10px;padding:16px}.blog-card__title{font-size:16px}.blog-card__excerpt{font-size:13px}.blog-card__meta{padding-top:10px}}.latest-blogs-section{background:linear-gradient(180deg,#fefefe,#d9f1fe 50%,#fefefe);background:linear-gradient(180deg,var(--white,#fefefe) 0,var(--alice-blue,#d9f1fe) 50%,var(--white,#fefefe) 100%);overflow:hidden;padding:72px 0;position:relative}.latest-blogs-section:before{background:radial-gradient(circle,#60c5fe1a,#0000);border-radius:50%;content:"";height:300px;position:absolute;right:-100px;top:10%;width:300px;z-index:0}.latest-blogs__badge{align-items:center;background:#60c5fe1a;border:1px solid #60c5fe4d;border-radius:100px;color:#60c5fe;color:var(--maya-blue,#60c5fe);display:inline-flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:20px;padding:8px 16px}.latest-blogs__badge svg{opacity:.8}.latest-blogs__subtitle{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:18px;margin:16px auto 0;max-width:800px;white-space:nowrap}@media (max-width:900px){.latest-blogs__subtitle{max-width:600px;white-space:normal}}.latest-blogs__grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:48px;position:relative;z-index:1}.latest-blogs__cta{display:flex;justify-content:center;margin-top:48px}.latest-blogs__btn{align-items:center;background:#fefefe;background:var(--white,#fefefe);border:2px solid #60c5fe;border:2px solid var(--maya-blue,#60c5fe);border-radius:100px;color:#60c5fe;color:var(--maya-blue,#60c5fe);display:inline-flex;font-size:15px;font-weight:600;gap:10px;padding:14px 32px;text-decoration:none;transition:all .3s ease}.latest-blogs__btn:hover{background:#60c5fe;background:var(--maya-blue,#60c5fe);box-shadow:0 8px 24px #60c5fe4d;color:#fff;transform:translateY(-2px)}.latest-blogs__btn svg{transition:transform .2s ease}.latest-blogs__btn:hover svg{transform:translateX(4px)}.blog-card-skeleton{background:#fefefe;background:var(--white,#fefefe);border:1px solid #e5e7eb;border:1px solid var(--border-color,#e5e7eb);border-radius:16px;overflow:hidden}.blog-card-skeleton__image{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;padding-top:56.25%;width:100%}.blog-card-skeleton__content{display:flex;flex-direction:column;gap:12px;padding:20px}.blog-card-skeleton__title{height:24px;width:90%}.blog-card-skeleton__excerpt,.blog-card-skeleton__title{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}.blog-card-skeleton__excerpt{height:40px;width:100%}.blog-card-skeleton__meta{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:20px;margin-top:8px;width:60%}@media (max-width:1024px){.latest-blogs__grid{gap:24px;grid-template-columns:repeat(2,1fr)}.latest-blogs__grid>:nth-child(3){display:none}}@media (max-width:768px){.latest-blogs-section{padding:56px 0}.latest-blogs__grid{gap:20px;grid-template-columns:1fr}.latest-blogs__grid>:nth-child(3){display:block}.latest-blogs__subtitle{font-size:16px}.latest-blogs__btn{justify-content:center;padding:16px 24px;width:100%}}@media (max-width:480px){.latest-blogs-section{padding:48px 0}.latest-blogs__grid{gap:16px;margin-top:36px}.latest-blogs__cta{margin-top:36px}}.auth-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;z-index:9999}.auth-modal-backdrop,.auth-modal-container{align-items:center;bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100vw}.auth-modal-container{pointer-events:none;z-index:10000}.auth-modal-container>*{pointer-events:auto}.auth-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:90vw;overflow:hidden;padding:40px;position:relative;width:420px}.auth-modal-gradient-border{background:linear-gradient(90deg,#60c5fe,#34d399 50%,#60c5fe);height:4px;left:0;position:absolute;right:0;top:0}.auth-modal-close{background:none;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;padding:4px;position:absolute;right:16px;top:16px;transition:all .2s ease}.auth-modal-close:hover{background:#f3f4f6;color:#4b5563}.auth-modal-logo{display:flex;justify-content:center;margin-bottom:24px}.auth-modal-logo img{height:64px;object-fit:contain;width:64px}.auth-modal-title{color:#1a1a1a;font-size:24px;font-weight:700;margin:0 0 8px;text-align:center}.auth-modal-subtitle{color:#6b7280;font-size:15px;margin:0 0 28px;text-align:center}.auth-modal-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:20px;padding:12px 16px;text-align:center}.auth-free-credits-btn{align-items:center;background:linear-gradient(135deg,#e0f7ff,#d1f5ff);border:2px solid #60c5fe;border-radius:12px;color:#0369a1;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;margin-bottom:16px;padding:16px 24px;transition:all .2s ease;width:100%}.auth-free-credits-btn:hover:not(:disabled){background:linear-gradient(135deg,#d1f5ff,#bae8fd);box-shadow:0 4px 12px #60c5fe4d;transform:translateY(-1px)}.auth-free-credits-btn:disabled{cursor:not-allowed;opacity:.7}.auth-free-credits-btn svg{color:#0369a1}.auth-google-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#374151;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:12px;justify-content:center;margin-bottom:24px;padding:14px 24px;transition:all .2s ease;width:100%}.auth-google-btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 8px #00000014}.auth-google-btn:disabled{cursor:not-allowed;opacity:.7}.auth-modal-toggle{color:#6b7280;font-size:14px;margin:0;text-align:center}.auth-modal-toggle button{background:none;border:none;color:#60c5fe;cursor:pointer;font-weight:600;transition:color .2s ease}.auth-modal-toggle button:hover{color:#0ea5e9;text-decoration:underline}.auth-modal-divider{align-items:center;display:flex;margin:20px 0}.auth-modal-divider:after,.auth-modal-divider:before{background:#e5e7eb;content:"";flex:1 1;height:1px}.auth-modal-divider span{color:#9ca3af;font-size:13px;font-weight:500;padding:0 16px}.auth-email-toggle-btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:10px;justify-content:center;margin-bottom:20px;padding:14px 24px;transition:all .2s ease;width:100%}.auth-email-toggle-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.auth-email-toggle-btn:disabled{cursor:not-allowed;opacity:.7}.auth-email-form{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.auth-input-group{align-items:center;display:flex;position:relative}.auth-input-icon{color:#9ca3af;left:14px;pointer-events:none;position:absolute}.auth-input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#1f2937;font-size:15px;padding:14px 14px 14px 44px;transition:all .2s ease;width:100%}.auth-input:focus{border-color:#60c5fe;box-shadow:0 0 0 3px #60c5fe26;outline:none}.auth-input::placeholder{color:#9ca3af}.auth-input:disabled{background:#f9fafb;cursor:not-allowed}.auth-password-toggle{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;transition:color .2s ease}.auth-password-toggle:hover{color:#6b7280}.auth-email-submit-btn{background:linear-gradient(135deg,#60c5fe,#34d399);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:4px;padding:14px 24px;transition:all .2s ease;width:100%}.auth-email-submit-btn:hover:not(:disabled){box-shadow:0 4px 12px #60c5fe66;transform:translateY(-1px)}.auth-email-submit-btn:disabled{cursor:not-allowed;opacity:.7}.auth-back-btn{background:none;border:none;color:#6b7280;cursor:pointer;font-size:14px;padding:8px;transition:color .2s ease}.auth-back-btn:hover{color:#374151}@media (max-width:480px){.auth-modal{margin:0 16px;padding:32px 24px;width:100%}.auth-modal-title{font-size:22px}.auth-free-credits-btn,.auth-google-btn{font-size:14px;padding:14px 20px}}.user-profile-dropdown{position:relative}.user-profile-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50px;box-shadow:0 1px 3px #00000014;cursor:pointer;display:flex;gap:10px;padding:8px 16px;transition:all .2s ease}.user-profile-btn:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001f}.user-avatar{border:2px solid #e5e7eb;border-radius:50%;height:32px;object-fit:cover;width:32px}.user-name{color:#1a1a1a;font-size:14px;font-weight:600}.user-credits-badge{align-items:center;background:linear-gradient(135deg,#e0f7ff,#d1f5ff);border-radius:20px;color:#0369a1;display:flex;font-size:13px;font-weight:600;gap:4px;padding:4px 8px}.user-credits-badge svg{height:14px;width:14px}.user-profile-btn>svg:last-child{color:#6b7280;margin-left:2px}.user-dropdown-menu{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:220px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.dropdown-user-info{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:10px;padding:14px}.dropdown-avatar{border:2px solid #e5e7eb;border-radius:50%;height:36px;object-fit:cover;width:36px}.dropdown-user-details{display:flex;flex-direction:column;gap:2px}.dropdown-user-name{color:#1a1a1a;font-size:14px;font-weight:600}.dropdown-user-email{color:#6b7280;font-size:12px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-credits{align-items:center;background:#fafafa;display:flex;gap:8px;padding:12px 14px}.credits-icon{color:#60c5fe}.credits-label{color:#6b7280;flex:1 1;font-size:13px}.credits-value{color:#60c5fe;font-size:16px;font-weight:700}.dropdown-divider{background:#f3f4f6;height:1px}.dropdown-signout{align-items:center;background:none;border:none;color:#ef4444;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;padding:12px 14px;transition:background .2s ease;width:100%}.dropdown-signout:hover{background:#fef2f2}.dropdown-signout svg{color:#ef4444}@media (max-width:640px){.user-name{display:none}.user-profile-btn{padding:6px 12px}.user-dropdown-menu{min-width:200px;right:-10px}}:root{--badgecolour:#145d86;--maya-blue:#60c5fe;--alice-blue:#d9f1fe;--white:#fefefe;--text-primary:#1a1a1a;--text-secondary:#6b7280;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--gradient-primary:linear-gradient(135deg,#60c5fe,#d9f1fe 50%,#fefefe);--gradient-radial:radial-gradient(circle at top,#60c5fe 0%,#d9f1fe 40%,#fefefe 100%)}.landing-page{background-color:#fefefe;background-color:var(--white);color:#1a1a1a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.landing-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e7eb80;left:0;padding:12px 0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between}.header-logo img{height:40px;object-fit:contain;width:40px}.header-auth{align-items:center;display:flex;gap:12px}.auth-loading{animation:spin .8s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#60c5fe;height:32px;width:32px}.header-login-btn{background:#0000;border:none;border-radius:8px;color:#1a1a1a;color:var(--text-primary);cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.header-login-btn:hover{background:#f3f4f6;color:#60c5fe;color:var(--maya-blue)}.header-register-btn{background:#60c5fe;background:var(--maya-blue);border:none;border-radius:8px;box-shadow:0 2px 8px #60c5fe4d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s ease}.header-register-btn:hover{background:#4eb8f5;box-shadow:0 4px 12px #60c5fe66;transform:translateY(-1px)}@media (max-width:640px){.landing-header{padding:10px 0}.header-logo img{height:32px;width:32px}.header-login-btn{font-size:13px;padding:8px 14px}.header-register-btn{font-size:13px;padding:8px 16px}}.container{max-width:1280px;padding:0 24px}.section-header{margin-bottom:48px;text-align:center}.section-header h2{color:#1a1a1a;color:var(--text-primary);font-size:40px;font-weight:700;line-height:1.2;margin-bottom:16px}.section-header p{color:#6b7280;color:var(--text-secondary);font-size:20px;font-weight:400;margin:0 auto;max-width:700px}.hero-section{align-items:center;background:linear-gradient(135deg,#f8fcfe,#e8f5fd 50%,#f0f9fe);display:flex;justify-content:center;margin-top:64px;min-height:auto;overflow:visible;padding:60px 0;position:relative}.hero-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}.hero-gradient-orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.4;position:absolute}.hero-orb-1{animation-delay:0s;background:radial-gradient(circle,#60c5fe,#0000);background:radial-gradient(circle,var(--maya-blue),#0000);height:500px;right:-100px;top:-100px;width:500px}.hero-orb-2{animation-delay:5s;background:radial-gradient(circle,#d9f1fe,#0000);background:radial-gradient(circle,var(--alice-blue),#0000);bottom:-50px;height:400px;left:-50px;width:400px}.hero-section:after{animation:pulse 6s ease-in-out infinite;background:radial-gradient(circle,#60c5fe1a,#0000);height:200px;right:10%;top:20%;width:200px}.hero-section:after,.hero-section:before{border-radius:50%;content:"";position:absolute;z-index:0}.hero-section:before{animation:pulse 8s ease-in-out infinite;animation-delay:2s;background:radial-gradient(circle,#d9f1fe33,#0000);bottom:15%;height:150px;left:15%;width:150px}.hero-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-left{display:flex;flex-direction:column;gap:16px}.hero-right{align-items:center;display:flex;justify-content:center}.hero-content{margin:0 auto;max-width:900px;position:relative;text-align:center;z-index:1}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:100px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#1a1a1a;color:var(--text-primary);font-size:12px;gap:6px;margin-bottom:20px;padding:6px 14px}.hero-badge svg{color:#145d86;color:var(--badgecolour)}.hero-title{color:#1a1a1a;color:var(--text-primary);font-size:42px;letter-spacing:-.02em;line-height:1.15;margin-bottom:16px;max-width:850px}.hero-subtitle,.hero-title{margin-left:auto;margin-right:auto}.hero-subtitle{color:#6b7280;color:var(--text-secondary);font-size:17px;line-height:1.5;margin-bottom:28px;max-width:700px}.hero-cta{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:32px}.btn-primary{align-items:center;background:#60c5fe;background:var(--maya-blue);border-radius:10px;box-shadow:0 4px 12px #60c5fe4d;display:inline-flex;font-size:15px;gap:8px}.btn-primary:hover{background:#4eb8f5;box-shadow:0 8px 20px #60c5fe66;transform:translateY(-2px)}.btn-secondary{align-items:center;border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:10px;color:#1a1a1a;color:var(--text-primary);display:inline-flex;font-size:15px;font-weight:600;gap:8px}.btn-secondary:hover{background:#d9f1fe;background:var(--alice-blue);border-color:#60c5fe;border-color:var(--maya-blue);transform:translateY(-2px)}.hero-stats{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.stat-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffff4d;border-radius:10px;display:flex;gap:8px;padding:10px 18px}.stat-icon-svg{color:#60c5fe;color:var(--maya-blue);flex-shrink:0}.stat-value{color:#1a1a1a;color:var(--text-primary);font-size:20px;font-weight:700;line-height:1;margin-right:4px}.stat-label{color:#6b7280;color:var(--text-secondary);font-size:12px;font-weight:500;white-space:nowrap}.how-section{background:#fefefe;background:var(--white);padding:100px 0}.how-timeline{margin:0 auto;max-width:800px;padding-left:80px;position:relative}.how-timeline:before{background:linear-gradient(180deg,#60c5fe,#d9f1fe);background:linear-gradient(180deg,var(--maya-blue) 0,var(--alice-blue) 100%);bottom:20px;content:"";left:32px;position:absolute;top:20px;width:2px}.how-step{margin-bottom:64px;padding-left:40px;position:relative}.how-step:last-child{margin-bottom:0}.how-step-number{align-items:center;background:#fff;border:3px solid #60c5fe;border:3px solid var(--maya-blue);border-radius:50%;box-shadow:0 2px 8px #60c5fe33;color:#60c5fe;color:var(--maya-blue);display:flex;font-size:16px;font-weight:700;height:48px;justify-content:center;left:-60px;position:absolute;top:4px;width:48px;z-index:2}.how-step-content{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;padding:32px;transition:all .3s ease}.how-step-content:hover{border-color:#60c5fe;border-color:var(--maya-blue);box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateX(8px)}.how-step-icon{align-items:center;background:#d9f1fe;background:var(--alice-blue);border-radius:12px;color:#60c5fe;color:var(--maya-blue);display:inline-flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.how-step-content h3{color:#1a1a1a;color:var(--text-primary);font-size:20px;font-weight:600;line-height:1.4;margin-bottom:12px}.how-step-content p{color:#6b7280;color:var(--text-secondary);font-size:15px;line-height:1.7;margin:0}.why-section{background:#d9f1fe;background:var(--alice-blue);padding:72px 0}.why-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.why-card{background:#fff;border:1px solid #0000;border-radius:20px;padding:40px 32px;text-align:center;transition:all .3s ease}.why-card:hover{border-color:#60c5fe;border-color:var(--maya-blue);box-shadow:0 12px 24px #60c5fe26;transform:scale(1.05)}.why-icon{margin-bottom:20px}.why-card h3{color:#1a1a1a;color:var(--text-primary);font-size:20px;font-weight:600;margin-bottom:12px}.why-card p{color:#6b7280;color:var(--text-secondary);font-size:15px;line-height:1.6}.choose-section{background:#fff;padding:72px 0}.choose-intro{font-size:18px;line-height:1.8;max-width:850px}.choose-grid{grid-gap:24px;display:grid;gap:24px;margin:0 auto;max-width:900px}.choose-item{background:#d9f1fe;background:var(--alice-blue);border:2px solid #0000;border-radius:16px;display:flex;gap:20px;padding:28px;transition:all .3s ease}.choose-item:hover{background:#fff;border-color:#60c5fe;border-color:var(--maya-blue);box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateX(8px)}.choose-icon{align-items:center;background:#fff;border-radius:12px;color:#60c5fe;color:var(--maya-blue);display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.choose-content h3{color:#1a1a1a;color:var(--text-primary);font-size:18px;font-weight:600;line-height:1.4;margin-bottom:8px}.choose-content p{color:#6b7280;color:var(--text-secondary);font-size:15px;line-height:1.6}.testimonials-section{background:#fefefe;background:var(--white);overflow:hidden;padding:100px 0}.container-full{max-width:100%;width:100%}.testimonials-section .section-header{margin:0 auto 64px;max-width:1280px;padding:0 24px}.testimonials-scroll-wrapper{mask-image:linear-gradient(90deg,#0000 0,#000 5%,#000 95%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 5%,#000 95%,#0000);overflow:hidden;position:relative;width:100%}.testimonials-track{display:flex;gap:24px;padding:0 24px;width:-webkit-max-content;width:max-content}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;flex-shrink:0;padding:28px;transition:all .3s ease;width:380px}.testimonial-card:hover{border-color:#60c5fe;border-color:var(--maya-blue);box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg)}.testimonial-stars{display:flex;gap:4px;margin-bottom:16px}.testimonial-quote{color:#1a1a1a;color:var(--text-primary);font-size:15px;font-weight:500;line-height:1.7;margin-bottom:20px;min-height:50px}.testimonial-author{align-items:center;display:flex;gap:12px}.author-avatar,.author-avatar-modern{align-items:center;background:linear-gradient(135deg,#60c5fe,#d9f1fe 50%,#fefefe);background:var(--gradient-primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:16px;font-weight:600;height:44px;justify-content:center;width:44px}.author-avatar-image{border:2px solid #d9f1fe;border:2px solid var(--alice-blue);border-radius:50%;flex-shrink:0;height:44px;object-fit:cover;width:44px}.author-name,.author-name-modern{color:#1a1a1a;color:var(--text-primary);font-size:14px;font-weight:600}.author-role,.author-role-modern{color:#6b7280;color:var(--text-secondary);font-size:13px}.testimonial-author-modern{gap:12px}.faq-section{background:#fff;padding:72px 0}.faq-grid{grid-gap:16px;display:grid;gap:16px;margin:0 auto;max-width:900px}.faq-item{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md)}.faq-item summary{align-items:center;cursor:pointer;display:flex;gap:16px;justify-content:space-between;list-style:none;padding:24px 28px;-webkit-user-select:none;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary h3{color:#1a1a1a;color:var(--text-primary);font-size:17px;font-weight:600;line-height:1.5;margin:0}.faq-icon{color:#60c5fe;color:var(--maya-blue);flex-shrink:0;transition:transform .3s ease}.faq-item[open] .faq-icon{transform:rotate(90deg)}.faq-answer{animation:slideDown .3s ease;border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);padding:0 28px 24px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{color:#6b7280;color:var(--text-secondary);font-size:15px;line-height:1.7;margin:16px 0 0}.footer{background:#1a1a1a;background:var(--text-primary);color:#fff;padding:64px 0 32px}.footer-content{grid-gap:64px;display:grid;gap:64px;grid-template-columns:1.5fr 1fr;margin-bottom:48px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{height:48px;object-fit:contain;width:48px}.footer-brand h3{font-size:20px;font-weight:600;margin:0}.footer-brand p{color:#ffffffb3;font-size:14px;max-width:400px}.footer-links{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.footer-column h4{font-size:14px;font-weight:600;letter-spacing:.05em;margin-bottom:16px;text-transform:uppercase}.footer-column a{color:#ffffffb3;display:block;font-size:14px;margin-bottom:12px;text-decoration:none;transition:color .2s ease;white-space:nowrap}.footer-column a:hover{color:#60c5fe;color:var(--maya-blue)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:32px;text-align:center}.footer-bottom p{color:#fff9;font-size:14px;margin:0}.footer-bottom a{color:#60c5fe;color:var(--maya-blue);text-decoration:none;transition:color .2s ease}.footer-bottom a:hover{color:#4eb8f5;text-decoration:underline}@media (min-width:1440px){.hero-title{font-size:46px}.hero-subtitle{font-size:18px}}@media (max-width:1024px){.hero-title{font-size:38px}.hero-subtitle{font-size:16px}.section-header h2{font-size:36px}.how-grid,.testimonials-grid,.why-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (max-width:768px){.hero-section{height:auto;min-height:100vh;padding:40px 0}.hero-title{font-size:32px;margin-bottom:14px}.hero-subtitle{font-size:16px;margin-bottom:24px}.hero-badge{font-size:11px;margin-bottom:18px;padding:5px 12px}.hero-cta{gap:10px;margin-bottom:28px}.btn-primary,.btn-secondary{font-size:14px;padding:12px 24px}.hero-stats{flex-wrap:wrap;gap:12px}.stat-item{padding:8px 14px}.stat-value{font-size:18px}.stat-label{font-size:11px}.section-header h2{font-size:28px}.section-header p{font-size:16px}.choose-section,.faq-section,.how-section,.testimonials-section,.why-section{padding:56px 0}.how-timeline{padding-left:60px}.how-timeline:before{left:18px}.how-step-number{font-size:14px;height:40px;left:-48px;width:40px}.how-step{margin-bottom:48px;padding-left:36px}.how-step-content{padding:24px}.how-step-icon{height:40px;width:40px}.how-step-content h3{font-size:18px}.how-step-content p{font-size:14px}.why-grid{grid-template-columns:1fr}.testimonial-card{width:340px}.why-card{padding:32px 24px}.choose-item{padding:20px}.choose-icon{height:40px;width:40px}.section-header{margin-bottom:40px}.footer-content{gap:40px}.footer-content,.footer-links{grid-template-columns:1fr}}@media (max-width:480px){.hero-section{padding:30px 0}.hero-title{font-size:26px;line-height:1.2}.hero-subtitle{font-size:15px;line-height:1.5;margin-bottom:20px}.hero-badge{font-size:10px;max-width:90%;padding:4px 10px;text-align:center}.hero-badge svg{height:12px;width:12px}.hero-cta{flex-direction:column;gap:8px;margin-bottom:24px;width:100%}.btn-primary,.btn-secondary{font-size:13px;padding:11px 20px;width:100%}.hero-stats{gap:10px}.stat-item{gap:6px;padding:7px 12px}.stat-value{font-size:16px}.stat-label{font-size:10px}.stat-icon-svg{height:14px;width:14px}.section-header h2{font-size:22px}.section-header p{font-size:14px}.container{padding:0 16px}.how-timeline{padding-left:48px}.how-timeline:before{left:14px}.how-step-number{border-width:2px;font-size:12px;height:34px;left:-38px;width:34px}.how-step{margin-bottom:40px;padding-left:28px}.how-step-content{padding:20px}.how-step-icon{height:36px;width:36px}.how-step-content h3{font-size:16px;margin-bottom:10px}.how-step-content p{font-size:13px}.why-card{padding:28px 20px}.why-card h3{font-size:18px}.choose-item{gap:16px;padding:18px}.choose-content h3{font-size:16px}.choose-content p{font-size:14px}.testimonial-card{padding:24px;width:300px}.testimonial-quote{font-size:14px;min-height:45px}.faq-item summary{padding:20px}.faq-item summary h3{font-size:15px}.faq-answer{padding:0 20px 20px}.faq-answer p{font-size:14px}.footer-brand h3{font-size:18px}.footer-logo{height:40px;width:40px}}.hero-badge-modern{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid var(--border-color);border-radius:100px;box-shadow:var(--shadow-sm);color:var(--text-primary);display:inline-flex;font-size:11px;font-weight:500;gap:6px;padding:5px 12px;width:-webkit-fit-content;width:fit-content}.hero-badge-modern svg{color:var(--maya-blue);height:14px;width:14px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60c5fe,#4a9fd8 50%,#3585bd);-webkit-background-clip:text;background-clip:text;background-size:200% auto;font-weight:700;position:relative;will-change:background-position}.hero-title-modern .gradient-text{animation:gradientShift 8s ease-in-out infinite;display:inline-block}.hero-section,.how-card-modern,.stat-card,.testimonial-card-modern{will-change:auto}.hero-section *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-cta-modern{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:5px}.hero-title-modern{color:var(--text-primary);font-size:38px;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0}.hero-subtitle-modern{color:var(--text-secondary);font-size:16px;line-height:1.45;margin:0;max-width:700px}.btn-primary-modern{align-items:center;background:var(--maya-blue);border:none;border-radius:10px;box-shadow:0 4px 12px #60c5fe4d;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.btn-primary-modern svg{height:18px;width:18px}.btn-primary-modern:hover{background:#4eb8f5;box-shadow:0 6px 24px #60c5fe66;transform:translateY(-2px)}.btn-secondary-modern{align-items:center;background:#fff;border:2px solid var(--border-color);border-radius:10px;color:var(--text-primary);cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-left:10px;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.btn-secondary-modern svg{height:18px;width:18px}.btn-secondary-modern:hover{background:var(--alice-blue);border-color:var(--maya-blue);transform:translateY(-2px)}.hero-stats-cards{display:flex;flex-direction:column;gap:18px;max-width:400px;width:100%}.stat-card{align-items:center;background:#fff;border:1px solid #60c5fe1a;border-radius:20px;box-shadow:0 4px 20px #0000000f;display:flex;gap:16px;padding:24px;transition:all .3s ease}.stat-card:hover{border-color:var(--maya-blue);box-shadow:0 8px 32px #60c5fe26;transform:translateX(8px)}.stat-card-icon{align-items:center;background:var(--alice-blue);border-radius:12px;color:var(--maya-blue);display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.stat-card-icon svg{height:22px;width:22px}.stat-card-content{display:flex;flex-direction:column;gap:4px}.stat-card-value{color:var(--text-primary);font-size:26px;font-weight:700;line-height:1}.stat-card-label{color:var(--text-secondary);font-size:13px;font-weight:500}.how-section-modern{background:var(--white);padding:72px 0;position:relative}.section-header-modern{margin-bottom:48px;text-align:center}.section-header-modern h2{color:var(--text-primary);font-size:42px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px;overflow:visible;white-space:nowrap}.how-grid-modern{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);position:relative}.how-card-modern{background:#fff;border:2px solid var(--border-color);border-radius:20px;cursor:pointer;display:flex;filter:grayscale(.2);flex-direction:column;min-height:320px;opacity:.4;padding:36px 28px;position:relative;transform:scale(.96);transition:all .4s cubic-bezier(.4,0,.2,1)}.how-card-modern.unlocked{filter:grayscale(0);opacity:1;transform:scale(1);transition:all .6s ease-out}.how-card-modern:hover{border-color:var(--maya-blue);box-shadow:0 12px 40px #60c5fe26}.how-card-modern[data-locked=true]{filter:grayscale(.3);opacity:.4;pointer-events:none;transform:scale(.96)}.how-card-modern[data-locked=false]{animation:unlockCard .7s cubic-bezier(.34,1.56,.64,1);filter:grayscale(0);opacity:1;transform:scale(1)}@keyframes unlockCard{0%{filter:grayscale(.3);opacity:.4;transform:scale(.96)}50%{transform:scale(1.02)}to{filter:grayscale(0);opacity:1;transform:scale(1)}}.how-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.how-card-icon-wrapper{align-items:center;background:var(--alice-blue);border-radius:16px;color:var(--maya-blue);display:flex;height:64px;justify-content:center;transition:all .3s ease;width:64px}.how-card-modern:hover .how-card-icon-wrapper{background:var(--maya-blue);color:#fff;transform:scale(1.05)}.how-card-step{background:var(--alice-blue);border-radius:100px;color:var(--maya-blue);font-size:14px;font-weight:700;padding:6px 14px}.how-card-body{display:flex;flex:1 1;flex-direction:column;gap:12px}.how-card-body h3{color:var(--text-primary);font-size:20px;font-weight:600;line-height:1.3;margin:0}.how-card-body p{color:var(--text-secondary);font-size:15px;line-height:1.6;margin:0}.how-card-arrow{align-items:center;background:#fff;border:2px solid var(--border-color);border-radius:50%;color:var(--maya-blue);display:flex;height:24px;justify-content:center;position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:24px;z-index:2}.how-card-modern:hover .how-card-arrow{background:var(--maya-blue);border-color:var(--maya-blue);color:#fff}.how-card-modern:last-child .how-card-arrow{display:none}.testimonials-section-modern{background:linear-gradient(180deg,#f8fcfe 0,var(--white) 100%);padding:72px 0}.testimonials-grid-modern{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:0}.testimonial-card-modern{background:#fff;border:2px solid var(--border-color);border-radius:24px;display:flex;flex-direction:column;gap:24px;min-height:280px;overflow:hidden;padding:40px 36px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.testimonial-card-modern:before{background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.testimonial-card-modern:hover:before{transform:scaleX(1)}.testimonial-card-modern:hover{border-color:var(--maya-blue);box-shadow:0 16px 48px #60c5fe1f}.testimonial-quote-icon{opacity:.15}.testimonial-stars-modern{display:flex;gap:6px}.testimonial-quote-modern{color:var(--text-primary);flex:1 1;font-size:18px;font-weight:500;line-height:1.7;margin:0}.testimonial-author-modern{align-items:center;border-top:1px solid var(--border-color);display:flex;gap:16px;padding-top:20px}.author-avatar-modern{align-items:center;background:var(--gradient-primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:56px;justify-content:center;width:56px}.author-info-modern{display:flex;flex-direction:column;gap:4px}.author-name-modern{color:var(--text-primary);font-size:16px;font-weight:600}.author-role-modern{color:var(--text-secondary);font-size:14px}@media (min-width:1200px){.section-header-modern h2{white-space:nowrap}}@media (min-width:1440px){.hero-section{padding:60px 0 80px}.hero-grid{gap:100px}.hero-title-modern{font-size:52px}.hero-subtitle-modern{font-size:19px}.stat-card{padding:36px}.stat-card-icon{height:68px;width:68px}.stat-card-value{font-size:36px}.section-header-modern h2{font-size:46px}.how-grid-modern{gap:28px}.how-card-modern{padding:40px 32px}.testimonials-grid-modern{gap:36px}.testimonial-card-modern{padding:44px 40px}}@media (max-width:1199px){.section-header-modern h2{font-size:36px}}@media (max-width:1024px){.hero-grid{gap:60px}.hero-title-modern{font-size:40px}.stat-card{padding:24px}.stat-card-icon{height:56px;width:56px}.stat-card-value{font-size:28px}.how-grid-modern{gap:20px;grid-template-columns:repeat(2,1fr)}.how-card-arrow{display:none!important}.testimonials-grid-modern{gap:24px;grid-template-columns:1fr}}@media (max-width:768px){.hero-section{min-height:auto;padding:40px 0}.hero-orb-1{height:300px;width:300px}.hero-orb-2{height:250px;width:250px}.hero-section:after,.hero-section:before{display:none}.hero-grid{gap:40px;grid-template-columns:1fr}.hero-left{align-items:center;text-align:center}.hero-badge-modern{margin:0 auto}.hero-title-modern{font-size:30px;line-height:1.2}.hero-subtitle-modern{font-size:16px;max-width:100%}.hero-cta-modern{flex-direction:column;gap:12px;width:100%}.btn-primary-modern,.btn-secondary-modern{justify-content:center;padding:14px 28px;width:100%}.btn-secondary-modern{margin-left:0}.hero-stats-cards{max-width:100%}.stat-card{padding:20px}.stat-card-icon{height:52px;width:52px}.stat-card-value{font-size:26px}.stat-card-label{font-size:13px}.section-header-modern h2{font-size:28px;line-height:1.3;white-space:normal}.how-section-modern{padding:56px 0}.how-grid-modern{gap:20px;grid-template-columns:1fr}.how-card-modern{min-height:auto;padding:30px 24px}.how-card-icon-wrapper{height:56px;width:56px}.how-card-body h3{font-size:18px}.how-card-body p{font-size:14px}.testimonials-section-modern{padding:56px 0}.testimonials-grid-modern{gap:20px}.testimonial-card-modern{padding:32px 28px}}@media (max-width:480px){.hero-section{padding:30px 0 32px}.hero-gradient-orb{opacity:.2}.hero-orb-1{height:200px;width:200px}.hero-orb-2{height:150px;width:150px}.hero-badge-modern{font-size:10px;max-width:95%;padding:5px 12px;text-align:center}.hero-badge-modern svg{height:12px;width:12px}.hero-title-modern{font-size:24px;line-height:1.25}.hero-title-modern .gradient-text{animation:none;background-size:100% auto}.hero-subtitle-modern{font-size:14px;line-height:1.5}.hero-cta-modern{gap:10px}.btn-primary-modern,.btn-secondary-modern{font-size:13px;padding:12px 20px}.stat-card{gap:16px;padding:18px}.stat-card-icon{height:44px;width:44px}.stat-card-icon svg{height:20px;width:20px}.stat-card-value{font-size:22px}.stat-card-label{font-size:12px}.section-header-modern{margin-bottom:40px}.section-header-modern h2{font-size:22px;line-height:1.3;white-space:normal}.how-section-modern{padding:48px 0}.how-grid-modern{gap:16px}.how-card-modern{padding:24px 20px}.how-card-icon-wrapper{height:48px;width:48px}.how-card-icon-wrapper svg{height:22px;width:22px}.how-card-step{font-size:12px;padding:4px 10px}.how-card-body h3{font-size:16px}.how-card-body p{font-size:13px;line-height:1.5}.testimonials-section-modern{padding:48px 0}.testimonials-grid-modern{gap:16px}.testimonial-card-modern{gap:20px;min-height:auto;padding:28px 20px}.testimonial-quote-modern{font-size:15px;line-height:1.6}.testimonial-stars-modern{gap:4px}.testimonial-stars-modern svg{height:14px;width:14px}.author-avatar-modern{font-size:16px;height:44px;width:44px}.author-name-modern{font-size:14px}.author-role-modern{font-size:12px}}.tools-section{background:var(--white);padding:60px 0}.tools-card{background:linear-gradient(135deg,#f8fcfe,#fff);border:2px solid #60c5fe33;border-radius:24px;margin:0 auto;max-width:700px;padding:48px;text-align:center;transition:all .3s ease}.tools-card:hover{border-color:var(--maya-blue);box-shadow:0 12px 40px #60c5fe26;transform:translateY(-4px)}.tools-icon-badge{display:inline-flex;margin-bottom:24px}.tools-icon{filter:drop-shadow(0 4px 12px rgba(96,197,254,.3));height:80px;width:80px}.tools-card h2{color:var(--text-primary);font-size:32px;font-weight:700;line-height:1.2;margin:0 0 12px}.tools-card p{color:var(--text-secondary);font-size:16px;line-height:1.5;margin:0 0 32px}.tools-stats-row{display:flex;gap:24px;justify-content:center;margin-bottom:32px}.stat-badge{align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;gap:4px;padding:12px 20px}.stat-num{color:var(--maya-blue);font-size:24px;font-weight:700;line-height:1}.stat-text{color:var(--text-secondary);font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.tools-cta-btn{align-items:center;background:var(--maya-blue);border-radius:100px;color:#fff;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:14px 32px;text-decoration:none;transition:all .3s ease}.tools-cta-btn:hover{background:#4ab8fc;box-shadow:0 8px 24px #60c5fe66;transform:translateY(-2px)}.tools-cta-btn svg{transition:transform .2s ease}.tools-cta-btn:hover svg{transform:translateX(4px)}@media (max-width:768px){.tools-section{padding:48px 0}.tools-card{padding:36px 24px}.tools-icon{height:64px;width:64px}.tools-card h2{font-size:26px}.tools-card p{font-size:15px}.tools-stats-row{gap:16px}.stat-badge{padding:10px 16px}.stat-num{font-size:20px}.stat-text{font-size:10px}}@media (max-width:480px){.tools-card{padding:28px 20px}.tools-icon{height:56px;width:56px}.tools-card h2{font-size:22px}.tools-stats-row{gap:12px}.stat-badge{padding:8px 12px}.stat-num{font-size:18px}.tools-cta-btn{justify-content:center;width:100%}}.custom-dropdown{font-family:inherit;outline:none;position:relative;-webkit-user-select:none;user-select:none}.custom-dropdown.full-width{width:100%}.dropdown-selected{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;color:#0f172a;cursor:pointer;display:flex;font-size:1rem;font-weight:400;justify-content:space-between;padding:14px 16px;transition:all .2s ease}.dropdown-selected:hover{border-color:#cbd5e1;box-shadow:0 2px 6px #00000014}.dropdown-selected.open{border-color:#0077b5;box-shadow:0 0 0 3px #0077b51a}.dropdown-selected.placeholder{color:#94a3b8;font-weight:400}.dropdown-icon{color:#64748b;transition:transform .2s ease}.dropdown-icon.open{color:#0077b5;transform:rotate(180deg)}.dropdown-options-container{animation:dropdown-appear .25s cubic-bezier(.4,0,.2,1);background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px #0000001f,0 4px 12px #00000014;max-height:320px;overflow:hidden;position:fixed;z-index:9999}@keyframes dropdown-appear{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-options{list-style-type:none;margin:0;max-height:320px;overflow-y:auto;padding:8px}.dropdown-options::-webkit-scrollbar{width:10px}.dropdown-options::-webkit-scrollbar-track{background:#f8fafc;border-radius:8px;margin:4px 0}.dropdown-options::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid #f8fafc;border-radius:8px}.dropdown-options::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dropdown-option{align-items:center;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:2px;padding:12px 14px;transition:all .2s ease}.dropdown-option.highlighted,.dropdown-option:hover{background-color:#f0f9ff;color:#0f172a;transform:translateX(2px)}.dropdown-option.selected{background-color:#e6f2f9;color:#0077b5;font-weight:500}.check-icon{stroke-width:3px;color:#0077b5}.custom-dropdown:focus-visible{border-radius:8px;outline:2px solid #0077b5;outline-offset:2px}@media (max-width:768px){.dropdown-selected{border-radius:10px;font-size:.9rem;padding:11px 12px}.dropdown-icon{height:18px;min-width:18px;width:18px}.dropdown-options-container{border-radius:10px;max-height:45vh;max-width:calc(100vw - 48px)}.dropdown-options{max-height:45vh;padding:6px}.dropdown-options::-webkit-scrollbar{width:6px}.dropdown-option{border-radius:6px;font-size:.875rem;padding:11px 12px}.check-icon{height:16px;min-width:16px;width:16px}}@media (max-width:480px){.dropdown-selected{border-radius:8px;border-width:1.5px;font-size:.875rem;padding:9px 11px}.dropdown-icon{height:16px;min-width:16px;width:16px}.dropdown-options-container{border-radius:8px;max-height:40vh;max-width:calc(100vw - 32px)}.dropdown-options{max-height:40vh;padding:4px}.dropdown-options::-webkit-scrollbar{width:5px}.dropdown-option{border-radius:6px;font-size:.85rem;padding:10px 11px}.check-icon{height:14px;min-width:14px;width:14px}}.blog-page{background:#fefefe;background:var(--white,#fefefe);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.blog-page__header{background:linear-gradient(135deg,#f8fcfe,#e8f5fd 50%,#f0f9fe);overflow:hidden;padding:32px 0 60px;position:relative}.blog-page__header .container{align-items:center;display:flex;flex-direction:column}.blog-page__header:after{background:radial-gradient(circle,#60c5fe26,#0000);border-radius:50%;content:"";height:400px;position:absolute;right:-10%;top:-50%;width:400px}.blog-page__back{align-items:center;align-self:flex-start;color:#6b7280;color:var(--text-secondary,#6b7280);display:inline-flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:32px;position:relative;text-decoration:none;z-index:1}.blog-page__back:hover{color:#60c5fe;color:var(--maya-blue,#60c5fe)}.blog-page__title-wrapper{margin:0 auto;position:relative;text-align:center;width:100%;z-index:1}.blog-page__badge{align-items:center;background:#60c5fe1a;border:1px solid #60c5fe4d;border-radius:100px;color:#60c5fe;color:var(--maya-blue,#60c5fe);display:inline-flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:20px;padding:8px 16px}.blog-page__title{color:#1a1a1a;color:var(--text-primary,#1a1a1a);font-size:40px;font-weight:700;line-height:1.2;margin:0 0 16px;text-align:center;white-space:nowrap}.blog-page__subtitle{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:18px;line-height:1.6;margin:0;text-align:center;white-space:nowrap}@media (max-width:1024px){.blog-page__title{font-size:32px}.blog-page__subtitle,.blog-page__title{white-space:normal}}.blog-page__filters{background:#fefefe;background:var(--white,#fefefe);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color,#e5e7eb);padding:20px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.blog-page__filters-inner{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.blog-page__search{align-items:center;background:#d9f1fe;background:var(--alice-blue,#d9f1fe);border:1px solid #0000;border-radius:100px;display:flex;flex:1 1;gap:10px;min-width:250px;padding:10px 16px;transition:all .2s ease}.blog-page__search:focus-within{background:#fff;border-color:#60c5fe;border-color:var(--maya-blue,#60c5fe);box-shadow:0 0 0 3px #60c5fe1a}.blog-page__search svg{color:#6b7280;color:var(--text-secondary,#6b7280);flex-shrink:0}.blog-page__search input{background:#0000;border:none;color:#1a1a1a;color:var(--text-primary,#1a1a1a);flex:1 1;font-size:14px;outline:none}.blog-page__search input::placeholder{color:#6b7280;color:var(--text-secondary,#6b7280)}.blog-page__filter-group{align-items:center;display:flex;gap:8px;position:relative}.blog-page__filter-group svg:first-child{color:#6b7280;color:var(--text-secondary,#6b7280)}.blog-page__filter-group select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color,#e5e7eb);border-radius:8px;color:#1a1a1a;color:var(--text-primary,#1a1a1a);cursor:pointer;font-size:14px;padding:10px 36px 10px 12px;transition:all .2s ease}.blog-page__filter-group select:focus,.blog-page__filter-group select:hover{border-color:#60c5fe;border-color:var(--maya-blue,#60c5fe)}.blog-page__filter-group select:focus{box-shadow:0 0 0 3px #60c5fe1a;outline:none}.blog-page__filter-group .select-arrow{color:#6b7280;color:var(--text-secondary,#6b7280);pointer-events:none;position:absolute;right:12px}.blog-page__results-count{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:13px;margin-top:12px}.blog-page__content{min-height:400px;padding:48px 0 80px}.blog-page__grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.blog-page__loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 0}.blog-page__loading .spinner{animation:spin 1s linear infinite;color:#60c5fe;color:var(--maya-blue,#60c5fe)}.blog-page__loading p{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:16px}.blog-page__empty,.blog-page__error{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:80px 0;text-align:center}.blog-page__empty p,.blog-page__error p{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:16px}.blog-page__empty button,.blog-page__error button{background:#60c5fe;background:var(--maya-blue,#60c5fe);border:none;border-radius:100px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.blog-page__empty button:hover,.blog-page__error button:hover{background:#4ab8fc;transform:translateY(-2px)}.blog-page__pagination{align-items:center;border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color,#e5e7eb);display:flex;gap:12px;justify-content:center;margin-top:48px;padding-top:32px}.pagination__btn{align-items:center;background:#fefefe;background:var(--white,#fefefe);border:1px solid #e5e7eb;border:1px solid var(--border-color,#e5e7eb);border-radius:12px;color:#6b7280;color:var(--text-secondary,#6b7280);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:10px 16px;transition:all .2s ease;white-space:nowrap}.pagination__btn:hover:not(:disabled){background:#d9f1fe;background:var(--alice-blue,#d9f1fe);border-color:#60c5fe;border-color:var(--maya-blue,#60c5fe);color:#60c5fe;color:var(--maya-blue,#60c5fe)}.pagination__btn:disabled{cursor:not-allowed;opacity:.5}.pagination__pages{align-items:center;display:flex;gap:8px}.pagination__page{align-items:center;background:#fefefe;background:var(--white,#fefefe);border:1px solid #e5e7eb;border:1px solid var(--border-color,#e5e7eb);border-radius:12px;color:#1a1a1a;color:var(--text-primary,#1a1a1a);cursor:pointer;display:flex;font-size:14px;font-weight:500;height:44px;justify-content:center;min-width:44px;padding:0 12px;transition:all .2s ease}.pagination__page:hover:not(.pagination__page--active){border-color:#60c5fe;border-color:var(--maya-blue,#60c5fe);color:#60c5fe;color:var(--maya-blue,#60c5fe)}.pagination__page--active{background:#60c5fe;background:var(--maya-blue,#60c5fe);border-color:#60c5fe;border-color:var(--maya-blue,#60c5fe);color:#fff}.pagination__ellipsis{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:14px;padding:0 8px}@media (max-width:640px){.blog-page__pagination{flex-wrap:wrap;gap:8px}.pagination__btn span{display:none}.pagination__btn{padding:10px}.pagination__page{font-size:13px;height:40px;min-width:40px;padding:0 8px}}.blog-page__cta{background:linear-gradient(135deg,#d9f1fe,#f0f9fe);background:linear-gradient(135deg,var(--alice-blue,#d9f1fe) 0,#f0f9fe 100%);padding:60px 0}.blog-page__cta-inner{margin:0 auto;max-width:600px;text-align:center}.blog-page__cta h2{color:#1a1a1a;color:var(--text-primary,#1a1a1a);font-size:28px;font-weight:700;margin:0 0 12px}.blog-page__cta p{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:16px;margin:0 0 24px}.blog-page__cta-btn{align-items:center;background:#60c5fe;background:var(--maya-blue,#60c5fe);border-radius:100px;color:#fff;display:inline-flex;font-size:15px;font-weight:600;justify-content:center;padding:14px 32px;text-decoration:none;transition:all .3s ease}.blog-page__cta-btn:hover{background:#4ab8fc;box-shadow:0 8px 24px #60c5fe4d;transform:translateY(-2px)}.blog-page__footer{background:#fefefe;background:var(--white,#fefefe);border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color,#e5e7eb);padding:24px 0;text-align:center}.blog-page__footer p{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:14px;margin:0}.blog-page__footer a{color:#60c5fe;color:var(--maya-blue,#60c5fe);text-decoration:none}.blog-page__footer a:hover{text-decoration:underline}@media (max-width:1024px){.blog-page__grid{gap:24px;grid-template-columns:repeat(2,1fr)}.blog-page__title{font-size:32px}}@media (max-width:768px){.blog-page__header{padding:24px 0 40px}.blog-page__title{font-size:26px}.blog-page__subtitle{font-size:16px}.blog-page__filters-inner{flex-direction:column;gap:12px}.blog-page__search{min-width:0;min-width:auto;width:100%}.blog-page__filter-group,.blog-page__filter-group select{width:100%}.blog-page__grid{gap:20px;grid-template-columns:1fr}.blog-page__content{padding:32px 0 60px}.blog-page__cta{padding:40px 0}.blog-page__cta h2{font-size:24px}}.protected-loading{align-items:center;background:linear-gradient(135deg,#f8fcfe,#e8f5fd 50%,#f0f9fe);display:flex;flex-direction:column;justify-content:center;min-height:100vh}.protected-loading-spinner{animation:spin .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#60c5fe;height:48px;margin-bottom:16px;width:48px}.protected-loading p{color:#6b7280;font-size:15px}.protected-gate{align-items:center;background:linear-gradient(135deg,#f8fcfe,#e8f5fd 50%,#f0f9fe);display:flex;justify-content:center;min-height:100vh;padding:20px}.protected-gate-content{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:450px;padding:48px;text-align:center}.protected-gate-icon{align-items:center;background:linear-gradient(135deg,#e0f7ff,#d1f5ff);border-radius:50%;color:#0369a1;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.protected-gate-content h2{color:#1a1a1a;font-size:24px;font-weight:700;margin:0 0 12px}.protected-gate-content p{color:#6b7280;font-size:15px;line-height:1.5;margin:0 0 8px}.protected-gate-subtext{background:#f0f9ff;border-radius:8px;margin-bottom:24px!important;margin-top:16px!important;padding:12px 16px}.protected-gate-subtext strong{color:#0369a1}.protected-gate-actions{display:flex;flex-direction:column;gap:12px}.protected-login-btn{background:#60c5fe;border:none;border-radius:10px;box-shadow:0 4px 12px #60c5fe4d;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 24px;transition:all .2s ease;width:100%}.protected-login-btn:hover{background:#4eb8f5;box-shadow:0 6px 16px #60c5fe66;transform:translateY(-1px)}.protected-back-link{color:#6b7280;font-size:14px;text-decoration:none;transition:color .2s ease}.protected-back-link:hover{color:#60c5fe}@media (max-width:480px){.protected-gate-content{padding:32px 24px}.protected-gate-content h2{font-size:20px}}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#e0f2fe,#f0f9ff 50%,#fef3e2);background-attachment:fixed;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.dashboard-fullscreen{backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:scroll-position}.dashboard-fullscreen img{transform:translateZ(0);will-change:transform}.dashboard-fullscreen *{backface-visibility:hidden;-webkit-backface-visibility:hidden}body:before{background:radial-gradient(circle at 20% 80%,#0077b51a 0,#0000 50%),radial-gradient(circle at 80% 20%,#10b9811a 0,#0000 50%),radial-gradient(circle at 40% 40%,#f59e0b0d 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.hero-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem;position:relative}.hero-title:after{background:linear-gradient(90deg,#0077b5,#6366f1);border-radius:2px;bottom:-10px;content:none;height:4px;left:50%;opacity:.7;position:absolute;transform:translateX(-50%);width:100px}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem}.section-title{color:#1e293b;font-size:2rem;font-weight:600;margin-bottom:1rem}.section-subtitle{color:#64748b;font-size:1.1rem;margin-bottom:2rem}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;outline:none;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transform:translateY(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#0077b5,#004182 50%,#6366f1);box-shadow:0 4px 14px 0 #0077b54d,inset 0 0 0 1px #ffffff1a;position:relative}.btn-primary:after{background:linear-gradient(135deg,#ffffff1a,#0000 50%,#ffffff1a);border-radius:inherit;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.btn-primary:hover{box-shadow:0 8px 25px 0 #0077b566,inset 0 0 0 1px #fff3;transform:translateY(-3px) scale(1.02)}.btn-primary:hover:after{opacity:1}.btn-primary:active{transform:translateY(-1px) scale(1.01)}.btn-secondary{color:#0077b5}.btn-secondary:hover{border-color:#0077b5}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-link{padding:0}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{background:#0000!important;border:none!important;box-shadow:none!important}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;padding:14px 18px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.form-input:focus{background:#fff;border-color:#0077b5;box-shadow:0 0 0 4px #0077b51a,0 4px 12px #0077b526;outline:none;transform:translateY(-1px)}.form-input:placeholder-shown{color:#94a3b8}.form-input::placeholder{transition:color .3s ease}.form-input:focus::placeholder{color:#cbd5e1}.form-select{background:#fff;cursor:pointer}.form-select,.form-textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:12px 16px;width:100%}.form-textarea{font-family:inherit;min-height:100px;resize:vertical}.card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,inset 0 0 0 1px #ffffff1a;overflow:hidden;padding:24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.card:before{background:linear-gradient(135deg,#0077b50d,#0000 50%,#10b9810d);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.card:hover{box-shadow:0 20px 40px -12px #00000026,inset 0 0 0 1px #fff3;transform:none}.card:hover:before{opacity:1}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.card-title{color:#1e293b;font-size:1.25rem;font-weight:600}.card-content{color:#64748b}.badge{align-items:center;border-radius:16px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.25rem;padding:4px 12px}.badge-high{background:#fee2e2;color:#dc2626}.badge-medium{background:#fef3c7;color:#d97706}.badge-low{background:#dcfce7;color:#16a34a}.progress-container{background:#f1f5f9;border-radius:12px;box-shadow:inset 0 2px 4px #0000001a;height:10px;margin:1rem 0;overflow:hidden;position:relative}.progress-container:after{animation:none;background:linear-gradient(90deg,#0000,#fff3,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.progress-bar{border-radius:12px;height:100%;overflow:hidden;position:relative;transition:width .8s cubic-bezier(.4,0,.2,1)}.progress-bar:after{animation:none;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.progress-excellent{background:linear-gradient(90deg,#10b981,#059669)}.progress-good{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.progress-fair{background:linear-gradient(90deg,#f59e0b,#d97706)}.progress-poor{background:linear-gradient(90deg,#ef4444,#dc2626)}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}@media (max-width:768px){.container{padding:0 16px}.section{padding:40px 0}.hero-title{font-size:2.5rem}.card{padding:20px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.progress-steps-desktop{display:none!important}.profile-input-grid{gap:16px!important;grid-template-columns:1fr!important}.loading-icon{height:100px!important;width:100px!important}.loading-content{margin:0 16px!important;padding:20px!important}.questionnaire-card{margin:0!important;padding:16px!important}.questionnaire-header{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.btn{align-items:center;border-radius:12px;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;min-height:48px;min-width:120px;padding:16px 24px}.btn-primary{min-height:52px;padding:16px 32px}.btn-secondary{min-height:48px;padding:14px 28px}.hero-buttons{flex-direction:column;gap:16px;width:100%}.hero-buttons .btn{max-width:320px;min-height:56px;width:100%}.form-input,.form-textarea{font-size:16px}.hero{min-height:80vh;padding:60px 20px}.hero-content{max-width:100%}.hero-title .line-1,.hero-title .line-2{display:block;white-space:normal!important}}@media (max-width:480px){.container{padding:0 12px}.hero{padding:40px 12px}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:16px}.card{margin:0 4px;padding:16px}.section{padding:30px 0}.dashboard-nav{display:none!important}.btn{border-radius:14px;font-size:16px;font-weight:600;min-height:52px;padding:18px 24px;width:100%}.btn-primary{min-height:56px;padding:20px 32px}.btn-secondary{min-height:50px;padding:16px 28px}.hero-buttons .btn{font-size:17px;min-height:60px}.loading-icon{height:80px!important;width:80px!important}.questionnaire-card{padding:12px!important}.form-input,.form-textarea{padding:12px 14px}.dashboard-tabs{flex-direction:column!important;gap:8px!important}.dashboard-tab{text-align:center!important;width:100%!important}.dashboard-content{padding:16px!important}.dashboard-grid{gap:16px!important;grid-template-columns:1fr!important}.score-card{min-height:auto!important}.feedback-item{padding:12px!important}.copy-button{margin-top:8px!important;min-height:48px!important;padding:14px 20px!important;width:100%!important}.questionnaire-card .btn{flex:1 1;margin:8px 0;min-width:140px}.profile-input-grid .btn{margin:4px 0;width:100%}.btn+.btn{margin-left:0;margin-top:12px}.hero-buttons,.questionnaire-card>div:last-child{gap:12px!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes progressShine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #0077b54d}50%{box-shadow:0 0 30px #0077b580}}.fade-in-up{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1)}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.float{animation:none}.glow{animation:glow 2s ease-in-out infinite}.hero{align-items:center;background:linear-gradient(135deg,#e0f2fe,#f0f9ff 50%,#fef3e2);display:flex;justify-content:center;max-height:100vh;min-height:100vh;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.hero-content{margin:0;max-width:none;overflow:hidden;width:100%}.hero-badge{align-items:center;background:#0077b51a;border:1px solid #0077b533;border-radius:20px;color:#0077b5;display:inline-flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:32px;padding:8px 16px}.badge-icon{font-size:16px}.hero-title{color:#1e293b;font-size:clamp(3rem,6vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:24px}.hero-title .highlight{color:#0077b5}.hero-title .line-1,.hero-title .line-2{display:block;white-space:nowrap}.hero-title .line-2{margin-top:6px}.hero-subtitle{color:#64748b;font-size:18px;line-height:1.6;margin-bottom:40px;margin-left:0;margin-right:0;max-width:none;width:100%}.hero-subtitle strong{color:#1e293b;font-weight:600}.url-form{margin-bottom:32px}.input-group{margin:0 auto 24px;max-width:500px}.url-input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;font-size:16px;padding:16px 20px;transition:all .3s ease;width:100%}.url-input:focus{border-color:#0077b5;box-shadow:0 0 0 3px #0077b51a;outline:none}.hero-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:48px}.btn-primary{background:#0077b5;border:none;border-radius:8px;box-shadow:0 4px 14px #0077b54d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 28px;transition:all .3s ease}.btn-primary:hover{background:#005885;box-shadow:0 8px 25px #0077b566;transform:none}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:16px;font-weight:500;padding:14px 28px;transition:all .3s ease}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.hero-features{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;justify-content:center;margin:0 auto;max-width:1200px;padding:0 20px}.feature-card{align-items:center;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border:1.5px solid #0077b526;border-radius:50px;box-shadow:0 2px 12px #0077b514,0 1px 3px #0000000f,inset 0 1px 0 #ffffffe6;cursor:default;display:inline-flex;gap:10px;overflow:hidden;padding:12px 20px;position:relative;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.feature-card:before{background:linear-gradient(135deg,#0077b514,#6366f114);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .35s ease}.feature-card:hover{border-color:#0077b54d;box-shadow:0 12px 32px #0077b529,0 4px 12px #6366f11f,inset 0 1px 0 #fff,0 0 0 2px #0077b51a;transform:translateY(-4px) scale(1.02)}.feature-card:hover:before{opacity:1}.feature-icon-wrapper{align-items:center;background:linear-gradient(135deg,#0077b5,#6366f1);border-radius:10px;box-shadow:0 4px 14px #0077b54d,inset 0 1px 0 #ffffff40;display:flex;height:32px;justify-content:center;min-width:32px;position:relative;transition:all .35s cubic-bezier(.34,1.56,.64,1);width:32px;z-index:1}.feature-card:hover .feature-icon-wrapper{box-shadow:0 6px 20px #0077b566,0 2px 8px #6366f14d,inset 0 1px 0 #ffffff59;transform:rotate(-5deg) scale(1.15)}.feature-icon{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));position:relative;z-index:1}.feature-text{color:#1e293b;font-size:14px;font-weight:600;letter-spacing:-.01em;line-height:1.3;position:relative;white-space:nowrap;z-index:1}@media (max-width:768px){.hero-features{align-items:stretch;flex-direction:column;gap:12px;padding:0 24px}.feature-card{justify-content:flex-start;margin:0;max-width:100%;padding:14px 24px;width:auto}.feature-icon-wrapper{border-radius:10px;height:36px;min-width:36px;width:36px}.feature-text{flex:1 1;font-size:14px;text-align:left;white-space:nowrap}.hero-buttons{flex-direction:column;gap:12px}.btn-primary,.btn-secondary{max-width:300px;width:100%}}@media (min-width:769px) and (max-width:1024px){.hero-features{gap:12px}.feature-card{padding:11px 18px}}@media (max-width:768px){.dashboard-header{flex-direction:column!important;gap:16px!important;padding:20px 16px!important}.dashboard-title{font-size:1.5rem!important;text-align:center!important}.dashboard-subtitle{font-size:.95rem!important;text-align:center!important}.dashboard-actions{flex-direction:column!important;gap:10px!important;width:100%!important}.dashboard-actions button{justify-content:center!important;width:100%!important}.score-display{font-size:3rem!important}.score-label{font-size:.9rem!important}.tabs-container{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.tabs-list{flex-wrap:nowrap!important;min-width:-webkit-max-content!important;min-width:max-content!important;padding:0 16px!important}.tab-button{font-size:.9rem!important;padding:10px 16px!important;white-space:nowrap!important}.section-card{margin:12px 0!important;padding:16px!important}.section-header{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.section-title{font-size:1.1rem!important}.section-score{font-size:1.3rem!important}.feedback-list{gap:12px!important}.feedback-item{font-size:.95rem!important;padding:14px!important}.feedback-title{font-size:1rem!important}.feedback-content{font-size:.9rem!important}.copy-btn{font-size:.85rem!important;padding:8px 12px!important}.loading-container{padding:20px 16px!important}.loading-title{font-size:1.5rem!important}.loading-subtitle{font-size:1rem!important}.loading-steps{padding:20px 16px!important}.loading-step{padding:14px!important}.loading-step-title{font-size:.95rem!important}.loading-step-description{font-size:.85rem!important}.profile-input-container{padding:20px 16px!important}.profile-input-title{font-size:1.5rem!important}.profile-input-form{gap:12px!important}.profile-input-field{font-size:16px!important}.hero-badge,div[aria-label="Linkedin Profile Enhancer"]{font-size:.85rem!important;padding:6px 12px!important}.hero-badge svg,div[aria-label="Linkedin Profile Enhancer"] svg{height:16px!important;width:16px!important}h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}p{font-size:.95rem!important}.dashboard-grid,.grid-2,.grid-3,.grid-4{gap:16px!important;grid-template-columns:1fr!important}.modal-content{margin:16px!important;max-width:500px!important;padding:20px!important;width:calc(100% - 32px)!important}.modal-title{font-size:1.25rem!important}.modal-actions{flex-direction:column!important;gap:10px!important}.modal-actions button{width:100%!important}button[onClick*=handleDownloadReport]{font-size:16px!important;justify-content:center!important;padding:16px 24px!important;width:100%!important}}@media (max-width:480px){body{font-size:14px!important}.dashboard-header{padding:16px 12px!important}.dashboard-title{font-size:1.3rem!important}.score-display{font-size:2.5rem!important}.score-card{padding:16px!important}.tab-button{font-size:.85rem!important;padding:8px 12px!important}.section-card{margin:8px 0!important;padding:12px!important}.section-title{font-size:1rem!important}.feedback-item{font-size:.9rem!important;padding:12px!important}.loading-title{font-size:1.3rem!important}.loading-subtitle{font-size:.9rem!important}.loading-icon{height:70px!important;width:70px!important}.hero{padding:30px 12px!important}.hero-title{font-size:1.75rem!important;line-height:1.3!important}.hero-subtitle{font-size:.9rem!important}.hero-subtitle br{display:none!important}.feature-card{padding:12px 20px!important}.feature-icon-wrapper{height:32px!important;width:32px!important}.feature-text{font-size:13px!important}.form-group{margin-bottom:12px!important}.form-label{font-size:.9rem!important}h1{font-size:1.5rem!important}h2{font-size:1.3rem!important}h3{font-size:1.1rem!important}p{font-size:.9rem!important}.modal-content{margin:12px!important;padding:16px!important;width:calc(100% - 24px)!important}.modal-title{font-size:1.1rem!important}.progress-container{height:8px!important}.badge{font-size:.8rem!important;padding:3px 10px!important}.card-title{font-size:1.1rem!important}.card-content{font-size:.9rem!important}}@media (max-width:768px) and (orientation:landscape){.hero{min-height:auto!important;padding:40px 20px!important}.section{padding:30px 0!important}.dashboard-header{flex-direction:row!important;justify-content:space-between!important}.dashboard-title{text-align:left!important}}@media (hover:none) and (pointer:coarse){.btn,.copy-btn,.tab-button,button{min-height:44px!important;min-width:44px!important}.btn:hover,.card:hover,.feature-card:hover{transform:none!important}.btn:active{opacity:.9!important;transform:scale(.98)!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){*{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}}@media (prefers-color-scheme:dark){body{filter:brightness(.95)!important}}@media (max-width:768px){.dashboard-fullscreen .btn-secondary{font-size:.7rem!important;gap:3px!important;max-width:80px!important;min-width:auto!important;padding:4px 10px!important}.dashboard-fullscreen .btn-secondary svg{height:12px!important;width:12px!important}}@media (max-width:480px){.dashboard-fullscreen .btn-secondary{font-size:.65rem!important;max-width:65px!important;padding:3px 8px!important}.dashboard-fullscreen .btn-secondary svg{height:10px!important;width:10px!important}}
/*# sourceMappingURL=main.6d6057c4.css.map*/