@font-face{font-family:'Sora';font-style:normal;font-weight:300;font-display:swap;src:url("/assets/fonts/Sora-300.woff2?v=2c1e02aa") format("woff2")}
@font-face{font-family:'Sora';font-style:normal;font-weight:400;font-display:swap;src:url("/assets/fonts/Sora-400.woff2?v=2c1e02aa") format("woff2")}
@font-face{font-family:'Sora';font-style:normal;font-weight:500;font-display:swap;src:url("/assets/fonts/Sora-500.woff2?v=2c1e02aa") format("woff2")}
@font-face{font-family:'Sora';font-style:normal;font-weight:600;font-display:swap;src:url("/assets/fonts/Sora-600.woff2?v=2c1e02aa") format("woff2")}
@font-face{font-family:'Sora';font-style:normal;font-weight:700;font-display:swap;src:url("/assets/fonts/Sora-700.woff2?v=2c1e02aa") format("woff2")}
@font-face{font-family:'Sora';font-style:normal;font-weight:800;font-display:swap;src:url("/assets/fonts/Sora-800.woff2?v=2c1e02aa") format("woff2")}
/* Chunk: base */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
.xed66_body{font-family:"Sora",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1c1917;background:#f4f6f9;font-size:16px;line-height:1.5;min-width:320px;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::selection{background:#fcd34d;color:#fff}
.xed66_wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}
main{padding-top:0}
.xed66_crumbs{padding-top:120px;padding-bottom:0}
.xed66_crumbs+.xed66_sec{padding-top:20px}
.xed66_pagehead{padding-top:96px}
.xed66_pagehead+.xed66_sec,.xed66_crumbs+.xed66_pagehead{padding-top:24px}
.xed66_legal{padding-top:96px}
.xed66_crumbs+.xed66_legal{padding-top:24px}
h1{font-weight:900;line-height:1.2;color:#1c1917}
h2{font-weight:900;font-size:24px;line-height:32px;color:#1c1917;margin:0 0 20px}
h3{font-weight:900;font-size:18px;color:#1c1917;margin:0 0 8px}
p{margin:0 0 12px}
a{color:#1c1917;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.xed66_sec{padding:44px 0}
.xed66_sec>.xed66_wrap>h2:first-child{margin-bottom:24px}
.xed66_center{text-align:center}
.xed66_lead{font-size:18px;line-height:1.8;color:#78716c}
.xed66_steptitle{color:#1c1917;margin:0;font-weight:900;font-size:24px;line-height:32px}
.xed66_stepdesc{font-weight:400;font-size:18px;line-height:1.8;color:#78716c;margin:0}
.xed66_stephead{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}
/* dark zones (shared) */
.xed66_dark{background:#1c1127;color:#fff}
.xed66_dark2{background:#211530;color:#fff}
.xed66_dark h1,.xed66_dark h2,.xed66_dark h3,.xed66_dark2 h1,.xed66_dark2 h2,.xed66_dark2 h3{color:#fff}
.xed66_dark p,.xed66_dark2 p{color:rgba(255,255,255,.85)}
.xed66_dark a,.xed66_dark2 a{color:#fff}
/* button: gold fill + white ink, uppercase 900, radius 8. Hover swaps fill to
   transparent with a gold outline and gold ink (no shadow), per reference. */
.xed66_btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;background:#fcd34d;color:#1a1300;font-weight:900;font-size:14px;line-height:20px;text-transform:uppercase;border-radius:8px;padding:16px 24px;border:1px solid #fcd34d;cursor:pointer;text-decoration:none;transition:background .25s ease,color .25s ease,border-color .25s ease}
.xed66_btn:hover{color:#fcd34d;background:transparent;border-color:#fcd34d}
.xed66_btnacc{background:#fcd34d;color:#1a1300;border-color:#fcd34d}
.xed66_btnfull{width:100%}
.xed66_btnbig{padding:18px 40px;font-size:16px}
.xed66_btn:disabled,.xed66_btn[disabled]{cursor:not-allowed}
.xed66_btn:disabled:hover,.xed66_btn[disabled]:hover{background:#fcd34d;color:#1a1300;border-color:#fcd34d}
/* HEADER: fixed bar bg, full-bleed, uppercase 900 nav, active=gold */
.xed66_hd{position:fixed;top:0;left:0;width:100%;z-index:6;background:#1c1127;border-bottom:1px solid rgba(255,255,255,.1)}
.xed66_hdin{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 24px}
.xed66_logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.xed66_logoimg{display:block;flex:0 0 auto;height:36px;width:auto}
.xed66_logotxt{color:#fff;text-transform:uppercase;font-size:26px;font-weight:900;line-height:1;letter-spacing:.01em}
.xed66_nav{display:none;align-items:center;gap:20px}
.xed66_nav a{color:#fff;text-transform:uppercase;font-weight:900;font-size:14px}
.xed66_nav a[aria-current]{color:#fcd34d}
.xed66_burger{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:23px;background:none;border:0;cursor:pointer;padding:0}
.xed66_burger span{display:block;width:100%;height:4px;background:#fff;border-radius:2px;transition:.3s}
.xed66_burger.xed66_active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}
.xed66_burger.xed66_active span:nth-child(2){opacity:0}
.xed66_burger.xed66_active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
/* fullscreen mobile menu: solid dark panel, centered uppercase links */
.xed66_modal{position:fixed;bottom:0;left:0;width:100%;height:100vh;z-index:4;background:#1c1127;transform:translateY(-100%);transition:.4s ease;padding:120px 16px 60px;overflow-y:auto}
.xed66_modal.xed66_open{transform:translateY(0)}
.xed66_mnav{display:flex;flex-direction:column;align-items:center;gap:28px}
.xed66_mnav a{color:#fff;text-transform:uppercase;font-weight:900;font-size:20px}
.xed66_mnav a[aria-current]{color:#fcd34d}
/* HERO: solid dark base (theme dark), full-bleed cover photo >=769,
   2-col @769 (h1 left, form right). Mobile = solid color, no bg image. */
.xed66_hero{position:relative;display:flex;overflow:hidden;padding:70px 0 0;background:radial-gradient(900px 500px at 78% 30%,rgba(252,211,77,.10),transparent 60%),
radial-gradient(700px 600px at 12% 80%,rgba(252,211,77,.06),transparent 55%),#1c1127}
.xed66_herobg::before{content:"";position:absolute;inset:0;z-index:0;background-image:var(--xed66-herobg);background-size:cover;background-position:right center;display:none}
.xed66_herowrap{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}
.xed66_heroL{width:100%;padding:14px 21px 0;text-align:center}
.xed66_heroL h1{font-weight:900;font-size:40px;text-align:center;margin-bottom:20px;color:#fff}
.xed66_hacc{display:block;color:#fcd34d;font-size:50px;line-height:1.05}
.xed66_herosub{display:flex;gap:12px;margin-bottom:24px;justify-content:center;align-items:center;flex-wrap:wrap}
.xed66_subt{font-size:16px;font-weight:900;color:#fff;margin:0}
.xed66_cryptos{display:inline-flex;align-items:center;gap:4px;background:#000;border-radius:9999px;padding:6px 16px 6px 6px}
.xed66_cryptos img{width:30px;height:30px;display:block}
.xed66_cryptoarr{display:block;flex:0 0 auto;margin-left:6px}
.xed66_note{color:rgba(255,255,255,.8);font-weight:600;font-size:16px;text-align:center;margin:0}
.xed66_rating{display:flex;align-items:center;gap:10px;margin-top:26px;margin-bottom:14px;justify-content:center}
.xed66_avs{max-width:100px;display:block}
.xed66_rtxt{font-size:13px;line-height:15px;display:block;font-weight:400;color:rgba(255,255,255,.8)}
.xed66_rtxt b{font-weight:700;color:#fff}
.xed66_rstars{display:block;width:108px;height:auto}
.xed66_heroR{margin:24px auto 0;width:100%;max-width:430px}
.xed66_form{position:relative;margin:0}
.xed66_formbg{display:none}
.xed66_fwrap{position:relative;z-index:1;padding:30px 0px;width:100%;margin:0}
.xed66_fhd{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;margin-bottom:18px}
.xed66_flogo{display:inline-flex}
.xed66_flogo .xed66_logotxt{display:none}
.xed66_ftitle{font-size:24px;font-weight:900;padding:0;margin:0;color:#fff}
.xed66_form input:not(.iti__search-input){display:block;width:100%;padding:13px 14px;margin:0 0 12px;border-radius:8px;border:1px solid rgba(0,0,0,.12);outline:none;font-size:14px;font-weight:400;color:#000;background:#fff}
.xed66_fcta{padding:15px;font-size:15px;line-height:20px;margin-top:6px;border-radius:8px}
.xed66_form .iti,.xed66_cform .iti{width:100%;display:block}
.xed66_form .iti{margin:0 0 12px}
.xed66_form .iti input[type=tel],.xed66_cform .iti input[type=tel]{margin:0}
.iti--separate-dial-code .iti__selected-flag{background-color:transparent!important}
.iti--separate-dial-code .iti__selected-flag:hover,
.iti--allow-dropdown .iti__selected-flag:hover,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:transparent!important}
/* CARDS-FEATURES (techno): title + 2-col body, banner image + divider list */
.xed66_techno .xed66_wrap{padding:30px 20px}
.xed66_steptitle{margin:0 0 20px}
.xed66_tcbody{display:flex;flex-direction:column}
.xed66_tcimg{background-position:center;background-size:cover;border-radius:12px;height:260px;margin:0 0 20px}
.xed66_tctext{font-size:16px;line-height:28px;font-weight:400;color:#78716c;margin:0 0 20px}
.xed66_flist{list-style:none;padding:0;margin:0 0 20px}
.xed66_flitem{display:flex;justify-content:flex-start;align-items:center;gap:14px;padding:10px 6px;border-top:1px solid #F5F5F5}
.xed66_flitem:last-child{border-bottom:1px solid #F5F5F5}
.xed66_flico{color:#fcd34d;flex:0 0 auto;display:inline-flex;align-items:center}
.xed66_flico .ic{width:34px;height:34px}
.xed66_flitem h3{font-size:16px;line-height:24px;margin:0;color:#191D20;font-weight:700}
.xed66_ctasec{width:100%}
/* GRID CARDS (about/team/values pages): clean white card, soft depth */
.xed66_cards{display:grid;grid-template-columns:1fr;gap:20px}
.xed66_card{background:#fff;border:1px solid #e7e5e4;border-radius:12px;padding:28px;box-shadow:0 4px 16px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.04);transition:transform .2s,box-shadow .2s}
.xed66_card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(16,28,46,.12)}
.xed66_ico{color:#fcd34d;margin-bottom:14px;line-height:1}
.xed66_ico .ic{width:32px;height:32px}
.xed66_card h3{margin-bottom:4px;font-size:20px}
.xed66_crole{display:inline-block;color:#fcd34d;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}
.xed66_card p{color:#78716c;font-size:16px;line-height:1.6;margin:0}
/* prose */
.xed66_sec p{color:#78716c;line-height:1.8}
/* split */
.xed66_splitgrid{display:flex;flex-direction:column;gap:10px}
.xed66_splitL h2{margin:0 0 10px}
.xed66_splitR p{font-size:16px;line-height:1.75;color:#78716c}
/* lead_line */
.xed66_lineblk{padding:0}
.xed66_line{background:#a78bfa;color:#fff;font-weight:900;font-size:20px;line-height:28px;text-align:center;padding:24px 30px;margin:0;border-radius:12px}
/* MARKET: dark panel, coin rows (icon+name+sub+price), center phone */
.xed66_market{padding:0 0 90px}
.xed66_market .xed66_steptitle{color:#1c1917}
.xed66_mpanel{background:#2A2C34;border-radius:12px;padding:32px 24px;display:grid;grid-template-columns:1fr;align-items:center;justify-items:center;gap:16px;overflow:hidden;position:relative}
.xed66_coinlist{display:flex;flex-direction:column;gap:16px;width:100%;align-items:center}
.xed66_coinrow{background:rgba(255,255,255,.06);border-radius:12px;padding:5px 20px;max-width:300px;width:100%;display:flex;align-items:center;gap:16px}
.xed66_coinico{width:36px;height:36px;flex:0 0 auto;display:block}
.xed66_coinph{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fcd34d;color:#fff;font-weight:900;font-size:11px}
.xed66_coinm{color:#cbd5e1}
.xed66_coinn{font-weight:900;color:#fff;font-size:18px}
.xed66_coins{font-size:16px;font-weight:400;color:rgba(255,255,255,.4)}
.xed66_coinp{margin-left:auto;font-weight:900;font-size:18px}
.xed66_up{color:#22c55e}
.xed66_down{color:#dc2626}
.xed66_phonewrap{position:relative;display:flex;justify-content:center;align-items:center;pointer-events:none;order:3;transform:translateY(30px)}
.xed66_phoneglow{position:absolute;width:360px;height:360px;border-radius:50%;opacity:.2;left:-30%;top:-40%;background:radial-gradient(50% 50% at 50% 50%,#533BE0 0%,rgba(255,255,255,0) 100%);filter:blur(2px)}
.xed66_phoneimg{position:relative;width:180px;max-width:100%}
/* FEATURES TABLE: grid lines, white header (black ink) */
.xed66_ftbl{background:#f5f3ff}
.xed66_ftbl .xed66_steptitle{text-align:center;margin:0 0 20px}
.xed66_ftmob{display:block}
.xed66_ftmt{width:100%;border-collapse:collapse;background:#fff;border:1px solid #0088FF;border-radius:12px 12px 12px 0;overflow:hidden;margin:0 0 10px}
.xed66_ftmt td{width:50%;padding:20px 10px;border:1px solid #0088FF;font-size:14px;line-height:20px;color:#78716c}
.xed66_ftmt tr:first-child td{border-top:none}
.xed66_ftmt tr:last-child td{border-bottom:none}
.xed66_ftmt td:first-child{border-left:none}
.xed66_ftmt td:last-child{border-right:none}
.xed66_ftk{font-weight:900;text-transform:uppercase;color:#1c1917}
.xed66_ftdesk{display:none}
.xed66_ftt{width:100%;border-collapse:collapse;background:#fff;border:1px solid #0088FF;border-radius:12px;overflow:hidden;table-layout:fixed}
.xed66_ftt th,.xed66_ftt td{padding:18px;border:1px solid #0088FF;text-align:left;width:100%;color:#78716c}
.xed66_ftt th{font-size:20px;line-height:24px;color:#000;font-weight:900}
.xed66_ftt tr:first-child th{border-top:none}
.xed66_ftt tbody tr:last-child td{border-bottom:none}
.xed66_ftt th:first-child,.xed66_ftt td:first-child{border-left:none}
.xed66_ftt th:last-child,.xed66_ftt td:last-child{border-right:none}
/* registration counter: a single centered line (per TZ), accent number */
.xed66_tipblk{padding:28px 16px}
.xed66_tipblk .xed66_wrap{max-width:1000px}
.xed66_tipblk .xed66_tip{margin:0;background:#a78bfa;color:#fff;border-radius:14px;font-weight:800;font-size:18px;line-height:1.5;padding:26px 32px;text-align:center;box-shadow:0 10px 30px rgba(167,139,250,.28)}
.xed66_cnt{font-weight:900;color:#fff;background:rgba(255,255,255,.18);border-radius:8px;padding:2px 10px;margin:0 2px;display:inline-block}
/* TESTIMONIALS: bordered card, photo bleeds on desktop, info at top */
.xed66_tmls{background:#fff}
.xed66_tmlcard{display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;margin-bottom:20px;position:relative;border:1px solid #e7e5e4;border-radius:16px;background:#fff;box-shadow:0 4px 16px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.04)}
.xed66_tmlcard:last-child{margin-bottom:0}
.xed66_tmlc{flex:1;position:relative;padding:10px;text-align:start}
.xed66_tmlinfo{display:flex;gap:10px;align-items:center;margin:0 0 10px}
.xed66_tmlq{height:40px;width:auto;flex:0 0 auto}
.xed66_tmlname{font-size:20px;font-weight:900;color:#292524;margin:0;line-height:28px}
.xed66_tmlrole{font-size:14px;line-height:20px;font-weight:600;color:#78716c;text-transform:uppercase;letter-spacing:1px;margin:0}
.xed66_tmltext{padding:0 0 0 20px}
.xed66_tmltext p{font-size:14px;line-height:1.5;font-weight:400;color:#78716c;margin:0}
.xed66_tmlph{display:block;margin:0 0 10px auto;width:100%}
.xed66_tmlph img{width:100%;border-radius:0 0 12px 12px}
/* REVIEWS: cards in a 3-up flex row, stars img, hr, avatar */
.xed66_reviews .xed66_wrap{padding:30px 20px}
.xed66_reviews .xed66_stephead{align-items:flex-start}
.xed66_rwrap{display:flex;flex-direction:column;gap:20px}
.xed66_review{display:flex;flex-direction:column;gap:16px;width:100%;background:#fff;border:1px solid #e7e5e4;border-radius:12px;padding:28px;box-shadow:0 4px 16px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.04);transition:transform .2s,box-shadow .2s}
.xed66_review:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(16,28,46,.12)}
.xed66_review .xed66_rstars{width:95px;height:auto;flex:0 0 auto}
.xed66_review p{flex:1 1 auto;font-size:15px;font-weight:400;line-height:1.6;color:#78716c;margin:0}
.xed66_review hr{border:0;border-top:1px solid rgba(0,0,0,.08);width:100%;margin:0}
.xed66_review .xed66_rinfo{display:flex;align-items:center;gap:14px;flex-direction:row;margin:0}
.xed66_ravatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex:0 0 auto;display:block}
.xed66_rinfo>div{display:flex;flex-direction:column;gap:6px;align-items:flex-start;min-width:0}
.xed66_review h3{font-size:17px;font-weight:900;color:#1c1917;margin:0;line-height:1.2}
.xed66_amt{background:#a78bfa;border-radius:6px;padding:5px 14px;color:#fff;font-size:15px;font-weight:800;display:inline-block;white-space:nowrap}
.xed66_stars{color:#f59e0b;letter-spacing:2px}
/* FAQ: flat accordion "?" marker, chevron rotates 90deg */
.xed66_faq{display:flex;flex-direction:column}
.xed66_faqi{margin:0 0 6px;overflow:hidden;background:#faf5ff;border:1px solid #e9ecef;border-radius:12px}
.xed66_faqi summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px;padding:16px 20px;transition:background .3s ease;background:#faf5ff}
.xed66_faqi summary:hover{background:#e9ecef}
.xed66_faqi summary::-webkit-details-marker{display:none}
.xed66_faqm{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:#fcd34d;color:#fff;font-weight:900;font-size:16px}
.xed66_faqt{flex:1;font-size:16px;font-weight:900;color:#78716c;line-height:28px}
.xed66_faqx{flex:0 0 auto;color:#2d3748;margin-left:12px;transform:rotate(-90deg);transition:transform .3s ease}
.xed66_faqi[open] .xed66_faqx{transform:rotate(0deg)}
.xed66_faqi>div{padding:0 20px 30px;font-size:14px;font-weight:400;line-height:28px;color:#4a5568;background:#faf5ff}
.xed66_more{margin-top:16px}
.xed66_more summary{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:8px;color:#fcd34d;font-weight:900;font-size:15px;text-transform:uppercase;letter-spacing:.02em;padding:12px 0}
.xed66_more summary::-webkit-details-marker{display:none}
.xed66_more summary::after{content:"";width:10px;height:10px;border-right:2px solid #fcd34d;border-bottom:2px solid #fcd34d;transform:rotate(45deg);transition:transform .2s}
.xed66_more[open] summary::after{transform:rotate(-135deg)}
.xed66_more[open] summary{margin-bottom:8px}
.xed66_more>div{display:block}
.xed66_more h3{margin:32px 0 14px;color:#1c1917;font-size:21px;font-weight:800;line-height:1.3;padding-left:14px;border-left:3px solid #fcd34d}
.xed66_more h3:first-child{margin-top:8px}
.xed66_more p{color:#78716c;line-height:1.75;margin:0 0 16px;font-size:16px}
.xed66_more ul,.xed66_more ol{margin:4px 0 24px;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.xed66_more li{position:relative;color:#1c1917;line-height:1.5;font-size:15px;font-weight:600;padding:18px 18px 18px 50px;background:#f5f3ff;border:1px solid #e7e5e4;border-radius:12px;display:flex;align-items:center;min-height:60px;transition:border-color .2s,box-shadow .2s}
.xed66_more li:hover{border-color:#fcd34d;box-shadow:0 6px 20px rgba(0,0,0,.06)}
.xed66_more ul li::before{content:"";position:absolute;left:18px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;background:#fcd34d;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center/14px no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center/14px no-repeat}
.xed66_more ol{counter-reset:xitem}
.xed66_more ol li{counter-increment:xitem}
.xed66_more ol li::before{content:counter(xitem);position:absolute;left:14px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background:#fcd34d;color:#1a1300;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}
/* cta block */
.xed66_ctablk{background:#1c1127;color:#fff}
.xed66_ctablk h2{color:#fff}
.xed66_ctablk .xed66_lead{color:rgba(255,255,255,.8)}
.xed66_ctablk .xed66_btn{margin-top:8px}
.xed66_ctablk .xed66_btn:hover{color:#fcd34d}
/* FOOTER: bg #2A2C34, brand + uppercase nav, disclaimer, bottom bar */
.xed66_ft{background:#211530;color:#cbd5e1}
.xed66_ft .xed66_wrap{padding:20px}
.xed66_ft a{color:#fff}
.xed66_ftop{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px;padding-bottom:16px}
.xed66_ftleft{display:flex;flex-direction:column;align-items:center;gap:12px}
.xed66_ftbrand{display:inline-flex;align-items:center;gap:10px}
.xed66_ftbrand:hover{border-bottom:1px solid transparent}
.xed66_ftbrand .xed66_logotxt{font-size:30px}
.xed66_fcontacts{font-size:13px;color:rgba(255,255,255,.6);margin:0;text-align:center}
.xed66_fnav{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;text-align:center}
.xed66_fnav a{color:#fff;text-transform:uppercase;font-weight:900;font-size:14px;display:inline-flex;align-items:center;min-height:32px}
.xed66_disc{padding-top:20px}
.xed66_disc p{font-size:12px;line-height:16px;color:rgba(255,255,255,.3);font-weight:400;margin:0}
.xed66_fbot{border-top:1px solid rgba(255,255,255,.1)}
.xed66_fbot p{font-size:14px;line-height:20px;color:#fff;text-align:center;margin:0}
.xed66_legalwrap{max-width:840px}
.xed66_legal h1{font-size:clamp(28px,5vw,40px);margin-bottom:28px;font-weight:900}
.xed66_legalbody{display:flex;flex-direction:column;gap:20px}
.xed66_legalsec{background:#fff;border:1px solid #e7e5e4;border-radius:14px;padding:28px 32px;box-shadow:0 4px 16px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.04)}
.xed66_legalsec h2{margin:0 0 14px;font-size:20px;font-weight:800;line-height:1.3;color:#1c1917;padding-left:14px;border-left:3px solid #fcd34d}
.xed66_legalsec p{margin:0 0 12px;color:#78716c;line-height:1.75;font-size:16px}
.xed66_legalsec p:last-child{margin-bottom:0}
.xed66_legalsec ul{margin:8px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}
.xed66_legalsec li{position:relative;padding-left:26px;color:#78716c;line-height:1.6;font-size:16px}
.xed66_legalsec li::before{content:"";position:absolute;left:4px;top:9px;width:7px;height:7px;border-radius:50%;background:#fcd34d}
/* page-head (sub-pages h1) */
.xed66_pagehead{padding-bottom:8px}
.xed66_pagehead h1{font-size:clamp(28px,5vw,40px);margin-bottom:14px;position:relative}
.xed66_pagehead h1::after{content:"";display:block;width:64px;height:4px;border-radius:2px;background:#fcd34d;margin-top:18px}
.xed66_pagelead{color:#78716c;font-size:17px;line-height:1.6;max-width:680px;margin:0}
.xed66_crumbs ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;font-size:13px;color:#78716c}
.xed66_crumbs li{display:inline-flex;align-items:center}
.xed66_crumbs li+li::before{content:"/";margin-right:8px;color:#78716c;opacity:.6}
.xed66_crumbs a{color:#78716c}
.xed66_crumbs a:hover{color:#fcd34d}
.xed66_crumbs [aria-current]{color:#1c1917;font-weight:600}
/* thank-you page */
.xed66_thanks{padding:64px 0}
.xed66_thico{color:#fcd34d;display:flex;justify-content:center;margin-bottom:20px}
.xed66_thico .ic{width:88px;height:88px;stroke-width:2.5}
.xed66_thanks h1{font-size:clamp(28px,5vw,40px);margin-bottom:14px}
.xed66_thanks p{max-width:560px;margin:0 auto 12px;color:#78716c;font-size:16px;line-height:1.7}
.xed66_thanks .xed66_btn{margin-top:18px}
/* 404 page */
.xed66_nf{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:140px 0 60px!important;}
.xed66_nfcode{font-weight:700;line-height:1;color:#fcd34d;font-size:clamp(90px,18vw,150px);margin-bottom:16px}
.xed66_nf h1{font-size:clamp(26px,4vw,38px);margin-bottom:16px}
.xed66_nf .xed66_lead{max-width:480px;margin:0 auto 32px;color:#78716c;line-height:1.6}
.xed66_nfbox{max-width:520px;margin:0 auto 24px;text-align:left;background:#f5f3ff;border:1px solid #e7e5e4;border-radius:12px;padding:20px 24px}
.xed66_nfbt{font-weight:900;color:#1c1917;margin:0 0 10px}
.xed66_nfbox ul{margin:0;padding-left:20px;color:#78716c}
.xed66_nfbox li{margin:0 0 6px;line-height:1.5}
/* review table + review hero */
.xed66_rtwrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.xed66_rt{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e7e5e4;border-radius:12px;overflow:hidden;min-width:640px}
.xed66_rt th,.xed66_rt td{padding:14px 16px;border-bottom:1px solid #e7e5e4;text-align:left;font-size:14px;color:#1c1917;vertical-align:middle}
.xed66_rt thead th{background:#1c1127;color:#fff;font-weight:900;text-transform:uppercase;font-size:13px}
.xed66_rtmain{background:#fffbeb}
.xed66_rtmain td{font-weight:600}
.xed66_vgood{color:#22c55e;font-weight:700}
.xed66_vmed{color:#d97706;font-weight:700}
.xed66_revhero{background:#f5f3ff;text-align:center}
.xed66_revrate{font-size:22px;color:#f59e0b;margin:8px 0 14px}
.xed66_revrate b{color:#1c1917}
.xed66_badges{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:14px}
.xed66_badge{background:#1c1127;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;padding:6px 12px;border-radius:9999px}
.xed66_revhero .xed66_lead{max-width:760px;margin:0 auto;color:#78716c}
/* timeline */
.xed66_tl{list-style:none;padding:0;margin:0;position:relative}
.xed66_tl:before{content:"";position:absolute;left:8px;top:8px;bottom:8px;width:2px;background:linear-gradient(#fcd34d,#e7e5e4)}
.xed66_tli{position:relative;padding:0 0 20px 40px}
.xed66_tli:last-child{padding-bottom:0}
.xed66_tli:before{content:"";position:absolute;left:1px;top:6px;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid #fcd34d;box-shadow:0 0 0 4px rgba(252,211,77,.15)}
.xed66_tlyear{display:inline-block;background:rgba(252,211,77,.12);color:#c87f10;padding:2px 12px;border-radius:6px;font-weight:800;font-size:14px;margin-bottom:10px}
.xed66_tlbody{background:#fff;border:1px solid #e7e5e4;border-radius:12px;padding:18px 22px;box-shadow:0 4px 16px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.04)}
.xed66_tlbody h3{margin:0 0 6px;font-size:17px;font-weight:800;color:#1c1917}
.xed66_tlbody p{color:#78716c;margin:0;line-height:1.6}
.xed66_cgrid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:40px}
.xed66_cinfo{list-style:none;padding:28px;margin:0;display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #e7e5e4;border-radius:14px;box-shadow:0 4px 16px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.04)}
.xed66_cinfo li{display:flex;align-items:center;gap:14px;font-size:16px;color:#1c1917;padding:14px 0;border-bottom:1px solid #e7e5e4}
.xed66_cinfo li:last-child{border-bottom:none}
.xed66_cico{color:#fcd34d;flex:0 0 auto;line-height:1;display:inline-flex;width:42px;height:42px;border-radius:50%;background:rgba(252,211,77,.12);align-items:center;justify-content:center}
.xed66_cico .ic{width:22px;height:22px}
.xed66_cform{display:flex;flex-direction:column;gap:14px;background:#fff;border:1px solid #e7e5e4;border-radius:14px;padding:30px;box-shadow:0 4px 16px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.04)}
.xed66_cform input,.xed66_cform textarea{width:100%;padding:14px;border:1px solid #e7e5e4;border-radius:10px;font:inherit;font-size:16px;color:#1c1917;background:#f9fafb}
.xed66_cform input:focus,.xed66_cform textarea:focus{border-color:#fcd34d;background:#fff;box-shadow:0 0 0 3px rgba(252,211,77,.15)}
.xed66_cform textarea{resize:vertical;min-height:120px}
.xed66_map{display:block;width:100%;height:420px;border:0;border-radius:16px;margin:24px 0;box-shadow:0 4px 16px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.04);background:#eef2f7}
.xed66_cfaq{margin-top:24px;display:flex;flex-direction:column;gap:14px}
.xed66_cqa{background:#fff;border:1px solid #e7e5e4;border-radius:12px;padding:20px 24px;box-shadow:0 4px 16px rgba(16,24,40,.06),0 1px 3px rgba(16,24,40,.04)}
.xed66_cqa h3{margin:0 0 8px;font-size:17px;font-weight:700;color:#1c1917}
.xed66_cqa p{color:#78716c;margin:0;line-height:1.6}
/* a11y + interaction polish */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid #fcd34d;outline-offset:2px}
.xed66_cform input:focus,.xed66_form input:focus,.xed66_cform textarea:focus{outline:none}
@media(prefers-reduced-motion:reduce){*{transition:none !important;animation:none !important;scroll-behavior:auto !important}}
/* responsive */
@media(min-width:768px){
.xed66_heroL h1{font-size:56px;text-align:left}
.xed66_hacc{font-size:50px}
.xed66_subt{flex:unset}
.xed66_fcta{font-size:16px;line-height:24px}
.xed66_sec{padding:34px 0}
.xed66_rwrap{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.xed66_hdin{padding-top:18px;padding-bottom:18px}
.xed66_hero{padding:96px 16px 0}
.xed66_herobg::before{display:block}
.xed66_herowrap{flex-direction:row;padding:48px 24px;gap:40px}
.xed66_heroL{width:52%;padding:0;text-align:left}
.xed66_herosub{justify-content:flex-start}
.xed66_cryptos img{width:35px;height:35px}
.xed66_note{text-align:start;font-size:18px}
.xed66_rating{gap:20px;margin-top:40px;margin-bottom:0;justify-content:flex-start}
.xed66_rtxt{font-size:16px;line-height:1.4}
.xed66_heroR{flex:0 0 427px;max-width:427px;margin:0 0 0 auto;padding-top:8px}
.xed66_cards{grid-template-columns:repeat(3,1fr)}
.xed66_splitgrid{flex-direction:row;justify-content:space-between;gap:40px}
.xed66_splitL{flex:0 0 46%;max-width:50%}
.xed66_splitR{flex:1}
.xed66_nav{display:flex}
.xed66_burger{display:none}
.xed66_techno .xed66_wrap{padding:40px 60px}
.xed66_tcbody{flex-direction:row;align-items:center;gap:40px}
.xed66_tcimg{flex:0 0 50%;margin:0 0 0 -10%;height:400px}
.xed66_tcright{flex:1}
.xed66_flist{margin:0 0 38px}
.xed66_ctasec{float:right;width:fit-content}
.xed66_cgrid{display:grid;grid-template-columns:0.85fr 1.15fr;gap:48px;align-items:start}
.xed66_ftmob{display:none}
.xed66_ftdesk{display:block}
.xed66_ftbl .xed66_wrap{padding:30px 60px}
}
@media(min-width:1024px){
.xed66_modal{display:none}
.xed66_subt{font-size:24px}
.xed66_heroL{padding:80px 0}
.xed66_hero{padding:0}
.xed66_herowrap{padding:48px 24px}
.xed66_herobg::before{background-position:center}
.xed66_market{padding:40px 0 140px}
.xed66_market .xed66_stephead{flex-direction:row;justify-content:space-between;align-items:center;gap:60px;margin-bottom:70px}
.xed66_mpanel{grid-template-columns:1fr 1fr 1fr;gap:24px}
.xed66_phonewrap{order:0;transform:none}
.xed66_phoneglow{width:520px;height:520px;top:unset}
.xed66_phoneimg{width:300px}
.xed66_reviews .xed66_stephead{flex-direction:row;justify-content:space-between;align-items:center;gap:60px}
.xed66_rwrap{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.xed66_tmls{padding-top:20px}
.xed66_tmlcard{gap:32px;padding:32px;margin-bottom:24px;overflow:hidden;flex-direction:row;align-items:center}
.xed66_tmlcard.xed66_tmlrev{flex-direction:row-reverse}
.xed66_tmlc{flex:1;padding:0}
.xed66_tmltext{padding:0}
.xed66_tmltext p{font-size:17px;line-height:1.65}
.xed66_tmlname{font-size:22px}
.xed66_tmlph{flex:0 0 auto;width:240px;margin:0;transform:none}
.xed66_tmlph img{width:240px;height:240px;object-fit:cover;border-radius:14px}
.xed66_tmlcard .xed66_tmlph,.xed66_tmlrev .xed66_tmlph{transform:none;margin:0}
.xed66_ft .xed66_wrap{padding:20px 50px}
.xed66_ftop{flex-direction:row}
.xed66_ftleft{flex-direction:row;align-items:center;gap:20px}
.xed66_fcontacts{text-align:left}
.xed66_fnav{gap:20px 28px;justify-content:flex-start}
.xed66_disc p{text-align:left}
.xed66_btn{width:fit-content}
.xed66_btnfull{width:100%}
.xed66_fcta{width:100%}
.xed66_splitR p{font-size:18px}
.xed66_faqt{font-size:20px}
.xed66_faqi>div{padding:15px 20px 20px;font-size:18px}
.xed66_tmlinfo{gap:24px;margin:0 0 28px}
.xed66_review .xed66_rinfo{gap:24px}
}