.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#f8fafcd9;align-items:center;height:72px;padding:0 2rem;transition:background .4s,box-shadow .4s,height .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{background:#fffffff7;height:64px}.navbar__inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1400px;margin:0 auto;display:flex}.navbar__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.navbar__logo-img{object-fit:contain;mix-blend-mode:multiply;background:0 0;border-radius:0;width:auto;height:52px}.navbar__logo-text{color:#2563eb;font-size:18px;font-weight:600}.navbar__logo-accent{color:#2563eb}.navbar__links{align-items:center;gap:.25rem;list-style:none;display:flex}.navbar__link-item{position:relative}.navbar__link{color:#64748b;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;border-radius:8px;align-items:center;gap:4px;padding:.45rem .85rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .25s,background .25s;display:flex}.navbar__link:hover{color:var(--theme-color);background:rgba(var(--theme-rgb), .06)}.navbar__link--active{color:var(--theme-color);background:rgba(var(--theme-rgb), .1);font-weight:600}.navbar__link--active:after{content:"";background:var(--theme-color);border-radius:2px;width:20px;height:2px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.navbar__link-chevron{opacity:.5;transition:transform .2s}.navbar__link:hover .navbar__link-chevron{opacity:1;transform:rotate(180deg)}.navbar__actions{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.navbar__divider{background:#e2e8f0;flex-shrink:0;width:1px;height:20px;margin:0 .25rem;display:block}.navbar__socials{align-items:center;gap:.1rem;display:flex}.navbar__social-btn:hover{color:var(--theme-color)!important;background:rgba(var(--theme-rgb), .08)!important;transform:translateY(-2px)!important}.navbar__icon-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:color .25s,background .25s,transform .2s;display:flex}.navbar__icon-btn:hover{color:var(--theme-color);background:rgba(var(--theme-rgb), .08);transform:translateY(-1px)}.navbar__settings-wrap{position:relative}.navbar__settings-btn--active{color:var(--theme-color)!important;background:rgba(var(--theme-rgb), .1)!important}.spin{animation:.4s spinOnce}@keyframes spinOnce{0%{transform:rotate(0)}to{transform:rotate(180deg)}}.settings-icon{animation:4s linear infinite rotateIcon;display:block}.settings-icon:hover{animation-play-state:paused}@keyframes rotateIcon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.settings-panel{-webkit-backdrop-filter:blur(24px);z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:280px;padding:1.25rem;animation:.25s cubic-bezier(.34,1.56,.64,1) panelIn;position:absolute;top:calc(100% + 14px);right:0;box-shadow:0 20px 60px #2563eb1a,0 4px 20px #0000000f}@keyframes panelIn{0%{opacity:0;transform:translateY(-10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.settings-panel__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.settings-panel__title{color:#1e293b;letter-spacing:.3px;font-size:.9rem;font-weight:700}.settings-panel__close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,color .2s;display:flex}.settings-panel__close:hover{color:#1e293b;background:#e2e8f0}.settings-panel__subtitle{color:#94a3b8;margin-bottom:1rem;font-size:.75rem}.settings-panel__swatches{flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem;display:flex}.swatch{background:var(--swatch-color);cursor:pointer;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 2px 8px #0000001f}.swatch:hover{transform:scale(1.15);box-shadow:0 4px 16px #0000002e}.swatch--active{box-shadow:0 0 0 3px var(--swatch-color), 0 4px 16px #00000026;border-color:#1e293b;transform:scale(1.1)}.swatch__check{color:#fff;filter:drop-shadow(0 1px 2px #0006)}.settings-panel__labels{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.swatch-label{color:#94a3b8;white-space:nowrap;font-size:.65rem;transition:color .2s}.swatch-label--active{font-weight:600}.settings-panel__preview{color:#94a3b8;border-top:1px solid #e2e8f0;align-items:center;gap:.5rem;padding-top:.75rem;font-size:.75rem;display:flex}.settings-panel__preview-chip{color:#fff;border-radius:20px;padding:.2rem .65rem;font-size:.72rem;font-weight:600}.navbar__quote-btn{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.3px;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:100px;flex-shrink:0;align-items:center;padding:.45rem 1.1rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex;box-shadow:0 4px 14px #22c55e59}.navbar__quote-btn:hover{opacity:.95;transform:translateY(-2px)scale(1.04);box-shadow:0 8px 20px #22c55e73}.navbar__hamburger{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s;display:none}.navbar__hamburger:hover{color:var(--theme-color);background:#e2e8f0}.navbar__mobile{-webkit-backdrop-filter:blur(24px);z-index:999;background:#fffffffa;max-height:0;padding:0 1.5rem;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s;position:fixed;top:72px;left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #2563eb0f}.navbar__mobile--open{max-height:500px;padding:1rem 1.5rem 1.5rem}.navbar__mobile-links{flex-direction:column;gap:.25rem;margin-bottom:1rem;list-style:none;display:flex}.navbar__mobile-link{color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-radius:10px;padding:.7rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:block}.navbar__mobile-link:hover,.navbar__mobile-link--active{color:var(--theme-color);background:rgba(var(--theme-rgb), .08)}.navbar__mobile-icons{border-top:1px solid #e2e8f0;gap:.5rem;padding-top:.75rem;display:flex}@media (max-width:1024px){.navbar__links{gap:0}.navbar__link{padding:.4rem .6rem;font-size:.82rem}}@media (max-width:768px){.navbar__links{display:none}.navbar__hamburger{display:flex}.navbar__quote-btn,.navbar__icon-btn:not(.navbar__settings-btn),.navbar__actions .navbar__icon-btn:not(.navbar__settings-btn):not(.navbar__hamburger),.navbar__socials,.navbar__divider{display:none}}@media (max-width:480px){.navbar{padding:0 1rem}}
.footer{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);position:relative;overflow:hidden;box-shadow:0 -12px 40px #02061759}.footer__top-line{background:linear-gradient(90deg, transparent 0%, var(--theme-color) 30%, #a78bfa 70%, transparent 100%);height:3px}.footer__container{justify-content:space-between;align-items:flex-start;gap:2.5rem;max-width:1280px;margin:0 auto;padding:4rem 2rem 3rem;display:flex}.footer__brand{flex-shrink:0;width:240px}.footer__links{flex-wrap:nowrap;flex:1;justify-content:space-between;align-items:flex-start;gap:1.5rem;min-width:0;display:flex}.footer__logo{align-items:center;gap:.5rem;margin-bottom:1.1rem;text-decoration:none;display:inline-flex}.footer__logo-icon{color:#fff;background:#2563eb;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 12px #2563eb66}.footer__logo:hover .footer__logo-icon{transform:rotate(-8deg)scale(1.1);box-shadow:0 8px 20px #2563eb8c}.footer__logo-text{color:#fff;letter-spacing:-.5px;font-size:1.25rem;font-weight:800}.footer__logo-accent{color:#60a5fa}.footer__brand-desc{color:#c7d2fe;margin-bottom:1.25rem;font-size:.83rem;line-height:1.75}.footer__contact-list{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.footer__contact-item{color:#c7d2fe;align-items:center;gap:.5rem;font-size:.8rem;text-decoration:none;transition:color .25s;display:inline-flex}.footer__contact-item:hover{color:#fff}.footer__logo-img{object-fit:contain;mix-blend-mode:screen;background:0 0;border-radius:0;width:auto;height:34px;transition:transform .3s}.footer__logo:hover .footer__logo-img{transform:scale(1.08)}.footer__socials{gap:.5rem;display:flex}.footer__social-btn{color:#c7d2fe;background:#ffffff14;border:1px solid #ffffff24;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:background .25s,color .25s,border-color .25s,transform .25s cubic-bezier(.34,1.56,.64,1);display:flex}.footer__social-btn:hover{color:#0b1220;background:#60a5fa;border-color:#60a5fa;transform:translateY(-3px)scale(1.1)}.footer__col{flex-direction:column;align-items:flex-start;padding-top:6%;display:flex}.footer__col-heading{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.1rem;padding-bottom:.6rem;font-size:.8rem;font-weight:700;position:relative}.footer__col-heading:after{content:"";background:var(--theme-color);border-radius:2px;width:24px;height:2px;position:absolute;bottom:0;left:0}.footer__col-links{flex-direction:column;flex-grow:1;gap:.6rem;list-style:none;display:flex}.footer__col-link{color:#ffffff61;align-items:center;gap:.45rem;font-size:.82rem;text-decoration:none;transition:color .25s,gap .25s;display:inline-flex}.footer__col-link:hover{color:#ffffffd9;gap:.65rem}.footer__col-link--btn{cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit}.footer__col-link--disabled{cursor:default;opacity:.5}.footer__col-link-dot{background:var(--theme-color);opacity:.5;border-radius:50%;flex-shrink:0;width:4px;height:4px;transition:opacity .25s}.footer__col-link:hover .footer__col-link-dot{opacity:1}.footer__bottom{border-top:1px solid #ffffff1f;position:relative}.footer__bottom-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;max-width:1280px;margin:0 auto;padding:1.25rem 2rem;display:flex}.footer__copy{color:#c7d2fe;font-size:.8rem}.footer__copy-brand{color:#60a5fa;font-weight:700}.footer__made{color:#c7d2fe;justify-content:center;align-items:center;gap:.35rem;font-size:.78rem;display:flex}.footer__heart{color:#22c55e;animation:1s ease-in-out infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@media (max-width:1200px){.footer__links{flex-wrap:wrap;gap:1.75rem}.footer__col{min-width:140px}}@media (max-width:1100px){.footer__container{flex-direction:column;gap:2.5rem}.footer__brand{width:100%;max-width:380px}.footer__links{flex-wrap:wrap;gap:1.75rem}.footer__col{min-width:140px}}@media (max-width:768px){.footer__container{gap:2rem;padding:3rem 1.5rem 2rem}.footer__links{gap:1.5rem}.footer__col{min-width:130px}}@media (max-width:480px){.footer__container{padding:2.5rem 1rem 1.5rem}.footer__links{gap:1.25rem}.footer__col{min-width:calc(50% - .625rem)}.footer__bottom-inner{text-align:center;flex-direction:column;padding:1rem}}.footer__visitors{color:#ffffff8c;white-space:nowrap;pointer-events:none;font-size:.75rem;font-weight:600;position:absolute;bottom:50%;right:2rem;transform:translateY(50%)}.footer__visitors-count{color:#60a5fa;font-weight:700}@media (max-width:768px){.footer__visitors{text-align:center;padding:.5rem 0 .75rem;display:block;position:static;transform:none}}.footer__quote-btn{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.3px;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:100px;align-items:center;margin-top:1rem;padding:.5rem 1.25rem;font-size:.82rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #22c55e4d}.footer__quote-btn:hover{transform:translateY(-2px)scale(1.04);box-shadow:0 8px 20px #22c55e73}
