@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#143d60;--teal:#27667b;--green:#a0c878;--lime:#ddeb9d;--dark:#0d2233;--gray-bg:#f7f9fb;--border:#eef2f5;--text-muted:#678}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;color:var(--navy);background:#fff}img{max-width:100%;display:block}a{text-decoration:none}.site-wrapper{width:100%;background:#fff;overflow-x:hidden}.site-header{justify-content:space-between;padding:0 max(40px,calc((100vw - 1600px) / 2 + 40px));height:64px;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:100;width:100%;gap:16px}.header-left,.site-header{display:flex;align-items:center}.header-left{gap:32px;flex:1;min-width:0}.header-logo{flex-shrink:0}.header-logo,.header-nav{display:flex;align-items:center}.header-nav{gap:22px}.header-nav a{font-size:13px;color:#555;font-weight:500;transition:color .2s;white-space:nowrap;position:relative;padding-bottom:2px}.header-nav a:hover{color:var(--navy)}.header-nav a.header-nav-active{color:var(--teal);font-weight:600}.header-nav a.header-nav-active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--teal);border-radius:1px}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-search-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:1px solid var(--border);background:transparent;color:#666;cursor:pointer;transition:all .2s}.header-search-icon:hover{background:var(--gray-bg);color:var(--navy);border-color:#ccc}.header-search{display:flex;align-items:center}.header-search-open{flex:1}.header-search-form{display:flex;align-items:center;gap:4px;background:var(--gray-bg);border:1.5px solid var(--teal);border-radius:8px;padding:4px 8px;animation:slideInSearch .2s ease}@keyframes slideInSearch{0%{opacity:0;transform:scaleX(.8);transform-origin:right}to{opacity:1;transform:scaleX(1)}}.header-search-input{border:none;background:transparent;outline:none;font-size:13px;color:var(--navy);width:200px;font-family:DM Sans,sans-serif}.header-search-input::-moz-placeholder{color:#aaa}.header-search-input::placeholder{color:#aaa}.header-search-close,.header-search-submit{border:none;background:transparent;cursor:pointer;color:#666;display:flex;align-items:center;padding:2px;transition:color .15s}.header-search-submit:hover{color:var(--teal)}.header-search-close:hover{color:#e55}.lang-select-wrap{position:relative;display:flex;align-items:center;gap:5px;background:var(--gray-bg);border:1px solid var(--border);border-radius:7px;padding:0 8px 0 10px;height:34px;transition:border-color .15s}.lang-select-wrap:hover{border-color:var(--teal)}.lang-globe-icon{color:var(--teal);flex-shrink:0}.lang-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:transparent;outline:none;font-size:12px;font-weight:600;color:var(--navy);font-family:DM Sans,sans-serif;padding-right:18px;cursor:pointer;min-width:78px}.lang-caret{position:absolute;right:8px;color:#888;pointer-events:none;flex-shrink:0}.header-inquiry-btn{background:var(--navy);color:#fff!important;font-size:12px;font-weight:600;padding:8px 20px;border-radius:8px;cursor:pointer;border:none;font-family:DM Sans,sans-serif;letter-spacing:.04em;transition:background .2s;white-space:nowrap;display:inline-flex;align-items:center}.header-inquiry-btn:hover{background:var(--teal);color:#fff!important}.header-mobile-toggle{display:none;flex-direction:column;gap:5px;width:32px;height:32px;padding:6px;border:none;background:transparent;cursor:pointer;justify-content:center;align-items:center}.header-mobile-toggle span{display:block;width:20px;height:2px;background:var(--navy);border-radius:2px;transition:all .2s}.nav-dropdown-wrap{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#555;font-weight:500;background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif;padding:0;transition:color .2s;white-space:nowrap}.nav-dropdown-trigger:hover,.nav-dropdown-wrap:hover .nav-dropdown-trigger{color:var(--navy)}.nav-dropdown-trigger.header-nav-active{color:var(--teal);font-weight:600}.nav-caret{transition:transform .2s}.nav-caret-open{transform:rotate(180deg)}.nav-mega-menu:before{content:"";position:absolute;top:-18px;left:0;right:0;height:18px}.nav-mega-menu{position:absolute;top:calc(100% + 10px);left:0;transform:none;background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:0 16px 48px rgba(20,61,96,.13);display:flex;gap:4px;min-width:560px;animation:megaFadeIn .18s ease;z-index:200;transition:opacity .15s}@keyframes megaFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.nav-mega-col{flex:1;padding:8px;border-right:1px solid var(--border)}.nav-mega-col:last-child{border-right:none}.nav-mega-cat{display:flex;align-items:flex-start;gap:10px;padding:10px;border-radius:8px;margin-bottom:8px;transition:background .15s}.nav-mega-cat:hover{background:var(--gray-bg)}.nav-mega-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(39,102,123,.08);border-radius:8px;color:var(--teal)}.nav-mega-cat:hover .nav-mega-icon{background:rgba(39,102,123,.15)}.nav-mega-cat-title{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:2px}.nav-mega-cat-desc{font-size:11px;color:var(--text-muted);line-height:1.4}.nav-mega-subs{list-style:none;padding:0 10px}.nav-mega-sub-link{display:block;font-size:12px;color:#666;font-weight:500;padding:5px 0;transition:color .15s;border-bottom:1px solid var(--border)}.nav-mega-sub-link:last-child{border-bottom:none}.nav-mega-sub-link:hover{color:var(--teal)}.nav-mega-sub-link:before{content:"›  ";color:var(--green);font-weight:700}.nav-mega-cta{display:flex;flex-direction:column;gap:10px;justify-content:center;padding:8px 8px 8px 16px;border-left:1px solid var(--border);min-width:130px}.nav-mega-cta-link{font-size:12px;color:var(--teal);font-weight:500;text-align:center;padding:4px 0}.nav-mega-cta-link:hover{color:var(--navy)}.btn-primary,a.btn-primary{color:#fff!important;text-decoration:none}.nav-service-menu{position:absolute;top:calc(100% + 18px);left:0;transform:none;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 12px 40px rgba(20,61,96,.14);padding:10px;min-width:300px;z-index:200;display:flex;flex-direction:column;gap:2px}.nav-service-menu:before{content:"";position:absolute;top:-18px;left:0;right:0;height:18px}.nav-service-item{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:8px;transition:background .15s;text-decoration:none}.nav-service-item:hover{background:rgba(39,102,123,.07)}.nav-service-icon{font-size:18px;flex-shrink:0;margin-top:1px}.nav-service-label{font-size:13px;font-weight:600;color:var(--navy);margin-bottom:2px}.nav-service-desc{font-size:11px;color:#7a9aaa;line-height:1.4}.nav-service-all{display:block;margin-top:6px;padding:9px 12px;background:var(--navy);color:#fff!important;border-radius:8px;font-size:12px;font-weight:600;text-align:center;text-decoration:none;transition:background .15s}.nav-service-all:hover{background:var(--teal)}.mobile-menu{display:none;flex-direction:column;gap:0;background:#fff;border-bottom:2px solid var(--lime);padding:16px 32px 24px;position:sticky;top:64px;z-index:99}.mobile-menu-link{font-size:15px;color:var(--navy);font-weight:500;padding:12px 0;border-bottom:1px solid var(--border)}.mobile-menu-link:hover{color:var(--teal)}.mobile-menu-sub-link{font-size:13px;color:#666;font-weight:400;padding:8px 0 8px 20px;border-bottom:1px solid var(--border);display:block}.mobile-menu-sub-link:hover{color:var(--teal)}.mobile-menu-langs{display:flex;gap:8px;padding-top:16px}@media (max-width:900px){.site-header{padding:0 24px}.header-inquiry-btn,.header-nav,.header-search,.lang-select-wrap{display:none}.header-mobile-toggle,.mobile-menu{display:flex}}@media (max-width:600px){.header-left{gap:16px}}.hero-section{display:grid;grid-template-columns:1.1fr 1fr;min-height:460px;padding:0 0 0 max(56px,calc((100% - 1600px) / 2 + 56px));align-items:center;overflow:hidden;max-width:1920px;margin:0 auto}.hero-left{padding:48px 0}.hero-tag{display:inline-flex;align-items:center;gap:6px;background:var(--lime);color:var(--navy);font-size:10px;font-weight:700;padding:5px 12px;border-radius:20px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.hero-tag-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);display:inline-block}.hero-h1{font-family:Playfair Display,serif;font-size:44px;font-weight:900;line-height:1.1;color:var(--navy);margin-bottom:18px}.hero-h1 em{color:var(--teal);font-style:italic}.hero-sub{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:28px;max-width:360px}.hero-actions{display:flex;gap:12px;align-items:center;margin-bottom:0}.hero-stats{display:flex;gap:28px;margin-top:36px;padding-top:24px;border-top:1px solid var(--border)}.stat-num{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:var(--navy)}.stat-label{font-size:11px;color:#999;margin-top:2px}.hero-right{height:460px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:6px;padding:20px 0 20px 20px}.hero-img{border-radius:10px;overflow:hidden;background:#f0f4f7}.hero-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-img-tall{grid-row:span 2;border-radius:16px 10px 10px 16px}.btn-primary{background:var(--navy);color:#fff;font-size:13px;font-weight:600;padding:12px 24px;border-radius:8px;cursor:pointer;border:none;font-family:DM Sans,sans-serif;display:inline-block}.btn-primary:hover{background:#0f2e4a;color:#fff}.btn-ghost{color:var(--teal);font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.btn-ghost:hover{color:var(--navy)}.about-hero .btn-ghost,.hero-section .btn-ghost,.shop-hero .btn-ghost{color:var(--lime)}.about-hero .btn-ghost:hover,.hero-section .btn-ghost:hover,.shop-hero .btn-ghost:hover{color:#fff}.btn-dark{background:var(--navy);color:var(--lime);font-size:13px;font-weight:600;padding:14px 28px;border-radius:10px;border:none;cursor:pointer;font-family:DM Sans,sans-serif;white-space:nowrap;display:inline-block}.btn-dark:hover{background:#0f2e4a;color:var(--lime)}.trust-bar{background:var(--gray-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:16px 56px;display:flex;align-items:center;justify-content:space-between;gap:16px}.trust-label{font-size:11px;color:#aaa;font-weight:500;letter-spacing:.08em;white-space:nowrap}.trust-items{gap:28px;flex-wrap:wrap}.trust-item,.trust-items{display:flex;align-items:center}.trust-item{font-size:12px;color:#555;font-weight:500;gap:6px}.trust-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}.section{padding:56px;max-width:1320px;margin-left:auto;margin-right:auto}.section-3d{background:var(--gray-bg)}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.section-title{font-family:Playfair Display,serif;font-size:30px;font-weight:700;color:var(--navy)}.section-sub{font-size:13px;color:#888;margin-top:4px}.section-link{font-size:13px;color:var(--teal);font-weight:500}.section-link:hover{color:var(--navy)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{border-radius:12px;overflow:hidden;border:1px solid var(--border);background:#fff;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 8px 32px rgba(20,61,96,.09);transform:translateY(-2px)}.product-tag{background:var(--lime);color:var(--navy)}.product-tag,.product-tag-3d{position:absolute;top:10px;left:10px;font-size:9px;font-weight:700;padding:3px 8px;border-radius:20px;letter-spacing:.08em;text-transform:uppercase}.product-tag-3d{background:var(--navy);color:var(--lime)}.product-info{padding:14px}.product-name{font-size:12px;font-weight:600;color:var(--navy);line-height:1.4;margin-bottom:8px}.product-cta{font-size:12px;color:var(--teal);font-weight:500}.product-cta:hover{color:var(--navy)}.tag-3d{display:inline-flex;align-items:center;gap:6px;background:var(--navy);color:var(--lime);font-size:10px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.tag-3d-dot{width:5px;height:5px;border-radius:50%;background:var(--lime);display:inline-block}.why-section{padding:56px max(56px,calc((100% - 1320px) / 2 + 56px));background:var(--navy)}.why-title{font-family:Playfair Display,serif;font-size:30px;font-weight:700;color:#fff;margin-bottom:8px}.why-sub{font-size:14px;color:#8aabb8;margin-bottom:36px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.why-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:28px}.why-icon{width:44px;height:44px;background:hsla(90,42%,63%,.15);border-radius:10px;margin-bottom:18px;display:flex;align-items:center;justify-content:center}.why-card-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:10px}.why-card-desc{font-size:13px;color:#8aabb8;line-height:1.7}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:28px}.step{text-align:center;padding:0 16px;position:relative}.step:not(:last-child):after{content:"";position:absolute;top:20px;right:-8px;width:16px;height:1px;background:#dde}.step-num{width:40px;height:40px;border-radius:50%;background:#f4f7fa;border:2px solid var(--lime);color:var(--navy);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step-title{font-size:13px;font-weight:600;color:var(--navy);margin-bottom:6px}.step-desc{font-size:12px;color:#888;line-height:1.6}.cta-banner{margin:56px auto;max-width:1208px;background:var(--lime);border-radius:16px;padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-title{font-family:Playfair Display,serif;font-size:26px;font-weight:700;color:var(--navy);margin-bottom:8px}.cta-desc{font-size:14px;color:#4a6a7a;max-width:400px;line-height:1.7}.site-footer-new{background:var(--dark)}.footer-top{display:grid;grid-template-columns:280px 1fr;gap:56px;padding:56px max(56px,calc((100% - 1400px) / 2 + 56px)) 40px;border-bottom:1px solid hsla(0,0%,100%,.07)}.footer-top-left{display:flex;flex-direction:column}.footer-logo-wrap{background:#fff;border-radius:10px;padding:10px 16px;display:inline-block;margin-bottom:18px;align-self:flex-start}.footer-tagline{font-size:13px;color:#667a8a;line-height:1.8;margin-bottom:20px}.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.footer-col{display:flex;flex-direction:column}.footer-col-title{font-size:11px;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.footer-link{font-size:13px;color:#667a8a;display:block;margin-bottom:10px;line-height:1.5}.footer-link:hover{color:var(--green)}.footer-social{gap:8px}.footer-social-icon{width:34px;height:34px;background:hsla(0,0%,100%,.07);color:#667a8a}.footer-social-icon:hover{background:hsla(0,0%,100%,.14)}.footer-bottom-bar{padding:18px max(56px,calc((100% - 1400px) / 2 + 56px));display:flex;justify-content:space-between;align-items:center}.footer-bottom-bar span,.footer-bottom-link{font-size:12px;color:#3a4a55}.footer-bottom-link:hover{color:#667a8a}.contact-page{max-width:700px;margin:0 auto;padding:64px 32px}.contact-page h1{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--navy);margin-bottom:12px}.contact-page p{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:40px}.contact-form{gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:500;color:var(--navy)}.form-group input,.form-group select,.form-group textarea{padding:11px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:DM Sans,sans-serif;color:var(--navy);outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--teal)}.form-group textarea{resize:vertical;min-height:130px}.form-submit{background:var(--navy);color:#fff;font-size:14px;font-weight:600;padding:14px 32px;border-radius:10px;border:none;cursor:pointer;font-family:DM Sans,sans-serif;align-self:flex-start;transition:background .2s}.form-submit:hover{background:#0f2e4a}.service-page{padding:64px 56px;max-width:1320px;margin:0 auto}.service-page h1{font-family:Playfair Display,serif;font-size:38px;font-weight:700;color:var(--navy);margin-bottom:16px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.service-card{border:1px solid var(--border);border-radius:14px;padding:28px;background:#fff}.service-card h3{font-size:17px;font-weight:600;color:var(--navy);margin:14px 0 10px}.service-card p{font-size:13px;color:var(--text-muted);line-height:1.7}.shop-page{padding:56px;max-width:1320px;margin:0 auto}.shop-page h1{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:var(--navy);margin-bottom:32px}.service-hero{position:relative;background:linear-gradient(120deg,rgba(20,61,96,.9),rgba(39,102,123,.72)),url(https://spinningtoy.com/wp-content/uploads/2025/03/linyang-factory.jpg) 50%/cover no-repeat;background-color:var(--navy);padding:72px max(56px,calc((100% - 1320px) / 2 + 56px));min-height:320px}.service-hero-inner{max-width:680px}.service-hero-h1{font-family:Playfair Display,serif;font-size:40px;font-weight:900;line-height:1.15;color:#fff;margin-bottom:18px}.service-hero-h1 em{color:var(--lime);font-style:italic}.service-hero-sub{font-size:15px;color:#8aabb8;line-height:1.8;margin-bottom:32px;max-width:560px}.capability-bar{display:flex;flex-wrap:wrap;gap:10px;padding:20px 48px;background:var(--lime);border-bottom:1px solid rgba(20,61,96,.1)}.capability-tag{background:rgba(20,61,96,.12);color:var(--navy);padding:6px 14px;border-radius:20px;letter-spacing:.06em}.capability-tag,.section-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase}.section-eyebrow{color:var(--teal);letter-spacing:.12em;margin-bottom:10px}.oem-partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.oem-desc{font-size:14px;color:var(--text-muted);line-height:1.85;margin-top:16px}.oem-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.oem-stat-card{background:var(--gray-bg);border-radius:12px;padding:24px;border:1px solid var(--border)}.oem-stat-num{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--navy)}.oem-stat-label{font-size:12px;color:#888;margin-top:4px}.mfg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.mfg-card{border:1px solid var(--border);border-radius:14px;padding:28px;background:#fff;height:100%}.mfg-card-featured{border-color:var(--teal);background:#f0f7f9}.mfg-icon{width:44px;height:44px;background:rgba(39,102,123,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.mfg-card-title{font-size:16px;font-weight:600;color:var(--navy);margin-bottom:10px}.mfg-card-desc{font-size:13px;color:var(--text-muted);line-height:1.7;margin-bottom:14px}.mfg-list{list-style:none;padding:0}.mfg-list li{font-size:12px;color:var(--text-muted);padding:5px 0 5px 14px;position:relative;line-height:1.5;border-bottom:1px solid var(--border)}.mfg-list li:last-child{border-bottom:none}.mfg-list li:before{content:"–";position:absolute;left:0;color:var(--green)}.integrated-grid{display:flex;flex-direction:column;gap:40px}.integrated-item{display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:center}.integrated-item-reverse{grid-template-columns:1fr 300px}.integrated-img-placeholder{height:220px;background:#e8eef3;border-radius:14px;display:flex;align-items:center;justify-content:center}.integrated-title{font-size:18px;font-weight:600;color:var(--navy);margin-bottom:10px}.integrated-desc{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:14px}.shipping-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.shipping-card{border:1px solid var(--border);border-radius:14px;padding:32px;background:#fff;text-align:center}.shipping-icon{font-size:32px;margin-bottom:14px}.shipping-title{font-size:17px;font-weight:600;color:var(--navy);margin-bottom:10px}.shipping-desc{font-size:14px;color:var(--text-muted);line-height:1.7}.contact-hero{position:relative;background:linear-gradient(120deg,rgba(20,61,96,.88),rgba(39,102,123,.7)),url(https://spinningtoy.com/wp-content/uploads/2025/03/kinetic-rotating-gyro.gif) 50%/cover no-repeat;background-color:var(--navy);padding:72px 56px 56px;min-height:280px}.contact-hero-h1{font-family:Playfair Display,serif;font-size:42px;font-weight:900;line-height:1.15;color:#fff;margin-bottom:18px}.contact-hero-h1 em{color:var(--lime);font-style:italic}.contact-hero-sub{font-size:15px;color:#8aabb8;line-height:1.8;max-width:580px}.contact-body{display:grid;grid-template-columns:1fr 1.4fr;gap:0;align-items:start}.contact-info{padding:48px 40px 48px 48px;border-right:1px solid var(--border)}.contact-info-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--navy);margin-bottom:28px}.contact-info-cards{display:flex;flex-direction:column;gap:0}.contact-info-card{display:flex;gap:14px;align-items:flex-start;padding:18px 0;border-bottom:1px solid var(--border)}.contact-info-card:last-child{border-bottom:none}.contact-info-icon{width:36px;height:36px;background:#f0f7f9;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.contact-info-label{font-size:10px;font-weight:700;color:var(--teal);letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px}.contact-info-value{font-size:13px;color:var(--navy);line-height:1.6}.contact-info-link{font-size:13px;color:var(--teal);display:block;line-height:1.8}.contact-info-link:hover{color:var(--navy)}.contact-promise{display:flex;gap:14px;align-items:center;margin-top:28px;padding:18px 20px;background:var(--lime);border-radius:12px}.contact-promise-icon{font-size:22px}.contact-promise-title{font-size:14px;font-weight:600;color:var(--navy)}.contact-promise-desc{font-size:12px;color:#4a6a4a;margin-top:2px}.contact-form-wrap{padding:48px 56px}.contact-form-header{margin-bottom:28px}.contact-form-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--navy);margin-bottom:8px}.contact-form-sub{font-size:13px;color:#888;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:16px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form .form-group{display:flex;flex-direction:column;gap:6px}.contact-form label{font-size:12px;font-weight:600;color:var(--navy)}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form select,.contact-form textarea{padding:11px 14px;border:1px solid var(--border);border-radius:8px;font-size:13px;font-family:DM Sans,sans-serif;color:var(--navy);outline:none;transition:border-color .2s;background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--teal)}.contact-form input[type=file]{padding:9px 14px;font-size:12px;background:var(--gray-bg)}.form-file-hint{font-size:11px;color:#aaa;margin-top:4px}.contact-form textarea{resize:vertical;min-height:120px}.contact-submit{background:var(--navy);color:#fff;font-size:14px;font-weight:600;padding:14px 32px;border-radius:10px;border:none;cursor:pointer;font-family:DM Sans,sans-serif;align-self:flex-start;transition:background .2s}.contact-submit:hover{background:#0f2e4a}.about-hero{background:var(--navy);background-image:linear-gradient(135deg,rgba(20,61,96,.88),rgba(39,102,123,.75)),url(https://spinningtoy.com/wp-content/uploads/2025/04/%E6%B5%B7%E6%8A%A53.jpg);background-size:cover;background-position:50%;padding:88px 56px 72px;min-height:360px}.about-hero-inner{max-width:620px}.about-hero-h1{font-family:Playfair Display,serif;font-size:42px;font-weight:900;line-height:1.15;color:#fff;margin-bottom:18px}.about-hero-h1 em{color:var(--lime);font-style:italic}.about-hero-sub{font-size:15px;color:#8aabb8;line-height:1.8;max-width:500px}.about-banner{width:100%;overflow:hidden}.about-banner img{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.about-video-section{background:#f5f7fa;display:grid;grid-template-columns:1fr 260px;gap:0;align-items:stretch;border-top:3px solid var(--lime);border-bottom:3px solid var(--lime)}.about-video-main{position:relative}.about-video-stats-panel{background:var(--teal);padding:40px 28px;display:flex;flex-direction:column;justify-content:center;gap:28px}.about-video-stat-item{border-left:3px solid var(--lime);padding-left:16px;padding-bottom:24px;border-bottom:1px solid hsla(0,0%,100%,.12)}.about-video-stat-item:last-child{border-bottom:none;padding-bottom:0}.about-video-stat-num{font-family:Playfair Display,serif;font-size:26px;font-weight:700;color:#fff}.about-video-stat-label{font-size:11px;color:hsla(71,66%,77%,.85);margin-top:4px;font-weight:500}.about-video-caption{padding:16px 32px;background:var(--navy);border-top:1px solid hsla(0,0%,100%,.06)}.about-video-caption-title{font-size:14px;font-weight:600;color:var(--lime);margin-bottom:4px}.about-video-caption-sub{font-size:12px;color:#a0c0d0}.about-video-wrap{position:relative;width:100%;padding-bottom:56.25%;background:#000}.about-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.about-packaging-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.about-body-text{font-size:14px;color:var(--text-muted);line-height:1.85;margin-bottom:16px}.about-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);background:var(--lime);padding:32px 48px;gap:0}.about-stat{text-align:center;padding:0 20px;border-right:1px solid rgba(20,61,96,.15)}.about-stat:last-child{border-right:none}.about-stat-num{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:var(--navy)}.about-stat-label{font-size:12px;color:#4a6a4a;margin-top:4px;font-weight:500}.oem-section{background:linear-gradient(135deg,#f0f4f8,#e8f0e0);padding:56px;border-top:1px solid rgba(39,102,123,.1)}.oem-header{text-align:center;margin-bottom:48px}.oem-title{font-family:Playfair Display,serif;font-size:30px;font-weight:700;color:var(--navy);margin:10px 0}.oem-subtitle{font-size:14px;color:var(--teal)}.oem-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:32px;align-items:stretch}.oem-left{display:flex;flex-direction:column}.oem-gif-main{flex:1;border-radius:16px;overflow:hidden;background:var(--gray-bg);border:1px solid rgba(39,102,123,.15);box-shadow:0 4px 20px rgba(20,61,96,.1);position:relative}.oem-gif-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.oem-right{display:flex;flex-direction:column;gap:0}.oem-spec-block{padding:24px 0}.oem-spec-title{font-size:16px;font-weight:600;color:var(--navy);margin-bottom:16px}.oem-spec-tags{display:flex;flex-wrap:wrap;gap:8px}.oem-tag{background:rgba(39,102,123,.08);color:var(--teal);border:1px solid rgba(39,102,123,.2);font-size:11px;font-weight:600;padding:5px 12px;border-radius:20px;letter-spacing:.04em}.oem-divider{height:1px;background:rgba(39,102,123,.12);margin:4px 0}.oem-bottom{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:start;padding:24px 0 0}.oem-gif-small{border-radius:12px;overflow:hidden;background:var(--gray-bg);border:1px solid rgba(39,102,123,.12)}.oem-gif-small img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;display:block}.oem-gif-label{font-size:11px;color:var(--teal);text-align:center;padding:8px 6px;letter-spacing:.04em;font-weight:500}.about-packaging-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.about-packaging-video{border-radius:14px;overflow:hidden;aspect-ratio:4/3;background:#eee}.about-packaging-video img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.testimonial-quote{font-size:14px;color:var(--navy);line-height:1.8;font-style:italic;margin-bottom:20px}.testimonial-client{display:flex;align-items:center;gap:10px}.testimonial-flag{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonial-name{font-size:13px;font-weight:600;color:var(--teal)}.shop-hero{background:var(--navy);background-image:linear-gradient(135deg,rgba(20,61,96,.94),rgba(39,102,123,.9)),url(https://spinningtoy.com/wp-content/uploads/2025/03/Full-Body-Optical-Illusion-Spinner-Balls.gif);background-size:cover;background-position:100%;padding:72px 56px 56px}.shop-hero-h1{font-family:Playfair Display,serif;font-size:42px;font-weight:900;line-height:1.15;color:#fff;margin-bottom:18px}.shop-hero-h1 em{color:var(--lime);font-style:italic}.shop-hero-sub{font-size:15px;color:#8aabb8;line-height:1.8;max-width:560px;margin-bottom:28px}.shop-category-nav{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.shop-cat-pill{display:inline-flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.08);color:#c8dde8;border:1px solid hsla(0,0%,100%,.15);font-size:12px;font-weight:500;padding:7px 14px;border-radius:20px;transition:all .2s}.shop-cat-pill:hover{background:hsla(0,0%,100%,.18);color:var(--lime);border-color:var(--lime)}.shop-category-section{padding:56px 56px 40px;border-bottom:1px solid var(--border)}.shop-cat-kinetic{border-left:4px solid var(--teal)}.shop-cat-3d{border-left:4px solid var(--green)}.shop-cat-metal{border-left:4px solid var(--navy)}.shop-cat-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px}.shop-cat-header-left{flex:1}.shop-cat-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex-shrink:0}.shop-cat-badge{background:var(--lime);color:var(--navy);font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.05em}.shop-cat-actions{display:flex;gap:12px;align-items:center}.product-img-wrap{width:100%;aspect-ratio:1/1;background:#f4f7fa;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-tag-sub{position:absolute;top:10px;left:10px;background:rgba(20,61,96,.72);color:#fff;font-size:9px;font-weight:600;padding:3px 8px;border-radius:20px;letter-spacing:.06em;backdrop-filter:blur(4px)}.shop-custom-banner{background:var(--gray-bg);border:1px solid var(--border);border-radius:16px;padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px}.shop-custom-title{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--navy);margin-bottom:10px}.shop-custom-desc{font-size:14px;color:var(--text-muted);line-height:1.7;max-width:440px}.shop-custom-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start;flex-shrink:0}.pkg-materials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pkg-material-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.pkg-material-img{height:200px;overflow:hidden;background:#f4f7fa}.pkg-material-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pkg-material-body{padding:20px}.pkg-material-title{font-size:15px;font-weight:600;color:var(--teal);margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid var(--lime)}.pkg-shapes-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.pkg-shapes-img{border-radius:14px;overflow:hidden}.pkg-shapes-img img{width:100%;height:auto;display:block}.pkg-shapes-cards{display:flex;flex-direction:column;gap:14px}.pkg-shape-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px}.pkg-shape-title{font-size:15px;font-weight:600;color:var(--navy);margin-bottom:6px}.pkg-shape-desc{font-size:13px;color:var(--text-muted);line-height:1.6}.pkg-sizes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pkg-size-card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.pkg-size-img{height:220px;overflow:hidden;background:#f4f7fa}.pkg-size-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pkg-size-body{padding:20px}.pkg-size-title{font-size:15px;font-weight:600;color:var(--teal);margin-bottom:12px}.pkg-value-inner{display:flex;justify-content:space-between;align-items:center;gap:40px;position:relative;z-index:1}.pkg-value-stats{display:flex;gap:32px;flex-shrink:0}.pkg-value-stat{text-align:center}.pkg-faq-list{display:flex;flex-direction:column;gap:0;position:relative;z-index:1}.pkg-faq-item{padding:22px 0;border-bottom:1px solid var(--border)}.pkg-faq-q{font-size:14px;font-weight:600;color:var(--teal);margin-bottom:8px}.pkg-faq-a{font-size:13px;color:var(--text-muted);line-height:1.75}.shop-tabs-bar{display:flex;gap:0;border-bottom:2px solid var(--border);padding:0 48px;background:#fff;position:sticky;top:73px;z-index:90;overflow-x:auto}.shop-tab{display:flex;align-items:center;gap:8px;padding:16px 24px;font-size:13px;font-weight:500;color:#888;background:none;cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;font-family:DM Sans,sans-serif;transition:color .2s}.shop-tab-active,.shop-tab:hover{color:var(--navy)}.shop-tab-active{border-bottom-color:var(--navy);font-weight:600}.shop-tab-count{background:var(--gray-bg);color:#888;font-size:11px;font-weight:600;padding:2px 7px;border-radius:20px}.shop-tab-active .shop-tab-count{background:var(--lime);color:var(--navy)}.shop-subcats{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:14px 56px;background:var(--gray-bg);border-bottom:1px solid var(--border)}.shop-subcat{font-size:12px;font-weight:500;padding:6px 16px;border-radius:20px;border:1px solid var(--border);background:#fff;color:#666;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .15s}.shop-subcat:hover{border-color:var(--teal);color:var(--teal)}.shop-subcat-active{background:var(--navy);color:#fff;border-color:var(--navy)}.shop-subcat-wp{margin-left:auto;font-size:12px;font-weight:500;color:var(--teal);text-decoration:none}.shop-subcat-wp:hover{color:var(--navy)}.product-breadcrumb{padding:14px max(24px,calc((100% - 1320px) / 2 + 24px));font-size:12px;color:#888;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border);background:var(--gray-bg)}.product-breadcrumb a{color:var(--teal)}.product-breadcrumb a:hover{color:var(--navy)}.pdp-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:48px 56px;align-items:start;max-width:1320px;margin-left:auto;margin-right:auto}.pdp-gallery{display:flex;flex-direction:column;gap:12px}.pdp-main-img{aspect-ratio:1/1;background:#f4f7fa;border-radius:16px;overflow:hidden;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.pdp-main-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:12px}.pdp-thumbs{display:flex;gap:8px;flex-wrap:wrap}.pdp-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid var(--border);background:#f4f7fa;cursor:pointer;padding:0;transition:border-color .15s;flex-shrink:0}.pdp-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pdp-thumb:hover{border-color:var(--teal)}.pdp-thumb-active{border-color:var(--navy)!important}.pdp-no-img{aspect-ratio:1/1;background:#f4f7fa;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#bbb}.pdp-no-img,.pdp-store-link{border:1px solid var(--border)}.pdp-store-link{font-size:12px;color:var(--teal);text-align:center;padding:10px;border-radius:8px;background:var(--gray-bg);display:block}.pdp-store-link:hover{background:#e8f0f3}.pdp-left{display:flex;flex-direction:column;gap:12px}.pdp-right{padding-top:4px}.pdp-title{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:var(--navy);line-height:1.3;margin-bottom:20px}.pdp-specs{background:var(--gray-bg);border-radius:12px;padding:20px 24px;margin-bottom:24px;border:1px solid var(--border)}.pdp-specs table{width:100%;border-collapse:collapse}.pdp-specs td{padding:8px 10px;border-bottom:1px solid var(--border);font-size:13px;color:var(--navy);vertical-align:top;line-height:1.6}.pdp-specs td:first-child{font-weight:600;color:var(--teal);width:36%;white-space:nowrap}.pdp-specs tr:last-child td{border-bottom:none}.pdp-specs h1,.pdp-specs h2{font-family:Playfair Display,serif;font-size:15px;color:var(--navy);margin-bottom:10px;font-weight:700}.pdp-specs h3{font-size:13px;color:var(--teal);margin-bottom:8px;font-weight:600}.pdp-cta-group{display:flex;gap:12px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.pdp-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pdp-badge{text-align:center;background:var(--gray-bg);border:1px solid var(--border);border-radius:10px;padding:12px 6px}.pdp-badge-num{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--navy)}.pdp-badge-label{font-size:10px;color:#888;margin-top:3px}.pdp-description-section{padding:56px;border-top:1px solid var(--border);max-width:1320px;margin-left:auto;margin-right:auto}.pdp-description-title{font-family:Playfair Display,serif;font-size:26px;font-weight:700;color:var(--navy);margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid var(--lime);display:inline-block}.pdp-description-content{font-size:14px;color:var(--text-muted);line-height:1.85}.pdp-description-content h2{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--navy);margin:32px 0 14px}.pdp-description-content h3{font-size:16px;font-weight:600;color:var(--teal);margin:20px 0 10px}.pdp-description-content p{margin-bottom:16px}.pdp-description-content ol,.pdp-description-content ul{padding-left:22px;margin-bottom:16px}.pdp-description-content li{margin-bottom:8px}.pdp-description-content table{width:100%;border-collapse:collapse;margin:20px 0;font-size:13px}.pdp-description-content th{background:var(--navy);color:#fff;padding:11px 16px;text-align:left;font-weight:600}.pdp-description-content td{padding:10px 16px;border-bottom:1px solid var(--border);vertical-align:top}.pdp-description-content tr:nth-child(2n) td{background:var(--gray-bg)}.pdp-description-content img{max-width:100%;border-radius:12px;margin:20px auto;display:block}.pdp-description-content strong{color:var(--navy);font-weight:600}.pdp-description-content a{color:var(--teal)}.pdp-description-content blockquote{border-left:3px solid var(--lime);padding:12px 20px;background:var(--gray-bg);border-radius:0 8px 8px 0;margin:20px 0}.blog-hero{background:var(--navy);padding:64px 56px 48px}.blog-hero-h1{font-family:Playfair Display,serif;font-size:42px;font-weight:900;line-height:1.15;color:#fff;margin-bottom:14px}.blog-hero-h1 em{color:var(--lime);font-style:italic}.blog-hero-sub{font-size:15px;color:#8aabb8;max-width:480px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.blog-card:hover{box-shadow:0 8px 32px rgba(20,61,96,.09);transform:translateY(-2px)}.blog-card-featured{grid-column:span 3;flex-direction:row}.blog-card-featured .blog-card-img{flex:1;min-height:260px}.blog-card-featured .blog-card-body{flex:1;padding:32px}.blog-card-featured .blog-card-title{font-size:22px}.blog-card-img{height:200px;overflow:hidden;background:#f4f7fa}.blog-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.blog-card:hover .blog-card-img img{transform:scale(1.03)}.blog-card-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8eef3,#d4dde6)}.blog-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.blog-card-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.blog-tag{background:var(--lime);color:var(--navy);font-size:10px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.06em;text-transform:uppercase}.blog-date{font-size:11px;color:#999}.blog-card-title{font-family:Playfair Display,serif;font-size:16px;font-weight:700;color:var(--navy);line-height:1.4;margin-bottom:10px}.blog-card-excerpt{font-size:13px;color:var(--text-muted);line-height:1.7;flex:1;margin-bottom:16px}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid var(--border)}.blog-author{font-size:11px;color:#999}.blog-read-more{font-size:12px;color:var(--teal);font-weight:600}.blog-post-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;padding:48px 56px;align-items:start}.blog-post-header{margin-bottom:28px}.blog-post-title{font-family:Playfair Display,serif;font-size:34px;font-weight:900;color:var(--navy);line-height:1.25;margin-bottom:14px}.blog-post-byline{font-size:13px;color:#888}.blog-post-cover{border-radius:14px;overflow:hidden;margin-bottom:32px}.blog-post-cover img{width:100%;height:auto;display:block}.blog-post-content{font-size:15px;color:#334;line-height:1.9}.blog-post-content h2{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--navy);margin:32px 0 14px}.blog-post-content h3{font-size:17px;font-weight:600;color:var(--teal);margin:24px 0 10px}.blog-post-content p{margin-bottom:16px}.blog-post-content ol,.blog-post-content ul{padding-left:24px;margin-bottom:16px}.blog-post-content li{margin-bottom:8px;line-height:1.7}.blog-post-content img{max-width:100%;border-radius:10px;margin:20px 0}.blog-post-content table{margin:20px 0}.blog-post-content th{padding:10px 14px;font-weight:600}.blog-post-content td{padding:9px 14px;border-bottom:1px solid var(--border)}.blog-post-content tr:nth-child(2n) td{background:var(--gray-bg)}.blog-post-content a{color:var(--teal)}.blog-post-content strong{color:var(--navy)}.blog-post-content blockquote{border-left:3px solid var(--lime);padding:12px 20px;background:var(--gray-bg);border-radius:0 8px 8px 0;margin:20px 0;font-style:italic;color:#556}.blog-post-footer{display:flex;justify-content:space-between;align-items:center;padding-top:28px;margin-top:28px;border-top:1px solid var(--border)}.blog-sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:90px;align-self:start}.blog-sidebar-toc{background:#fff;border-radius:14px;padding:20px 24px;border:1px solid var(--border)}.blog-sidebar-cta{background:var(--navy);border-radius:14px;padding:24px}.blog-sidebar-cta-title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:#fff;margin:8px 0 10px}.blog-sidebar-cta-desc{font-size:13px;color:#8aabb8;line-height:1.7}.blog-sidebar-related{background:var(--gray-bg);border-radius:14px;padding:24px;border:1px solid var(--border)}.blog-sidebar-section-title{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:16px}.blog-related-list{display:flex;flex-direction:column;gap:14px}.blog-related-item{display:flex;gap:12px;align-items:flex-start}.blog-related-img{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#e8eef3}.blog-related-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-related-title{font-size:12px;font-weight:600;color:var(--navy);line-height:1.5}.blog-related-title:hover{color:var(--teal)}.notfound-section{text-align:center;padding:96px 48px;display:flex;flex-direction:column;align-items:center}.notfound-code{font-size:120px;font-weight:900;color:var(--lime);line-height:1;margin-bottom:8px;text-shadow:4px 4px 0 var(--navy)}.notfound-code,.notfound-title{font-family:Playfair Display,serif}.notfound-title{font-size:32px;font-weight:700;color:var(--navy);margin-bottom:14px}.notfound-desc{font-size:15px;color:var(--text-muted);max-width:400px;line-height:1.7;margin-bottom:32px}.notfound-actions{display:flex;gap:14px;align-items:center;margin-bottom:40px}.notfound-links{display:flex;gap:24px}.notfound-links a{font-size:13px;color:var(--teal);font-weight:500}.notfound-links a:hover{color:var(--navy)}.thankyou-section{text-align:center;padding:72px 56px;display:flex;flex-direction:column;align-items:center;max-width:640px;margin:0 auto}.thankyou-icon{width:80px;height:80px;background:hsla(90,42%,63%,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:2px solid hsla(90,42%,63%,.3)}.thankyou-title{font-family:Playfair Display,serif;font-size:36px;font-weight:900;color:var(--navy);line-height:1.2;margin-bottom:16px}.thankyou-title em{color:var(--teal);font-style:italic}.thankyou-desc{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:40px}.thankyou-desc strong{color:var(--navy)}.thankyou-steps{width:100%;display:flex;flex-direction:column;gap:0;margin-bottom:40px;text-align:left;background:var(--gray-bg);border-radius:14px;border:1px solid var(--border);overflow:hidden}.thankyou-step{display:flex;align-items:flex-start;gap:16px;padding:18px 24px;border-bottom:1px solid var(--border)}.thankyou-step:last-child{border-bottom:none}.thankyou-step-done{background:hsla(90,42%,63%,.08)}.thankyou-step-num{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:var(--border);color:#999;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.thankyou-step-done .thankyou-step-num{background:var(--green);color:#fff}.thankyou-step-title{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:3px}.thankyou-step-desc{font-size:12px;color:#888}.thankyou-contact{margin-bottom:32px}.thankyou-contact p{font-size:13px;color:#888;margin-bottom:12px}.thankyou-contact-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.thankyou-nav{display:flex;gap:24px;align-items:center}.thankyou-nav a{font-size:13px;color:var(--teal);font-weight:500}.thankyou-nav a:hover{color:var(--navy)}.blog-toc{background:#fff;border-radius:14px;padding:20px 24px;border:1px solid var(--border);border-left:3px solid var(--lime)}.blog-toc-title{font-size:13px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.blog-toc-nav{display:flex;flex-direction:column;gap:2px}.blog-toc-link{font-size:13px;color:var(--teal);line-height:1.5;padding:5px 0;border-bottom:1px solid var(--border);text-decoration:none;transition:color .15s}.blog-toc-link:last-child{border-bottom:none}.blog-toc-link:hover{color:var(--navy)}.blog-toc-link-sub{padding-left:14px;font-size:12px;color:#888}.blog-toc-link-sub:hover{color:var(--teal)}.blog-faq{margin-top:40px;padding-top:32px;border-top:2px solid var(--lime)}.blog-faq-title{font-family:Playfair Display,serif;font-size:24px;margin-bottom:20px}.blog-faq-item{border:1px solid var(--border);background:#fff}.blog-faq-item[open]{border-color:var(--teal)}.blog-faq-q{font-size:14px;padding:16px 20px;background:var(--gray-bg)}.blog-faq-q::-webkit-details-marker{display:none}.blog-faq-q:after{font-size:18px}.blog-faq-item[open] .blog-faq-q:after{content:"−"}.blog-faq-a{color:var(--text-muted);line-height:1.8;padding:16px 20px;border-top:1px solid var(--border)}.blog-toc-num{color:var(--navy);font-weight:700;margin-right:2px;flex-shrink:0}.blog-toc-link{display:flex;align-items:baseline;gap:2px}.whatsapp-float{position:fixed;right:20px;bottom:28px;z-index:999;width:52px;height:52px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.4);transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(37,211,102,.5)}.footer-brand-col{display:flex;flex-direction:column}.footer-social{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.footer-social-icon{width:36px;height:36px;border-radius:8px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#8aabb8;transition:background .2s,color .2s}.footer-social-icon:hover{background:hsla(0,0%,100%,.15);color:#fff}.fabe-section{padding:72px max(56px,calc((100% - 1100px) / 2 + 56px));background:var(--gray-bg)}.fabe-header{text-align:center;margin-bottom:48px}.fabe-title{font-family:Playfair Display,serif;font-size:34px;font-weight:900;color:var(--navy);margin:10px 0 12px}.fabe-sub{font-size:15px;color:var(--text-muted);max-width:520px;margin:0 auto}.fabe-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px}.fabe-card{border-radius:16px;padding:32px;border:1px solid var(--border);background:#fff}.fabe-card-feature{border-top:4px solid var(--navy)}.fabe-card-advantage{border-top:4px solid var(--teal)}.fabe-card-benefit{border-top:4px solid var(--green)}.fabe-card-evidence{border-top:4px solid var(--lime);background:var(--navy)}.fabe-card-label{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal)}.fabe-card-evidence .fabe-card-label{color:var(--lime)}.fabe-label-letter{width:32px;height:32px;border-radius:8px;background:var(--navy);color:var(--lime);font-family:Playfair Display,serif;font-size:18px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fabe-card-evidence .fabe-label-letter{background:var(--lime);color:var(--navy)}.fabe-card-title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--navy);margin-bottom:18px}.fabe-card-evidence .fabe-card-title{color:#fff}.fabe-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.fabe-list li{font-size:13px;color:var(--text-muted);padding:8px 12px 8px 28px;position:relative;background:var(--gray-bg);border-radius:8px;line-height:1.5}.fabe-list li:before{content:"✓";position:absolute;left:10px;color:var(--green);font-weight:700;font-size:12px}.fabe-evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.fabe-evidence-stat{background:hsla(0,0%,100%,.07);border-radius:10px;padding:16px;text-align:center;border:1px solid hsla(0,0%,100%,.1)}.fabe-evidence-num{font-family:Playfair Display,serif;font-size:26px;font-weight:700;color:var(--lime)}.fabe-evidence-label{font-size:11px;color:#8aabb8;margin-top:4px}.fabe-testimonial{background:hsla(0,0%,100%,.06);border-radius:10px;padding:16px 20px;border-left:3px solid var(--lime)}.fabe-testimonial p{font-size:13px;color:#c0d4e0;line-height:1.7;font-style:italic;margin-bottom:8px}.fabe-testimonial span{font-size:11px;color:var(--lime);font-weight:600}.user-interaction-tool{contain:layout}.blog-checklist-wrap{background:var(--gray-bg);border:1px solid rgba(39,102,123,.18);border-left:4px solid var(--teal);border-radius:14px;padding:24px 28px;margin:32px 0}.blog-checklist-loading{color:#8aabb8;font-size:13px;text-align:center}.blog-checklist-header{margin-bottom:18px}.blog-checklist-badge{display:inline-block;background:var(--teal);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 12px;border-radius:20px;margin-bottom:10px}.blog-checklist-q{font-size:16px;font-weight:700;color:var(--navy);margin:0 0 6px;line-height:1.4}.blog-checklist-hint{font-size:12px;color:#7a9aaa;margin:0}.blog-checklist-options{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.blog-checklist-item{position:relative;overflow:hidden;display:flex;flex-direction:column;text-align:left;background:#fff;border:1.5px solid rgba(39,102,123,.18);border-radius:10px;padding:14px 16px;min-height:52px;cursor:pointer;transition:border-color .18s,box-shadow .18s;font-size:14px;-webkit-tap-highlight-color:transparent}.blog-checklist-item:hover:not(:disabled){border-color:var(--teal);box-shadow:0 0 0 2px rgba(39,102,123,.1)}.blog-checklist-item.selected{border-color:var(--teal);background:rgba(39,102,123,.05)}.blog-checklist-item.submitted{cursor:default}.blog-checklist-bar{position:absolute;top:0;left:0;bottom:0;background:hsla(90,42%,63%,.2);border-radius:10px;pointer-events:none;transition:width .55s cubic-bezier(.4,0,.2,1);width:0}.blog-checklist-row{position:relative;display:flex;align-items:center;gap:12px;z-index:1}.blog-checklist-check{font-size:20px;line-height:1;color:#c0cdd8;transition:color .15s,transform .15s;min-width:28px;min-height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.blog-checklist-check.checked{color:var(--teal);font-weight:700;transform:scale(1.15)}.blog-checklist-label{flex:1;color:var(--navy);font-weight:500;line-height:1.4}.blog-checklist-pct{font-size:14px;font-weight:700;color:var(--teal);min-width:42px;text-align:right;flex-shrink:0}.blog-checklist-submit{display:block;width:100%;padding:14px 12px;background:var(--teal);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;transition:background .18s,opacity .18s;font-family:DM Sans,sans-serif;-webkit-tap-highlight-color:transparent}.blog-checklist-submit:hover:not(:disabled){background:var(--navy)}.blog-checklist-submit:disabled{opacity:.45;cursor:default}.blog-checklist-result{padding:12px 0 0}.blog-checklist-personal-msg{display:flex;gap:10px;align-items:flex-start;background:rgba(39,102,123,.07);border-radius:10px;padding:13px 16px;font-size:14px;color:var(--navy);line-height:1.55;margin-bottom:10px;font-weight:500}.blog-checklist-result-icon{font-size:20px;flex-shrink:0}.blog-checklist-result-footer{display:flex;align-items:center;gap:8px;font-size:12px;color:#7a9aaa}.blog-checklist-voters{flex:1}.blog-checklist-reset{background:none;border:1px solid rgba(39,102,123,.22);border-radius:6px;padding:5px 14px;font-size:12px;color:var(--teal);cursor:pointer;transition:background .15s;font-family:DM Sans,sans-serif}.blog-checklist-reset:hover{background:rgba(39,102,123,.08)}@media (max-width:640px){.blog-checklist-wrap{padding:18px 16px}.blog-checklist-item{padding:16px 14px;min-height:56px}.blog-checklist-check{font-size:22px;min-width:32px}.blog-checklist-submit{padding:16px;font-size:16px}}.blog-products-section{margin:36px 0;padding:28px;background:var(--gray-bg);border-radius:14px;border:1px solid rgba(39,102,123,.12)}.blog-products-header{margin-bottom:18px}.blog-products-title{font-size:18px;font-weight:700;color:var(--navy);margin:6px 0 0}.blog-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:700px){.blog-products-grid{grid-template-columns:1fr}}.blog-product-card{display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden;border:1px solid rgba(39,102,123,.12);text-decoration:none;color:inherit;transition:box-shadow .18s,transform .18s}.blog-product-card:hover{box-shadow:0 6px 24px rgba(20,61,96,.12);transform:translateY(-2px)}.blog-product-img{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:var(--gray-bg)}.blog-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.blog-product-badge{position:absolute;top:8px;left:8px;background:var(--lime);color:var(--navy);font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:20px}.blog-product-info{padding:14px 16px;display:flex;flex-direction:column;flex:1}.blog-product-name{font-size:14px;font-weight:700;color:var(--navy);margin:0 0 6px;line-height:1.35}.blog-product-desc{font-size:12px;color:#7a9aaa;line-height:1.5;margin:0 0 12px;flex:1}.blog-product-cta{font-size:12px;font-weight:700;color:var(--teal);margin-top:auto}.blog-product-card:hover .blog-product-cta{color:var(--navy)}.blog-post-content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px;border-radius:10px;overflow:hidden;border:1px solid rgba(39,102,123,.15)}.blog-post-content th{background:var(--navy);color:#fff;padding:12px 16px;text-align:left;font-weight:700;font-size:13px;letter-spacing:.03em}.blog-post-content td{padding:11px 16px;border-bottom:1px solid rgba(39,102,123,.1);color:var(--navy);vertical-align:top;line-height:1.5}.blog-post-content tr:last-child td{border-bottom:none}.blog-post-content tr:nth-child(2n) td{background:hsla(71,66%,77%,.12)}.blog-post-content tr:hover td{background:rgba(39,102,123,.06)}.blog-faq{margin:36px 0 24px;border-top:2px solid rgba(39,102,123,.12);padding-top:28px}.blog-faq-title{font-size:20px;font-weight:700;color:var(--navy);margin:0 0 18px}.blog-faq-list{display:flex;flex-direction:column;gap:10px}.blog-faq-item{background:var(--gray-bg);border:1px solid rgba(39,102,123,.13);border-radius:10px;overflow:hidden}.blog-faq-q{padding:14px 18px;font-size:15px;font-weight:600;color:var(--navy);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none}.blog-faq-q:after{content:"+";font-size:20px;color:var(--teal);font-weight:400;transition:transform .2s;flex-shrink:0;margin-left:12px}details[open] .blog-faq-q:after{content:"−"}.blog-faq-a{padding:0 18px 16px;font-size:14px;color:#4a6070;line-height:1.65}.subcat-hero{background:var(--navy);padding:60px max(48px,calc((100% - 1320px) / 2 + 48px)) 52px}.subcat-hero-inner{max-width:720px}.subcat-hero-h1{font-family:Playfair Display,serif;font-size:38px;font-weight:900;color:#fff;line-height:1.15;margin:10px 0 16px}.subcat-hero-desc{font-size:15px;color:#8aabb8;line-height:1.75;margin-bottom:28px;max-width:600px}.subcat-products-section{padding:48px 48px 32px;max-width:1320px;margin-left:auto;margin-right:auto}.subcat-wp-cta{margin-top:40px;padding:28px 32px;background:var(--gray-bg);border-radius:14px;border:1px solid rgba(39,102,123,.12);text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.subcat-wp-note{font-size:14px;color:#7a9aaa;margin:0}.svc-anchor-section{scroll-margin-top:72px}.svc-anchor-header{text-align:center;margin-bottom:8px}.svc-anchor-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.svc-anchor-grid-reverse .svc-anchor-content{order:1}.svc-anchor-grid-reverse .svc-anchor-media{order:2}.svc-anchor-media{display:flex;align-items:center;justify-content:center}.svc-anchor-img-wrap{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(20,61,96,.12);aspect-ratio:4/3;background:var(--gray-bg)}.svc-anchor-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.svc-anchor-desc{font-size:15px;color:var(--text-muted);line-height:1.8;margin:16px 0 20px}.svc-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.svc-spec-card{background:#fff;border:1px solid rgba(39,102,123,.12);border-radius:10px;padding:14px 12px;text-align:center}.svc-spec-val{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--teal)}.svc-spec-label{font-size:11px;color:#7a9aaa;margin-top:4px;font-weight:500}.svc-feature-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.svc-feature-item{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--navy)}.svc-feature-check{color:var(--green);font-weight:700;font-size:14px;flex-shrink:0;margin-top:1px}.svc-shipping-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.svc-shipping-card{background:#fff;border:1px solid rgba(39,102,123,.12);border-radius:14px;padding:28px 22px;transition:box-shadow .18s}.svc-shipping-card:hover{box-shadow:0 6px 24px rgba(20,61,96,.1)}.svc-shipping-icon{font-size:28px;margin-bottom:12px}.svc-shipping-title{font-size:17px;font-weight:700;color:var(--navy);margin-bottom:4px}.svc-shipping-eta{font-size:13px;font-weight:700;color:var(--teal);margin-bottom:10px}.svc-shipping-desc{font-size:13px;color:#6a8a9a;line-height:1.65;margin-bottom:16px}.svc-shipping-tags{display:flex;flex-wrap:wrap;gap:6px}.svc-shipping-tag{background:rgba(39,102,123,.08);color:var(--teal);border-radius:20px;font-size:11px;font-weight:600;padding:3px 10px;border:1px solid rgba(39,102,123,.15)}@media (max-width:900px){.svc-anchor-grid{grid-template-columns:1fr;gap:32px}.svc-anchor-grid-reverse .svc-anchor-content,.svc-anchor-grid-reverse .svc-anchor-media{order:unset}.svc-shipping-grid{grid-template-columns:1fr}.svc-spec-grid{grid-template-columns:repeat(2,1fr)}}.gd-hero{display:grid;grid-template-columns:1fr 1fr;min-height:500px;align-items:center;background:linear-gradient(135deg,var(--navy) 0,var(--teal) 100%);overflow:hidden;padding:72px max(48px,calc((100% - 1400px) / 2 + 48px));gap:48px}.gd-hero-inner{color:#fff}.gd-hero-h1{font-family:Playfair Display,serif;font-size:46px;font-weight:900;line-height:1.1;color:#fff;margin-bottom:18px}.gd-hero-sub{font-size:15px;color:#c8dde6;line-height:1.8;max-width:520px;margin-bottom:8px}.gd-hero-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;border-radius:16px;overflow:hidden;min-height:360px}.gd-mosaic-a{grid-column:1;grid-row:1/3;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gd-mosaic-b{grid-row:1}.gd-mosaic-b,.gd-mosaic-c{grid-column:2;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gd-mosaic-c{grid-row:2}.gd-cats-section{padding:64px max(48px,calc((100% - 1320px) / 2 + 48px))}.gd-cats-header{margin-bottom:36px}.gd-cats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gd-cat-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:16px;overflow:hidden;text-decoration:none;background:#fff;transition:box-shadow .2s,transform .2s}.gd-cat-card:hover{box-shadow:0 8px 32px rgba(20,61,96,.1);transform:translateY(-3px)}.gd-cat-img-wrap{position:relative;aspect-ratio:1/1;overflow:hidden}.gd-cat-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gd-cat-tag{position:absolute;bottom:10px;left:10px;color:#fff;font-size:9px;font-weight:700;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.08em}.gd-cat-info{padding:18px;flex:1;display:flex;flex-direction:column}.gd-cat-title{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.4}.gd-cat-desc{font-size:12px;color:var(--text-muted);line-height:1.7;flex:1;margin-bottom:14px}.gd-cat-cta{font-size:12px;color:var(--teal);font-weight:600}.gd-cat-card:hover .gd-cat-cta{color:var(--navy)}.gd-featured-section{background:var(--gray-bg);padding:64px max(48px,calc((100% - 1320px) / 2 + 48px))}.gd-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gd-why-section{background:var(--navy);padding:72px max(56px,calc((100% - 1320px) / 2 + 56px));text-align:center}.gd-why-title{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:#fff;margin-bottom:10px}.gd-why-sub{font-size:14px;color:#8aabb8;margin-bottom:48px}.gd-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left}.gd-why-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;padding:28px}.gd-why-icon{font-size:26px;display:block;margin-bottom:14px}.gd-why-card-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:8px}.gd-why-card-desc{font-size:13px;color:#8aabb8;line-height:1.7}.gd-subcat-hero{background:linear-gradient(120deg,var(--navy) 0,var(--teal) 100%);padding:64px max(48px,calc((100% - 1320px) / 2 + 48px));border-bottom:3px solid var(--lime)}.gd-subcat-hero h1{font-family:Playfair Display,serif;font-size:40px;font-weight:900;color:#fff;margin-bottom:14px;line-height:1.15}.gd-subcat-hero p{font-size:15px;color:#c8dde6;line-height:1.8;max-width:600px;margin-bottom:24px}.gd-subcat-products{padding:56px max(48px,calc((100% - 1320px) / 2 + 48px))}.gd-subcat-title{font-family:Playfair Display,serif;font-size:24px;color:var(--navy);margin-bottom:28px}.gd-subcat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}.gd-subcat-more{text-align:center;margin-top:24px;padding:20px;border:1px dashed var(--border);border-radius:12px;color:var(--text-muted);font-size:13px;line-height:1.7}@media (max-width:1100px){.gd-hero{grid-template-columns:1fr;min-height:auto}.gd-hero-mosaic{display:none}.gd-cats-grid,.gd-products-grid,.gd-subcat-grid,.gd-why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.gd-hero-h1{font-size:32px}.gd-cats-grid{grid-template-columns:1fr}.gd-products-grid{grid-template-columns:1fr 1fr}.gd-why-grid{grid-template-columns:1fr}.gd-subcat-grid{grid-template-columns:1fr 1fr}}.blog-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}.blog-page-btn{padding:8px 20px;border-radius:8px;border:1px solid var(--border);background:#fff;font-size:13px;font-weight:500;color:var(--navy);transition:background .15s,border-color .15s}.blog-page-btn:hover{background:var(--gray-bg);border-color:var(--teal)}.blog-page-nums{display:flex;gap:6px;flex-wrap:wrap}.blog-page-num{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);background:#fff;font-size:13px;font-weight:500;color:var(--navy);transition:background .15s,border-color .15s}.blog-page-num:hover{background:var(--gray-bg);border-color:var(--teal)}.blog-page-num-active{background:var(--navy);color:#fff;border-color:var(--navy)}.qm-overlay{position:fixed;inset:0;z-index:9999;background:rgba(10,30,50,.55);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.qm-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px rgba(10,30,50,.22);animation:qmIn .22s ease}@keyframes qmIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}.qm-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 28px 20px;border-bottom:1px solid var(--border)}.qm-eyebrow{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}.qm-title{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:var(--navy);line-height:1.3}.qm-close{flex-shrink:0;width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:var(--gray-bg);font-size:14px;color:#888;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center}.qm-close:hover{background:#dde4ea;color:var(--navy)}.qm-form{padding:24px 28px;gap:16px}.qm-field,.qm-form{display:flex;flex-direction:column}.qm-field{gap:6px}.qm-field label{font-size:12px;font-weight:600;color:var(--navy);letter-spacing:.03em}.qm-field input,.qm-field textarea{border:1px solid var(--border);border-radius:10px;padding:11px 14px;font-size:14px;color:var(--navy);background:var(--gray-bg);outline:none;transition:border-color .15s,background .15s;font-family:inherit}.qm-field input:focus,.qm-field textarea:focus{border-color:var(--teal);background:#fff}.qm-field textarea{resize:vertical;min-height:96px}.qm-error{font-size:13px;color:#c0392b;background:#fdf0ee;border-radius:8px;padding:10px 14px}.qm-actions{display:flex;flex-direction:column;gap:10px}.qm-note{font-size:11px;color:#999;text-align:center}.qm-success{padding:48px 28px;text-align:center;flex-direction:column;gap:12px}.qm-success,.qm-success-icon{display:flex;align-items:center}.qm-success-icon{width:56px;height:56px;border-radius:50%;background:#e6f7f2;color:#27ae80;font-size:26px;justify-content:center}.qm-success h3{font-family:Playfair Display,serif;font-size:22px;color:var(--navy)}.qm-success p{font-size:14px;color:var(--text-muted);max-width:320px}