*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}img{max-width:100%;display:block}:root{--section-pad:14px 45px}body{font-family:var(--font-family);color:var(--black);background:var(--white)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cashygo-hero{position:relative;z-index:10;background:linear-gradient(135deg,var(--green-pale) 0%,var(--white) 60%);overflow:visible;padding:10px 0}.cashygo-hero__inner{width:min(var(--container-max),calc(100% - 48px));margin:0 auto;padding:5px 0;display:flex;align-items:center;justify-content:space-between;gap:48px}.cashygo-hero__left{flex:1 1 520px;min-width:0}.cashygo-hero__badge{display:inline-flex;align-items:center;gap:6px;background:var(--green);color:var(--white);padding:5px 10px;border-radius:999px;font-size:13px}.cashygo-hero__badge::before{content:"";width:6px;height:6px;background:var(--white);border-radius:50%}.cashygo-hero__title{font-size:26px;line-height:1.12;font-weight:700;color:var(--black);overflow-wrap:anywhere;margin-top:10px}.cashygo-hero__title em{font-style:normal;color:var(--green)}.cashygo-hero__sub{color:var(--gray-600);font-size:1rem}.cashygo-hero__features{display:flex;gap:24px;margin-bottom:15px;list-style:none}.cashygo-hero__feature{text-align:center;font-size:13px;color:var(--gray-700);min-width:82px}.cashygo-hero__feature-icon{width:35px;height:35px;background:var(--green-tint);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 6px;color:var(--green-dark)}.cashygo-hero__feature-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}.cashygo-hero__search{display:flex;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;background:var(--white);margin-bottom:18px}.cashygo-hero__search-shell{margin-bottom:18px}.cashygo-hero__search-shell .cashygo-hero__search{margin-bottom:0}.cashygo-hero__search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(13,140,96,.15)}.cashygo-hero__search-input{flex:1;border:none;padding:13px 14px;font-size:14px;outline:none;background:transparent}.cashygo-hero__search-btn{width:52px;background:var(--green);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cashygo-hero__search-btn:hover{background:var(--green-dark)}.cashygo-hero__search-btn svg{width:18px;height:18px;stroke:var(--white);fill:none;stroke-width:2}.cashygo-hero__brands{display:flex;flex-wrap:wrap;gap:5px;list-style:none}.cashygo-hero__brand-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--white);font-size:13px;cursor:pointer;transition:.2s;box-shadow:0 4px 20px rgba(0,0,0,0.06)}.cashygo-hero__brand-btn:hover{border-color:var(--green);background:var(--green-pale);color:var(--green-dark)}.cashygo-hero__right{flex:1 1 420px;position:relative;min-height:360px;display:block;align-items:center;justify-content:center;min-width:0}.cashygo-hero__ring{position:absolute;width:320px;height:320px;background:radial-gradient(circle,var(--green-light) 0%,transparent 70%);border-radius:50%;animation:cg-pulse 4s infinite ease-in-out}.cashygo-hero__phone{z-index:1;animation:cg-float 4s ease-in-out infinite}.cashygo-hero__phone img{width:min(500px,100%);height:auto}.cashygo-hero__tags{position:absolute;right:0;top:40px;display:flex;flex-direction:column;gap:10px;list-style:none;z-index:2}.cashygo-hero__tag{background:var(--white);padding:10px 14px;border-radius:var(--radius-sm);box-shadow:0 4px 16px rgba(0,0,0,.08);font-size:12px;font-weight:600;border-left:3px solid var(--green)}@keyframes cg-pulse{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:1}}@keyframes cg-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.cashygo-devices{max-width:var(--container-max);margin:0 auto;padding:10px 20px}.cashygo-devices__heading{font-size:26px;font-weight:700;margin-bottom:4px}.cashygo-devices__sub{color:var(--gray-600);margin-bottom:20px;font-size:14px}.cashygo-devices__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.cashygo-devices__item{text-decoration:none;color:var(--black);background:var(--white);border-radius:var(--radius-md);padding:18px 10px;text-align:center;transition:.25s;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;border:1px solid var(--success)}.cashygo-devices__item:hover{transform:translateY(-4px);border-color:var(--green);box-shadow:0 10px 24px rgba(0,0,0,.07)}.cashygo-devices__icon{font-size:36px;line-height:1}.cashygo-devices__label{font-size:13px;font-weight:600;overflow-wrap:anywhere}.cashygo-devices__icon img{width:45px;height:45px;object-fit:contain}.cashygo-stats{max-width:var(--container-max);margin:10px auto}.cashygo-stats__inner{display:grid;grid-template-columns:repeat(4,1fr);background:var(--green);color:var(--white);text-align:center;border-radius:30px}.cashygo-stats__item{padding:22px 10px}.cashygo-stats__num{font-size:22px;font-weight:700}.cashygo-stats__label{font-size:13px;opacity:.75;margin-top:2px}.cashygo-trust{max-width:var(--container-max);margin:0 auto;padding:var(--section-pad);display:flex;justify-content:space-around;flex-wrap:wrap;border-bottom:1px solid var(--gray-200)}.cashygo-trust__item{font-size:14px;display:flex;align-items:center;gap:8px;margin:5px 10px;color:var(--gray-700)}.cashygo-trust__dot{width:8px;height:8px;background:var(--green);border-radius:50%;flex-shrink:0}.cashygo-process{background:var(--gray-50)}.cashygo-process__inner{max-width:var(--container-max);margin:0 auto;padding:10px 20px}.cashygo-process__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.cashygo-process__card{background:var(--white);border-radius:var(--radius-lg);padding:24px;border:1px solid var(--gray-200);position:relative;transition:.3s}.cashygo-process__card:hover{box-shadow:0 12px 28px rgba(0,0,0,.07)}.cashygo-process__num{position:absolute;top:14px;right:14px;font-size:12px;color:var(--muted);font-weight:600}.cashygo-process__icon{margin-bottom:10px;line-height:1}.cashygo-process__title{font-size:15px;font-weight:600;margin-bottom:6px}.cashygo-process__desc{font-size:13px;color:var(--gray-600)}.cashygo-section-label{font-size:13px;font-weight:600;color:var(--green);text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}.cashygo-section-title{font-size:26px;line-height:1.2;font-weight:700;color:var(--black);margin-bottom:24px}.cashygo-section-sub{color:var(--gray-600);margin-bottom:28px;font-size:14px}.cashygo-phones{background:var(--white);padding:10px 20px}.cashygo-phones__inner{max-width:1280px;margin:0 auto;padding:0 16px}.cashygo-phones__scroll{display:flex;gap:18px;overflow-x:auto;padding:6px 2px 14px;scroll-behavior:smooth;scrollbar-width:none}.cashygo-phones__scroll::-webkit-scrollbar{display:flex}.cashygo-phones__card{min-width:200px;max-width:200px;background:var(--white);border-radius:24px;border:1px solid var(--gray-200);overflow:hidden;flex-shrink:0;transition:.3s ease;position:relative;color:var(--black);text-decoration:none}.cashygo-phones__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,0.08)}.cashygo-phones__img{height:150px;background:linear-gradient(180deg,var(--gray-50) 0%,var(--gray-100) 100%);display:flex;align-items:center;justify-content:center}.cashygo-phones__img img{width:100%;max-width:160px;height:auto;object-fit:contain;transition:transform .35s ease}.cashygo-phones__card:hover .cashygo-phones__img img{transform:scale(1.06)}.cashygo-phones__body{padding:5px}.cashygo-phones__badge{display:inline-flex;align-items:center;gap:5px;background:var(--green-tint);color:var(--green-dark);font-size:10px;font-weight:500;padding:1px 2px;border-radius:999px}.cashygo-phones__badge::before{content:"⚡";font-size:12px}.cashygo-phones__name{font-size:12px;font-weight:700;color:var(--black);line-height:1.35;margin-bottom:0px}.cashygo-phones__sold{font-size:13px;color:var(--muted)}.cashygo-phones__row{display:flex;align-items:center;justify-content:space-between;gap:10px}.cashygo-phones__price{font-size:15px;font-weight:600;color:var(--black)}.cashygo-phones__sell-btn{border:none;background:var(--green);color:var(--white);padding:5px 30px;border-radius:12px;font-size:12px;font-weight:700;cursor:pointer;transition:.25s ease;white-space:nowrap}.cashygo-phones__sell-btn:hover{background:var(--green-dark);transform:translateY(-1px)}@media (max-width:992px){.cashygo-section-title{font-size:26px}.cashygo-phones__card{min-width:230px;max-width:230px}.cashygo-phones__img{height:190px}}@media (max-width:576px){.cashygo-phones{padding:28px 0}.cashygo-section-title{font-size:22px;margin-bottom:18px}.cashygo-hero{padding:0}.cashygo-phones__scroll{gap:14px;padding-bottom:6px}.cashygo-phones__card{min-width:180px;max-width:180px;border-radius:18px}.cashygo-phones__img{height:150px;padding:12px}.cashygo-phones__badge{font-size:10px;padding:4px 8px}.cashygo-phones__name{font-size:15px}.cashygo-phones__sold{font-size:11px}.cashygo-phones__price{font-size:17px}.cashygo-phones__sell-btn{padding:8px 12px;font-size:12px;border-radius:10px}.cashygo-hero__badge{display:none}}.cashygo-why{background:var(--gray-50);padding:10px 20px}.cashygo-why__inner{max-width:var(--container-max);margin:0 auto;padding:var(--section-pad)}.cashygo-why__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.cashygo-why__card{background:var(--white);padding:18px;border-radius:var(--radius-md);display:flex;gap:14px;border:1px solid var(--gray-200);align-items:flex-start;transition:.2s}.cashygo-why__card:hover{border-color:var(--green);box-shadow:0 6px 16px rgba(0,0,0,.06)}.cashygo-why__icon{flex-shrink:0;margin-top:2px;display:flex}.cashygo-why__title{font-size:15px;font-weight:600;margin-bottom:3px}.cashygo-why__desc{font-size:13px;color:var(--gray-600)}@media (max-width:1024px){:root{--section-pad:26px 28px}.cashygo-hero__inner{width:min(100% - 36px,var(--container-max));gap:28px}.cashygo-hero__right{flex-basis:340px}.cashygo-hero__tags{right:-8px}}@media(max-width:768px){.cashygo-hero__inner{align-items:stretch;text-align:center;width:min(100% - 32px,680px);padding:18px 0 22px;gap:22px}.cashygo-hero__phone img{display:none}.cashygo-hero__left{width:100%;margin-left:0}.cashygo-hero__title{font-size:20px;line-height:1.14}.cashygo-hero__features,.cashygo-hero__brands{justify-content:center;width:100%}.cashygo-hero__brands li{min-width:0}.cashygo-hero__features{gap:12px}.hero-search{max-width:560px;margin-left:auto;margin-right:auto}.cashygo-hero__right{display:none}.cashygo-devices__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cashygo-stats__inner{grid-template-columns:repeat(2,1fr);border-radius:18px}.cashygo-process__grid,.cashygo-why__grid{grid-template-columns:1fr}.cashygo-section-title{font-size:24px}}@media(max-width:480px){:root{--section-pad:22px 14px}.cashygo-hero__inner{width:calc(100% - 24px);padding:14px 0 18px}.cashygo-hero__title{font-size:18px}.cashygo-hero__sub{font-size:14px}.cashygo-hero__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cashygo-hero__feature{min-width:0;font-size:12px}.hero-search{border-radius:12px}.hero-search input{min-width:0;padding:11px 12px}.hero-search button{padding:0 14px}.cashygo-hero__brand-btn{padding:8px 10px;font-size:12px}.cashygo-devices__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cashygo-devices__item{padding:14px 8px}.cashygo-stats__inner{grid-template-columns:1fr}.cashygo-trust{flex-direction:column;align-items:flex-start}.cashygo-phones__card{min-width:min(50vw,200px);max-width:min(50vw,200px)}}.popup-overlay{display:none}.popup{position:fixed;inset:0;width:100%;min-height:100%;background:rgba(0,0,0,0.4);display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.card{width:min(550px,100%);max-height:calc(100vh - 32px);overflow:auto;background:var(--white);border-radius:20px;padding:18px;box-shadow:0 20px 40px rgba(0,0,0,0.08);position:relative}.close-btn{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;cursor:pointer}.header{display:flex;gap:20px;align-items:center;padding-right:46px}.icon{width:45px;height:45px;background:var(--green-tint);border-radius:50%;display:flex;align-items:center;justify-content:center}.title{font-size:20px;font-weight:700}.subtitle{color:var(--muted);font-size:14px}.input-row{display:flex;gap:10px;margin-top:20px}.input-box{flex:1;display:flex;align-items:center;gap:10px;border:1px solid var(--gray-200);border-radius:12px;padding:8px}.input-box input{border:none;outline:none;width:100%}.check-btn{background:linear-gradient(135deg,var(--green),var(--green-dark));color:var(--white);border:none;padding:0 25px;border-radius:12px;cursor:pointer}.divider{text-align:center;margin:25px 0;color:var(--muted);position:relative}.divider::before,.divider::after{content:'';position:absolute;top:50%;width:40%;height:1px;background:var(--gray-200)}.divider::before{left:0}.divider::after{right:0}.location-box{border:1px solid var(--green-light);background:var(--green-pale);width:100%;padding:10px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;font:inherit;color:inherit;text-align:left;cursor:pointer}.popup-footer{display:flex;justify-content:space-between;gap:12px;margin-top:15px;margin-bottom:15px;padding:1px 10px}.footer-item{display:flex;gap:10px;align-items:center}.footer-sub{font-size:12px;color:var(--muted)}@media (max-width:576px){.card{border-radius:16px;padding:16px}.close-btn{top:12px;right:12px;width:34px;height:34px}.header{gap:12px;align-items:flex-start}.cashygo-model-page__top-body{padding:0}.icon{width:40px;height:40px;flex:0 0 40px}.title{font-size:17px;line-height:1.25}.subtitle{font-size:13px}.input-row{flex-direction:column}.check-btn{min-height:44px;padding:0 18px}.divider{margin:18px 0}.popup-footer{padding:0;flex-wrap:wrap}.footer-item{flex:1 1 30%;justify-content:center;gap:6px;font-size:12px}}.section-title{font-size:26px;font-weight:700;color:var(--black);margin-bottom:12px;text-align:start}@media (max-width:992px){.cashygo-devices{padding:20px 16px}.cashygo-devices__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.section-title{font-size:24px}.cashygo-stats__inner{grid-template-columns:repeat(2,1fr);border-radius:20px}}@media (max-width:768px){.cashygo-devices{padding:20px 14px}.cashygo-devices__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cashygo-devices__item{padding:14px 8px;border-radius:10px}.cashygo-devices__icon img{width:32px;height:32px}.cashygo-devices__label{font-size:12px}.section-title{font-size:22px;margin-bottom:10px}.cashygo-devices__sub{font-size:13px;margin-bottom:16px}}@media (max-width:576px){.cashygo-devices{padding:16px 12px}.cashygo-devices__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cashygo-devices__item{padding:16px 10px;border-radius:12px;gap:6px}.cashygo-devices__icon{font-size:28px}.cashygo-devices__icon img{width:28px;height:28px}.cashygo-devices__label{font-size:11px;font-weight:700}.section-title{font-size:20px;margin-bottom:8px}.cashygo-devices__sub{font-size:12px;margin-bottom:14px}.cashygo-hero__sub{font-size:13px;margin-bottom:12px}.hero-search{margin-bottom:14px}.hero-search input{font-size:14px;padding:12px}.hero-search button{padding:0 16px;font-size:14px}.cashygo-stats{padding:10px 12px}.cashygo-stats__num{font-size:18px}.cashygo-stats__label{font-size:11px}.cashygo-trust{padding:12px;gap:8px}.cashygo-trust__item{font-size:12px;margin:4px 0}.cashygo-process__inner{padding:20px 12px}.cashygo-process__card{padding:18px;border-radius:14px}.cashygo-process__title{font-size:14px}.cashygo-process__desc{font-size:12px}.cashygo-why{padding:20px 12px}.cashygo-why__card{padding:14px;gap:12px}.cashygo-why__title{font-size:14px}.cashygo-why__desc{font-size:12px}}@media (max-width:380px){.cashygo-devices{padding:14px 10px}.cashygo-devices__grid{gap:8px}.cashygo-devices__item{padding:12px 6px;border-radius:10px}.cashygo-devices__icon img{width:24px;height:24px}.cashygo-devices__label{font-size:10px}.section-title{font-size:18px}.cashygo-stats__inner{border-radius:14px}.cashygo-stats__item{padding:14px 8px}.cashygo-stats__num{font-size:16px}.cashygo-stats__label{font-size:10px}}.cashygo-devices__grid{--brand-card-width:150px;--brand-card-height:118px;grid-template-columns:repeat(auto-fill,var(--brand-card-width));justify-content:start;align-items:stretch}.cashygo-devices__item{width:var(--brand-card-width);height:var(--brand-card-height);justify-content:center}@media (max-width:768px){.cashygo-devices__grid{--brand-card-width:112px;--brand-card-height:104px;justify-content:flex-start}}@media (max-width:480px){.cashygo-devices__grid{--brand-card-width:136px;--brand-card-height:104px}}@media (max-width:380px){.cashygo-devices__grid{--brand-card-width:124px;--brand-card-height:98px}}