.header{z-index:1000;border-bottom:1px solid var(--color-border);transition:box-shadow var(--transition-fast);background:#fffffffa;position:sticky;top:0}.header.scrolled{box-shadow:var(--shadow-md)}.header-inner{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo{color:var(--color-text);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.logo-icon{border-radius:var(--radius-md);-o-object-fit:contain;object-fit:contain;width:40px;height:40px;display:block}.logo-text{color:var(--color-text)}.nav-desktop{align-items:center;gap:2rem;display:none}@media (min-width:768px){.nav-desktop{display:flex}}.nav-link{color:var(--color-text-muted);transition:color var(--transition-fast);font-size:.95rem;font-weight:500;text-decoration:none}.nav-link:hover{color:var(--color-text)}.nav-link.active{color:var(--color-primary);font-weight:600}.auth-buttons{align-items:center;gap:.75rem;display:none}@media (min-width:768px){.auth-buttons{display:flex}}.hero{background:var(--color-bg-alt);background-image:url(/images/dog-poker.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:4rem 0 3rem;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:#f8fafceb;position:absolute;inset:0}.hero>*{z-index:1;position:relative}@media (min-width:768px){.hero{padding:6rem 0 4rem}}.hero-container{align-items:center;gap:3rem;display:grid}@media (min-width:1024px){.hero-container{grid-template-columns:1.1fr .9fr;gap:4rem}}.hero-content{max-width:640px}.hero-eyebrow{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-primary);background:#fff;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.375rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.02em;color:var(--color-text);margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--color-text-muted);max-width:540px;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.quick-access-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;margin-top:2rem;padding:2rem}.quick-access-title{color:var(--color-text);text-align:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.access-options{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}@media (min-width:640px){.access-options{flex-direction:row;align-items:center}}.access-btn{white-space:nowrap;flex:none;min-height:56px}@media (min-width:640px){.access-btn{min-width:200px}}.join-form{flex:1;gap:.75rem;min-height:56px;display:flex}.join-form .form-field{flex:1;min-width:0}.access-note{text-align:center;color:var(--color-text-muted);margin-top:1rem;font-size:.875rem}.hero-visual{justify-content:center;display:flex;position:relative}.hero-glass{border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);background:#fff;padding:1.75rem;position:relative}.hero-preview{grid-template-columns:repeat(3,1fr);gap:.875rem;margin-bottom:1.25rem;display:grid}.preview-card{aspect-ratio:3/4;border-radius:var(--radius-md);color:var(--color-primary);border:2px solid var(--color-border);box-shadow:var(--shadow-sm);will-change:transform;background:#fff;place-items:center;font-size:1.65rem;font-weight:800;transition:transform .3s,box-shadow .3s;animation:3s ease-in-out infinite cardFloat;display:grid}.preview-card:first-child{animation-delay:0s}.preview-card:nth-child(2){animation-delay:.5s}.preview-card:nth-child(3){animation-delay:1s}.preview-card:hover{border-color:var(--color-primary);transform:translateY(-8px)scale(1.05);box-shadow:0 8px 16px #3b82f626}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion:reduce){.preview-card{will-change:auto;animation:none}}.hero-preview-label{text-align:center;color:var(--color-text-muted);font-size:.9rem;font-weight:500}.what-is-section{background:#fff;padding:5rem 0}.what-is-grid{grid-template-columns:1fr;gap:2rem;margin-top:3rem;display:grid}@media (min-width:768px){.what-is-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.what-is-grid{grid-template-columns:repeat(4,1fr)}}.what-is-benefit{text-align:center;border-radius:var(--radius-lg);background:var(--color-bg-alt);border:1px solid var(--color-border);transition:all var(--transition-fast);padding:2rem 1.5rem}.what-is-benefit:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.what-is-benefit .benefit-icon{color:var(--color-primary);margin:0 auto 1rem;display:block}.benefit-heading{color:var(--color-text);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.what-is-benefit p{color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.6}.features{background:var(--color-bg-alt);padding:5rem 0}.key-features-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem;display:grid}@media (min-width:768px){.key-features-grid{grid-template-columns:repeat(3,1fr)}}.key-feature-card{border:2px solid var(--color-primary);border-radius:var(--radius-lg);transition:all var(--transition-fast);text-align:center;background:#fff;padding:2.5rem 2rem;position:relative}.key-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #3b82f626}.key-feature-badge{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;padding:.375rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.feature-icon-large{background:var(--color-bg-alt);border-radius:var(--radius-lg);width:80px;height:80px;color:var(--color-primary);justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.feature-icon-large svg{display:block}.key-feature-card .feature-title{margin-bottom:1rem;font-size:1.375rem}.key-feature-card .feature-desc{font-size:1rem;line-height:1.6}.section-header{text-align:center;max-width:680px;margin:0 auto 4rem}.section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:inline-block}.section-title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2rem);font-weight:700;line-height:1.2}.section-desc{color:var(--color-text-muted);font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.feature-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:box-shadow var(--transition-fast);background:#fff;padding:2rem}.feature-card:hover{box-shadow:var(--shadow-md)}.feature-icon{color:var(--color-primary);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-icon svg{display:block}.feature-title{color:var(--color-text);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.feature-desc{color:var(--color-text-muted);line-height:1.6}.how-it-works{background:var(--color-bg-alt);padding:5rem 0}.steps{gap:2rem;max-width:800px;margin:0 auto;display:grid}.step{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;gap:1.5rem;padding:2rem;display:flex}.step-number{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:grid}.step-content{flex:1}.step-title{color:var(--color-text);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.step-desc{color:var(--color-text-muted);line-height:1.6}.seo-content{background:#fff;padding:5rem 0}.content-article{max-width:800px;margin:0 auto}.content-article h2{color:var(--color-text);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.subsection-title{color:var(--color-text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.content-article h3{color:var(--color-text);margin:2.5rem 0 1rem;font-size:1.25rem;font-weight:600}.content-article p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.benefit-list{margin:1.5rem 0;padding:0;list-style:none}.benefit-list li{color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding:.75rem 0;line-height:1.6}.benefit-list li:last-child{border-bottom:none}.benefit-list strong{color:var(--color-text)}.cta-section{text-align:center;background:var(--color-primary);color:#fff;padding:5rem 0}.cta-title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2rem);font-weight:700}.cta-desc{opacity:.95;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer{background:var(--color-text);color:var(--color-text-inverse);padding:4rem 0 2rem;font-size:.9rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;margin-bottom:3rem;display:grid}.footer-brand{max-width:280px}.footer-logo{color:#fff;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:flex}.footer-tagline{color:#ffffffb3;line-height:1.6}.footer-title{letter-spacing:.05em;text-transform:uppercase;color:#fff;margin-bottom:1rem;font-size:.95rem;font-weight:700}.footer-links{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-links a{color:#ffffffbf;transition:color var(--transition-fast)}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{color:#fff9;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-links-inline{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-links-inline a{color:#ffffffbf}.footer-links-inline a:hover{color:#fff}@media (max-width:768px){.nav-desktop{display:none}.quick-access-card{padding:1.5rem}.join-form{flex-direction:column}.step{flex-direction:column;gap:1rem}.features-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}}
