@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&family=Dancing+Script:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--primary-red: #E31E24;--dark-red: #990000;--orange-start: #FFD200;--orange-end: #FF8A00}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#0f172a;overflow-x:hidden;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.header{position:fixed;top:0;width:100%;z-index:50;background:linear-gradient(132deg,#abba7229,#fffffff5 52%,#e4f2ffeb);border-bottom:1px solid transparent;transition:all .3s ease}.header.scrolled{background:linear-gradient(132deg,#abba7238,#f9fdf1fa 42%,#e9f5fff5);border-bottom:1px solid #dbeafe;box-shadow:0 8px 20px -16px #0f4c6459}.header.scrolled .logo-text{color:#1f5f7a}.header.scrolled .nav-link{color:#334155}.header.scrolled .nav-link:hover{color:#0f4c64}.header.scrolled .nav-link:hover:after{width:100%}.header.scrolled .nav-link.active{color:#0f4c64}.header.scrolled .nav-link.active:after{width:100%}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.header-container{padding:0 1.5rem}}@media(min-width:1024px){.header-container{padding:0 2rem}}.header-content{display:flex;justify-content:space-around;align-items:center;height:80px}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;cursor:pointer}.logo-icon{width:60px;height:60px;border-radius:8px;object-fit:contain}@media(min-width:768px){.logo-icon{width:70px;height:70px}}@media(min-width:1024px){.logo-icon{width:80px;height:80px}}.logo-text{font-size:1rem;font-weight:800;letter-spacing:-.025em;color:#0f4c64;transition:color .3s ease;display:none}@media(min-width:480px){.logo-text{display:block;font-size:1.125rem}}@media(min-width:768px){.logo-text{font-size:1.25rem}}.nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav{display:flex}}.nav-link{font-weight:600;font-size:.95rem;letter-spacing:.05em;color:#2a3545;text-decoration:none;transition:color .3s ease;position:relative;padding-bottom:4px}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);transition:width .3s ease}.nav-link:hover{color:#1f5f7a}.nav-link:hover:after{width:100%}.nav-link.active{color:#1f5f7a}.nav-link.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.btn-cta{background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);color:#fff;padding:.625rem 1.25rem;border-radius:12px;font-weight:700;font-size:.75rem;text-decoration:none;display:flex;align-items:center;gap:.375rem;transition:all .3s ease;box-shadow:0 10px 22px -12px #7890458c;white-space:nowrap}@media(min-width:480px){.btn-cta{padding:.75rem 1.5rem;font-size:.8125rem;gap:.5rem}}@media(min-width:768px){.btn-cta{padding:.75rem 1.75rem;font-size:.875rem}}.btn-cta:hover{box-shadow:0 14px 26px -10px #576f329e;transform:translateY(-2px)}.btn-cta .material-symbols-outlined{font-size:1.125rem}.footer{background-color:#fff;padding:2.5rem 0 2rem;border-top:1px solid #f1f5f9}@media(min-width:768px){.footer{padding:3rem 0 2.5rem}}@media(min-width:1024px){.footer{padding:4rem 0 3rem}}.footer-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.footer-container{padding:0 1.5rem}}@media(min-width:1024px){.footer-container{padding:0 2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.footer-about{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-logo-icon{width:60px;height:60px;border-radius:8px;object-fit:contain}@media(min-width:768px){.footer-logo-icon{width:70px;height:70px}}.footer-logo-text{font-size:1.125rem;font-weight:800;letter-spacing:-.025em;color:#0f4c64}.footer-description{font-size:.875rem;color:#64748b;line-height:1.625}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;border-radius:50%;background-color:#f8fafc;display:flex;align-items:center;justify-content:center;color:#94a3b8;border:1px solid #f1f5f9;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#4ea08d}.social-link .material-symbols-outlined{font-size:1.125rem}.footer-title{font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;color:#1e293b}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-links a{color:#64748b;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#4ea08d}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;font-size:.875rem;color:#64748b}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem}.footer-contact .material-symbols-outlined{color:#4ea08d;font-size:1.125rem}.footer-team{display:flex;flex-direction:column;gap:1rem}.footer-team-name span{font-weight:900;color:#0f172a;letter-spacing:-.025em}.footer-team-subtitle{font-size:.75rem;color:#b9bcc2;text-transform:uppercase;font-weight:700}.footer-bottom{padding-top:2rem;border-top:1px solid #f8fafc;text-align:center}.footer-bottom p{color:#484a4d;font-size:.75rem;line-height:1.5}.qa-section{padding:5rem 0;background:linear-gradient(180deg,#fff,#f2fbfd)}.qa-header{padding:2rem 1rem 4rem;text-align:center}.qa-main-title{font-size:3rem;font-weight:900;color:#4ea08d;margin-bottom:1rem;text-transform:uppercase;letter-spacing:-.025em}@media(min-width:768px){.qa-main-title{font-size:4.5rem}}.qa-main-subtitle{font-size:1.16rem;color:#64748b;max-width:42rem;margin:0 auto}@media(min-width:768px){.qa-main-subtitle{font-size:1.16rem}}.qa-slider-container{max-width:1280px;margin:0 auto;padding:0 1rem 4rem;position:relative}.qa-slider-wrapper{position:relative;display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.qa-slider-track{flex:1;overflow:hidden;border-radius:1rem}.qa-slider-content{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1)}.qa-slider-item{min-width:25%;padding:0 .5rem}@media(max-width:1024px){.qa-slider-item{min-width:33.333%}}@media(max-width:768px){.qa-slider-item{min-width:50%}}@media(max-width:480px){.qa-slider-item{min-width:100%}}.qa-question-card{background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);border-radius:1.5rem;padding:2rem 1.5rem 1rem;min-height:450px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 60px #4eb0af4d;position:relative;overflow:hidden;border:3px solid rgba(255,255,255,.3);transition:transform .3s ease}.qa-question-card:hover{transform:translateY(-8px);box-shadow:0 25px 70px #4eb0af66}.qa-question-card:before{content:"";position:absolute;top:-50%;right:-20%;width:250px;height:250px;background:#ffffff1a;border-radius:50%;z-index:0}.qa-card-question{font-size:1.25rem;font-weight:800;color:#fff;line-height:1.4;margin:0 0 1rem;position:relative;z-index:1;flex-grow:1;display:flex;align-items:center;min-height:120px}@media(min-width:768px){.qa-card-question{font-size:1.4rem}}.qa-card-mascot{position:relative;z-index:1;display:flex;justify-content:center;align-items:flex-end;margin-top:auto;padding-top:1rem}.qa-mascot-placeholder{width:120px;height:120px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid rgba(255,255,255,.4);box-shadow:0 10px 30px #00000026;animation:float 3s ease-in-out infinite;transition:transform .3s ease}.qa-question-card:hover .qa-mascot-placeholder{transform:scale(1.1) rotate(0)!important}.qa-mascot-emoji{font-size:4rem;line-height:1}.qa-mascot-image{width:140px;height:140px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.qa-slider-button{width:60px;height:60px;border-radius:50%;background:#fff;border:3px solid #4eb0af;color:#4eb0af;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4eb0af33;flex-shrink:0}.qa-slider-button:hover{background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);color:#fff;transform:scale(1.1);box-shadow:0 6px 25px #4eb0af66}.qa-slider-button:active{transform:scale(.95)}.qa-slider-button .material-symbols-outlined{font-size:2rem;font-weight:700}@media(max-width:768px){.qa-slider-button{width:50px;height:50px}.qa-slider-button .material-symbols-outlined{font-size:1.5rem}}.qa-slider-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.qa-slider-dot{width:10px;height:10px;border-radius:50%;background:#d6eef4;border:none;cursor:pointer;transition:all .3s ease;padding:0}.qa-slider-dot:hover{background:#9fdde9;transform:scale(1.2)}.qa-slider-dot.active{background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);width:28px;border-radius:5px}.qa-submit-section{background:linear-gradient(135deg,#f2fbfd,#e6f7fb);padding:5rem 0;margin-top:3rem;position:relative;overflow:hidden}.qa-submit-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:center;gap:3rem;position:relative}@media(max-width:1024px){.qa-submit-container{flex-direction:column;gap:2rem}}.qa-submit-content{flex:1;max-width:42rem;text-align:center;z-index:1}.qa-submit-mascots-left,.qa-submit-mascots-right{display:flex;flex-direction:column;gap:2rem;align-items:center}@media(max-width:1024px){.qa-submit-mascots-left,.qa-submit-mascots-right{flex-direction:row;gap:3rem}}@media(max-width:1024px){.qa-submit-mascots-left{order:-1}.qa-submit-mascots-right{order:1}}.qa-submit-mascot{width:180px;height:180px;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(78,176,175,.2));animation:mascotFloat 4s ease-in-out infinite}@media(max-width:768px){.qa-submit-mascot{width:120px;height:120px}}.qa-submit-mascot-top{animation-delay:0s}.qa-submit-mascot-bottom{animation-delay:2s}@keyframes mascotFloat{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-20px) rotate(3deg)}}.qa-submit-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:#4ea08d}@media(min-width:768px){.qa-submit-title{font-size:2.25rem}}.qa-submit-subtitle{color:#64748b;margin-bottom:2rem;font-size:1rem}@media(min-width:768px){.qa-submit-subtitle{font-size:1.07rem}}.qa-submit-form{display:flex;flex-direction:column;gap:1rem;margin:0 auto 1rem}@media(min-width:768px){.qa-submit-form{flex-direction:row;align-items:stretch}}.qa-submit-inputs-wrapper{display:flex;flex-direction:column;gap:1rem;flex:1}.qa-submit-input{flex-grow:1;border-radius:.75rem;border:2px solid #90d7e6;background-color:#fff;padding:1rem;font-size:1rem;transition:all .2s}.qa-submit-input:focus{outline:none;border-color:#4eb0af;box-shadow:0 0 0 3px #5857531a}.qa-submit-button{background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);color:#fff;font-weight:700;font-size:1.125rem;padding:1rem 2rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #1c638042;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;white-space:nowrap}.qa-submit-button:hover{transform:translateY(-2px);box-shadow:0 15px 25px -3px #4eb0af66}.qa-submit-button:active{transform:translateY(0)}.qa-submit-button .material-symbols-outlined{font-size:1.5rem}.qa-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.qa-submit-button:disabled:hover{transform:none}.qa-submit-input:disabled{opacity:.6;cursor:not-allowed}.qa-submit-message{padding:1rem;border-radius:.75rem;margin:1rem 0;font-size:.875rem;font-weight:500;text-align:center;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.qa-submit-message-success{background-color:#d1fae5;color:#065f46;border:2px solid #10b981}.qa-submit-message-error{background-color:#fee2e2;color:#991b1b;border:2px solid #ef4444}.qa-submit-note{margin-top:1rem;font-size:.75rem;color:#64748b;font-style:italic}.qa-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.qa-modal-content{background:#fff;border-radius:2rem;max-width:1200px;width:100%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px #0000004d;animation:slideUp .4s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.qa-modal-close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #4eb0af;color:#4eb0af;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4eb0af33;z-index:10}.qa-modal-close:hover{background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);color:#fff;transform:scale(1.1) rotate(90deg)}.qa-modal-close .material-symbols-outlined{font-size:1.75rem;font-weight:600}.qa-modal-body{display:flex;gap:3rem;padding:5rem 3rem 3rem}@media(max-width:768px){.qa-modal-body{flex-direction:column;padding:4.5rem 1.5rem 2rem;gap:2rem}}.qa-modal-text{flex:1}.qa-modal-question{font-size:2rem;font-weight:800;color:#4ea08d;margin-bottom:1.5rem;line-height:1.3}@media(max-width:768px){.qa-modal-question{font-size:1.5rem}}.qa-modal-answer{font-size:1.125rem;color:#334155;line-height:1.5;white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word}.qa-modal-answer strong{color:#4ea08d;font-weight:700}.qa-answer-link{color:#3f8f9d;text-decoration:none;font-weight:600;transition:all .2s ease;word-break:break-all;display:block;margin:0;padding:.5rem;background:#4eb0af1a;border-radius:.5rem;border-left:3px solid #4eb0af;font-size:.95rem}.qa-answer-link:hover{color:#2f7280;background:#4eb0af33;border-left-color:#3f8f9d;transform:translate(5px)}.qa-modal-professor{flex-shrink:0;display:flex;align-items:flex-start;justify-content:center;padding-top:2rem}@media(max-width:768px){.qa-modal-professor{padding-top:0;align-items:center}}.qa-professor-image{width:280px;height:280px;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15));animation:professorFloat 3s ease-in-out infinite}@media(max-width:768px){.qa-professor-image{width:200px;height:200px}}@keyframes professorFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-15px) rotate(2deg)}}.qa-question-card{cursor:pointer}.toast{position:fixed;right:18px;bottom:18px;width:min(420px,calc(100% - 36px));background:#0f1630f2;border:1px solid rgba(255,255,255,.14);border-radius:18px;box-shadow:0 10px 40px #0000004d;padding:16px 20px;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:9999;color:#fff}.toast.show{opacity:1;transform:translateY(0);pointer-events:auto}.toast-title{font-weight:700;margin-bottom:6px;font-size:15px}.toast-message{color:#ffffffb3;font-size:13px;line-height:1.5}@font-face{font-family:BDStreetSignSans;src:url(/assets/BDStreetSignSans-StandardSubtleInktrap-DpNAJFrK.otf) format("opentype");font-weight:700 900;font-style:normal;font-display:swap}*{-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto}button,a{touch-action:manipulation}.hero-section{background-image:url(/assets/backgroundV2-BmmaErug.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:8rem 0 4rem;text-align:center;position:relative}@media(min-width:768px){.hero-section{padding:11rem 0 6rem;background-position:right}}.hero-section:before{content:"";position:absolute;inset:0;z-index:1}.hero-container{position:relative;z-index:2}.hero-container{max-width:1280px;margin:0 auto;padding:0 1rem}.hero-title{font-family:BDStreetSignSans,Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:3rem;font-weight:900;margin-bottom:1.5rem;color:#0f4c64;letter-spacing:-.025em;text-transform:uppercase;line-height:1.1}@media(min-width:480px){.hero-title{font-size:4rem}}@media(min-width:768px){.hero-title{font-size:5.25rem}}@media(min-width:1024px){.hero-title{font-size:8rem}}.hero-subtitle{font-size:.875rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem}@media(min-width:480px){.hero-subtitle{font-size:1rem}}@media(min-width:768px){.hero-subtitle{font-size:1.25rem}}@media(min-width:1024px){.hero-subtitle{font-size:2rem}}.hero-description{font-size:.9375rem;color:#64748b;margin-bottom:2rem;max-width:46rem;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:400;padding:0 .5rem}@media(min-width:768px){.hero-description{font-size:1.125rem;margin-bottom:2.5rem;line-height:1.75;padding:0}}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:5rem}@media(min-width:640px){.hero-actions{flex-direction:row}}.btn-hero{padding:.875rem 1.5rem;border-radius:12px;font-weight:700;font-size:.9375rem;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #00000026;width:100%}@media(min-width:640px){.btn-hero{padding:1rem 2rem;font-size:1rem;width:auto}}.btn-hero:hover{box-shadow:0 8px 20px #0003;transform:translateY(-4px)}.btn-orange{background:#20b2aa;color:#fff}.btn-red{background:#009b7d;color:#fff}.hero-scroll{display:flex;justify-content:center;animation:bounce 2s infinite;color:#94a3b8;opacity:.6}.hero-scroll .material-symbols-outlined{font-size:2.5rem;font-weight:300}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.stats-section{padding:3rem 0;background-color:#fff}@media(min-width:768px){.stats-section{padding:4rem 0}}@media(min-width:1024px){.stats-section{padding:6rem 0}}.section-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.section-container{padding:0 1.5rem}}@media(min-width:1024px){.section-container{padding:0 2rem}}.section-header{text-align:center;margin-bottom:2.5rem;padding:0 1rem}@media(min-width:768px){.section-header{margin-bottom:3.5rem}}@media(min-width:1024px){.section-header{margin-bottom:4rem;padding:0}}.section-title{font-size:1.875rem;font-weight:900;color:#0f172a;margin-bottom:1rem;line-height:1.2}@media(min-width:480px){.section-title{font-size:2.25rem;margin-bottom:1.25rem}}@media(min-width:768px){.section-title{font-size:3rem;margin-bottom:1.5rem}}.text-primary{color:#61b2a1}.section-subtitle{font-size:1rem;color:#64748b;max-width:60rem;margin:0 auto;line-height:1.6}@media(min-width:768px){.section-subtitle{font-size:1.125rem}}@media(min-width:1024px){.section-subtitle{font-size:1.36rem}}.stats-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background-color:#fff;padding:1.5rem;border-radius:1.5rem;box-shadow:0 10px 30px -5px #0f4c648c;border:1px solid #f8fafc;text-align:center;transition:all .28s cubic-bezier(.2,.8,.2,1);will-change:transform}@media(min-width:768px){.stat-card{padding:2rem}}.stat-card:hover{border-color:#e31e2433;transform:translateY(-6px) scale(1.03);box-shadow:0 18px 40px -10px #0f4c64b8}.stat-icon-wrapper{width:64px;height:64px;background-color:#f8fafc;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:background-color .3s ease}.stat-card:hover .stat-icon-wrapper{background-color:#e31e240d}.stat-icon{color:#e31e24;font-size:1.875rem}.stat-value{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.stat-description{font-weight:700;color:#475569}.features-section{padding:3rem 0;background-color:#f8fafc}@media(min-width:768px){.features-section{padding:4rem 0}}@media(min-width:1024px){.features-section{padding:6rem 0}}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:#fff;padding:1.75rem;border-radius:2rem;box-shadow:0 10px 30px -5px #0000000d;text-align:center}@media(min-width:768px){.feature-card{padding:2rem;border-radius:2.5rem}}@media(min-width:1024px){.feature-card{padding:2.5rem}}.feature-icon-wrapper{width:80px;height:80px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:#fff;box-shadow:0 10px 15px -3px #0000001a}.bg-orange-500{background-color:#f97316}.bg-primary{background-color:#e31e24}.bg-red-800{background-color:#991b1b}.shadow-orange-500\/20{box-shadow:0 10px 15px -3px #f9731633}.shadow-primary\/20{box-shadow:0 10px 15px -3px #e31e2433}.shadow-red-800\/20{box-shadow:0 10px 15px -3px #991b1b33}.feature-icon{font-size:2.25rem}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.feature-description{color:#64748b}.features-cta{text-align:center}.btn-red-large{background:linear-gradient(90deg,#900,#e31e24);color:#fff;padding:1rem 2.5rem;border-radius:9999px;font-weight:700;font-size:1.125rem;display:inline-block;text-decoration:none;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease}.btn-red-large:hover{box-shadow:0 20px 25px -5px #0000001a}.about-project-section{padding:3rem 0;background-color:#fff}@media(min-width:768px){.about-project-section{padding:4rem 0}}@media(min-width:1024px){.about-project-section{padding:6rem 0}}.about-project-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.about-project-grid{gap:3rem}}@media(min-width:1024px){.about-project-grid{grid-template-columns:400px 1fr;gap:4rem}}.about-project-image{width:100%;max-width:400px;height:auto;min-height:300px;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000001a;align-self:start;margin:0 auto}@media(min-width:768px){.about-project-image{min-height:400px}}@media(min-width:1024px){.about-project-image{max-height:450px;min-height:500px;margin-left:10%}}.about-project-image img{width:100%;height:100%;min-height:300px;display:block;object-fit:cover}@media(min-width:768px){.about-project-image img{min-height:400px}}@media(min-width:1024px){.about-project-image img{min-height:500px}}.about-project-content{display:flex;flex-direction:column;gap:1.5rem;text-align:justify}.about-project-title{font-size:1.75rem;font-weight:900;color:#0f172a;margin:0;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@media(min-width:480px){.about-project-title{font-size:2rem;gap:1rem}}@media(min-width:768px){.about-project-title{font-size:2.5rem}}.title-bar{width:4px;height:2.5rem;background:linear-gradient(180deg,#90d7e6,#4eb0af 42%,#1f5f7a);border-radius:2px;display:inline-block}.about-project-tagline{font-size:1.125rem;font-weight:700;background:linear-gradient(90deg,#ff8c42,#e31e24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}@media(min-width:768px){.about-project-tagline{font-size:1.25rem}}@media(min-width:1024px){.about-project-tagline{font-size:1.5rem}}.about-project-description{font-size:.9375rem;color:#64748b;line-height:1.7;margin:0;text-align:justify}@media(min-width:768px){.about-project-description{font-size:1rem;line-height:1.8}}@media(min-width:1024px){.about-project-description{font-size:1.125rem}}.btn-about-details{background:linear-gradient(135deg,#ff8c42,#e31e24);color:#fff;padding:1rem 2.5rem;border-radius:12px;font-weight:700;font-size:1rem;text-decoration:none;display:inline-block;box-shadow:0 4px 12px #e31e2440;transition:all .3s ease;align-self:flex-start}.btn-about-details:hover{box-shadow:0 6px 20px #e31e2459;transform:translateY(-2px)}.about-section{padding:3rem 0;background-color:#fff}@media(min-width:768px){.about-section{padding:4rem 0}}@media(min-width:1024px){.about-section{padding:6rem 0}}.about-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media(min-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr)}}.section-label{color:#e31e24;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem;display:block}.about-title{font-size:1.875rem;font-weight:900;margin-bottom:1.5rem;letter-spacing:-.025em;color:#0f172a;line-height:1.2}@media(min-width:768px){.about-title{font-size:2.5rem;margin-bottom:2rem}}@media(min-width:1024px){.about-title{font-size:3rem}}.about-text{font-size:.9375rem;color:#475569;margin-bottom:1.5rem;line-height:1.6}@media(min-width:768px){.about-text{font-size:1rem;margin-bottom:2rem}}@media(min-width:1024px){.about-text{font-size:1.125rem;line-height:1.625}}.creative-idea-card{padding:1.5rem;background-color:#f8fafc;border-radius:1rem;border-left:4px solid #e31e24;margin-bottom:3rem}.creative-idea-title{font-weight:700;font-size:1.125rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;color:#0f172a}.creative-idea-title .material-symbols-outlined{color:#e31e24}.creative-idea-text{color:#475569;font-style:italic}.team-title{font-size:1.25rem;font-weight:900;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:#0f172a}.team-title .material-symbols-outlined{color:#e31e24}.team-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:480px){.team-grid{grid-template-columns:repeat(2,1fr)}}.team-member{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f8fafc;border-radius:.75rem}.team-member-avatar{width:40px;height:40px;border-radius:50%;background-color:#cbd5e1;overflow:hidden}.team-member-avatar img{width:100%;height:100%;object-fit:cover}.team-member-name{font-weight:700;font-size:.875rem;color:#0f172a}.team-member-role{font-size:.625rem;color:#64748b;text-transform:uppercase;font-weight:700}.journey-card{background-color:#fff;padding:2rem;border-radius:2.5rem;box-shadow:0 10px 30px -5px #0000000d;border:1px solid #f8fafc}@media(min-width:768px){.journey-card{padding:2.5rem}}.journey-title{font-size:1.5rem;font-weight:900;margin-bottom:2rem;text-align:center;text-transform:uppercase;letter-spacing:-.025em;color:#0f172a}.journey-steps{display:flex;flex-direction:column;gap:3rem;position:relative}.journey-step{display:flex;align-items:flex-start;gap:1.5rem;position:relative;z-index:10}.journey-step-number{width:56px;height:56px;background-color:#e31e24;color:#fff;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.25rem;box-shadow:0 10px 15px -3px #e31e244d}.journey-step-title{font-weight:700;font-size:1.25rem;margin-bottom:.25rem;color:#e31e24}.journey-step-description{color:#475569}.journey-line{position:absolute;left:28px;top:28px;bottom:28px;width:2px;background-color:#f1f5f9;z-index:0}.test-section{padding:3rem 0;background-color:#f8fafc}@media(min-width:768px){.test-section{padding:4rem 0}}@media(min-width:1024px){.test-section{padding:6rem 0}}.test-container{max-width:56rem;margin:0 auto;padding:0 1rem;text-align:center}.test-title{font-size:1.875rem;font-weight:900;margin-bottom:1rem;color:#0f172a;line-height:1.2}@media(min-width:640px){.test-title{font-size:2.25rem}}.test-subtitle{font-size:1rem;color:#475569;margin-bottom:2rem;line-height:1.6}@media(min-width:768px){.test-subtitle{font-size:1.125rem;margin-bottom:2.5rem}}@media(min-width:1024px){.test-subtitle{font-size:1.25rem;margin-bottom:3rem}}.test-button-wrapper{position:relative;display:inline-block}.test-button-glow{position:absolute;inset:-4px;background:linear-gradient(to right,#e31e24,#f97316);border-radius:9999px;filter:blur(8px);opacity:.25;transition:opacity 1s ease}.test-button-wrapper:hover .test-button-glow{opacity:.5}.btn-test{position:relative;background:linear-gradient(135deg,#e31e24,#ff8a00);color:#fff;padding:1rem 2.5rem;border-radius:9999px;font-weight:900;font-size:1rem;letter-spacing:.05em;box-shadow:0 25px 50px -12px #00000040;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:transform .3s ease;width:100%;max-width:400px}@media(min-width:640px){.btn-test{padding:1.25rem 3rem;font-size:1.125rem;gap:1rem;width:auto;max-width:none}}@media(min-width:1024px){.btn-test{padding:1.25rem 4rem;font-size:1.25rem}}.btn-test:hover{transform:scale(1.05)}.btn-test .material-symbols-outlined{font-size:1.875rem}.qa-section{padding:3rem 0;background-color:#fff}@media(min-width:768px){.qa-section{padding:4rem 0}}@media(min-width:1024px){.qa-section{padding:6rem 0}}.qa-container{max-width:56rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.qa-container{padding:0 1.5rem}}@media(min-width:1024px){.qa-container{padding:0 2rem}}.faq-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}.faq-item{background-color:#f8fafc;border-radius:1rem;border:1px solid #f1f5f9;overflow:hidden}.faq-question{padding:1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:.9375rem;-webkit-user-select:none;user-select:none;transition:background-color .3s ease;list-style:none}@media(min-width:768px){.faq-question{padding:1.5rem;font-size:1rem}}@media(min-width:1024px){.faq-question{font-size:1.125rem}}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{background-color:#f1f5f9}.faq-icon{transition:transform .3s ease}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-answer{padding:1.5rem;padding-top:0;color:#475569;border-top:1px solid rgba(203,213,225,.5);margin-top:.5rem}.faq-answer p{margin-bottom:1rem}.faq-source{color:#e31e24;font-weight:700;font-size:.875rem;display:flex;align-items:center;gap:.25rem;text-decoration:none}.faq-source:hover{text-decoration:underline}.faq-source .material-symbols-outlined{font-size:1rem}.question-form-card{background-color:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 10px 30px -5px #0000000d;border:1px solid #f1f5f9}.question-form-label{font-size:.875rem;font-weight:700;color:#64748b;margin-bottom:1rem}.question-form{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.question-form{flex-direction:row}}.question-input{flex:1;border-radius:9999px;border:1px solid #cbd5e1;padding:0 1.5rem;height:56px;font-size:1rem}.question-input:focus{outline:none;border-color:#e31e24;box-shadow:0 0 0 3px #e31e241a}.btn-send{background-color:#e31e24;color:#fff;padding:0 2.5rem;border-radius:9999px;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;height:56px;transition:background-color .3s ease}.btn-send:hover{background-color:#b91c1c}.btn-send .material-symbols-outlined{font-size:1.25rem}.contact-section{padding:3rem 0;background-color:#f8fafc}@media(min-width:768px){.contact-section{padding:4rem 0}}@media(min-width:1024px){.contact-section{padding:6rem 0}}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 2fr;gap:2rem}}.contact-info-card{background-color:#fff;padding:2rem;border-radius:2rem;box-shadow:0 0 20px #21769742;border:1px solid rgba(93,191,230,.692);display:flex;flex-direction:column;gap:2.5rem;height:fit-content;align-self:start}@media(min-width:768px){.contact-info-card{padding:2rem}}.contact-info-item{display:flex;align-items:flex-start;gap:1rem}.contact-info-icon{margin-top:.25rem;color:#4ea08d}.contact-info-icon .material-symbols-outlined{font-size:1.5rem}.contact-info-title{color:#0f172a;font-weight:700;font-size:1.125rem;margin-bottom:.25rem}.contact-info-text{color:#475569;word-break:break-all}.contact-info-subtitle{color:#94a3b8;font-size:.875rem;margin-top:.25rem;font-style:italic}.contact-title{font-size:2.25rem;font-weight:900;margin-bottom:2rem;color:#0f172a}.contact-text{font-size:1.125rem;color:#475569;margin-bottom:2.5rem;line-height:1.625}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1.25rem}.contact-item-icon{width:48px;height:48px;background-color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#4ea08d;box-shadow:0 1px 3px #0000001a}.contact-item-label{font-size:.625rem;color:#cbd5e1;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.contact-item-value{font-weight:700;font-size:1.125rem;color:#0f172a}.contact-form-card{background-color:#fff;padding:2rem;border-radius:2rem;box-shadow:0 0 20px #21769742;border:1px solid rgba(93,191,230,.692)}@media(min-width:768px){.contact-form-card{padding:2.5rem}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:700;color:#0f172a}.form-input,.form-textarea,.form-select{width:100%;border-radius:1rem;border:none;background-color:#f1f0ee;padding:1rem 1.25rem;font-size:1rem;transition:all .3s ease;color:#0f172a}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;box-shadow:0 0 0 1px #4eb0af}.form-textarea{resize:vertical;min-height:100px}.select-wrapper{position:relative}.form-select{appearance:none}.select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.btn-submit{width:100%;background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);color:#fff;padding:1.25rem;border-radius:1rem;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;box-shadow:0 10px 20px #1c638042;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease}.btn-submit:hover{opacity:.95}.btn-submit .material-symbols-outlined{font-size:1.5rem}.mobile-fab{position:fixed;bottom:2rem;right:2rem;z-index:40;display:block}@media(min-width:768px){.mobile-fab{display:none}}.fab-button{width:64px;height:64px;background:linear-gradient(90deg,#ffd200,#ff8a00);color:#fff;border-radius:50%;box-shadow:0 25px 50px -12px #00000040;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;animation:bounce 1s infinite}.fab-button .material-symbols-outlined{font-size:2rem}.journey-section{padding:3rem 0;background:#f8fafc}@media(min-width:768px){.journey-section{padding:4rem 0}}@media(min-width:1024px){.journey-section{padding:5rem 0}}.journey-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.journey-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.journey-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.journey-card{background:#fff;padding:1.75rem;border-radius:20px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}@media(min-width:768px){.journey-card{padding:2rem;border-radius:24px}}@media(min-width:1024px){.journey-card{padding:2.5rem}}.journey-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}.journey-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}@media(min-width:768px){.journey-icon{width:64px;height:64px;border-radius:16px;margin-bottom:1.5rem}}.journey-icon .material-symbols-outlined{font-size:28px}@media(min-width:768px){.journey-icon .material-symbols-outlined{font-size:32px}}.journey-icon-orange{background:#ffd20033;color:#ff8a00}.journey-icon-red{background:#e31e2426;color:#e31e24}.journey-icon-primary{background:#e31e2433;color:#e31e24}.journey-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#1a1a1a;text-align:left}.journey-label{font-size:.75rem;font-weight:700;color:#999;letter-spacing:.1em;margin-bottom:1rem}.journey-description{color:#666;line-height:1.6;font-size:.95rem;text-align:justify}.creative-section{padding:5rem 0;background-color:#fff}.about-card{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 4px 20px #0f4c6480;border:1px solid rgba(0,0,0,.05)}.about-card-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;color:#1a1a1a;margin-bottom:0}.about-card-content{display:flex;flex-direction:column;gap:1.5rem;color:#666;line-height:1.8;font-size:1.1rem}.about-card-content p{margin:0}.creative-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.creative-icon{background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);color:#fff;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.creative-icon .material-symbols-outlined{font-size:24px}.creative-slogan{font-size:1.15rem;font-style:italic}.team-section{padding:5rem 0 8rem;background:#f8fafc}.team-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:640px){.team-grid{grid-template-columns:repeat(1,1fr)}}@media(min-width:1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-grid-secondary{display:grid;grid-template-columns:1fr;gap:2rem;max-width:100%;margin:0 auto}@media(min-width:640px){.team-grid-secondary{grid-template-columns:repeat(1,1fr)}}@media(min-width:1024px){.team-grid-secondary{grid-template-columns:repeat(2,1fr);max-width:700px}}.team-card{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 4px 20px #0f4c6466;border:1px solid rgba(0,0,0,.05);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.team-avatar-wrapper{position:relative;width:150px;height:150px;margin:0 auto 1.5rem}.team-avatar-bg{position:absolute;width:150px;height:150px;background-color:#e8e9eb;border-radius:50%;top:0;left:0;z-index:1}.avatar-bg-3{background-color:#ecedef}.avatar-bg-4{background-color:#dbdbde}.team-avatar{position:relative;width:150px;height:150px;border-radius:50%;object-fit:cover;display:block;z-index:2}.avatar-1{width:160px}.avatar-2{padding-top:30px}.avatar-3{padding-left:5px}.avatar-4{width:130px;padding-left:20px}.team-avatar-primary{background:linear-gradient(135deg,#ff8a00,#e31e24)}.team-avatar-orange{background:linear-gradient(135deg,#ffd200,#ff8a00)}.team-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.team-role{color:#e31e24;font-weight:600;font-size:.9rem;margin-bottom:1rem}.text-highlight{background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#1f5f7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.test-section{padding:5rem 1rem;background:linear-gradient(135deg,#fff5f0,#fff)}.test-container{max-width:1024px;margin:0 auto}.test-card{background:#fff;border-radius:32px;box-shadow:0 25px 50px -12px #00000026;padding:2rem;border:1px solid #f9fafb;position:relative;overflow:hidden}@media(min-width:768px){.test-card{padding:4rem}}.test-bg{position:absolute;width:256px;height:256px;border-radius:50%;filter:blur(48px);pointer-events:none}.test-bg-1{top:0;right:0;margin-right:-64px;margin-top:-64px;background:#ff6b350d}.test-bg-2{bottom:0;left:0;margin-left:-64px;margin-bottom:-64px;background:#f7931e0d}.test-content{position:relative;z-index:1;text-align:center}.test-title{font-size:2rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:768px){.test-title{font-size:3rem}}.test-description{font-size:1.125rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.test-benefits{margin-bottom:3rem;text-align:left;max-width:700px;margin-left:auto;margin-right:auto}.test-benefits-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#1f2937}.test-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.test-item{display:flex;align-items:flex-start;gap:1rem;transition:transform .2s ease}.test-item:hover{transform:translate(4px)}.test-icon{background:#90d8e67e;padding:4px;border-radius:50%;color:#38a5a3;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.test-item:hover .test-icon{transform:scale(1.1)}.test-icon .material-symbols-outlined{font-size:24px}.test-text{font-size:1.125rem;color:#374151;margin:0;line-height:1.6;padding-top:2px}.test-actions{display:flex;flex-direction:column;align-items:center;gap:2rem}.btn-test-start{background:linear-gradient(135deg,#90d7e6,#4eb0af 42%,#4ea08d);color:#fff;font-size:1.25rem;font-weight:700;padding:1.25rem 3rem;border-radius:16px;border:none;cursor:pointer;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 25px #1c638042;transition:all .2s ease;text-decoration:none;justify-content:center}.btn-test-start:hover{transform:scale(1.05);box-shadow:0 15px 35px #1c638066}.btn-test-start:active{transform:scale(.95)}.btn-test-start .material-symbols-outlined{font-size:28px}.test-disclaimer{font-size:.875rem;color:#6b7280;font-style:italic;text-align:center;max-width:448px;margin:0;line-height:1.6}.test-wizard{max-width:800px;margin:0 auto;padding:20px;--tw-accent: #4ea08d;--tw-accent-strong: #00cc99;--tw-progress-start: #48d1cc;--tw-progress-end: #00cc99;--tw-soft-bg: rgba(72, 209, 204, .08);--tw-btn-shadow: rgba(0, 204, 153, .3);--tw-btn-shadow-hover: rgba(0, 204, 153, .4)}.test-wizard-mid{--tw-accent: #f59e0b;--tw-accent-strong: #f97316;--tw-progress-start: #f59e0b;--tw-progress-end: #f97316;--tw-soft-bg: rgba(245, 158, 11, .12);--tw-btn-shadow: rgba(249, 115, 22, .3);--tw-btn-shadow-hover: rgba(249, 115, 22, .4)}.test-wizard-high{--tw-accent: #ef4444;--tw-accent-strong: #dc2626;--tw-progress-start: #ef4444;--tw-progress-end: #dc2626;--tw-soft-bg: rgba(239, 68, 68, .12);--tw-btn-shadow: rgba(220, 38, 38, .3);--tw-btn-shadow-hover: rgba(220, 38, 38, .4)}.test-progress-bar{height:8px;background:#ffffff1a;border-radius:999px;overflow:hidden;margin-bottom:16px}.test-progress-fill{height:100%;background:linear-gradient(90deg,var(--tw-progress-start),var(--tw-progress-end));transition:width .3s ease}.test-info{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:15px;color:#6b7280}.test-question-number{font-weight:700;color:var(--tw-accent)}.test-separator{color:#d1d5db}.test-tag{font-weight:500}.test-score-meter{background:var(--tw-soft-bg);border:1px solid color-mix(in srgb,var(--tw-accent) 25%,white);border-radius:16px;padding:16px;margin-bottom:24px}.test-score-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.test-score-label{font-size:14px;color:#6b7280}.test-score-value{font-size:18px;font-weight:700;color:#1f2937}.test-score-bar{height:12px;background:#ffffff80;border-radius:999px;overflow:hidden}.test-score-bar-fill{height:100%;background:linear-gradient(90deg,var(--tw-progress-start),var(--tw-progress-end));transition:width .4s ease}.test-step{background:#fff;border-radius:24px;border:1px solid color-mix(in srgb,var(--tw-accent) 16%,#e5e7eb);padding:32px;box-shadow:0 4px 20px #0000000d}.test-question-title{font-size:22px;font-weight:700;color:#1f2937;margin-bottom:12px;line-height:1.4}.test-question-hint{color:#6b7280;font-size:14px;margin-bottom:24px}.test-options{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.test-option{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:12px;border:2px solid #e5e7eb;background:#f9fafb;cursor:pointer;transition:all .2s ease}.test-option:hover{background:#fff;border-color:var(--tw-accent)}.test-option.selected{background:color-mix(in srgb,var(--tw-accent) 12%,white);border-color:var(--tw-accent)}.test-option input[type=radio]{margin-top:3px;width:20px;height:20px;cursor:pointer;accent-color:var(--tw-accent)}.test-option-label{font-size:15px;color:#374151;line-height:1.5;flex:1}.test-navigation{display:flex;justify-content:space-between;gap:12px}.test-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:12px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.test-btn:disabled{opacity:.4;cursor:not-allowed}.test-btn-back{background:#f3f4f6;color:#6b7280}.test-btn-back:hover:not(:disabled){background:#e5e7eb}.test-btn-next{background:linear-gradient(135deg,var(--tw-progress-start) 0%,var(--tw-progress-end) 100%);color:#fff;box-shadow:0 4px 12px var(--tw-btn-shadow)}.test-btn-next:hover{transform:translateY(-2px);box-shadow:0 6px 16px var(--tw-btn-shadow-hover)}.test-btn-next:active{transform:translateY(0)}.test-btn .material-symbols-outlined{font-size:20px}@media(max-width:640px){.test-wizard{padding:12px}.test-step{padding:20px}.test-question-title{font-size:18px}.test-navigation{flex-direction:column}.test-btn{width:100%;justify-content:center}}.test-hero-section{padding:120px 16px 60px;background:linear-gradient(135deg,#e8f8f7,#fff)}.test-hero-container{max-width:1024px;margin:0 auto;text-align:center}.test-hero-title{font-size:2.5rem;font-weight:800;margin-bottom:24px;line-height:1.2;background:linear-gradient(135deg,#4ea08d,#0f4c64);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:768px){.test-hero-title{font-size:3.75rem}}.test-hero-description{font-size:1.125rem;color:#6b7280;font-weight:500;max-width:768px;margin:0 auto}@media(min-width:768px){.test-hero-description{font-size:1.25rem}}.test-intro-section{padding:16px 16px 80px}.test-intro-container{max-width:672px;margin:0 auto}.test-intro-card{background:#fff;border-radius:32px;box-shadow:0 25px 50px -12px #00000026;padding:32px;border:1px solid #f9fafb;position:relative;overflow:hidden}@media(min-width:768px){.test-intro-card{padding:48px}}.test-intro-bg{position:absolute;width:256px;height:256px;border-radius:50%;filter:blur(48px);pointer-events:none}.test-intro-bg-1{top:0;right:0;margin-right:-64px;margin-top:-64px;background:#4ea08d1f}.test-intro-bg-2{bottom:0;left:0;margin-left:-64px;margin-bottom:-64px;background:#48d1cc1f}.test-intro-content{position:relative;z-index:1}.test-intro-title{font-size:1.5rem;font-weight:700;margin-bottom:40px;text-align:center;color:#1f2937}.test-intro-list{list-style:none;padding:0;margin:0 0 48px;display:flex;flex-direction:column;gap:24px}.test-intro-item{display:flex;align-items:flex-start;gap:16px;transition:transform .2s ease}.test-intro-item:hover{transform:translate(4px)}.test-intro-icon{background:#d5f3f2;padding:4px;border-radius:50%;color:#4ea08d;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.test-intro-item:hover .test-intro-icon{transform:scale(1.1)}.test-intro-icon .material-symbols-outlined{font-size:24px}.test-intro-text{font-size:1.125rem;color:#374151;margin:0;line-height:1.6}.test-intro-actions{display:flex;flex-direction:column;align-items:center;gap:20px}.test-intro-actions .test-result-save-status{margin-top:14px}.test-intro-actions .test-result-save-status-text{margin:0;text-align:center;font-size:.9rem;color:#4b5563}.test-intro-actions .test-result-save-status-success{color:#047857;font-weight:600}.test-intro-actions .test-result-save-status-error{color:#b91c1c;font-weight:500}.test-intro-form{width:100%;max-width:460px;display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:20px;border:1px solid #cdece5;background:linear-gradient(135deg,#f6fffc,#fff);box-shadow:0 10px 24px #0f4c6414}@media(min-width:768px){.test-intro-form{padding:24px}}.test-intro-form-field{display:flex;flex-direction:column;gap:8px}.test-intro-form-field label{font-size:.95rem;font-weight:600;color:#0f4c64}.test-intro-form-field input{width:100%;height:50px;border-radius:12px;border:1px solid #b8ddd5;padding:0 14px;font-size:1rem;color:#1f2937;background:#fbfffe;transition:border-color .2s ease,box-shadow .2s ease}.test-intro-form-field input:focus{outline:none;border-color:#2f9f90;box-shadow:0 0 0 3px #2f9f9033}.test-intro-form-field input::placeholder{color:#9ca3af}.test-intro-form-error{margin:0;font-size:.9rem;font-weight:500;color:#b91c1c;background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:10px 12px}.test-start-btn{background:linear-gradient(135deg,#48d1cc,#0c9);color:#fff;font-size:1.25rem;font-weight:700;width:100%;justify-content:center;padding:20px 48px;border-radius:16px;border:none;cursor:pointer;display:flex;align-items:center;gap:12px;box-shadow:0 10px 25px #00cc9947;transition:all .2s ease}.test-start-btn:hover{transform:scale(1.05);box-shadow:0 15px 35px #00cc9959}.test-start-btn:active{transform:scale(.95)}.test-start-btn .material-symbols-outlined{font-size:28px}.test-intro-disclaimer{font-size:.875rem;color:#6b7280;font-style:italic;text-align:center;max-width:448px;margin:0;line-height:1.6}.test-wizard-section{padding:140px 16px 80px;background:linear-gradient(135deg,#e8f8f7,#f4fffb 45%,#e0faf4);min-height:100vh;transition:background .35s ease}.test-wizard-section-mid{background:linear-gradient(135deg,#fff7ed,#ffedd5 45%,#fed7aa)}.test-wizard-section-high{background:linear-gradient(135deg,#fef2f2,#fee2e2 45%,#fecaca)}.test-wizard-container{max-width:900px;margin:0 auto}.test-wizard-header{text-align:center;margin-bottom:40px}.test-wizard-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:12px}@media(min-width:768px){.test-wizard-title{font-size:2rem}}.test-wizard-subtitle{font-size:.875rem;color:#6b7280}.test-result-container{max-width:900px;margin:0 auto;--result-accent: #4ea08d;--result-soft-bg: #ecfbf7;--result-border: #b7eee1;--result-accent-strong: #3e8f7e;animation:resultFadeIn .45s ease-out}.test-result-container .test-result-title{color:var(--result-accent);transition:color .45s ease}.test-result-container .test-result-score,.test-result-container .test-result-card{border-color:var(--result-border);transition:border-color .45s ease,box-shadow .45s ease}.test-result-container .test-result-section-highlight{border-left-color:var(--result-accent);transition:border-left-color .45s ease}.test-result-container .test-result-btn{background:linear-gradient(135deg,var(--result-accent) 0%,var(--result-accent-strong) 100%);box-shadow:0 6px 20px color-mix(in srgb,var(--result-accent) 35%,transparent);transition:background .45s ease,box-shadow .45s ease,transform .2s ease}.test-result-container .test-result-btn:hover{box-shadow:0 8px 25px color-mix(in srgb,var(--result-accent) 45%,transparent)}.test-result-container .test-result-disclaimer{background:var(--result-soft-bg);border-color:var(--result-border);transition:background-color .45s ease,border-color .45s ease}.test-result-container .test-result-disclaimer .material-symbols-outlined{color:var(--result-accent);transition:color .45s ease}.test-result-container-mid{--result-accent: #f7931e;--result-soft-bg: #fff7ed;--result-border: #fed7aa;--result-accent-strong: #ff6b35;animation:resultToneMid .65s ease-out}.test-result-container-high{--result-accent: #dc2626;--result-soft-bg: #fef2f2;--result-border: #fecaca;--result-accent-strong: #b91c1c;animation:resultToneHigh .65s ease-out}@keyframes resultFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes resultToneMid{0%{filter:saturate(.92);transform:scale(.985)}to{filter:saturate(1);transform:scale(1)}}@keyframes resultToneHigh{0%{filter:saturate(.88);transform:scale(.985)}60%{filter:saturate(1.08)}to{filter:saturate(1);transform:scale(1)}}.test-result-header{text-align:center;margin-bottom:32px}.test-result-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:8px}.test-result-score{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 4px 20px #0000000d;border:1px solid #e5e7eb}.test-result-score-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:1rem;color:#6b7280}.test-result-score-value{font-size:1.5rem;font-weight:700;color:#1f2937}.test-result-score-bar{height:16px;background:#0000000d;border-radius:999px;overflow:hidden}.test-result-score-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#f59e0b,#ef4444);transition:width .6s ease}.test-result-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;margin-bottom:32px}.test-result-type{font-size:1.75rem;font-weight:700;margin-bottom:24px;text-align:center}.test-result-low .test-result-type{color:#10b981}.test-result-mid .test-result-type{color:#f59e0b}.test-result-high .test-result-type{color:#ef4444}.test-result-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:20px;margin-bottom:16px}.test-result-section-highlight{border-left:4px solid #4eb0af}.test-result-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin:0 0 8px}.test-result-section-text{font-size:1rem;line-height:1.7;color:#374151;margin:0}.test-result-tip{white-space:pre-line}.test-result-actions{margin-top:28px;text-align:center}.test-result-btn{background:linear-gradient(135deg,#48d1cc,#0c9);color:#fff;font-size:1rem;font-weight:600;padding:14px 32px;border-radius:12px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 20px #00cc9947;transition:all .2s ease}.test-result-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00cc9959}.test-result-btn .material-symbols-outlined{font-size:20px}.test-result-disclaimer{margin-top:24px;display:flex;gap:12px;align-items:flex-start;padding:16px;background:#f0fbf8;border-radius:12px;border:1px solid #bfeee2}.test-result-disclaimer .material-symbols-outlined{color:#4ea08d;font-size:20px;flex-shrink:0}.test-result-disclaimer p{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}.test-result-info{background:#fff;border-radius:24px;padding:32px;box-shadow:0 4px 20px #0000000d;border:1px solid #e5e7eb}.test-result-info-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 8px}.test-result-info-subtitle{font-size:.875rem;color:#6b7280;margin:0 0 24px}.test-result-info-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.test-result-info-grid{grid-template-columns:repeat(3,1fr)}}.test-result-info-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.test-result-info-card h3{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 8px}.test-result-info-card p{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}@media(prefers-color-scheme:dark){.test-intro-card,.test-result-score,.test-result-card,.test-result-info{background:#18181b;border-color:#27272a}.test-intro-title,.test-wizard-title,.test-result-title,.test-result-info-title{color:#f3f4f6}.test-intro-icon{background:#48d1cc47}.test-intro-text,.test-result-section-text{color:#d1d5db}.test-intro-disclaimer,.test-wizard-subtitle,.test-result-score-header,.test-result-section-title,.test-result-info-subtitle{color:#9ca3af}.test-result-section,.test-result-info-card{background:#27272a;border-color:#3f3f46}}@media(prefers-color-scheme:dark){.test-intro-card{background:#18181b;border-color:#27272a}.test-intro-title{color:#f3f4f6}.test-intro-icon{background:#48d1cc47}.test-intro-text{color:#d1d5db}.test-intro-disclaimer{color:#9ca3af}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
