.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem 1rem 2rem;background-color:#3e75a2;color:#fff;position:relative;overflow:visible}.logo{display:flex;align-items:center}.logo img{height:64px;margin-right:2rem}.website-name{font-size:1.5rem;margin-top:-10px;max-width:30rem}.navigation{display:none}.navigation.open{display:block}.navigation.closed{display:none}.navigation ul{list-style:none;padding:0;margin:0 10px 0 0;display:flex;overflow:visible}.profile-menu{position:relative;display:inline-block;overflow:visible}.profile-info{display:flex;align-items:center;cursor:pointer;color:#fff;padding:.5rem;border-radius:4px}.profile-info:hover{background-color:#3e75a2}.profile-icon{height:24px;width:24px;border-radius:50%;margin-right:.5rem;background-color:#ccc;display:inline-block}.profile-name{font-weight:500}.dropdown-menu{display:flex;flex-direction:column;position:absolute;right:0;top:100%;background-color:#3e75a2;border:1px solid #3E75A2;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1001;min-width:160px;list-style:none;padding:.5rem 0;margin:.25rem 0 0}.profile-menu .dropdown-menu>a,.profile-menu .dropdown-menu>button{display:block;padding:.75rem 1rem;color:#fff;text-decoration:none;white-space:nowrap;background:none;border:none;cursor:pointer;text-align:left;width:100%;font-size:inherit;margin-left:0}.profile-menu .dropdown-menu>a:hover,.profile-menu .dropdown-menu>button:hover{background-color:#3e75a2;text-decoration:none}.menu-icon{display:block;cursor:pointer}.menu-icon span{display:block;height:4px;width:100%;background:#fff;margin:4px 0;border-radius:2px;transition:.3s}@media (max-width: 800px){.header{flex-direction:row;align-items:center}.navigation ul{display:none;position:absolute;top:64px;right:16px;background:#3e75a2;border-radius:8px;box-shadow:0 2px 8px #00000026;flex-direction:column;min-width:180px;z-index:1000;padding:1rem 0;margin-right:0!important}.navigation ul.open{display:flex}.navigation li{margin:.5rem 1.5rem}}@media (min-width: 801px){.navigation ul{display:flex!important;position:static;background:none;box-shadow:none;flex-direction:row;min-width:0;padding:0;overflow:visible}.menu-icon{display:none}.dropdown-menu{display:flex;flex-direction:column;position:absolute;right:0;top:100%;background-color:#3e75a2;border:1px solid #3E75A2;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1001;min-width:200px;list-style:none;padding:.5rem 0;margin:.25rem 0 0}.profile-menu .dropdown-menu>a,.profile-menu .dropdown-menu>button{display:block;padding:.75rem 1rem;color:#fff;text-decoration:none;white-space:nowrap;background:none;border:none;cursor:pointer;text-align:left;width:84%;font-size:inherit;margin-left:0}.profile-menu .dropdown-menu>a:hover,.profile-menu .dropdown-menu>button:hover{background-color:#3e75a2;text-decoration:none}}@media (min-width: 768px){.navigation{display:block!important}.menu-icon{display:none}}.hero-section{background-color:#f7f7f7;padding:2rem;text-align:center}.hero-content{max-width:500px;margin:0 auto}.hero-title{font-size:2rem;margin-bottom:1rem;color:#333}.hero-subtitle{font-size:1.2rem;color:#666;line-height:1.5;margin-bottom:2rem}.hero-button{background-color:#007bff;color:#fff;padding:1rem 2rem;border:none;border-radius:5px;cursor:pointer;font-size:1rem;text-decoration:none;box-shadow:2px 2px 5px #000c;transition:background-color .3s ease,transform .2s ease}.hero-button:active{transform:translateY(1px)}.hero-button:hover{background-color:#0056b3}.info-cards-section{padding:2rem;background-color:#f7f7f7}.info-cards-container{display:flex;flex-direction:column;gap:1.5rem;max-width:960px;margin:0 auto}.info-card{background-color:#f9f9f9;padding:1.5rem;border-radius:8px;text-align:center;border:#dfdfdf solid 1px;font-size:1.1rem;cursor:pointer}.card-icon{height:50px;margin-bottom:1rem}.card-title{font-size:1.2rem;margin-bottom:.5rem;color:#333}.card-description{color:#666;font-size:.9rem;line-height:1.4}@media (min-width: 768px){.info-cards-container{flex-direction:row;justify-content:space-between}.info-card{width:calc(33.33% - 1rem)}}.info-cards-text{list-style:none;padding:0;margin-top:1.5rem;text-align:center}.info-cards-text dt{margin-bottom:.75rem;font-size:1rem;color:#495057}.take-survey-section{background-color:#e9ecef;padding:2rem;text-align:center}.take-survey-content{max-width:700px;margin:0 auto}h2{font-size:1.8rem;margin-bottom:1rem;color:#333}.auth-links a{text-decoration:none;color:#007bff;margin:0 .5rem}.auth-links span{color:#6c757d}.survey-features{list-style:none;padding:0;margin-top:1.5rem}.survey-features li{margin-bottom:.75rem;font-size:1rem;color:#495057;font-weight:600}.quote-section{padding:2rem;background-color:#f0f8ff;text-align:center}.quote{font-style:italic;font-size:1.5rem;color:#555;max-width:600px;margin:0 auto;line-height:1.6;color:#1c4377}.footer{background-color:#3e75a2;color:#fff;padding:2rem 1rem 1rem}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;max-width:1100px;margin:0 auto;gap:2rem}.footer-links{flex:1 1 200px;min-width:180px;margin-bottom:1.5rem}.linkTitle{font-weight:700;margin-right:.5rem;display:block;margin-bottom:.5rem}.footer-links ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}.footer-links li{margin:0}.footer-links a{color:#e3ebf7;text-decoration:none;font-size:1rem;transition:color .2s}.footer-links a:hover{color:#fff;text-decoration:dotted underline;text-underline-offset:10px;text-decoration-color:#e6ecf5;text-decoration-thickness:.5px}.footer-logos{display:flex;justify-content:center;align-items:center;margin:1rem -1rem -1rem;background-color:#fff}.footer-logos .logo{height:40px;border-radius:6px;padding:4px}@media (max-width: 700px){.footer-container{flex-direction:column;align-items:stretch;gap:1.5rem}.footer-links ul{flex-direction:column;gap:.5rem}.footer-logos{justify-content:center}}.home2-alt-card-icon{font-size:2.5rem;margin-bottom:.7rem;display:block;text-align:center}.home2-alt-root{font-family:Inter,Segoe UI,Arial,sans-serif;background:#181c24;min-height:100vh;color:#f5f6fa}.home2-alt-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;padding:0}.home2-alt-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#181c24 70%,#1a527626);opacity:.85;z-index:1}.home2-alt-hero-content{position:relative;z-index:2;color:#fff;text-align:left;max-width:700px;padding:5rem 2rem 4rem}.home2-alt-hero-content h1{font-size:2.7rem;font-weight:900;margin-bottom:1.2rem;line-height:1.1;letter-spacing:-2px}.home2-alt-hero-content h1 span{color:#ffe14d;font-weight:900}.home2-alt-lead{font-size:1.25rem;color:#bfc9d1;margin-bottom:2.2rem}.home2-alt-hero-actions{display:flex;gap:1.2rem}.home2-alt-btn{border:none;border-radius:2rem;padding:.9rem 2.2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s;background:#ffe14d;color:#232a36}.home2-alt-btn-outline{background:transparent;color:#ffe14d;border:2px solid #ffe14d}.home2-alt-btn-outline:hover{background:#ffe14d;color:#232a36}.home2-alt-cards{display:flex;flex-direction:row;gap:2.5rem;justify-content:center;margin:3.5rem auto 2.5rem;max-width:1100px;flex-wrap:nowrap}.home2-alt-card{flex:1 1 0;min-width:0}.home2-alt-card{background:transparent;padding:2.2rem 1.5rem 1.5rem;cursor:pointer;transition:color .18s;min-width:260px;text-align:center;display:flex;flex-direction:column;align-items:center}.home2-alt-card:hover{color:#ffe14d}.home2-alt-card h2{font-size:1.25rem;color:#ffe14d;margin-bottom:.7rem;font-weight:800;text-align:center}.home2-alt-card p{color:#bfc9d1;font-size:1.05rem;text-align:center}.home2-alt-features{display:flex;justify-content:center;gap:2.5rem;margin:2.5rem auto;max-width:1100px;flex-wrap:wrap;border-top:1px solid #232a36;border-bottom:1px solid #232a36;padding:1.5rem 0}.home2-alt-feature{font-size:1.13rem;color:#ffe14d;font-weight:600;display:flex;align-items:center;gap:.7rem}.home2-alt-feature span{font-size:1.5rem}.home2-alt-cta{background:#07152c;color:#ffe14d;text-align:center;padding:2.5rem 1rem;margin:2.5rem auto 2rem;max-width:900px}.home2-alt-cta h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#d8d1ab}.home2-alt-cta .home2-alt-btn{font-size:1.15rem;padding:1rem 2.5rem;margin-top:1rem}@media (max-width: 900px){.home2-alt-hero-content{padding:2.5rem 1rem 1.5rem}.home2-alt-cards{gap:1.2rem}}@media (max-width: 800px){.home2-alt-cards{flex-direction:column;gap:1.2rem}}@media (max-width: 700px){.home2-alt-features{flex-direction:column;align-items:center;gap:1.2rem}.home2-alt-cta{padding:1.5rem .5rem}}.scale-hero{position:relative;display:flex;align-items:center;min-height:480px;padding:0;background-size:cover;background-position:center;border-radius:0 0 2.5rem 2.5rem;overflow:hidden}.scale-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1a5276 60%,#1a527633);opacity:.85;z-index:1}.scale-hero-content{position:relative;z-index:2;color:#fff;padding:3.5rem 2rem 3.5rem 4rem;max-width:700px}.scale-hero-logo{width:60px;height:60px;margin-bottom:1.2rem;border-radius:12px;background:#232a36;padding:.3rem}.scale-hero h1{font-size:2.7rem;font-weight:800;margin-bottom:1.2rem;line-height:1.1}.scale-gradient-text{background:linear-gradient(90deg,#ffe14d,#232a36);color:#ffe14d;padding:0 .3em;border-radius:.3em;font-weight:900}.scale-hero p{font-size:1.25rem;margin-bottom:2rem;color:#bfc9d1}.scale-hero-actions{display:flex;gap:1.2rem}.scale-btn{border:none;border-radius:2rem;padding:.9rem 2.2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s;background:#232a36;color:#ffe14d}.scale-btn-primary{background:#ffe14d;color:#232a36}.scale-btn-primary:hover{background:#fff;color:#1a5276}.scale-btn-secondary{background:transparent;color:#ffe14d;border:2px solid #ffe14d}.scale-btn-secondary:hover{background:#ffe14d;color:#232a36}.scale-trusted{margin:2.5rem auto;max-width:900px;padding:.5rem 2rem;text-align:center}.scale-trusted-inner{display:flex;align-items:center;justify-content:center;gap:2.2rem;flex-wrap:wrap}.scale-trusted-inner span{color:#ffe14d;font-weight:600;font-size:1.1rem}.scale-trusted-inner img{height:38px;opacity:.8;filter:grayscale(1)}.scale-features{display:flex;justify-content:center;gap:2.5rem;margin:2.5rem auto;max-width:1100px;flex-wrap:wrap}.scale-feature{background:transparent;border-radius:0;box-shadow:none;padding:2rem 1.5rem 1.5rem;width:250px;text-align:center;border-left:3px solid #ffe14d}.scale-feature h3{color:#ffe14d;font-size:1.18rem;margin-bottom:.5rem;font-weight:700}.scale-feature p{color:#bfc9d1;font-size:1rem}.scale-feature-icon{font-size:2.5rem;margin-bottom:1rem}.scale-feature h3{color:#1a5276;font-size:1.18rem;margin-bottom:.5rem;font-weight:700}.scale-feature p{color:#444;font-size:1rem}.scale-cards{display:flex;gap:2rem;justify-content:center;margin:0 auto 2.5rem;max-width:1100px;flex-wrap:wrap}.scale-card{background:transparent;border-radius:0;box-shadow:none;padding:2rem 1.5rem 1.5rem;width:320px;cursor:pointer;transition:color .18s,transform .18s;display:flex;flex-direction:column;align-items:flex-start;border-left:6px solid #ffe14d}.scale-card:hover{color:#ffe14d;transform:translateY(-4px) scale(1.03);border-left:6px solid #1a5276}.scale-card h4{font-size:1.18rem;color:#ffe14d;margin-bottom:.5rem;font-weight:700}.scale-card p{color:#bfc9d1;font-size:1rem;margin-bottom:1.2rem}.scale-card-link{color:#ffe14d;font-weight:600;font-size:1rem;text-decoration:underline;margin-top:auto}.scale-bottom-cta{background:#232a36;color:#ffe14d;text-align:center;padding:2.5rem 1rem;border-radius:0;margin:2.5rem auto 2rem;max-width:900px}.scale-bottom-cta h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.scale-bottom-cta .scale-btn{font-size:1.15rem;padding:1rem 2.5rem;margin-top:1rem}@media (max-width: 1100px){.scale-features,.scale-cards{flex-direction:column;align-items:center;gap:1.2rem}}@media (max-width: 900px){.scale-hero-content{padding:2rem 1rem;max-width:100%}.scale-hero{min-height:340px}}@media (max-width: 700px){.scale-trusted-inner{gap:1rem}.scale-bottom-cta{padding:1.5rem .5rem}}.survey-btn{background:#1976d2;color:#fff;border:none;border-radius:6px;padding:.5rem 1.25rem;font-weight:500;font-size:1rem;cursor:pointer;box-shadow:0 1px 3px #1976d214;transition:background .2s}.survey-btn:hover{background:#1565c0}.submit-btn{background:#092b4c;color:#fff;border:none;border-radius:6px;padding:.5rem 1.25rem;font-weight:500;font-size:1rem;cursor:pointer;box-shadow:0 1px 3px #1976d214;transition:background .2s}.submit-btn:hover{background:#0d3c71}.loadingSurvey{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.5rem;color:#555}.meta-data-section div{margin-bottom:.6rem}.survey-container>p{white-space:pre-line}.jaws-aspect{border:#c0c178 1px solid;padding:.5rem;border-radius:5px;background:#f7f8f0}.generic-question{margin-bottom:1rem}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}.popup-message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #ccc;padding:20px;box-shadow:0 4px 8px #0003;z-index:1000}.popup-message button{margin-top:10px;padding:5px 10px;background-color:#1976d2;color:#fff;border:none;cursor:pointer;border-radius:4px}.popup-message button:hover{background-color:#1565c0}.survey-title{color:#3e75a2;font-size:1.5rem;margin-bottom:1rem;text-align:center}.survey-citation{color:#555;font-size:1rem;margin-top:.5rem;font-style:italic}.survey-citation:before{content:"";display:block;margin:20px 0;border:none;border-top:1px solid #ccc}.generic-instructions{color:#444;font-size:1rem;font-weight:600;text-align:justify!important}.survey-select{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;background-color:#fff;color:#333;background-image:url('data:image/svg+xml;utf8,<svg 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"><polyline points="6 9 12 15 18 9"/></svg>');background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.jaws-comment{border:#78aac1 1px solid;padding:1rem;border-radius:5px;background:#fafcfc;margin-left:0;margin-top:1rem;width:90%;height:15rem}.mostSatisfactionAspects,.mostStressAspects{display:block;margin-bottom:.5rem;margin-left:2rem}.about{max-width:700px;margin:2rem auto;padding:2rem 1.5rem;background:#f9f9fc;border-radius:10px;box-shadow:0 2px 12px #202a440f}.about h1{color:#1976d2;margin-bottom:1.5rem}.about p{font-size:1.15rem;line-height:1.7;margin-bottom:1.2rem;color:#222a44}.about-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;max-width:1100px;margin:2.5rem auto;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #202a440f}.about-content{flex:2;min-width:0}.about-content h1{font-size:2.1rem;font-weight:700;color:#222a44;margin-bottom:1.5rem}.about-content p{font-size:1.15rem;line-height:1.7;margin-bottom:1.2rem;color:#222a44}.about-image-section{flex:1;display:flex;align-items:center;justify-content:center;min-width:220px}.about-image-wrapper{position:relative;width:220px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-top:100px}.about-image{width:220px;height:220px;object-fit:cover;border-radius:50%;box-shadow:0 2px 12px #202a441a;z-index:1}.about-accent-bar{position:absolute;bottom:-30px;left:-10px;width:250px;height:18px;background:#ffe14d;border-radius:8px;z-index:0;transform:rotate(-6deg)}.sub-section{margin-left:50px}.emphasized-text{font-weight:700;color:#0b3055}@media (max-width: 900px){.about-layout{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.5rem .5rem}.about-image-section{justify-content:flex-start;margin-bottom:1.5rem}.about-image-wrapper{margin:0 auto}}.why{max-width:700px;margin:2rem auto;padding:2rem 1.5rem;background:#f9f9fc;border-radius:10px;box-shadow:0 2px 12px #202a440f}.why h1{color:#1976d2;margin-bottom:1.5rem}.why p{font-size:1.15rem;line-height:1.7;margin-bottom:1.2rem;color:#222a44}.why-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;max-width:1100px;margin:2.5rem auto;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #202a440f}.why-content{flex:2;min-width:0}.why-content h1{font-size:2.1rem;font-weight:700;color:#222a44;margin-bottom:1.5rem}.why-content p{font-size:1.15rem;line-height:1.7;margin-bottom:1.2rem;color:#222a44}.why-image-section{flex:1;display:flex;align-items:center;justify-content:center;min-width:220px}.why-image-wrapper{position:relative;width:220px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-top:100px}.why-image{width:220px;height:220px;object-fit:cover;border-radius:50%;box-shadow:0 2px 12px #202a441a;z-index:1}.why-accent-bar{position:absolute;bottom:-30px;left:-10px;width:250px;height:18px;background:#ffe14d;border-radius:8px;z-index:0;transform:rotate(-6deg)}@media (max-width: 900px){.why-layout{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.5rem .5rem}.why-image-section{justify-content:flex-start;margin-bottom:1.5rem}.why-image-wrapper{margin:0 auto}}.contact{max-width:700px;margin:2rem auto;padding:1rem}.presignup-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;max-width:1100px;margin:2.5rem auto;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #202a440f}.presignup-content{flex:2;min-width:0}.presignup-content h1{font-size:2.1rem;font-weight:700;color:#222a44;margin-bottom:1.5rem}.presignup-content h3{margin-top:1.5rem;color:#1a5276}.presignup-content p,.presignup-content ul,.presignup-content li,.presignup-content strong{font-size:1.08rem;line-height:1.7;color:#222a44}.presignup-content ul{margin-left:1.5rem;margin-bottom:1rem}.presignup-content li{margin-bottom:.5rem}.presignup-image-section{flex:1;display:flex;align-items:center;justify-content:center;min-width:220px}.presignup-image-wrapper{position:relative;width:220px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-top:100px}.presignup-image{width:220px;height:220px;object-fit:cover;border-radius:50%;box-shadow:0 2px 12px #202a441a;z-index:1}.presignup-accent-bar{position:absolute;bottom:-30px;left:-10px;width:250px;height:18px;background:#ffe14d;border-radius:8px;z-index:0;transform:rotate(-6deg)}.presignup-tip{background:#fff3f1;color:#b71c1c;border-left:5px solid #d32f2f;padding:1rem 1.5rem;margin-bottom:1.5rem;border-radius:8px;font-size:1.08rem;font-weight:500}.presignup-agree-section{margin-top:2.5rem;padding:1.2rem 1rem 1.5rem;background:#f7f7f7;border-radius:8px;border:1px solid #e0e0e0;display:flex;flex-direction:column;gap:1.2rem;align-items:flex-start}.presignup-agree-section label{display:flex;align-items:center;font-size:1.08rem;gap:.7rem;cursor:pointer;color:#222a44}.presignup-agree-section input[type=checkbox]{width:1.2rem;height:1.2rem;accent-color:#07734d}.presignup-proceed-btn{background:#07734d;color:#fff;border:none;border-radius:6px;padding:.7rem 1.7rem;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background .2s}.presignup-proceed-btn:disabled{background:#e0e0e0;color:#888;cursor:not-allowed}@media (max-width: 900px){.presignup-layout{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.5rem .5rem}.presignup-image-section{justify-content:flex-start;margin-bottom:1.5rem}.presignup-image-wrapper{margin:0 auto}}.password-reset-container{max-width:400px;margin:2rem auto;padding:2rem;background:#232a36;border-radius:12px;box-shadow:0 2px 12px #202a4414;color:#fff}.password-reset-form .form-group{margin-bottom:1.5rem}.password-reset-form label{display:block;margin-bottom:.5rem;font-weight:600}.app-input{width:100%;padding:.6rem .8rem;border:1px solid #cfd8dc;border-radius:6px;font-size:1rem;background:#f7f7f7}.password-reset-form input[type=password]{margin-top:.4rem;padding:.6rem .8rem;border:1px solid #cfd8dc;border-radius:6px;font-size:1rem;background:#f7f7f7}.password-reset-btn{width:100%;padding:.8rem;background:#ffe14d;color:#181c24;border:none;border-radius:6px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background .2s,color .2s}.password-reset-btn:hover{background:#1a5276;color:#ffe14d}.error-message{color:#871616;margin-bottom:1rem;font-size:.98rem;text-align:center}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0003;text-align:center;z-index:9999}.popup p{font-size:1.2rem;color:#222a44;margin-bottom:1.5rem}.popup button{background:#1a5276;color:#fff;border:none;border-radius:6px;padding:.8rem 1.7rem;font-size:1.08rem;font-weight:600;cursor:pointer;transition:background .2s}.popup button:hover{background:#17425e}.notification{position:fixed;bottom:20px;right:20px;padding:35px 30px;border-radius:5px;color:#fff;font-size:16pt;box-shadow:0 4px 6px #0000001a;z-index:1000;display:flex;align-items:center;justify-content:space-between}.notification.success{background-color:#4caf50}.notification.error{background-color:#f44336}.notification.info{background-color:#2196f3}.close-btn{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;margin-left:10px}.close-btn:hover{color:#ddd}.signup-form{display:flex;flex-direction:column;gap:1.2rem}.signup-form label{display:flex;flex-direction:column;font-size:1.08rem;color:#222a44;font-weight:500}.signup-form input[type=text],.signup-form input[type=email],.signup-form input[type=tel],.signup-form input[type=number],.signup-form input[type=password],.signup-form input[type=file]{margin-top:.4rem;padding:.6rem .8rem;border:1px solid #cfd8dc;border-radius:6px;font-size:1rem;background:#fffff6}.signup-form input[type=file]{padding:.3rem 0;background:none}.signup-form .hint{font-size:.95rem;color:#b71c1c;font-weight:400;margin-left:.5rem}.sampleLink{font-size:smaller}.signup-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;max-width:1100px;margin:2.5rem auto;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #202a440f}.signup-content{flex:2;min-width:0}.signup-content h1{font-size:2.1rem;font-weight:700;color:#222a44;margin-bottom:1.5rem}.signup-content p{font-size:1.08rem;color:#222a44;margin-bottom:2rem}.signup-submit-btn{background:#1a5276;color:#fff;border:none;border-radius:6px;padding:.8rem 1.7rem;font-size:1.08rem;font-weight:600;cursor:pointer;margin-top:1.2rem;transition:background .2s}.signup-submit-btn:hover{background:#17425e}.signup-image-section{flex:1;display:flex;align-items:center;justify-content:center;min-width:220px}.signup-image-wrapper{position:relative;width:220px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-top:100px}.signup-image{width:220px;height:220px;object-fit:cover;border-radius:50%;box-shadow:0 2px 12px #202a441a;z-index:1}.signup-accent-bar{position:absolute;bottom:-30px;left:-10px;width:250px;height:18px;background:#ffe14d;border-radius:8px;z-index:0;transform:rotate(-6deg)}@media (max-width: 900px){.signup-layout{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.5rem .5rem}.signup-image-section{justify-content:flex-start;margin-bottom:1.5rem}.signup-image-wrapper{margin:0 auto}}.signin-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;max-width:1100px;margin:2.5rem auto;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #202a440f;min-height:auto;padding-left:100px}.signin-content{flex:2;min-width:0}.signin-content h1{font-size:2.1rem;font-weight:700;color:#222a44;margin-bottom:1.5rem}.signin-form{display:flex;flex-direction:column;gap:1.2rem;max-width:400px;margin:0}.signin-form label{display:flex;flex-direction:column;font-size:1.08rem;color:#222a44;font-weight:500}.signin-form input[type=email],.signin-form input[type=password]{margin-top:.4rem;padding:.6rem .8rem;border:1px solid #cfd8dc;border-radius:6px;font-size:1rem;background:#f7f7f7;width:100%}.signin-submit-btn{background:#1a5276;color:#fff;border:none;border-radius:6px;padding:.8rem 1.7rem;font-size:1.08rem;font-weight:600;cursor:pointer;margin-top:1.2rem;transition:background .2s;width:auto;align-self:flex-start}.signin-submit-btn:hover{background:#17425e}.signin-image-section{flex:1;display:flex;align-items:center;justify-content:center;min-width:220px}.signin-image-wrapper{position:relative;width:220px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-top:100px}.signin-image{width:220px;height:220px;object-fit:cover;border-radius:50%;box-shadow:0 2px 12px #202a441a;z-index:1}.signin-accent-bar{position:absolute;bottom:-30px;left:-10px;width:250px;height:18px;background:#1a5276;border-radius:8px;z-index:0;transform:rotate(-6deg)}.signin-divider{text-align:center;margin:1.5rem 0 1rem;color:#555;font-size:.9rem;font-weight:500}#google-signin-btn{display:flex;justify-content:center;margin-top:.5rem}@media (max-width: 900px){.signin-layout{flex-direction:column-reverse;align-items:stretch;gap:1.5rem;padding:1.5rem .5rem}.signin-image-section{justify-content:center;margin-bottom:1.5rem;margin-top:1rem}.signin-image-wrapper{margin:0 auto}.signin-content h1{font-size:1.8rem}.signin-form{max-width:100%}.signin-submit-btn{width:100%}#google-signin-btn{width:100%!important}#google-signin-btn>div{margin:0 auto!important}}.profile-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;max-width:1100px;margin:2.5rem auto;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #202a440f}.profile-content{flex:2;min-width:0}.profile-content h1{font-size:2.1rem;font-weight:700;color:#222a44;margin-bottom:1.5rem}.profile-form{display:flex;flex-direction:column;gap:1.2rem}.profile-form label{display:flex;flex-direction:column;font-size:1.08rem;color:#222a44;font-weight:500}.profile-form input[type=text],.profile-form input[type=email],.profile-form input[type=tel]{margin-top:.4rem;padding:.6rem .8rem;border:1px solid #cfd8dc;border-radius:6px;font-size:1rem;background:#f7f7f7}.profile-form input:disabled{background:#e0e0e0;color:#757575;cursor:not-allowed}.profile-form .hint{font-size:.95rem;color:#757575;font-weight:400;margin-left:.5rem}.profile-submit-btn,.profile-edit-btn,.profile-cancel-btn{color:#fff;border:none;border-radius:6px;padding:.8rem 1.7rem;font-size:1.08rem;font-weight:600;cursor:pointer;margin-top:1.2rem;transition:background .2s;align-self:flex-start}.profile-submit-btn{background:#1a5276}.profile-submit-btn:hover{background:#17425e}.profile-edit-btn{background:#26a69a;margin-right:1rem}.profile-edit-btn:hover{background:#00796b}.profile-cancel-btn{background:#ef5350}.profile-cancel-btn:hover{background:#d32f2f}.profile-image-section{flex:1;display:flex;align-items:center;justify-content:center;min-width:220px}.profile-image-wrapper{position:relative;width:220px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-top:100px}.profile-image{width:220px;height:220px;object-fit:cover;border-radius:50%;box-shadow:0 2px 12px #202a441a;z-index:1}.profile-accent-bar{position:absolute;bottom:-30px;left:-10px;width:250px;height:18px;background:#1a5276;border-radius:8px;z-index:0;transform:rotate(-6deg)}@media (max-width: 900px){.profile-layout{flex-direction:column-reverse;align-items:stretch;gap:1.5rem;padding:1.5rem .5rem}.profile-image-section{justify-content:center;margin-bottom:1.5rem;margin-top:1rem}.profile-image-wrapper{margin:0 auto}.profile-content h1{font-size:1.8rem}.profile-submit-btn,.profile-edit-btn,.profile-cancel-btn{width:100%;margin-right:0;margin-bottom:.5rem}.profile-cancel-btn:last-child{margin-bottom:0}}.dashboard-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f4f7f6}.dashboard-header{background-color:#3e75a2;color:#fff!important;padding:2rem;box-shadow:0 2px 4px #0000001a;height:50px}.dashboard-header h4{margin:0;font-weight:500}.dashboard-main-content{display:flex;flex-grow:1;padding:1.5rem;gap:1.5rem}.dashboard-sidebar{flex:0 0 10rem;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000d}.dashboard-sidebar h2{font-size:1.3rem;color:#333;margin-top:0;margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.dashboard-sidebar ul{list-style:none;padding:0;margin:0}.dashboard-sidebar ul li a{display:block;padding:.75rem 1rem;color:#1a5276;text-decoration:none;border-radius:4px;margin-bottom:.5rem;transition:background-color .2s ease-in-out,color .2s ease-in-out}.dashboard-sidebar ul li a:hover,.dashboard-sidebar ul li a.active{background-color:#3e75a2;color:#fff}.dashboard-content-area{flex-grow:1;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000d}.dashboard-widget{background-color:#f9f9f9;padding:1.5rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #e0e0e0;margin-top:1.5rem}.dashboard-widget h3{margin-top:0;color:#1a2236;font-size:1.2rem;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem;margin-bottom:1rem}.dashboard-widget p{margin-bottom:.5rem;line-height:1.6}.dashboard-footer{background-color:#3e75a2;color:#adb5bd;padding:1rem 2rem;text-align:center;font-size:.9rem;box-shadow:0 -2px 4px #0000000d}.dashboard-loading-div{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.5rem;color:#555}.dashboard-loading-div:after{content:"";display:inline-block;width:40px;height:40px;margin-left:10px;border:4px solid #ccc;border-top-color:#555;border-radius:50%;animation:spinner .8s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}@media (max-width: 768px){.dashboard-main-content{flex-direction:column}.dashboard-sidebar{flex:0 0 auto;margin-bottom:1.5rem}}.navigation{float:right}.navigation ul{list-style:none;padding:0;margin:0;display:flex;overflow:visible;float:right}.navigation li{margin-left:1rem;display:flex;align-items:center}.navigation a{text-decoration:none;color:#fff}.navigation a:hover{color:#fff;text-decoration:dotted underline;text-underline-offset:10px;text-decoration-color:#e6ecf5;text-decoration-thickness:.5px}@media (min-width: 801px){.navigation ul{display:flex!important;position:static;background:none;box-shadow:none;flex-direction:row;min-width:0;padding:0;overflow:visible}.menu-icon{display:none}.dropdown-menu{display:flex;flex-direction:column;position:absolute;right:0;top:100%;background-color:#fff;border:1px solid #b7daf6;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:1001;min-width:200px;list-style:none;padding:.5rem 0;margin:.25rem 0 0}.profile-menu .dropdown-menu>a,.profile-menu .dropdown-menu>button{display:block;padding:.75rem 1rem;color:#3e75a2!important;text-decoration:none;white-space:nowrap;background:none;border:none;cursor:pointer;text-align:left;width:84%;font-size:inherit;margin-left:0}.profile-menu .dropdown-menu>a:hover,.profile-menu .dropdown-menu>.profile-name:hover .profile-menu .dropdown-menu>button:hover{background-color:#3e75a2;text-decoration:none;color:#fff!important}li:hover{text-decoration:underline dotted;text-underline-offset:6px;text-decoration-color:#3e75a2}}@media (min-width: 1024px){.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:10px 30px;background-color:#f8f9fa;border-bottom:1px solid #ddd}.dashboard-header h4{margin:0;flex:1;font-size:1.5rem;color:#333}.dashboard-header .navigation{flex:2;text-align:right}.dashboard-header .navigation ul{display:inline-flex;gap:20px;list-style:none;padding:0;margin:0;align-items:center}.dashboard-header .navigation ul li{display:inline;font-size:1rem;color:#007bff}.dashboard-header .navigation ul li a{text-decoration:none;color:inherit;transition:color .3s}.dashboard-header .navigation ul li a:hover{color:#3891af!important}}.profile-info{display:flex;align-items:center;cursor:pointer;gap:10px}.profile-info .profile-icon{width:30px;height:30px;border-radius:50%;border:.5px solid #fff}.profile-info .profile-name{font-size:1rem;color:#333}.profile-info span{font-size:.8rem;color:#666}.dashboard-header h4{margin-top:0rem}.profile-menu:hover,.profile-info:hover .profile-name{color:#fff!important}.survey-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:640px}.popup-content h2{margin-top:0}.popup-content form{display:flex;flex-direction:column}.popup-content label{margin-bottom:10px}.popup-content input,.popup-content select{padding:8px;margin-top:5px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px}.popup-content button{padding:10px;margin-top:10px;border:none;border-radius:4px;cursor:pointer}.popup-content button[type=submit]{background-color:#007bff;color:#fff}.popup-content button[type=submit]:hover{background-color:#0056b3}.popup-content button[type=button]{background-color:#ccc}.popup-content button[type=button]:hover{background-color:#999}.popup-content label{display:flex;flex-direction:column}.survey-analysis-popup{position:absolute!important;top:10px;left:50%;transform:translate(-50%);background-color:#fbfaf1!important;z-index:10000;width:100%}.popup-content{background:#fff;border-radius:8px;padding:20px;width:95%;max-width:800px;overflow-y:auto;max-height:90%}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer}.question-analysis{margin-bottom:20px}.question-analysis h3{margin-bottom:10px;color:#333}.question-analysis ul{list-style:none;padding:0}.question-analysis li{margin-bottom:5px;color:#555}.category-title{color:#3e75a2}.survey-metadata p{margin:.5rem 0;color:#333}@media print{.survey-analysis-popup{overflow:visible!important;height:auto!important}body{margin:0;padding:0}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.survey-list-container{padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a}.survey-list-table{width:100%;border-collapse:collapse;margin-top:20px}.survey-list-table th,.survey-list-table td{border:1px solid #ddd;padding:8px;text-align:left}.survey-list-table th{background-color:#f2f2f2;font-weight:700}.survey-list-table tr:nth-child(2n){background-color:#f9f9f9}.survey-list-table tr:hover{background-color:#f1f1f1}.survey-list-table button{padding:5px 10px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.survey-list-table button:hover{background-color:#0056b3}.add-survey-button{padding:10px 15px;background-color:#1e7833;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-left:5rem}.action-icon{margin-right:10px;cursor:pointer;color:#3e75a2}.action-icon.copy-icon{color:#4caf50}.action-icon.qr-icon{color:#434343}.action-icon.view-icon{color:#2196f3}.action-icon.edit-icon{color:#3e75a2}.action-icon.delete-icon{color:#921d15}.survey-actions{width:20%}.survey-template{width:15%}.survey-responses{width:5%}.survey-status{width:5%;text-align:center}.survey-start-date{width:10%;text-align:center}.narrow-survey-actions{width:100%;text-align:right}.popup-buttons{display:flex;justify-content:flex-end;gap:10px}.delete-button{background-color:#ccc!important;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer}.delete-button:hover{background-color:#732020!important;color:#fff}.cancel-button{color:#000;border:none;padding:8px 12px;border-radius:4px;cursor:pointer}.popup-message{max-width:400px;display:flex;justify-content:flex-start}.delete-survey-title{color:#832b25;font-size:1.2rem;margin-top:0;margin-bottom:10px}.delete-survey-image{width:72px;margin-right:10px}.delete-survey-warning{color:#921d15;font-style:italic}.survey-analysis-popup-overlay{position:absolute!important;top:10px;left:50%;transform:translate(-50%);background-color:#f9f9f9!important;z-index:10000;width:100%}.survey-analysis-popup{background:#f9f9f9!important;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 2px 16px #00000026;min-width:400px;max-width:600px;position:relative}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#888;cursor:pointer}.survey-meta{margin-bottom:1rem;font-size:1rem}.jaws-analysis-content h3,.jaws-analysis-content h4{margin-top:1.5rem;margin-bottom:.5rem}.jaws-comments{margin-top:1rem;max-height:10rem;overflow-y:scroll}.jaws-comment-item{background:#d0e6f8;padding:.5rem 1rem;margin-bottom:.5rem;font-size:.98rem;border:1px solid #79b2e1;border-left:4px solid #3e75a2}.satisfaction-analysis-table,.stress-analysis-table,.top-satisfaction-table,.top-stress-table{width:100%;border-collapse:collapse;margin-top:1rem;background-color:#fff}.satisfaction-analysis-table th,.satisfaction-analysis-table td,.stress-analysis-table th,.stress-analysis-table td,.top-satisfaction-table th,.top-satisfaction-table td,.top-stress-table th,.top-stress-table td{border:1px solid #cdcdcd;padding:.5rem 1rem}.satisfaction-analysis-table th,.stress-analysis-table th,.top-satisfaction-table th,.top-stress-table th{background:#ededed;font-weight:700}.valueCell{text-align:right;padding-right:1rem}.jaws-analysis-content h4,.jaws-analysis-content h3{font-size:1.25rem;color:#155b83}.qr-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.qr-popup-content{background:#fff;padding:2rem 2.5rem 1.5rem;border-radius:12px;box-shadow:0 2px 16px #00000026;position:relative;text-align:center;min-width:320px;max-width:90vw;max-height:90vh;overflow:auto}.qr-popup-content.maximized{width:95vw;height:95vh;min-width:unset;min-height:unset;max-width:unset;max-height:unset;padding:2rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.qr-popup-overlay.maximized{align-items:stretch;justify-content:stretch}.qr-close-btn,.qr-maximize-btn,.qr-copy-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#333;margin-left:8px}.qr-maximize-btn{color:#3e75a2}.qr-copy-btn{color:#18741f}.dashboard-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:20px}.widget{padding:20px;border-radius:8px;color:#fff;text-align:center;box-shadow:0 2px 4px #0000001a}.widget-blue{background-color:#5a8fd6}.widget-purple{background-color:#8374b1}.widget-green{background-color:#6e9664}.widget-red{background-color:#c45a5a}.widget h3{margin-bottom:10px}.widget p{font-size:16px;margin-bottom:5px}.widget span{font-size:14px}@media (max-width: 768px){.dashboard-overview{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1024px){.dashboard-overview{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px){.dashboard-overview{grid-template-columns:repeat(4,1fr)}}.user-list-container{padding:0;background-color:#fff}.user-list-container h2{font-size:24px;margin-bottom:20px}.user-item{padding:10px;border-bottom:1px solid #ddd}.user-item p{margin:5px 0}.user-table{width:100%;border-collapse:collapse}.user-table th,.user-table td{border:1px solid #ddd;padding:8px;text-align:left}.user-table th{background-color:#f2f2f2;font-weight:700}.user-table tr:nth-child(2n){background-color:#f9f9f9}.user-table tr:hover{background-color:#f1f1f1}.user-list-scroll-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.user-list-scroll-container::-webkit-scrollbar{width:8px}.user-list-scroll-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}@media (max-width: 768px){.user-list-container{padding:10px}.user-table{font-size:12px}.user-table th,.user-table td{padding:5px}.user-table th{font-size:14px}.user-table{display:block;overflow-x:auto;white-space:nowrap}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-box{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.popup-box p{margin-bottom:20px}.popup-box button{margin:0 10px;padding:10px 20px;border:none;border-radius:4px;cursor:pointer}.popup-box button:first-child{background-color:#4caf50;color:#fff}.popup-box button:last-child{background-color:#f44336;color:#fff}.toggle{position:relative;display:inline-block;width:120px;height:24px;margin-top:8px}.toggle input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px;font-weight:700}.slider:before{position:absolute;content:"";height:20px;width:60px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:20px}.toggle input:checked+.slider{background-color:#4caf50}.toggle input:checked+.slider:before{transform:translate(56px)}.toggle input:not(:checked)+.slider{background-color:#f44336}.slider .on,.slider .off{position:absolute;top:50%;transform:translateY(-50%);font-size:.9rem;color:#fff}.slider .on{left:10px}.slider .off{right:10px}.user-card{padding:15px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;align-items:flex-start}.user-card p{margin:5px 0;line-height:.8rem}.status-toggle,.status-container{display:flex;align-items:center;justify-content:space-between;width:100%}.auth-document{cursor:pointer;color:#1a65a3}.auth-document:hover{text-decoration:dotted underline;color:#1a65a3;font-weight:600}.auth-letter-icon{font-size:18px;cursor:pointer;color:#007bff;transition:color .3s}.auth-letter-icon:hover{color:#0056b3}.toggle{flex-shrink:0}.auth-document{display:flex;align-items:center;margin-top:10px;align-self:flex-start}.country-emoji{font-size:2rem;margin-right:5px;vertical-align:middle}.user-name{font-weight:700;font-size:1.5rem;margin-bottom:5px;color:#1a65a3}.no-auth-document{font-style:italic;color:#790f7c}html,body,#root{height:100%;margin:0;padding:0}.app-root{min-height:100vh;display:flex;flex-direction:column}@media (min-width: 700px){.app-root{min-height:100vh;height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto;padding-bottom:90px}footer.footer{position:fixed;left:0;bottom:0;width:100%;z-index:100;box-shadow:0 -2px 12px #202a440f}}main{flex:1 0 auto}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem}html{font-size:14px}@media (max-width: 800px){html{font-size:14px}}.generic-button{padding:10px 15px;background-color:#1e7833;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-left:5rem}.policy-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;max-width:1100px;margin:2.5rem auto;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #202a440f}.policy-content{flex:2;min-width:0}.policy-content h1{font-size:2.1rem;font-weight:700;color:#222a44;margin-bottom:1.5rem}.policy-content h3{color:#1976d2;margin-top:1.5rem;margin-bottom:.5rem}.policy-content p,.policy-content ul,.policy-content li,.policy-content strong{font-size:1.08rem;line-height:1.7;color:#222a44}.policy-content ul{margin-left:1.5rem;margin-bottom:1rem}.policy-content li{margin-bottom:.5rem}.policy-image-section{flex:1;display:flex;align-items:center;justify-content:center;min-width:220px}.policy-image-wrapper{position:relative;width:220px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-top:100px}.policy-image{width:220px;height:220px;object-fit:cover;border-radius:50%;box-shadow:0 2px 12px #202a441a;z-index:1}.policy-accent-bar{position:absolute;bottom:-30px;left:-10px;width:250px;height:18px;background:#ffe14d;border-radius:8px;z-index:0;transform:rotate(-6deg)}@media (max-width: 900px){.policy-layout{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.5rem .5rem}.policy-image-section{justify-content:flex-start;margin-bottom:1.5rem}.policy-image-wrapper{margin:0 auto}}.terms-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;max-width:1100px;margin:2.5rem auto;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #202a440f}.terms-content{flex:2;min-width:0}.terms-content h1{font-size:2.1rem;font-weight:700;color:#222a44;margin-bottom:1.5rem}.terms-content h3{color:#1976d2;margin-top:1.5rem;margin-bottom:.5rem}.terms-content p,.terms-content ul,.terms-content li,.terms-content strong{font-size:1.08rem;line-height:1.7;color:#222a44}.terms-content ul{margin-left:1.5rem;margin-bottom:1rem}.terms-content li{margin-bottom:.5rem}.terms-image-section{flex:1;display:flex;align-items:center;justify-content:center;min-width:220px}.terms-image-wrapper{position:relative;width:220px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-top:100px}.terms-image{width:220px;height:220px;object-fit:cover;border-radius:50%;box-shadow:0 2px 12px #202a441a;z-index:1}.terms-accent-bar{position:absolute;bottom:-30px;left:-10px;width:250px;height:18px;background:#ffe14d;border-radius:8px;z-index:0;transform:rotate(-6deg)}@media (max-width: 900px){.terms-layout{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.5rem .5rem}.terms-image-section{justify-content:flex-start;margin-bottom:1.5rem}.terms-image-wrapper{margin:0 auto}}.terms-of-use{padding:1.5rem 5rem}.policy-page{max-width:700px;margin:2rem auto;padding:2rem 1.5rem;background:#f9f9fc;border-radius:10px;box-shadow:0 2px 12px #202a440f}.policy-page h1{color:#1976d2;margin-bottom:1.5rem}.policy-page p{font-size:1.1rem;line-height:1.7;margin-bottom:1.2rem;color:#222a44}.disclaimer-layout{display:flex;align-items:flex-start;justify-content:space-between;gap:2.5rem;max-width:1100px;margin:2.5rem auto;padding:2rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #202a440f}.disclaimer-content{flex:2;min-width:0}.disclaimer-content h1{font-size:2.1rem;font-weight:700;color:#222a44;margin-bottom:1.5rem}.disclaimer-content h3{color:#1976d2;margin-top:1.5rem;margin-bottom:.5rem}.disclaimer-content p,.disclaimer-content ul{font-size:1.08rem;line-height:1.7;margin-bottom:1.1rem;color:#222a44}.disclaimer-content ul{padding-left:1.5rem;margin-bottom:1.1rem}.disclaimer-image-section{flex:1;display:flex;align-items:center;justify-content:center;min-width:220px}.disclaimer-image-wrapper{position:relative;width:220px;height:220px;display:flex;align-items:flex-end;justify-content:center;margin-top:100px}.disclaimer-image{width:220px;height:220px;object-fit:cover;border-radius:50%;box-shadow:0 2px 12px #202a441a;z-index:1}.disclaimer-accent-bar{position:absolute;bottom:-30px;left:-10px;width:250px;height:18px;background:#ffe14d;border-radius:8px;z-index:0;transform:rotate(-6deg)}@media (max-width: 900px){.disclaimer-layout{flex-direction:column;align-items:stretch;gap:1.5rem;padding:1.5rem .5rem}.disclaimer-image-section{justify-content:flex-start;margin-bottom:1.5rem}.disclaimer-image-wrapper{margin:0 auto}}.under-construction-banner{position:fixed;top:0;right:0;z-index:2000;display:flex;align-items:flex-start;pointer-events:none;margin-right:0}.triangle{width:0;height:0;border-top:120px solid #d32f2f;border-left:120px solid transparent}.banner-text{position:absolute;top:20px;right:-5px;color:#fff;font-weight:700;font-size:.8rem;transform:rotate(45deg);white-space:nowrap;pointer-events:auto;text-shadow:0 2px 8px rgba(0,0,0,.15);text-align:center}.scroll-to-top-btn{position:fixed;right:48px;bottom:130px;z-index:3000;background:#787b80d9;color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:2.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #202a442e;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}@media (max-width: 900px){.scroll-to-top-btn{right:16px;bottom:130px}}.scroll-to-top-btn:hover{background:#3e75a2;color:#ffe14d}
