/* Header */
.sph-utility{background:var(--sph-utility-bg);color:var(--sph-utility-text);font-family:var(--sph-meta-font);font-size:11.5px;font-weight:var(--sph-meta-weight);letter-spacing:.01em}.sph-utility a{color:inherit;text-decoration:none}.sph-utility__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.sph-utility__nav ul,.sph-primary-menu,.sph-footer ul{list-style:none;margin:0;padding:0}.sph-utility__nav ul{display:flex;align-items:center;gap:22px}.sph-utility__contact{display:flex;align-items:center;gap:18px}.sph-utility__contact a{display:inline-flex;align-items:center;gap:6px;opacity:.9}.sph-utility__contact a:hover{opacity:1;color:var(--sph-accent)}.sph-utility__contact svg{width:14px;height:14px;color:var(--sph-accent)}
.sph-header{position:sticky;top:0;z-index:500;background:var(--sph-header-bg);transition:box-shadow .28s ease,transform .28s ease}.admin-bar .sph-header{top:32px}.sph-header.is-scrolled{box-shadow:0 12px 38px rgba(17,19,24,.07)}.sph-mainbar{background:color-mix(in srgb,var(--sph-header-bg) 92%,transparent);border-bottom:1px solid color-mix(in srgb,var(--sph-border) 84%,transparent);backdrop-filter:blur(18px) saturate(135%);-webkit-backdrop-filter:blur(18px) saturate(135%)}.sph-mainbar__inner{min-height:var(--sph-header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,2vw,2.3rem);transition:min-height .3s var(--sph-motion-easing)}.sph-header-shrink .sph-header.is-scrolled .sph-mainbar__inner{min-height:max(66px,calc(var(--sph-header-height) - 14px))}.sph-logo{display:flex;align-items:center}.sph-logo .custom-logo-link,.sph-brand-logo{display:inline-flex;align-items:center;text-decoration:none}.sph-logo .custom-logo,.sph-brand-logo img{width:min(var(--sph-logo-width),26vw);height:auto;max-height:58px;object-fit:contain;transition:transform .28s var(--sph-motion-easing),max-height .28s var(--sph-motion-easing)}.sph-header-shrink .sph-header.is-scrolled .sph-logo .custom-logo,.sph-header-shrink .sph-header.is-scrolled .sph-brand-logo img{max-height:50px;transform:scale(.95)}.sph-brand-logo--light img{max-height:52px}
.sph-primary-nav{min-width:0}.sph-primary-menu{display:flex;align-items:center;justify-content:center;gap:clamp(.7rem,1.15vw,1.35rem)}.sph-primary-menu a{color:var(--sph-nav-text);text-decoration:none;font-family:var(--sph-nav-font);font-size:var(--sph-nav-size);font-weight:var(--sph-nav-weight);line-height:var(--sph-nav-line);letter-spacing:var(--sph-nav-letter);padding-block:30px;display:inline-flex;align-items:center;gap:4px;position:relative}.sph-primary-menu>li>a::after{content:"";position:absolute;left:0;right:0;bottom:19px;height:2px;border-radius:2px;background:var(--sph-accent);transform:scaleX(0);transform-origin:right;transition:transform .28s var(--sph-motion-easing)}.sph-primary-menu>li>a:hover::after,.sph-primary-menu>.current-menu-item>a::after,.sph-primary-menu>.current-menu-ancestor>a::after{transform:scaleX(1);transform-origin:left}.sph-primary-menu a:hover,.sph-primary-menu .current-menu-item>a,.sph-primary-menu .current-menu-ancestor>a{color:var(--sph-nav-hover)}.sph-primary-menu .menu-item-has-children{position:relative}.sph-primary-menu .sub-menu{position:absolute;top:calc(100% - 7px);left:50%;min-width:240px;transform:translate(-50%,14px) scale(.985);transform-origin:top center;padding:10px;background:var(--sph-dropdown-bg);border:1px solid var(--sph-border);box-shadow:0 24px 70px rgba(17,19,24,.12);border-radius:18px;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease,transform .3s var(--sph-motion-easing)}.sph-primary-menu .menu-item-has-children:hover>.sub-menu,.sph-primary-menu .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translate(-50%,0) scale(1)}.sph-primary-menu .sub-menu a{width:100%;padding:11px 13px;border-radius:10px;color:var(--sph-dropdown-text);font-family:var(--sph-dropdown-font);font-size:var(--sph-dropdown-size);font-weight:var(--sph-dropdown-weight);line-height:var(--sph-dropdown-line);letter-spacing:var(--sph-dropdown-letter)}.sph-primary-menu .sub-menu a:hover{background:var(--sph-bg);color:var(--sph-primary)}.sph-header-actions{display:flex;align-items:center;gap:9px}.sph-icon-button{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;color:var(--sph-header-text);text-decoration:none;transition:background .2s ease,transform .2s ease}.sph-icon-button svg{width:19px}.sph-icon-button:hover{background:var(--sph-bg);transform:translateY(-1px)}.sph-nav-toggle{display:none;width:44px;height:44px;border:0;border-radius:999px;background:var(--sph-bg);color:var(--sph-text)}.sph-nav-toggle svg{width:22px}.sph-nav-toggle__close{display:none}.sph-nav-toggle[aria-expanded=true] .sph-nav-toggle__open{display:none}.sph-nav-toggle[aria-expanded=true] .sph-nav-toggle__close{display:inline}

/* Buttons */
.sph-button,.elementor-widget-button .elementor-button{min-height:var(--sph-button-height);display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 23px;border:1px solid transparent;border-radius:var(--sph-radius-sm);background:var(--sph-primary-button-bg);color:var(--sph-primary-button-text);text-decoration:none;font-family:var(--sph-button-font);font-size:var(--sph-button-size);font-weight:var(--sph-button-weight);letter-spacing:var(--sph-button-letter);line-height:1.2;position:relative;overflow:hidden;isolation:isolate;transition:transform .25s var(--sph-motion-easing),box-shadow .25s ease,background .25s ease,color .25s ease,border-color .25s ease}.sph-button:hover,.elementor-widget-button .elementor-button:hover{color:var(--sph-primary-button-text);background:var(--sph-primary-button-hover)}.sph-button--outline{background:transparent;color:var(--sph-primary);border-color:color-mix(in srgb,var(--sph-primary) 33%,var(--sph-border))}.sph-button--outline:hover{color:var(--sph-primary);background:color-mix(in srgb,var(--sph-primary) 5%,white);box-shadow:none}.sph-button--accent,.sph-button--gold{background:var(--sph-accent-button-bg);color:var(--sph-accent-button-text)}.sph-button--accent:hover,.sph-button--gold:hover{background:var(--sph-accent-button-hover);color:var(--sph-accent-button-text)}.sph-button svg{width:18px;height:18px;transition:transform .25s var(--sph-motion-easing)}
.sph-button-hover-lift .sph-button:hover,.sph-button-hover-lift .elementor-widget-button .elementor-button:hover,.sph-button-hover-lift-arrow .sph-button:hover,.sph-button-hover-lift-arrow .elementor-widget-button .elementor-button:hover{transform:translateY(-3px);box-shadow:0 13px 30px color-mix(in srgb,var(--sph-primary) 23%,transparent)}.sph-button-hover-lift-arrow .sph-button:hover svg{transform:translateX(4px)}.sph-button-hover-lift-arrow .elementor-widget-button .elementor-button::after{content:"→";display:inline-block;margin-left:1px;transition:transform .25s var(--sph-motion-easing)}.sph-button-hover-lift-arrow .elementor-widget-button .elementor-button:hover::after{transform:translateX(4px)}.sph-button-hover-fill .sph-button::before,.sph-button-hover-fill .elementor-widget-button .elementor-button::before{content:"";position:absolute;z-index:-1;inset:0;background:color-mix(in srgb,var(--sph-accent) 78%,var(--sph-primary));transform:translateY(102%);transition:transform .35s var(--sph-motion-easing)}.sph-button-hover-fill .sph-button:hover::before,.sph-button-hover-fill .elementor-widget-button .elementor-button:hover::before{transform:translateY(0)}

/* Cards / posts */
.sph-card{background:var(--sph-surface);border:1px solid var(--sph-border);border-radius:var(--sph-radius);box-shadow:0 5px 22px rgba(17,19,24,.035);overflow:hidden}.sph-card--hover,.sph-demo-card{transition:transform .35s var(--sph-motion-easing),box-shadow .35s ease,border-color .35s ease}.sph-card-hover-lift .sph-card--hover:hover,.sph-card-hover-lift .sph-demo-card:hover{transform:translateY(-8px);box-shadow:var(--sph-shadow);border-color:color-mix(in srgb,var(--sph-primary) 17%,var(--sph-border))}.sph-card-hover-zoom .sph-card--hover:hover,.sph-card-hover-zoom .sph-demo-card:hover{transform:scale(1.018);box-shadow:var(--sph-shadow)}.sph-card-hover-border .sph-card--hover:hover,.sph-card-hover-border .sph-demo-card:hover{border-color:var(--sph-accent);box-shadow:0 12px 36px rgba(17,19,24,.055)}.sph-post-card__media{display:block;aspect-ratio:16/9;overflow:hidden}.sph-post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--sph-motion-easing)}.sph-post-card:hover .sph-post-card__media img{transform:scale(1.045)}.sph-post-card__body{padding:24px}.sph-entry__meta{font-family:var(--sph-meta-font);font-size:var(--sph-meta-size);font-weight:var(--sph-meta-weight);line-height:var(--sph-meta-line);letter-spacing:var(--sph-meta-letter);color:var(--sph-meta);margin-bottom:9px}.sph-post-card .sph-entry__title{font-size:24px}.sph-post-card .sph-entry__title a{color:var(--sph-heading);text-decoration:none}.sph-post-card .sph-entry__title a:hover{color:var(--sph-primary)}

/* Native footer */
.sph-footer{margin-top:auto;background:var(--sph-footer-bg);color:var(--sph-footer-text)}.sph-footer a{color:color-mix(in srgb,var(--sph-footer-text) 92%,#fff);text-decoration:none}.sph-footer a:hover{color:#fff}.sph-footer__grid{display:grid;grid-template-columns:1.75fr repeat(4,minmax(110px,1fr));gap:34px;padding-block:64px 46px}.sph-footer__brand{max-width:370px}.sph-footer__brand .custom-logo,.sph-footer__brand .sph-brand-logo img{width:min(230px,100%);max-height:58px}.sph-footer__description{font-size:13px;line-height:1.75;color:var(--sph-footer-text);margin-top:18px}.sph-footer__contact{display:grid;gap:8px;margin-top:17px}.sph-footer__contact a{font-size:13px}.sph-footer__office{margin-top:14px;font-size:12px;line-height:1.65}.sph-footer__menu h2{color:var(--sph-footer-heading);font-family:var(--sph-footer-heading-font);font-size:var(--sph-footer-heading-size);font-weight:var(--sph-footer-heading-weight);letter-spacing:var(--sph-footer-heading-letter);text-transform:uppercase;margin-bottom:15px}.sph-footer__menu li+li{margin-top:8px}.sph-footer__menu a{font-size:13px;opacity:.86}.sph-footer__menu a:hover{opacity:1}.sph-footer__regulatory{border-top:1px solid rgba(255,255,255,.1);padding-block:20px 25px}.sph-regulatory-list{display:flex;flex-wrap:wrap;gap:7px 18px;font-size:11px;margin-bottom:12px}.sph-legal-links{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:12px}.sph-legal-links a{font-size:11px}.sph-footer__disclaimer{max-width:1120px;font-size:12px;line-height:1.6;color:color-mix(in srgb,var(--sph-footer-text) 80%,transparent)}.sph-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:14px;margin-top:14px;border-top:1px solid rgba(255,255,255,.08)}.sph-footer__copyright,.sph-footer__developer{margin:0;font-size:11px;color:rgba(255,255,255,.55)}.sph-footer__developer a{color:var(--sph-accent);font-weight:700}.sph-mobile-account{display:none}

/* 404 */
.sph-error-page{padding-block:clamp(5rem,10vw,9rem);text-align:center;max-width:720px}.sph-error-page .search-form{margin:2rem auto;display:flex;gap:8px;max-width:520px}.sph-error-page .search-field{min-width:0;flex:1}.sph-error-page .search-submit{min-height:46px;border:0;border-radius:var(--sph-radius-sm);padding-inline:18px;background:var(--sph-primary);color:#fff;font-family:var(--sph-button-font);font-weight:var(--sph-button-weight)}
