*,*::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}
body{min-height:100dvh;line-height:1.6;font-family:'DM Sans',Arial,sans-serif;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem);color:#1a1a1a;background:#E8E8E8}
img,picture,svg{display:block;max-width:100%;height:auto}
ul,ol{list-style:none}
input,button,textarea,select{font:inherit;color:inherit}
h1,h2,h3,h4{text-wrap:balance;line-height:1.2;font-family:'DM Serif Display',Georgia,serif}
p,li{text-wrap:pretty}
button{cursor:pointer;background:none;border:none}
a{color:inherit;text-decoration:none}
a,button,[role="button"]{transition:color 180ms ease,background 180ms ease,box-shadow 180ms ease}
table{border-collapse:collapse;width:100%}
:focus-visible{outline:2px solid #E78B3D;outline-offset:3px}
.skip-lnk{position:absolute;left:-9999px;top:4px;background:#E78B3D;color:#ffffff;padding:8px 16px;font-size:0.875rem;font-weight:700;border-radius:4px;z-index:9999}
.skip-lnk:focus{left:10px}
.pg-wrap{max-width:1200px;margin:0 auto;padding-left:10px;padding-right:10px}
header{background:#1E312E;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,0.25)}
.hdr-bar{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:68px}
.hdr-bar>a img{display:block;width:160px;height:57px;object-fit:contain}
.desk-nav{display:none}
.ham-btn{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;background:none;border:none;cursor:pointer;flex-shrink:0}
.ham-btn span{display:block;width:26px;height:2px;background:#ffffff;border-radius:2px}
.btn-login{display:inline-block;padding:8px 20px;border:1px solid #E78B3D;color:#E78B3D;border-radius:4px;font-size:0.875rem;font-weight:600}
.btn-login:hover{background:#E78B3D;color:#ffffff}
.btn-signup{display:inline-block;padding:8px 20px;background:#E78B3D;color:#ffffff;border-radius:4px;font-size:0.875rem;font-weight:700}
.btn-signup:hover{background:#cf7530}
.mob-menu{display:none;flex-direction:column;position:fixed;inset:0;background:#1E312E;z-index:200;overflow-y:auto}
.mob-menu.mob-open{display:flex}
.mob-top{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1);flex-shrink:0}
.mob-top img{width:140px;height:auto}
.mob-close{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:#ffffff;font-size:1.5rem;background:none;border:none;cursor:pointer;flex-shrink:0}
.mob-nav-list{padding:0}
.mob-nav-list li{border-bottom:1px solid rgba(255,255,255,0.07)}
.mob-nav-list a{display:block;padding:14px 20px;color:#E8E8E8;font-size:1rem}
.mob-nav-list a:hover{color:#E78B3D}
.nav-active{color:#E78B3D;display:block;padding:14px 20px;font-size:1rem;font-weight:600}
.mob-parent-row{display:flex;align-items:center}
.mob-par-link{flex:1;padding:14px 20px;color:#E8E8E8;display:block;font-size:1rem}
.mob-sub-arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;cursor:pointer;transition:transform 0.25s;transform-origin:center;color:#E8E8E8;font-size:0.75rem}
.mob-sub-arrow.mob-arr-open{transform:rotate(180deg)}
.mob-sub{display:none;background:rgba(0,0,0,0.2)}
.mob-sub.sub-open{display:block}
.mob-sub li a{display:block;padding:12px 20px 12px 36px;color:#cccccc;font-size:0.9rem}
.mob-sub li a:hover{color:#E78B3D}
.mob-auth{display:flex;gap:12px;padding:20px 16px;flex-shrink:0}
.mob-auth-btn{flex:1;text-align:center}
.mob-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:190}
.mob-overlay.ov-open{display:block}
@media (min-width:1081px){
.ham-btn{display:none}
.mob-menu{display:none!important}
.mob-overlay{display:none!important}
.desk-nav{display:flex;align-items:center;flex:1;padding-left:32px}
.desk-nav-list{display:flex;align-items:center;gap:24px;flex:1}
.desk-nav-list li{position:relative}
.desk-nav-list a{color:#E8E8E8;font-size:0.9rem;font-weight:500;padding:4px 0;display:block}
.desk-nav-list a:hover{color:#E78B3D}
.desk-nav-list .nav-active{color:#E78B3D;font-size:0.9rem;font-weight:600;display:block;padding:4px 0}
.has-sub{display:flex;align-items:center;gap:4px}
.sub-arrow{font-size:0.65rem;color:#E8E8E8;transition:transform 0.25s;transform-origin:center}
.has-sub:hover .sub-arrow{transform:rotate(180deg)}
.sub-menu{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#1E312E;z-index:300;border-top:2px solid #E78B3D}
.has-sub:hover .sub-menu{display:block}
.sub-menu li a{display:block;padding:8px 14px;color:#E8E8E8;font-size:0.88rem;white-space:nowrap}
.sub-menu li a:hover{color:#E78B3D;background:rgba(231,139,61,0.08)}
.desk-auth{display:flex;align-items:center;gap:10px;flex-shrink:0}
}
.bon-hero{background:#1E312E;position:relative;overflow:hidden;padding:64px 0}
.bon-pattern{position:absolute;inset:0;background-image:repeating-linear-gradient(60deg,rgba(255,255,255,0.03) 0px,rgba(255,255,255,0.03) 1px,transparent 1px,transparent 36px),repeating-linear-gradient(-60deg,rgba(255,255,255,0.03) 0px,rgba(255,255,255,0.03) 1px,transparent 1px,transparent 36px);pointer-events:none}
.bon-hero-inner{position:relative;z-index:1;max-width:720px}
.bon-hero-txt h1{font-size:clamp(1.75rem,1rem + 2.5vw,3rem);color:#ffffff;margin-bottom:16px}
.bon-hero-lead{font-size:clamp(0.95rem,0.9rem + 0.2vw,1.05rem);color:#dce8e6;line-height:1.75;margin-bottom:28px}
.cta-cnt-hero{margin-top:4px}
.cta-btn{display:inline-block;padding:13px 32px;background:#E78B3D;color:#ffffff;border-radius:5px;font-weight:700;font-size:0.95rem;text-align:center}
.cta-btn:hover{background:#cf7530}
.bon-main-sec{padding:60px 0;background:#ffffff}
.bon-main-sec h2,.bon-types-sec h2,.bon-terms-sec h2,.bon-how-sec h2{font-size:clamp(1.4rem,1rem + 1.25vw,2rem);color:#1E312E;margin-bottom:16px}
.bon-main-sec p,.bon-types-sec p,.bon-terms-sec p,.bon-how-sec p{color:#333333;line-height:1.75;margin-bottom:16px}
.cta-cnt{text-align:center;margin-top:24px}
.bon-types-sec{padding:60px 0;background:#E8E8E8}
.bon-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px;margin-bottom:28px}
@media (min-width:769px){.bon-cards-grid{grid-template-columns:repeat(3,1fr)}}
.bon-card{background:#ffffff;border-radius:8px;padding:20px 16px;box-shadow:0 1px 4px rgba(0,0,0,0.06);display:flex;flex-direction:column;gap:8px}
.bon-card:hover{box-shadow:0 4px 14px rgba(0,0,0,0.09);transform:translateY(-2px)}
.bon-ico{font-size:1.6rem}
.bon-card h3{font-size:1rem;color:#1E312E;font-family:'DM Sans',Arial,sans-serif;font-weight:700}
.bon-card p{font-size:0.875rem;color:#444444;line-height:1.6}
.bon-terms-sec{padding:60px 0;background:#ffffff}
.terms-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:24px;margin-bottom:24px;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,0.07)}
.terms-tbl{background:#ffffff;border-radius:8px;min-width:560px}
.terms-tbl thead{background:#1E312E}
.terms-tbl thead th{color:#ffffff;font-size:0.85rem;font-weight:700;text-align:left;padding:12px 16px}
.terms-tbl tbody tr:nth-child(even){background:#f7f7f7}
.terms-tbl td{padding:11px 16px;font-size:0.875rem;color:#333333;border-bottom:1px solid #e4e4e4;line-height:1.5}
.terms-tbl td:first-child{font-weight:600;color:#1E312E}
.bon-how-sec{padding:60px 0;background:#E8E8E8}
.how-steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px;margin-bottom:28px}
@media (min-width:769px){.how-steps-grid{grid-template-columns:repeat(4,1fr)}}
.how-step{background:#ffffff;border-radius:8px;padding:20px 16px;box-shadow:0 1px 4px rgba(0,0,0,0.06)}
.how-step-num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:#E78B3D;color:#ffffff;border-radius:50%;font-family:'DM Serif Display',Georgia,serif;font-size:1.2rem;font-weight:700;margin-bottom:12px}
.how-step h3{font-size:0.95rem;color:#1E312E;margin-bottom:8px;font-family:'DM Sans',Arial,sans-serif;font-weight:700}
.how-step p{font-size:0.875rem;color:#444444;line-height:1.6}
@media (max-width:480px){
.bon-cards-grid{grid-template-columns:1fr}
.how-steps-grid{grid-template-columns:1fr}
.terms-tbl thead th,.terms-tbl td{font-size:0.78rem;padding:9px 10px}
}
@media (max-width:320px){
.terms-tbl thead th,.terms-tbl td{font-size:0.7rem;padding:7px 8px}
}
footer{background:#191919;color:#cccccc;padding:48px 0 0}
.ft-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
.ft-top{display:flex;flex-direction:column;gap:32px;margin-bottom:36px}
@media (min-width:769px){.ft-top{flex-direction:row;gap:48px;align-items:flex-start}}
.ft-brand{max-width:260px}
.ft-brand a img{display:block;width:160px;height:57px;object-fit:contain}
.ft-desc{margin-top:12px;font-size:0.83rem;color:#a5a5a5;line-height:1.5}
.ft-nav{display:flex;gap:48px;flex-wrap:wrap}
.ft-col{display:flex;flex-direction:column;gap:8px}
.ft-col-ttl{font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#E78B3D;margin-bottom:4px;display:block}
.ft-col a{font-size:0.875rem;color:#cccccc}
.ft-col a:hover{color:#E78B3D}
.ft-logos-row{margin-bottom:28px}
.ft-logos-ttl{display:block;font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#E78B3D;margin-bottom:14px}
.ft-logos{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.ft-logos img{filter:brightness(0) invert(1);opacity:0.65}
.ft-legal{padding:20px 0;border-top:1px solid rgba(255,255,255,0.1);font-size:0.77rem;color:#a5a5a5;line-height:1.65}
.ft-bottom{display:flex;flex-direction:column;gap:16px;align-items:flex-start;padding:20px 0;border-top:1px solid rgba(255,255,255,0.08)}
@media (min-width:769px){.ft-bottom{flex-direction:row;align-items:center;justify-content:space-between}}
.ft-trust{display:flex;align-items:center;gap:16px}
.ft-trust img{opacity:0.85}
.ft-copy{font-size:0.8rem;color:#a5a5a5}