*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;scroll-padding-top:64px}
body{min-height:100dvh;background:#0D0D0D;color:#E2E2E2;font-family:'Segoe UI',Arial,sans-serif;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem);line-height:1.65}
img,picture{display:block;max-width:100%;height:auto}
input,button,textarea,select{font:inherit;color:inherit}
h1,h2,h3,h4,h5,h6{text-wrap:balance;line-height:1.2}
button{cursor:pointer;background:none;border:none}
a{color:#23C47E;text-decoration:none;transition:color 180ms cubic-bezier(0.16,1,0.3,1)}
a:hover{color:#1aad6c}
:focus-visible{outline:2px solid #23C47E;outline-offset:3px;border-radius:3px}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

.skip-link{position:absolute;left:-9999px;top:4px;padding:8px 16px;background:#23C47E;color:#0D0D0D;font-weight:700;border-radius:4px;z-index:9999}
.skip-link:focus{left:4px}

#site-header{background:#23C47E;position:sticky;top:0;z-index:900;width:100%}
.hdr-bar{display:flex;align-items:center;justify-content:space-between;padding:10px;max-width:1200px;margin:0 auto;width:100%}
.hdr-logo-wrap{display:flex;align-items:center;flex-shrink:0}
.hdr-nav-desktop{display:none}
.hdr-auth{display:none}
.hdr-burger{display:flex;flex-direction:column;padding:6px;background:none;border:none;cursor:pointer;flex-shrink:0}
.hdr-burger span{display:block;width:24px;height:2px;background:#0D0D0D;border-radius:2px;transition:background 180ms cubic-bezier(0.16,1,0.3,1)}
.hdr-burger span:nth-child(2){margin-top:5px}
.hdr-burger span:nth-child(3){margin-top:5px}
.hdr-burger:hover span{background:#fff}

.hdr-nav-mobile{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background:#15151A;z-index:1000;overflow-y:auto}
.hdr-nav-mobile.mob-open{display:flex}
.mob-top{display:flex;align-items:center;justify-content:space-between;padding:14px 10px;background:#23C47E;flex-shrink:0}
.mob-close{font-size:1.7rem;color:#0D0D0D;background:none;border:none;cursor:pointer;line-height:1;padding:4px 8px}
.mob-nav-list{list-style:none;padding:8px 0;flex:1}
.mob-nav-list li{display:flex;align-items:center;flex-wrap:wrap;border-bottom:1px solid #242424}
.mob-nav-list li a{display:inline-flex;align-items:center;padding:14px 16px;color:#E2E2E2;font-size:1rem}
.nav-arrow-mob{display:inline-flex;align-items:center;padding-left:2px;padding-right:14px;cursor:pointer;color:#E2E2E2;transition:transform 200ms cubic-bezier(0.16,1,0.3,1);font-size:0.75rem}
.nav-arrow-mob.sub-open{transform:rotate(180deg)}
.mob-sub-list{display:none;width:100%;list-style:none;background:#1c1c22}
.mob-sub-list.sub-open{display:block}
.mob-sub-list li{display:flex;border-bottom:1px solid #242424}
.mob-sub-list li a{padding:12px 32px;color:#ADADAD;font-size:0.9rem}
.mob-sub-list li a:hover{color:#23C47E}
.mob-auth{display:flex;gap:10px;padding:16px 10px;flex-shrink:0}
.mob-auth-btn{flex:1}

.btn-login{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:6px;border:2px solid #0D0D0D;color:#0D0D0D;font-weight:600;font-size:0.9rem;background:transparent;transition:background 180ms cubic-bezier(0.16,1,0.3,1),color 180ms cubic-bezier(0.16,1,0.3,1)}
.btn-login:hover{background:#0D0D0D;color:#23C47E}
.btn-signup{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:6px;background:#AF0217;color:#fff;font-weight:700;font-size:0.9rem;transition:background 180ms cubic-bezier(0.16,1,0.3,1),color 180ms cubic-bezier(0.16,1,0.3,1)}
.btn-signup:hover{background:#8a0112;color:#fff}

@media(min-width:1081px){
.hdr-burger{display:none}
.hdr-nav-mobile{display:none!important}
.hdr-nav-desktop{display:flex;align-items:center;flex:1}
.hdr-auth{display:flex;align-items:center;gap:8px;flex-shrink:0}
.desk-nav-list{list-style:none;display:flex;align-items:center;gap:4px}
.desk-nav-list > li{display:flex;align-items:center;position:relative}
.desk-nav-list > li > a{display:inline-flex;align-items:center;padding:8px 12px;color:#0D0D0D;font-weight:600;font-size:0.9rem;white-space:nowrap;transition:color 180ms cubic-bezier(0.16,1,0.3,1)}
.desk-nav-list > li > a:hover{color:#fff}
.nav-arrow{display:inline-flex;align-items:center;padding-left:2px;cursor:default;color:#0D0D0D;font-size:0.65rem;transition:transform 200ms cubic-bezier(0.16,1,0.3,1)}
.has-sub-desktop:hover .nav-arrow{transform:rotate(180deg)}
.desk-sub-list{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#15151A;list-style:none;z-index:999;border-radius:0 0 6px 6px;box-shadow:0 8px 24px oklch(0 0 0 / 0.45)}
.has-sub-desktop:hover .desk-sub-list{display:block}
.desk-sub-list li a{display:block;padding:10px 18px;color:#E2E2E2;font-size:0.88rem;white-space:nowrap;transition:color 180ms cubic-bezier(0.16,1,0.3,1)}
.desk-sub-list li a:hover{color:#23C47E}
}

.ab-page-wrap{max-width:1200px;margin:0 auto;padding:48px 10px 64px}
.ab-page-wrap h1{font-size:clamp(1.6rem,1.1rem + 1.5vw,2.4rem);color:#fff;font-weight:800;margin-bottom:14px;line-height:1.2}
.ab-intro{color:#C8C8C8;line-height:1.7;margin-bottom:40px;padding-bottom:28px;border-bottom:1px solid #242424}

.ab-sec{margin-bottom:44px}
.ab-sec h2{font-size:clamp(1.1rem,0.95rem + 0.5vw,1.45rem);color:#23C47E;font-weight:700;margin-bottom:20px}
.ab-sec p{color:#C8C8C8;margin-bottom:14px;line-height:1.7}
.ab-sec p:last-child{margin-bottom:0}

.ab-cards-grid{display:grid;grid-template-columns:1fr;gap:12px}
.ab-card{background:#15151A;border-radius:10px;padding:16px 18px;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;column-gap:12px;row-gap:2px;box-shadow:0 2px 8px oklch(0 0 0 / 0.3);transition:transform 180ms cubic-bezier(0.16,1,0.3,1)}
.ab-card:hover{transform:translateY(-2px)}
.ab-card-icon{grid-row:1 / 3;grid-column:1;font-size:1.5rem;display:flex;align-items:center;justify-content:center;padding-top:2px}
.ab-card-label{grid-row:1;grid-column:2;font-size:0.72rem;color:#888;text-transform:uppercase;letter-spacing:.05em;font-weight:700;line-height:1.2}
.ab-card-value{grid-row:2;grid-column:2;font-size:0.9rem;color:#E2E2E2;font-weight:500;line-height:1.45}

@media(min-width:480px){.ab-cards-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:769px){.ab-cards-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1025px){.ab-cards-grid{grid-template-columns:repeat(4,1fr)}}

#site-footer{background:#15151A;padding:40px 10px 20px}
.ftr-inner{max-width:1200px;margin:0 auto}
.ftr-top{display:flex;flex-direction:column;gap:32px;margin-bottom:28px}
.ftr-brand{max-width:300px}
.ftr-tagline{color:#888;font-size:0.85rem;margin-top:10px;line-height:1.55}
.ftr-nav-cols{display:flex;gap:40px;flex-wrap:wrap}
.ftr-col{min-width:110px}
.ftr-col-title{display:block;font-size:0.72rem;color:#888;text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin-bottom:10px}
.ftr-col ul{list-style:none;padding:0}
.ftr-col ul li{margin-bottom:8px}
.ftr-col ul li a{color:#ADADAD;font-size:0.85rem;transition:color 180ms cubic-bezier(0.16,1,0.3,1)}
.ftr-col ul li a:hover{color:#23C47E}
.ftr-active-page{color:#23C47E;font-size:0.85rem;font-weight:700}
.ftr-logos-row{margin-bottom:20px}
.ftr-logos-label{display:block;font-size:0.72rem;color:#888;text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin-bottom:10px}
.ftr-logos-track{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.ftr-logos-track img{opacity:.7;transition:opacity 180ms cubic-bezier(0.16,1,0.3,1);height:25px;width:auto}
.ftr-logos-track img:hover{opacity:1}
.ftr-bottom{display:flex;flex-direction:column;gap:16px;padding-top:20px;border-top:1px solid #262626;margin-top:16px}
.ftr-trust{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.ftr-licence{font-size:0.75rem;color:#555;line-height:1.55}
@media(min-width:768px){
.ftr-top{flex-direction:row;justify-content:space-between;align-items:flex-start}
.ftr-bottom{flex-direction:row;align-items:flex-start;justify-content:space-between}
.ftr-trust{flex-shrink:0}
}