.HeroSection-module__SEewqa__heroSection{color:var(--white);text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#2e2e2e 100%);padding:80px 20px;animation:.8s ease-out HeroSection-module__SEewqa__fadeIn}.HeroSection-module__SEewqa__heroSection h2{margin-bottom:20px;font-size:48px;font-weight:700}.HeroSection-module__SEewqa__heroSection p{opacity:.9;font-size:20px}@keyframes HeroSection-module__SEewqa__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.HeroSection-module__SEewqa__heroSection h2{font-size:32px}.HeroSection-module__SEewqa__heroSection p{font-size:16px}}@media (max-width:480px){.HeroSection-module__SEewqa__heroSection{padding:60px 20px}.HeroSection-module__SEewqa__heroSection h2{font-size:24px}.HeroSection-module__SEewqa__heroSection p{font-size:14px}}
.VerifySection-module__3eYDFG__verifySection{background-color:#2e2e2e;padding:60px 20px}.VerifySection-module__3eYDFG__verifyCard{text-align:center;background:#3a3a3a;border-radius:8px;max-width:600px;margin:0 auto;padding:50px;animation:.6s ease-out VerifySection-module__3eYDFG__fadeIn;box-shadow:0 4px 20px #0000004d}.VerifySection-module__3eYDFG__verifyCard h2{color:var(--primary-color);margin-bottom:15px;font-size:32px}.VerifySection-module__3eYDFG__verifyCard>p{color:#bbb;margin-bottom:40px;font-size:16px}.VerifySection-module__3eYDFG__verifyForm{gap:10px;margin-bottom:30px;display:flex}.VerifySection-module__3eYDFG__verifyForm input{border:2px solid var(--border-color);color:var(--white);background-color:#2e2e2e;border-radius:4px;flex:1;padding:15px 20px;font-size:16px;transition:border-color .3s}.VerifySection-module__3eYDFG__verifyForm input:focus{border-color:var(--secondary-color);color:var(--white);background-color:#2e2e2e;outline:none}.VerifySection-module__3eYDFG__verifyForm input::placeholder{color:#666}.VerifySection-module__3eYDFG__verifyBtn{background-color:var(--secondary-color);color:var(--white);cursor:pointer;letter-spacing:1px;border:none;border-radius:4px;min-width:150px;padding:15px 40px;font-size:16px;font-weight:600;transition:all .3s}.VerifySection-module__3eYDFG__verifyBtn:hover{background-color:#ff6b00;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b0066}.VerifySection-module__3eYDFG__verifyBtn:active{transform:translateY(0)}.VerifySection-module__3eYDFG__verifyResult{border-radius:4px;margin-top:20px;padding:15px;font-weight:600;animation:.3s ease-out VerifySection-module__3eYDFG__slideIn}.VerifySection-module__3eYDFG__verifyResult.VerifySection-module__3eYDFG__success{color:#6ec86e;background-color:#1a3a1a;border:1px solid #4a7a4a}.VerifySection-module__3eYDFG__verifyResult.VerifySection-module__3eYDFG__error{color:#ff6b6b;background-color:#3a1a1a;border:1px solid #7a4a4a}@keyframes VerifySection-module__3eYDFG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes VerifySection-module__3eYDFG__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.VerifySection-module__3eYDFG__verifyForm{flex-direction:column}.VerifySection-module__3eYDFG__verifyBtn{min-width:auto}.VerifySection-module__3eYDFG__verifyCard{padding:30px 20px}.VerifySection-module__3eYDFG__verifyCard h2{font-size:24px}}@media (max-width:480px){.VerifySection-module__3eYDFG__verifySection{padding:40px 20px}.VerifySection-module__3eYDFG__verifyCard{padding:25px 15px}.VerifySection-module__3eYDFG__verifyCard h2{font-size:20px}.VerifySection-module__3eYDFG__verifyCard>p{font-size:14px}}
.HowToSection-module__ImgNlG__howToSection{background-color:#2e2e2e;padding:80px 20px}.HowToSection-module__ImgNlG__title{text-align:center;color:var(--primary-color);margin-bottom:10px;font-size:40px;font-weight:700}.HowToSection-module__ImgNlG__subtitle{text-align:center;color:#999;margin-bottom:60px;font-size:16px;font-style:italic}.HowToSection-module__ImgNlG__instructionGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;display:grid}.HowToSection-module__ImgNlG__instructionCard{text-align:center;animation:.6s ease-out HowToSection-module__ImgNlG__fadeIn;position:relative}.HowToSection-module__ImgNlG__instructionCard:nth-child(2){animation-delay:.1s}.HowToSection-module__ImgNlG__instructionCard:nth-child(3){animation-delay:.2s}.HowToSection-module__ImgNlG__instructionNumber{background:linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-color) 100%);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;font-weight:700;display:flex;position:absolute;top:-20px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #c41e3a33}.HowToSection-module__ImgNlG__instructionImage{margin:40px 0 20px}.HowToSection-module__ImgNlG__placeholderImage{background:linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-color) 100%);width:120px;height:120px;color:var(--white);border-radius:8px;justify-content:center;align-items:center;margin:0 auto;font-size:60px;transition:transform .3s;display:flex;box-shadow:0 4px 12px #0000001a}.HowToSection-module__ImgNlG__instructionCard:hover .HowToSection-module__ImgNlG__placeholderImage{transform:scale(1.05)}.HowToSection-module__ImgNlG__instructionCard h3{color:var(--primary-color);margin-top:20px;margin-bottom:10px;font-size:20px}.HowToSection-module__ImgNlG__instructionCard p{color:#999;line-height:1.6}@keyframes HowToSection-module__ImgNlG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.HowToSection-module__ImgNlG__howToSection{padding:60px 20px}.HowToSection-module__ImgNlG__title{font-size:28px}.HowToSection-module__ImgNlG__subtitle{margin-bottom:40px}.HowToSection-module__ImgNlG__instructionGrid{grid-template-columns:1fr;gap:30px}}@media (max-width:480px){.HowToSection-module__ImgNlG__howToSection{padding:40px 20px}.HowToSection-module__ImgNlG__title{font-size:22px}.HowToSection-module__ImgNlG__instructionNumber{width:45px;height:45px;font-size:20px}.HowToSection-module__ImgNlG__placeholderImage{width:100px;height:100px;font-size:50px}.HowToSection-module__ImgNlG__instructionCard h3{font-size:18px}.HowToSection-module__ImgNlG__instructionCard p{font-size:14px}}
