/* Premium storefront. Content-specific layouts; shared chrome stays consistent. */
:root { --cc-ink:#183c33; --cc-green:#235c49; --cc-muted:#61706a; --cc-mint:#e8f2ed; --cc-paper:#f7faf8; --cc-line:#dce5df; }
.site-header { border-bottom-color:var(--cc-line); }
.site-header .container { max-width:1200px; }
.brand-logo { color:var(--cc-ink); font-weight:800; }
.brand-logo > span > span { color:var(--cc-green); }
.header-links a { color:#43554d; font-weight:600; }
.header-links a:hover { color:var(--cc-green); }
.header-links a:last-child { padding:0 18px; border:1px solid var(--cc-line); border-radius:6px; }
.site-footer { background:#14382f; color:#dce8e1; border-top:0; padding-top:54px; }
.site-footer :is(h3,h4) { color:#fff; }
.site-footer :is(p,a,.footer-disclosure) { color:#cedcd4; }
.site-footer a:hover { color:#fff; text-decoration:underline; text-underline-offset:4px; }
.site-footer .footer-top { gap:32px; }
.site-footer .footer-disclosure { background:transparent; border:0; border-top:1px solid #ffffff24; border-radius:0; padding:24px 0; font-size:.75rem; line-height:1.8; }
.site-footer .footer-bottom { border-top:1px solid #ffffff24; }
.premium-home { color:var(--cc-ink); background:white; }
.premium-home .container { max-width:1200px; }
.premium-home :is(h1,h2) { font-family:Georgia,'Times New Roman',serif; font-weight:400; letter-spacing:-1.8px; color:var(--cc-ink); }
.premium-home h1 { font-size:clamp(3rem,4.8vw,4.7rem); line-height:1.06; text-wrap:balance; }
.premium-home h2 { font-size:clamp(2rem,3.1vw,2.9rem); line-height:1.13; }
.premium-home :is(h3,h4) { color:var(--cc-ink); font-weight:700; }
.premium-home :is(a,button,summary) { touch-action:manipulation; }
.premium-home :focus-visible { outline:3px solid #327b62; outline-offset:5px; }
.cc-hero { background:var(--cc-paper); border-bottom:1px solid var(--cc-line); padding:68px 0 64px; }
.cc-hero-grid { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(310px,.85fr); align-items:center; gap:72px; }
.cc-intro { display:flex; align-items:center; gap:9px; color:var(--cc-green); font-size:.82rem; font-weight:600; margin-bottom:25px; }
.cc-intro > span { height:7px; width:7px; border-radius:50%; background:#438a67; }
.cc-hero-lead { max-width:46ch; font-size:1rem; line-height:1.8; color:var(--cc-muted); margin:24px 0 28px; }
.cc-actions { display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.cc-button { display:inline-flex; justify-content:center; align-items:center; gap:22px; min-height:50px; padding:14px 22px; background:var(--cc-green); color:white; border:1px solid var(--cc-green); border-radius:6px; font-size:.82rem; font-weight:700; transition:background-color 160ms ease,border-color 160ms ease; }
.cc-button:hover { background:#173f32; border-color:#173f32; }
.cc-button > span { font-size:1.15rem; font-weight:400; }
.cc-text-link { display:inline-flex; align-items:center; min-height:44px; gap:12px; color:var(--cc-green); font-size:.8rem; font-weight:700; text-decoration:underline; text-underline-offset:5px; text-decoration-color:#98b6a7; }
.cc-text-link:hover { color:#152e26; text-decoration-color:currentColor; }
.cc-hero-note { margin-top:25px; font-size:.72rem; line-height:1.7; color:var(--cc-muted); }
.cc-ticket { background:white; border:1px solid #ccdcd1; border-radius:14px; box-shadow:0 16px 40px #173f3210; overflow:hidden; }
.cc-ticket-top { background:var(--cc-mint); padding:25px 28px 30px; }
.cc-ticket-brand { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:33px; }
.cc-ticket-brand img { width:112px; height:34px; object-fit:contain; }
.cc-status { display:inline-flex; align-items:center; gap:6px; color:#285b42; font-size:.67rem; font-weight:600; }
.cc-status::before { content:''; width:6px; height:6px; background:#3a815d; border-radius:50%; }
.cc-ticket-top > p { font-size:.73rem; color:#50685a; margin-bottom:9px; }
.cc-ticket-top h2 { font-size:2.25rem; letter-spacing:-1px; }
.cc-ticket-bottom { position:relative; padding:24px 28px 0; border-top:1px dashed #afc6b7; }
.cc-ticket-bottom::before,.cc-ticket-bottom::after { content:''; position:absolute; width:20px; height:20px; border:1px solid #ccdcd1; border-radius:50%; background:var(--cc-paper); top:-11px; }
.cc-ticket-bottom::before { left:-11px; }.cc-ticket-bottom::after { right:-11px; }
.cc-code-row { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.cc-label { color:var(--cc-muted); font-size:.75rem; font-weight:600; display:block; margin-bottom:10px; }
.cc-code-row strong { display:block; font-size:2rem; letter-spacing:3px; line-height:1.2; }
.cc-copy { display:flex; align-items:center; gap:13px; min-height:44px; padding:10px 13px; background:white; color:var(--cc-green); border:1px solid #b7cabe; border-radius:6px; font-size:.75rem; font-weight:700; transition:background-color 160ms ease; }
.cc-copy:hover { background:var(--cc-mint); }
.cc-copy-status { min-height:35px; margin:15px 0 14px; color:var(--cc-muted); font-size:.65rem; line-height:1.6; }
.cc-ticket-link { display:flex; justify-content:space-between; align-items:center; border-top:1px solid var(--cc-line); min-height:57px; color:var(--cc-green); font-size:.78rem; font-weight:700; }
.cc-ticket-link:hover { text-decoration:underline; text-underline-offset:4px; }
.cc-assurance { border-bottom:1px solid var(--cc-line); background:#fff; }
.cc-assurance .container { display:flex; justify-content:space-between; gap:20px; padding-top:20px; padding-bottom:20px; }
.cc-assurance .container > span { display:flex; gap:10px; align-items:center; font-size:.75rem; color:#526459; }
.cc-assurance span span { color:var(--cc-green); font-size:1rem; }
.cc-section { padding:76px 0; }
.cc-section-heading { display:flex; align-items:end; justify-content:space-between; gap:32px; margin-bottom:32px; }
.cc-featured-store { display:grid; grid-template-columns:.9fr 1.1fr; border:1px solid var(--cc-line); border-radius:10px; overflow:hidden; }
.cc-store-identity { display:flex; align-items:center; gap:23px; background:var(--cc-paper); padding:34px; }
.cc-store-logo { flex:0 0 90px; display:flex; align-items:center; justify-content:center; width:90px; height:90px; background:white; border:1px solid var(--cc-line); border-radius:10px; padding:10px; }
.cc-store-logo img { width:100%; height:auto; object-fit:contain; }
.cc-store-identity h3 { font-size:1.4rem; margin:8px 0; }
.cc-store-identity p { font-size:.75rem; line-height:1.7; color:var(--cc-muted); }
.cc-store-details { padding:32px; }
.cc-store-details > p { color:var(--cc-muted); line-height:1.8; font-size:.85rem; }
.cc-store-actions { display:flex; gap:20px; align-items:center; flex-wrap:wrap; margin-top:20px; }
.cc-store-actions .cc-button { font-size:.75rem; gap:14px; padding:12px 16px; }
.cc-store-actions .cc-text-link { font-size:.73rem; }
.cc-upcoming-heading { display:flex; align-items:baseline; gap:18px; margin:34px 0 10px; }
.cc-upcoming-heading h3 { font-size:.9rem; }.cc-upcoming-heading p { font-size:.73rem; color:var(--cc-muted); }
.cc-upcoming { display:grid; grid-template-columns:1fr 1fr; column-gap:40px; }
.cc-platform-row { display:flex; align-items:center; gap:14px; padding:21px 0; border-bottom:1px solid var(--cc-line); min-width:0; }
.cc-monogram { flex:0 0 38px; height:38px; display:grid; place-items:center; font-size:.72rem; font-weight:700; background:#f1f4f2; color:#69776f; border-radius:7px; }
.cc-platform-row h4 { font-size:.82rem; margin-bottom:4px; }.cc-platform-row p { font-size:.68rem; color:var(--cc-muted); line-height:1.5; }
.cc-pending { margin-left:auto; padding-left:12px; font-size:.65rem; color:var(--cc-muted); white-space:nowrap; }
.cc-process { padding:67px 0; background:var(--cc-mint); border-block:1px solid var(--cc-line); }
.cc-section-description { max-width:38ch; font-size:.87rem; line-height:1.8; color:#52685c; }
.cc-process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:36px; margin-top:40px; }
.cc-process-grid article { border-top:1px solid #b8cec0; padding-top:23px; }
.cc-step { color:#557767; font-size:.77rem; font-variant-numeric:tabular-nums; }
.cc-process-grid h3 { font-size:.95rem; margin:20px 0 12px; }.cc-process-grid p { color:#52685c; font-size:.8rem; line-height:1.8; max-width:36ch; }
.cc-faq-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; }
.cc-faq-intro { font-size:.85rem; line-height:1.8; color:var(--cc-muted); margin:22px 0 12px; }
.cc-faq { border-bottom:1px solid var(--cc-line); }.cc-faq:first-child { border-top:1px solid var(--cc-line); }
.cc-faq summary { display:flex; align-items:center; justify-content:space-between; gap:24px; list-style:none; padding:23px 0; min-height:65px; font-size:.85rem; font-weight:600; cursor:pointer; }
.cc-faq summary::-webkit-details-marker { display:none; }.cc-faq summary > span::after { content:'+'; font-size:1.3rem; color:var(--cc-green); font-weight:400; }.cc-faq[open] summary > span::after { content:'−'; }
.cc-faq p { font-size:.8rem; line-height:1.9; color:var(--cc-muted); padding:0 30px 23px 0; }
.cc-anchor { display:block; scroll-margin-top:110px; }
@media(max-width:1000px) {
 .cc-hero-grid { gap:35px; grid-template-columns:1.15fr 1fr; }.cc-hero { padding:48px 0; }
 .cc-actions { gap:12px; }.cc-store-identity { padding:25px;gap:16px; }.cc-store-details { padding:25px; }.cc-store-logo { flex-basis:64px;width:64px;height:64px; }
 .cc-faq-layout { gap:45px; }
}
@media(max-width:760px) {
 .premium-home .container { padding-inline:22px; }
 .site-header .nav-wrap { min-height:72px; gap:10px; }.site-header .header-links { gap:15px; }.site-header .header-links a:last-child { padding:0;border:0; }
 .cc-hero-grid { grid-template-columns:1fr; gap:32px; }.cc-hero { padding:36px 0; }.premium-home h1 { font-size:clamp(2.65rem,9vw,3.8rem);letter-spacing:-1.5px; }.cc-intro { margin-bottom:19px; }
 .cc-hero-lead { margin:19px 0 22px; font-size:.9rem; }.cc-hero-note { margin-top:16px; }.cc-actions { gap:10px 20px; }.cc-actions .cc-button { padding-inline:18px; }
 .cc-ticket { width:100%;max-width:460px; }.cc-ticket-top { padding:22px 24px; }.cc-ticket-brand { margin-bottom:22px; }.cc-ticket-top h2 { font-size:2rem; }.cc-ticket-bottom { padding:22px 24px 0; }
 .cc-assurance .container { flex-wrap:wrap; gap:12px 24px; justify-content:flex-start; }.cc-assurance .container > span { font-size:.65rem; }
 .cc-section { padding:48px 0; }.cc-section-heading { align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:24px; }.premium-home h2 { font-size:2.2rem;letter-spacing:-1px; }
 .cc-featured-store { grid-template-columns:1fr; }.cc-store-identity { padding:24px; }.cc-store-logo { flex-basis:76px;width:76px;height:76px; }.cc-store-details { padding:24px; }
 .cc-store-actions { gap:12px 18px; }.cc-upcoming-heading { flex-direction:column;gap:6px; }.cc-upcoming { grid-template-columns:1fr; }.cc-platform-row { padding:18px 0; }
 .cc-process { padding:44px 0; }.cc-process-grid { grid-template-columns:1fr;gap:25px;margin-top:27px; }.cc-process-grid article { display:grid;grid-template-columns:30px 1fr;gap:0 12px;padding-top:22px; }.cc-process-grid h3 { margin:0 0 10px; }.cc-process-grid p { grid-column:2; max-width:none; }
 .cc-faq-layout { grid-template-columns:1fr;gap:25px; }.cc-faq-intro { margin:16px 0 8px; }.cc-faq summary { font-size:.82rem;gap:16px; }
 .site-footer { padding-top:40px; }.site-footer .footer-top { gap:28px; }
}
@media(max-width:420px) {
 .site-header .brand-logo { font-size:.91rem;gap:6px; }.site-header .header-links { gap:11px; }.site-header .header-links a { font-size:.72rem; }.site-header .brand-logo .logo-icon { width:28px;height:28px; }
 .cc-pending { font-size:.6rem;padding-left:4px; }.cc-platform-row { gap:10px; }.cc-platform-row h4 { font-size:.76rem; }
}
@media(prefers-reduced-motion:reduce) { .premium-home * { scroll-behavior:auto;transition:none; } }

.cc-provider-name { color:#263d34;font-size:1rem;font-weight:800;letter-spacing:-.5px; }
.cc-store-logo > span { font-size:1.5rem; font-weight:800; color:#235c49;letter-spacing:-1px; }
.cc-copy-status { font-size:.72rem; }
.cc-monogram,.cc-step { color:#415b4e; }
@media(max-width:760px) {
 .cc-hero-copy .cc-actions { gap:8px 16px; }
 .cc-hero-copy .cc-actions .cc-text-link { font-size:.75rem; }
 .cc-hero-note { margin-top:10px; }
 .cc-ticket-top > p { display:none; }
 .cc-ticket-brand { margin-bottom:14px; }
 .cc-ticket-top h2 { font-size:1.85rem; }
}

/* Preserve the official horizontal provider logo without cropping. */
.cc-store-logo { flex-basis:120px; width:120px; padding:12px; }
.cc-store-logo img { width:100%; height:auto; object-fit:contain; }
.cc-ticket-brand img { width:126px; height:auto; }
@media(max-width:760px) { .cc-store-logo { flex-basis:106px; width:106px; } }
