:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:radial-gradient(circle at top,#eef2ff,#f8fafc)}a{color:inherit;text-decoration:none}.page{max-width:1280px;margin:0 auto;padding:0 24px 96px;display:grid;gap:48px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 20px;border-radius:18px;background:#2563eb;width:100%}.logo img{height:70px;width:auto;display:block}.nav{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.nav-link{padding:8px 14px;border-radius:999px;font-weight:600;color:#e2e8f0;background:transparent;transition:background .2s ease,color .2s ease}.nav-link:hover{background:#ffffff26;color:#fff}.nav-link.active{background:#fff;color:#1d4ed8}.content{display:grid;gap:40px}.hero{display:grid;gap:16px}.badge{display:inline-flex;align-self:flex-start;padding:6px 14px;border-radius:999px;background:#e2e8f0;font-size:14px;font-weight:600;letter-spacing:.02em}.hero h1{font-size:clamp(32px,5vw,56px);letter-spacing:-.03em}.subtitle{max-width:560px;color:#475569}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.button{padding:12px 20px;border-radius:10px;font-weight:600;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease}.button.primary{background:#2563eb;color:#fff;box-shadow:0 10px 24px #2563eb40}.button.ghost{background:#fff;border-color:#e2e8f0;color:#1e293b}.button:hover{transform:translateY(-2px)}.cards{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.cards article{padding:20px;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 24px #0f172a0f}.cards h3{margin-bottom:8px}.cards p{color:#475569}.company-intro{display:grid;gap:20px}.company-title{font-size:clamp(32px,5vw,52px);letter-spacing:-.03em;color:#0f172a;text-align:center}.info-panel{background:linear-gradient(135deg,#fff,#eef2ff);border-radius:24px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 14px 40px #0f172a1f;display:grid;gap:20px;max-width:980px;width:100%;justify-self:center}.info-panel p{color:#475569}.info-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.info-grid div{padding:16px;border-radius:16px;background:#ffffffb3;border:1px solid rgba(148,163,184,.2);transition:transform .2s ease,box-shadow .2s ease}.info-grid div:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 14px 36px #0f172a1f}.info-grid h3{margin-bottom:6px}.docs{display:grid;gap:16px;justify-items:center;text-align:center}.docs h2{font-size:clamp(24px,3vw,32px)}.docs-placeholder{max-width:720px;width:100%;padding:24px 28px;border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 28px #0f172a14;display:grid;gap:16px;justify-items:center}.docs-placeholder p{color:#475569;margin:0}.docs-button{padding:10px 18px;border-radius:10px;border:1px solid #1d4ed8;background:#2563eb;color:#fff;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.docs-button:hover{transform:translateY(-2px);box-shadow:0 10px 22px #2563eb40}.home-text{display:grid;gap:16px;justify-items:center;text-align:center}.home-text h2{font-size:clamp(24px,3vw,34px)}.home-text-wrapper{max-width:980px;width:100%;padding:20px;border-radius:24px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 14px 40px #0f172a14;display:grid;gap:16px}.home-text-card{width:100%;padding:28px 32px;border-radius:20px;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:0 8px 20px #0f172a0f;display:grid;gap:14px;text-align:left;transition:transform .2s ease,box-shadow .2s ease;grid-template-columns:auto 1fr;align-items:start}.home-text-card p{grid-column:2;margin:0;color:#475569;line-height:1.7}.home-text-number{grid-column:1;font-size:clamp(24px,4vw,36px);font-weight:700;color:#2563eb;line-height:1;margin-top:2px}.home-text-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 14px 30px #0f172a1f}.placeholder{padding:48px;background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 8px 24px #0f172a0f;display:grid;gap:12px}.accept{display:grid;gap:24px}.accept-header{display:grid;gap:8px;text-align:center;justify-items:center}.accept-header h1{font-size:clamp(28px,4vw,40px)}.accept-header p{color:#475569;max-width:720px}.accept-table{display:grid;gap:0;max-width:980px;width:100%;justify-self:center}.accept-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:0;box-shadow:0 8px 20px #0f172a0d}.accept-row>div:first-child{padding-right:16px;border-right:1px solid #e2e8f0}.accept-list{margin:0;padding-left:18px;display:grid;gap:6px;color:#475569}.accept-head{background:#2563eb;border-color:#2563eb;font-weight:600}.accept-head div{text-align:center;color:#fff}.accept-row:first-child{border-top-left-radius:16px;border-top-right-radius:16px}.accept-row:last-child{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.accept-notes{display:grid;gap:16px;max-width:820px;width:100%;justify-self:center;text-align:center}.accept-notes p{color:#475569;margin-top:6px}.accept-notes-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.accept-note-caption{color:#475569;font-size:15px}.accept-note{padding:16px 20px;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 20px #0f172a0d}.sell{display:grid;gap:20px;justify-items:center;text-align:center}.sell h1{font-size:clamp(28px,4vw,40px)}.sell-layout{width:100%}.sell-block{width:100%;max-width:980px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 14px 40px #0f172a1f;padding:28px 32px;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(0,360px);text-align:left;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.sell-block-link{color:inherit;text-decoration:none;cursor:pointer}.sell-block-link:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 18px 46px #0f172a24}.sell-block-link:focus-visible{outline:3px solid rgba(37,99,235,.4);outline-offset:2px}.sell-block-content{display:grid;gap:12px}.sell-block h2{font-size:clamp(20px,3vw,28px)}.sell-block p{margin:0;color:#475569;line-height:1.7}.sell-list{margin:0;padding-left:20px;color:#475569;display:grid;gap:10px}.sell-list li strong{color:#0f172a}.sell-image{border-radius:20px;overflow:hidden;width:100%;aspect-ratio:4 / 3;background:#f8fafc;border:1px solid #e2e8f0;display:grid;place-items:center}.sell-image img{width:100%;height:100%;object-fit:cover;display:block}.sell-block:last-of-type{grid-template-columns:1fr}.sell-cta{margin-top:8px;display:grid;gap:10px;justify-items:center;text-align:center}.sell-cta h2{font-size:clamp(22px,3vw,30px)}.sell-cta p{margin:0;color:#475569;max-width:720px}.contacts{display:grid;gap:20px;justify-items:center;text-align:center}.contacts h1{font-size:clamp(28px,4vw,40px)}.contacts-card{max-width:720px;width:100%;padding:24px 28px;border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 30px #0f172a1a;display:grid;gap:16px;text-align:left}.contacts-item p{margin:6px 0 0;color:#475569}@media (max-width: 1024px){.page{max-width:960px;gap:36px}.site-header{padding:14px 16px}.logo img{height:40px}.nav{gap:12px}}@media (max-width: 768px){.page{max-width:720px;padding:0 20px 80px}.site-header{flex-direction:column;align-items:flex-start;gap:12px}.nav{width:100%;justify-content:space-between;gap:8px}.nav-link{padding:8px 12px;font-size:14px}.info-panel{padding:24px}.info-grid,.accept-row{grid-template-columns:1fr}.accept-row>div:first-child{border-right:none;padding-right:0;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.contacts-card,.sell-block,.accept-table{max-width:100%}.sell-block{grid-template-columns:1fr}}@media (max-width: 520px){.page{padding:0 16px 72px}.company-title{font-size:clamp(26px,8vw,36px)}.info-panel{padding:20px}.accept-row{padding:14px 16px}.accept-list{padding-left:16px}.contacts-card{padding:20px}.sell-panel{padding:22px}}.site-footer{display:grid;gap:20px;color:#475569;border-top:1px solid #e2e8f0;padding-top:24px}.footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:20px}.footer-hours{justify-self:end;text-align:left}.footer-meta{font-size:14px;color:#94a3b8;text-align:center}
