:root{--bg:#f7f8ff;--surface:#fff;--text:#111a44;--muted:#66708d;--line:#e6e8f2;--blue:#163bcb;--purple:#8b11e8;--grad:linear-gradient(120deg,#143bd0,#a90be9);--shadow:0 20px 50px rgba(25,32,80,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.topbar{text-align:center;padding:9px;background:#111a44;color:white;font-size:13px}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:28px;padding:12px 5%;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand img{width:160px;height:62px;object-fit:contain}.header nav{display:flex;gap:24px;flex:1}.header a{text-decoration:none;color:var(--text);font-weight:650}.actions{display:flex;gap:8px;align-items:center}.icon-btn,.cart-btn,.secondary{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:10px 13px;font-weight:700;cursor:pointer}.cart-btn{background:#111a44;color:white;border-color:#111a44}.cart-btn span{background:#a90be9;padding:2px 7px;border-radius:99px;margin-left:5px}.hero{min-height:620px;padding:70px 8%;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;background:radial-gradient(circle at 80% 20%,#e8d8ff 0,transparent 30%),radial-gradient(circle at 10% 30%,#dbe7ff 0,transparent 30%)}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:#7b20d8}.hero h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-4px;margin:16px 0}.hero h1 span{background:var(--grad);-webkit-background-clip:text;color:transparent}.hero p{font-size:19px;line-height:1.7;color:var(--muted);max-width:640px}.hero-actions{display:flex;gap:12px;margin-top:28px}.primary{border:0;background:var(--grad);color:white;border-radius:14px;padding:14px 20px;font-weight:800;cursor:pointer;box-shadow:0 12px 25px rgba(119,31,220,.25)}.hero-art{height:420px;position:relative;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb1{width:330px;height:330px;background:linear-gradient(135deg,#2346db,#9e0ce8);opacity:.8}.orb2{width:240px;height:240px;border:1px solid white;background:rgba(255,255,255,.16);backdrop-filter:blur(15px)}.hero-card{position:relative;z-index:2;width:300px;padding:24px;border-radius:28px;background:rgba(255,255,255,.82);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;gap:7px}.hero-card img{width:220px;height:150px;object-fit:contain}.hero-card strong{font-size:22px}.hero-card span{color:var(--muted)}.section{padding:80px 6%}.section.tinted{background:#f0efff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section-head h2{font-size:38px;letter-spacing:-1.5px;margin:7px 0}.section-head>a{color:#6b16d7;font-weight:800}.search-wrap{display:flex;gap:8px}.search-wrap input,.search-wrap select,.modal input,.modal textarea{border:1px solid var(--line);background:var(--surface);padding:12px;border-radius:11px;color:var(--text)}.search-wrap input{min-width:230px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category{padding:24px 16px;border:1px solid var(--line);border-radius:20px;background:var(--surface);cursor:pointer;transition:.2s;box-shadow:0 8px 20px rgba(25,32,80,.04)}.category:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category .emoji{font-size:30px}.category b{display:block;margin-top:12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:visible;box-shadow:0 8px 25px rgba(25,32,80,.05);transition:.2s;position:relative}.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-img{height:220px;background:linear-gradient(135deg,#edf0ff,#f8eaff);display:grid;place-items:center;position:relative}.product-img img{width:80%;height:80%;object-fit:contain}.badge{position:absolute;top:12px;left:12px;background:#111a44;color:white;padding:6px 9px;border-radius:8px;font-size:11px;font-weight:800}.product-body{padding:17px}.product-body h3{margin:0 0 7px;font-size:18px}.product-body p{color:var(--muted);font-size:13px;line-height:1.5;min-height:40px}.price{font-weight:900;font-size:19px}.old{text-decoration:line-through;color:#9aa0b6;font-size:13px;margin-left:6px}.product-actions{display:flex;gap:8px;margin-top:14px}.product-actions button{flex:1}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dfe2ef}.benefits div{background:#111a44;color:white;padding:35px 6%;display:flex;flex-direction:column;gap:8px}.benefits span{color:#bfc6e0;font-size:14px}footer{padding:50px 6%;background:#0d1436;color:white}footer img{width:190px;height:100px;object-fit:contain;background:white;border-radius:10px}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-inner div{display:flex;flex-direction:column;gap:10px}.footer-inner h4{margin:0 0 5px}.footer-inner a{color:#c9cde0;text-decoration:none}.modal{position:fixed;inset:0;background:rgba(8,12,35,.62);z-index:50;display:grid;place-items:center;padding:20px}.hidden{display:none}.modal-box{width:min(650px,100%);max-height:90vh;overflow:auto;background:var(--surface);border-radius:24px;padding:28px;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.3)}.close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:30px;cursor:pointer;color:var(--muted)}.form{display:grid;gap:12px}.form input,.form textarea,.form select{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font:inherit}.field-label{display:grid;gap:8px;font-weight:700;color:var(--text)}.toast{position:fixed;right:20px;bottom:20px;background:#111a44;color:white;padding:13px 17px;border-radius:12px;transform:translateY(120px);transition:.25s;z-index:80}.toast.show{transform:translateY(0)}body.dark{--bg:#0b1028;--surface:#121a38;--text:#f3f5ff;--muted:#aab2ce;--line:#273054}body.dark .header{background:rgba(18,26,56,.92)}body.dark .product-img{background:linear-gradient(135deg,#182143,#28133f)}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr}.hero-art{display:none}.benefits{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.header{padding:8px 4%;gap:10px}.header nav{display:none}.brand img{width:130px;height:55px}.actions{margin-left:auto}.icon-btn{display:none}.hero{padding:55px 6%;min-height:auto}.hero h1{font-size:46px;letter-spacing:-2.5px}.section{padding:55px 5%}.section-head{align-items:flex-start;flex-direction:column}.search-wrap{width:100%;flex-direction:column}.search-wrap input{min-width:0}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-img{height:150px}.product-body{padding:12px}.product-body h3{font-size:15px}.category-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.hero-actions{flex-direction:column}}
.check-row{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;padding:10px 0;line-height:1.2}.check-row input[type="checkbox"]{width:20px;height:20px;min-width:20px;margin:0;accent-color:#6d22df}.check-row label{margin:0;font-weight:700;cursor:pointer}.file-label{display:grid;gap:8px;font-weight:700;color:var(--text)}.file-label input[type="file"]{width:100%;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-actions{display:flex;gap:10px}.form-error{min-height:20px;color:#c62828;font-weight:700;font-size:14px}.muted{color:var(--muted)}.intl-price{color:var(--muted);font-weight:700;font-size:12px}@media(max-width:680px){.two-col{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}

/* DigitalEra product interaction + preview fixes */
.product{height:100%;display:flex;flex-direction:column;outline:none}
.product-img{height:220px;min-height:220px;overflow:hidden;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;outline:none}
.product-img img{display:block;width:80%;height:80%;object-fit:contain;transition:transform .28s ease,filter .28s ease}
.product-img:focus-visible{transform:translateY(-2px);box-shadow:0 16px 32px rgba(25,32,80,.16);filter:saturate(1.06)}
.product-img:focus-visible img{transform:scale(1.07)}
@media (hover:hover) and (pointer:fine){.product-img:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(25,32,80,.16);filter:saturate(1.06)}.product-img:hover img{transform:scale(1.07)}}
.product:focus-within{box-shadow:0 20px 50px rgba(25,32,80,.13)}
.image-hover-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-40%);background:rgba(17,26,68,.9);color:#fff;padding:9px 13px;border-radius:999px;font-size:12px;font-weight:800;opacity:0;transition:.2s;pointer-events:none;z-index:3}
.product-img:focus-visible .image-hover-label{opacity:1;transform:translate(-50%,-50%)}
@media (hover:hover) and (pointer:fine){.product-img:hover .image-hover-label{opacity:1;transform:translate(-50%,-50%)}}
@media (hover:none),(pointer:coarse){.product-img .image-hover-label{display:none}.product-img:focus{transform:none;box-shadow:none;filter:none}.product-img:focus img{transform:none}}
.discount-badge{position:absolute;right:12px;top:12px;background:#e9157a;color:#fff;padding:6px 9px;border-radius:8px;font-size:11px;font-weight:900;z-index:2}
.price-row{display:flex;align-items:center;gap:5px;min-height:28px;flex-wrap:wrap}
.product-body{display:flex;flex-direction:column;flex:1;min-width:0}
.product-body p{flex:1}
.product-actions{margin-top:auto}
.product-detail{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;align-items:start}
.product-detail-image{width:100%;min-height:320px;max-height:430px;border-radius:20px;background:linear-gradient(135deg,#edf0ff,#f8eaff);display:grid;place-items:center;overflow:hidden;padding:22px}
.product-detail-image img{display:block;width:100%;height:100%;max-height:380px;object-fit:contain}
.product-detail-content{min-width:0;overflow-wrap:anywhere}
.product-detail-content h2{margin:8px 0 12px;font-size:32px;line-height:1.12}
.product-detail-price{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:18px}
.product-detail-price strong{font-size:26px}
.discount-inline{background:#e9157a;color:#fff;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}
.product-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:14px 0 22px}
.product-specs>div{padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface);min-width:0}
.product-specs span{display:block;color:var(--muted);font-size:11px;margin-bottom:4px}
.product-specs b{display:block;font-size:13px;overflow-wrap:anywhere}
.detail-description{line-height:1.75;color:var(--muted);white-space:pre-wrap}
.detail-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.preview-modal-box{width:min(1000px,100%);height:min(92vh,900px);display:flex;flex-direction:column;padding:20px}
.preview-content{min-height:0;display:flex;flex-direction:column;flex:1}
.preview-ad{border:1px solid #eadbff;background:linear-gradient(135deg,#f3ecff,#fff7fd);border-radius:16px;padding:14px 16px;margin-bottom:10px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.preview-ad span{font-size:10px;font-weight:900;letter-spacing:1.5px;color:#8b11e8;width:100%}
.preview-ad strong{font-size:16px}.preview-ad p{margin:0;color:var(--muted);font-size:13px;flex:1;min-width:180px}
.preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:4px 0 8px;padding:7px 2px;color:var(--muted);font-size:12px}.preview-toolbar .preview-open-link{padding:8px 11px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.preview-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:8px 2px;color:var(--muted);font-size:12px}
.preview-frame{width:100%;flex:1;min-height:420px;border:1px solid var(--line);border-radius:14px;background:#fff}
.preview-note{margin:9px 0 0;color:var(--muted);font-size:12px}
@media(max-width:760px){.product-detail{grid-template-columns:1fr}.product-detail-image{min-height:240px;max-height:300px}.product-detail-content h2{font-size:26px}.product-specs{grid-template-columns:1fr 1fr}.preview-modal-box{height:94vh;padding:14px}.preview-frame{min-height:360px}}
@media(max-width:520px){.product-img{height:165px;min-height:165px}.product-specs{grid-template-columns:1fr}.product-actions{flex-direction:column}.product-actions button{width:100%}.detail-actions{flex-direction:column}.detail-actions button{width:100%}}

/* DigitalEra product hover/detail enhancements */
.product-img-wrap{position:relative;z-index:2}
.product-img{overflow:visible}
.product-img img{transition:transform .25s ease}
.product-img:hover img,.product-img:focus-visible img,.product.keyboard-preview .product-img img{transform:scale(1.04)}
.hover-preview{position:absolute;left:0;top:calc(100% + 12px);width:320px;max-width:min(320px,calc(100vw - 32px));padding:14px;display:flex;gap:13px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 60px rgba(20,25,70,.24);opacity:0;visibility:hidden;transform:translate(0,8px) scale(.98);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:100;pointer-events:none}
.hover-preview-image{width:105px;height:105px;flex:none;border-radius:13px;background:linear-gradient(135deg,#edf0ff,#f8eaff);display:grid;place-items:center;overflow:hidden}
.hover-preview-image img{width:100%;height:100%;object-fit:contain}
.hover-preview-copy{min-width:0;text-align:left}
.hover-preview-kicker{display:block;color:#7a2cff;font-size:9px;font-weight:900;letter-spacing:1.2px;margin-bottom:5px}
.hover-preview strong{display:block;font-size:15px;line-height:1.3;color:var(--text);overflow-wrap:anywhere}
.hover-preview p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.hover-preview-hint{display:block;margin-top:8px;font-size:10px;font-weight:800;color:#7a2cff}
.product-img:hover .hover-preview,.product-img:focus-visible .hover-preview,.product-title-trigger:hover .hover-preview,.product-title-trigger:focus-visible .hover-preview,.product.keyboard-preview .product-title-trigger .hover-preview,.product.touch-preview .hover-preview{opacity:1;visibility:visible;transform:translate(0,0) scale(1)}
.product-title-trigger{position:relative;cursor:pointer;outline:none}
.product-title-trigger>span{display:inline}
.product-title-trigger .hover-preview{top:calc(100% + 8px);left:0;transform:translate(0,8px) scale(.98)}
.product-title-trigger:hover .hover-preview,.product-title-trigger:focus-visible .hover-preview,.product.touch-preview .product-title-trigger .hover-preview{transform:translate(0,0) scale(1)}
@media (hover:none),(pointer:coarse){.product-img:hover img{transform:none}.product-img .image-hover-label{display:none}.product:hover{transform:none;box-shadow:0 8px 25px rgba(25,32,80,.05)}.product.touch-preview{z-index:200}.product.touch-preview .hover-preview{opacity:1;visibility:visible}.product-touch-spacer{display:block}}
@media(max-width:800px){.hover-preview{width:min(310px,calc(100vw - 24px));padding:12px}.hover-preview-image{width:88px;height:88px}.hover-preview p{-webkit-line-clamp:4}}
@media(max-width:520px){.hover-preview{left:0;top:calc(100% + 8px);width:min(300px,calc(100vw - 20px))}.hover-preview-image{width:78px;height:78px}.hover-preview strong{font-size:14px}.hover-preview p{font-size:11px}}
.product-page{max-width:1180px;margin:0 auto}
.product-detail-page{max-width:1180px;margin:0 auto}
.detail-hero{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:42px;align-items:start}
.detail-image-card{background:linear-gradient(135deg,#edf0ff,#f8eaff);border:1px solid var(--line);border-radius:28px;min-height:480px;padding:28px;display:grid;place-items:center;overflow:hidden}
.detail-image-card img{width:100%;max-width:520px;max-height:520px;object-fit:contain}
.detail-main{padding:20px 0}.detail-main h1{font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-2px;margin:12px 0}.detail-short{font-size:18px;line-height:1.7;color:var(--muted);max-width:720px}.detail-info{margin-top:45px;display:grid;grid-template-columns:1fr 1.3fr;gap:28px}.detail-info>div{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:28px;min-width:0}.detail-info h2{margin-top:0}.detailed-description{font-size:16px;line-height:1.85;color:var(--muted);overflow-wrap:anywhere}.detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.detail-actions button{min-height:46px}.product-detail-price{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:20px}.product-detail-price strong{font-size:34px}.discount-inline{background:#e9157a;color:white;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:900}.product-specs{display:grid;gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.product-specs>div{display:flex;justify-content:space-between;gap:18px;padding:13px 15px;border-bottom:1px solid var(--line)}.product-specs>div:last-child{border-bottom:0}.product-specs span{color:var(--muted)}.product-specs b{text-align:right;overflow-wrap:anywhere}
@media(max-width:800px){.detail-hero{grid-template-columns:1fr;gap:20px}.detail-image-card{min-height:300px;max-height:460px}.detail-info{grid-template-columns:1fr}.hover-preview{max-width:260px}}

/* DigitalEra cart and product-image stability */
.product-img-wrap{min-width:0;}
.product-img{height:auto;aspect-ratio:4/5;min-height:0;align-content:center;justify-items:center;}
.product-img img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;padding:14px;object-fit:contain;min-width:0;min-height:0;}
.product-body{position:relative;z-index:1;background:var(--surface);}
.cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.cart-head h2{margin:0}.cart-summary-count{background:#eef0ff;color:#4d2bbf;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.cart-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item-info{display:flex;align-items:center;gap:12px;min-width:0}.cart-item-info img{width:58px;height:70px;object-fit:contain;border-radius:9px;background:#f4f1ff;flex:none}.cart-item-info>div{min-width:0}.cart-item-info b{display:block;line-height:1.35}.cart-item-info span{display:block;margin-top:4px;color:var(--muted);font-weight:800}.cart-remove{flex:none;padding:8px 10px}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;border-top:2px solid var(--line);font-size:16px}.cart-total strong{font-size:24px}.cart-checkout{width:100%;margin-top:14px}.cart-empty{text-align:center;padding:25px 10px}.cart-empty p{color:var(--muted)}
@media(max-width:680px){.product-img{aspect-ratio:4/5}.product-img img{padding:10px}.cart-item{align-items:flex-start}.cart-item-info img{width:52px;height:64px}.cart-item-info b{font-size:13px}.cart-remove{font-size:12px}}
.upload-help{display:block;color:var(--muted);font-size:12px;line-height:1.5;font-weight:500;margin-top:4px}.upload-help b{color:var(--text)}

/* DigitalEra legal/support pages */
.legal-page{padding:70px 6%;background:var(--bg);min-height:65vh}.legal-card{max-width:950px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:26px;padding:clamp(24px,5vw,55px);box-shadow:var(--shadow)}.legal-card h1{font-size:clamp(36px,5vw,58px);line-height:1.05;margin:10px 0 14px;letter-spacing:-2px}.legal-card h2{font-size:25px;margin:34px 0 10px}.legal-card p,.legal-card li{color:var(--muted);font-size:16px;line-height:1.75}.legal-card .lead{font-size:20px}.policy-list{padding-left:22px}.policy-list li{margin:8px 0}.legal-nav{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0}.legal-nav a{border:1px solid var(--line);padding:9px 13px;border-radius:999px;text-decoration:none;color:var(--text);font-weight:700}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:20px}.contact-card{border:1px solid var(--line);border-radius:20px;padding:22px;background:var(--surface)}.contact-card form{display:grid;gap:14px}.contact-card label{display:grid;gap:7px;font-weight:700}.contact-card input,.contact-card textarea,.contact-card select{width:100%;padding:13px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);font:inherit}.form-note{font-size:14px;color:var(--muted)}.policy-highlight{padding:18px;border-radius:16px;background:linear-gradient(135deg,#eef1ff,#f8eaff);border:1px solid #ddd6ff}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.pricing-card{padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.pricing-card strong{font-size:26px;display:block;margin-bottom:8px}.faq-list details{border:1px solid var(--line);border-radius:15px;padding:16px 18px;margin:10px 0;background:var(--surface)}.faq-list summary{font-weight:800;cursor:pointer}.footer-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.footer-links a{display:inline-block}.site-note{font-size:13px;color:var(--muted)}
@media(max-width:760px){.legal-page{padding:40px 5%}.contact-grid,.pricing-grid{grid-template-columns:1fr}.legal-card{padding:24px}.legal-card h1{letter-spacing:-1px}}


/* DigitalEra social media footer */
.social-section{min-width:220px}.footer-inner .social-links{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;align-items:center;margin:10px 0 8px}.social-link{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid rgba(20,31,72,.12);background:#fff;box-shadow:0 8px 20px rgba(24,30,70,.08);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.social-link svg{width:21px;height:21px;fill:currentColor;stroke:currentColor;stroke-width:0}.social-link:hover,.social-link:focus-visible{transform:translateY(-3px);box-shadow:0 12px 26px rgba(24,30,70,.16);outline:none}.social-facebook{color:#1877f2}.social-instagram{color:#c13584}.social-pinterest{color:#e60023}.social-youtube{color:#ff0000}.social-link svg rect{fill:none;stroke:currentColor;stroke-width:2}.social-link svg circle{fill:none;stroke:currentColor;stroke-width:2}.social-link svg .social-dot{fill:currentColor;stroke:none}.social-link svg path{stroke:none}
@media(max-width:760px){.social-section{min-width:0}.footer-inner .social-links{flex-direction:row;flex-wrap:nowrap;gap:8px}.social-link{width:40px;height:40px;border-radius:11px}}
