/* Coin7 store page redesign — 16.09.2026 (Vorlage: otto-office-store.html) */
.c7-store,.c7-bottom{font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",sans-serif;color:#0f172a}
.c7-store .c7-crumbs{font-size:12px;color:#8a93a6;font-weight:500;margin-bottom:6px}
.c7-store .c7-crumbs a{color:#1d3b8b;font-weight:600}
.c7-store .c7-crumbs a:hover{text-decoration:underline}
.c7-store .store-title h1.c7-title{font-size:30px;font-weight:800;letter-spacing:-.6px;color:#0f172a;line-height:1.2;margin:6px 0 18px}
.c7-store .c7-title span{color:#10b981}
.c7-card{background:#fff;border-radius:16px;box-shadow:0 1px 2px rgba(15,23,42,.04),0 10px 30px rgba(15,23,42,.06);padding:26px}
.c7-card h2,.c7-bottom h2{font-size:19px;font-weight:700;color:#0f172a;margin:0 0 16px;display:flex;align-items:center;gap:10px}
.c7-card h2:before,.c7-bottom h2:before{content:"";width:5px;height:20px;border-radius:3px;background:linear-gradient(#10b981,#1d3b8b);flex-shrink:0}
/* How it works */
.c7-how{background:linear-gradient(120deg,#0b1437,#1d3b8b 70%,#0f766e);color:#fff;border-radius:16px;padding:22px 24px;box-shadow:0 12px 30px rgba(29,59,139,.25);margin:0 0 22px}
.c7-how .c7-lbl{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#6ee7b7;margin-bottom:14px}
.c7-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.c7-step{display:flex;gap:12px;align-items:flex-start;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px}
.c7-step b{flex-shrink:0;width:30px;height:30px;border-radius:9px;background:#10b981;display:grid;place-items:center;font-size:14px;color:#fff}
.c7-step span{font-size:12.5px;line-height:1.45;color:#e2e8f0}
/* Terms accordion (uib-accordion markup) */
.c7-terms .panel-default{border:1px solid #e5e9f2;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.06);overflow:hidden}
.c7-terms .do-donts-head{padding:18px 20px;cursor:pointer}
.c7-terms .do-donts-title{display:flex;align-items:center;gap:14px}
.c7-terms .do-donts-title img{width:42px;height:42px;padding:9px;border-radius:12px;background:#fef3c7}
.c7-terms .do-donts-title h4{margin:0;font-size:16px;font-weight:700;color:#0f172a}
.c7-terms .do-donts-title p{margin:0;font-weight:500;color:#1d6fd8;font-size:12px}
.c7-terms .do-donts-body{padding:0 20px 18px;color:#475569;line-height:1.7}
.c7-terms .do-donts-body ul{padding-left:18px;margin:0}
/* Coupons card */
.c7-coupons .coupon-wrapper h2{margin:0}
.c7-coupons .btn.visit-deal{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:10px 20px;font-weight:700;font-size:13px;border:1.5px solid #0f172a;color:#0f172a;background:transparent;transition:.2s}
.c7-coupons .btn.visit-deal:hover{background:#0f172a;color:#fff}
.c7-coupons .alert.alert-danger{border:2px dashed #e2e8f0;border-radius:14px;padding:32px 20px;text-align:center;background:#fafbfd;color:#0f172a;font-size:16px;font-weight:700}
/* Bottom: About + FAQ */
.c7-bottom-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:36px;padding:34px}
.c7-bottom h2{font-size:21px}
.c7-text p{line-height:1.75;color:#475569;font-size:14.5px;margin:0}
.c7-text p+p{margin-top:12px}
.c7-text strong{color:#10b981}
.c7-faq details{border:1px solid #e5e9f2;border-radius:12px;margin-bottom:10px;transition:.2s;background:#fff}
.c7-faq details:last-child{margin-bottom:0}
.c7-faq details[open]{border-color:#a7f3d0;background:#f8fffc}
.c7-faq summary{list-style:none;cursor:pointer;padding:15px 18px;font-weight:600;font-size:15px;color:#0f172a;display:flex;justify-content:space-between;align-items:center;gap:14px}
.c7-faq summary::-webkit-details-marker{display:none}
.c7-faq summary:after{content:"+";flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#ecfdf5;color:#059669;display:grid;place-items:center;font-size:18px;transition:.25s}
.c7-faq details[open] summary:after{transform:rotate(45deg);background:#10b981;color:#fff}
.c7-faq details .body{padding:0 18px 16px;color:#475569;line-height:1.7}
.c7-faq details .body p{margin:0}
@media(max-width:991px){.c7-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.c7-bottom-grid{grid-template-columns:1fr;gap:20px}}
@media(max-width:540px){.c7-steps{grid-template-columns:1fr}.c7-store .store-title h1.c7-title{font-size:24px}.c7-card{padding:20px}.c7-bottom-grid{padding:20px}}
