:root{--bg:#0A0F1C;--bg2:#0F172A;--bg3:#131f38;--text:#E2E8F0;--text-muted:#94A3B8;--muted:#aab4c0;--primary:#00E5FF;--primary-strong:#00B8D9;--blue:#3B82F6;--border:rgba(148, 163, 184, 0.24);--navbar-h:56px}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--navbar-h)}body,html{margin:0;padding:0;font-family:Arial,sans-serif}body{background:var(--bg2);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;user-select:none}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}main:focus{outline:0}main:focus-visible{outline:0}.text-blue{color:var(--blue)}.toast-container{position:fixed;top:calc(var(--navbar-h) + 12px);right:16px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:min(380px,calc(100% - 32px))}.toast{display:flex;align-items:flex-start;gap:12px;padding:14px 14px 14px 16px;border-radius:10px;background:#1f2937;color:#f1f5f9;border-left:4px solid var(--blue);box-shadow:0 10px 30px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.06);font-size:.95rem;line-height:1.45;pointer-events:auto;transform:translateX(calc(100% + 32px));opacity:0;transition:transform .32s cubic-bezier(.2, .8, .2, 1),opacity .2s;will-change:transform,opacity}.toast.show{transform:translateX(0);opacity:1}.toast-success{border-left-color:#16a34a;background:#052e1a;color:#bbf7d0}.toast-error{border-left-color:#dc2626;background:#2a0606;color:#fecaca}.toast-icon{flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-weight:900;font-size:.95rem;background:rgba(255,255,255,.08)}.toast-success .toast-icon{background:#16a34a;color:#fff}.toast-error .toast-icon{background:#dc2626;color:#fff}.toast-message{flex:1;margin:2px 0 0;font-weight:600}.toast-close{flex-shrink:0;background:0 0;border:0;color:inherit;opacity:.7;font-size:1.4rem;line-height:1;padding:0 4px;cursor:pointer;font-family:inherit;transition:opacity .15s}.toast-close:focus-visible,.toast-close:hover{opacity:1}@media (max-width:600px){.toast-container{top:auto;bottom:16px;right:16px;left:16px;max-width:none}.toast{transform:translateY(calc(100% + 32px))}.toast.show{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.toast{transition:opacity .2s;transform:none!important}}#navbar{box-sizing:border-box;padding:12px;margin:0 auto;position:fixed;top:0;left:0;z-index:1000;width:100%;background-color:transparent;border-bottom:1px solid var(--blue);box-shadow:0 2px 20px rgba(0,0,0,.3);display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease-in-out}#navbar.scrolled{background:rgba(0,0,0,.9);box-shadow:0 2px 10px rgba(0,0,0,.3)}.logo-container{display:flex;justify-content:center;align-items:center}#navbar .logo-container{margin-left:30px;padding:0}.logo-content{display:flex;flex-direction:row;align-items:center;gap:12px}.logo-line{opacity:.55;width:2px;height:26px;margin:0 2px;border-left:2px solid var(--blue)}.logo-site,.logo-site-author{display:flex;align-items:center;line-height:1}.logo-site{cursor:pointer;user-select:none;font-weight:900;font-size:1.25rem}.logo-site a{text-decoration:none;color:#fff}.logo-site-author{font-weight:700;font-size:.75rem;color:#fff;letter-spacing:2px}.logo-site-author a{color:#fff;text-decoration:none;font-weight:400}.nav-links{display:flex;list-style:none;margin:0 30px;padding:0}.nav-links li{white-space:nowrap}.nav-links a{display:flex;align-items:center;justify-content:center;height:100%;text-decoration:none;color:#fff;user-select:none;padding:0 12px;font-size:1rem;letter-spacing:2px;font-weight:600}.nav-links a:focus-visible,.nav-links a:hover{color:var(--blue)}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-right:10px;padding:6px;background:0 0;border:0;cursor:pointer}.hamburger span{width:25px;height:3px;background:#fff;transition:transform .3s,opacity .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero{min-height:100vh;min-height:100svh;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:48px;padding:0 24px;text-align:center;position:relative;overflow:hidden;background:url('../img/hero-image.webp') center/cover no-repeat}.hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.62) 0,rgba(0,0,0,.7) 58%,rgba(10,15,28,.92) 100%)}.hero-content-first,.hero-content-second{z-index:2}.hero-content-first{width:min(50%,700px);position:relative;z-index:3;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-content-second{margin:0;width:min(44%,560px);background-color:#fff;border-radius:6px;color:#000}.hero-title{display:flex;justify-content:center;align-items:center}.hero-title h1{font-size:1.5rem;font-weight:900;letter-spacing:2px;color:#fff;margin:0 0 25px;padding:0}.hero-subtitle-text{font-size:1rem;font-weight:900;color:#fff;margin:10px 0 0}.hero-crypto{display:flex;justify-content:center;gap:30px}.crypto-img{transition:transform 1s;transform-style:preserve-3d}.crypto-img:hover{transform:rotateY(360deg)}.hero-description{padding:15px}.hero-description p{color:#000;font-weight:900;font-size:1.15rem;margin:0 auto}.hero-description-list{color:#000;text-align:start;padding-left:15px;margin:5px auto}.hero-description-list li{font-size:.85rem;font-weight:700;line-height:1.2;margin-bottom:0;padding:0 0 12px}.hero-description-list li::marker{color:var(--blue)}.hero-button-container{width:100%;display:flex;justify-content:center}.hero-button{box-sizing:border-box;background:#fff;border:4px solid #000;border-radius:8px;color:#000;cursor:pointer;text-decoration:none;font-size:1.1rem;font-weight:900;padding:10px;width:min(340px,100%);height:auto;line-height:1.1;transition:background-color .2s,color .2s,border-color .2s;display:flex;align-items:center;justify-content:center}.hero-button:focus-visible,.hero-button:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.hero-description p.hero-note{margin:8px auto 0;max-width:420px;text-align:center;font-size:.72rem;line-height:1.35;color:#374151;font-weight:600}section{padding:40px 24px;width:100%;margin:0;border-top:1px solid var(--border);background:var(--bg2);display:flex;flex-direction:column;align-items:center}section>*{width:min(1100px,100%)}h2{text-align:center;margin-bottom:24px;font-size:2rem;font-weight:900;letter-spacing:.5px;color:#93c5fd;text-shadow:0 0 14px rgba(59,130,246,.28)}#crypto-safety{--crypto-emphasis:0}.intro-laptop-inner{display:flex;flex-direction:column;gap:40px}.intro-laptop-visual{width:100%;max-width:min(658px,100%);margin:22px auto 10px}.intro-laptop-img{width:100%;height:auto;display:block;border-radius:8px}.intro-laptop-copy{width:100%;text-align:left}.intro-laptop-question{margin:0 0 22px;text-align:center;text-transform:uppercase;font-size:clamp(1rem, 3.5vw, 1.55rem);font-weight:900;letter-spacing:.07em;line-height:1.35;color:#f8fafc}.intro-laptop-headline{margin:0 0 20px;font-size:clamp(1.25rem, 2.8vw, 1.65rem);font-weight:900;letter-spacing:.4px;line-height:1.35;color:#93c5fd;text-shadow:0 0 14px rgba(59,130,246,.28)}.intro-laptop-copy p{margin:0 0 14px;color:var(--text);line-height:1.7;font-size:1.05rem}.intro-laptop-copy p:last-child{margin-bottom:0}.intro-laptop-logos{--strip-diag-len:calc(141% + 48px);--strip-diag-deg:-32deg;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:20px 28px;margin:8px 0 20px;padding:16px 18px;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:8px;isolation:isolate}.intro-laptop-logos::after{content:"";position:absolute;left:18px;bottom:16px;width:var(--strip-diag-len);height:5px;transform-origin:left bottom;transform:rotate(var(--strip-diag-deg)) scaleX(var(--crypto-emphasis));background:rgba(185,28,28,.95);border-radius:3px;box-shadow:0 0 0 1px rgba(254,202,202,.35),0 2px 10px rgba(220,38,38,.28);pointer-events:none;z-index:2;will-change:transform}.intro-laptop-logo{box-sizing:content-box;position:relative;z-index:1;max-height:44px;width:auto;max-width:min(200px,42vw);object-fit:contain;object-position:left center;display:block;padding:20px}@media (prefers-reduced-motion:reduce){#crypto-safety{--crypto-emphasis:1}.intro-laptop-logos::after{will-change:auto}.crypto-img{transition:none}.crypto-img:hover{transform:none}}.intro-laptop-marketing{position:relative;isolation:isolate;margin:12px 0 0;padding:calc(14px + 6px * var(--crypto-emphasis)) calc(16px + 8px * var(--crypto-emphasis));border-radius:14px;font-size:clamp(1.05rem, 2.4vw, 1.35rem);font-weight:800;line-height:1.55;color:#f1f5f9;letter-spacing:calc(.01em * var(--crypto-emphasis));border:1px solid rgba(147,197,253,calc(.06 + .42 * var(--crypto-emphasis)));text-align:center;background:linear-gradient(125deg,rgba(59,130,246,calc(.06 * var(--crypto-emphasis))) 0,rgba(30,64,175,calc(.12 * var(--crypto-emphasis))) 45%,rgba(147,197,253,calc(.07 * var(--crypto-emphasis))) 100%);box-shadow:0 0 calc(6px + 22px * var(--crypto-emphasis)) rgba(59,130,246,calc(.1 + .32 * var(--crypto-emphasis))),inset 0 1px 0 rgba(255,255,255,calc(.06 * var(--crypto-emphasis)));text-shadow:0 0 calc(14px * var(--crypto-emphasis)) rgba(147,197,253,.65),0 2px calc(24px * var(--crypto-emphasis)) rgba(15,23,42,.45)}.intro-laptop-marketing-link{font-weight:900;color:#fff;text-decoration:none;border-bottom:2px solid rgba(59,130,246,calc(.5 + .45 * var(--crypto-emphasis)));text-shadow:0 0 calc(10px * var(--crypto-emphasis)) rgba(59,130,246,.65),0 1px rgba(255,255,255,calc(.15 * var(--crypto-emphasis)))}.intro-laptop-marketing-link:hover{color:#93c5fd;border-bottom-color:#93c5fd}.logo-krypto-prefix{color:var(--blue)}.intro-laptop-closing{font-weight:800;color:#f1f5f9}.mentor-info{display:flex;flex-direction:row;justify-content:center;align-items:center}.mentor-avatar{width:420px;height:420px;border-radius:50%;border:3px solid var(--blue);object-fit:cover;box-shadow:0 6px 18px rgba(0,0,0,.25);flex-shrink:0}.mentor-details{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px 60px}.info-mentor-title{margin:0;color:var(--blue);font-weight:900;font-size:1.25rem}.info-mentor-name{margin:0;color:#fff;font-weight:900;font-size:2.375rem;text-align:left;text-shadow:none}.info-mentor-description{padding-top:24px;margin:0 auto;color:var(--text);line-height:1.75;max-width:760px}.info-mentor-description a{color:#93c5fd;font-weight:700}#benefits{background:var(--bg3)}.benefits{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.benefits .card{flex:0 0 calc((100% - 40px)/ 4);max-width:220px;min-height:190px}.benefits-heading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0}.benefits-heading-top{margin:0 0 18px}.benefits-heading-practice{margin:44px 0 18px}.benefits-subtitle{margin:0;text-align:center;font-size:1.4rem;font-weight:800;color:var(--blue);letter-spacing:.3px;line-height:1.25}.benefits-subtext{margin:6px 0 0;padding:0;text-align:center;font-size:1rem;font-weight:600;color:#d1d5db}.card{background:var(--bg2);padding:20px;border-radius:12px;border:1px solid var(--border);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;gap:10px;transition:transform .3s,border-color .3s}.card span{color:var(--text);line-height:1.45;text-align:center;width:100%}.benefit-icon{width:48px;height:48px;object-fit:contain;flex-shrink:0;margin-top:2px}.card:hover{border-color:var(--blue);transform:translateY(-5px)}#reviews{padding:40px 24px;background:var(--bg3)}.reviews-grid{display:flex;flex-wrap:wrap;gap:25px}.reviews-grid .review-card{flex:1 1 260px}.review-card{background:#111b31;border:1px solid var(--border);border-radius:16px;padding:15px 10px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative}.review-card:hover{transform:translateY(-6px);border-color:var(--blue);box-shadow:0 10px 30px rgba(0,0,0,.3)}.avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--blue);box-shadow:0 6px 18px rgba(0,0,0,.25)}.review-stars{width:120px;height:auto}.review-text{font-size:.95rem;color:var(--text);line-height:1.5;margin:2px auto}.review-author{display:flex;justify-content:center;align-items:center;gap:8px;font-weight:700;font-size:.9rem}.review-author-link{color:var(--blue);text-decoration:none}.review-author-link:hover{text-decoration:underline}.review-author-linkedin{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#fff;border-radius:5px;padding:2px}.review-author-linkedin img{width:100%;height:100%;display:block}#faq{padding:40px 24px;background:var(--bg2)}.faq-list{display:flex;flex-direction:column;gap:14px}.faq-item{background:rgba(15,23,42,.9);border:1px solid var(--border);border-radius:12px;padding:16px 18px}.faq-item summary{cursor:pointer;font-weight:800;color:#fff;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";float:right;color:var(--blue);font-weight:900;transition:transform .3s;will-change:transform}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item .faq-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-item[open] .faq-content{grid-template-rows:1fr}.faq-item .faq-content>p{min-height:0;overflow:hidden;margin:0;padding-top:12px;color:#d1d5db;line-height:1.5}@media (prefers-reduced-motion:reduce){.faq-item .faq-content,.faq-item summary::after{transition:none}}#contact{padding:40px 24px;color:#fff;background:#101a30;border-top:1px solid var(--border)}#contact h2{width:100%;text-align:center;margin-bottom:24px}.contact-form-container{display:flex;flex-direction:column;align-items:center;flex:0 1 640px;width:100%;max-width:640px}.contact-form-container>p{margin:0 auto;text-align:left;padding:12px}.contact-subtitle{margin:0 0 24px;color:var(--text);font-size:1rem;width:100%;text-align:center}#contact>*{max-width:min(1200px,100%)}.contact-layout{width:100%;display:flex;justify-content:center;align-items:center;gap:80px}.contact-layout .contact-person{flex:0 1 380px}.contact-form{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:20px;width:100%;max-width:640px}.contact-form label{color:#111827;font-size:.95rem;font-weight:700}.contact-form input[type=email],.contact-form input[type=text],.contact-form textarea{background:#fff;color:#111827;border:1px solid #d1d5db;border-radius:8px;padding:12px;font-size:1rem;outline:0;font-family:inherit}.contact-form input[type=email]:focus,.contact-form input[type=text]:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 2px rgba(59,130,246,.2)}.contact-form textarea{resize:vertical;min-height:130px}.captcha-row{display:flex;align-items:center;gap:10px;margin-top:4px;flex-wrap:wrap}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.contact-status{margin:8px 0 0;min-height:1.2em;font-size:.9rem;color:#334155}.contact-status.success{color:#166534}.contact-status.error{color:#b91c1c}.contact-actions{display:flex;gap:12px;margin-top:8px}.contact-btn{border:none;border-radius:8px;padding:12px 16px;font-weight:700;cursor:pointer;font-size:.95rem;transition:background-color .2s,color .2s,border-color .2s;font-family:inherit}.contact-btn-secondary{background:0 0;color:#111827;border:1px solid #9ca3af}.contact-btn-secondary:focus-visible,.contact-btn-secondary:hover{background:#f3f4f6;border-color:#6b7280;color:#111827}.contact-btn-primary{background:#000;color:#fff}.contact-btn-primary:focus-visible,.contact-btn-primary:hover{background:#1f2937;color:#fff}.contact-person{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:380px}.contact-person-text{display:flex;flex-direction:column;align-items:center;gap:6px}.author-avatar{width:260px;height:260px;border-radius:50%;border:3px solid var(--blue);object-fit:cover}.info-author-name{color:#fff;font-weight:900;font-size:1.875rem;margin:0}.contact-quote{margin:0;max-width:420px;text-align:center;color:#e2e8f0;font-size:1rem;line-height:1.6}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:30px 30px 0;background:#020a1d;color:var(--muted)}.footer-top{display:flex;flex-wrap:wrap;gap:40px;text-align:left;margin-bottom:30px}.footer-top>*{flex:1 1 360px}.footer-contact p{margin:0 0 6px;color:#d1d5db}.footer-title{color:#fff;font-weight:700;margin-bottom:8px}.footer-email{display:inline-block;margin-bottom:14px;color:#fff}.footer-linkedin{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;text-decoration:none;border:1px solid rgba(255,255,255,.45);background:#fff;border-radius:10px;padding:6px;transition:border-color .2s,transform .2s}.footer-linkedin img{width:34px;height:34px;display:block}.footer-linkedin:focus-visible,.footer-linkedin:hover{border-color:var(--blue);transform:translateY(-1px)}.footer-offer-title{margin:0 0 8px;color:#fff;font-weight:700}.footer-offer ul{margin:0;padding-left:18px}.footer-offer li{margin-bottom:8px;color:#d1d5db}@media (max-width:1034px){#navbar{background:rgba(0,0,0,.9);box-shadow:0 2px 10px rgba(0,0,0,.3)}.hamburger{display:flex}.nav-links{position:absolute;margin:0 auto;top:44px;left:0;width:100%;background:rgba(0,0,0,.92);padding:0;flex-direction:column;align-items:center;max-height:0;overflow:hidden;box-shadow:0 2px 20px rgba(0,0,0,.3);transition:max-height .4s}.nav-links.active{max-height:400px}#navbar.scrolled .nav-links{background:rgba(0,0,0,.9);box-shadow:0 2px 10px rgba(0,0,0,.3)}.hero{min-height:0;height:auto;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:110px 18px 36px;gap:22px;overflow:visible}.hero-content-first{order:1;width:100%;max-width:100%;padding:0;flex-shrink:0}.hero-content-second{order:2;width:100%;max-width:100%;margin:0;align-self:stretch;flex-shrink:0}}@media (max-width:900px){section{padding:34px 18px}.logo-line,.logo-site-author{display:none}.hero-description{width:100%;max-width:100%;padding:18px 18px 20px;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;-webkit-hyphens:auto}.hero-content-second{width:100%;max-width:100%;margin:0}.hero-description hr{margin:14px auto 16px;width:min(280px,85%);border:0;border-top:1px solid rgba(17,24,39,.12)}.hero-description p{line-height:1.42;font-size:1.06rem;padding-inline:2px}.hero-description-list{padding-left:26px;padding-right:10px;margin:8px auto 12px}.hero-description-list li{font-size:.9375rem;line-height:1.5;padding:0 0 12px 4px}.hero-description p.hero-note{padding-inline:6px;max-width:100%;line-height:1.42;font-size:.74rem}.hero-title h1{line-height:1.25}.hero-crypto{gap:20px}.crypto-img{width:90px;height:90px}.intro-laptop-inner{gap:28px}.intro-laptop-visual{max-width:min(560px,100%);padding-bottom:10px}.intro-laptop-copy{width:100%}.intro-laptop-logos{justify-content:center}.intro-laptop-logo{max-height:40px;max-width:min(180px,80vw);object-position:center}.mentor-info{flex-direction:column;text-align:center}.mentor-avatar{order:1;width:280px;height:280px}.mentor-details{order:2;align-items:center;padding:20px 10px}.info-mentor-name{text-align:center}.contact-layout{flex-direction:column;gap:40px}.benefits .card{flex:0 0 100%;max-width:100%;min-height:0;border-radius:0}#contact{padding:34px 18px}.contact-actions{flex-direction:column}.footer-top{flex-direction:column;gap:22px}}