.hero { display: flex; background-color: #191d20; position: relative; padding: 16px; } .hero .hero-container { max-width: 1440px; margin: 0 auto; width: 100%; } .hero .hero-wrap { display: flex; align-items: center; flex-direction: column; } .hero .hero-wrap h1 { font-weight: 900; font-size: clamp(30px, calc(2vw + 14px), 60px); text-align: center; margin-bottom: 20px; } .hero .hero-wrap h1 span { display: block; color: #f79e1b; font-size: clamp(36px, calc(2.8vw + 20px), 88px); } .hero .hero-wrap .sub-text { gap: 12px; margin-bottom: 24px; display: flex; justify-content: center; align-items: center; } .hero .hero-wrap .left h2 { font-size: 16px; font-weight: 900; flex: 1; } .hero .hero-wrap .left .crypto { background-color: #000; border-radius: 9999px; padding: 6px 15px 6px 6px; display: flex; gap: 4px; } .hero .hero-wrap .left p { color: rgba(255, 255, 255, 0.8); font-weight: 600; font-size: 16px; text-align: center; } .hero .hero-wrap .rating { display: flex; align-items: center; gap: 10px; margin-top: 24px; margin-bottom: 40px; justify-content: center; } .hero .hero-wrap .rating img { max-width: 100px; } .hero .hero-wrap .rating span { font-size: 11px; display: block; font-weight: 400; color: rgba(255, 255, 255, 0.8); } .hero .hero-wrap .right { overflow: hidden; margin: 0 auto; max-width: 360px; width: 100%; padding-top: 45px; } .hero .hero-wrap .right .form-bg { position: absolute; z-index: 0; left: 50%; transform: translateX(-50%); top: -50px; width: 380px; } .hero .hero-wrap .right form .input-wrapper { padding-top: 18px; position: relative; z-index: 1; width: 70%; margin: 0 auto; } .hero .hero-wrap .right .form-header { display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; } .hero .hero-wrap .form-logo { width: 34px; height: 41px; } .hero .hero-wrap .form-title { font-size: 24px; font-weight: 900; padding: 0; margin: 0; } .hero .hero-wrap form { position: relative; } .hero .hero-wrap form input:not(.iti__search-input) { display: block; width: 100%; padding: 12px; margin: 16px auto; border-radius: 6px; border: none; outline: none; font-size: 14px; font-weight: 400; color: #000; background: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 6px 24px rgba(0, 0, 0, 0.18); } .hero .hero-wrap form .cta { width: 100%; max-width: 260px; padding: 14px; font-size: 18px; margin-top: 18px; display: block; margin-left: auto; margin-right: auto; border: none; border-radius: 6px; background: linear-gradient(180deg, #FFA51E 0%, #F39C12 100%); color: #fff; font-weight: 900; text-transform: uppercase; cursor: pointer; } .hero .hero-wrap form .cer { width: 260px; margin: 0 auto; display: block; margin-top: 20px; } .hero .hero-wrap .hero-container { max-width: 1440px; margin: 0 auto; width: 100%; } .hero .hero-wrap .action-btn { color: #6b7280; display: flex; align-items: center; gap: 8px; border: 1px solid #9ca3af; border-radius: 8px; padding: 10px 16px; font-weight: 600; transition: color .2s ease, border-color .2s ease; } .hero .hero-wrap .action-btn img { filter: grayscale(100%) brightness(0.4); transition: filter .2s ease; } .hero .hero-wrap .action-btn:hover { color: #2563eb; border-color: #2563eb; } .hero .hero-wrap .action-btn:hover img { filter: none; } @media (min-width: 425px) { .hero .hero-wrap h1 { font-size: 40px; } .hero .hero-wrap h1 span { font-size: 50px; } .hero .hero-wrap .right { margin: 0 auto; max-width: 500px; } .hero .hero-wrap .right .form-bg { width: 480px; } .hero .hero-wrap .left h2 { flex: unset; } .hero .hero-wrap form .cta { max-width: 340px; font-size: 20px; } } @media (min-width: 425px) and (max-width: 768px) { .hero .hero-wrap .rating span { font-size: 21px; } } .testimonials { padding: 40px 0 20px; background: #fff; } .testimonials.about-st .step-head.container { align-items: flex-start; padding: 0 20px; margin-bottom: 0; } .testimonial-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 20px 20px 20px; gap: 20px; overflow: hidden; margin-bottom: 20px; position: relative; border: 1px solid gainsboro; border-radius: 16px; } .testimonial-card:last-child { margin-bottom: 0; } .info { display: flex; gap: 8px; align-items: flex-start; } .testimonial-content, .testimonial-content-reverse { flex: 1; position: relative; } .testimonial-name { font-size: 20px; font-weight: 900; color: #2D3748; margin: 0 0 8px 0; } .testimonial-title { font-size: 14px; font-weight: 600; color: #718096; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 20px 0; } .testimonial-text, .testimonial-text p { font-size: 14px; line-height: 1.5; font-weight: 400; color: #546880; margin: 0; } .testimonial-photo, .testimonial-photo-reverse { display: block; margin-left: auto; } .testimonial-photo-reverse { margin-left: -40px; margin-top: -40px; transform: translateY(-40px); } .testimonial-photo, .testimonial-photo-reverse { width: 100%; transform: none; margin: 0; } .testimonial-photo img, .testimonial-photo-reverse img { height: auto; border-radius: 0 0 12px 12px; } .quote-icon { width: 48px; } .info img { width: 64px; } .testimonial-content, .testimonial-content-reverse { order: 2; text-align: start; } @media (max-width: 425px) { .testimonial-photo, .testimonial-photo-reverse { width: 115%; } .testimonial-photo img, .testimonial-photo-reverse img { width: 100%; } } .market { padding: 0 0 20px 0; overflow: hidden; } .market .market-panel { border-radius: 12px; padding: 32px 24px; display: grid; grid-template-columns: 1fr; align-items: center; justify-items: center; gap: 16px; } .market .coin-list { display: flex; flex-direction: column; gap: 16px; } .market .coin-row { background: rgba(255, 255, 255, 0.06); border-radius: 12px; padding: 5px 20px; max-width: 300px; display: flex; align-items: center; gap: 16px; } .market .coin-icon { width: 36px; height: 36px; } .market .coin-meta { color: #cbd5e1; } .market .coin-name { font-weight: 900; color: #fff; font-size: 18px; } .market .coin-sub { font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.4); } .market .coin-price { margin-left: auto; font-weight: 800; color: #69d219; font-size: 18px; } .market .phone-wrap { position: relative; display: flex; justify-content: center; align-items: center; pointer-events: none; order: 3; transform: translateY(30px); } .market .phone-glow { position: absolute; width: 360px; height: 360px; border-radius: 50%; opacity: .2; left: -60%; background: radial-gradient(50% 50% at 50% 50%, #533BE0 0%, #fff0 100%); filter: blur(2px); } .market .phone-img { position: relative; width: 180px; max-width: 100%; transform: scale(1.6); } @media (max-width: 768px) { .market { padding: 0 0 20px 0; } .market .market-panel { grid-template-columns: 1fr; gap: 16px; } } section.reviews hr { margin: 0; padding: 0; width: 100%; } section.reviews .reviews-wrapper { display: flex; align-items: center; justify-content: center; gap: 25px; flex-direction: column; } section.reviews .review { height: -webkit-fill-available; height: auto; background-color: #f6f6f6; border-radius: 8px; padding: 28px; width: 100%; display: flex; flex-direction: column; gap: 20px; } section.reviews .review .stars { width: 95px; } section.reviews .review hr { opacity: .2; } section.reviews .review h3 { font-size: 18px; font-weight: 900; color: #0d1210; margin-bottom: 10px; } section.reviews .review span { background: #1c85fb; border-radius: 4px; padding: 4px 16px; color: #fff; font-size: 18px; font-weight: 800; } section.reviews .review .info { display: flex; align-items: center; } section.reviews .review p { font-size: 16px; height: inherit; font-weight: 400; line-height: 1.4; color: #546880; } .advantage:not(.about-page) { padding-top: 40px; margin-top: 50px; padding-bottom: 40px; background-repeat: no-repeat; background-position: right; background-size: cover; } .advantage .step-head .step, .advantage .step-head .step-desc { color: #1c85fb; } .advantage .step-head .step-title { color: #fff; } .advantage .advantage-wrapper { flex-direction: column; display: flex; align-items: center; justify-content: center; gap: 25px; } .advantage .advantage-item h3 { font-size: 18px; font-weight: 900; margin-bottom: 20px; max-width: 60%; max-width: 100%; text-transform: uppercase; } .advantage .advantage-item p { font-size: 16px; font-weight: 400; line-height: 1.4; } .advantage .advantage-item { padding: 20px 0 20px 20px; border-left: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); height: -webkit-fill-available; height: auto; } .advantage .advantage-item .info { display: flex; gap: 20px; align-items: flex-start; } .advantage.about-page .step-head-advantage .step { color: #1c85fb; margin-bottom: 20px; } .advantage.about-page .bg-wrap { background-repeat: no-repeat; background-position: center; background-size: cover; padding: 40px 0; } .highlight-banner { margin-top: 30px; } .highlight-banner h2 { font-size: 20px; line-height: 1.4; text-align: center; padding: 25px 65px; } .highlight-banner span { color: #93ff09; } .about { margin-top: 30px; } .about .about-image { border-radius: 12px; width: 100%; } .about p { color: #546880; font-size: 18px; line-height: 1.4; font-weight: 400; margin-top: 20px; } .about .cta-secondary { margin-top: 30px; display: block; max-width: 600px; margin-left: auto; margin-right: auto; } .about .img-wrapper { position: relative; } .about .crypto { border-radius: 12px; background: rgba(246, 246, 246, 0.9); position: absolute; bottom: -5px; padding: 15px; left: -270px; } .about .crypto .arrow { margin-left: 20px; } .about .crypto.mobile { display: block; position: relative; bottom: auto; right: auto; left: auto; max-width: 400px; margin-left: auto; margin-right: auto; margin-top: 20px; } .about .crypto.mobile .arrow { transform: rotate(90deg); float: right; width: 50px; margin-top: 20px; margin-left: 0; } .about .crypto.mobile img:not(:last-child) { width: 48px; } .about .crypto-wrapper { display: none; } .comment.gray { background-color: #f6f6f6; } .comment .info h3 { color: #0d1210; font-size: 18px; font-weight: 800; } .comment .info { width: 100%; max-width: 450px; } .comment .info a { border-radius: 4px; background-color: #fff0; border: 1px solid #546880; color: #546880; text-decoration: unset; font-size: 14px; font-weight: 400; padding: 5px 5px; display: flex; align-items: center; height: 30px; gap: 5px; transition: all 0.3s ease; } .comment .info .actions .action-btn:last-child img { height: 15px; object-fit: cover; object-position: top; } .comment .info .actions .action-btn img { filter: grayscale(100%) brightness(0.4); transition: filter .2s ease; } .comment .info .actions .action-btn:last-child:hover img { filter: unset; object-position: bottom; } .comment .info a:hover { background-color: rgba(84, 104, 128, 0.1); border-color: #1c85fb; color: #1c85fb; } .comment .actions { display: flex; align-items: center; gap: 10px; } .actions a img { width: 15px; } .comment p { color: #546880; font-size: 16px; font-weight: 400; line-height: 1.4; margin: 0; } .comment .container { display: flex; justify-content: center; flex-direction: column; gap: 20px; align-items: flex-start; padding-top: 30px; padding-bottom: 30px; } .activity-banner { background-color: #1c85fb; color: #fff; cursor: pointer; font-size: 24px; font-weight: 900; padding-left: 20px; padding-right: 20px; text-align: center; border-radius: 12px; margin-top: 50px; margin-bottom: 50px; padding-top: 28px; padding-bottom: 28px; } .pre-footer { margin-top: 20px; } .pre-footer .activity-banner { margin-top: 20px; } .pre-footer .activity-banner a { color: #f2d70d; } .trust-section__content h2 { color: #0d1210; font-size: clamp(24px, calc(1.5vw + 8px), 36px); font-weight: 900; margin-bottom: 20px; text-align: center; } .trust-section__content p b { font-weight: 400; } .trust-section__content p { color: #546880; font-size: clamp(24px, calc(1.5vw + 8px), 36px); font-weight: 300; text-align: center; } .trust-section .container { display: flex; align-items: center; gap: 16px; flex-direction: column; } .trust-section { overflow: visible; background-color: #f6f6f6; } .trust-section__image { margin-left: 0; width: 110%; } .trust-section__image img { display: block; width: 100%; height: auto; } .trust-section { flex: 1; } .faq-section { background: #fff; padding: 40px 0; } .faq-item { margin-top: -20px; overflow: hidden; background: #f8f9fa; border: 1px solid #e9ecef; border-bottom: none; border-radius: 12px; } .faq-question { display: flex; align-items: center; padding: 16px 20px 35px; cursor: pointer; transition: all 0.3s ease; background: #f8f9fa; } .faq-question:hover { background: #e9ecef; } .faq-number { font-weight: 900; font-size: 24px; color: #0d1210; margin-right: 16px; margin-left: 0; min-width: 25px; } .faq-text { flex: 1; font-size: 14px; font-weight: 600; color: #546880; line-height: 1.4; } .faq-arrow { font-size: 18px; font-weight: 700; color: #2d3748; transition: transform 0.3s ease; margin-left: 12px; } .faq-item.active .faq-arrow { transform: rotate(90deg); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: #f8f9fa; } .faq-item.active .faq-answer { max-height: 400px; } .faq-answer p { padding: 0 20px 30px 20px; font-size: 14px; font-weight: 400; line-height: 28px; margin: 0; color: #4a5568; }