.ws-footer{background:#f9fafb;border-top:1px solid var(--gray-200);margin-top:var(--space-10)}.ws-footer-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,2fr);gap:var(--space-8);align-items:flex-start}.ws-footer-logo{display:flex;align-items:flex-start;gap:1rem;margin-bottom:var(--space-4)}.ws-footer-mark{position:relative;width:2.5rem;height:2.5rem;border-radius:24px;background:radial-gradient(circle at 20% 0,#38bdf8,#1d4ed8);box-shadow:0 16px 40px rgba(15,23,42,0.25);overflow:hidden;display:flex;align-items:center;justify-content:center}.ws-footer-orbit{position:absolute;inset:18%;border-radius:999px;border:1px solid rgba(248,250,252,0.9);transform:rotate(20deg)}.ws-footer-core{width:0.8rem;height:0.8rem;border-radius:999px;background:#f9fafb;box-shadow:0 0 0 7px rgba(191,219,254,0.55)}.ws-footer-brand-text{max-width:360px}.ws-footer-name{font-family:var(--font-heading);font-weight:600;font-size:1rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--gray-900);display:block;margin-bottom:0.35rem}.ws-footer-lead{font-size:0.95rem;color:var(--color-text-soft)}.ws-footer-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:var(--space-4)}.ws-footer-trust-item{padding:0.85rem 1rem;border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--gray-200);box-shadow:0 6px 16px rgba(15,23,42,0.04)}.ws-footer-trust-label{display:block;font-size:0.78rem;text-transform:uppercase;letter-spacing:0.14em;color:var(--color-text-muted);margin-bottom:0.25rem}.ws-footer-trust-value{font-size:0.9rem;color:var(--color-text-soft)}.ws-footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-6)}.ws-footer-heading{font-size:0.95rem;font-weight:600;margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:0.14em;color:var(--gray-800)}.ws-footer-list{display:flex;flex-direction:column;gap:0.35rem}.ws-footer-list a{font-size:0.9rem}.ws-footer-list a:hover{color:var(--color-primary)}.ws-footer-newsletter p{font-size:0.9rem;color:var(--color-text-soft)}.ws-footer-newsletter-form{margin-top:0.75rem}.ws-footer-newsletter-row{display:flex;gap:0.5rem;align-items:center;flex-wrap: wrap;}.ws-footer-newsletter-row input{flex:1 1 auto}.ws-footer-newsletter-row .btn{flex:0 0 auto;white-space:nowrap}.ws-footer-newsletter-note{margin-top:0.4rem;font-size:0.78rem;color:var(--color-text-muted)}.ws-footer-social{margin-top:1rem}.ws-footer-social-label{display:block;font-size:0.85rem;color:var(--color-text-muted);margin-bottom:0.35rem}.ws-footer-bottom-left{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}.ws-footer-dot{opacity:0.5}.ws-footer-bottom-right{text-align:right}.ws-cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:50;transform:translateY(100%);opacity:0;pointer-events:none;transition:transform var(--transition-slow),opacity var(--transition-slow);background:radial-gradient(circle at top right,rgba(56,189,248,0.25),transparent 55%),rgba(15,23,42,0.96);color:#e5e7eb}.ws-cookie-banner.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.ws-cookie-inner{max-width:var(--container-max-width);margin-inline:auto;padding:1rem var(--space-4);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.ws-cookie-text h2{font-size:0.98rem;color:#f9fafb;margin-bottom:0.25rem}.ws-cookie-text p{font-size:0.85rem;color:#e5e7eb;margin-bottom:0}.ws-cookie-actions{display:flex;align-items:center;gap:0.75rem;flex-shrink:0}.ws-cookie-actions .ws-cookie-btn{min-width:0}.ws-cookie-actions .ws-cookie-accept{background:linear-gradient(135deg,var(--color-primary-strong),var(--color-accent))}.ws-cookie-actions .ws-cookie-accept:hover{background:linear-gradient(135deg,var(--color-primary),var(--color-accent))}.ws-cookie-actions .btn-ghost{border-color:rgba(148,163,184,0.7);color:#e5e7eb;background:transparent}.ws-cookie-actions .btn-ghost:hover{background:rgba(15,23,42,0.64)}@media (max-width:1023px){.ws-footer-grid{grid-template-columns:minmax(0,1fr);gap:var(--space-6)}.ws-footer-trust{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.ws-footer-links{grid-template-columns:minmax(0,1fr);gap:var(--space-4)}.ws-footer-trust{grid-template-columns:minmax(0,1fr)}.ws-footer-newsletter-row{flex-direction:column;align-items:stretch}.ws-footer-newsletter-row .btn{width:100%}.ws-footer-bottom-left,.ws-footer-bottom-right{width:100%;text-align:left}.ws-cookie-inner{flex-direction:column;align-items:flex-start;padding:1rem 1.25rem 1.25rem}.ws-cookie-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.ws-cookie-actions .ws-cookie-btn{flex:1 1 48%;justify-content:center}}@media (prefers-reduced-motion:reduce){.ws-cookie-banner{transition:none}}