*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--primary:#E040FB;--primary-dark:#AA00FF;--dark:#12071A;--dark-light:#22102E;--accent:#00E5FF;--radius:20px;--max-w:1140px;--font:Georgia,'Times New Roman',serif}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font);background:var(--dark);color:#C9D1D9;line-height:1.6}
a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}
img{max-width:100%;display:block}ul{list-style:none}
.tef-container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}
.tef-header{position:sticky;top:0;z-index:100;background:rgba(13,17,23,.92);backdrop-filter:blur(12px);border-bottom:1px solid #21262d}
.tef-header .tef-container{display:flex;align-items:center;justify-content:space-between;height:64px}
.tef-logo{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:#fff}
.tef-logo img{width:32px;height:32px}
.tef-nav{display:flex;gap:24px}.tef-nav a{color:#C9D1D9;font-size:.9375rem;font-weight:500}
.tef-nav a:hover,.tef-nav a.active{color:var(--primary)}
.tef-burger{display:none;background:none;border:none;cursor:pointer;padding:4px}
.tef-burger span{display:block;width:24px;height:2px;background:#C9D1D9;margin:5px 0;border-radius:2px}
.tef-hero{padding:100px 0 80px;text-align:center;background:linear-gradient(135deg,rgba(224,64,251,.06) 0%,transparent 70%)}
.tef-hero h1{font-size:2.75rem;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.15}
.tef-hero h1 span{color:var(--primary)}.tef-hero p{font-size:1.2rem;max-width:640px;margin:0 auto 36px;color:#8B949E}
.tef-hero-accent{display:inline-block;padding:12px 32px;border-radius:var(--radius);background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#ffffff;font-weight:700;font-size:1.05rem}
.tef-cta-tagline{text-align:center;font-size:1.25rem;font-weight:600;color:var(--primary)}
section,.tef-section{padding:80px 0}
.tef-section-title{text-align:center;font-size:2rem;font-weight:700;color:#fff;margin-bottom:12px}
.tef-section-sub{text-align:center;color:#8B949E;max-width:640px;margin:0 auto 48px;font-size:1.05rem}
.tef-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tef-card{background:var(--dark-light);border:1px solid #21262d;border-radius:var(--radius);padding:32px;transition:border-color .25s,transform .25s}
.tef-card:hover{border-color:var(--primary);transform:translateY(-4px)}
.tef-card h3{color:#fff;font-size:1.125rem;margin-bottom:8px}.tef-card p{font-size:.9375rem;color:#8B949E}
.tef-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;counter-reset:step}
.tef-step{text-align:center}.tef-step::before{counter-increment:step;content:counter(step);display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 20px;border-radius:50%;border:2px solid var(--primary);font-size:1.5rem;font-weight:700;color:var(--primary)}
.tef-step h3{color:#fff;margin-bottom:8px}.tef-step p{color:#8B949E;font-size:.9375rem}
.tef-stats{display:flex;justify-content:center;gap:64px;flex-wrap:wrap;text-align:center}
.tef-stat strong{display:block;font-size:2.5rem;color:var(--primary);line-height:1.1}.tef-stat span{color:#8B949E;font-size:.9375rem}
.tef-faq-list{max-width:780px;margin:0 auto}.tef-faq-item{border-bottom:1px solid #21262d}
.tef-faq-question{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;padding:22px 0;cursor:pointer;font-size:1.0625rem;font-weight:600;color:#fff;font-family:var(--font);text-align:left}
.tef-faq-question::after{content:"+";font-size:1.5rem;color:var(--primary)}.tef-faq-item.open .tef-faq-question::after{content:"−"}
.tef-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.tef-faq-item.open .tef-faq-answer{max-height:600px}.tef-faq-answer-inner{padding:0 0 22px;color:#8B949E;font-size:.9375rem;line-height:1.7}
.tef-contact-form{max-width:500px;margin:0 auto}.tef-contact-form input,.tef-contact-form textarea{width:100%;padding:12px 16px;background:var(--dark);border:1px solid #21262d;border-radius:var(--radius);color:#fff;font-size:.9375rem;font-family:var(--font);margin-bottom:12px}
.tef-contact-form textarea{min-height:120px;resize:vertical}.tef-contact-form button{width:100%}
.tef-usp{background:var(--dark-light);padding:80px 0}.tef-usp-list{max-width:700px;margin:0 auto;list-style:none;padding:0}
.tef-usp-closing{text-align:center;margin-top:24px;color:#8B949E}.tef-contact{padding:80px 0}
.tef-kw-boost{font-size:.75rem;color:#555;padding:1rem 0;border-top:1px solid #21262d}
.tef-faq{padding:80px 0}.tef-content-page{padding:80px 0}.tef-nav a.active{color:var(--primary)}
.tef-usp-point{padding:12px 0;border-bottom:1px solid #21262d;color:#C9D1D9;font-size:.9375rem}
.tef-cta-banner{text-align:center;padding:48px 0;background:linear-gradient(135deg,rgba(224,64,251,.08) 0%,transparent 100%)}
.tef-page-hero{padding:80px 0 48px;text-align:center;background:linear-gradient(135deg,rgba(224,64,251,.06) 0%,transparent 70%)}
.tef-page-title{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:12px}
.tef-about-block,.tef-content-section{max-width:780px;margin:0 auto}
.tef-about-block h2,.tef-content-section h2{color:#fff;font-size:1.5rem;margin:32px 0 12px}
.tef-about-block p,.tef-content-section p{margin-bottom:16px;color:#C9D1D9;line-height:1.75}
.tef-timeline{position:relative;padding-left:32px;margin:24px 0}.tef-timeline::before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:#21262d}
.tef-timeline-item{position:relative;margin-bottom:28px}.tef-timeline-item::before{content:"";position:absolute;left:-28px;top:6px;width:12px;height:12px;border-radius:50%;background:var(--primary);border:2px solid var(--dark)}
.tef-timeline-item h3{color:#fff;font-size:1rem;margin-bottom:4px}.tef-timeline-item p{color:#8B949E;font-size:.9375rem}
.tef-footer{background:var(--dark-light);border-top:1px solid #21262d;padding:48px 0 32px}
.tef-footer-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}
.tef-footer-col h4{color:#fff;margin-bottom:14px;font-size:.9375rem}.tef-footer-col ul li{margin-bottom:8px}
.tef-footer-col a{color:#8B949E;font-size:.875rem}.tef-footer-col a:hover{color:var(--primary)}
.tef-footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid #21262d;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:#8B949E;font-size:.8125rem}
.tef-footer-kw{margin-top:24px;font-size:.75rem;color:#484f58;text-align:center}
.tef-footer-cta{display:inline-block;margin-top:12px;padding:8px 20px;border-radius:var(--radius);background:var(--primary);color:#ffffff;font-weight:600;font-size:.875rem;text-decoration:none}.tef-footer-cta:hover{background:var(--primary-dark)}
.tef-comparison{width:100%;border-collapse:collapse;margin:0 auto;max-width:780px}.tef-comparison th{background:var(--dark-light);color:var(--primary);padding:14px 20px;text-align:left;font-size:.9375rem;border-bottom:2px solid var(--primary)}.tef-comparison td{padding:12px 20px;border-bottom:1px solid #21262d;font-size:.9375rem;color:#C9D1D9}.tef-comparison tr:hover{background:rgba(255,255,255,.02)}
.tef-exchange-form{padding:80px 0;background:linear-gradient(180deg,rgba(224,64,251,.08) 0%,transparent 100%)}.tef-exchange-btn{display:inline-block;padding:16px 48px;font-size:1.25rem;margin-top:24px;text-decoration:none}
.tef-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:800px;margin:24px auto;border-radius:var(--radius)}.tef-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.tef-map-wrapper{max-width:800px;margin:24px auto;border-radius:var(--radius);overflow:hidden}.tef-map-wrapper iframe{width:100%;height:400px;border:0}
.tef-socials{text-align:center;padding:32px 0}.tef-socials a{display:inline-block;margin:0 12px;padding:8px 20px;border:1px solid #21262d;border-radius:var(--radius);color:#C9D1D9;font-size:.9375rem;transition:border-color .2s,color .2s}.tef-socials a:hover{border-color:var(--primary);color:var(--primary)}
@media(max-width:900px){.tef-features,.tef-steps{grid-template-columns:repeat(2,1fr)}.tef-stats{gap:40px}}
@media(max-width:640px){.tef-hero{padding:64px 0 48px}.tef-hero h1{font-size:1.85rem}section,.tef-section{padding:56px 0}.tef-section-title{font-size:1.5rem}.tef-features,.tef-steps{grid-template-columns:1fr}.tef-stats{gap:32px}.tef-nav{position:fixed;top:64px;left:0;right:0;bottom:0;background:rgba(13,17,23,.98);flex-direction:column;align-items:center;justify-content:center;gap:32px;transform:translateX(100%);transition:transform .3s}.tef-nav.open{transform:translateX(0)}.tef-nav a{font-size:1.25rem}.tef-burger{display:block}.tef-footer-grid{flex-direction:column;gap:28px}.tef-footer-bottom{flex-direction:column;text-align:center}}
.tef-tkr{overflow:hidden;white-space:nowrap;background:#AA00FF;border-bottom:1px solid rgba(255,255,255,.15)}
.tef-tkr-track{display:inline-block;padding:7px 0;animation:teftkr 32s linear infinite;font-size:.8rem;letter-spacing:1px;color:#ffffff;text-transform:uppercase;font-weight:600}
.tef-tkr-track span{padding:0 8px}
.tef-tkr-sep{opacity:.5}
.tef-tkr:hover .tef-tkr-track{animation-play-state:paused}
@keyframes teftkr{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.tef-rating{text-align:center}
.tef-rating-box{display:inline-flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center;background:#22102E;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:18px 34px}
.tef-rating-score{font-size:2.8rem;font-weight:800;color:#E040FB;line-height:1}
.tef-rating-meta{text-align:left}
.tef-rating-stars{color:#f5b301;font-size:1.3rem;letter-spacing:2px}
.tef-rating-meta p{font-size:.8rem;color:#8B949E;margin-top:3px}
.tef-rating-pill{background:#E040FB;color:#ffffff;font-size:.72rem;font-weight:700;letter-spacing:1.5px;padding:6px 14px;border-radius:var(--radius)}
.tef-bars{max-width:680px;margin:0 auto}
.tef-bar{margin:0 0 18px}
.tef-bar-head{display:flex;justify-content:space-between;font-size:.9rem;color:#C9D1D9;margin-bottom:6px}
.tef-bar-track{background:#22102E;height:7px;border-radius:4px;overflow:hidden}
.tef-bar-fill{height:100%;background:linear-gradient(90deg,#AA00FF,#E040FB);transition:width 1s ease}
.tef-pc{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto}
.tef-pc-col{background:#22102E;border-radius:var(--radius);padding:22px 26px}
.tef-pc-col h3{font-family:ui-monospace,monospace;font-size:.9rem;margin-bottom:14px;letter-spacing:1px}
.tef-pc-pro h3{color:#E040FB}
.tef-pc-con h3{color:#e0574a}
.tef-pc-col ul li{position:relative;padding-left:20px;margin-bottom:10px;font-size:.9rem;color:#C9D1D9;line-height:1.5}
.tef-pc-pro ul li::before{content:"+";position:absolute;left:0;color:#E040FB;font-weight:700}
.tef-pc-con ul li::before{content:"\2212";position:absolute;left:0;color:#e0574a;font-weight:700}
.tef-pullquote{border-left:4px solid #E040FB;margin:28px 0;padding:8px 0 8px 24px;font-size:1.3rem;font-style:italic;color:#fff;line-height:1.5}
.tef-disclaimer{margin-top:20px;font-size:.75rem;color:#6e7681;text-align:center;line-height:1.5}
@media(max-width:640px){.tef-pc{grid-template-columns:1fr}.tef-rating-score{font-size:2.2rem}}
/* privacy variant */
:root{--font:Tahoma,Geneva,Verdana,sans-serif}
