@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://api.fontshare.com/v2/css?f[]=general-sans@500,600,700&display=swap";.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);background-color:#2979ff;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;font-family:Inter,sans-serif;box-shadow:0 4px 16px #2979ff33;z-index:10000;opacity:0;transform:translate(-50%) translateY(-10px);transition:all .3s ease;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.toast.success{background-color:#2979ff}.toast.error{background-color:#ef4444}.toast.warning{background-color:#f59e0b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#fff;color:#121f3d}.navbar{width:100%;position:fixed;top:0;left:0;background-color:#fff;border-bottom:1px solid rgba(229,231,235,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:8px 0;overflow:visible}.navbar-container{width:100%;max-width:1260px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:65px;position:relative}.navbar-left{display:flex;align-items:center;position:relative;margin-left:32px}.logo{height:130px;width:auto;position:absolute;top:50%;left:0;transform:translateY(-50%);cursor:pointer;transition:opacity .2s ease}.logo:hover{opacity:.8}.navbar-center{display:flex;gap:12px;margin-left:-16px}.navbar-center a{text-decoration:none;color:#4b5563;font-weight:500;font-size:14px;padding:12px 16px;border-radius:12px;transition:background-color .2s ease;margin:0 -4px}.navbar-center a:hover{background-color:#f1f3f5;color:#4b5563}.navbar-right,.auth-buttons{display:flex;gap:12px;align-items:center}.login-btn,.signup-btn{font-size:14px;padding:10px 18px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1.5px 5px #0000000f;display:flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap;text-decoration:none}.login-btn{background-color:transparent;color:#121f3d;border:1px solid rgba(209,213,219,.5);padding:10.5px 18px}.login-btn:hover{background-color:#f3f4f6;border-color:#d1d5db}.signup-btn{background-color:#2979ff;color:#fff;border:1.5px solid #2563EB;box-shadow:0 4px 16px #2979ff21,0 1.5px 5px #0000000f}.signup-btn:hover{background-color:#2979ffe6;color:#fff}.dropdown{position:relative;display:inline-block}.dropdown-button{background-color:#fff;border:none;border-radius:12px;padding:12px 20px;font-family:Inter,sans-serif;font-weight:500;color:#2f3542;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:6px;font-size:14px}.dropdown:hover .dropdown-button{background-color:#f1f3f5}.dropdown-content{position:absolute;top:100%;left:0;background-color:#fff;min-width:320px;box-shadow:0 2px 8px #0000000f;border-radius:12px;padding:10px 0 12px;z-index:100;animation:dropdownFadeIn .2s ease;border:1px solid #E5E7EB;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;pointer-events:none}.dropdown:hover .dropdown-content{opacity:1;visibility:visible;pointer-events:auto}.dropdown-button:hover+.dropdown-content,.dropdown-content:hover{opacity:1;visibility:visible;pointer-events:auto}.dropdown-content a{color:#121f3d;padding:10px 20px;text-decoration:none;display:flex;align-items:center;gap:12px;transition:background-color .2s ease;font-size:15px;border-radius:8px;font-weight:400;margin:0 8px}.dropdown-content a:hover{background-color:#f9fafb;border-radius:8px;color:#121f3d}.icon{width:28px;height:28px;-o-object-fit:contain;object-fit:contain;display:inline-block;vertical-align:middle}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown{position:relative;display:inline-block}.profile-btn{background-color:transparent;border:none;border-radius:8px;padding:8px 12px;font-family:Inter,sans-serif;font-weight:500;color:#121f3d;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;font-size:14px;box-shadow:none}.profile-btn:hover{background-color:#f3f4f6}.profile-image{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.profile-avatar{width:24px;height:24px;border-radius:50%;background-color:#2979ff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.profile-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-dropdown-content{position:absolute;top:110%;right:0;background-color:#fff;min-width:180px;box-shadow:0 4px 16px #0000001a;border-radius:8px;padding:8px 0;z-index:100;border:1px solid #E5E7EB;animation:dropdownFadeIn .2s ease}.profile-dropdown-content a{color:#121f3d;padding:10px 16px;text-decoration:none;display:block;transition:background-color .2s ease;font-size:14px;font-weight:400}.profile-dropdown-content a:hover{background-color:#f9fafb;color:#121f3d}.dropdown-divider{border:none;border-top:1px solid #E5E7EB;margin:8px 0}.logout-btn{width:100%;background:none;border:none;color:#ef4444;padding:10px 16px;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:14px;font-weight:400;font-family:Inter,sans-serif}.logout-btn:hover{background-color:#f3f4f6;color:#dc2626}.mobile-menu-container{position:relative;display:none}.mobile-only{display:none}.desktop-auth-buttons{display:flex;gap:12px}@media (max-width: 768px){.desktop-auth-buttons{display:none}.mobile-menu-container{display:block}.mobile-only{display:flex}.desktop-only{display:none!important}.navbar-container{padding:0 1rem;height:55px}.navbar-left{flex:1;margin-left:16px}.navbar-right{display:flex;align-items:center}.hamburger-btn{display:flex;margin-left:1rem}.logo{height:45px;position:static;transform:none}}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-login-btn,.mobile-signup-btn{width:100%;font-size:16px;padding:16px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1;margin-bottom:0;margin-top:60px}.mobile-login-btn{background-color:transparent;color:#121f3d;border:1px solid rgba(209,213,219,.8);margin-bottom:12px;margin-top:60px}.mobile-login-btn:hover{background-color:#f3f4f6;border-color:#d1d5db}.mobile-signup-btn{background-color:#2979ff;color:#fff;border:1.5px solid #2563EB;box-shadow:0 4px 16px #2979ff33}.mobile-signup-btn:hover{background-color:#2979ffe6;color:#fff}.hamburger-btn{display:none;background:none;border:none;padding:8px;cursor:pointer;flex-direction:column;gap:4px;z-index:1001}.hamburger-line{width:20px;height:2px;background-color:#1f2937;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.mobile-menu{position:fixed;top:60px;right:0;width:100%;height:calc(100vh - 60px);background-color:#fff;z-index:1000;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:-2px 0 8px #0000001a}.mobile-menu.open{transform:translate(0)}.mobile-menu-content{opacity:0;transform:translate(20px);transition:all .3s ease;transition-delay:.1s;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-menu.open .mobile-menu-content{opacity:1;transform:translate(0)}.mobile-menu-item{padding:.75rem 1rem;color:#1f2937;text-decoration:none;font-size:.875rem;border-radius:.375rem;transition:background-color .2s}.mobile-menu-item:hover{background-color:#f3f4f6}.mobile-dropdown-content{max-height:0;overflow:hidden;padding-left:1rem;opacity:0;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-dropdown-content.open{max-height:200px;opacity:1;transform:translateY(0);margin-top:.5rem}.mobile-dropdown-button{width:100%;background:none;border:none;padding:0;text-align:left;font-size:.875rem;color:#1f2937;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s ease}.mobile-dropdown-button:hover{background-color:#f3f4f6}.mobile-dropdown-button .arrow{transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-dropdown-button .arrow.open{transform:rotate(180deg)}.mobile-submenu-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:#1f2937;text-decoration:none;font-size:.875rem;border-radius:.375rem;transition:background-color .2s}.mobile-submenu-item:hover{background-color:#f3f4f6}.mobile-submenu-item .icon{width:20px;height:20px}.mobile-logout{color:#ef4444;background:none;border:none;text-align:left;width:100%;cursor:pointer}.mobile-logout:hover{background-color:#fef2f2}.mobile-signup{color:#2563eb;font-weight:500}@media (max-width: 768px){.mobile-only{display:flex}.desktop-only{display:none!important}.navbar-container{padding:0 1rem;height:55px}.navbar-left{flex:1;margin-left:16px}.navbar-right{display:flex;align-items:center}.hamburger-btn{display:flex;margin-left:1rem}.logo{height:45px;position:static;transform:none}}@media (min-width: 769px){.mobile-menu{display:none!important}}.signup-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:inherit}.signup-modal-logo{position:absolute;top:20px;left:32px;height:45px;width:auto;display:block;z-index:10}.signup-box{background:#fff;border-radius:1rem;box-shadow:0 1px 6.3px -1px #1223451a,0 0 0 1px #12234513;padding:2.5rem 2.5rem 1rem;width:100%;max-width:460px;position:relative;display:flex;flex-direction:column;align-items:center;margin:-80px auto 0}.signup-modal-title{font-size:2rem;font-weight:700;color:#181c32;margin-bottom:8px;text-align:center}.signup-modal-title-thin{font-weight:600;letter-spacing:-.22px}.signup-modal-socials{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.icon-google{width:20px;height:20px;background:url(https://cdn.jsdelivr.net/gh/devicons/devicon/icons/google/google-original.svg) no-repeat center/contain;display:inline-block}.signup-modal-divider{width:100%;display:flex;align-items:center;justify-content:center;color:#a0a4b8;font-size:.85rem;margin:2px 0 12px;position:relative}.signup-modal-divider:before,.signup-modal-divider:after{content:"";display:block;width:120px;height:1px;background:#e5e7eb;margin:0 10px}.signup-modal-form{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.name-fields{display:flex;gap:10px;margin-bottom:2px;min-width:0}.name-fields input{flex:1 1 0;max-width:50%;min-width:0;box-sizing:border-box}.signup-modal-form input{width:100%;padding:12px 16px;border:1.5px solid #E5E7EB;border-radius:8px;font-size:1rem;font-weight:200;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:#fff;color:#222;outline:none;transition:border-color .2s;box-sizing:border-box}.signup-modal-form input:focus{border-color:#2979ff}.signup-modal-form input::-moz-placeholder{color:#8b93a0}.signup-modal-form input::placeholder{color:#8b93a0}.signup-modal-form input.error{border-color:#ef4444}.signup-modal-email-btn{width:100%;background:#2979ff;color:#fff;border:none;border-radius:.5rem;padding:16px;font-size:15px;font-weight:500;margin-top:6px;margin-bottom:16px;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:background-color .2s ease}.signup-modal-email-btn:hover{background:#2979ffd9;color:#fff}.signup-modal-policy{color:#222;font-size:.82rem;font-weight:400;text-align:center;margin-bottom:0;letter-spacing:-.1px}.signup-modal-policy .and{color:#222;font-weight:400}.signup-modal-policy a{color:#2979ff;text-decoration:none;font-weight:400}.floating-input-group{position:relative;width:100%;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.floating-input{width:100%;padding:12px 16px;border:1.5px solid #E5E7EB;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;color:#222;outline:none;transition:border-color .2s;box-sizing:border-box}.floating-input:focus{border-color:#2979ff}.floating-label{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#a0a4b8;font-size:1rem;font-weight:400;pointer-events:none;background:transparent;transition:all .18s cubic-bezier(.4,0,.2,1);padding:0 4px}.floating-label--active{top:0;transform:translateY(-50%);font-size:.85rem;color:#2979ff;background:#fff}.signup-modal-login{color:#222;font-size:.82rem;font-weight:400;text-align:center;margin-top:16px;letter-spacing:-.1px}.signup-modal-login a{color:#2979ff;text-decoration:none;font-weight:400}.error-message{color:#ef4444;font-size:12px;margin-top:4px;margin-left:4px;display:flex;align-items:center;gap:4px}.password-strength-bar{width:100%;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden;margin-bottom:12px}.password-strength-progress{height:100%;transition:all .3s ease;width:0;border-radius:2px}.password-requirements-container{display:flex;flex-direction:column;gap:8px}.password-requirements-header{display:flex;justify-content:space-between;align-items:center}.password-requirements-title{color:#6b7280;font-size:12px;font-weight:400}.password-requirements-list{display:flex;flex-direction:column;gap:4px}.requirement-item{color:#6b7280;font-size:12px;font-weight:400;margin-left:4px}.password-strength{font-size:12px;font-weight:300;margin-left:auto}.password-secure-message{font-size:12px;font-weight:300;margin-top:4px}.password-strength:not(:empty):before{display:none!important}.verification-sent{text-align:center;padding:2rem}.verification-sent h2{font-size:1.5rem;font-weight:600;margin:1.5rem 0 1rem;color:#333}.verification-sent p{color:#666;font-size:1rem;margin:.5rem 0;line-height:1.5}.verification-sent strong{color:#333;font-weight:600}.verification-note{font-size:.9rem!important;color:#666;margin-top:1rem!important}.verification-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem;padding:1rem;background:#f3f4f6;border-radius:8px}.verification-loading span{font-size:.9rem;color:#666}.verification-spinner{width:20px;height:20px;border:2px solid #E5E7EB;border-top-color:#2979ff;border-radius:50%;animation:spinner 1s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.verification-error{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem;padding:1rem;background:#fef2f2;border-radius:8px;color:#ef4444}.verification-error .error-icon{font-size:20px;flex-shrink:0}@font-face{font-family:General Sans;src:url(/assets/GeneralSans-Regular-Dn3hZj8I.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:General Sans;src:url(/assets/GeneralSans-Medium-Dnk_K_Tg.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:General Sans;src:url(/assets/GeneralSans-Semibold-DQ6WvPG1.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:General Sans;src:url(/assets/GeneralSans-Bold-BWHD35xo.otf) format("opentype");font-weight:700;font-style:normal}.home{min-height:100vh}.hero-section{position:relative;width:100%;height:70vh;overflow:hidden;margin-top:0}.hero-video-container{position:relative;width:100%;height:100%}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2;padding-bottom:0}@media (max-width: 1440px){.hero-overlay{align-items:flex-end;padding-bottom:5rem}}.hero-content{text-align:center;color:#fff;max-width:700px;padding:0 2rem}.hero-title{font-size:2.8rem;font-weight:600;margin-bottom:1rem;line-height:1.2;white-space:nowrap;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.mobile-break{display:none}.hero-subtitle{font-size:1.1rem;font-weight:300;margin-bottom:2rem;line-height:1.6;opacity:.9}.hero-social-proof{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:.5rem;margin-bottom:1.5rem}.profile-avatars{display:flex;align-items:center;width:100px;overflow:hidden}.profile-avatar-img{width:32px;height:32px;border-radius:50%;border:2px solid white;margin-left:-8px;background-color:#ddd;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;-o-object-fit:cover;object-fit:cover;flex-shrink:0;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative}.profile-avatar-img:first-child{margin-left:0}.new-avatar{animation:fadeInScale .6s cubic-bezier(.4,0,.2,1)}.social-proof-text{font-size:.9rem;font-weight:300;opacity:.8;color:#fff}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#007bff;color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .15s ease;transform:scale(1)}.btn-primary:hover{background:#0056b3;transform:scale(1.05);box-shadow:0 8px 25px #007bff66}.btn-primary.large{padding:1rem 2.5rem;font-size:1.1rem}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#333;transform:translateY(-2px);box-shadow:0 8px 25px #ffffff4d}.features-section{padding:5rem 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.newsletter-content{text-align:left;background-color:#fff;padding-top:2rem}.newsletter-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:1rem;margin-top:2rem;line-height:1.2;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.updated-badge{background-color:#fef3c7;color:#92400e;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:12px;margin-left:8px;position:relative;top:-20px;display:inline-block}.newsletter-subtitle{font-size:1rem;font-weight:300;color:#666;line-height:1.6}.newsletter-boxes{display:flex;overflow-x:auto;gap:.75rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;margin-top:2rem}.newsletter-boxes::-webkit-scrollbar{display:none}.newsletter-box{flex:1;height:220px;border-radius:12px;position:relative;overflow:hidden;transition:all .3s ease;cursor:pointer;touch-action:manipulation}.newsletter-box.loading{opacity:.7;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}.newsletter-box:hover .newsletter-thumbnail img{transform:scale(1.08)}.newsletter-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333}.newsletter-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.newsletter-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.newsletter-box-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2;color:#fff}.newsletter-box-content h4{font-size:1.3rem;font-weight:600;margin:0;color:#fff;font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.3;text-shadow:none}.newsletter-box-content p{display:none}.newsletter-date{position:absolute;top:1rem;right:1rem;font-size:.85rem;color:#fff;font-weight:600;background:#000c;padding:.4rem .8rem;border-radius:8px;z-index:2;text-shadow:none;border:1px solid rgba(255,255,255,.2)}.newsletter-link{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);font-size:.7rem;color:#fff;text-decoration:none;font-weight:500;background:#0009;padding:.4rem .8rem;border-radius:20px;border:1px solid rgba(255,255,255,.3);opacity:0;transition:all .3s ease;z-index:2}.newsletter-box:hover .newsletter-link{opacity:1;transform:translate(-50%) translateY(-2px)}.newsletter-link:hover{background:#000c;text-decoration:none}.newsletter-box-1,.newsletter-box-2,.newsletter-box-3{background:#333}.newsletter-section{position:relative}.newsletter-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#808080cc;border:none;color:#fff;font-size:1.2rem;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.newsletter-nav-button:hover{background:gray;transform:translateY(-50%) scale(1.1)}.newsletter-nav-button.prev{left:-20px}.newsletter-nav-button.next{right:-20px}.newsletter-nav-button:disabled{opacity:.3;cursor:not-allowed}.newsletter-nav-button:disabled:hover{transform:translateY(-50%);background:#808080cc}.popular-tests-section{padding:2rem 0 4rem;background:#f8f9fa}.popular-tests-title{text-align:left;font-size:2rem;font-weight:600;color:#333;font-family:General Sans,ui-sans-serif,system-ui,sans-serif;line-height:1.2;margin:0 0 2rem}.popular-tests-grid{display:flex;overflow-x:auto;gap:1rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none;max-width:1400px;margin:0 auto}.popular-tests-grid::-webkit-scrollbar{display:none}.test-box{background:#fff;border-radius:12px;padding:1.2rem .8rem;transition:all .3s ease;position:relative;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:180px;min-width:280px;flex-shrink:0;touch-action:manipulation;cursor:pointer}.test-icon{font-size:2rem;margin-bottom:.75rem;color:#007bff}.test-title{font-size:1.1rem;font-weight:600;color:#333;margin:0;font-family:General Sans,ui-sans-serif,system-ui,sans-serif;text-align:left;width:100%}.test-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.test-button{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%}.test-button:hover{background:#0056b3}.test-box-with-image{position:relative;color:#fff;align-items:flex-start;text-align:left;background-size:100% 100%!important;background-position:center!important;background-repeat:no-repeat!important;transition:background-size .4s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden}.test-box-with-image:hover{background-size:108% 108%!important}.test-box-with-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;border-radius:12px;z-index:1}.test-box-with-image .test-title{position:relative;z-index:2;color:#fff;margin-bottom:.5rem}.test-rating{position:relative;z-index:2;display:flex;align-items:center;gap:.5rem;justify-content:flex-start}.stars{display:flex;gap:.1rem;color:gold;font-size:.8rem}.star-almost-full{position:relative;overflow:hidden}.star-almost-full:after{content:"";position:absolute;top:0;right:0;width:10%;height:100%;background:#0006;z-index:1}.rating-text{color:gold;font-weight:600;font-size:.8rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.test-box-social-proof{position:relative;z-index:2;margin-top:.5rem;display:flex;align-items:center;gap:.4rem;justify-content:flex-start}.test-box-social-proof .profile-avatars{justify-content:flex-start;width:-moz-fit-content;width:fit-content}.test-box-social-proof .profile-avatar-img{width:16px;height:16px;font-size:8px;margin-left:-4px}.test-box-social-proof .profile-avatar-img:first-child{margin-left:0}.practicing-text{color:#fff;font-size:.7rem;font-weight:400;font-family:Inter,ui-sans-serif,system-ui,sans-serif;white-space:nowrap}.popular-tests-container{position:relative}.tests-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#808080cc;border:none;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tests-nav-button:hover{background:gray;transform:translateY(-50%) scale(1.1)}.tests-nav-button.prev{left:-20px}.tests-nav-button.next{right:-20px}.tests-nav-button:disabled{opacity:.3;cursor:not-allowed}.tests-nav-button:disabled:hover{transform:translateY(-50%);background:#808080cc}.stats-section{padding:4rem 0;background:linear-gradient(to bottom,#f8f9fa,#cce7ff);color:#333}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.cta-section{padding:5rem 0;background:#333;color:#fff;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.hero-section{height:70vh;margin-top:0}.mobile-break{display:block}.hero-title{font-size:2rem;white-space:normal}.hero-subtitle{font-size:1rem}.hero-social-proof{flex-direction:column;gap:.5rem}.social-proof-text{font-size:.8rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:280px}.section-title{font-size:1.8rem}.features-grid,.stats-grid{grid-template-columns:1fr}.cta-section h2{font-size:1.8rem}.updated-badge{font-size:.7rem;padding:.2rem .5rem}.newsletter-boxes{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.newsletter-boxes::-webkit-scrollbar{display:none}.newsletter-box{min-width:280px;scroll-snap-align:start}.newsletter-box-content h4{font-size:1rem}.newsletter-box-content p{font-size:.9rem}.newsletter-link{font-size:.8rem}.popular-tests-title{font-size:1.8rem}.popular-tests-grid{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.popular-tests-grid::-webkit-scrollbar{display:none}.test-box{min-width:280px;scroll-snap-align:start}.test-title{font-size:1.1rem}.test-description{font-size:.9rem}.tests-nav-button,.newsletter-nav-button{width:40px;height:40px}.popular-tests-section{padding:3rem 1rem}.new-box-section{display:none}}@media (max-width: 480px){.hero-section{height:80vh;margin-top:0}.hero-title{font-size:1.8rem}.hero-content{padding:0 1rem}.profile-avatar-img{width:28px;height:28px;font-size:10px}.social-proof-text{font-size:.75rem}.container{padding:0 1rem}.stats-grid{gap:1rem}.stat-number{font-size:2rem}}.new-box-section{padding:3rem 0;background:#f8f9fa}.new-box{background:#efd5b2;border-radius:20px;padding:2rem;margin:0 auto;width:100%;height:200px;border:none;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.offer-content{flex:1;padding-right:2rem;text-align:left}.offer-title{font-size:1.8rem;font-weight:600;color:#333;margin:0 0 .5rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.offer-description{font-size:1rem;color:#666;margin:0 0 1.5rem;line-height:1.5}.offer-button{background:transparent;color:#333;border:2px solid #333;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease;font-family:General Sans,ui-sans-serif,system-ui,sans-serif;display:block;width:-moz-fit-content;width:fit-content}.offer-button:hover{background:#333;color:#fff}.fifty-off-image{width:300px;height:240px;-o-object-fit:contain;object-fit:contain;border-radius:20px;flex-shrink:0}@media (max-width: 768px){.new-box-section{padding:2rem 0}.new-box{flex-direction:row;height:150px;padding:1rem;text-align:left}.offer-content{flex:1;padding-right:1rem;margin-bottom:0}.offer-title{font-size:1.2rem;margin-bottom:.5rem}.offer-description{font-size:.8rem;margin-bottom:1rem;line-height:1.4}.offer-button{padding:.5rem 1rem;font-size:.8rem}.fifty-off-image{width:140px;height:110px;flex-shrink:0}}.why-aielts-section{padding:4rem 0;background:#f8f9fa;position:relative}.why-aielts-title{font-size:2rem;font-weight:600;text-align:left;color:#333;margin:0 0 3rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.why-aielts-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;opacity:0;transform:translateY(50px);transition:all .8s ease-out}.why-aielts-features.animate-in{opacity:1;transform:translateY(0)}.why-feature{background:transparent;padding:0;border-radius:0;box-shadow:none;transition:none;opacity:0;transform:translateY(30px);text-align:center}.why-feature.animate-feature{animation:fadeInUp .6s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.why-feature:hover{transform:none;box-shadow:none}.why-feature-title{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif;line-height:1.3}.why-feature-description{font-size:.85rem;color:#666;line-height:1.6;margin:0}.why-feature-image{width:100%;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:12px;margin-bottom:.5rem}@media (max-width: 768px){.why-aielts-section{padding:3rem 0}.why-aielts-title{font-size:2rem}.why-aielts-features{grid-template-columns:1fr;gap:1.5rem}.why-feature{padding:0}.why-feature-title{font-size:1.2rem}.why-feature-description{font-size:.9rem}}@media (max-width: 480px){.why-aielts-section{padding:2rem 0}.why-aielts-title{font-size:1.8rem}.why-aielts-features{grid-template-columns:1fr;gap:1.5rem}.why-feature{padding:0}.why-feature-title{font-size:1.1rem}.why-feature-description{font-size:.85rem}.why-feature-image{height:80px;margin-bottom:.5rem}}.trusted-section{padding:4rem 0;background:#f8f9fa;position:relative}.trusted-title{font-size:2rem;font-weight:600;text-align:left;color:#333;margin:0 0 1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.trusted-subtitle{font-size:1rem;font-weight:300;text-align:left;color:#666;margin:0 0 3rem;line-height:1.6}.reviews-container{overflow:hidden;width:100%;margin-top:2rem}.review-stars{display:flex;gap:.2rem;color:gold;font-size:1rem;margin-bottom:1rem}@media (max-width: 768px){.trusted-section{padding:3rem 0}.trusted-title{font-size:1.8rem}.trusted-subtitle{font-size:.9rem}.reviews-container{margin-top:1rem}.reviews-slider{gap:1rem}.review-box{padding:1.5rem;flex:0 0 calc(33.333% - .67rem);min-width:280px;max-width:320px}.review-text{font-size:.9rem}}@media (max-width: 480px){.trusted-section{padding:2rem 0}.trusted-title{font-size:1.6rem}.trusted-subtitle{font-size:.85rem}.review-box{padding:1.25rem}.review-text,.author-name{font-size:.85rem}.author-score{font-size:.75rem}}.trusted-frameworks-section{padding:4rem 0;background:#fff}.trusted-frameworks-title{font-size:2rem;font-weight:600;text-align:left;color:#333;margin:0 0 1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.trusted-frameworks-subtitle{font-size:1rem;font-weight:300;text-align:left;color:#666;margin:0 0 3rem;line-height:1.6}.frameworks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.25rem}.framework-item{background:#fff;padding:.75rem;border-radius:12px;text-align:center;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;min-height:60px}.framework-logo{max-width:100%;max-height:70px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.framework-item h3{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.framework-item p{font-size:.8rem;color:#666;line-height:1.6;margin:0}@media (max-width: 768px){.trusted-frameworks-section{padding:3rem 0}.trusted-frameworks-title{font-size:1.8rem}.trusted-frameworks-subtitle{font-size:.9rem}.frameworks-grid{grid-template-columns:1fr;gap:1.5rem}.framework-item{padding:1.5rem}.framework-item h3{font-size:1.2rem}.framework-item p{font-size:.85rem}}@media (max-width: 480px){.trusted-frameworks-section{padding:2rem 0}.trusted-frameworks-title{font-size:1.6rem}.trusted-frameworks-subtitle{font-size:.85rem}.framework-item{padding:1.25rem}.framework-item h3{font-size:1.1rem}.framework-item p{font-size:.8rem}}.ai-examiner-section{padding:5rem 0;background:#fff;color:#333}.ai-examiner-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.ai-examiner-text{flex:1}.ai-examiner-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.ai-examiner-subtitle{font-size:1.1rem;margin-bottom:2rem;line-height:1.6;opacity:.9}.ai-examiner-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.ai-feature{display:flex;align-items:center;gap:1rem}.ai-feature-icon{width:24px;height:24px;opacity:.8}.ai-feature-text{font-size:1rem;font-weight:500}.ai-examiner-btn{background:#007bff;color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .15s ease;transform:scale(1)}.ai-examiner-btn:hover{transform:scale(1.05);box-shadow:0 8px 25px #007bff66}.ai-examiner-demo{flex:1;display:flex;justify-content:center}.macbook-frame{width:100%;max-width:500px;background:#1a1a1a;border-radius:20px;padding:20px;box-shadow:0 20px 40px #0000004d}.macbook-header{display:flex;gap:8px;margin-bottom:15px}.macbook-screen{background:#fff!important;border-radius:10px;padding:20px;color:#333;min-height:300px;border:1px solid #e0e0e0}.demo-content{height:100%;background:#fff}.demo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.demo-header h3{font-size:1.2rem;font-weight:600;margin:0;color:#000}.demo-score{display:flex;align-items:center;gap:8px}.score-label{font-size:.9rem;color:#000}.score-value{font-size:1.1rem;font-weight:700;color:#000}.demo-feedback{display:flex;flex-direction:column;gap:20px}.feedback-section{flex:1}.feedback-section h4{font-size:1rem;font-weight:600;margin-bottom:10px;color:#000}.feedback-section ul{list-style:none;padding:0;margin:0}.feedback-section li{font-size:.9rem;color:#000;margin-bottom:8px;padding-left:15px;position:relative}.feedback-section li:before{content:"•";position:absolute;left:0;color:#000;font-weight:700}.demo-instruction{margin-bottom:15px}.demo-instruction p{font-size:.9rem;color:#000;margin:0;line-height:1.4}.demo-description{margin-bottom:15px}.demo-description p{font-size:.9rem;color:#000;margin:0 0 10px;line-height:1.4}.demo-image{display:flex;justify-content:center;margin-top:15px}.demo-header,.demo-instruction,.demo-description,.demo-image{opacity:0;transform:translateY(20px);transition:all .6s ease}.demo-header.fade-in,.demo-instruction.fade-in,.demo-description.fade-in,.demo-image.fade-in{opacity:1;transform:translateY(0)}@media (max-width: 768px){.ai-examiner-content{flex-direction:column;gap:2rem;text-align:center}.ai-examiner-title{font-size:2rem}.ai-examiner-subtitle{font-size:1rem}.ai-examiner-features{align-items:center}.ai-feature{justify-content:center}.macbook-frame{max-width:100%}}@media (max-width: 480px){.ai-examiner-section{padding:3rem 0}.ai-examiner-title{font-size:1.8rem}.ai-examiner-subtitle,.ai-feature-text{font-size:.9rem}.ai-examiner-btn{padding:.8rem 2rem;font-size:.9rem}}.free-test-badge{position:absolute;left:0;right:0;bottom:0;padding:8px 0;background:#000000b3;color:#fff;font-weight:700;font-size:1.1rem;text-align:center;border-radius:0 0 12px 12px;letter-spacing:1px;z-index:2}.test-box.test-box-with-image{position:relative}body{font-family:Inter,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;font-feature-settings:normal;font-variation-settings:normal;letter-spacing:-.22px;color:#122345;background-color:#f8f9fb}.login-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:inherit}.login-modal-logo{position:absolute;top:20px;left:32px;height:45px;width:auto;display:block;z-index:10}.login-box{background:#fff;border-radius:1rem;box-shadow:0 1px 6.3px -1px #1223451a,0 0 0 1px #12234513;padding:2.5rem;width:100%;max-width:460px;position:relative;display:flex;flex-direction:column;align-items:center;margin:-80px auto 0}.login-modal-title{font-size:2rem;font-weight:700;color:#181c32;margin-bottom:8px;text-align:center}.login-modal-title-thin{font-weight:600;letter-spacing:-.22px}.login-modal-socials{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.social-btn{width:100%;background:#fff;border:1px solid #E5E7EB;border-radius:.5rem;padding:12px;font-size:15px;font-weight:400;color:#181c32;display:flex;align-items:center;gap:10px;justify-content:center;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:background-color .2s ease}.social-btn:hover{background:#f3f4f6}.icon-google{width:20px;height:20px;background:url(https://cdn.jsdelivr.net/gh/devicons/devicon/icons/google/google-original.svg) no-repeat center/contain;display:inline-block}.login-modal-divider{width:100%;display:flex;align-items:center;justify-content:center;color:#a0a4b8;font-size:.85rem;margin:2px 0 12px;position:relative}.login-modal-divider:before,.login-modal-divider:after{content:"";display:block;width:120px;height:1px;background:#e5e7eb;margin:0 10px}.login-modal-form{width:100%;display:flex;flex-direction:column;gap:16px;margin-bottom:0}.login-modal-form input{width:100%;padding:12px 16px;border:1.5px solid #E5E7EB;border-radius:8px;font-size:1rem;font-weight:200;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:#fff;color:#222;outline:none;transition:border-color .2s;box-sizing:border-box}.login-modal-form input:focus{border-color:#2979ff}.login-modal-form input::-moz-placeholder{color:#8b93a0}.login-modal-form input::placeholder{color:#8b93a0}.login-modal-email-btn{width:100%;background:#2979ff;color:#fff;border:none;border-radius:.5rem;padding:16px;font-size:15px;font-weight:500;margin:0;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:background-color .2s ease}.login-modal-email-btn:hover{background:#2979ff;opacity:.9}.password-field{position:relative;width:100%}.password-field input{padding-right:45px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;color:#a0a4b8;display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:#2979ff}.remember-me{display:flex;align-items:center;gap:8px;margin-top:8px;margin-bottom:8px;position:relative}.remember-me input[type=checkbox]{display:none}.remember-me label{position:relative;padding-left:26px;font-size:14px;color:#4b5563;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:20px}.remember-me label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;background:transparent;border-radius:4px;border:1.5px solid #E5E7EB;box-sizing:border-box}.remember-me input[type=checkbox]:checked+label:before{background:#2979ff;border-color:#2979ff}.remember-me input[type=checkbox]:checked+label:after{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:12px;height:16px;background:url(src/assets/check-symbol.png) no-repeat center/contain;border:none}.login-modal-login{color:#222;font-size:.82rem;font-weight:400;text-align:center;margin-top:24px;letter-spacing:-.1px}.login-modal-login a{color:#2979ff;text-decoration:none;font-weight:400}.forgot-password-container{text-align:right;margin:8px 0 16px}.forgot-password{color:#2979ff;text-decoration:none;font-size:14px;font-weight:400}.forgot-password:hover{opacity:.9}.login-modal-signup{color:#222;font-size:.82rem;font-weight:400;text-align:center;margin-top:16px;letter-spacing:-.1px}.login-modal-signup a{color:#2979ff;text-decoration:none;font-weight:400}.input-group{width:100%;position:relative}.login-modal-form input.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:12px;margin-top:8px;margin-left:4px;display:flex;align-items:center;gap:4px}.error-icon{font-size:14px;flex-shrink:0}.password-requirements{margin-top:8px;margin-bottom:8px}.password-requirements .error-message{white-space:pre-line;margin-bottom:4px}.password-strength{color:#ef4444;font-size:12px;font-weight:500;margin-left:4px}.password-strength:not(:empty):before{content:"•";margin-right:4px}.get-started-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:120px 20px 20px;position:relative}.get-started-logo{position:absolute;top:20px;left:140px;height:108px;width:auto;display:block;z-index:10}.get-started-title{font-size:2rem;font-weight:600;color:#181c32;margin-bottom:40px;text-align:center;font-family:Inter,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.step-indicators{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:40px;width:100%}.step-number{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;transition:all .3s ease}.step-number.active{background:#2979ff;color:#fff}.step-line{width:40px;height:2px;background:#e5e7eb;transition:all .3s ease}.step-number.active+.step-line{background:#2979ff}.get-started-box{width:100%;max-width:600px;padding:0 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.get-started-box:has(.options-grid){margin-top:0}.get-started-box:has(.options-grid) h3{font-size:1.1rem;font-weight:400;color:#181c32;margin-bottom:24px;text-align:center;font-family:General Sans Variable,ui-sans-serif,system-ui,sans-serif;margin-top:20px}.get-started-box:has(.form-group){margin-top:0}.get-started-box:has(.form-group) h3{font-size:1.1rem;font-weight:400;color:#181c32;margin-bottom:24px;text-align:center;font-family:General Sans Variable,ui-sans-serif,system-ui,sans-serif;margin-top:0}.get-started-box h2{font-size:1.5rem;font-weight:600;color:#181c32;margin-bottom:8px;text-align:center;font-family:inherit}.get-started-box h4{font-size:1rem;font-weight:500;color:#181c32;margin-bottom:16px;font-family:inherit}.options-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;margin-top:0;width:100%}.options-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}.options-row:first-child,.mobile-row{grid-template-columns:repeat(2,1fr);max-width:400px;margin:0 auto}.options-row:last-child{grid-template-columns:1fr;max-width:200px;margin:0 auto}.options-list{display:flex;flex-direction:column;gap:12px}.option-button{width:100%;padding:12px;border:1.5px solid #E5E7EB;border-radius:.75rem;background:#fff;color:#181c32;font-size:.9rem;font-weight:300;text-align:center;cursor:pointer;transition:all .2s ease;box-sizing:border-box;height:56px;display:flex;align-items:center;justify-content:center;white-space:normal;line-height:1.2;min-width:0}.option-button:hover{background:#f8f9fb}.option-button.selected{border:1.5px solid transparent;background:#f0f7ff;color:#2979ff;font-weight:500}.skill-section{margin-bottom:32px}.skill-section h4{font-size:1rem;font-weight:500;color:#181c32;margin-bottom:16px;font-family:inherit}.complete-button{width:100%;background:#2979ff;color:#fff;border:none;border-radius:.5rem;padding:16px;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.complete-button:hover{background:#2979ffd9}.complete-button:disabled{background:#e5e7eb;cursor:not-allowed}.navigation-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding:0 80px}.back-button{padding:12px 24px;border:1.5px solid #E5E7EB;border-radius:.5rem;background:#fff;color:#181c32;font-size:.95rem;font-weight:400;cursor:pointer;transition:all .2s ease;margin-right:auto;transform:translate(-100px)}.back-button:hover{background:#f8f9fb}.next-button{padding:12px 32px;border:none;border-radius:.5rem;background:#2979ff;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:auto;transform:translate(100px)}.next-button:hover{background:#2979ffd9}.next-button:disabled{background:#e5e7eb;cursor:not-allowed}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:8px}.form-group{margin-bottom:8px}.form-input{width:100%;padding:16px;border:1.5px solid #E5E7EB;border-radius:.75rem;background:#fff;color:#181c32;font-size:.95rem;font-weight:300;transition:all .2s ease;box-sizing:border-box;height:56px;font-family:General Sans Variable,ui-sans-serif,system-ui,sans-serif}.form-input::-moz-placeholder{color:#6b7280}.form-input::placeholder{color:#6b7280}.form-input:focus{outline:none;border-color:#2979ff;background:#f8faff}.form-group .select__control{border:1.5px solid #E5E7EB!important;border-radius:.75rem!important;min-height:56px!important;box-shadow:none!important}.form-group .select__indicator-separator{display:none!important;width:0!important}.form-group .select__dropdown-indicator{padding:0 12px!important;color:#6b7280!important}.form-group .select__control:hover{border:1.5px solid #E5E7EB!important}.form-group .select__control--is-focused{border-color:#2979ff!important;background:#f8faff!important}.form-group .select__menu{background:#fff!important;border:1.5px solid #E5E7EB!important;border-radius:.75rem!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;margin-top:2px!important}.form-group .select__option{font-family:General Sans Variable,ui-sans-serif,system-ui,sans-serif!important;font-size:.95rem!important;font-weight:300!important;padding:16px!important;cursor:pointer!important}.form-group .select__option--is-focused{background:#f8f9fb!important}.form-group .select__option--is-selected{background:#f8faff!important;color:#2979ff!important}.form-group .select__placeholder{color:#6b7280!important;font-family:General Sans Variable,ui-sans-serif,system-ui,sans-serif!important;font-size:.95rem!important;font-weight:300!important}.form-group .select__single-value{color:#181c32!important;font-family:General Sans Variable,ui-sans-serif,system-ui,sans-serif!important;font-size:.95rem!important;font-weight:300!important}.education-level-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #E5E7EB;width:100%;max-width:600px}.education-level-section h3{font-size:1.1rem;font-weight:400;color:#181c32;margin-bottom:1.5rem;text-align:center;font-family:General Sans Variable,ui-sans-serif,system-ui,sans-serif;margin-top:0;padding:0 1rem}.education-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1.5rem}.education-option{width:100%;padding:16px;border:1.5px solid #E5E7EB;border-radius:.75rem;background:#fff;color:#181c32;font-size:.95rem;font-weight:300;text-align:center;cursor:pointer;transition:all .2s ease;box-sizing:border-box;height:56px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.education-option:hover{background:#f8f9fb}.education-option.selected{border:1.5px solid transparent;background:#f0f7ff;color:#2979ff;font-weight:500}@media screen and (max-width: 768px){.get-started-logo{left:20px}.options-row{grid-template-columns:repeat(2,1fr);max-width:100%}.mobile-row{display:grid;grid-template-columns:repeat(2,1fr);max-width:100%}.options-row:last-child{max-width:50%}.option-button{font-size:.85rem;padding:8px;height:48px}.get-started-box{padding:0 1rem}}@media screen and (max-width: 480px){.options-row:last-child{max-width:100%}.option-button{height:44px;font-size:.8rem;padding:6px}}.form-section{margin-bottom:2rem}.form-section h4{font-size:1rem;font-weight:500;color:#181c32;margin-bottom:1rem;font-family:General Sans Variable,ui-sans-serif,system-ui,sans-serif}.options-list{display:flex;flex-direction:column;gap:.75rem}.options-list.horizontal{flex-direction:row;gap:1rem}.options-list.horizontal .option-button{flex:1;max-width:200px}.form-select{width:100%;max-width:300px;padding:12px 16px;border:1.5px solid #E5E7EB;border-radius:.75rem;background:#fff;color:#181c32;font-size:.95rem;font-weight:300;font-family:General Sans Variable,ui-sans-serif,system-ui,sans-serif;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em}.form-select:focus{outline:none;border-color:#2979ff;background-color:#f8faff}.test-header-section{padding:6rem 0 2rem;background:#f8f9fa}.test-header-box{position:relative;background-color:#f8f9fa;border-radius:20px;padding:2rem;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;cursor:default;border:none;background-size:cover;background-position:center}.test-header-box:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0000004d,#0000001a);border-radius:20px;z-index:1}.test-header-box .test-title{position:relative;z-index:2;color:#fff;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.test-header-box .test-rating{position:relative;z-index:2;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.test-header-box .stars{display:flex;gap:2px;color:gold}.test-header-box .star-almost-full{position:relative;color:gold}.test-header-box .rating-text{color:gold;font-weight:600;font-size:1rem;text-shadow:none}.test-header-box .test-action{position:relative;z-index:2;margin-top:1rem;display:flex;justify-content:flex-start}.test-header-box .test-buttons{display:flex;gap:12px}.test-header-box .restart-button,.test-header-box .history-button,.test-header-box .start-button{background:transparent;color:#fff;border:2px solid white;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease}.test-header-box .restart-button:hover,.test-header-box .history-button:hover,.test-header-box .start-button:hover{background:#ffffff4d}.test-header-box .take-test-btn{background:transparent;color:#fff;border:2px solid white;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease}.test-header-box .take-test-btn:hover{background:#ffffff4d}.test-header-box .test-box-social-proof{position:relative;z-index:2;display:flex;align-items:center;gap:.4rem;margin-top:auto}.test-header-box .profile-avatars{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;overflow:hidden}.test-header-box .profile-avatar-img{width:32px;height:32px;border-radius:50%;border:2px solid white;margin-left:-8px;background-color:#ddd;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;-o-object-fit:cover;object-fit:cover;flex-shrink:0;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;text-align:center}.test-header-box .profile-avatar-img:first-child{margin-left:0}.test-header-box .new-avatar{animation:fadeInScale .6s cubic-bezier(.4,0,.2,1)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.3)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.test-header-box .practicing-text{color:#fff;font-size:.9rem;font-weight:500}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.test-header-section{padding:5rem 0 1rem}.test-header-box{padding:1.5rem;min-height:250px}.test-header-box .test-title{font-size:1.5rem}.container{padding:0 1rem}}@media (max-width: 480px){.test-header-section{padding:4.5rem 0 1rem}.test-header-box{padding:1rem;min-height:200px}.test-header-box .test-title{font-size:1.3rem}.test-header-box .profile-avatar-img{width:28px;height:28px;font-size:11px}.test-header-box .practicing-text{font-size:.8rem}}.test-action{position:relative;z-index:2;margin-top:1rem;display:flex;justify-content:flex-start}.take-test-btn{background:transparent;color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease;border:2px solid white}.take-test-btn:hover{background:#ffffff4d}.practicing-text-bottom{position:absolute;bottom:1rem;right:1rem;color:#fff;font-size:.9rem;font-weight:500;z-index:2}.test-header-box .profile-avatar-img{text-align:center;justify-content:center;align-items:center}.test-buttons{display:flex;gap:12px}.resume-test-btn{background:transparent;color:#fff;border:2px solid white;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease}.resume-test-btn:hover{background:#ffffff4d}.start-new-test-btn{background:transparent;color:#fff;border:2px solid white;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease}.start-new-test-btn:hover{background:#ffffff4d}.instruction-navbar{width:100%;position:fixed;top:0;left:0;background-color:#fff;border-bottom:1px solid rgba(229,231,235,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px 0;overflow:visible}.instruction-navbar-container{width:100%;max-width:1260px;margin:0 auto;padding:0 32px;display:flex;align-items:center;position:relative}.instruction-logo{height:110px;width:auto;position:absolute;top:50%;left:0;transform:translateY(-50%);cursor:pointer;transition:opacity .2s ease}.instruction-logo:hover{opacity:.8}.instruction-main{padding-top:71px;min-height:100vh;background:#f8f9fa;display:flex;align-items:flex-start;justify-content:center}.instruction-container{max-width:1200px;margin:0 auto;padding:1.5rem;width:100%}.instruction-content{background:#fff;border-radius:12px;padding:4rem 5rem;box-shadow:0 4px 6px #0000000d;width:100%}.instruction-title{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;text-align:center;font-family:Inter,sans-serif}.instruction-subtitle{font-size:1.125rem;color:#6b7280;text-align:center;margin-bottom:2.5rem;font-family:Inter,sans-serif}.instruction-section{margin-bottom:1.5rem}.section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;padding-bottom:.25rem;font-family:Inter,sans-serif;text-align:left}.instruction-list{list-style:none;padding:0;margin:0}.instruction-list.with-bullets li{padding:.35rem 0 .35rem 1.2rem;position:relative}.instruction-list.with-bullets li:before{content:"•";position:absolute;left:.4rem;color:#4b5563}.instruction-list li{padding:.35rem 0;font-size:1rem;line-height:1.4;color:#4b5563;font-family:Inter,sans-serif}.instruction-list li strong{color:#1f2937;font-weight:500}.instruction-actions{display:flex;justify-content:center;margin-top:3rem}.start-test-button{background:#3b82f6;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:500;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;transition:background-color .2s ease}.start-test-button:hover{background:#2563eb}.btn-primary{background:#3b82f6!important;color:#fff!important;border:none!important;padding:.875rem 2rem!important;font-size:1rem!important;font-weight:500!important;border-radius:8px!important;cursor:pointer!important;font-family:Inter,sans-serif!important;box-shadow:none!important;transform:none!important;transition:none!important;animation:none!important}.btn-primary:hover{background:#3b82f6!important;transform:none!important;box-shadow:none!important}.btn-primary:active{transform:none!important;box-shadow:none!important}.btn-secondary{background:transparent;color:#6b7280;border:2px solid #d1d5db;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{border-color:#9ca3af;color:#374151;transform:translateY(-1px)}.submit-content{background:#fff;border-radius:12px;padding:4rem 5rem;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.submit-text{margin-bottom:3rem}.submit-description{font-size:1.125rem;color:#6b7280;text-align:center;margin-bottom:2.5rem;font-family:Inter,sans-serif;line-height:1.6}.submit-buttons{display:flex;gap:1rem;margin-top:2rem}.restart-button{background:transparent;color:#4b5563;border:2px solid #4B5563;padding:1rem 2.5rem;font-size:1.125rem;font-weight:500;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;transition:all .2s ease}.restart-button:hover{background:#4b55631a}.history-button{background:#3b82f6;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:500;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;transition:background-color .2s ease}.history-button:hover{background:#2563eb}@media (max-width: 768px){.instruction-navbar{padding:20px 0}.instruction-navbar-container{padding:0 16px}.instruction-logo{height:90px}.instruction-main{padding-top:71px}.instruction-container{padding:1rem}.instruction-content{padding:2rem 1.5rem}.instruction-title{font-size:2rem}.instruction-subtitle{font-size:1.125rem}.instruction-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.submit-content{padding:2rem}.submit-description{font-size:1rem}}.nav-container{width:100%;overflow-x:visible;padding:0 2rem;position:sticky;top:0;background-color:#fff;z-index:10;white-space:nowrap}.nav-items{display:flex;gap:8rem;position:relative;width:100%;padding:0 2rem}@media (max-width: 768px){.nav-container{padding:0 1rem;position:sticky;top:0;width:100%}.nav-items{gap:2rem;font-size:.9rem;padding-bottom:.5rem;width:100%;min-width:-moz-max-content;min-width:max-content;padding:0 1rem}.nav-item{font-size:.9rem!important}}.premium-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#282828d9;z-index:9999;display:flex;align-items:center;justify-content:center;cursor:pointer}.premium-overlay-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.lock-icon{font-size:3.5rem;margin-bottom:1.2rem}.padlock-img{width:60px;height:60px;margin-bottom:1.2rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.premium-overlay-text{color:#fff;font-size:1.3rem;font-weight:700;text-align:center;margin-bottom:1.2rem;background:none;padding:0;border-radius:0;box-shadow:none}.premium-cta-btn{background:#fff;color:#222;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;padding:.7em 2em;margin-top:.5em;cursor:pointer;transition:background .15s}.premium-cta-btn:hover{background:#f1f1f1}.timer-container{position:absolute;width:100%;top:50%;transform:translateY(-50%);z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 40px;max-width:1200px;margin:0 auto;left:0;right:0}.timer{position:absolute;left:50%;transform:translate(-50%);font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#000;display:flex;align-items:center;gap:8px;font-feature-settings:"tnum" on,"lnum" on;-webkit-font-feature-settings:"tnum" on,"lnum" on;-moz-font-feature-settings:"tnum" on,"lnum" on}.timer-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.timer-text{display:inline-block}.buttons-container{position:relative;display:flex;align-items:center;gap:12px;margin-left:auto}.submit-button{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#2563eb;background:transparent;border:1px solid #2563EB;border-radius:20px;padding:8px 20px;display:flex;align-items:center;gap:8px;transition:all .2s ease;cursor:pointer}.submit-button:hover{color:#fff;background-color:#2563eb}.submit-icon{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;transition:all .2s ease}.submit-button:hover .submit-icon{filter:brightness(0) invert(1)}.fullscreen-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;cursor:pointer;transition:opacity .2s ease}.fullscreen-button:hover{opacity:.8}.fullscreen-icon{width:20px;height:20px}.menu-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;cursor:pointer;transition:opacity .2s ease}.menu-button:hover{opacity:.8}.menu-icon{width:20px;height:20px}.menu-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 16px #0000001a;min-width:160px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;margin-top:8px}.menu-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.menu-dropdown-item{display:flex;align-items:center;gap:8px;padding:12px 16px;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;background:none;width:100%;text-align:left}.menu-dropdown-item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.menu-dropdown-item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.menu-dropdown-item:hover{background-color:#f3f4f6}.menu-dropdown-item.exit{color:#ef4444}.menu-dropdown-item.exit:hover{background-color:#fee2e2}@media (max-width: 768px){.timer-container{padding:0 16px}.fullscreen-button{display:none}.buttons-container{gap:8px}}.warning-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.warning-modal{background:#fff;padding:40px;border-radius:12px;width:100%;max-width:600px;position:relative;box-shadow:0 4px 6px #0000001a}.close-button{position:absolute;top:24px;right:24px;background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:4px;line-height:1}.close-button:hover{color:#111827}.warning-content{text-align:center;padding:24px 0}.warning-text{font-size:24px;font-weight:600;color:#111827;margin-bottom:40px}.warning-subtext{font-size:16px;color:#6b7280;margin-bottom:32px}.go-back-button{background-color:#2563eb;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.go-back-button:hover{background-color:#1d4ed8}.modal-buttons{display:flex;justify-content:center;gap:12px}.modal-button{padding:14px 24px;font-size:16px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:160px}.modal-button.primary{background-color:#2563eb;color:#fff;border:none}.modal-button.primary:hover{background-color:#1d4ed8}.modal-button.secondary{background-color:transparent;color:#6b7280;border:2px solid #D1D5DB}.modal-button.secondary:hover{border-color:#9ca3af;color:#374151}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.slide-down{animation:slideDown .3s ease-out forwards}.slide-up{animation:slideUp .3s ease-out forwards}.task-button{padding:10px 24px;border-radius:6px;font-size:16px;font-weight:500;min-width:120px;transition:all .2s ease;cursor:pointer}.task-button.active{background-color:#2563eb;color:#fff;border:none}.task-button.active:hover{background-color:#1d4ed8}.task-button.inactive{background-color:#fff;color:#6b7280;border:1px solid #E5E7EB}.task-button.inactive:hover{background-color:#f3f4f6;border-color:#d1d5db}.resizable-container{display:flex;width:100%;height:100%;position:relative}.resizable-panel{height:100%;overflow:auto}.resizer{width:8px;background-color:#e5e7eb;cursor:col-resize;transition:background-color .2s ease;position:relative}.resizer:hover{background-color:#2563eb}.resizer:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:2px;height:24px;background-color:#fff;border-radius:2px}.left-panel{min-width:30%;max-width:70%}.right-panel{flex:1;min-width:30%}.ielts-writing-page{min-height:100vh;padding-top:120px;background-color:#fff}.ielts-writing-page .container{max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.main-title{font-size:3rem;font-weight:600;color:#333;margin-bottom:1.5rem;line-height:1.2;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.subtitle{font-size:1.3rem;color:#666;margin-bottom:3rem;line-height:1.6;font-weight:300}.button-container{margin-top:2rem;margin-bottom:4rem}.view-sample-btn{background:#007bff;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .15s ease;transform:scale(1)}.view-sample-btn:hover{background:#0056b3;transform:scale(1.05);box-shadow:0 8px 25px #007bff66}.macbook-screen{background:#2d2d2d;border-radius:20px;padding:20px;margin:0 auto;max-width:1000px;box-shadow:0 20px 40px #0000004d}.macbook-header{background:#1a1a1a;border-radius:10px 10px 0 0;padding:15px 20px;display:flex;align-items:center}.macbook-buttons{display:flex;gap:8px}.macbook-button{width:12px;height:12px;border-radius:50%}.macbook-button.red{background:#ff5f56}.macbook-button.yellow{background:#ffbd2e}.macbook-button.green{background:#27ca3f}.macbook-content{background:#fff;border-radius:0 0 10px 10px;padding:30px;display:flex;flex-direction:column;min-height:600px}.task-content{text-align:left;flex:1}.task-title{font-size:24px;font-weight:600;margin-bottom:16px;color:#111827}.task-instruction{font-size:16px;color:#4b5563;margin-bottom:24px}.task-description{font-size:16px;color:#111827;line-height:1.6;margin-bottom:24px}.task-description p{margin-bottom:16px}.task-image-container{width:100%;display:flex;justify-content:center}.task-image{max-width:100%;height:auto;border-radius:4px}.content-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:30px;flex:1;margin-bottom:20px;min-height:400px}.answer-section{text-align:left;display:flex;flex-direction:column;position:relative}.answer-title{font-size:20px;font-weight:600;margin-bottom:16px;color:#111827}.answer-textarea{border:1px solid #E5E7EB;border-radius:6px;padding:16px;height:400px;position:relative;margin-bottom:20px}.answer-input{width:100%;height:100%;border:none;resize:none;outline:none;font-size:16px;line-height:1.6;color:#111827;font-family:Inter,Noto Sans KR,Arial,sans-serif!important;background-color:transparent}.answer-input::-moz-placeholder{color:#9ca3af}.answer-input::placeholder{color:#9ca3af}.typing-cursor{position:absolute;color:#007bff;font-weight:700;animation:blink 1s infinite;pointer-events:none}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.button-center-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0;text-align:center}.tooltip-container{margin-bottom:12px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sample-tooltip{font-size:14px;color:#6b7280;margin:0;font-style:normal}.sample-feedback-btn{background:#fff;color:#007bff;border:2px solid #007bff;padding:12px 24px;font-size:16px;font-weight:600;border-radius:25px;cursor:pointer;transition:all .15s ease;transform:scale(1);width:100%;max-width:300px;margin:0 auto}.sample-feedback-btn:hover{background:#007bff;color:#fff;transform:scale(1.05);box-shadow:0 4px 15px #007bff4d}.review-content-in-macbook{padding:.5rem;height:100%;overflow-y:auto;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;width:100%}.review-header-in-macbook{text-align:center;margin-bottom:1rem;width:100%;max-width:100%}.review-title-in-macbook{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;font-family:General Sans,sans-serif}.score-circle-container-in-macbook{display:flex;justify-content:center;margin-bottom:.75rem}.score-circle-in-macbook{position:relative;width:120px;height:120px}.score-text-in-macbook{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.score-label-in-macbook{font-size:.75rem;color:#6b7280;margin-bottom:.25rem;font-family:General Sans,sans-serif}.score-value-in-macbook{font-size:1.5rem;font-weight:500;color:#2563eb;font-family:General Sans,sans-serif;line-height:1}.review-sections-in-macbook{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:100%}.review-section-in-macbook{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;width:100%}.review-section-title-in-macbook{font-size:1rem;font-weight:600;color:#1f2937;margin:0;padding:.5rem .75rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.section-block-in-macbook{border-bottom:1px solid #e5e7eb}.section-block-in-macbook:last-child{border-bottom:none}.content-label-in-macbook{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background-color:#fff;cursor:pointer;font-weight:500;color:#374151;transition:background-color .2s ease;font-size:.875rem}.content-label-in-macbook:hover{background-color:#f9fafb}.content-label-in-macbook.active{background-color:#f3f4f6;color:#1f2937}.content-label-in-macbook svg{width:12px;height:12px;color:#6b7280;transition:transform .2s ease}.content-label-in-macbook.active svg{transform:rotate(180deg)}.section-content-in-macbook{padding:.75rem;background-color:#fff;animation:slideDown .3s ease-out}.question-content-in-macbook{font-size:.875rem;line-height:1.6;color:#374151}.question-images-in-macbook{display:flex;justify-content:center;margin-top:.75rem}.answer-feedback-container-in-macbook{display:flex;flex-direction:column;gap:.75rem;width:100%}.answer-column-in-macbook,.feedback-column-in-macbook{display:flex;flex-direction:column}.column-title-in-macbook{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #e5e7eb}.answer-content-in-macbook{font-size:.75rem;line-height:1.5;color:#374151;max-height:300px;overflow-y:auto;padding:.375rem;background-color:#f9fafb;border-radius:4px;white-space:pre-wrap;text-align:left;scroll-behavior:smooth}.feedback-content-in-macbook{display:flex;flex-direction:column;gap:.75rem;font-size:.75rem;line-height:1.5;color:#374151}.feedback-subheading-in-macbook{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;margin-bottom:.375rem;color:#1f2937;text-align:left}.feedback-icon-in-macbook{width:16px;height:16px}.feedback-subheading-in-macbook.positive{color:#3b82f6}.feedback-subheading-in-macbook.improvement{color:#ef4444}.feedback-subheading-in-macbook.criteria{color:#1f2937;margin-top:1.5rem;margin-bottom:1rem}.feedback-list-in-macbook{list-style:none;padding:0;margin:0;text-align:left}.feedback-item-in-macbook{display:flex;align-items:flex-start;gap:.5rem;padding:.375rem;border-radius:4px;cursor:pointer;transition:all .2s ease;margin-bottom:.375rem}.feedback-item-in-macbook:hover{background-color:#f3f4f6}.feedback-number-in-macbook{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background-color:#9ca3af;color:#fff;border-radius:50%;font-size:.625rem;font-weight:500;flex-shrink:0;margin-top:.125rem}.feedback-list-in-macbook.positive .feedback-item-in-macbook:hover .feedback-number-in-macbook{background-color:#3b82f6}.feedback-list-in-macbook.improvement .feedback-item-in-macbook:hover .feedback-number-in-macbook{background-color:#ef4444}.feedback-list-in-macbook.positive .feedback-item-in-macbook:hover{color:#3b82f6}.feedback-list-in-macbook.improvement .feedback-item-in-macbook:hover{color:#ef4444}.feedback-list-in-macbook.positive .feedback-item-in-macbook.active{color:#3b82f6}.feedback-list-in-macbook.positive .feedback-item-in-macbook.active .feedback-number-in-macbook{background-color:#3b82f6}.evidence-list-in-macbook{list-style:none;padding:0;margin:.25rem 0 0;font-size:.625rem;color:#6b7280;font-style:italic;display:none}.evidence-item-in-macbook{margin-bottom:.125rem}.highlighted-text-positive{background-color:#dbeafe;padding:1px 2px;border-radius:2px;color:#1e40af;font-weight:500}.highlighted-text-improvement{background-color:#fee2e2;padding:1px 2px;border-radius:2px;color:#dc2626;font-weight:500}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@keyframes progress{0%{stroke-dashoffset:345.58}}@media (max-width: 768px){.ielts-writing-page{padding-top:100px}.ielts-writing-page .container{padding:1rem}.main-title{font-size:2.2rem}.subtitle{font-size:1.1rem}.view-sample-btn{padding:.9rem 2rem;font-size:1rem}.macbook-content{flex-direction:column;gap:1rem}.writing-task-section,.answer-section{width:100%;max-width:none}.writing-task-section{order:1}.answer-section{order:2}.task-title{font-size:20px}.answer-textarea{height:300px}.answer-feedback-container-in-macbook{flex-direction:column;gap:1.5rem}.answer-column-in-macbook,.feedback-column-in-macbook{width:100%;max-width:none}.answer-column-in-macbook{order:1}.feedback-column-in-macbook{order:2}.answer-content-in-macbook{max-height:150px}.review-title-in-macbook{font-size:1.125rem}.score-circle-in-macbook{width:120px;height:120px;position:relative;overflow:visible}.score-circle-in-macbook svg{width:120px;height:120px;overflow:visible}.score-circle-in-macbook svg circle{cx:60;cy:60;r:55;stroke-width:6}.score-value-in-macbook{font-size:1.5rem;font-weight:700}.score-label-in-macbook{font-size:.75rem}.review-header-in-macbook,.review-sections-in-macbook{max-width:100%}}@media (max-width: 480px){.ielts-writing-page{padding-top:90px}.main-title{font-size:1.8rem}.subtitle{font-size:1rem}.view-sample-btn{padding:.8rem 1.8rem;font-size:.9rem}.macbook-screen,.macbook-content{padding:15px}.task-title{font-size:18px}.answer-textarea{height:250px}.score-circle-in-macbook{width:100px;height:100px;position:relative;overflow:visible}.score-circle-in-macbook svg{width:100px;height:100px;overflow:visible}.score-circle-in-macbook svg circle{cx:50;cy:50;r:45;stroke-width:5}.score-value-in-macbook{font-size:1.25rem;font-weight:700}.score-label-in-macbook{font-size:.7rem}.answer-feedback-container-in-macbook{gap:1rem}.answer-content-in-macbook{max-height:120px;font-size:.7rem}.feedback-content-in-macbook{font-size:.7rem}}.macbook-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0;text-align:center;border-top:1px solid #E5E7EB;margin-top:20px;width:100%;margin-left:0;margin-right:0;position:relative;flex:1;min-height:100px}.content-row{grid-template-columns:1fr;gap:20px}.criteria-breakdown-section{margin-top:0;border-top:none;padding-top:0}.criteria-block-in-macbook{border-top:1px solid #e5e7eb}.criteria-item{width:100%;padding:1.25rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;cursor:pointer;transition:all .2s ease}.criteria-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.criteria-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0;font-family:General Sans,sans-serif}.criteria-score{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#eff6ff;color:#2563eb;border-radius:9999px;font-weight:600;flex-shrink:0;font-size:.875rem}.criteria-content{padding:0;background-color:transparent}.criteria-content p{font-size:.875rem;line-height:1.6;color:#374151;margin-bottom:1rem;font-family:Inter,sans-serif}.criteria-content p:last-child{margin-bottom:0}.example-box,.suggestion-box{background-color:#f8fafc;border-left:4px solid #3b82f6;padding:1rem;margin:1rem 0;border-radius:0 6px 6px 0}.suggestion-box{border-left-color:#10b981}.example-box strong,.suggestion-box strong{font-size:.875rem;font-weight:600;color:#1f2937;display:block;margin-bottom:.75rem;font-family:General Sans,sans-serif}.example-box p,.suggestion-box p{font-size:.875rem;line-height:1.6;color:#374151;margin:0;font-family:Inter,sans-serif}.criteria-grid .criteria-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;display:flex;gap:1rem;margin-bottom:0}.criteria-name{font-weight:500;color:#1f2937;margin-bottom:.5rem;font-family:General Sans,sans-serif;font-size:.875rem}.criteria-description{color:#6b7280;font-size:.75rem;line-height:1.5;margin-bottom:.75rem;font-family:Inter,sans-serif}.suggestion-text{color:#2563eb;font-size:.75rem;line-height:1.5;font-family:Inter,sans-serif}@media (max-width: 768px){.criteria-grid{grid-template-columns:1fr}}@media (max-width: 480px){.criteria-grid .criteria-item{padding:1rem}.criteria-score-badge{width:2rem;height:2rem;font-size:.875rem}}.feedback-tooltip{position:absolute;top:-40px;left:50%;transform:translate(-50%);background-color:#1f2937e6;color:#fff;padding:8px 12px;border-radius:6px;font-size:.75rem;white-space:nowrap;z-index:10;animation:fadeIn .3s ease-in}.feedback-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1f2937e6}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.corrected-answer-content{text-align:left;font-size:.875rem;line-height:1.5}.answer-section{margin-bottom:1.5rem}.answer-section:last-child{margin-bottom:0}.section-title{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.answer-text{font-size:.875rem;color:#374151;margin-bottom:.75rem;line-height:1.6}.high-scoring-points{background-color:#f8fafc;border-left:3px solid #3b82f6;padding:.75rem;border-radius:.25rem;margin-top:.5rem}.points-title{font-size:.8rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.high-scoring-points ul{margin:0;padding-left:1rem}.high-scoring-points li{font-size:.8rem;color:#4b5563;margin-bottom:.25rem;line-height:1.4}.high-scoring-points li:last-child{margin-bottom:0}.high-scoring-points strong{color:#1f2937;font-weight:600}.success-section{background-color:#fff;padding:4rem 0}.success-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.success-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}@media (max-width: 768px){.success-title{font-size:2rem}.success-subtitle{font-size:1rem}}.reviews-gallery-section{padding:0 0 4rem;background:transparent;position:relative}.reviews-container{overflow:hidden;width:100%;margin-top:0}.reviews-slider{display:flex;gap:2rem;animation:slideLeft 60s linear infinite;width:333%}@keyframes slideLeft{0%{transform:translate(0)}to{transform:translate(calc(-100% / 3.33))}}.reviews-slider:hover{animation-play-state:paused}.review-box{background:#fff;padding:2rem;border-radius:12px;box-shadow:none;transition:transform .3s ease;flex:0 0 calc(33.333% - 1.33rem);min-width:350px;max-width:400px}.review-box:hover{box-shadow:none}.review-text{font-size:1rem;color:#333;line-height:1.6;margin:0 0 1.5rem;font-style:normal}.review-author{display:flex;align-items:center;gap:.75rem}.author-info{display:flex;flex-direction:column}.author-name-country{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.author-name{font-weight:600;color:#333;font-size:.9rem}.country-emoji{font-size:1rem}.author-score{font-size:.8rem;color:#007bff;font-weight:600}@media (max-width: 768px){.reviews-gallery-section{padding:3rem 0}.reviews-container{margin-top:1rem}.reviews-slider{gap:1rem}.review-box{padding:1.5rem;flex:0 0 calc(33.333% - .67rem);min-width:280px;max-width:320px}.review-text{font-size:.9rem}}@media (max-width: 480px){.reviews-gallery-section{padding:2rem 0}.review-box{padding:1.25rem}.review-text,.author-name{font-size:.85rem}.author-score{font-size:.75rem}}.stats-section{background-color:#f8f9fa;padding:4rem 0}.stats-subtitle{color:#007bff;font-size:1.1rem;font-weight:500;margin-bottom:1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.stats-title{font-size:2.5rem;font-weight:600;color:#333;margin-bottom:3rem;line-height:1.2;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.stats-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto}.stats-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:200px}.stats-card-image{width:60px;height:60px;-o-object-fit:contain;object-fit:contain;margin-bottom:1rem}.stats-card-text{font-size:1.125rem;color:#374151;line-height:1.6;margin:0;font-weight:500}@media (max-width: 768px){.stats-title{font-size:2rem}.stats-cards-grid{grid-template-columns:1fr;gap:1.5rem}.stats-card{padding:1.5rem;min-height:150px}.stats-card-text{font-size:1rem}.stats-card-image{width:50px;height:50px}}.ai-examiner-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.ai-examiner-section-standalone{background-color:#fff;padding:4rem 0}.ai-examiner-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:1rem;line-height:1.3;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.ai-examiner-subtitle{font-size:1.1rem;color:#666;font-weight:400;line-height:1.5;font-family:General Sans,ui-sans-serif,system-ui,sans-serif;margin-bottom:0}.features-section{background-color:#fff;padding:0}.features-content-with-images{display:flex;align-items:flex-start;gap:3rem;justify-content:right}.features-image-container{position:relative;width:500px;height:500px;display:flex;align-items:center;justify-content:center}.features-main-visual{position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .8s ease-in-out}.features-main-visual.active{opacity:1}.features-content-left{max-width:600px;margin:0;text-align:left}.feature-item{margin-bottom:3rem}.feature-item:last-child{margin-bottom:0}.feature-title{font-size:1.3rem;font-weight:500;color:#333;margin-bottom:1rem;line-height:1.4;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.feature-title strong{font-weight:600}.feature-description{font-size:1rem;color:#666;line-height:1.6;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}@media (max-width: 768px){.features-content-with-images{flex-direction:column;align-items:center;gap:2rem}.features-image-container{width:90vw;height:50vh}.features-content-left{max-width:100%;padding:0 1rem;text-align:center}.feature-title{font-size:1.2rem}.feature-item{margin-bottom:2rem}}.tips-section{background-color:#f8f9fa;padding:4rem 0}.tips-content-with-image{display:flex;align-items:flex-start;gap:3rem;justify-content:center}.tips-content-left{max-width:600px;margin:0;text-align:left}.tips-item{margin-bottom:3rem}.tips-item:last-child{margin-bottom:0}.tips-title{font-size:1.3rem;font-weight:500;color:#333;margin-bottom:1rem;line-height:1.4;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.tips-title strong{font-weight:600}.tips-description{font-size:1rem;color:#666;line-height:1.6;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.tips-image-container{position:relative;width:50vw;height:50vh;display:flex;align-items:center;justify-content:center}.tips-main-visual{position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .8s ease-in-out}.tips-main-visual.active{opacity:1}@media (max-width: 768px){.tips-content-with-image{flex-direction:column;align-items:center;gap:2rem}.tips-image-container{width:80vw;height:40vh}.tips-content-left{max-width:100%;padding:0 1rem;text-align:center}.tips-title{font-size:1.2rem}.tips-item{margin-bottom:2rem}}.fast-feedback-section{background-color:#fff;padding:4rem 0}.fast-feedback-content-with-image{display:flex;align-items:flex-start;gap:3rem;justify-content:right}.fast-feedback-image-container{position:relative;width:450px;height:320px;display:flex;align-items:center;justify-content:center}.fast-feedback-main-visual{position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .8s ease-in-out;max-width:100%;max-height:100%}.fast-feedback-main-visual.active{opacity:1}.fast-feedback-content-right{max-width:500px;margin:0;text-align:left}.fast-feedback-title{font-size:2rem;font-weight:700;color:#22223b;margin-bottom:2rem;line-height:1.3;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.fast-feedback-item{margin-bottom:2rem}.fast-feedback-item:last-child{margin-bottom:0}.fast-feedback-subtitle{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem;line-height:1.4;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.fast-feedback-description{font-size:1rem;color:#666;line-height:1.4;font-family:General Sans,ui-sans-serif,system-ui,sans-serif;margin-bottom:.3rem}.fast-feedback-description:last-child{margin-bottom:0}@media (max-width: 768px){.fast-feedback-content-with-image{flex-direction:column;align-items:center;gap:2rem}.fast-feedback-image-container{width:300px;height:200px}.fast-feedback-content-right{max-width:100%;padding:0 1rem;text-align:center}.fast-feedback-title{font-size:1.5rem}.fast-feedback-subtitle{font-size:1.2rem}.fast-feedback-item{margin-bottom:1.5rem}}.feedback-list-in-macbook.improvement .feedback-item-in-macbook.active{background:#dc3545;color:#fff}.feedback-list-in-macbook.improvement .feedback-item-in-macbook.active .feedback-number-in-macbook{background:#fff;color:#dc3545}@keyframes highlightPulse{0%{background-color:#dc35451a}50%{background-color:#dc35454d}to{background-color:#dc35451a}}.highlighted-text-improvement{background-color:#dc354533;padding:2px 4px;border-radius:3px;animation:highlightPulse 2s ease-in-out infinite}@media (max-width: 768px){.features-grid{grid-template-columns:1fr;gap:2rem}.demo-feedback{max-width:100%}.features-content{gap:2rem}.feature-title{font-size:1.2rem}}.ai-examiner-visual-row{display:flex;align-items:flex-start;gap:4rem;margin-bottom:3rem;justify-content:flex-start;padding-left:2rem}.ai-examiner-image-stack{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;min-width:600px}.ai-examiner-visual-img{width:600px;height:auto;opacity:0;transform:translateY(30px);transition:opacity .5s,transform .5s}.ai-examiner-visual-img.show{opacity:1;transform:translateY(0)}.ai-examiner-description-block{flex:1;text-align:left}.ai-examiner-section-title{font-size:2rem;font-weight:700;color:#22223b;margin-bottom:.5rem}.ai-examiner-section-sub{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.ai-examiner-feature-list{display:flex;flex-direction:column;gap:1rem}.ai-examiner-feature-item strong{color:#007bff;font-weight:600;display:block;margin-bottom:.3rem}@media (max-width: 900px){.ai-examiner-visual-row{flex-direction:column;align-items:center;gap:2rem}.ai-examiner-image-stack{flex-direction:row;align-items:flex-end;min-width:0;gap:.5rem}.ai-examiner-visual-img{width:600px}.ai-examiner-description-block{text-align:center}}@media (max-width: 768px){.content-row{display:flex!important;flex-direction:column!important;gap:20px}}.instruction-container{margin:1rem;padding:1.5rem;background-color:#fff;border-radius:12px}@media (max-width: 768px){.instruction-container{margin:.5rem;padding:1rem}}.test-container{text-align:left;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.5rem;background-color:transparent;border-bottom:1px solid #e5e7eb}@media (max-width: 768px){.test-container{padding:1rem;gap:1rem}}.submit-content{max-width:1200px;margin:0 auto;padding-top:1rem;background-color:transparent;border-radius:12px;text-align:left;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}@media (max-width: 768px){.submit-content{padding-top:.5rem}}.nav-items{display:flex;gap:0;margin-bottom:1rem;padding-top:0;width:100%}.nav-item{flex:1;font-size:1rem;font-weight:500;cursor:pointer;padding:.75rem 2rem;color:#6b7280;background-color:transparent;border-radius:0;transition:all .2s ease;border:none;border-bottom:1px solid #e5e7eb;white-space:nowrap;text-align:center;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.nav-item.active{background-color:transparent;color:#2563eb;border-bottom:1px solid #2563eb}@media (max-width: 768px){.nav-item{font-size:.9rem;padding:.5rem 1.5rem}}.review-page{padding:7rem 2rem 2rem;max-width:1200px;margin:0 auto}.review-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.review-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;font-family:General Sans,sans-serif}.review-meta{display:flex;align-items:center;gap:1rem;color:#6b7280;font-size:.875rem}.review-score{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:#eff6ff;color:#2563eb;border-radius:9999px;font-weight:500}.review-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem;width:100%}@media (max-width: 768px){.review-page{padding:6rem 1rem 1rem}.review-header{margin-bottom:1.5rem;padding-bottom:1.5rem}.review-title{font-size:1.25rem}.score-circle{width:200px!important;height:200px!important}.score-circle svg{width:200px!important;height:200px!important}.score-circle svg circle{cx:100!important;cy:100!important;r:92!important;stroke-width:10!important}.score-circle [style*="fontSize: 3.5rem"]{font-size:2.75rem!important}.score-circle [style*="fontSize: 1.5rem"]{font-size:1.25rem!important}.score-circle [style*="fontSize: 0.75rem"]{font-size:.6875rem!important}.score-circle [style*="height: 40px"]{height:35px!important}.score-circle [style*="margin: 0 1rem"]{margin:0 .75rem!important}.score-circle [style*="width: 70%"]{width:75%!important}.score-circle [style*="gap: '1.5rem'"]{gap:1.25rem!important}.review-content{grid-template-columns:1fr}}@media (max-width: 480px){.score-circle{width:180px!important;height:180px!important}.score-circle svg{width:180px!important;height:180px!important}.score-circle svg circle{cx:90!important;cy:90!important;r:82!important;stroke-width:8!important}.score-circle [style*="fontSize: 3.5rem"]{font-size:2.25rem!important}.score-circle [style*="fontSize: 1.5rem"]{font-size:1.125rem!important}.score-circle [style*="fontSize: 0.75rem"]{font-size:.625rem!important}.score-circle [style*="height: 40px"]{height:30px!important}.score-circle [style*="margin: 0 1rem"]{margin:0 .5rem!important}.score-circle [style*="width: 70%"]{width:80%!important}.score-circle [style*="top: '18%'"]{top:20%!important}.score-circle [style*="top: '65%'"]{top:68%!important}.score-circle [style*="gap: '1.5rem'"]{gap:1rem!important}}@media (max-width: 360px){.score-circle{width:160px!important;height:160px!important}.score-circle svg{width:160px!important;height:160px!important}.score-circle svg circle{cx:80!important;cy:80!important;r:73!important;stroke-width:7!important}.score-circle [style*="fontSize: 3.5rem"]{font-size:2rem!important}.score-circle [style*="fontSize: 1.5rem"]{font-size:1rem!important}.score-circle [style*="fontSize: 0.75rem"]{font-size:.625rem!important}.score-circle [style*="height: 40px"]{height:25px!important}.score-circle [style*="margin: 0 1rem"]{margin:0 .375rem!important}.score-circle [style*="width: 70%"]{width:85%!important}.score-circle [style*="top: '18%'"]{top:22%!important}.score-circle [style*="top: '65%'"]{top:70%!important}.score-circle [style*="gap: '1.5rem'"]{gap:.75rem!important}}.review-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;padding:0;width:100%}.review-section-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0;padding:2rem;background-color:#fff;border-bottom:none}.section-block{border-bottom:none;overflow:hidden}.section-block:last-child{border-bottom:none}.question-block,.answer-block,.criteria-block{background-color:#fff}.content-label{font-size:1.25rem;font-weight:600;color:#1f2937;padding:1.75rem 2rem;margin:0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s ease;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.content-label:hover{background-color:#f8fafc}.content-label.active{background-color:#eff6ff;color:#2563eb}.content-label svg{width:1.125rem;height:1.125rem;color:currentColor;transition:transform .3s ease}.content-label.active svg{transform:rotate(180deg)}.section-content{padding:2rem;color:#374151;line-height:1.8;font-size:1rem;background-color:#fff;animation:slideDown .3s ease-out;overflow:hidden;transition:all .3s ease-out}.overall-score-box{background-color:#eff6ff;color:#2563eb;padding:1.25rem;border-radius:.75rem;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.overall-score-label{font-size:1.125rem;font-weight:500}.overall-score-value{font-size:1.5rem;font-weight:700}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:2000px;transform:translateY(0)}}@keyframes slideUp{0%{opacity:1;max-height:2000px;transform:translateY(0)}to{opacity:0;max-height:0;transform:translateY(-10px)}}.question-content{margin:0}.question-images{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem;align-items:flex-start}.question-image{max-width:25%;height:auto;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.answer-content{white-space:pre-wrap;overflow-y:auto;min-height:500px;max-height:800px;padding-right:1rem;margin:0;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}.feedback-block{background-color:#f8fafc;padding:2rem;border-bottom:1px solid #e5e7eb}.feedback-title{font-size:1.125rem;font-weight:500;color:#1f2937;margin-bottom:1rem}.feedback-list{list-style:none;padding:0;margin:0}.feedback-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;line-height:1.5;color:#4b5563;cursor:pointer;transition:color .2s ease}.feedback-list li:before{content:"•";position:absolute;left:.5rem;color:currentColor}.feedback-list.positive li:before{color:#1a73e8}.feedback-list.improvement li:before{color:#d93025}.feedback-list li:hover{color:#2563eb}.feedback-subheading{font-size:1rem;font-weight:700;margin-top:1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.feedback-icon{width:1rem;height:1rem;-o-object-fit:contain;object-fit:contain}.feedback-subheading.positive{color:#1a73e8}.feedback-subheading.improvement{color:#d93025;margin-top:1.5rem}.criteria-list{display:grid;gap:1rem;margin-top:1rem}.criteria-item{width:100%;padding:1.25rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease}.criteria-item:hover{background-color:#f9fafb}.criteria-item:first-child{margin-top:0}.criteria-score{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#eff6ff;color:#2563eb;border-radius:9999px;font-weight:600;flex-shrink:0}.criteria-name{font-weight:500;color:#1f2937;margin-bottom:.25rem}.criteria-description{color:#6b7280;font-size:.875rem;line-height:1.5}.word-count{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f3f4f6;border-radius:9999px;color:#4b5563;font-size:.875rem;font-weight:500}.word-count-icon{width:1rem;height:1rem;color:#6b7280}.suggestions-list{display:grid;gap:1rem;margin-top:1rem}.suggestion-item{padding:1rem;background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb}.suggestion-title{font-weight:500;color:#1f2937;margin-bottom:.5rem}.suggestion-text{color:#4b5563;font-size:.875rem;line-height:1.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.review-section{animation:fadeIn .3s ease-out}@keyframes scorePulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.review-score{animation:scorePulse 2s infinite}.review-loading{display:flex;align-items:center;justify-content:center;min-height:300px}.loading-spinner{width:2.5rem;height:2.5rem;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.review-error{text-align:center;padding:2rem;color:#dc2626;background-color:#fee2e2;border-radius:.5rem;margin:2rem 0}@media (max-width: 768px){.feedback-section{padding:1.5rem}.criteria-item{padding:1rem}}.answer-feedback-container{display:flex;background-color:#fff;position:relative;min-height:0}.answer-column{display:flex;flex-direction:column;padding-right:2rem;min-height:0;flex:1}.feedback-column{padding-left:2rem;flex:1}.column-title{font-size:1.125rem;font-weight:500;color:#4b5563;margin-bottom:1rem;flex-shrink:0}.answer-content::-webkit-scrollbar{width:6px}.answer-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.answer-content::-webkit-scrollbar-thumb{background-color:#94a3b8;border-radius:3px}.feedback-content{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.answer-feedback-container{flex-direction:column;gap:1.5rem}.answer-feedback-container:after{display:none}.answer-column{padding-right:0;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.feedback-column{padding-left:0}.answer-content{min-height:400px;max-height:600px}.score-circle [style*="fontSize: '3rem'"]{font-size:2.5rem!important}}@media (max-width: 480px){.score-circle [style*="fontSize: '3rem'"]{font-size:2rem!important}}.criteria-chart{width:100%;max-width:400px;margin:0 auto 3rem;padding:2rem;box-sizing:border-box;overflow:visible}.criteria-polygon{width:100%;height:100%;aspect-ratio:1;display:block;overflow:visible}.criteria-label{font-size:14px;fill:#6b7280;font-family:General Sans,sans-serif}.criteria-score{font-size:16px;fill:#2563eb;font-weight:600;font-family:General Sans,sans-serif}.criteria-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.criteria-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;display:flex;gap:1rem}.criteria-score-badge{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#eff6ff;color:#2563eb;border-radius:9999px;font-weight:600;flex-shrink:0}.criteria-details{flex:1}.criteria-name{font-weight:500;color:#1f2937;margin-bottom:.5rem}.criteria-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:.75rem}.suggestion-text{color:#2563eb;font-size:.875rem;line-height:1.5}@media (max-width: 768px){.criteria-grid{grid-template-columns:1fr}.criteria-chart{max-width:300px;margin-bottom:2rem;padding:1.5rem}.criteria-label{font-size:12px}.criteria-score{font-size:14px}.score-circle [style*="fontSize: '3rem'"]{font-size:2.5rem!important}}@media (max-width: 480px){.criteria-chart{max-width:250px;padding:1rem}.criteria-item{padding:1rem}.criteria-score-badge{width:2rem;height:2rem;font-size:.875rem}.score-circle [style*="fontSize: '3rem'"]{font-size:2rem!important}}.evidence-list{display:none}.highlighted-text{background-color:#2563eb1a;border-radius:2px;transition:background-color .2s ease}.highlighted-text-positive{background-color:#dbeafe;padding:2px 4px;border-radius:3px;color:#1e40af;font-weight:500}.highlighted-text-improvement{background-color:#fee2e2;padding:2px 4px;border-radius:3px;color:#dc2626;font-weight:500}.feedback-list.positive li{cursor:pointer;transition:color .2s ease}.feedback-list.positive li:hover{color:#2563eb}.feedback-list.improvement li{cursor:pointer;transition:color .2s ease}.feedback-list.improvement li:hover{background-color:#fef2f2}.terms-page{min-height:100vh;background-color:#fff;padding:2rem 0}.terms-content{max-width:800px;margin:0 auto;padding:0 2rem}.terms-title{font-size:2.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.terms-date{font-size:1rem;color:#666;text-align:center;margin-bottom:2rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.terms-divider{height:1px;background-color:#e5e7eb;margin:2rem 0}.terms-section{margin-bottom:2rem}.chapter-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.article-title{font-size:1.1rem;font-weight:600;color:#374151;margin:1.5rem 0 .75rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.terms-section p{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.terms-list{list-style:none;padding:0;margin:1rem 0}.terms-list li{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.terms-list li:before{content:"•";position:absolute;left:0;color:#6b7280;font-weight:700}.terms-list li strong{color:#374151;font-weight:600}.terms-effective{font-size:1rem;color:#666;text-align:center;font-style:italic;margin-top:2rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}@media (max-width: 768px){.terms-page{padding:1rem 0}.terms-content{padding:0 1rem}.terms-title{font-size:2rem}.chapter-title{font-size:1.3rem}.article-title{font-size:1rem}.terms-section p,.terms-list li{font-size:.9rem}}@media (max-width: 480px){.terms-title{font-size:1.8rem}.terms-date{font-size:.9rem}.chapter-title{font-size:1.2rem}.article-title{font-size:.95rem}.terms-section p,.terms-list li{font-size:.85rem}}.privacy-page{min-height:100vh;background-color:#fff;padding:2rem 0}.privacy-content{max-width:800px;margin:0 auto;padding:0 2rem}.privacy-title{font-size:2.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.privacy-date{font-size:1rem;color:#666;text-align:center;margin-bottom:2rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.privacy-divider{height:1px;background-color:#e5e7eb;margin:2rem 0}.privacy-section{margin-bottom:2rem}.section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.privacy-section p{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.privacy-list{list-style:none;padding:0;margin:1rem 0}.privacy-list li{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.privacy-list li:before{content:"•";position:absolute;left:0;color:#6b7280;font-weight:700}.privacy-list li strong{color:#374151;font-weight:600}.privacy-link{color:#007bff;text-decoration:none;transition:color .2s ease}.privacy-link:hover{color:#0056b3;text-decoration:underline}.privacy-effective{font-size:1rem;color:#666;text-align:center;font-style:italic;margin-top:2rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}@media (max-width: 768px){.privacy-page{padding:1rem 0}.privacy-content{padding:0 1rem}.privacy-title{font-size:2rem}.section-title{font-size:1.3rem}.privacy-section p,.privacy-list li{font-size:.9rem}}@media (max-width: 480px){.privacy-title{font-size:1.8rem}.privacy-date{font-size:.9rem}.section-title{font-size:1.2rem}.privacy-section p,.privacy-list li{font-size:.85rem}}.purchase-main{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:80px 20px 40px}.purchase-container{max-width:1200px;margin:0 auto}.purchase-header{text-align:center;margin-bottom:60px;color:#fff}.purchase-title{font-size:3rem;font-weight:700;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.purchase-subtitle{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.membership-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:60px}.plan-card{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 10px 30px #0000001a;position:relative;transition:transform .3s ease,box-shadow .3s ease}.plan-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.plan-card.featured{border:2px solid #667eea;transform:scale(1.05)}.plan-card.featured:hover{transform:scale(1.05) translateY(-5px)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#667eea;color:#fff;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:600}.plan-header{text-align:center;margin-bottom:30px}.plan-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:16px}.plan-price{margin-bottom:8px}.price-amount{font-size:2.5rem;font-weight:800;color:#667eea}.price-period{font-size:1rem;color:#666;font-weight:500}.plan-savings{background:#e8f5e8;color:#2d5a2d;padding:4px 12px;border-radius:12px;font-size:.9rem;font-weight:600;display:inline-block}.plan-features{margin-bottom:30px}.plan-features ul{list-style:none;padding:0;margin:0}.plan-features li{padding:8px 0;color:#555;font-size:1rem;line-height:1.5}.plan-features li:before{content:"✓";color:#667eea;font-weight:700;margin-right:8px}.buy-now-btn{width:100%;background:#667eea;color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.buy-now-btn:hover{background:#5a6fd8;transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.buy-now-btn.featured{background:#764ba2;box-shadow:0 4px 12px #764ba24d}.buy-now-btn.featured:hover{background:#6a4190;box-shadow:0 6px 16px #764ba266}.purchase-footer{text-align:center;color:#fff;opacity:.9}.security-note{font-size:1rem;margin-bottom:8px}.refund-note{font-size:.9rem;opacity:.8}@media (max-width: 768px){.purchase-main{padding:60px 16px 30px}.purchase-title{font-size:2.5rem}.purchase-subtitle{font-size:1.1rem}.membership-plans{grid-template-columns:1fr;gap:20px}.plan-card{padding:30px 20px}.plan-card.featured{transform:none}.plan-card.featured:hover{transform:translateY(-5px)}.price-amount{font-size:2rem}}.footer{background-color:#f8f9fa;border-top:1px solid #e5e7eb;padding:1.5rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-main{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem;align-items:center}.footer-link{color:#6b7280;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s ease;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.footer-link:hover{color:#374151}.footer-text{color:#6b7280;font-size:.875rem;font-weight:400;margin:0;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.social-links{display:flex;gap:1rem;align-items:center}.social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#fff;border:1px solid #e5e7eb;color:#6b7280;transition:all .2s ease;text-decoration:none}.social-link:hover{background-color:#f3f4f6;color:#374151;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.social-icon{width:18px;height:18px}.threads-icon{width:18px;height:18px;filter:brightness(0)}.tiktok-icon{color:#000}.footer-disclaimer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.footer-copyright{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb;text-align:center}.disclaimer-text{color:#6b7280;font-size:.875rem;line-height:1.6;margin:0 0 1rem;font-family:General Sans,ui-sans-serif,system-ui,sans-serif}.disclaimer-text:last-child{margin-bottom:0}.disclaimer-link{color:#6b7280;text-decoration:none;transition:color .2s ease}.disclaimer-link:hover{color:#374151;text-decoration:underline}@media (max-width: 768px){.footer{padding:1rem 0}.footer-content{padding:0 1rem}.footer-main{flex-direction:column;text-align:center;gap:1rem}.footer-text{font-size:.8rem}.social-links{justify-content:center}.social-link{width:28px;height:28px}.social-icon{width:16px;height:16px}.footer-links{gap:1.5rem}.footer-link{font-size:.8rem}.footer-disclaimer{margin-top:1.5rem;padding-top:1rem}.disclaimer-text{font-size:.8rem}.footer-copyright{margin-top:1rem;padding-top:.75rem}}
