/* Chaoyan V11 Industrial Layout - 3M-like structure, own brand/content */
:root{
  --cy-red:#d70018;
  --cy-red-dark:#8e0018;
  --cy-red-surface:#aa0020;
  --cy-red-surface-dark:#93001c;
  --cy-red-active:#e31c2b;
  --cy-text:#1f1f1f;
  --cy-body:#2f3337;
  --cy-muted:#68717a;
  --cy-line:#dedede;
  --cy-soft:#f6f7f8;
  --cy-max:1460px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--cy-text);font-family:Arial,"Helvetica Neue","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input{font:inherit}
.chaoyan-page{background:#fff;min-height:100vh;overflow:hidden}

/* Header: white industrial header + big search */
.cy-header{background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:1000}
.admin-bar .cy-header{top:32px}
.cy-header-main{
  width:min(100% - 96px,var(--cy-max));margin:0 auto;
  min-height:96px;display:grid;grid-template-columns:380px minmax(280px,1fr) auto;align-items:center;gap:28px
}
.cy-brand{display:flex;align-items:center;gap:16px;line-height:1;text-decoration:none;min-width:0}
.cy-brand-mark{width:60px;height:60px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#3f4248;box-shadow:0 1px 0 rgba(0,0,0,.06)}
.cy-brand-mark img{width:100%;height:100%;object-fit:contain;display:block}
.cy-brand-mark-plain{background:transparent;border-radius:16px;box-shadow:none}
.cy-brand-text{display:flex;flex-direction:column;gap:4px}
.cy-brand strong{font-size:33px;font-weight:950;letter-spacing:-.07em;color:var(--cy-red);display:block}
.cy-brand-text span{font-size:18px;line-height:1.08;font-weight:900;color:#111;max-width:190px;display:block}
.cy-search{height:52px;display:grid;grid-template-columns:1fr 58px;border:1px solid #d2d2d2;border-radius:999px;overflow:hidden;background:#fff}
.cy-search input{border:0;outline:0;padding:0 22px;font-size:16px;color:#333;background:#fff}
.cy-search button{border:0;background:#45474a;color:#fff;font-size:28px;line-height:1;cursor:pointer}
.cy-search button:hover{background:#222}
.cy-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:max-content}
.cy-lang-switch{height:44px;padding:0 8px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;font-size:14px;font-weight:800;display:grid;grid-template-columns:minmax(44px,auto) 14px minmax(44px,auto);align-items:center;color:#5c6268;flex:none}
.cy-lang-switch a{color:#5c6268;display:flex;align-items:center;justify-content:center;height:30px;padding:0 10px;border-radius:999px;white-space:nowrap}
.cy-lang-switch a.active{color:var(--cy-red)!important;background:#fff2f2}
.cy-phone{display:flex;align-items:center;gap:8px;font-weight:800;color:#333;white-space:nowrap;height:44px;padding:0 2px}
.cy-phone span{color:#6b6f76;font-weight:700}
.cy-phone b{font-weight:900}
.cy-header-nav-row{
  width:min(100% - 96px,var(--cy-max));margin:0 auto;height:66px;
  display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0f0
}
.cy-nav{display:flex;align-items:center;gap:44px}
.cy-nav a{font-size:17px;font-weight:800;color:#3c4043;letter-spacing:-.01em}
.cy-nav a:hover{color:var(--cy-red)}
.cy-account-link{font-size:16px;font-weight:900;color:#3c4043;display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border:1px solid #dcdcdc;border-radius:999px}
.cy-account-link:hover{color:var(--cy-red);border-color:#f2b7be;background:#fff8f8}


/* 01 Large hero product image */
.cy-wrap{width:min(100% - 96px,var(--cy-max));margin:0 auto}
.cy-section-intro{display:grid;grid-template-columns:1fr;gap:12px;align-items:start;margin-bottom:26px;max-width:980px}
.cy-section-intro.is-center{grid-template-columns:1fr;justify-items:center;text-align:center;max-width:920px;margin:0 auto 30px}
.cy-section-intro.is-light h2,.cy-section-intro.is-light p,.cy-section-intro.is-dark h2{color:#fff}
.cy-section-intro h2{font-size:48px;line-height:1.03;margin:0;font-weight:950;letter-spacing:-.04em}
.cy-section-intro p{margin:0;color:#535a61;font-size:18px;line-height:1.72}

.cy-hero-3m{background:#fff;padding:10px 0 34px}
.cy-hero-frame{
  width:min(100% - 96px,var(--cy-max));height:640px;margin:0 auto;position:relative;overflow:hidden;background:#ddd;border:1px solid #e3e3e3
}
.cy-hero-frame img{width:100%;height:100%;object-fit:cover;filter:contrast(1.08) saturate(1.05)}
.cy-hero-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.01),rgba(0,0,0,.08))}
.cy-hero-caption{
  position:absolute;left:36px;bottom:36px;width:auto;max-width:calc(100% - 72px);
  background:rgba(44,46,50,.66);color:#fff;padding:20px 22px;z-index:2;backdrop-filter:blur(2px)
}
.cy-kicker,.cy-eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;color:var(--cy-red);margin-bottom:14px}
.cy-hero-caption .cy-kicker{color:#fff;opacity:.78}
.cy-hero-caption h1{display:none}
.cy-hero-caption p{display:none}
.cy-hero-actions{display:flex;gap:14px;margin-top:0;flex-wrap:wrap}
.cy-hero-caption-min{background:rgba(44,46,50,.62)}
.cy-hero-caption-min .cy-hero-actions a{min-width:170px;justify-content:center}
.cy-btn-light,.cy-btn-ghost{
  min-width:168px;height:50px;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:15px;
  transition:all .2s ease;border:1px solid transparent
}
.cy-btn-light{background:#fff;color:#111}
.cy-btn-light:hover{background:var(--cy-red);color:#fff}
.cy-btn-ghost{background:transparent;border-color:rgba(255,255,255,.45);color:#fff}
.cy-btn-ghost:hover{background:#fff;color:#111;border-color:#fff}

/* 02 Product center */
.cy-red-products{background:#fff;padding:0 0 84px;color:#fff}
.cy-red-products .cy-wrap{background:linear-gradient(180deg,var(--cy-red-surface) 0%,var(--cy-red-surface-dark) 100%);padding:72px 42px 84px;border:1px solid rgba(0,0,0,.08)}
.cy-red-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.cy-red-product-card{
  background:#fff;color:#111;min-height:560px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.18);
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease
}
.cy-red-product-card:hover{transform:translateY(-8px);box-shadow:0 26px 46px rgba(0,0,0,.22);background:var(--cy-red-active);color:#fff}
.cy-red-product-media{overflow:hidden}
.cy-red-product-card img{height:255px;width:100%;object-fit:cover;background:#eee;transition:transform .35s ease,filter .25s ease}
.cy-red-product-card:hover img{transform:scale(1.04);filter:brightness(.86)}
.cy-red-product-body{padding:32px 32px 34px;display:flex;flex-direction:column;gap:18px;flex:1}
.cy-red-product-tag{display:inline-flex;align-self:flex-start;padding:8px 12px;border:1px solid #d9d9d9;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#5e646a;transition:all .22s ease}
.cy-red-product-card h3{margin:0;font-size:29px;line-height:1.18;font-weight:950;letter-spacing:-.02em}
.cy-red-product-card p{font-size:16px;line-height:1.72;margin:0;color:#41474e;transition:color .22s ease}
.cy-red-product-card strong{margin-top:auto;font-size:15px;font-weight:900;letter-spacing:.03em;color:var(--cy-red);transition:all .22s ease}
.cy-red-product-card:hover .cy-red-product-tag{border-color:rgba(255,255,255,.35);color:#fff}
.cy-red-product-card:hover p,.cy-red-product-card:hover strong{color:#fff}

/* 03 What we do */
.cy-what-we-do{padding:64px 0 84px;background:#f5f6f7;position:relative}
.cy-what-we-do::before{content:"";position:absolute;left:0;right:0;top:0;height:56px;background:linear-gradient(180deg,rgba(158,0,26,.18),transparent)}
.cy-tab-layout.cy-home-tabs{display:grid;grid-template-columns:280px 1fr;align-items:stretch;gap:0;background:#fff;border:1px solid #e5e6e8}
.cy-home-tab-nav{display:flex;flex-direction:column;background:#f7f7f8;padding:0}
.cy-home-tab-nav button{
  display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;padding:20px 24px;background:transparent;border:0;border-left:4px solid transparent;cursor:pointer;
  transition:all .18s ease;border-bottom:1px solid #ececec
}
.cy-home-tab-nav button span{font-size:19px;font-weight:950;color:#1f2328}
.cy-home-tab-nav button small{font-size:13px;line-height:1.6;color:#6b737b}
.cy-home-tab-nav button:hover,
.cy-home-tab-nav button.active{background:var(--cy-red-active);border-left-color:#ffd6da}
.cy-home-tab-nav button:hover span,
.cy-home-tab-nav button.active span,
.cy-home-tab-nav button:hover small,
.cy-home-tab-nav button.active small{color:#fff}
.cy-home-tab-panel{background:#fff;min-height:0;padding:28px 32px}
.cy-home-tab-media{margin:-28px -32px 22px;border-bottom:1px solid #ececec;background:#f3f3f3;overflow:hidden}
.cy-home-tab-media img{display:block;width:100%;height:320px;object-fit:cover}
.cy-home-tab-content{display:none}
.cy-home-tab-content.active{display:block}
.cy-home-tab-head{display:grid;grid-template-columns:1fr 210px;gap:22px;align-items:start;padding-bottom:18px;border-bottom:1px solid #e7e7e7;margin-top:0}
.cy-home-tab-head h3{font-size:38px;line-height:1.08;margin:0;font-weight:950;letter-spacing:-.03em;color:#17191c}
.cy-home-tab-head p{margin:12px 0 0;font-size:16px;line-height:1.72;color:#545b63;max-width:760px}
.cy-tab-main-link{display:flex;align-items:center;justify-content:center;height:54px;background:#191b1f;color:#fff;font-weight:900;transition:all .2s ease}
.cy-tab-main-link:hover{background:var(--cy-red)}
.cy-tab-link-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.cy-tab-link-list a{display:flex;min-height:76px;align-items:center;padding:16px 18px;border:1px solid #e4e4e4;color:#202327;font-size:15px;font-weight:900;line-height:1.5;background:#fff;transition:all .2s ease}
.cy-tab-link-list a:hover{border-color:var(--cy-red);color:var(--cy-red);transform:translateY(-2px)}

/* 04 Who we are */
.cy-who-we-are{position:relative;background:#090909;color:#fff;padding:74px 0 88px;overflow:hidden}
.cy-who-bg{position:absolute;inset:0;opacity:.38}
.cy-who-bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.16)}
.cy-who-we-are .cy-wrap{position:relative;z-index:2}
.cy-who-grid{display:grid;grid-template-columns:minmax(420px,650px) 1fr;gap:84px;align-items:center}
.cy-red-block{background:var(--cy-red-active);color:#fff;min-height:460px;padding:48px 46px}
.cy-red-block h3{font-size:41px;line-height:1.16;margin:0;font-weight:950;letter-spacing:-.03em}
.cy-red-block p{font-size:18px;line-height:1.82;color:rgba(255,255,255,.92);margin:30px 0 0}
.cy-who-links{display:grid;grid-template-columns:repeat(2,minmax(210px,1fr));gap:22px}
.cy-who-links a{
  display:grid;grid-template-columns:64px 1fr;align-items:center;gap:18px;color:#fff;font-size:18px;font-weight:950;
  border:1px solid rgba(255,255,255,.24);padding:18px 20px;background:rgba(255,255,255,0);transition:all .2s ease;text-decoration:none
}
.cy-who-links a span{
  width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);
  background:transparent;font-size:24px;color:#fff;transition:all .2s ease
}
.cy-who-links a b{font-size:18px;line-height:1.5}
.cy-who-links a:hover{background:var(--cy-red);border-color:var(--cy-red);transform:translateY(-2px)}
.cy-who-links a:hover span{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22)}


#top .cy-kicker,#top .cy-section-intro .cy-eyebrow,#top .cy-home-tab-content .cy-eyebrow{display:none}
/* Footer similar multi-column */

.cy-footer-3m{background:#fff;color:#68717a;padding:36px 0 32px;border-top:1px solid #ececec}
.cy-footer-topbar{width:min(100% - 96px,var(--cy-max));margin:0 auto 34px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center;padding-bottom:28px;border-bottom:1px solid #efefef}
.cy-footer-brand{display:flex;align-items:center;gap:18px;min-width:0}
.cy-footer-brand-mark{width:82px;height:82px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:18px;flex:none}
.cy-footer-brand-mark img{width:100%;height:100%;object-fit:contain}
.cy-footer-brand-text{display:flex;flex-direction:column;gap:6px;min-width:0}
.cy-footer-brand-text strong{font-size:34px;line-height:1;color:var(--cy-red);font-weight:950;letter-spacing:-.05em;white-space:nowrap}
.cy-footer-brand-text em{font-size:16px;line-height:1.2;color:#3f454b;font-style:normal;font-weight:800}
.cy-footer-brand-text small{font-size:14px;line-height:1.65;color:#707a83;max-width:620px}
.cy-footer-direct{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.cy-footer-direct-phone{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border:1px solid #d8d8d8;border-radius:999px;font-size:20px;font-weight:900;color:#15191d}
.cy-footer-direct span{font-size:13px;color:#7b848c}
.cy-footer-cols{
  width:min(100% - 96px,var(--cy-max));margin:0 auto;display:grid;
  grid-template-columns:1fr 1fr 1.1fr 1fr 160px;gap:44px;padding-bottom:40px
}
.cy-footer-col h3{font-size:15px;letter-spacing:.16em;text-transform:uppercase;color:#5e6872;margin:0 0 22px;font-weight:700}
.cy-footer-col a{display:block;color:#68717a;font-size:15px;line-height:1.45;margin:0 0 14px}
.cy-footer-col a:hover{color:var(--cy-red);text-decoration:underline}
.cy-footer-qr img{width:126px;height:126px;object-fit:cover;border:1px solid #e5e5e5;padding:6px;background:#fff}
.cy-footer-qr span{display:block;margin-top:12px;font-size:14px}
.cy-footer-bottom{
  width:min(100% - 96px,var(--cy-max));margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:34px;
  border-top:1px solid #eee;padding-top:22px
}
.cy-footer-bottom-sign{font-size:13px;line-height:1.7;color:#8b939a;font-weight:700;letter-spacing:.03em}
.cy-footer-legal{font-size:14px;line-height:1.75;color:#737b83}
.cy-footer-legal p{margin:0 0 8px}
.cy-footer-legal a{font-weight:900;color:#3c4043}

.cy-mobile-bar{display:none}

/* Keep V10 inner page compatibility */
.cy-section{padding:80px 0;background:#fff}
.cy-section-wrap{width:min(100% - 96px,var(--cy-max));margin:0 auto}
.cy-section-head{display:grid;grid-template-columns:1fr 480px;gap:60px;align-items:end;margin-bottom:38px}
.cy-section-head h2{font-size:46px;margin:0;line-height:1.05;font-weight:950}
.cy-section-head p{margin:0;color:#555;line-height:1.7}
.cy-page-hero{width:min(100% - 96px,var(--cy-max));margin:0 auto;padding:72px 0;display:grid;grid-template-columns:1fr .9fr;gap:54px;align-items:center;border-bottom:1px solid #eee}
.cy-page-hero h1{font-size:72px;line-height:1;margin:0;font-weight:950;letter-spacing:-.04em}
.cy-page-hero p{font-size:18px;line-height:1.7;color:#555}
.cy-page-hero img{height:420px;object-fit:cover;width:100%}
.cy-product-matrix,.cy-product-simple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cy-product-item,.cy-product-simple{border:1px solid #e5e5e5;background:#fff;overflow:hidden}
.cy-product-item img,.cy-product-simple img{height:230px;width:100%;object-fit:cover}
.cy-product-item div,.cy-product-simple div{padding:26px}
.cy-product-item h3,.cy-product-simple h3{font-size:26px;margin:8px 0 10px;line-height:1.2}
.cy-product-item p,.cy-product-simple p{color:#555;line-height:1.65}
.cy-product-item a{font-weight:900;color:var(--cy-red)}
.cy-info-three{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cy-info-three div{border:1px solid #e5e5e5;padding:30px;background:#fff}
.cy-info-three span{color:var(--cy-red);font-weight:950}
.cy-info-three h3{font-size:26px;margin:28px 0 12px}
.cy-info-three p{color:#555;line-height:1.7}
.cy-ai-page-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px}
.cy-ai-help,.cy-ai-chat-large{border:1px solid #e5e5e5;padding:34px;background:#fff}
.cy-ai-help h2{font-size:46px;line-height:1.1;margin:0;font-weight:950}
.cy-help-steps{display:grid;gap:14px;margin-top:32px}
.cy-help-steps div{border:1px solid #e5e5e5;padding:22px}
.cy-help-steps b{color:var(--cy-red);display:block}
.cy-help-steps span{font-weight:950;display:block;margin:10px 0}
.cy-help-steps p{color:#555;line-height:1.65;margin:0}
.cy-ai-response{min-height:160px;background:#f7f7f7;border:1px solid #e5e5e5;padding:18px;margin-bottom:18px}
.cy-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.cy-quick,.cy-q{border:1px solid #e5e5e5;background:#fff;height:48px;padding:0 16px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:space-between}
.cy-quick:hover,.cy-q:hover{border-color:var(--cy-red);color:var(--cy-red)}
.cy-chat-input,.cy-ai-input-row{display:grid;grid-template-columns:1fr 78px;gap:10px;margin-top:14px}
.cy-chat-input input,.cy-ai-input-row input{height:52px;border:1px solid #ddd;padding:0 14px}
.cy-chat-input button,.cy-ai-input-row button{height:52px;border:0;background:#333;color:#fff;font-weight:900}
.cy-chat-input button:hover,.cy-ai-input-row button:hover{background:var(--cy-red)}
.cy-post-list,.cy-knowledge-list{border-top:1px solid #e5e5e5}
.cy-post-row,.cy-knowledge-list a{display:grid;grid-template-columns:90px 1fr 40px;gap:20px;align-items:center;padding:28px 0;border-bottom:1px solid #e5e5e5}
.cy-post-row strong,.cy-knowledge-list strong{font-size:26px}
.cy-post-row span,.cy-knowledge-list span{color:var(--cy-red);font-weight:950}
.cy-company-page{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}
.cy-company-page h2{font-size:52px;line-height:1.08;margin:0;font-weight:950}
.cy-company-page p{font-size:17px;color:#555;line-height:1.8}

/* Chat bubbles */
.cy-chat-thread{display:flex;flex-direction:column;gap:12px;max-height:240px;overflow:auto}
.cy-msg{max-width:88%;padding:12px 14px;border-radius:14px;white-space:pre-wrap;line-height:1.65;font-size:14px}
.cy-msg-ai{align-self:flex-start;background:#f2f2f2;border:1px solid #e5e5e5;color:#222}
.cy-msg-user{align-self:flex-end;background:var(--cy-red);color:#fff}
.cy-msg-thinking{display:flex;gap:4px;align-items:center}
.cy-dot{width:5px;height:5px;background:currentColor;border-radius:50%;opacity:.45;animation:cyDot 1s infinite ease-in-out}
.cy-dot:nth-child(2){animation-delay:.15s}.cy-dot:nth-child(3){animation-delay:.3s}
@keyframes cyDot{0%,80%,100%{transform:translateY(0);opacity:.35}40%{transform:translateY(-3px);opacity:1}}

@media(max-width:1080px){
  .cy-header-main{grid-template-columns:300px 1fr;gap:20px}
  .cy-header-tools{grid-column:1 / -1;justify-content:space-between;padding-bottom:12px}
  .cy-header-nav-row{height:60px}
  .cy-nav{gap:24px}
  .cy-footer-topbar{grid-template-columns:1fr;gap:20px}
  .cy-footer-direct{align-items:flex-start}
  .cy-red-card-grid,.cy-footer-cols,.cy-product-matrix,.cy-product-simple-grid,.cy-info-three,.cy-tab-link-list{grid-template-columns:1fr 1fr}
  .cy-tab-layout,.cy-who-grid,.cy-section-head,.cy-page-hero,.cy-ai-page-layout,.cy-company-page,.cy-section-intro{grid-template-columns:1fr}
}


@media(max-width:720px){
  .admin-bar .cy-header{top:0}
  .cy-header-main{width:calc(100% - 28px);min-height:auto;padding:14px 0 10px;display:grid;grid-template-columns:1fr;gap:12px}
  .cy-brand{gap:12px}
  .cy-brand-mark{width:58px;height:58px;border-radius:14px}
  .cy-brand strong{font-size:24px;white-space:normal;line-height:1.05}
  .cy-brand-text em{font-size:12px;max-width:none}
  .cy-search{order:3;height:44px}
  .cy-search input{font-size:14px;padding:0 15px}
  .cy-search button{font-size:22px;width:48px}
  .cy-header-tools{flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:0}
  .cy-phone span{display:none}
  .cy-phone{font-size:13px;height:40px;padding:0 12px}
  .cy-lang-switch{height:40px;padding:0 12px}
  .cy-header-nav-row{width:calc(100% - 28px);height:auto;padding:10px 0 14px;display:block;overflow:auto}
  .cy-nav{display:flex;gap:10px;min-width:max-content}
  .cy-nav a{border:1px solid #ddd;border-radius:999px;padding:10px 16px;font-size:14px;background:#fff}
  .cy-account-link{display:none}

  .cy-wrap,.cy-section-wrap,.cy-page-hero,.cy-footer-topbar,.cy-footer-cols,.cy-footer-bottom{width:calc(100% - 28px)}
  .cy-section-intro{grid-template-columns:1fr;gap:14px;margin-bottom:28px}
  .cy-section-intro h2{font-size:36px}
  .cy-section-intro p{font-size:15px;line-height:1.7}

  .cy-hero-frame{width:calc(100% - 28px);height:500px;margin:0 auto}
  .cy-hero-caption{left:14px;right:14px;bottom:14px;width:auto;padding:14px 14px}
  .cy-hero-caption-min{padding:14px 14px;background:rgba(34,37,42,.58)}
  .cy-hero-caption-min .cy-hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .cy-hero-caption-min .cy-hero-actions a{min-width:0;width:100%}
  .cy-hero-caption h1{font-size:34px}
  .cy-hero-caption p{font-size:15px;line-height:1.65}
  .cy-hero-actions{gap:10px}
  .cy-red-products .cy-wrap{padding:44px 16px 52px}
  .cy-btn-light,.cy-btn-ghost{min-width:0;flex:1;height:46px;font-size:14px}

  .cy-red-products{padding:0 0 58px}
  .cy-red-card-grid,.cy-footer-cols,.cy-footer-bottom,.cy-product-matrix,.cy-product-simple-grid,.cy-info-three,.cy-tab-link-list{grid-template-columns:1fr}
  .cy-red-product-card{min-height:auto}
  .cy-red-product-card img{height:220px}
  .cy-red-product-body{padding:24px}
  .cy-red-product-card h3{font-size:25px}

  .cy-what-we-do{padding:42px 0 58px}
  .cy-tab-layout.cy-home-tabs{grid-template-columns:1fr}
  .cy-home-tab-nav{padding:14px}
  .cy-home-tab-nav button{padding:14px 16px;border-left-width:0;border-radius:0}
  .cy-home-tab-nav button span{font-size:16px}
  .cy-home-tab-panel{padding:24px 20px}
  .cy-home-tab-media{margin:-24px -20px 18px}
  .cy-home-tab-media img{height:220px}
  .cy-home-tab-head{grid-template-columns:1fr;gap:18px}
  .cy-home-tab-head h3{font-size:30px}
  .cy-home-tab-head p{font-size:15px}
  .cy-tab-main-link{width:100%}
  .cy-tab-link-list{gap:12px;margin-top:18px}
  .cy-tab-link-list a{min-height:68px;font-size:15px;padding:16px}

  .cy-who-we-are{padding:44px 0 58px}
  .cy-who-grid{grid-template-columns:1fr;gap:26px}
  .cy-red-block{min-height:auto;padding:30px 26px}
  .cy-red-block h3{font-size:30px}
  .cy-red-block p{font-size:16px;margin-top:20px}
  .cy-who-links{grid-template-columns:1fr;gap:14px}
  .cy-who-links a{padding:15px 16px;grid-template-columns:52px 1fr}
  .cy-who-links a span{width:40px;height:40px}
  .cy-who-links a b{font-size:16px}


  .cy-footer-topbar{margin-bottom:22px;padding-bottom:22px}
  .cy-footer-brand{align-items:flex-start}
  .cy-footer-brand-mark{width:64px;height:64px;border-radius:14px}
  .cy-footer-brand-text strong{font-size:26px;white-space:normal;line-height:1.05}
  .cy-footer-brand-text em{font-size:13px}
  .cy-footer-brand-text small{font-size:13px}
  .cy-footer-direct{align-items:flex-start}
  .cy-footer-direct-phone{height:42px;font-size:18px;padding:0 16px}
  .cy-footer-cols{gap:18px;padding-bottom:28px}
  .cy-footer-bottom{grid-template-columns:1fr;gap:10px}

  .cy-footer-col h3{margin-bottom:14px}
  .cy-footer-qr{display:none}
  .cy-footer-bottom{gap:22px}
  .cy-page-hero{grid-template-columns:1fr;padding:44px 0}
  .cy-page-hero h1{font-size:42px}
  .cy-page-hero img{height:250px}
  .cy-section{padding:56px 0}
  .cy-mobile-bar{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:fixed;left:12px;right:12px;bottom:12px;z-index:1100;background:#fff;border:1px solid #ddd;box-shadow:0 16px 40px rgba(0,0,0,.2);padding:10px}
  .cy-mobile-bar a{height:46px;display:flex;align-items:center;justify-content:center;font-weight:900}
  .cy-mobile-bar a:first-child{background:var(--cy-red);color:#fff}
  .cy-mobile-bar a:last-child{border:1px solid #ddd;color:#111}
}

@media (max-width:1100px){
  .cy-header-main{grid-template-columns:340px 1fr;gap:20px}
  .cy-header-tools{grid-column:1 / -1;justify-content:flex-end}
  .cy-home-ai-wrap{grid-template-columns:1fr}
  .cy-home-ai .cy-section-intro h2{font-size:46px}
  .cy-home-ai-quickgrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767px){
  .cy-header-main{width:calc(100% - 28px);min-height:auto;padding:14px 0 10px;display:grid;grid-template-columns:1fr;gap:12px}
  .cy-brand{gap:12px}
  .cy-brand-mark{width:54px;height:54px}
  .cy-brand strong{font-size:28px}
  .cy-brand em{font-size:13px}
  .cy-search{height:48px}
  .cy-header-tools{flex-wrap:nowrap;justify-content:space-between;gap:8px}
  .cy-lang-switch{padding:0 6px;grid-template-columns:minmax(40px,auto) 10px minmax(40px,auto);height:40px}
  .cy-lang-switch a{padding:0 6px;height:28px;font-size:13px}
  .cy-phone{font-size:13px;gap:4px;height:40px}
  .cy-phone span{display:none}
  .cy-header-nav-row{width:calc(100% - 28px);height:auto;padding:8px 0 12px;display:block;overflow:auto}
  .cy-nav{gap:24px;min-width:max-content;padding-bottom:10px}
  .cy-account-link{display:none}
  .cy-home-ai{padding:48px 0 52px}
  .cy-home-ai .cy-section-intro h2{font-size:38px}
  .cy-home-ai-points{grid-template-columns:1fr}
  .cy-home-ai-mini-cards{grid-template-columns:1fr}
  .cy-home-ai-chatcard{padding:18px 16px 16px}
  .cy-home-ai-chathead{grid-template-columns:48px 1fr;gap:12px}
  .cy-home-ai-chathead h3{font-size:24px}
  .cy-home-ai-response{min-height:260px;margin:16px 0 14px;padding:14px}
  .cy-home-ai-quickgrid{grid-template-columns:1fr 1fr;gap:10px}
  .cy-quick{padding:12px 10px;font-size:13px}
  .cy-home-ai-inputrow{grid-template-columns:1fr 90px;gap:10px}
  .cy-home-ai-inputrow input,.cy-home-ai-inputrow button{height:50px}
}

/* Home AI chat final overrides */
.cy-home-ai-response .cy-chat-thread{max-height:none;min-height:280px;overflow:auto}
.cy-home-ai-response .cy-msg{max-width:min(92%,700px);padding:13px 16px;border-radius:16px;font-size:15px;line-height:1.7}
.cy-home-ai-response .cy-msg-ai{background:#fff;border:1px solid #e4e6ea;color:#222;border-top-left-radius:8px}
.cy-home-ai-response .cy-msg-user{background:#191b1f;color:#fff;border-top-right-radius:8px}
@media (max-width:767px){
  .cy-home-ai-response .cy-chat-thread{min-height:220px}
}


/* v11.4.1 home AI guide clean section */
.cy-home-ai-clean{background:#f3f4f6;padding:76px 0 84px;border-top:1px solid #ebecef;border-bottom:1px solid #ebecef}
.cy-home-ai-panel{display:grid;grid-template-columns:310px minmax(0,1fr);gap:0;border:1px solid #e3e5e8;background:#fff}
.cy-home-ai-nav{background:#f7f7f8;border-right:1px solid #e3e5e8;padding:0}
.cy-home-ai-nav a{display:block;padding:28px 28px 26px;border-bottom:1px solid #e3e5e8;transition:all .2s ease}
.cy-home-ai-nav a:last-child{border-bottom:0}
.cy-home-ai-nav span{display:block;font-size:16px;font-weight:950;color:#131517;margin-bottom:10px}
.cy-home-ai-nav small{display:block;color:#6f7680;font-size:14px;line-height:1.7}
.cy-home-ai-nav a:hover{background:#fff;color:inherit}
.cy-home-ai-nav a:hover span{color:var(--cy-red)}
.cy-home-ai-feature{padding:38px 40px 34px;display:flex;flex-direction:column;gap:24px;min-height:100%}
.cy-home-ai-kicker{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 14px;border-radius:999px;background:#fff2f4;color:var(--cy-red);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.cy-home-ai-feature-top h3{margin:14px 0 14px;font-size:52px;line-height:1.05;font-weight:950;color:#111;letter-spacing:-.04em}
.cy-home-ai-feature-top p{margin:0;color:#626a73;line-height:1.85;font-size:17px;max-width:980px}
.cy-home-ai-highlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.cy-home-ai-highlight-grid div{border:1px solid #eceef1;background:#fafafb;padding:22px 24px}
.cy-home-ai-highlight-grid strong{display:block;margin-bottom:8px;font-size:18px;color:#111;font-weight:950}
.cy-home-ai-highlight-grid p{margin:0;color:#656d76;line-height:1.75;font-size:15px}
.cy-home-ai-chiplist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.cy-home-ai-chiplist a{display:flex;align-items:center;min-height:58px;padding:0 20px;border:1px solid #e3e5e8;border-radius:999px;background:#fff;color:#1a1d20;font-size:15px;font-weight:800;transition:all .2s ease}
.cy-home-ai-chiplist a:hover{border-color:#f1b9c2;background:#fff8f8;color:var(--cy-red)}
.cy-home-ai-actions{display:flex;gap:14px;flex-wrap:wrap;padding-top:4px}
.cy-btn-dark,.cy-btn-line{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 28px;font-size:15px;font-weight:900;border-radius:999px;transition:all .2s ease}
.cy-btn-dark{background:#17191d;color:#fff}
.cy-btn-dark:hover{background:var(--cy-red)}
.cy-btn-line{background:#fff;border:1px solid #d8dde2;color:#1a1d20}
.cy-btn-line:hover{border-color:#f0bcc5;color:var(--cy-red);background:#fff8f8}

@media(max-width:1080px){
  .cy-home-ai-panel{grid-template-columns:1fr}
  .cy-home-ai-nav{border-right:0;border-bottom:1px solid #e3e5e8;display:grid;grid-template-columns:1fr 1fr}
  .cy-home-ai-nav a:nth-child(odd){border-right:1px solid #e3e5e8}
  .cy-home-ai-nav a:nth-last-child(-n+2){border-bottom:0}
  .cy-home-ai-feature-top h3{font-size:42px}
}
@media(max-width:720px){
  .cy-home-ai-clean{padding:48px 0 56px}
  .cy-home-ai-panel{width:100%}
  .cy-home-ai-nav{display:block}
  .cy-home-ai-nav a,.cy-home-ai-nav a:nth-child(odd){border-right:0}
  .cy-home-ai-nav a:nth-last-child(-n+2){border-bottom:1px solid #e3e5e8}
  .cy-home-ai-nav a:last-child{border-bottom:0}
  .cy-home-ai-feature{padding:24px 20px 22px;gap:18px}
  .cy-home-ai-feature-top h3{font-size:34px;margin:12px 0}
  .cy-home-ai-feature-top p{font-size:15px;line-height:1.75}
  .cy-home-ai-highlight-grid,.cy-home-ai-chiplist{grid-template-columns:1fr}
  .cy-home-ai-chiplist a{min-height:52px;padding:0 16px;font-size:14px}
  .cy-home-ai-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .cy-btn-dark,.cy-btn-line{width:100%;height:50px}
}


/* v11.4.2 AI chatbox redesign */
.cy-home-ai-feature{padding:38px 40px 34px;display:flex;flex-direction:column;gap:22px;min-height:100%}
.cy-home-ai-feature-top p{max-width:none}
.cy-home-ai-chatbox{border:1px solid #e5e7eb;border-radius:24px;background:linear-gradient(180deg,#fbfbfc 0%,#f7f8fa 100%);padding:18px;box-shadow:0 12px 32px rgba(18,22,28,.06)}
.cy-home-ai-chathead{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center;padding:2px 4px 16px;border-bottom:1px solid #e8eaee}
.cy-home-ai-avatar{width:56px;height:56px;border-radius:18px;background:#33363b;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cy-home-ai-avatar img{width:100%;height:100%;object-fit:cover}
.cy-home-ai-chatmeta strong{display:block;font-size:18px;font-weight:950;color:#111;margin-bottom:4px}
.cy-home-ai-chatmeta span{display:block;font-size:13px;color:#7a818b}
.cy-home-ai-open{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:999px;background:#fff;border:1px solid #d9dde3;color:#14171a;font-size:14px;font-weight:900;white-space:nowrap;transition:all .2s ease}
.cy-home-ai-open:hover{border-color:#efbcc4;background:#fff7f8;color:var(--cy-red)}
.cy-home-ai-response{padding:16px 2px 12px}
.cy-chat-thread{display:flex;flex-direction:column;gap:12px}
.cy-msg{max-width:min(86%,760px);padding:14px 16px;border-radius:18px;font-size:15px;line-height:1.8}
.cy-msg-ai{align-self:flex-start;background:#fff;border:1px solid #e3e5e9;color:#222;border-top-left-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.03)}
.cy-msg-user{align-self:flex-end;background:#17191d;color:#fff;border-top-right-radius:8px}
.cy-home-ai-inputrow{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:12px;padding-top:4px}
.cy-home-ai-inputrow input{width:100%;height:56px;border-radius:999px;border:1px solid #dce0e6;background:#fff;padding:0 22px;font-size:15px;color:#8a919b;outline:none}
.cy-home-ai-inputrow a{display:inline-flex;align-items:center;justify-content:center;height:56px;border-radius:999px;background:#17191d;color:#fff;font-size:15px;font-weight:950;transition:all .2s ease}
.cy-home-ai-inputrow a:hover{background:var(--cy-red)}
.cy-home-ai-chiplist{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.cy-home-ai-chiplist a{display:flex;align-items:center;min-height:54px;padding:0 18px;border:1px solid #e3e5e8;border-radius:999px;background:#fff;color:#1a1d20;font-size:15px;font-weight:800;transition:all .2s ease}
.cy-home-ai-chiplist a:hover{border-color:#f1b9c2;background:#fff8f8;color:var(--cy-red)}
@media(max-width:1080px){
  .cy-home-ai-chathead{grid-template-columns:56px 1fr;gap:12px}
  .cy-home-ai-open{grid-column:1 / -1;justify-self:start}
}
@media(max-width:720px){
  .cy-home-ai-chatbox{padding:14px;border-radius:18px}
  .cy-home-ai-chathead{grid-template-columns:48px 1fr;padding-bottom:14px}
  .cy-home-ai-avatar{width:48px;height:48px;border-radius:14px}
  .cy-home-ai-chatmeta strong{font-size:16px}
  .cy-msg{max-width:100%;font-size:14px;line-height:1.75;padding:12px 14px}
  .cy-home-ai-inputrow{grid-template-columns:1fr 88px;gap:10px}
  .cy-home-ai-inputrow input,.cy-home-ai-inputrow a{height:50px}
}

/* ===== V11.4.3 hero slider + simplified home AI chat ===== */
.cy-hero-slider .cy-hero-slides{position:relative;width:100%;height:100%}
.cy-hero-slider .cy-hero-slide{position:absolute;inset:0;opacity:0;animation:cyHeroFade 18s infinite ease-in-out}
.cy-hero-slider .cy-hero-slide:nth-child(1){animation-delay:0s}
.cy-hero-slider .cy-hero-slide:nth-child(2){animation-delay:6s}
.cy-hero-slider .cy-hero-slide:nth-child(3){animation-delay:12s}
.cy-hero-slider .cy-hero-slide img{display:block;width:100%;height:100%;object-fit:cover}
@keyframes cyHeroFade{
  0%{opacity:0}
  4%{opacity:1}
  29%{opacity:1}
  33%{opacity:0}
  100%{opacity:0}
}

.cy-home-ai-chatonly{background:#f3f4f6;padding:54px 0 72px;border-top:1px solid #ebecef;border-bottom:1px solid #ebecef}
.cy-home-ai-chatonly .cy-wrap{display:flex;justify-content:center}
.cy-home-ai-chatbox-home{width:min(100%,980px);margin:0 auto;border:1px solid #e1e5ea;border-radius:24px;background:linear-gradient(180deg,#fbfbfc 0%,#f7f8fa 100%);padding:18px;box-shadow:0 16px 38px rgba(14,18,24,.06)}
.cy-home-ai-chatbox-home .cy-home-ai-chathead{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center;padding:2px 4px 16px;border-bottom:1px solid #e8eaee}
.cy-home-ai-chatbox-home .cy-home-ai-avatar{width:56px;height:56px;border-radius:18px;background:#33363b;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cy-home-ai-chatbox-home .cy-home-ai-avatar img{width:100%;height:100%;object-fit:cover}
.cy-home-ai-chatbox-home .cy-home-ai-chatmeta strong{display:block;font-size:18px;font-weight:950;color:#111;margin-bottom:4px}
.cy-home-ai-chatbox-home .cy-home-ai-chatmeta span{display:block;font-size:13px;color:#78818b}
.cy-home-ai-chatbox-home .cy-home-ai-open{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:999px;background:#fff;border:1px solid #d8dde3;color:#14171a;font-size:14px;font-weight:900;white-space:nowrap;transition:all .2s ease}
.cy-home-ai-chatbox-home .cy-home-ai-open:hover{border-color:#efbcc4;background:#fff7f8;color:var(--cy-red)}
.cy-home-ai-chatbox-home .cy-home-ai-response{padding:18px 4px 12px}
.cy-home-ai-chatbox-home .cy-chat-thread{display:flex;flex-direction:column;gap:16px;min-height:294px;max-height:none;overflow:visible}
.cy-home-ai-chatbox-home .cy-msg{max-width:min(90%,720px);padding:15px 18px;border-radius:18px;font-size:16px;line-height:1.75}
.cy-home-ai-chatbox-home .cy-msg-ai{align-self:flex-start;background:#fff;border:1px solid #e3e6eb;color:#1a1d21;border-top-left-radius:8px}
.cy-home-ai-chatbox-home .cy-msg-user{align-self:flex-end;background:#17191d;color:#fff;border-top-right-radius:8px}
.cy-home-ai-chatbox-home .cy-home-ai-inputrow{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:12px;padding-top:8px}
.cy-home-ai-chatbox-home .cy-home-ai-inputrow input{width:100%;height:56px;border-radius:999px;border:1px solid #dce0e6;background:#fff;padding:0 22px;font-size:15px;color:#8a919b;outline:none}
.cy-home-ai-chatbox-home .cy-home-ai-inputrow a{display:inline-flex;align-items:center;justify-content:center;height:56px;border-radius:999px;background:#17191d;color:#fff;font-size:15px;font-weight:950;transition:all .2s ease}
.cy-home-ai-chatbox-home .cy-home-ai-inputrow a:hover{background:var(--cy-red)}

@media (max-width: 1024px){
  .cy-home-ai-chatbox-home{width:100%}
}
@media (max-width: 767px){
  .cy-home-ai-chatonly{padding:38px 0 46px}
  .cy-home-ai-chatbox-home{padding:14px;border-radius:18px}
  .cy-home-ai-chatbox-home .cy-home-ai-chathead{grid-template-columns:48px 1fr;gap:12px;padding-bottom:14px}
  .cy-home-ai-chatbox-home .cy-home-ai-avatar{width:48px;height:48px;border-radius:14px}
  .cy-home-ai-chatbox-home .cy-home-ai-open{grid-column:1 / -1;justify-self:start}
  .cy-home-ai-chatbox-home .cy-chat-thread{min-height:220px;gap:12px}
  .cy-home-ai-chatbox-home .cy-msg{max-width:94%;font-size:15px;padding:13px 15px}
  .cy-home-ai-chatbox-home .cy-home-ai-inputrow{grid-template-columns:1fr 88px;gap:10px}
  .cy-home-ai-chatbox-home .cy-home-ai-inputrow input,.cy-home-ai-chatbox-home .cy-home-ai-inputrow a{height:50px}
}

/* ===== V11.4.4 homepage refinements ===== */
.cy-hero-slider .cy-hero-slides{position:relative;width:100%;height:100%}
.cy-hero-slider .cy-hero-slide{position:absolute;inset:0;opacity:0;animation:none;transition:opacity .65s ease;z-index:0}
.cy-hero-slider .cy-hero-slide.is-active{opacity:1;z-index:1}

.cy-hero-caption{left:36px;bottom:36px;max-width:calc(100% - 72px);background:transparent;padding:0;backdrop-filter:none;z-index:3}
.cy-hero-caption-min{background:transparent}
.cy-hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.cy-hero-caption-min .cy-hero-actions a,
.cy-btn-light,
.cy-btn-ghost{
  min-width:176px;
  height:56px;
  justify-content:center;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.18);
  color:#fff;
  box-shadow:0 12px 32px rgba(8,10,14,.18), inset 0 0 0 1px rgba(255,255,255,.28);
  backdrop-filter:blur(18px) saturate(140%);
  -webkit-backdrop-filter:blur(18px) saturate(140%);
}
.cy-btn-light:hover,
.cy-btn-ghost:hover{
  background:rgba(255,255,255,.28);
  color:#fff;
  transform:translateY(-1px);
}

.cy-hero-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:54px;
  height:54px;
  border:0;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.16);
  color:#fff;
  box-shadow:0 12px 32px rgba(8,10,14,.18), inset 0 0 0 1px rgba(255,255,255,.28);
  backdrop-filter:blur(18px) saturate(140%);
  -webkit-backdrop-filter:blur(18px) saturate(140%);
  cursor:pointer;
  z-index:3;
  transition:background .2s ease, transform .2s ease, opacity .2s ease;
}
.cy-hero-arrow span{font-size:28px;line-height:1;font-weight:400;margin-top:-1px}
.cy-hero-arrow:hover{background:rgba(255,255,255,.26);transform:translateY(-50%) scale(1.04)}
.cy-hero-prev{left:22px}
.cy-hero-next{right:22px}

.cy-bubble-products{background:#fff;padding:4px 0 84px;color:#111}
.cy-bubble-products .cy-wrap{background:transparent;padding:0;border:0}
.cy-bubble-products .cy-section-intro{margin:0 auto 30px}
.cy-bubble-products .cy-section-intro h2{color:#111}
.cy-bubble-products .cy-section-intro p{color:#646b74}

.cy-bubble-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.cy-bubble-product-card{
  position:relative;
  display:block;
  aspect-ratio:1 / 1;
  border-radius:34px;
  overflow:hidden;
  background:#f3f4f6;
  box-shadow:0 10px 26px rgba(16,20,25,.08), inset 0 0 0 1px rgba(18,22,28,.06);
  transition:transform .22s ease, box-shadow .22s ease;
}
.cy-bubble-product-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(16,20,25,.14), inset 0 0 0 1px rgba(18,22,28,.06)}
.cy-bubble-product-media,
.cy-bubble-product-media img{width:100%;height:100%}
.cy-bubble-product-media img{object-fit:cover;transition:transform .45s ease, filter .3s ease}
.cy-bubble-product-card:hover .cy-bubble-product-media img{transform:scale(1.04);filter:brightness(.82)}

.cy-bubble-product-overlay{
  position:absolute;
  inset:0;
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  background:linear-gradient(180deg,rgba(14,16,20,.02) 16%,rgba(14,16,20,.18) 38%,rgba(14,16,20,.82) 100%);
  color:#fff;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .24s ease, transform .24s ease;
}
.cy-bubble-product-card:hover .cy-bubble-product-overlay,
.cy-bubble-product-card:focus-visible .cy-bubble-product-overlay{opacity:1;transform:translateY(0)}
.cy-bubble-product-overlay strong{font-size:24px;line-height:1.15;font-weight:950;letter-spacing:-.02em}
.cy-bubble-product-overlay p{margin:0;font-size:14px;line-height:1.75;color:rgba(255,255,255,.92)}
.cy-bubble-product-overlay span{display:inline-flex;align-self:flex-start;margin-top:4px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);font-size:12px;font-weight:900;letter-spacing:.04em}

@media(max-width:1080px){
  .cy-bubble-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .cy-hero-caption{left:14px;right:14px;bottom:14px;max-width:none}
  .cy-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .cy-hero-caption-min .cy-hero-actions a,
  .cy-btn-light,
  .cy-btn-ghost{min-width:0;width:100%;height:48px;font-size:14px}
  .cy-hero-arrow{width:42px;height:42px}
  .cy-hero-arrow span{font-size:22px}
  .cy-hero-prev{left:12px}
  .cy-hero-next{right:12px}
  .cy-bubble-products{padding:0 0 56px}
  .cy-bubble-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .cy-bubble-product-card{border-radius:24px}
  .cy-bubble-product-overlay{opacity:1;transform:none;padding:14px;background:linear-gradient(180deg,rgba(14,16,20,.04) 22%,rgba(14,16,20,.70) 100%)}
  .cy-bubble-product-overlay strong{font-size:17px}
  .cy-bubble-product-overlay p{font-size:12px;line-height:1.6}
  .cy-bubble-product-overlay span{font-size:11px;padding:8px 12px}
}

/* ===== v11.4.5 requested homepage adjustments ===== */
.cy-hero-slider{position:relative;overflow:hidden}
.cy-hero-slider .cy-hero-slides{position:relative;width:100%;height:100%}
.cy-hero-slider .cy-hero-slide{position:absolute;inset:0;opacity:0;z-index:0;transition:opacity .7s ease}
.cy-hero-slider .cy-hero-slide.is-active{opacity:1;z-index:1}

.cy-hero-caption.cy-hero-caption-min{left:36px;bottom:36px;max-width:calc(100% - 72px);background:transparent!important;padding:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:3}
.cy-hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.cy-hero-pill,
.cy-hero-actions .cy-hero-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:182px;
  height:58px;
  padding:0 24px;
  border-radius:999px;
  border:0!important;
  outline:0;
  color:#fff!important;
  font-size:17px;
  font-weight:900;
  letter-spacing:-.01em;
  background:rgba(255,255,255,.16)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.24), 0 10px 30px rgba(10,12,16,.16);
  backdrop-filter:blur(20px) saturate(140%);
  -webkit-backdrop-filter:blur(20px) saturate(140%);
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.cy-hero-pill:hover{background:rgba(255,255,255,.24)!important;color:#fff!important;transform:translateY(-1px)}

.cy-hero-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:54px;
  height:54px;
  border-radius:999px;
  border:0!important;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.15)!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.24), 0 10px 30px rgba(10,12,16,.18);
  backdrop-filter:blur(20px) saturate(140%);
  -webkit-backdrop-filter:blur(20px) saturate(140%);
  cursor:pointer;
  transition:transform .2s ease, background .2s ease;
}
.cy-hero-arrow:hover{background:rgba(255,255,255,.24)!important;transform:translateY(-50%) scale(1.05)}
.cy-hero-arrow span{font-size:28px;line-height:1;font-weight:500;margin-top:-2px}
.cy-hero-prev{left:22px}
.cy-hero-next{right:22px}

.cy-bubble-products{background:#fff!important;padding:8px 0 84px!important}
.cy-bubble-products .cy-wrap{background:transparent!important;padding:0!important;border:0!important}
.cy-bubble-products .cy-section-intro{margin:0 auto 28px!important}
.cy-bubble-products .cy-section-intro h2{color:#111!important}
.cy-bubble-products .cy-section-intro p{color:#6d7480!important}

.cy-bubble-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}
.cy-bubble-product-card{
  position:relative;
  display:block;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:34px!important;
  background:#f4f5f7!important;
  box-shadow:0 10px 26px rgba(17,22,30,.08), inset 0 0 0 1px rgba(18,22,30,.05)!important;
  transition:transform .22s ease, box-shadow .22s ease;
}
.cy-bubble-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(17,22,30,.12), inset 0 0 0 1px rgba(18,22,30,.05)!important}
.cy-bubble-product-card .cy-bubble-product-media,
.cy-bubble-product-card .cy-bubble-product-media img{width:100%;height:100%}
.cy-bubble-product-card .cy-bubble-product-media img{display:block;object-fit:cover;transition:transform .4s ease, filter .3s ease}
.cy-bubble-product-card:hover .cy-bubble-product-media img{transform:scale(1.05);filter:brightness(.76)}
.cy-bubble-product-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:18px;
  background:linear-gradient(180deg,rgba(10,12,18,0) 22%,rgba(10,12,18,.15) 44%,rgba(10,12,18,.82) 100%)!important;
  color:#fff;
  opacity:0;
  transform:translateY(16px);
  transition:opacity .22s ease, transform .22s ease;
}
.cy-bubble-product-card:hover .cy-bubble-product-overlay,
.cy-bubble-product-card:focus-visible .cy-bubble-product-overlay{opacity:1;transform:translateY(0)}
.cy-bubble-product-overlay strong{display:block;font-size:24px;line-height:1.12;font-weight:950;color:#fff;margin:0}
.cy-bubble-product-overlay p{display:block;margin:0;font-size:14px;line-height:1.7;color:rgba(255,255,255,.92)}
.cy-bubble-product-overlay span{display:none!important}

.cy-home-ai-static{background:#f3f4f6;padding:64px 0 74px;border-top:1px solid #ebecef;border-bottom:1px solid #ebecef}
.cy-home-ai-static-wrap{display:grid;grid-template-columns:320px minmax(0,1fr);gap:26px;align-items:stretch}
.cy-home-ai-prompts{background:#fff;border:1px solid #e4e7eb;border-radius:26px;padding:24px;box-shadow:0 10px 30px rgba(14,18,24,.04)}
.cy-home-ai-prompts-head h2{margin:0 0 10px;font-size:34px;line-height:1.08;font-weight:950;color:#111}
.cy-home-ai-prompts-head p{margin:0 0 18px;color:#68717b;line-height:1.75;font-size:15px}
.cy-home-ai-prompt-list{display:flex;flex-direction:column;gap:12px}
.cy-home-ai-prompt-list button{
  width:100%;text-align:left;padding:14px 16px;border-radius:18px;border:1px solid #e6e8ec;background:#f8f9fb;color:#1a1d21;font-size:14px;line-height:1.65;font-weight:800;cursor:default;
}
.cy-home-ai-note{margin-top:14px;color:#8a919b;font-size:13px;line-height:1.65}

.cy-home-ai-chatbox-preview{width:100%;margin:0;border:1px solid #e1e5ea;border-radius:26px;background:linear-gradient(180deg,#fbfbfc 0%,#f7f8fa 100%);padding:18px;box-shadow:0 16px 38px rgba(14,18,24,.06)}
.cy-home-ai-chatbox-preview .cy-home-ai-chathead{display:grid;grid-template-columns:56px 1fr auto;gap:14px;align-items:center;padding:2px 4px 16px;border-bottom:1px solid #e8eaee}
.cy-home-ai-chatbox-preview .cy-home-ai-avatar{width:56px;height:56px;border-radius:18px;background:#33363b;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cy-home-ai-chatbox-preview .cy-home-ai-avatar img{width:100%;height:100%;object-fit:cover}
.cy-home-ai-chatbox-preview .cy-home-ai-chatmeta strong{display:block;font-size:18px;font-weight:950;color:#111;margin-bottom:4px}
.cy-home-ai-chatbox-preview .cy-home-ai-chatmeta span{display:block;font-size:13px;color:#78818b}
.cy-home-ai-chatbox-preview .cy-home-ai-open{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:999px;background:#f4f5f7;border:1px solid #e1e5ea;color:#646d78;font-size:14px;font-weight:900;white-space:nowrap;cursor:default}
.cy-home-ai-chatbox-preview .cy-home-ai-open.is-disabled{pointer-events:none}
.cy-home-ai-chatbox-preview .cy-home-ai-response{padding:18px 4px 12px}
.cy-home-ai-chatbox-preview .cy-chat-thread{display:flex;flex-direction:column;gap:16px;min-height:284px;max-height:none;overflow:visible}
.cy-home-ai-chatbox-preview .cy-msg{max-width:min(90%,720px);padding:15px 18px;border-radius:18px;font-size:16px;line-height:1.75}
.cy-home-ai-chatbox-preview .cy-msg-ai{align-self:flex-start;background:#fff;border:1px solid #e3e6eb;color:#1a1d21;border-top-left-radius:8px}
.cy-home-ai-chatbox-preview .cy-msg-user{align-self:flex-end;background:#17191d;color:#fff;border-top-right-radius:8px}
.cy-home-ai-chatbox-preview .cy-home-ai-inputrow{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:12px;padding-top:8px}
.cy-home-ai-chatbox-preview .cy-home-ai-inputrow input{width:100%;height:56px;border-radius:999px;border:1px solid #dce0e6;background:#fff;padding:0 22px;font-size:15px;color:#949ba5;outline:none}
.cy-home-ai-chatbox-preview .cy-home-ai-inputrow button{display:inline-flex;align-items:center;justify-content:center;height:56px;border-radius:999px;border:0;background:#dfe3e8;color:#8b929c;font-size:15px;font-weight:950;cursor:not-allowed}

@media(max-width:1080px){
  .cy-bubble-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
  .cy-bubble-product-overlay strong{font-size:20px}
  .cy-home-ai-static-wrap{grid-template-columns:1fr!important;gap:18px}
}
@media(max-width:900px){
  .cy-bubble-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .cy-hero-caption.cy-hero-caption-min{left:14px;right:14px;bottom:14px;max-width:none}
  .cy-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .cy-hero-pill{min-width:0;width:100%;height:48px;font-size:14px}
  .cy-hero-arrow{width:42px;height:42px}
  .cy-hero-arrow span{font-size:22px}
  .cy-hero-prev{left:12px}
  .cy-hero-next{right:12px}
  .cy-bubble-products{padding:0 0 56px!important}
  .cy-bubble-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .cy-bubble-product-card{border-radius:24px!important}
  .cy-bubble-product-overlay{opacity:1;transform:none;padding:14px}
  .cy-bubble-product-overlay strong{font-size:16px}
  .cy-bubble-product-overlay p{font-size:12px;line-height:1.58}
  .cy-home-ai-static{padding:38px 0 46px}
  .cy-home-ai-prompts,.cy-home-ai-chatbox-preview{border-radius:20px;padding:16px}
  .cy-home-ai-prompts-head h2{font-size:28px}
  .cy-home-ai-chatbox-preview .cy-home-ai-chathead{grid-template-columns:48px 1fr;gap:12px;padding-bottom:14px}
  .cy-home-ai-chatbox-preview .cy-home-ai-avatar{width:48px;height:48px;border-radius:14px}
  .cy-home-ai-chatbox-preview .cy-home-ai-open{grid-column:1 / -1;justify-self:start}
  .cy-home-ai-chatbox-preview .cy-chat-thread{min-height:220px;gap:12px}
  .cy-home-ai-chatbox-preview .cy-msg{max-width:94%;font-size:15px;padding:13px 15px}
  .cy-home-ai-chatbox-preview .cy-home-ai-inputrow{grid-template-columns:1fr 88px;gap:10px}
  .cy-home-ai-chatbox-preview .cy-home-ai-inputrow input,
  .cy-home-ai-chatbox-preview .cy-home-ai-inputrow button{height:50px}
}

/* ===== v11.4.6 apple header + premium product cards + active homepage ai ===== */
.cy-header{
  position:sticky;
  top:0;
  z-index:1200;
  background:rgba(255,255,255,.78)!important;
  border-bottom:1px solid rgba(16,18,22,.08)!important;
  backdrop-filter:saturate(180%) blur(20px);
  -webkit-backdrop-filter:saturate(180%) blur(20px);
  box-shadow:0 1px 0 rgba(255,255,255,.45) inset;
}
.admin-bar .cy-header{top:32px}
.cy-header-main,
.cy-header-nav-row{width:min(1440px,calc(100% - 56px))!important}
.cy-header-main{
  min-height:86px!important;
  grid-template-columns:330px minmax(380px,1fr) auto!important;
  gap:22px!important;
  align-items:center!important;
  padding:12px 0!important;
}
.cy-brand{gap:14px!important}
.cy-brand-mark{width:58px!important;height:58px!important;border-radius:18px!important;background:#3f4248!important;box-shadow:0 6px 18px rgba(18,20,24,.08)!important}
.cy-brand-mark img{object-fit:cover!important}
.cy-brand strong{font-size:30px!important;letter-spacing:-.06em!important;line-height:1!important}
.cy-brand em{font-style:italic;font-size:14px;color:#1b1c1f;opacity:.9}
.cy-search{
  height:48px!important;
  grid-template-columns:1fr 54px!important;
  border-radius:999px!important;
  border:1px solid rgba(15,18,23,.1)!important;
  background:rgba(255,255,255,.66)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.75) inset, 0 6px 18px rgba(10,12,16,.05)!important;
}
.cy-search input{padding:0 20px!important;font-size:15px!important;color:#20242a!important;background:transparent!important}
.cy-search input::placeholder{color:#8d96a1}
.cy-search button{background:transparent!important;color:#4b5259!important;font-size:22px!important}
.cy-search button:hover{background:rgba(17,19,23,.04)!important;color:#111!important}
.cy-header-tools{gap:14px!important}
.cy-lang-switch{
  height:42px!important;
  padding:0 8px!important;
  border:1px solid rgba(16,18,22,.08)!important;
  background:rgba(255,255,255,.7)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.85) inset!important;
}
.cy-lang-switch a{height:28px!important;font-weight:800!important}
.cy-lang-switch a.active{background:#111!important;color:#fff!important}
.cy-phone{
  display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(16,18,22,.08);background:rgba(255,255,255,.72);color:#4f5660;font-size:14px;font-weight:700;white-space:nowrap
}
.cy-phone b{color:#111;font-size:16px}
.cy-header-nav-row{
  height:58px!important;
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  align-items:center!important;
  border-top:1px solid rgba(15,18,23,.05)!important;
}
.cy-nav{justify-self:center;display:flex;align-items:center;gap:34px!important}
.cy-nav a{position:relative;font-size:15px!important;font-weight:700!important;color:#3a4047!important;letter-spacing:-.01em}
.cy-nav a::after{content:'';position:absolute;left:0;right:0;bottom:-18px;height:2px;border-radius:99px;background:#111;opacity:0;transform:scaleX(.35);transition:transform .22s ease,opacity .22s ease}
.cy-nav a:hover{color:#111!important}
.cy-nav a:hover::after{opacity:1;transform:scaleX(1)}
.cy-account-link{justify-self:end;height:40px!important;padding:0 16px!important;border:1px solid rgba(16,18,22,.08)!important;background:rgba(255,255,255,.72)!important;box-shadow:0 1px 0 rgba(255,255,255,.8) inset!important;font-size:14px!important}
.cy-account-link:hover{background:#111!important;border-color:#111!important;color:#fff!important}

.cy-bubble-products{padding:18px 0 88px!important;background:linear-gradient(180deg,#ffffff 0%,#f6f7f9 100%)!important}
.cy-bubble-products .cy-section-intro{margin-bottom:24px!important}
.cy-bubble-products .cy-section-intro h2{font-size:56px;letter-spacing:-.06em;line-height:1.02}
.cy-bubble-products .cy-section-intro p{font-size:18px;line-height:1.65}
.cy-bubble-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}
.cy-bubble-product-card{
  border-radius:30px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f4f6f8 100%)!important;
  box-shadow:0 20px 40px rgba(16,18,22,.08), 0 1px 0 rgba(255,255,255,.95) inset, 0 0 0 1px rgba(16,18,22,.05)!important;
}
.cy-bubble-product-card::before{content:'';position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.12));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.92}
.cy-bubble-product-card::after{content:'↗';position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 6px 18px rgba(16,18,22,.1);color:#121418;font-size:15px;font-weight:700;z-index:2;opacity:0;transform:translateY(-8px);transition:opacity .25s ease, transform .25s ease}
.cy-bubble-product-card:hover::after{opacity:1;transform:translateY(0)}
.cy-bubble-product-card .cy-bubble-product-media img{object-fit:cover;background:#fff}
.cy-bubble-product-card:hover .cy-bubble-product-media img{transform:scale(1.04);filter:brightness(.7) saturate(1.04)}
.cy-bubble-product-overlay{
  justify-content:flex-end!important;
  padding:20px!important;
  background:linear-gradient(180deg,rgba(7,9,12,0) 28%,rgba(7,9,12,.18) 45%,rgba(7,9,12,.88) 100%)!important;
}
.cy-bubble-product-overlay strong{font-size:22px!important;letter-spacing:-.03em}
.cy-bubble-product-overlay p{font-size:14px!important;line-height:1.75!important}

.cy-home-ai-static{background:#eef1f4!important;padding:74px 0 82px!important;border-top:1px solid #e6e8ec!important;border-bottom:1px solid #e6e8ec!important}
.cy-home-ai-static-wrap{grid-template-columns:330px minmax(0,1fr)!important;gap:24px!important;align-items:stretch!important}
.cy-home-ai-prompts,
.cy-home-ai-chatbox-preview{border-radius:28px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(18,22,30,.08)!important;box-shadow:0 24px 40px rgba(16,18,24,.06), 0 1px 0 rgba(255,255,255,.95) inset!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.cy-home-ai-prompts{padding:24px!important}
.cy-home-ai-prompts-head h2{font-size:34px!important;letter-spacing:-.05em;margin:0 0 10px!important;color:#111!important}
.cy-home-ai-prompts-head p{margin:0 0 18px!important;color:#6e7580!important;font-size:15px!important;line-height:1.75!important}
.cy-home-ai-prompt-list{display:flex;flex-direction:column;gap:10px!important}
.cy-home-ai-prompt-list button{
  width:100%;
  text-align:left;
  padding:14px 16px!important;
  border-radius:18px!important;
  border:1px solid rgba(18,22,30,.08)!important;
  background:linear-gradient(180deg,#fbfbfc 0%,#f2f4f7 100%)!important;
  color:#15181c!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.6!important;
  cursor:pointer!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.cy-home-ai-prompt-list button:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(18,22,30,.06)!important;border-color:rgba(18,22,30,.14)!important}
.cy-home-ai-note{margin-top:14px!important;color:#8b9199!important;font-size:13px!important;line-height:1.7!important}

.cy-home-ai-chatbox-preview{display:flex;flex-direction:column;padding:0!important;overflow:hidden!important;min-height:620px}
.cy-home-ai-chatbox-preview .cy-home-ai-chathead{grid-template-columns:56px 1fr auto!important;gap:14px!important;align-items:center;padding:18px 22px!important;border-bottom:1px solid rgba(18,22,30,.06)!important;background:rgba(255,255,255,.78)!important}
.cy-home-ai-chatbox-preview .cy-home-ai-avatar{width:56px!important;height:56px!important;border-radius:18px!important;overflow:hidden;background:#33363b!important;display:flex;align-items:center;justify-content:center}
.cy-home-ai-chatbox-preview .cy-home-ai-avatar img{width:100%;height:100%;object-fit:cover}
.cy-home-ai-chatbox-preview .cy-home-ai-chatmeta strong{display:block;font-size:21px!important;letter-spacing:-.03em;color:#111;margin-bottom:4px}
.cy-home-ai-chatbox-preview .cy-home-ai-chatmeta span{display:block;font-size:14px!important;color:#7a838d}
.cy-home-ai-chatbox-preview .cy-home-ai-open{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;border-radius:999px;background:#ecfff2!important;border:1px solid #b9e9c7!important;color:#13723c!important;font-size:13px!important;font-weight:900!important}
.cy-home-ai-chatbox-preview .cy-home-ai-response{flex:1;min-height:420px;max-height:560px;overflow:auto;padding:24px 22px 16px!important;background:linear-gradient(180deg,#f8fafc 0%,#f4f6f8 100%)!important}
.cy-home-ai-chatbox-preview .cy-chat-thread{display:flex;flex-direction:column;gap:16px;min-height:100%}
.cy-home-ai-chatbox-preview .cy-msg{max-width:min(74%,720px)!important;padding:16px 18px!important;border-radius:18px!important;font-size:16px!important;line-height:1.78!important;word-break:break-word;box-shadow:0 8px 24px rgba(18,22,30,.04)}
.cy-home-ai-chatbox-preview .cy-msg-ai{align-self:flex-start;background:#fff!important;border:1px solid rgba(18,22,30,.08)!important;color:#161a1f!important;border-top-left-radius:8px!important}
.cy-home-ai-chatbox-preview .cy-msg-user{align-self:flex-end;background:#14171d!important;color:#fff!important;border-top-right-radius:8px!important}
.cy-home-ai-chatbox-preview .cy-msg-thinking{display:inline-flex!important;align-items:center;gap:8px;color:#6b7580!important}
.cy-home-ai-chatbox-preview .cy-msg-thinking .cy-dot{width:6px;height:6px;border-radius:999px;background:#a1a8b1;display:inline-block;animation:cyDotPulse 1.15s infinite ease-in-out}
.cy-home-ai-chatbox-preview .cy-msg-thinking .cy-dot:nth-child(2){animation-delay:.12s}
.cy-home-ai-chatbox-preview .cy-msg-thinking .cy-dot:nth-child(3){animation-delay:.24s}
@keyframes cyDotPulse{0%,80%,100%{opacity:.35;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}
.cy-home-ai-chatbox-preview .cy-home-ai-inputrow{display:grid!important;grid-template-columns:minmax(0,1fr) 110px!important;gap:12px!important;padding:18px 22px 22px!important;border-top:1px solid rgba(18,22,30,.06)!important;background:rgba(255,255,255,.84)!important}
.cy-home-ai-chatbox-preview .cy-home-ai-inputrow input{height:56px!important;border-radius:18px!important;border:1px solid rgba(18,22,30,.09)!important;background:#fff!important;padding:0 18px!important;font-size:15px!important;color:#1a1f24!important;outline:none!important;box-shadow:inset 0 1px 2px rgba(16,18,22,.03)}
.cy-home-ai-chatbox-preview .cy-home-ai-inputrow input:focus{border-color:#b9c2cf!important;box-shadow:0 0 0 4px rgba(22,28,36,.06)!important}
.cy-home-ai-chatbox-preview .cy-home-ai-inputrow button{height:56px!important;border-radius:16px!important;border:0!important;background:#111317!important;color:#fff!important;font-size:15px!important;font-weight:900!important;cursor:pointer!important;transition:transform .18s ease, opacity .18s ease}
.cy-home-ai-chatbox-preview .cy-home-ai-inputrow button:hover{transform:translateY(-1px);opacity:.94}

@media(max-width:1280px){
  .cy-header-main{grid-template-columns:300px minmax(280px,1fr) auto!important}
  .cy-nav{gap:24px!important}
  .cy-bubble-products .cy-section-intro h2{font-size:48px}
}
@media(max-width:1080px){
  .cy-header-main{grid-template-columns:1fr!important;gap:14px!important}
  .cy-header-tools{justify-content:space-between!important}
  .cy-header-nav-row{grid-template-columns:1fr!important;height:auto!important;padding:10px 0 14px!important;gap:12px!important}
  .cy-nav{justify-self:start!important;gap:18px!important;overflow:auto;padding-bottom:4px}
  .cy-account-link{justify-self:start!important}
  .cy-bubble-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
  .cy-home-ai-static-wrap{grid-template-columns:1fr!important}
}
@media(max-width:900px){
  .cy-bubble-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .admin-bar .cy-header{top:0}
  .cy-header-main,.cy-header-nav-row{width:calc(100% - 28px)!important}
  .cy-brand strong{font-size:24px!important}
  .cy-brand em{font-size:12px!important}
  .cy-phone{padding:0 10px;font-size:12px}
  .cy-phone b{font-size:13px}
  .cy-search{height:44px!important}
  .cy-nav a::after{bottom:-8px}
  .cy-bubble-products .cy-section-intro h2{font-size:34px}
  .cy-bubble-products .cy-section-intro p{font-size:15px}
  .cy-bubble-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .cy-bubble-product-card{border-radius:22px!important}
  .cy-bubble-product-overlay{opacity:1!important;transform:none!important;padding:14px!important}
  .cy-bubble-product-overlay strong{font-size:16px!important}
  .cy-bubble-product-overlay p{font-size:12px!important;line-height:1.6!important}
  .cy-home-ai-static{padding:48px 0 52px!important}
  .cy-home-ai-prompts,.cy-home-ai-chatbox-preview{border-radius:22px!important}
  .cy-home-ai-chatbox-preview{min-height:unset!important}
  .cy-home-ai-chatbox-preview .cy-home-ai-chathead{grid-template-columns:48px 1fr!important;padding:14px 16px!important}
  .cy-home-ai-chatbox-preview .cy-home-ai-avatar{width:48px!important;height:48px!important;border-radius:14px!important}
  .cy-home-ai-chatbox-preview .cy-home-ai-open{grid-column:1 / -1;justify-self:start}
  .cy-home-ai-chatbox-preview .cy-home-ai-response{padding:16px!important;min-height:340px;max-height:none}
  .cy-home-ai-chatbox-preview .cy-msg{max-width:92%!important;font-size:15px!important;padding:13px 14px!important}
  .cy-home-ai-chatbox-preview .cy-home-ai-inputrow{grid-template-columns:minmax(0,1fr) 88px!important;padding:14px 16px 16px!important}
  .cy-home-ai-chatbox-preview .cy-home-ai-inputrow input,
  .cy-home-ai-chatbox-preview .cy-home-ai-inputrow button{height:50px!important;border-radius:14px!important}
}

/* ===== v11.4.7 ultra-minimal apple refinement ===== */
:root{
  --cy-glass-bg:rgba(255,255,255,.56);
  --cy-glass-bg-strong:rgba(255,255,255,.72);
  --cy-glass-border:rgba(255,255,255,.52);
  --cy-glass-shadow:0 12px 34px rgba(17,24,39,.08),0 1px 0 rgba(255,255,255,.9) inset;
}

.cy-header{
  background:rgba(251,251,252,.76)!important;
  border-bottom:1px solid rgba(17,24,39,.06)!important;
  box-shadow:none!important;
  backdrop-filter:saturate(170%) blur(22px);
  -webkit-backdrop-filter:saturate(170%) blur(22px);
}
.cy-header-main,.cy-header-nav-row{width:min(1360px,calc(100% - 72px))!important}
.cy-header-main{min-height:78px!important;grid-template-columns:310px minmax(420px,1fr) auto!important;gap:20px!important;padding:10px 0!important}
.cy-brand-mark{width:52px!important;height:52px!important;border-radius:16px!important;box-shadow:none!important}
.cy-brand strong{font-size:28px!important;font-weight:900!important;letter-spacing:-.065em!important}
.cy-brand em{font-size:13px!important;letter-spacing:-.01em!important;color:#5c6470!important}
.cy-search{height:44px!important;border-color:rgba(17,24,39,.08)!important;background:rgba(255,255,255,.62)!important;box-shadow:none!important}
.cy-search input{font-size:14px!important}
.cy-search button{width:52px!important}
.cy-header-tools{gap:10px!important}
.cy-lang-switch,.cy-phone,.cy-account-link{
  background:rgba(255,255,255,.62)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:none!important;
}
.cy-lang-switch{height:38px!important}
.cy-lang-switch a{height:26px!important;font-size:13px!important}
.cy-lang-switch a.active{background:#111!important}
.cy-phone{height:38px!important;padding:0 12px!important;font-size:13px!important}
.cy-phone b{font-size:15px!important}
.cy-header-nav-row{height:52px!important;border-top:1px solid rgba(17,24,39,.05)!important}
.cy-nav{gap:28px!important}
.cy-nav a{font-size:14px!important;color:#515964!important}
.cy-nav a::after{bottom:-16px!important;height:1.5px!important;background:#111!important}
.cy-account-link{height:36px!important;padding:0 14px!important;font-size:13px!important}

.cy-hero-arrow{
  width:52px!important;height:52px!important;border-radius:999px!important;
  background:rgba(255,255,255,.24)!important;border:1px solid rgba(255,255,255,.35)!important;
  color:#fff!important;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  box-shadow:0 10px 24px rgba(8,10,14,.16)!important;transition:transform .2s ease, background .2s ease, opacity .2s ease!important;
}
.cy-hero-arrow:hover{transform:translateY(-1px) scale(1.02)!important;background:rgba(255,255,255,.3)!important}
.cy-hero-arrow span{font-size:34px!important;line-height:1!important}
.cy-hero-pill{
  background:rgba(255,255,255,.22)!important;border:1px solid rgba(255,255,255,.32)!important;color:#fff!important;
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:none!important
}
.cy-hero-pill:hover{background:rgba(255,255,255,.3)!important;transform:translateY(-1px)!important}

.cy-bubble-products{padding:22px 0 84px!important;background:linear-gradient(180deg,#fbfbfc 0%,#f4f6f8 100%)!important}
.cy-bubble-products .cy-section-intro{margin-bottom:20px!important}
.cy-bubble-products .cy-section-intro h2{font-size:52px!important;letter-spacing:-.07em!important}
.cy-bubble-products .cy-section-intro p{font-size:17px!important;color:#727b87!important}
.cy-bubble-product-grid{gap:18px!important}
.cy-bubble-product-card{
  overflow:hidden!important;
  transform:translateY(0) scale(1)!important;
  transition:transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s cubic-bezier(.22,1,.36,1), filter .45s cubic-bezier(.22,1,.36,1)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.88) 0%,rgba(244,247,250,.82) 100%)!important;
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
}
.cy-bubble-product-card::before{opacity:1!important}
.cy-bubble-product-card::after{background:rgba(255,255,255,.56)!important;border:1px solid rgba(255,255,255,.48)!important;color:#111!important}
.cy-bubble-product-card:hover{
  transform:translateY(-6px) scale(1.015)!important;
  box-shadow:0 26px 60px rgba(17,24,39,.12),0 1px 0 rgba(255,255,255,.95) inset,0 0 0 1px rgba(17,24,39,.04)!important;
}
.cy-bubble-product-card .cy-bubble-product-media{background:linear-gradient(180deg,#fdfdfd 0%,#f2f4f7 100%)!important}
.cy-bubble-product-card .cy-bubble-product-media img{transition:transform .72s cubic-bezier(.22,1,.36,1), filter .72s cubic-bezier(.22,1,.36,1)!important}
.cy-bubble-product-card:hover .cy-bubble-product-media img{transform:scale(1.06)!important;filter:brightness(.76) saturate(1.06)!important}
.cy-bubble-product-overlay{
  opacity:0!important;transform:translateY(14px)!important;transition:opacity .32s ease,transform .42s cubic-bezier(.22,1,.36,1)!important;
  background:linear-gradient(180deg,rgba(15,18,24,0) 18%,rgba(15,18,24,.24) 42%,rgba(15,18,24,.86) 100%)!important;
}
.cy-bubble-product-card:hover .cy-bubble-product-overlay{opacity:1!important;transform:translateY(0)!important}
.cy-bubble-product-overlay strong{font-size:21px!important}
.cy-bubble-product-overlay p{font-size:13.5px!important;line-height:1.75!important;color:rgba(255,255,255,.92)!important}

.cy-home-ai-static{
  background:linear-gradient(180deg,#f3f5f7 0%,#edf1f4 100%)!important;
}
.cy-home-ai-prompts,
.cy-home-ai-chatbox-preview{
  background:rgba(255,255,255,.64)!important;
  border:1px solid rgba(255,255,255,.62)!important;
  box-shadow:var(--cy-glass-shadow)!important;
}
.cy-home-ai-prompts-head h2{font-size:32px!important}
.cy-home-ai-prompt-list button{
  background:rgba(255,255,255,.52)!important;
  border:1px solid rgba(17,24,39,.06)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.7) inset!important;
}
.cy-home-ai-chatbox-preview .cy-home-ai-chathead{padding:16px 20px!important;background:rgba(255,255,255,.52)!important}
.cy-home-ai-head-actions{display:flex;align-items:center;gap:10px;justify-self:end}
.cy-home-ai-clear{
  height:38px;border-radius:999px;border:1px solid rgba(17,24,39,.08);padding:0 14px;background:rgba(255,255,255,.66);color:#39414d;font-size:13px;font-weight:800;cursor:pointer;transition:all .2s ease
}
.cy-home-ai-clear:hover{background:#111;color:#fff;border-color:#111}
.cy-home-ai-chatbox-preview .cy-home-ai-response{background:linear-gradient(180deg,#f8fafb 0%,#f4f6f8 100%)!important}
.cy-home-ai-chatbox-preview .cy-msg{font-size:15px!important;line-height:1.82!important}
.cy-home-ai-chatbox-preview .cy-msg-user{background:#101318!important;box-shadow:0 10px 24px rgba(16,19,24,.12)!important}
.cy-home-ai-chatbox-preview .cy-msg-ai{background:rgba(255,255,255,.9)!important}
.cy-home-ai-chatbox-preview .cy-home-ai-inputrow input{background:rgba(255,255,255,.86)!important}

.cy-who-we-are{
  background:linear-gradient(180deg,#eef2f5 0%,#e8edf1 100%)!important;
  color:#111!important;
  padding:74px 0 86px!important;
}
.cy-who-bg{opacity:.17!important}
.cy-who-bg img{filter:none!important;object-position:center!important}
.cy-who-we-are .cy-section-intro.is-dark h2{color:#111!important}
.cy-red-block,
.cy-who-links a{
  background:rgba(255,255,255,.38)!important;
  border:1px solid rgba(255,255,255,.55)!important;
  box-shadow:var(--cy-glass-shadow)!important;
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
}
.cy-red-block{color:#111!important;border-radius:34px!important;min-height:430px!important}
.cy-red-block h3{color:#111!important;font-size:42px!important;letter-spacing:-.05em!important}
.cy-red-block p{color:#4c5561!important;margin-top:26px!important}
.cy-who-links a{color:#111!important;border-radius:28px!important;grid-template-columns:72px 1fr!important;min-height:104px!important;transition:transform .28s cubic-bezier(.22,1,.36,1), background .28s ease, box-shadow .28s ease!important}
.cy-who-links a span{
  width:48px!important;height:48px!important;border-radius:14px!important;background:rgba(255,255,255,.42)!important;border:1px solid rgba(17,24,39,.06)!important;color:#111!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)
}
.cy-who-links a b{font-size:20px!important;color:#111!important}
.cy-who-links a:hover{background:rgba(255,255,255,.54)!important;border-color:rgba(255,255,255,.72)!important;transform:translateY(-4px)!important;box-shadow:0 18px 36px rgba(17,24,39,.1)!important}
.cy-who-links a:hover span{background:rgba(255,255,255,.65)!important;border-color:rgba(17,24,39,.08)!important}

@media(max-width:1080px){
  .cy-header-main{grid-template-columns:1fr!important}
  .cy-header-tools{justify-content:space-between!important}
  .cy-header-nav-row{grid-template-columns:1fr!important}
  .cy-nav{justify-self:start!important}
}
@media(max-width:767px){
  .cy-header-main,.cy-header-nav-row{width:calc(100% - 28px)!important}
  .cy-header-main{padding:10px 0!important}
  .cy-brand strong{font-size:23px!important}
  .cy-search{height:42px!important}
  .cy-phone span{display:none}
  .cy-bubble-products .cy-section-intro h2{font-size:34px!important}
  .cy-home-ai-head-actions{grid-column:1 / -1;justify-self:start}
  .cy-red-block{min-height:auto!important;padding:30px 24px!important}
  .cy-red-block h3{font-size:30px!important}
}

/* ===== v11.4.8 apple-minimal-nav + chatgpt-like AI ===== */
:root{--cy-brand-ink:#3e4045;--cy-brand-ink-2:#50545b;--cy-line-soft:rgba(15,23,42,.08)}

.cy-header-apple-lite{
  background:rgba(250,250,251,.84)!important;
  backdrop-filter:saturate(180%) blur(26px)!important;
  -webkit-backdrop-filter:saturate(180%) blur(26px)!important;
  border-bottom:1px solid rgba(15,23,42,.06)!important;
  box-shadow:none!important;
}
.cy-header-main-apple{
  width:min(1380px,calc(100% - 72px))!important;
  min-height:88px!important;
  grid-template-columns:300px minmax(0,1fr) auto!important;
  gap:28px!important;
  align-items:center!important;
  padding:14px 0!important;
}
.cy-header-center{display:flex;align-items:center;gap:22px;min-width:0}
.cy-brand strong,
.cy-footer-brand-text strong{color:var(--cy-brand-ink)!important}
.cy-brand em,
.cy-footer-brand-text em{color:var(--cy-brand-ink-2)!important}
.cy-brand-mark{width:54px!important;height:54px!important;border-radius:16px!important}
.cy-brand strong{font-size:29px!important;letter-spacing:-.07em!important;font-weight:900!important}
.cy-brand em{font-size:13px!important;font-weight:700!important}
.cy-search{flex:1 1 520px!important;height:44px!important;background:rgba(255,255,255,.62)!important;border:1px solid rgba(17,24,39,.08)!important;border-radius:999px!important}
.cy-search input{font-size:14px!important;padding-left:22px!important}
.cy-search button{width:46px!important;color:#6b7280!important;background:transparent!important}
.cy-nav-inline{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:22px!important;flex:none!important}
.cy-nav-inline a{font-size:14px!important;font-weight:700!important;color:#4b5563!important;letter-spacing:-.01em!important;white-space:nowrap}
.cy-nav-inline a:hover{color:#111827!important}
.cy-nav-inline a::after{bottom:-12px!important;height:1.5px!important;background:#111827!important}
.cy-header-tools-compact{gap:0!important;justify-content:flex-end!important}
.cy-phone{height:40px!important;padding:0 14px!important;background:rgba(255,255,255,.64)!important;border:1px solid rgba(17,24,39,.08)!important;font-size:13px!important;color:#4b5563!important}
.cy-phone b{font-size:15px!important;color:#111827!important}

.cy-footer-3m{background:#fbfbfc!important;border-top:1px solid rgba(15,23,42,.06)!important}
.cy-footer-direct-phone{border-color:rgba(15,23,42,.1)!important}
.cy-footer-col a:hover,.cy-footer-legal a{color:var(--cy-brand-ink)!important}
.cy-footer-bottom-sign{color:#686f77!important}

/* hide old secondary nav artifacts if any */
.cy-header-nav-row,.cy-lang-switch,.cy-account-link{display:none!important}

/* AI section closer to ChatGPT */
.cy-home-ai-static{padding:78px 0 84px!important;background:#f7f7f8!important}
.cy-home-ai-static-wrap{grid-template-columns:280px minmax(0,1fr)!important;gap:24px!important;align-items:start!important}
.cy-home-ai-prompts,
.cy-home-ai-chatbox-preview{
  border-radius:26px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  background:#fff!important;
  box-shadow:0 8px 30px rgba(15,23,42,.05)!important;
  backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
}
.cy-home-ai-prompts{padding:22px 18px 18px!important;position:sticky;top:100px}
.cy-home-ai-prompts-head h2{font-size:34px!important;letter-spacing:-.05em!important;line-height:1.05!important;margin-bottom:10px!important}
.cy-home-ai-prompts-head p{font-size:15px!important;line-height:1.72!important;color:#6b7280!important;margin-bottom:16px!important}
.cy-home-ai-prompt-list{display:flex!important;flex-direction:column!important;gap:10px!important}
.cy-home-ai-prompt-list button{
  width:100%!important;text-align:left!important;line-height:1.55!important;
  padding:13px 14px!important;border-radius:16px!important;font-size:14px!important;font-weight:700!important;
  background:#f7f7f8!important;border:1px solid rgba(15,23,42,.06)!important;color:#1f2937!important;
  transition:all .22s ease!important;box-shadow:none!important
}
.cy-home-ai-prompt-list button:hover{background:#f0f1f3!important;border-color:rgba(15,23,42,.1)!important;transform:translateY(-1px)!important}
.cy-home-ai-note{margin-top:14px!important;font-size:12px!important;color:#8a9099!important;line-height:1.75!important}

.cy-home-ai-chatbox-preview{min-height:660px!important;display:grid!important;grid-template-rows:auto 1fr auto!important;overflow:hidden!important}
.cy-home-ai-chatbox-preview .cy-home-ai-chathead{padding:18px 22px!important;background:#fff!important;border-bottom:1px solid rgba(15,23,42,.06)!important;display:grid!important;grid-template-columns:auto 1fr auto!important;gap:14px!important;align-items:center!important}
.cy-home-ai-avatar{width:44px!important;height:44px!important;border-radius:14px!important;overflow:hidden!important}
.cy-home-ai-chatmeta strong{font-size:22px!important;letter-spacing:-.03em!important;color:#111827!important}
.cy-home-ai-chatmeta span{font-size:13px!important;color:#6b7280!important}
.cy-home-ai-head-actions{display:flex!important;align-items:center!important;gap:10px!important}
.cy-home-ai-clear,.cy-home-ai-open{
  height:36px!important;border-radius:999px!important;padding:0 14px!important;font-size:13px!important;font-weight:800!important
}
.cy-home-ai-clear{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;color:#4b5563!important}
.cy-home-ai-clear:hover{background:#111827!important;border-color:#111827!important;color:#fff!important}
.cy-home-ai-open{display:inline-flex!important;align-items:center!important;background:#eef8f0!important;color:#0f8a39!important;border:1px solid #d9f0de!important}
.cy-home-ai-open::before{content:'';width:8px;height:8px;border-radius:50%;background:#22c55e;display:inline-block;margin-right:8px}
.cy-home-ai-response{background:#fbfbfc!important;padding:22px!important;display:block!important;overflow:auto!important;min-height:420px!important}
.cy-chat-thread{display:flex!important;flex-direction:column!important;gap:14px!important}
.cy-msg{max-width:74%!important;padding:14px 16px!important;border-radius:18px!important;font-size:15px!important;line-height:1.82!important;white-space:pre-wrap!important;word-break:break-word!important}
.cy-msg-ai{align-self:flex-start!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;color:#1f2937!important;box-shadow:0 2px 8px rgba(15,23,42,.03)!important}
.cy-msg-user{align-self:flex-end!important;background:#111827!important;color:#fff!important;border:none!important;box-shadow:0 8px 20px rgba(17,24,39,.12)!important}
.cy-msg-thinking{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#6b7280!important}
.cy-msg-thinking .cy-dot{width:6px!important;height:6px!important;background:#9ca3af!important;border-radius:999px!important}
.cy-home-ai-inputrow{padding:18px 22px 22px!important;background:#fff!important;border-top:1px solid rgba(15,23,42,.06)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:end!important}
.cy-home-ai-inputrow input{
  height:56px!important;border-radius:18px!important;border:1px solid rgba(15,23,42,.08)!important;background:#fff!important;padding:0 18px!important;font-size:15px!important;box-shadow:inset 0 1px 2px rgba(15,23,42,.03)!important
}
.cy-home-ai-inputrow input:focus{border-color:#c7ccd3!important;box-shadow:0 0 0 4px rgba(15,23,42,.04)!important}
.cy-home-ai-inputrow button{height:56px!important;min-width:96px!important;border-radius:18px!important;background:#111827!important;color:#fff!important;font-size:15px!important;font-weight:900!important}
.cy-home-ai-inputrow button:hover{background:#1f2937!important}

/* product bubbles more premium */
.cy-bubble-products{background:#fbfbfc!important;padding:18px 0 86px!important}
.cy-bubble-product-grid{gap:20px!important}
.cy-bubble-product-card{
  border-radius:30px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.84) 0%,rgba(247,248,250,.92) 100%)!important;
  border:1px solid rgba(15,23,42,.07)!important;
  box-shadow:0 10px 30px rgba(15,23,42,.05),0 1px 0 rgba(255,255,255,.95) inset!important;
}
.cy-bubble-product-card::before{display:none!important}
.cy-bubble-product-card::after{
  content:'详情'!important;
  position:absolute!important;top:14px!important;right:14px!important;left:auto!important;bottom:auto!important;
  width:auto!important;height:32px!important;padding:0 12px!important;border-radius:999px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:rgba(255,255,255,.74)!important;border:1px solid rgba(15,23,42,.08)!important;color:#111827!important;font-size:12px!important;font-weight:800!important;backdrop-filter:blur(10px)!important
}
.cy-bubble-product-card .cy-bubble-product-media{border-radius:30px!important;background:linear-gradient(180deg,#fdfdfd 0%,#f3f5f7 100%)!important}
.cy-bubble-product-card .cy-bubble-product-media img{object-fit:cover!important}
.cy-bubble-product-overlay{padding:26px 22px 22px!important;border-radius:0 0 30px 30px!important;background:linear-gradient(180deg,rgba(9,12,18,0) 24%,rgba(9,12,18,.2) 42%,rgba(9,12,18,.82) 100%)!important}
.cy-bubble-product-overlay strong{font-size:22px!important;letter-spacing:-.03em!important}
.cy-bubble-product-overlay p{font-size:13px!important;line-height:1.76!important}
.cy-bubble-product-card:hover{transform:translateY(-7px) scale(1.018)!important;box-shadow:0 22px 54px rgba(15,23,42,.11),0 1px 0 rgba(255,255,255,.95) inset!important}

@media(max-width:1240px){
  .cy-header-main-apple{grid-template-columns:270px minmax(0,1fr)!important}
  .cy-header-tools-compact{grid-column:2;justify-content:flex-start!important}
  .cy-header-center{flex-wrap:wrap!important}
}
@media(max-width:980px){
  .cy-header-main-apple{width:calc(100% - 28px)!important;grid-template-columns:1fr!important;gap:14px!important}
  .cy-header-center{flex-direction:column!important;align-items:stretch!important;gap:10px!important}
  .cy-nav-inline{justify-content:flex-start!important;flex-wrap:wrap!important;gap:18px!important}
  .cy-home-ai-static-wrap{grid-template-columns:1fr!important}
  .cy-home-ai-prompts{position:static!important}
}
@media(max-width:767px){
  .cy-header-main-apple{min-height:auto!important;padding:12px 0!important}
  .cy-brand strong{font-size:25px!important}
  .cy-phone span{display:none!important}
  .cy-home-ai-chatmeta strong{font-size:18px!important}
  .cy-home-ai-chatbox-preview{min-height:580px!important}
  .cy-msg{max-width:88%!important}
}

/* ===== v11.4.9 apple nav refined + chatgpt-like + glass company ===== */
:root{
  --cy-apple-bg:rgba(250,250,252,.8);
  --cy-apple-line:rgba(17,24,39,.07);
  --cy-brand-ink:#3f434a;
  --cy-brand-ink-2:#5a5f67;
}

/* Header: closer to Apple official feel */
.cy-header-apple-lite{
  background:var(--cy-apple-bg)!important;
  backdrop-filter:saturate(180%) blur(34px)!important;
  -webkit-backdrop-filter:saturate(180%) blur(34px)!important;
  border-bottom:1px solid var(--cy-apple-line)!important;
}
.cy-header-main-apple{
  width:min(1360px,calc(100% - 56px))!important;
  min-height:80px!important;
  grid-template-columns:280px minmax(0,1fr) auto!important;
  gap:24px!important;
}
.cy-brand{gap:12px!important}
.cy-brand-mark{width:50px!important;height:50px!important;border-radius:15px!important;box-shadow:none!important}
.cy-brand-text{gap:2px!important}
.cy-brand strong{font-size:28px!important;font-weight:900!important;letter-spacing:-.06em!important;color:var(--cy-brand-ink)!important}
.cy-brand em{font-size:12px!important;font-weight:700!important;letter-spacing:-.01em!important;color:var(--cy-brand-ink-2)!important}
.cy-header-center{gap:16px!important}
.cy-search{height:42px!important;flex:1 1 560px!important;background:rgba(255,255,255,.6)!important;border:1px solid var(--cy-apple-line)!important;box-shadow:none!important}
.cy-search input{font-size:14px!important;color:#374151!important}
.cy-search button{width:42px!important;color:#6b7280!important}
.cy-nav-inline{gap:10px!important}
.cy-nav-inline a{
  font-size:14px!important;font-weight:700!important;color:#5d6672!important;letter-spacing:-.01em!important;
  padding:8px 10px!important;border-radius:999px!important;transition:background .22s ease,color .22s ease,transform .22s ease!important
}
.cy-nav-inline a::after{display:none!important}
.cy-nav-inline a:hover{background:rgba(17,24,39,.05)!important;color:#111827!important;transform:translateY(-1px)!important}
.cy-phone{height:38px!important;padding:0 12px!important;background:rgba(255,255,255,.62)!important;border:1px solid var(--cy-apple-line)!important;border-radius:999px!important}

/* Hero buttons more restrained glass */
.cy-hero-caption-min{left:26px!important;bottom:24px!important}
.cy-hero-actions{gap:12px!important;padding:14px!important;background:rgba(49,52,58,.42)!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:28px!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}
.cy-hero-pill{height:50px!important;min-width:190px!important;border:none!important;background:rgba(255,255,255,.2)!important;color:#fff!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24)!important}
.cy-hero-pill:first-child{background:rgba(255,255,255,.88)!important;color:#111827!important}
.cy-hero-arrow{width:50px!important;height:50px!important;background:rgba(255,255,255,.18)!important;border:1px solid rgba(255,255,255,.16)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}

/* Product cards: smoother and more premium */
.cy-bubble-products{background:#f5f5f7!important;padding-top:20px!important}
.cy-section-intro.is-center{margin-bottom:26px!important}
.cy-bubble-product-grid{gap:22px!important}
.cy-bubble-product-card{
  background:linear-gradient(180deg,rgba(255,255,255,.82) 0%,rgba(248,249,251,.96) 100%)!important;
  border:1px solid rgba(17,24,39,.06)!important;
  box-shadow:0 12px 38px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.cy-bubble-product-card .cy-bubble-product-media{background:linear-gradient(180deg,#ffffff 0%,#f4f6f8 100%)!important}
.cy-bubble-product-card .cy-bubble-product-media img{transition:transform .65s cubic-bezier(.22,1,.36,1),filter .45s ease!important}
.cy-bubble-product-card .cy-bubble-product-overlay{
  opacity:0!important;transform:translateY(12px)!important;
  transition:opacity .28s ease,transform .38s cubic-bezier(.22,1,.36,1)!important;
}
.cy-bubble-product-card:hover .cy-bubble-product-media img{transform:scale(1.045)!important;filter:saturate(1.02) contrast(1.03)!important}
.cy-bubble-product-card:hover .cy-bubble-product-overlay{opacity:1!important;transform:translateY(0)!important}
.cy-bubble-product-card:hover{transform:translateY(-8px) scale(1.02)!important;box-shadow:0 22px 58px rgba(15,23,42,.12)!important}

/* AI area: closer to ChatGPT web */
.cy-home-ai-static{background:#f7f7f8!important;padding:78px 0 88px!important}
.cy-home-ai-static-wrap{grid-template-columns:300px minmax(0,1fr)!important;gap:24px!important;align-items:start!important}
.cy-home-ai-prompts,
.cy-home-ai-chatbox-preview{
  background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:24px!important;box-shadow:0 10px 34px rgba(15,23,42,.05)!important
}
.cy-home-ai-prompts{padding:22px 18px 18px!important;position:sticky;top:94px!important}
.cy-home-ai-prompts-head h2{font-size:34px!important;letter-spacing:-.05em!important;color:#111827!important;margin-bottom:10px!important}
.cy-home-ai-prompts-head p{font-size:15px!important;line-height:1.75!important;color:#6b7280!important}
.cy-home-ai-prompt-list button{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:16px!important;padding:13px 14px!important;font-size:14px!important;line-height:1.6!important;color:#111827!important;font-weight:700!important;box-shadow:none!important}
.cy-home-ai-prompt-list button:hover{background:#f7f7f8!important;border-color:rgba(15,23,42,.12)!important}
.cy-home-ai-note{font-size:12px!important;color:#8b919b!important}

.cy-home-ai-chatbox-preview{min-height:670px!important;display:grid!important;grid-template-rows:auto 1fr auto!important;overflow:hidden!important}
.cy-home-ai-chathead{padding:16px 20px!important;display:grid!important;grid-template-columns:auto 1fr auto!important;gap:14px!important;align-items:center!important;background:#fff!important;border-bottom:1px solid rgba(15,23,42,.06)!important}
.cy-home-ai-avatar{width:42px!important;height:42px!important;border-radius:14px!important;overflow:hidden!important}
.cy-home-ai-chatmeta strong{font-size:20px!important;letter-spacing:-.03em!important;color:#111827!important}
.cy-home-ai-chatmeta span{font-size:13px!important;color:#6b7280!important}
.cy-home-ai-head-actions{gap:10px!important}
.cy-home-ai-clear,
.cy-home-ai-open{height:36px!important;border-radius:999px!important;padding:0 14px!important;font-size:13px!important;font-weight:800!important}
.cy-home-ai-clear{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;color:#4b5563!important}
.cy-home-ai-clear:hover{background:#111827!important;border-color:#111827!important;color:#fff!important}
.cy-home-ai-open{background:#eefbf1!important;border:1px solid #d8f1df!important;color:#0d8b39!important}
.cy-home-ai-open::before{content:'';display:inline-block;width:8px;height:8px;border-radius:50%;background:#22c55e;margin-right:8px}
.cy-home-ai-response{padding:28px 24px!important;background:#f7f7f8!important;overflow:auto!important}
.cy-chat-thread{display:flex!important;flex-direction:column!important;gap:16px!important}
.cy-msg{max-width:76%!important;padding:14px 16px!important;border-radius:18px!important;font-size:15px!important;line-height:1.82!important;white-space:pre-wrap!important}
.cy-msg-ai{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;color:#1f2937!important;align-self:flex-start!important;box-shadow:0 2px 8px rgba(15,23,42,.03)!important}
.cy-msg-user{background:#111827!important;color:#fff!important;align-self:flex-end!important;box-shadow:0 10px 22px rgba(17,24,39,.12)!important}
.cy-msg-typing,.cy-msg-thinking{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#6b7280!important}
.cy-dot{width:6px!important;height:6px!important;border-radius:999px!important;background:#9ca3af!important;animation:cyTypingBounce 1.1s infinite ease-in-out}
.cy-dot:nth-child(2){animation-delay:.12s}
.cy-dot:nth-child(3){animation-delay:.24s}
@keyframes cyTypingBounce{0%,80%,100%{transform:translateY(0);opacity:.45}40%{transform:translateY(-4px);opacity:1}}
.cy-home-ai-inputrow{padding:18px 22px 22px!important;background:#fff!important;border-top:1px solid rgba(15,23,42,.06)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important}
.cy-home-ai-inputrow input{height:56px!important;border-radius:18px!important;border:1px solid rgba(15,23,42,.08)!important;background:#fff!important;padding:0 18px!important;font-size:15px!important;color:#111827!important}
.cy-home-ai-inputrow input:focus{border-color:#cfd4dc!important;box-shadow:0 0 0 4px rgba(15,23,42,.04)!important}
.cy-home-ai-inputrow button{height:56px!important;min-width:96px!important;border-radius:18px!important;background:#111827!important;color:#fff!important;font-size:15px!important;font-weight:900!important;box-shadow:none!important}
.cy-home-ai-inputrow button:hover{background:#1f2937!important}

/* Company section remove red, use glass bubbles */
.cy-who-we-are{background:#f5f5f7!important;color:#111827!important;padding:82px 0 92px!important}
.cy-who-bg::after{background:linear-gradient(180deg,rgba(245,245,247,.68) 0%,rgba(245,245,247,.9) 100%)!important}
.cy-who-we-are .cy-section-intro.is-dark h2{color:#111827!important}
.cy-red-block,
.cy-who-links a{
  background:rgba(255,255,255,.66)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
  box-shadow:0 10px 36px rgba(15,23,42,.06)!important;
}
.cy-red-block{color:#111827!important;border-radius:34px!important;min-height:438px!important;padding:42px 42px!important}
.cy-red-block h3{color:#111827!important;font-size:40px!important;line-height:1.14!important;letter-spacing:-.05em!important}
.cy-red-block p{color:#4b5563!important;font-size:17px!important;line-height:1.9!important;margin-top:24px!important}
.cy-who-links{display:grid!important;grid-template-columns:repeat(2,minmax(220px,1fr))!important;gap:18px!important}
.cy-who-links a{color:#111827!important;border-radius:26px!important;min-height:98px!important;grid-template-columns:68px 1fr!important}
.cy-who-links a span{background:rgba(255,255,255,.76)!important;border:1px solid rgba(17,24,39,.08)!important;color:#111827!important}
.cy-who-links a b{color:#111827!important;font-size:19px!important}
.cy-who-links a:hover{background:rgba(255,255,255,.82)!important;transform:translateY(-4px)!important;box-shadow:0 20px 44px rgba(15,23,42,.1)!important}

@media(max-width:980px){
  .cy-header-main-apple{width:calc(100% - 24px)!important;grid-template-columns:1fr!important;gap:12px!important}
  .cy-header-tools-compact{justify-content:flex-start!important}
  .cy-header-center{flex-direction:column!important;align-items:stretch!important}
  .cy-nav-inline{flex-wrap:wrap!important}
  .cy-home-ai-static-wrap{grid-template-columns:1fr!important}
  .cy-home-ai-prompts{position:static!important}
  .cy-who-links{grid-template-columns:1fr!important}
}
@media(max-width:767px){
  .cy-brand strong{font-size:25px!important}
  .cy-brand em{font-size:11px!important}
  .cy-hero-caption-min{left:14px!important;right:14px!important;bottom:14px!important}
  .cy-hero-actions{width:auto!important}
  .cy-hero-pill{min-width:0!important;flex:1!important}
  .cy-home-ai-chatbox-preview{min-height:580px!important}
  .cy-msg{max-width:88%!important}
  .cy-red-block{padding:28px 24px!important;min-height:auto!important}
  .cy-red-block h3{font-size:30px!important}
  .cy-red-block p{font-size:15px!important}
}

/* ===== v11.5.0 mobile homepage refinement ===== */
.cy-mobile-nav-toggle,
.cy-mobile-nav-drawer,
.cy-home-ai-mobile-inline{display:none}

@media (max-width: 767px){
  html.cy-mobile-nav-open,
  body.cy-mobile-nav-open{overflow:hidden}

  .cy-header-apple-lite{
    position:sticky!important;
    top:0!important;
    z-index:1200!important;
    background:rgba(250,250,252,.92)!important;
    backdrop-filter:saturate(180%) blur(24px)!important;
    -webkit-backdrop-filter:saturate(180%) blur(24px)!important;
  }
  .cy-header-main-apple{
    width:calc(100% - 24px)!important;
    min-height:64px!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:12px!important;
    padding:10px 0!important;
    align-items:center!important;
  }
  .cy-brand{
    min-width:0!important;
    gap:10px!important;
  }
  .cy-brand-mark{width:42px!important;height:42px!important;border-radius:13px!important}
  .cy-brand-text{min-width:0!important}
  .cy-brand strong{
    font-size:20px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .cy-brand em{font-size:11px!important;line-height:1.15!important}
  .cy-header-center,
  .cy-header-tools{display:none!important}

  .cy-mobile-nav-toggle{
    display:inline-flex!important;
    width:42px!important;height:42px!important;
    border-radius:999px!important;
    border:1px solid rgba(15,23,42,.08)!important;
    background:rgba(255,255,255,.82)!important;
    align-items:center!important;justify-content:center!important;
    position:relative!important;
    box-shadow:0 6px 18px rgba(15,23,42,.06)!important;
  }
  .cy-mobile-nav-toggle span{
    position:absolute!important;
    width:16px!important;height:1.8px!important;
    background:#111827!important;
    border-radius:999px!important;
    transition:transform .24s ease, opacity .24s ease!important;
  }
  .cy-mobile-nav-toggle span:first-child{transform:translateY(-4px)!important}
  .cy-mobile-nav-toggle span:last-child{transform:translateY(4px)!important}
  .cy-mobile-nav-toggle.is-open span:first-child{transform:rotate(45deg)!important}
  .cy-mobile-nav-toggle.is-open span:last-child{transform:rotate(-45deg)!important}

  .cy-mobile-nav-drawer{
    display:block!important;
    position:fixed!important;
    inset:65px 0 0 0!important;
    z-index:1195!important;
    background:rgba(245,247,250,.74)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:opacity .22s ease!important;
  }
  .cy-mobile-nav-drawer.is-open{opacity:1!important;pointer-events:auto!important}
  .cy-mobile-nav-panel{
    width:calc(100% - 24px)!important;
    margin:14px auto 0!important;
    background:rgba(255,255,255,.92)!important;
    border:1px solid rgba(15,23,42,.08)!important;
    border-radius:24px!important;
    padding:16px!important;
    box-shadow:0 18px 42px rgba(15,23,42,.12)!important;
  }
  .cy-search-mobile{display:flex!important;height:48px!important;margin-bottom:14px!important}
  .cy-mobile-drawer-links{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .cy-mobile-drawer-links a,
  .cy-mobile-drawer-phone{
    display:flex!important;align-items:center!important;justify-content:center!important;
    min-height:46px!important;
    border-radius:16px!important;
    border:1px solid rgba(15,23,42,.08)!important;
    background:#fff!important;
    color:#111827!important;
    font-size:15px!important;
    font-weight:800!important;
  }
  .cy-mobile-drawer-phone{margin-top:12px!important}

  .cy-hero-3m{padding-top:8px!important}
  .cy-hero-frame{width:calc(100% - 24px)!important;border-radius:28px!important;overflow:hidden!important}
  .cy-hero-3m .cy-hero-slider{aspect-ratio: 4 / 4.9!important;min-height:0!important}
  .cy-hero-arrow{width:42px!important;height:42px!important}
  .cy-hero-caption-min{left:12px!important;right:12px!important;bottom:12px!important}
  .cy-hero-actions{width:100%!important;padding:10px!important;gap:10px!important;border-radius:22px!important}
  .cy-hero-pill{min-width:0!important;flex:1 1 0!important;height:44px!important;font-size:15px!important;border-radius:999px!important}

  .cy-bubble-products{padding-top:28px!important}
  .cy-bubble-product-grid{gap:14px!important}

  .cy-home-ai-static{padding:38px 0 44px!important}
  .cy-home-ai-static-wrap{display:block!important}
  .cy-home-ai-prompts{display:none!important}
  .cy-home-ai-chatbox-preview{
    display:grid!important;
    grid-template-rows:auto auto 1fr auto!important;
    min-height:560px!important;
    border-radius:24px!important;
  }
  .cy-home-ai-chatbox-preview .cy-home-ai-chathead{
    grid-template-columns:44px 1fr!important;
    gap:12px!important;
    padding:14px 14px 12px!important;
  }
  .cy-home-ai-chatbox-preview .cy-home-ai-chatmeta strong{font-size:19px!important}
  .cy-home-ai-chatbox-preview .cy-home-ai-chatmeta span{font-size:12px!important}
  .cy-home-ai-head-actions{grid-column:1 / -1!important;justify-self:start!important;gap:8px!important}
  .cy-home-ai-clear,
  .cy-home-ai-open{height:34px!important;padding:0 12px!important;font-size:12px!important;border-radius:999px!important}

  .cy-home-ai-mobile-inline{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    padding:0 14px 14px!important;
    background:#fff!important;
  }
  .cy-home-ai-mobile-inline .cy-quick{
    min-height:42px!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    border:1px solid rgba(15,23,42,.08)!important;
    background:#f7f7f8!important;
    color:#374151!important;
    font-size:12px!important;
    font-weight:700!important;
    line-height:1.35!important;
    text-align:left!important;
    box-shadow:none!important;
    display:flex!important;
    align-items:center!important;
  }
  .cy-home-ai-chatbox-preview .cy-home-ai-response{
    min-height:230px!important;
    padding:14px!important;
  }
  .cy-home-ai-chatbox-preview .cy-chat-thread{gap:10px!important}
  .cy-home-ai-chatbox-preview .cy-msg{max-width:94%!important;font-size:14px!important;line-height:1.7!important;padding:12px 13px!important}
  .cy-home-ai-chatbox-preview .cy-home-ai-inputrow{
    grid-template-columns:minmax(0,1fr) 78px!important;
    gap:8px!important;
    padding:12px 14px 14px!important;
  }
  .cy-home-ai-chatbox-preview .cy-home-ai-inputrow input,
  .cy-home-ai-chatbox-preview .cy-home-ai-inputrow button{
    height:46px!important;
    border-radius:14px!important;
    font-size:14px!important;
  }

  .cy-who-we-are{padding:44px 0 56px!important}
  .cy-who-grid{gap:16px!important}
  .cy-red-block{padding:22px 20px!important;border-radius:24px!important}
  .cy-red-block h3{font-size:26px!important;line-height:1.12!important;margin-bottom:12px!important}
  .cy-red-block p{font-size:14px!important;line-height:1.85!important;margin-top:12px!important}
  .cy-who-links{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .cy-who-links a{
    min-height:78px!important;
    grid-template-columns:1fr!important;
    place-items:center!important;
    border-radius:22px!important;
    padding:12px!important;
  }
  .cy-who-links a b{display:none!important}
  .cy-who-links a span{
    width:42px!important;height:42px!important;
    border-radius:14px!important;
    font-size:22px!important;
  }

  .cy-footer-topbar,.cy-footer-cols,.cy-footer-bottom{width:calc(100% - 24px)!important}
  .cy-footer-3m{padding:28px 0 92px!important}
  .cy-footer-topbar{margin-bottom:18px!important;padding-bottom:18px!important}
  .cy-footer-cols{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:16px 14px!important;
    padding-bottom:22px!important;
  }
  .cy-footer-col{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    align-content:flex-start!important;
  }
  .cy-footer-col h3{width:100%!important;margin:0 0 4px!important;font-size:14px!important;letter-spacing:.04em!important}
  .cy-footer-col a{
    display:inline-flex!important;
    align-items:center!important;
    width:calc(50% - 4px)!important;
    min-height:34px!important;
    margin:0!important;
    padding:0 10px!important;
    border-radius:999px!important;
    background:#f5f5f7!important;
    border:1px solid rgba(15,23,42,.06)!important;
    font-size:13px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .cy-footer-qr{display:none!important}
  .cy-footer-bottom{grid-template-columns:1fr!important;gap:12px!important}
  .cy-footer-legal{font-size:13px!important;line-height:1.7!important}

  .cy-mobile-bar{
    left:10px!important;right:10px!important;bottom:10px!important;
    gap:8px!important;padding:8px!important;
    border-radius:20px!important;
    border:1px solid rgba(15,23,42,.08)!important;
    background:rgba(255,255,255,.92)!important;
    backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;
    box-shadow:0 12px 32px rgba(15,23,42,.12)!important;
  }
  .cy-mobile-bar a{
    height:42px!important;
    border-radius:14px!important;
    font-size:15px!important;
  }
  .cy-mobile-bar a:first-child{background:#111827!important;color:#fff!important}
  .cy-mobile-bar a:last-child{border:1px solid rgba(15,23,42,.08)!important;background:#fff!important;color:#111827!important}
}

/* ===== v11.5.1 mobile Apple drawer + first-tap product reveal ===== */
@media (max-width: 767px){
  .cy-header-apple-lite{
    background:rgba(251,251,253,.96)!important;
    border-bottom:1px solid rgba(60,60,67,.13)!important;
    box-shadow:0 1px 0 rgba(255,255,255,.85) inset!important;
  }
  .cy-header-main-apple{
    min-height:58px!important;
    width:calc(100% - 28px)!important;
    padding:8px 0!important;
  }
  .cy-brand-mark{width:38px!important;height:38px!important;border-radius:11px!important}
  .cy-brand strong{font-size:19px!important;color:#1d1d1f!important;letter-spacing:-.06em!important}
  .cy-brand em{font-size:10.5px!important;color:#6e6e73!important;font-weight:700!important}
  .cy-mobile-nav-toggle{
    width:40px!important;height:40px!important;
    background:rgba(255,255,255,.72)!important;
    border:1px solid rgba(60,60,67,.14)!important;
    box-shadow:0 10px 30px rgba(0,0,0,.06)!important;
  }
  .cy-mobile-nav-toggle span{height:1.6px!important;width:15px!important;background:#1d1d1f!important}

  .cy-mobile-nav-drawer{
    inset:58px 0 0 0!important;
    background:rgba(251,251,253,.98)!important;
    backdrop-filter:saturate(180%) blur(26px)!important;
    -webkit-backdrop-filter:saturate(180%) blur(26px)!important;
    transform:translateY(-8px)!important;
    transition:opacity .24s ease, transform .24s cubic-bezier(.22,1,.36,1)!important;
  }
  .cy-mobile-nav-drawer.is-open{transform:translateY(0)!important}
  .cy-mobile-nav-panel{
    width:100%!important;
    margin:0!important;
    padding:18px 24px 28px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .cy-search-mobile{
    height:46px!important;
    margin:0 0 22px!important;
    border-radius:14px!important;
    background:#f2f2f7!important;
    border:0!important;
    box-shadow:none!important;
  }
  .cy-search-mobile input{
    font-size:15px!important;
    color:#1d1d1f!important;
    padding-left:14px!important;
  }
  .cy-search-mobile button{width:44px!important;color:#6e6e73!important}
  .cy-mobile-drawer-links{
    display:block!important;
    border-top:1px solid rgba(60,60,67,.13)!important;
  }
  .cy-mobile-drawer-links a,
  .cy-mobile-drawer-phone{
    min-height:54px!important;
    justify-content:space-between!important;
    border:0!important;
    border-bottom:1px solid rgba(60,60,67,.13)!important;
    border-radius:0!important;
    background:transparent!important;
    padding:0!important;
    color:#1d1d1f!important;
    font-size:22px!important;
    line-height:1.1!important;
    font-weight:800!important;
    letter-spacing:-.03em!important;
  }
  .cy-mobile-drawer-links a::after,
  .cy-mobile-drawer-phone::after{content:'›';font-size:28px;font-weight:300;color:#86868b;line-height:1}
  .cy-mobile-drawer-phone{margin-top:0!important}

  .cy-bubble-product-card .cy-bubble-product-overlay{
    opacity:0!important;
    transform:translateY(14px)!important;
    transition:opacity .28s cubic-bezier(.22,1,.36,1), transform .28s cubic-bezier(.22,1,.36,1)!important;
  }
  .cy-bubble-product-card.is-open .cy-bubble-product-overlay,
  .cy-bubble-product-card.is-revealed .cy-bubble-product-overlay{
    opacity:1!important;
    transform:translateY(0)!important;
  }
  .cy-bubble-product-card.is-open .cy-bubble-product-media img,
  .cy-bubble-product-card.is-revealed .cy-bubble-product-media img{
    transform:scale(1.045)!important;
    filter:brightness(.72) saturate(1.04)!important;
  }
  .cy-bubble-product-card.is-open::after,
  .cy-bubble-product-card.is-revealed::after{
    opacity:1!important;
    transform:translateY(0)!important;
  }
  .cy-bubble-product-card.is-open,
  .cy-bubble-product-card.is-revealed{
    box-shadow:0 18px 48px rgba(15,23,42,.12),0 1px 0 rgba(255,255,255,.95) inset!important;
  }
}

/* ===== v11.5.2 solid mobile drawer + tap-only product reveal ===== */
@media (max-width: 767px){
  .cy-mobile-nav-drawer{
    background:#fbfbfd!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .cy-mobile-nav-panel{
    background:#fbfbfd!important;
  }
  .cy-mobile-drawer-links a,
  .cy-mobile-drawer-phone{
    background:#fbfbfd!important;
  }
  .cy-bubble-product-card.is-revealed .cy-bubble-product-overlay{
    opacity:0!important;
    transform:translateY(14px)!important;
  }
  .cy-bubble-product-card.is-revealed .cy-bubble-product-media img{
    transform:none!important;
    filter:none!important;
  }
  .cy-bubble-product-card.is-revealed::after{
    opacity:0!important;
    transform:translateY(0)!important;
  }
  .cy-bubble-product-card.is-open .cy-bubble-product-overlay{
    opacity:1!important;
    transform:translateY(0)!important;
  }
  .cy-bubble-product-card.is-open .cy-bubble-product-media img{
    transform:scale(1.045)!important;
    filter:brightness(.72) saturate(1.04)!important;
  }
  .cy-bubble-product-card.is-open::after{
    opacity:1!important;
    transform:translateY(0)!important;
  }
}


/* ===== v11.5.3 product center cards ===== */
.cy-product-center-page{
  background:#f6f7f9!important;
  min-height:100vh!important;
}
.cy-product-center-hero{
  padding:62px 0 20px!important;
  background:linear-gradient(180deg,#f8f8fa 0%,#f6f7f9 100%)!important;
}
.cy-product-center-hero-wrap{
  align-items:flex-end!important;
}
.cy-product-center-copy{
  max-width:760px!important;
}
.cy-product-center-kicker{
  display:inline-flex!important;
  align-items:center!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(17,24,39,.07)!important;
  color:#7b818b!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
  margin-bottom:18px!important;
}
.cy-product-center-copy h1{
  margin:0!important;
  font-size:64px!important;
  line-height:.98!important;
  letter-spacing:-.06em!important;
  font-weight:900!important;
  color:#121722!important;
}
.cy-product-center-copy p{
  margin:18px 0 0!important;
  font-size:16px!important;
  line-height:1.8!important;
  color:#6b7280!important;
}
.cy-product-center-cards-section{padding:18px 0 86px!important}
.cy-product-center-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
}
.cy-product-center-card{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  border-radius:32px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(246,247,249,.98) 100%)!important;
  border:1px solid rgba(17,24,39,.06)!important;
  box-shadow:0 12px 34px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.96)!important;
  transition:transform .32s cubic-bezier(.22,1,.36,1), box-shadow .32s cubic-bezier(.22,1,.36,1)!important;
}
.cy-product-center-card:hover{
  transform:translateY(-6px) scale(1.015)!important;
  box-shadow:0 22px 50px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.96)!important;
}
.cy-product-center-card-media{
  position:relative!important;
  aspect-ratio:1 / 1.04!important;
  background:linear-gradient(180deg,#fbfbfc 0%,#eef1f4 100%)!important;
}
.cy-product-center-card-media img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.cy-product-center-card-label{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  padding:56px 18px 18px!important;
  background:linear-gradient(180deg,rgba(8,12,18,0) 0%,rgba(8,12,18,.18) 35%,rgba(8,12,18,.82) 100%)!important;
}
.cy-product-center-card-label span{
  display:block!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
  text-shadow:0 2px 14px rgba(0,0,0,.26)!important;
}
.cy-product-center-pagination{
  margin-top:34px!important;
}
.cy-product-center-pagination .page-numbers{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:40px!important;
  height:40px!important;
  margin:0 6px 6px 0!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  color:#111827!important;
  font-weight:700!important;
}
.cy-product-center-pagination .page-numbers.current,
.cy-product-center-pagination .page-numbers:hover{
  background:#111827!important;
  color:#fff!important;
  border-color:#111827!important;
}
@media(max-width:1280px){
  .cy-product-center-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .cy-product-center-copy h1{font-size:52px!important}
  .cy-product-center-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .cy-product-center-hero{padding:28px 0 12px!important}
  .cy-product-center-kicker{padding:7px 12px!important;font-size:11px!important;letter-spacing:.14em!important;margin-bottom:14px!important}
  .cy-product-center-copy h1{font-size:38px!important;line-height:1.02!important}
  .cy-product-center-copy p{font-size:14px!important;line-height:1.72!important}
  .cy-product-center-cards-section{padding:14px 0 56px!important}
  .cy-product-center-grid{gap:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .cy-product-center-card{border-radius:24px!important}
  .cy-product-center-card-media{aspect-ratio:1 / 1.08!important}
  .cy-product-center-card-label{padding:40px 12px 12px!important}
  .cy-product-center-card-label span{font-size:16px!important;line-height:1.24!important}
}


/* ===== v11.5.4 refined detail page ===== */
.cy-detail-page{
  background:linear-gradient(180deg,#f8f8fa 0%,#f5f6f8 100%)!important;
  min-height:100vh!important;
}
.cy-detail-hero{
  padding:54px 0 34px!important;
}
.cy-detail-hero-wrap{
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;
  gap:34px!important;
  align-items:center!important;
}
.cy-detail-media-card{
  position:relative!important;
  border-radius:38px!important;
  padding:18px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.76) 0%,rgba(255,255,255,.58) 100%)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 18px 44px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.92)!important;
  overflow:hidden!important;
}
.cy-detail-media-glow{
  position:absolute!important;
  inset:auto -10% -20% auto!important;
  width:220px!important;
  height:220px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(255,255,255,.65) 0%,rgba(255,255,255,0) 70%)!important;
  pointer-events:none!important;
}
.cy-detail-media-main{
  position:relative!important;
  aspect-ratio:1 / .92!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#fafbfc 0%,#eef1f4 100%)!important;
}
.cy-detail-media-main img,
.cy-detail-inline-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.cy-detail-kicker{
  display:inline-flex!important;
  align-items:center!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.76)!important;
  border:1px solid rgba(17,24,39,.07)!important;
  color:#8b5e3c!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
  margin-bottom:18px!important;
}
.cy-detail-title{
  margin:0!important;
  font-size:72px!important;
  line-height:.98!important;
  letter-spacing:-.065em!important;
  color:#101621!important;
  font-weight:900!important;
}
.cy-detail-summary{
  margin:18px 0 0!important;
  font-size:18px!important;
  line-height:1.9!important;
  color:#69707b!important;
  max-width:760px!important;
}
.cy-detail-chips{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:20px!important;
}
.cy-detail-chip{
  display:inline-flex!important;
  align-items:center!important;
  min-height:38px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(17,24,39,.07)!important;
  color:#374151!important;
  font-size:14px!important;
  font-weight:700!important;
}
.cy-detail-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:24px!important;
}
.cy-detail-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:52px!important;
  padding:0 24px!important;
  border-radius:999px!important;
  font-size:16px!important;
  font-weight:800!important;
  text-decoration:none!important;
  transition:transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s cubic-bezier(.22,1,.36,1), background .28s!important;
}
.cy-detail-btn:hover{transform:translateY(-2px)!important}
.cy-detail-btn-primary{
  background:#121722!important;
  color:#fff!important;
  box-shadow:0 12px 26px rgba(15,23,42,.18)!important;
}
.cy-detail-btn-secondary{
  background:rgba(255,255,255,.84)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  color:#111827!important;
  box-shadow:0 8px 22px rgba(15,23,42,.06)!important;
}
.cy-detail-body{padding:10px 0 42px!important}
.cy-detail-body-wrap{
  display:grid!important;
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
}
.cy-detail-side{position:sticky!important;top:108px!important}
.cy-detail-side-card,
.cy-detail-content-card{
  border-radius:32px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.72) 100%)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.92)!important;
  overflow:hidden!important;
}
.cy-detail-side-card{padding:20px!important}
.cy-detail-side-title{
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  color:#8b5e3c!important;
  margin-bottom:12px!important;
}
.cy-detail-side-link{
  display:flex!important;
  align-items:center!important;
  min-height:48px!important;
  padding:0 14px!important;
  border-radius:18px!important;
  text-decoration:none!important;
  color:#111827!important;
  font-weight:700!important;
  border:1px solid rgba(17,24,39,.06)!important;
  background:rgba(255,255,255,.72)!important;
  margin-top:10px!important;
  transition:transform .24s ease, background .24s ease!important;
}
.cy-detail-side-link:hover{transform:translateX(4px)!important;background:#fff!important}
.cy-detail-content-topbar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:18px 22px!important;
  border-bottom:1px solid rgba(17,24,39,.07)!important;
  color:#6b7280!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
}
.cy-detail-inline-media{
  margin:18px 18px 0!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#fbfbfc 0%,#eef1f4 100%)!important;
}
.cy-detail-content{
  padding:28px 28px 34px!important;
  color:#1f2937!important;
  font-size:17px!important;
  line-height:1.95!important;
}
.cy-detail-content h1,
.cy-detail-content h2,
.cy-detail-content h3,
.cy-detail-content h4{
  color:#111827!important;
  line-height:1.18!important;
  letter-spacing:-.04em!important;
  margin:1.2em 0 .55em!important;
  font-weight:900!important;
}
.cy-detail-content h2{font-size:34px!important}
.cy-detail-content h3{font-size:26px!important}
.cy-detail-content p{margin:0 0 1.05em!important}
.cy-detail-content ul,
.cy-detail-content ol{padding-left:1.4em!important;margin:0 0 1.05em!important}
.cy-detail-content li{margin-bottom:.5em!important}
.cy-detail-content strong{color:#111827!important}
.cy-detail-content img{max-width:100%!important;height:auto!important;border-radius:22px!important}
.cy-detail-content table{width:100%!important;border-collapse:collapse!important;margin:1.2em 0!important;overflow:hidden!important;border-radius:20px!important;background:#fff!important}
.cy-detail-content table td,
.cy-detail-content table th{border:1px solid rgba(17,24,39,.08)!important;padding:12px 14px!important}
.cy-detail-related{padding:6px 0 72px!important}
.cy-detail-related-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  margin-bottom:20px!important;
}
.cy-detail-related-head h2{
  margin:4px 0 0!important;
  font-size:42px!important;
  line-height:1.04!important;
  letter-spacing:-.05em!important;
  color:#101621!important;
  font-weight:900!important;
}
.cy-detail-related-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
}
.cy-detail-related-card{
  display:block!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.74) 100%)!important;
  border:1px solid rgba(17,24,39,.07)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.05)!important;
  text-decoration:none!important;
  transition:transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s cubic-bezier(.22,1,.36,1)!important;
}
.cy-detail-related-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 40px rgba(15,23,42,.09)!important}
.cy-detail-related-media{aspect-ratio:1 / 1.02!important;background:linear-gradient(180deg,#fbfbfc 0%,#eef1f4 100%)!important}
.cy-detail-related-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.cy-detail-related-label{
  padding:16px 18px 20px!important;
  color:#111827!important;
  font-size:20px!important;
  line-height:1.3!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}
@media(max-width:1180px){
  .cy-detail-title{font-size:58px!important}
  .cy-detail-hero-wrap{grid-template-columns:1fr!important}
  .cy-detail-body-wrap{grid-template-columns:1fr!important}
  .cy-detail-side{position:relative!important;top:auto!important}
  .cy-detail-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .cy-detail-hero{padding:22px 0 16px!important}
  .cy-detail-hero-wrap{gap:18px!important}
  .cy-detail-media-card{padding:12px!important;border-radius:28px!important}
  .cy-detail-media-main{border-radius:20px!important;aspect-ratio:1 / .92!important}
  .cy-detail-kicker{font-size:10px!important;padding:7px 11px!important;letter-spacing:.14em!important;margin-bottom:12px!important}
  .cy-detail-title{font-size:40px!important;line-height:1.04!important}
  .cy-detail-summary{font-size:15px!important;line-height:1.8!important;margin-top:12px!important}
  .cy-detail-chip{font-size:12px!important;min-height:34px!important;padding:0 12px!important}
  .cy-detail-actions{gap:10px!important;margin-top:18px!important}
  .cy-detail-btn{min-height:46px!important;padding:0 18px!important;font-size:15px!important;flex:1 1 calc(50% - 6px)!important}
  .cy-detail-side-card,.cy-detail-content-card{border-radius:24px!important}
  .cy-detail-side-card{padding:16px!important}
  .cy-detail-content-topbar{padding:14px 16px!important;font-size:12px!important}
  .cy-detail-inline-media{margin:12px 12px 0!important;border-radius:18px!important}
  .cy-detail-content{padding:18px 16px 22px!important;font-size:15px!important;line-height:1.85!important}
  .cy-detail-content h2{font-size:26px!important}
  .cy-detail-content h3{font-size:22px!important}
  .cy-detail-related{padding:2px 0 48px!important}
  .cy-detail-related-head h2{font-size:30px!important}
  .cy-detail-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .cy-detail-related-card{border-radius:22px!important}
  .cy-detail-related-label{padding:12px 14px 16px!important;font-size:16px!important}
}


/* ===== v11.5.5 mobile detail fix + knowledge page refinement ===== */
html,body{max-width:100%!important;overflow-x:hidden!important}
.cy-detail-page,
.cy-detail-body-wrap,
.cy-detail-content-card,
.cy-detail-content,
.cy-detail-content-col{min-width:0!important;max-width:100%!important}
.cy-detail-content figure,
.cy-detail-content .wp-block-image,
.cy-detail-content img{
  max-width:100%!important;
  height:auto!important;
}
.cy-detail-content figure,
.cy-detail-content .wp-block-image{
  margin-left:0!important;
  margin-right:0!important;
}
.cy-detail-content .cy-table-scroll{
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  margin:1.25em 0!important;
  border-radius:22px!important;
  border:1px solid rgba(17,24,39,.08)!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.cy-detail-content .cy-table-scroll table{
  width:max-content!important;
  min-width:720px!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  display:table!important;
  table-layout:auto!important;
  background:#fff!important;
}
.cy-detail-content .cy-table-scroll table th,
.cy-detail-content .cy-table-scroll table td{
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  vertical-align:middle!important;
}
.cy-detail-content .cy-table-scroll::-webkit-scrollbar{height:6px!important}
.cy-detail-content .cy-table-scroll::-webkit-scrollbar-track{background:rgba(15,23,42,.04)!important;border-radius:999px!important}
.cy-detail-content .cy-table-scroll::-webkit-scrollbar-thumb{background:rgba(15,23,42,.18)!important;border-radius:999px!important}

.cy-knowledge-page{
  background:#f6f7f9!important;
  min-height:100vh!important;
}
.cy-knowledge-hero-v2{
  padding:58px 0 44px!important;
  background:linear-gradient(180deg,#fff 0%,#f8f9fb 100%)!important;
}
.cy-knowledge-hero-v2-grid{
  display:grid!important;
  grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr)!important;
  gap:48px!important;
  align-items:center!important;
}
.cy-knowledge-kicker-v2{
  display:inline-flex!important;
  align-items:center!important;
  color:#d7001f!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.22em!important;
  margin-bottom:20px!important;
}
.cy-knowledge-hero-v2-copy h1{
  margin:0!important;
  color:#111827!important;
  font-size:76px!important;
  line-height:.96!important;
  letter-spacing:-.065em!important;
  font-weight:900!important;
}
.cy-knowledge-hero-v2-copy p{
  margin:18px 0 0!important;
  color:#69707b!important;
  font-size:18px!important;
  line-height:1.8!important;
  max-width:640px!important;
}
.cy-knowledge-hero-v2-media{
  aspect-ratio:1.55 / 1!important;
  border-radius:36px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#fff 0%,#eef1f4 100%)!important;
  border:1px solid rgba(17,24,39,.07)!important;
  box-shadow:0 18px 46px rgba(15,23,42,.07), inset 0 1px 0 rgba(255,255,255,.96)!important;
}
.cy-knowledge-hero-v2-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.cy-knowledge-list-v2-section{padding:44px 0 90px!important}
.cy-knowledge-list-v2-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:24px!important;
  padding-bottom:26px!important;
  border-bottom:1px solid rgba(17,24,39,.08)!important;
}
.cy-knowledge-list-v2-head h2{
  margin:0!important;
  font-size:44px!important;
  line-height:1.05!important;
  letter-spacing:-.055em!important;
  color:#111827!important;
  font-weight:900!important;
}
.cy-knowledge-list-v2-head p{
  margin:0!important;
  font-size:15px!important;
  line-height:1.7!important;
  color:#6b7280!important;
}
.cy-knowledge-list-v2{background:transparent!important}
.cy-knowledge-row-v2{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr) 48px!important;
  gap:24px!important;
  align-items:center!important;
  min-height:104px!important;
  padding:0 0!important;
  border-bottom:1px solid rgba(17,24,39,.08)!important;
  text-decoration:none!important;
  transition:background .28s ease, transform .28s cubic-bezier(.22,1,.36,1), padding .28s ease, margin .28s ease, border-radius .28s ease!important;
}
.cy-knowledge-row-v2:hover{
  background:rgba(255,255,255,.82)!important;
  border-radius:26px!important;
  padding-left:20px!important;
  padding-right:18px!important;
  margin-left:-20px!important;
  margin-right:-18px!important;
  transform:translateY(-2px)!important;
}
.cy-knowledge-date-v2{
  display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
  color:#d7001f!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1.04!important;
}
.cy-knowledge-date-v2 span{
  font-size:13px!important;
  letter-spacing:.04em!important;
}
.cy-knowledge-date-v2 strong{
  font-size:20px!important;
  letter-spacing:-.03em!important;
}
.cy-knowledge-row-v2 h3{
  margin:0!important;
  color:#111827!important;
  font-size:28px!important;
  line-height:1.28!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}
.cy-knowledge-row-v2 em{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.74)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  color:#111827!important;
  font-style:normal!important;
  font-size:18px!important;
  font-weight:900!important;
  transition:transform .26s ease, background .26s ease!important;
}
.cy-knowledge-row-v2:hover em{
  transform:translateX(4px)!important;
  background:#111827!important;
  color:#fff!important;
}
.cy-knowledge-pagination-v2{margin-top:34px!important}
.cy-knowledge-pagination-v2 ul{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  list-style:none!important;
  padding:0!important;
  margin:0!important;
}
.cy-knowledge-pagination-v2 a,
.cy-knowledge-pagination-v2 span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:40px!important;
  height:40px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.9)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  color:#111827!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.cy-knowledge-pagination-v2 .current,
.cy-knowledge-pagination-v2 a:hover{background:#111827!important;color:#fff!important}

@media(max-width:980px){
  .cy-knowledge-hero-v2-grid{grid-template-columns:1fr!important;gap:24px!important}
  .cy-knowledge-hero-v2-copy h1{font-size:58px!important}
}
@media(max-width:767px){
  .cy-detail-page{padding-bottom:92px!important}
  .cy-detail-body{padding-bottom:26px!important}
  .cy-detail-content-card{overflow:hidden!important}
  .cy-detail-content{overflow:hidden!important;word-break:break-word!important;overflow-wrap:anywhere!important}
  .cy-detail-content img{
    width:auto!important;
    max-width:100%!important;
    height:auto!important;
    display:block!important;
    object-fit:contain!important;
  }
  .cy-detail-inline-media img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
  .cy-detail-media-main img{object-fit:cover!important}
  .cy-detail-content .cy-table-scroll{
    border-radius:18px!important;
    margin:1.1em 0!important;
  }
  .cy-detail-content .cy-table-scroll table{
    min-width:620px!important;
    font-size:14px!important;
  }
  .cy-detail-content .cy-table-scroll table th,
  .cy-detail-content .cy-table-scroll table td{
    padding:10px 12px!important;
    line-height:1.6!important;
  }
  .cy-knowledge-hero-v2{padding:30px 0 26px!important}
  .cy-knowledge-kicker-v2{font-size:11px!important;letter-spacing:.18em!important;margin-bottom:12px!important}
  .cy-knowledge-hero-v2-copy h1{font-size:44px!important;line-height:1.02!important}
  .cy-knowledge-hero-v2-copy p{font-size:15px!important;line-height:1.75!important;margin-top:12px!important}
  .cy-knowledge-hero-v2-media{border-radius:26px!important;aspect-ratio:1.35 / 1!important}
  .cy-knowledge-list-v2-section{padding:26px 0 62px!important}
  .cy-knowledge-list-v2-head{display:block!important;padding-bottom:18px!important}
  .cy-knowledge-list-v2-head h2{font-size:32px!important}
  .cy-knowledge-list-v2-head p{margin-top:8px!important;font-size:14px!important}
  .cy-knowledge-row-v2{
    grid-template-columns:72px minmax(0,1fr) 36px!important;
    gap:12px!important;
    min-height:86px!important;
  }
  .cy-knowledge-row-v2:hover{
    padding-left:10px!important;
    padding-right:8px!important;
    margin-left:-10px!important;
    margin-right:-8px!important;
    border-radius:20px!important;
  }
  .cy-knowledge-date-v2 span{font-size:11px!important}
  .cy-knowledge-date-v2 strong{font-size:16px!important}
  .cy-knowledge-row-v2 h3{font-size:19px!important;line-height:1.32!important;letter-spacing:-.035em!important}
  .cy-knowledge-row-v2 em{width:34px!important;height:34px!important;font-size:15px!important}
}


/* ===== v11.5.6 article media alignment + product structured modules ===== */
.cy-detail-content iframe,
.cy-detail-content embed,
.cy-detail-content object,
.cy-detail-content video,
.cy-detail-content .wp-video,
.cy-detail-content .wp-video-shortcode,
.cy-detail-content .wp-block-video video,
.cy-detail-content .wp-block-video,
.cy-detail-content .wp-block-embed,
.cy-detail-content .wp-block-embed__wrapper,
.cy-detail-content .video-js,
.cy-detail-content .mejs-container{
  max-width:100%!important;
}
.cy-responsive-embed{
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fbfbfc 0%,#eef1f4 100%)!important;
  margin:1.2em 0!important;
}
.cy-responsive-embed iframe,
.cy-responsive-embed video{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  aspect-ratio:16 / 9!important;
  height:auto!important;
  border:0!important;
}
.cy-detail-content .wp-block-video video,
.cy-detail-content .wp-video-shortcode,
.cy-detail-content .mejs-container,
.cy-detail-content .video-js{
  width:100%!important;
  height:auto!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.cy-product-structured{
  padding:0 0 12px!important;
}
.cy-product-structured-grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:22px!important;
}
.cy-product-panel{
  grid-column:span 4!important;
  border-radius:32px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.74) 100%)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.92)!important;
  padding:26px!important;
}
.cy-product-panel-large{grid-column:span 8!important}
.cy-product-panel-intro{grid-column:span 8!important}
.cy-product-panel h2,
.cy-product-panel h3{
  margin:0!important;
  color:#101621!important;
  letter-spacing:-.05em!important;
  font-weight:900!important;
}
.cy-product-panel h2{font-size:42px!important;line-height:1.02!important}
.cy-product-panel h3{font-size:34px!important;line-height:1.05!important}
.cy-product-panel p{
  margin:14px 0 0!important;
  font-size:16px!important;
  line-height:1.9!important;
  color:#606874!important;
}
.cy-product-metrics{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:18px!important;
}
.cy-product-metric{
  min-height:148px!important;
  border-radius:24px!important;
  padding:18px!important;
  background:rgba(250,250,252,.92)!important;
  border:1px solid rgba(17,24,39,.06)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
}
.cy-product-metric small{
  display:block!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  color:#8b5e3c!important;
  text-transform:uppercase!important;
}
.cy-product-metric strong{
  display:block!important;
  margin-top:16px!important;
  color:#111827!important;
  font-size:24px!important;
  line-height:1.35!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}
.cy-product-panel-consult{
  background:linear-gradient(180deg,#151b26 0%,#111827 100%)!important;
}
.cy-product-panel-consult .cy-detail-kicker{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.12)!important;
  color:rgba(255,255,255,.7)!important;
}
.cy-product-panel-consult h3,
.cy-product-panel-consult p{color:#fff!important}
.cy-product-panel-consult p{opacity:.82!important}
.cy-product-consult-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:18px!important;
}
.cy-product-panel-consult .cy-detail-btn-secondary{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.12)!important;
  color:#fff!important;
  box-shadow:none!important;
}
@media(max-width:1180px){
  .cy-product-panel,
  .cy-product-panel-large,
  .cy-product-panel-intro{grid-column:span 6!important}
  .cy-product-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .cy-responsive-embed{border-radius:18px!important;margin:1em 0!important}
  .cy-responsive-embed iframe,
  .cy-responsive-embed video{aspect-ratio:16 / 9!important}
  .cy-product-structured{padding:0 0 4px!important}
  .cy-product-structured-grid{grid-template-columns:1fr!important;gap:14px!important}
  .cy-product-panel,
  .cy-product-panel-large,
  .cy-product-panel-intro{grid-column:auto!important;padding:18px!important;border-radius:24px!important}
  .cy-product-panel h2{font-size:30px!important}
  .cy-product-panel h3{font-size:24px!important}
  .cy-product-panel p{font-size:15px!important;line-height:1.8!important}
  .cy-product-metrics{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important}
  .cy-product-metric{min-height:auto!important;border-radius:18px!important;padding:14px!important}
  .cy-product-metric small{font-size:11px!important;letter-spacing:.14em!important}
  .cy-product-metric strong{font-size:19px!important;line-height:1.45!important;margin-top:10px!important}
  .cy-product-consult-actions{gap:10px!important}
  .cy-product-consult-actions .cy-detail-btn{flex:1 1 100%!important;min-height:46px!important}
}

/* ===== v11.5.7 deeper premium product detail modules ===== */
.cy-product-deep{
  padding:0 0 14px!important;
}
.cy-product-deep-grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:18px!important;
}
.cy-product-deep .cy-product-panel{
  border-radius:30px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 100%)!important;
  border:1px solid rgba(17,24,39,.08)!important;
  box-shadow:0 16px 38px rgba(15,23,42,.055), inset 0 1px 0 rgba(255,255,255,.92)!important;
  padding:24px!important;
  min-width:0!important;
}
.cy-product-panel-overview{grid-column:span 7!important}
.cy-product-panel-application{grid-column:span 5!important}
.cy-product-panel-packaging{grid-column:span 4!important}
.cy-product-panel-intro{grid-column:span 4!important}
.cy-product-panel-tech{grid-column:span 4!important}
.cy-product-panel-consult{grid-column:span 6!important}
.cy-product-panel-ai{grid-column:span 6!important}

.cy-product-deep .cy-product-panel h2,
.cy-product-deep .cy-product-panel h3{
  margin:0!important;
  color:#101621!important;
  letter-spacing:-.05em!important;
  font-weight:900!important;
}
.cy-product-deep .cy-product-panel h2{font-size:52px!important;line-height:1!important}
.cy-product-deep .cy-product-panel h3{font-size:34px!important;line-height:1.05!important}
.cy-product-deep .cy-product-panel p{
  margin:14px 0 0!important;
  font-size:16px!important;
  line-height:1.88!important;
  color:#646c78!important;
}
.cy-product-metrics-4{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:18px!important;
}
.cy-product-metrics-4 .cy-product-metric{
  min-height:132px!important;
  border-radius:22px!important;
  padding:18px!important;
  background:linear-gradient(180deg,#fcfcfd 0%,#f5f7fa 100%)!important;
  border:1px solid rgba(17,24,39,.06)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88)!important;
}
.cy-product-metrics-4 .cy-product-metric strong{
  font-size:22px!important;
  line-height:1.35!important;
}
.cy-product-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:16px!important;
}
.cy-product-tag{
  display:inline-flex!important;
  align-items:center!important;
  min-height:38px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  color:#111827!important;
  font-size:14px!important;
  font-weight:800!important;
}
.cy-product-feature-list{
  list-style:none!important;
  padding:0!important;
  margin:16px 0 0!important;
  display:grid!important;
  gap:10px!important;
}
.cy-product-feature-list li{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  padding:15px 16px!important;
  border-radius:20px!important;
  background:rgba(250,250,252,.9)!important;
  border:1px solid rgba(17,24,39,.06)!important;
}
.cy-product-feature-list span{
  display:block!important;
  font-size:11px!important;
  line-height:1.2!important;
  letter-spacing:.16em!important;
  color:#8b5e3c!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
.cy-product-feature-list strong{
  display:block!important;
  color:#111827!important;
  font-size:18px!important;
  line-height:1.5!important;
  font-weight:800!important;
}
.cy-product-panel-tech{
  background:linear-gradient(180deg,#fafbfc 0%,#f2f4f8 100%)!important;
}
.cy-product-mini-note{
  margin-top:16px!important;
  padding:14px 16px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.07)!important;
  color:#374151!important;
  font-size:14px!important;
  line-height:1.7!important;
  font-weight:700!important;
}
.cy-product-panel-tech .cy-detail-btn{
  margin-top:16px!important;
}
.cy-product-panel-consult{
  background:radial-gradient(circle at 0% 0%,rgba(29,78,216,.18) 0%,rgba(17,24,39,0) 38%),linear-gradient(180deg,#151b26 0%,#101722 100%)!important;
}
.cy-product-panel-consult .cy-detail-kicker,
.cy-product-panel-ai .cy-detail-kicker{
  background:rgba(255,255,255,.09)!important;
  border-color:rgba(255,255,255,.12)!important;
}
.cy-product-panel-consult h3,
.cy-product-panel-consult p,
.cy-product-panel-consult strong,
.cy-product-panel-consult span{
  color:#fff!important;
}
.cy-product-consult-meta{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-top:18px!important;
  padding:16px 18px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
.cy-product-consult-meta span{
  font-size:12px!important;
  letter-spacing:.14em!important;
  font-weight:800!important;
  opacity:.72!important;
}
.cy-product-consult-meta strong{
  font-size:28px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}
.cy-product-panel-consult .cy-product-consult-actions{
  margin-top:16px!important;
}
.cy-product-panel-consult .cy-detail-btn-secondary{
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.1)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.cy-product-panel-ai{
  background:linear-gradient(180deg,rgba(255,255,255,.93) 0%,rgba(247,248,251,.88) 100%)!important;
}
.cy-product-prompt-list{
  display:grid!important;
  gap:10px!important;
  margin-top:16px!important;
}
.cy-product-prompt{
  display:flex!important;
  align-items:center!important;
  min-height:54px!important;
  padding:0 16px!important;
  border-radius:18px!important;
  text-decoration:none!important;
  color:#111827!important;
  font-size:15px!important;
  font-weight:800!important;
  background:#fff!important;
  border:1px solid rgba(17,24,39,.08)!important;
  transition:transform .24s ease, box-shadow .24s ease, background .24s ease!important;
}
.cy-product-prompt:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 10px 22px rgba(15,23,42,.08)!important;
  background:#fbfbfc!important;
}
.cy-detail-content .cy-table-scroll{
  padding:8px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(248,249,251,.96) 100%)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.04), inset 0 1px 0 rgba(255,255,255,.92)!important;
}
.cy-detail-content .cy-table-scroll table{
  min-width:760px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  overflow:hidden!important;
  border-radius:18px!important;
}
.cy-detail-content .cy-table-scroll table th{
  background:#f7f8fa!important;
  color:#111827!important;
  font-weight:900!important;
}
.cy-detail-content .cy-table-scroll table td{
  background:#fff!important;
}
.cy-detail-content .cy-table-scroll table th,
.cy-detail-content .cy-table-scroll table td{
  padding:14px 16px!important;
  font-size:15px!important;
  line-height:1.7!important;
}

@media(max-width:1180px){
  .cy-product-panel-overview{grid-column:span 12!important}
  .cy-product-panel-application,
  .cy-product-panel-packaging,
  .cy-product-panel-intro,
  .cy-product-panel-tech,
  .cy-product-panel-consult,
  .cy-product-panel-ai{grid-column:span 6!important}
  .cy-product-deep .cy-product-panel h2{font-size:44px!important}
  .cy-product-deep .cy-product-panel h3{font-size:30px!important}
}
@media(max-width:767px){
  .cy-product-deep{padding:0 0 6px!important}
  .cy-product-deep-grid{grid-template-columns:1fr!important;gap:12px!important}
  .cy-product-deep .cy-product-panel,
  .cy-product-panel-overview,
  .cy-product-panel-application,
  .cy-product-panel-packaging,
  .cy-product-panel-intro,
  .cy-product-panel-tech,
  .cy-product-panel-consult,
  .cy-product-panel-ai{grid-column:auto!important;padding:18px!important;border-radius:24px!important}
  .cy-product-deep .cy-product-panel h2{font-size:30px!important}
  .cy-product-deep .cy-product-panel h3{font-size:24px!important}
  .cy-product-deep .cy-product-panel p{font-size:15px!important;line-height:1.8!important}
  .cy-product-metrics-4{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important}
  .cy-product-metrics-4 .cy-product-metric{min-height:auto!important;padding:14px!important;border-radius:18px!important}
  .cy-product-metrics-4 .cy-product-metric strong{font-size:18px!important}
  .cy-product-tag{min-height:34px!important;padding:0 12px!important;font-size:12px!important}
  .cy-product-feature-list li{padding:13px 14px!important;border-radius:16px!important}
  .cy-product-feature-list strong{font-size:16px!important}
  .cy-product-mini-note{margin-top:12px!important;padding:12px 14px!important;border-radius:16px!important;font-size:13px!important}
  .cy-product-consult-meta{padding:14px!important;border-radius:16px!important;align-items:flex-start!important;flex-direction:column!important}
  .cy-product-consult-meta strong{font-size:24px!important}
  .cy-product-prompt{min-height:48px!important;padding:0 14px!important;font-size:14px!important;border-radius:15px!important}
  .cy-detail-content .cy-table-scroll{padding:6px!important;border-radius:18px!important}
  .cy-detail-content .cy-table-scroll table{min-width:640px!important}
  .cy-detail-content .cy-table-scroll table th,
  .cy-detail-content .cy-table-scroll table td{padding:12px 12px!important;font-size:14px!important;line-height:1.6!important}
}

/* ===== v11.5.8 ultra-minimal product detail ===== */
.cy-product-deep-minimal{padding:0 0 10px!important}
.cy-product-deep-grid-minimal{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:16px!important}
.cy-product-deep-grid-minimal .cy-product-panel{padding:22px!important;border-radius:28px!important}
.cy-product-panel-overview-minimal{grid-column:span 8!important}
.cy-product-panel-intro-minimal{grid-column:span 4!important}
.cy-product-panel-consult-minimal{grid-column:span 12!important}
.cy-product-metrics-minimal{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:18px!important}
.cy-product-metrics-minimal .cy-product-metric{min-height:118px!important;border-radius:20px!important;padding:16px!important}
.cy-product-overview-sub{margin-top:16px!important;padding-top:16px!important;border-top:1px solid rgba(17,24,39,.06)!important}
.cy-product-overview-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;flex-wrap:wrap!important}
.cy-product-overview-label{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 12px!important;border-radius:999px!important;background:#f7f8fa!important;border:1px solid rgba(17,24,39,.06)!important;color:#8b5e3c!important;font-size:11px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}
.cy-product-panel-intro-minimal{display:flex!important;flex-direction:column!important}
.cy-product-panel-intro-minimal .cy-detail-btn{margin-top:auto!important;align-self:flex-start!important}
.cy-product-panel-consult-minimal{padding:24px!important;background:radial-gradient(circle at 0% 0%,rgba(29,78,216,.14) 0%,rgba(17,24,39,0) 30%),linear-gradient(180deg,#161d28 0%,#101722 100%)!important}
.cy-product-consult-minimal-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important}
.cy-product-consult-minimal-head h3{margin:0!important}
.cy-product-consult-minimal-head p{max-width:720px!important}
.cy-product-consult-bottom{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin-top:18px!important}
.cy-product-prompt-list-inline{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;flex:1 1 auto!important}
.cy-product-prompt-list-inline .cy-product-prompt{min-height:50px!important;border-radius:16px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important}
.cy-product-prompt-list-inline .cy-product-prompt:hover{background:rgba(255,255,255,.13)!important;box-shadow:none!important}
.cy-product-panel-consult-minimal .cy-product-consult-actions{display:flex!important;align-items:center!important;gap:12px!important;flex:0 0 auto!important}
.cy-product-panel-consult-minimal .cy-detail-btn-primary{background:#fff!important;color:#101722!important;box-shadow:none!important}
.cy-product-panel-consult-minimal .cy-detail-btn-secondary{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.10)!important;color:#fff!important;box-shadow:none!important}

.cy-detail-body-minimal{padding-top:8px!important}
.cy-detail-body-wrap-full{display:block!important}
.cy-detail-content-card-minimal{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.cy-detail-content-topbar-minimal{margin-bottom:12px!important;padding:0 8px!important;border:0!important;background:transparent!important}
.cy-detail-content-headline{margin:0 0 18px!important;padding:0 8px!important}
.cy-detail-content-headline h2{margin:0!important;color:#101621!important;font-size:42px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.05em!important}
.cy-detail-content-headline p{margin:10px 0 0!important;max-width:820px!important;color:#6b7280!important;font-size:16px!important;line-height:1.8!important}
.cy-detail-content-card-minimal .cy-detail-inline-media{margin-top:0!important}
.cy-detail-content-card-minimal .cy-detail-content{margin-top:18px!important;padding:32px!important;border-radius:30px!important;background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.82) 100%)!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 16px 36px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.92)!important}
.cy-detail-content-card-minimal .prose h2:first-child,
.cy-detail-content-card-minimal .prose h3:first-child{margin-top:0!important}

@media(max-width:1180px){
  .cy-product-panel-overview-minimal{grid-column:span 12!important}
  .cy-product-panel-intro-minimal{grid-column:span 12!important}
  .cy-product-prompt-list-inline{grid-template-columns:1fr!important}
  .cy-product-consult-bottom{flex-direction:column!important;align-items:stretch!important}
}
@media(max-width:767px){
  .cy-product-deep-grid-minimal{grid-template-columns:1fr!important;gap:12px!important}
  .cy-product-panel-overview-minimal,.cy-product-panel-intro-minimal,.cy-product-panel-consult-minimal{grid-column:auto!important}
  .cy-product-deep-grid-minimal .cy-product-panel{padding:18px!important;border-radius:24px!important}
  .cy-product-metrics-minimal{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important}
  .cy-product-metrics-minimal .cy-product-metric{min-height:auto!important;padding:14px!important;border-radius:18px!important}
  .cy-product-overview-sub{margin-top:14px!important;padding-top:14px!important}
  .cy-product-consult-minimal-head{flex-direction:column!important;gap:14px!important}
  .cy-product-consult-bottom{margin-top:14px!important;gap:12px!important}
  .cy-product-prompt-list-inline{grid-template-columns:1fr!important;gap:8px!important}
  .cy-product-prompt-list-inline .cy-product-prompt{min-height:46px!important;padding:0 14px!important;border-radius:14px!important;font-size:14px!important}
  .cy-product-panel-consult-minimal .cy-product-consult-actions{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important}
  .cy-product-panel-consult-minimal .cy-detail-btn{width:100%!important;justify-content:center!important}
  .cy-detail-content-topbar-minimal,.cy-detail-content-headline{padding:0!important}
  .cy-detail-content-headline h2{font-size:30px!important}
  .cy-detail-content-headline p{font-size:14px!important;line-height:1.8!important}
  .cy-detail-content-card-minimal .cy-detail-content{margin-top:14px!important;padding:18px!important;border-radius:22px!important}
}

/* ===== v11.6.0 product detail direct-content cleanup ===== */
.cy-product-direct-detail{padding-top:46px!important}
.cy-product-direct-detail .cy-detail-body-wrap-full{max-width:1360px!important}
.cy-product-direct-detail .cy-detail-content-card-minimal{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
.cy-product-direct-headline{margin:0 0 28px!important;padding:0!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:28px!important;flex-wrap:wrap!important;border-bottom:1px solid rgba(17,24,39,.08)!important;padding-bottom:28px!important}
.cy-product-direct-headline .cy-detail-kicker{flex:0 0 100%!important;margin-bottom:-6px!important}
.cy-product-direct-headline h1{margin:0!important;font-size:clamp(48px,6vw,86px)!important;line-height:.96!important;font-weight:950!important;letter-spacing:-.07em!important;color:#111827!important}
.cy-product-direct-headline p{margin:0!important;max-width:560px!important;color:#6b7280!important;font-size:16px!important;line-height:1.85!important}
.cy-product-direct-detail .cy-detail-inline-media{display:none!important}
.cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content{margin-top:0!important;padding:34px!important;border-radius:34px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 18px 45px rgba(15,23,42,.05),inset 0 1px 0 rgba(255,255,255,.9)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content > :first-child{margin-top:0!important}
.cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content img{max-width:100%!important;height:auto!important;border-radius:28px!important;display:block!important;margin:0 auto 28px!important;box-shadow:0 18px 38px rgba(15,23,42,.06)!important}
.cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content table{width:max-content!important;min-width:100%!important;max-width:none!important;border-collapse:collapse!important;background:#fff!important;border-radius:18px!important;overflow:hidden!important}
.cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content table th,
.cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content table td{border:1px solid rgba(17,24,39,.08)!important;padding:16px!important;vertical-align:middle!important}
.cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content .table-wrap,
.cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content figure{overflow-x:auto!important;max-width:100%!important}
@media(max-width:767px){
  .cy-product-direct-detail{padding-top:22px!important}
  .cy-product-direct-headline{display:block!important;margin-bottom:18px!important;padding-bottom:18px!important}
  .cy-product-direct-headline .cy-detail-kicker{margin-bottom:10px!important}
  .cy-product-direct-headline h1{font-size:42px!important;letter-spacing:-.06em!important}
  .cy-product-direct-headline p{margin-top:10px!important;font-size:14px!important;line-height:1.75!important}
  .cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content{padding:16px!important;border-radius:24px!important}
  .cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content img{border-radius:18px!important;margin-bottom:18px!important;box-shadow:none!important}
  .cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content table{font-size:13px!important}
  .cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content table th,
  .cy-product-direct-detail .cy-detail-content-card-minimal .cy-detail-content table td{padding:12px!important;white-space:normal!important}
}

/* ===== v11.6.1 link + product detail layout repair ===== */
.cy-visually-hidden{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}

/* product center page: actual products, direct detail links */
.cy-products-page-v1161{background:#f6f7f9!important;}
.cy-products-index-hero{padding:74px 0 36px!important;background:#f6f7f9!important;}
.cy-products-index-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:28px!important;border-bottom:1px solid rgba(17,24,39,.08)!important;padding-bottom:30px!important;}
.cy-products-index-head .cy-kicker{color:#c90017!important;letter-spacing:.18em!important;font-size:12px!important;font-weight:900!important;margin-bottom:10px!important;}
.cy-products-index-head h1{margin:0!important;font-size:clamp(56px,7vw,100px)!important;line-height:.92!important;letter-spacing:-.075em!important;font-weight:950!important;color:#111827!important;}
.cy-products-index-head p{margin:0!important;max-width:420px!important;color:#6b7280!important;font-size:16px!important;line-height:1.8!important;}
.cy-products-index-grid-section{padding:34px 0 90px!important;background:#f6f7f9!important;}
.cy-product-center-real-grid{margin-top:0!important;}
.cy-product-center-real-card{min-height:260px!important;}
.cy-product-center-real-card .cy-bubble-product-overlay strong{font-size:22px!important;line-height:1.15!important;}
.cy-product-center-real-card .cy-bubble-product-overlay p{font-size:14px!important;line-height:1.65!important;}

/* product detail: image first, then detail content. No broken blank hero, no over-wide modules. */
.cy-detail-page-v1161{background:#f6f7f9!important;min-height:60vh!important;}
.cy-product-detail-simple{padding:34px 0 86px!important;background:#f6f7f9!important;}
.cy-product-simple-wrap{max-width:1120px!important;margin:0 auto!important;}
.cy-product-simple-hero{width:100%!important;max-width:1040px!important;margin:0 auto 22px!important;padding:14px!important;border-radius:34px!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 24px 70px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.96)!important;overflow:hidden!important;}
.cy-product-simple-hero img{display:block!important;width:100%!important;height:auto!important;max-height:640px!important;object-fit:contain!important;border-radius:24px!important;margin:0!important;box-shadow:none!important;background:#fff!important;}
.cy-product-simple-content{width:100%!important;max-width:1040px!important;margin:0 auto!important;padding:34px 38px!important;border-radius:34px!important;background:rgba(255,255,255,.88)!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 18px 56px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.96)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;}
.cy-product-simple-content > :first-child{margin-top:0!important;}
.cy-product-simple-content h1,.cy-product-simple-content h2,.cy-product-simple-content h3{color:#111827!important;letter-spacing:-.045em!important;line-height:1.12!important;font-weight:900!important;}
.cy-product-simple-content h1{font-size:clamp(38px,4.5vw,64px)!important;}
.cy-product-simple-content h2{font-size:clamp(30px,3.2vw,46px)!important;margin-top:36px!important;}
.cy-product-simple-content h3{font-size:clamp(24px,2.4vw,34px)!important;margin-top:28px!important;}
.cy-product-simple-content p,.cy-product-simple-content li{font-size:17px!important;line-height:1.95!important;color:#374151!important;}
.cy-product-simple-content img{display:block!important;max-width:100%!important;height:auto!important;border-radius:26px!important;margin:26px auto!important;box-shadow:0 16px 38px rgba(15,23,42,.06)!important;}
.cy-product-simple-content .cy-table-scroll{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;margin:24px 0!important;padding:8px!important;border-radius:22px!important;background:#f7f8fa!important;border:1px solid rgba(17,24,39,.07)!important;}
.cy-product-simple-content table{min-width:760px!important;width:max-content!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important;border-radius:18px!important;overflow:hidden!important;}
.cy-product-simple-content table th,.cy-product-simple-content table td{padding:15px 16px!important;border:1px solid rgba(17,24,39,.08)!important;font-size:15px!important;line-height:1.65!important;vertical-align:middle!important;color:#273244!important;}
.cy-product-simple-content table th{background:#f6f7f9!important;color:#111827!important;font-weight:900!important;}

/* article/knowledge detail still keeps high-end readable page */
.cy-article-detail-simple{padding:72px 0 86px!important;background:#f6f7f9!important;}
.cy-article-simple-wrap{max-width:1000px!important;margin:0 auto!important;}
.cy-article-simple-head{margin-bottom:26px!important;}
.cy-article-simple-head h1{font-size:clamp(42px,6vw,78px)!important;line-height:1!important;letter-spacing:-.065em!important;margin:0 0 12px!important;color:#111827!important;font-weight:950!important;}
.cy-article-simple-head time{color:#6b7280!important;font-weight:700!important;}
.cy-article-simple-media{padding:12px!important;margin:0 0 22px!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 18px 48px rgba(15,23,42,.06)!important;overflow:hidden!important;}
.cy-article-simple-media img{display:block!important;width:100%!important;height:auto!important;border-radius:22px!important;}
.cy-article-simple-content{padding:34px 38px!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 18px 48px rgba(15,23,42,.05)!important;}
.cy-article-simple-content p,.cy-article-simple-content li{font-size:17px!important;line-height:2!important;color:#273244!important;}
.cy-article-simple-content img{max-width:100%!important;height:auto!important;border-radius:22px!important;}
.cy-article-simple-content .cy-table-scroll{overflow-x:auto!important;max-width:100%!important;}

/* Remove old direct-content overrides for this new template context */
.cy-detail-page-v1161 .cy-product-direct-detail,
.cy-detail-page-v1161 .cy-product-direct-headline,
.cy-detail-page-v1161 .cy-product-deep,
.cy-detail-page-v1161 .cy-detail-related{display:none!important;}

@media(max-width:980px){
  .cy-products-index-head{display:block!important;padding-bottom:22px!important;}
  .cy-products-index-head p{margin-top:12px!important;max-width:680px!important;}
  .cy-product-center-real-card{min-height:220px!important;}
}
@media(max-width:767px){
  .cy-products-index-hero{padding:40px 0 20px!important;}
  .cy-products-index-head h1{font-size:46px!important;letter-spacing:-.06em!important;}
  .cy-products-index-head p{font-size:14px!important;line-height:1.75!important;}
  .cy-products-index-grid-section{padding:18px 0 70px!important;}
  .cy-product-center-real-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
  .cy-product-center-real-card{min-height:178px!important;border-radius:24px!important;}
  .cy-product-center-real-card .cy-bubble-product-media img{border-radius:24px!important;}
  .cy-product-center-real-card .cy-bubble-product-overlay{padding:14px!important;background:linear-gradient(180deg,rgba(17,24,39,0) 5%,rgba(17,24,39,.70) 100%)!important;}
  .cy-product-center-real-card .cy-bubble-product-overlay strong{font-size:17px!important;line-height:1.2!important;}
  .cy-product-center-real-card .cy-bubble-product-overlay p{display:none!important;}

  .cy-product-detail-simple{padding:18px 0 72px!important;}
  .cy-product-simple-wrap{max-width:none!important;width:100%!important;padding:0 16px!important;}
  .cy-product-simple-hero{padding:8px!important;margin-bottom:12px!important;border-radius:26px!important;}
  .cy-product-simple-hero img{border-radius:20px!important;max-height:none!important;}
  .cy-product-simple-content{padding:22px 18px!important;border-radius:26px!important;}
  .cy-product-simple-content h1{font-size:34px!important;}
  .cy-product-simple-content h2{font-size:28px!important;margin-top:28px!important;}
  .cy-product-simple-content h3{font-size:23px!important;margin-top:22px!important;}
  .cy-product-simple-content p,.cy-product-simple-content li{font-size:16px!important;line-height:1.9!important;}
  .cy-product-simple-content img{border-radius:18px!important;margin:18px auto!important;box-shadow:none!important;}
  .cy-product-simple-content .cy-table-scroll{padding:6px!important;border-radius:18px!important;margin:18px 0!important;}
  .cy-product-simple-content table{min-width:640px!important;}
  .cy-product-simple-content table th,.cy-product-simple-content table td{font-size:14px!important;line-height:1.6!important;padding:11px 12px!important;white-space:normal!important;}

  .cy-article-detail-simple{padding:38px 0 72px!important;}
  .cy-article-simple-wrap{padding:0 16px!important;}
  .cy-article-simple-head h1{font-size:38px!important;letter-spacing:-.055em!important;}
  .cy-article-simple-media{padding:8px!important;border-radius:24px!important;}
  .cy-article-simple-media img{border-radius:18px!important;}
  .cy-article-simple-content{padding:22px 18px!important;border-radius:24px!important;}
  .cy-article-simple-content p,.cy-article-simple-content li{font-size:16px!important;line-height:1.9!important;}
}

/* ===== v11.6.2 company profile refined ===== */
.cy-company-modern{
  background:linear-gradient(180deg,#fbfbfd 0%,#f5f6f8 100%)!important;
  color:#111827!important;
  overflow:hidden!important;
}
.cy-company-modern .cy-wrap{width:min(100% - 96px,1460px)!important;margin:0 auto!important}
.cy-mini-label,
.cy-company-section-head-v3 span,
.cy-company-story-card-v3 span,
.cy-company-quality-copy-v3 span,
.cy-company-cta-card-v3 span{
  display:inline-flex!important;align-items:center!important;height:34px!important;padding:0 14px!important;border-radius:999px!important;
  background:rgba(255,255,255,.78)!important;border:1px solid rgba(17,24,39,.08)!important;color:#8b5e3c!important;
  font-size:12px!important;font-weight:950!important;letter-spacing:.22em!important;text-transform:uppercase!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.cy-company-hero-v3{padding:64px 0 36px!important;background:linear-gradient(180deg,#fff 0%,#f7f8fa 100%)!important}
.cy-company-hero-grid-v3{
  display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:36px!important;align-items:stretch!important;
}
.cy-company-hero-copy-v3{
  min-height:560px!important;padding:58px!important;border-radius:42px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.72) 100%)!important;
  border:1px solid rgba(17,24,39,.07)!important;box-shadow:0 26px 70px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.95)!important;
  display:flex!important;flex-direction:column!important;justify-content:center!important;
}
.cy-company-hero-copy-v3 h1{
  margin:22px 0 20px!important;font-size:72px!important;line-height:1.02!important;letter-spacing:-.075em!important;font-weight:950!important;color:#101621!important;
}
.cy-company-hero-copy-v3 p{margin:0!important;max-width:760px!important;color:#5f6772!important;font-size:19px!important;line-height:1.88!important;font-weight:500!important}
.cy-company-hero-actions-v3{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:32px!important}
.cy-pill-btn{height:52px!important;padding:0 24px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;font-weight:900!important;transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s!important}
.cy-pill-btn:hover{transform:translateY(-2px)!important}
.cy-pill-dark{background:#111827!important;color:#fff!important;box-shadow:0 14px 28px rgba(15,23,42,.18)!important}
.cy-pill-light{background:rgba(255,255,255,.86)!important;border:1px solid rgba(17,24,39,.08)!important;color:#111827!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important}
.cy-company-hero-media-v3{border-radius:42px!important;overflow:hidden!important;border:1px solid rgba(17,24,39,.07)!important;box-shadow:0 26px 70px rgba(15,23,42,.08)!important;background:#e5e7eb!important;min-height:560px!important}
.cy-company-hero-media-v3 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.cy-company-stats-v3{padding:10px 0 44px!important;background:#f7f8fa!important}
.cy-company-stats-grid-v3{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.cy-company-stats-grid-v3 div{min-height:132px!important;padding:24px!important;border-radius:28px!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(17,24,39,.07)!important;box-shadow:0 14px 32px rgba(15,23,42,.05),inset 0 1px 0 rgba(255,255,255,.95)!important}
.cy-company-stats-grid-v3 strong{display:block!important;color:#101621!important;font-size:42px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important}
.cy-company-stats-grid-v3 span{display:block!important;margin-top:16px!important;color:#69707b!important;font-size:15px!important;font-weight:700!important}
.cy-company-story-v3,.cy-company-process-v3,.cy-company-quality-v3,.cy-company-products-v3,.cy-company-gallery-v3,.cy-company-cta-v3{padding:44px 0!important;background:#f5f6f8!important}
.cy-company-story-grid-v3{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:24px!important;align-items:stretch!important}
.cy-company-story-card-v3{border-radius:42px!important;padding:56px!important;min-height:470px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;box-shadow:0 24px 60px rgba(15,23,42,.08)!important;overflow:hidden!important}
.cy-company-story-card-v3.is-red{background:linear-gradient(135deg,#d70018 0%,#a80020 100%)!important;color:#fff!important}
.cy-company-story-card-v3.is-red span{background:rgba(255,255,255,.16)!important;border-color:rgba(255,255,255,.28)!important;color:#fff!important}
.cy-company-story-card-v3 h2{margin:22px 0 20px!important;font-size:56px!important;line-height:1.05!important;letter-spacing:-.065em!important;font-weight:950!important;color:#fff!important}
.cy-company-story-card-v3 p{margin:0!important;color:rgba(255,255,255,.88)!important;font-size:18px!important;line-height:1.86!important;font-weight:600!important}
.cy-company-story-photo-v3{border-radius:42px!important;overflow:hidden!important;min-height:470px!important;border:1px solid rgba(17,24,39,.07)!important;box-shadow:0 24px 60px rgba(15,23,42,.08)!important;background:#111827!important}
.cy-company-story-photo-v3 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.cy-company-section-head-v3{max-width:920px!important;margin:0 0 28px!important}
.cy-company-section-head-v3.is-center{margin:0 auto 28px!important;text-align:center!important}
.cy-company-section-head-v3 h2{margin:20px 0 14px!important;color:#101621!important;font-size:58px!important;line-height:1.04!important;letter-spacing:-.07em!important;font-weight:950!important}
.cy-company-section-head-v3 p{margin:0!important;color:#68717a!important;font-size:18px!important;line-height:1.85!important;font-weight:500!important}
.cy-company-process-grid-v3{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.cy-company-process-card-v3{min-height:230px!important;padding:28px!important;border-radius:32px!important;background:rgba(255,255,255,.8)!important;border:1px solid rgba(17,24,39,.07)!important;box-shadow:0 14px 36px rgba(15,23,42,.05),inset 0 1px 0 rgba(255,255,255,.95)!important;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s!important}
.cy-company-process-card-v3:hover{transform:translateY(-5px)!important;box-shadow:0 22px 48px rgba(15,23,42,.09)!important}
.cy-company-process-card-v3 b{display:block!important;color:#d70018!important;font-size:13px!important;letter-spacing:.18em!important;margin-bottom:36px!important}
.cy-company-process-card-v3 h3{margin:0 0 12px!important;color:#101621!important;font-size:28px!important;letter-spacing:-.045em!important;line-height:1.12!important;font-weight:950!important}
.cy-company-process-card-v3 p{margin:0!important;color:#68717a!important;font-size:15px!important;line-height:1.75!important;font-weight:600!important}
.cy-company-quality-grid-v3{display:grid!important;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)!important;gap:24px!important;align-items:stretch!important}
.cy-company-quality-photo-v3{min-height:520px!important;border-radius:42px!important;overflow:hidden!important;border:1px solid rgba(17,24,39,.07)!important;box-shadow:0 26px 70px rgba(15,23,42,.08)!important;background:#111827!important}
.cy-company-quality-photo-v3 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.cy-company-quality-copy-v3{min-height:520px!important;padding:56px!important;border-radius:42px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(17,24,39,.07)!important;box-shadow:0 24px 60px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.95)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.cy-company-quality-copy-v3 h2{margin:22px 0 18px!important;color:#101621!important;font-size:58px!important;line-height:1.05!important;letter-spacing:-.07em!important;font-weight:950!important}
.cy-company-quality-copy-v3 p{margin:0!important;color:#68717a!important;font-size:18px!important;line-height:1.88!important;font-weight:500!important}
.cy-company-products-v3{padding-top:54px!important;padding-bottom:54px!important}
.cy-company-product-chips-v3{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;max-width:1120px!important;margin:0 auto!important}
.cy-company-product-chips-v3 a{height:66px!important;padding:0 22px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(17,24,39,.08)!important;box-shadow:0 12px 30px rgba(15,23,42,.05),inset 0 1px 0 rgba(255,255,255,.95)!important;color:#101621!important;font-size:17px!important;font-weight:900!important;transition:transform .26s cubic-bezier(.22,1,.36,1),background .26s,box-shadow .26s!important}
.cy-company-product-chips-v3 a:hover{transform:translateY(-3px)!important;background:#111827!important;color:#fff!important;box-shadow:0 18px 38px rgba(15,23,42,.14)!important}
.cy-company-gallery-grid-v3{display:grid!important;grid-template-columns:1fr 1.16fr 1fr!important;gap:16px!important}
.cy-company-gallery-grid-v3 img{width:100%!important;height:330px!important;object-fit:cover!important;border-radius:34px!important;border:1px solid rgba(17,24,39,.07)!important;box-shadow:0 18px 42px rgba(15,23,42,.07)!important;background:#e5e7eb!important}
.cy-company-cta-v3{padding-bottom:86px!important}
.cy-company-cta-card-v3{border-radius:42px!important;padding:46px 50px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:28px!important;align-items:center!important;background:linear-gradient(135deg,#111827 0%,#1e2635 100%)!important;box-shadow:0 28px 76px rgba(15,23,42,.18)!important;color:#fff!important;overflow:hidden!important;position:relative!important}
.cy-company-cta-card-v3::after{content:'';position:absolute;right:-80px;top:-120px;width:330px;height:330px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.14),rgba(255,255,255,0) 66%);pointer-events:none}
.cy-company-cta-card-v3 span{background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important}
.cy-company-cta-card-v3 h2{margin:18px 0 10px!important;font-size:46px!important;line-height:1.06!important;letter-spacing:-.055em!important;font-weight:950!important;color:#fff!important}
.cy-company-cta-card-v3 p{margin:0!important;color:rgba(255,255,255,.72)!important;font-size:17px!important;line-height:1.7!important}
.cy-company-cta-card-v3 a{height:58px!important;padding:0 26px!important;border-radius:999px!important;background:#fff!important;color:#111827!important;font-weight:950!important;font-size:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;box-shadow:0 16px 34px rgba(0,0,0,.2)!important}

@media(max-width:1180px){
  .cy-company-modern .cy-wrap{width:min(100% - 48px,980px)!important}
  .cy-company-hero-grid-v3,.cy-company-story-grid-v3,.cy-company-quality-grid-v3{grid-template-columns:1fr!important}
  .cy-company-hero-copy-v3,.cy-company-hero-media-v3,.cy-company-story-card-v3,.cy-company-story-photo-v3,.cy-company-quality-photo-v3,.cy-company-quality-copy-v3{min-height:auto!important}
  .cy-company-hero-media-v3,.cy-company-story-photo-v3,.cy-company-quality-photo-v3{height:460px!important}
  .cy-company-stats-grid-v3,.cy-company-process-grid-v3,.cy-company-product-chips-v3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .cy-company-gallery-grid-v3{grid-template-columns:1fr!important}
  .cy-company-gallery-grid-v3 img{height:360px!important}
}
@media(max-width:767px){
  .cy-company-modern .cy-wrap{width:calc(100% - 24px)!important}
  .cy-company-hero-v3{padding:22px 0 20px!important}
  .cy-company-story-v3,.cy-company-process-v3,.cy-company-quality-v3,.cy-company-products-v3,.cy-company-gallery-v3,.cy-company-cta-v3{padding:28px 0!important}
  .cy-company-hero-copy-v3,.cy-company-story-card-v3,.cy-company-quality-copy-v3{padding:28px 24px!important;border-radius:30px!important}
  .cy-company-hero-copy-v3 h1{font-size:42px!important;line-height:1.06!important;margin:18px 0 14px!important}
  .cy-company-hero-copy-v3 p,.cy-company-story-card-v3 p,.cy-company-quality-copy-v3 p,.cy-company-section-head-v3 p{font-size:15px!important;line-height:1.85!important}
  .cy-company-hero-actions-v3{margin-top:22px!important}
  .cy-pill-btn{height:48px!important;flex:1 1 calc(50% - 6px)!important;padding:0 14px!important;font-size:15px!important}
  .cy-company-hero-media-v3,.cy-company-story-photo-v3,.cy-company-quality-photo-v3{height:300px!important;border-radius:30px!important}
  .cy-company-stats-v3{padding:4px 0 24px!important}
  .cy-company-stats-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .cy-company-stats-grid-v3 div{min-height:104px!important;padding:18px!important;border-radius:24px!important}
  .cy-company-stats-grid-v3 strong{font-size:30px!important}
  .cy-company-stats-grid-v3 span{font-size:12px!important;margin-top:12px!important}
  .cy-company-story-card-v3 h2,.cy-company-section-head-v3 h2,.cy-company-quality-copy-v3 h2{font-size:36px!important;line-height:1.08!important}
  .cy-company-section-head-v3{margin-bottom:18px!important}
  .cy-company-process-grid-v3{grid-template-columns:1fr!important;gap:10px!important}
  .cy-company-process-card-v3{min-height:auto!important;padding:22px!important;border-radius:26px!important}
  .cy-company-process-card-v3 b{margin-bottom:18px!important}
  .cy-company-process-card-v3 h3{font-size:24px!important}
  .cy-company-product-chips-v3{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .cy-company-product-chips-v3 a{height:54px!important;font-size:14px!important;padding:0 12px!important}
  .cy-company-gallery-grid-v3{gap:10px!important}
  .cy-company-gallery-grid-v3 img{height:220px!important;border-radius:26px!important}
  .cy-company-cta-card-v3{grid-template-columns:1fr!important;padding:28px 24px!important;border-radius:30px!important}
  .cy-company-cta-card-v3 h2{font-size:32px!important;line-height:1.12!important}
  .cy-company-cta-card-v3 a{width:100%!important;height:52px!important;font-size:16px!important}
}

/* ===== V11.6.3 公司介绍：去掉大红块与超大标题，回到苹果官网式克制排版 ===== */
.cy-company-v4{background:#f5f6f8!important;color:#101621!important;overflow:hidden!important}
.cy-company-v4 .cy-wrap{width:min(100% - 96px,1460px)!important;margin:0 auto!important}
.cy-company-v4 .cyc-eyebrow{display:inline-flex!important;align-items:center!important;height:32px!important;padding:0 16px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(15,23,42,.08)!important;color:#8b5e34!important;font-size:12px!important;font-weight:950!important;letter-spacing:.22em!important;line-height:1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important}
.cy-company-v4 .cyc-hero{padding:54px 0 34px!important;background:linear-gradient(180deg,#fff 0%,#f5f6f8 100%)!important}
.cy-company-v4 .cyc-hero-grid{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:34px!important;align-items:stretch!important}
.cy-company-v4 .cyc-copy{background:rgba(255,255,255,.84)!important;border:1px solid rgba(15,23,42,.07)!important;border-radius:34px!important;padding:56px!important;box-shadow:0 24px 70px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.96)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:540px!important}
.cy-company-v4 .cyc-copy h1{margin:28px 0 22px!important;max-width:720px!important;color:#101621!important;font-size:56px!important;line-height:1.05!important;letter-spacing:-.065em!important;font-weight:950!important;text-wrap:balance!important}
.cy-company-v4 .cyc-copy p{margin:0!important;max-width:760px!important;color:#5f6874!important;font-size:18px!important;line-height:1.86!important;font-weight:500!important;text-align:left!important}
.cy-company-v4 .cyc-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:30px!important}
.cy-company-v4 .cyc-btn{height:48px!important;padding:0 22px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important;font-weight:900!important;white-space:nowrap!important;text-decoration:none!important;transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s,background .26s!important}
.cy-company-v4 .cyc-btn.dark{background:#101621!important;color:#fff!important;box-shadow:0 14px 30px rgba(15,23,42,.16)!important}
.cy-company-v4 .cyc-btn.light{background:rgba(255,255,255,.85)!important;color:#101621!important;border:1px solid rgba(15,23,42,.08)!important}
.cy-company-v4 .cyc-btn:hover{transform:translateY(-2px)!important}
.cy-company-v4 .cyc-media{margin:0!important;border-radius:34px!important;overflow:hidden!important;background:#e5e7eb!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 24px 70px rgba(15,23,42,.08)!important;min-height:540px!important}
.cy-company-v4 .cyc-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.cy-company-v4 .cyc-metrics{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin-top:20px!important}
.cy-company-v4 .cyc-metrics div{min-height:108px!important;padding:22px 24px!important;border-radius:24px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 12px 34px rgba(15,23,42,.045),inset 0 1px 0 rgba(255,255,255,.96)!important}
.cy-company-v4 .cyc-metrics b{display:block!important;color:#101621!important;font-size:34px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.045em!important}
.cy-company-v4 .cyc-metrics span{display:block!important;margin-top:12px!important;color:#68717a!important;font-size:14px!important;font-weight:800!important}
.cy-company-v4 .cyc-section{padding:36px 0!important;background:#f5f6f8!important}
.cy-company-v4 .cyc-section.slim{padding-top:46px!important;padding-bottom:34px!important}
.cy-company-v4 .cyc-two{display:grid!important;grid-template-columns:1fr 1fr!important;gap:28px!important;align-items:stretch!important}
.cy-company-v4 .cyc-two.reverse{grid-template-columns:1fr 1fr!important}
.cy-company-v4 .cyc-card,.cy-company-v4 .cyc-photo{border-radius:34px!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 22px 62px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.96)!important;background:rgba(255,255,255,.84)!important;overflow:hidden!important;min-height:430px!important}
.cy-company-v4 .cyc-card.text{padding:50px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.cy-company-v4 .cyc-card h2{margin:24px 0 18px!important;color:#101621!important;font-size:42px!important;line-height:1.12!important;letter-spacing:-.055em!important;font-weight:950!important;text-wrap:balance!important}
.cy-company-v4 .cyc-card p{margin:0!important;color:#5f6874!important;font-size:17px!important;line-height:1.9!important;font-weight:500!important;text-align:left!important}
.cy-company-v4 .cyc-photo.clean img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.cy-company-v4 .cyc-center-head{max-width:920px!important;margin:0 auto 24px!important;text-align:center!important}
.cy-company-v4 .cyc-center-head h2{margin:20px 0 14px!important;color:#101621!important;font-size:46px!important;line-height:1.08!important;letter-spacing:-.06em!important;font-weight:950!important;text-wrap:balance!important}
.cy-company-v4 .cyc-center-head p{margin:0 auto!important;max-width:840px!important;color:#68717a!important;font-size:17px!important;line-height:1.85!important;font-weight:500!important}
.cy-company-v4 .cyc-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.cy-company-v4 .cyc-steps div{min-height:170px!important;padding:24px!important;border-radius:28px!important;background:rgba(255,255,255,.84)!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 14px 38px rgba(15,23,42,.045),inset 0 1px 0 rgba(255,255,255,.96)!important;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s!important}
.cy-company-v4 .cyc-steps div:hover{transform:translateY(-4px)!important;box-shadow:0 20px 46px rgba(15,23,42,.08)!important}
.cy-company-v4 .cyc-steps em{display:block!important;font-style:normal!important;color:#d70018!important;font-size:12px!important;letter-spacing:.16em!important;font-weight:950!important;margin-bottom:28px!important}
.cy-company-v4 .cyc-steps b{display:block!important;color:#101621!important;font-size:24px!important;line-height:1.1!important;font-weight:950!important;letter-spacing:-.04em!important;margin-bottom:10px!important}
.cy-company-v4 .cyc-steps span{display:block!important;color:#68717a!important;font-size:14px!important;line-height:1.72!important;font-weight:600!important}
.cy-company-v4 .product-line{padding-top:46px!important;padding-bottom:48px!important}
.cy-company-v4 .cyc-center-head.compact{max-width:850px!important}
.cy-company-v4 .cyc-chips{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;max-width:1120px!important;margin:0 auto!important}
.cy-company-v4 .cyc-chips a{height:58px!important;padding:0 18px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:rgba(255,255,255,.84)!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 12px 28px rgba(15,23,42,.045),inset 0 1px 0 rgba(255,255,255,.95)!important;color:#101621!important;font-size:16px!important;font-weight:900!important;text-decoration:none!important;transition:transform .26s cubic-bezier(.22,1,.36,1),background .26s,box-shadow .26s!important}
.cy-company-v4 .cyc-chips a:hover{transform:translateY(-3px)!important;background:#101621!important;color:#fff!important;box-shadow:0 18px 40px rgba(15,23,42,.13)!important}
.cy-company-v4 .cyc-gallery-sec{padding:22px 0 42px!important;background:#f5f6f8!important}
.cy-company-v4 .cyc-gallery{display:grid!important;grid-template-columns:1fr 1.15fr 1fr!important;gap:14px!important}
.cy-company-v4 .cyc-gallery img{width:100%!important;height:280px!important;object-fit:cover!important;border-radius:28px!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 16px 42px rgba(15,23,42,.06)!important;background:#e5e7eb!important}
.cy-company-v4 .cyc-contact-sec{padding:22px 0 76px!important;background:#f5f6f8!important}
.cy-company-v4 .cyc-contact{border-radius:34px!important;padding:36px 40px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:24px!important;align-items:center!important;background:#101621!important;color:#fff!important;box-shadow:0 26px 70px rgba(15,23,42,.16)!important;position:relative!important;overflow:hidden!important}
.cy-company-v4 .cyc-contact::after{content:'';position:absolute;right:-80px;top:-120px;width:320px;height:320px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.13),rgba(255,255,255,0) 65%);pointer-events:none!important}
.cy-company-v4 .cyc-contact .cyc-eyebrow{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important}
.cy-company-v4 .cyc-contact h2{margin:18px 0 8px!important;color:#fff!important;font-size:38px!important;line-height:1.08!important;letter-spacing:-.05em!important;font-weight:950!important}
.cy-company-v4 .cyc-contact p{margin:0!important;color:rgba(255,255,255,.68)!important;font-size:16px!important;line-height:1.7!important}
.cy-company-v4 .cyc-contact a{height:54px!important;padding:0 24px!important;border-radius:999px!important;background:#fff!important;color:#101621!important;font-size:17px!important;font-weight:950!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:0 16px 36px rgba(0,0,0,.18)!important;position:relative!important;z-index:1!important}

@media (max-width: 1100px){
  .cy-company-v4 .cy-wrap{width:min(100% - 48px,980px)!important}
  .cy-company-v4 .cyc-hero-grid,.cy-company-v4 .cyc-two,.cy-company-v4 .cyc-two.reverse{grid-template-columns:1fr!important}
  .cy-company-v4 .cyc-copy,.cy-company-v4 .cyc-media,.cy-company-v4 .cyc-card,.cy-company-v4 .cyc-photo{min-height:auto!important}
  .cy-company-v4 .cyc-media,.cy-company-v4 .cyc-photo{height:430px!important}
  .cy-company-v4 .cyc-metrics,.cy-company-v4 .cyc-steps,.cy-company-v4 .cyc-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .cy-company-v4 .cyc-gallery{grid-template-columns:1fr!important}
}
@media (max-width: 640px){
  .cy-company-v4 .cy-wrap{width:calc(100% - 28px)!important}
  .cy-company-v4 .cyc-hero{padding:18px 0 18px!important}
  .cy-company-v4 .cyc-copy{padding:28px 24px!important;border-radius:28px!important;min-height:auto!important}
  .cy-company-v4 .cyc-copy h1{font-size:36px!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:18px 0 14px!important;max-width:100%!important}
  .cy-company-v4 .cyc-copy p,.cy-company-v4 .cyc-card p,.cy-company-v4 .cyc-center-head p{font-size:15px!important;line-height:1.82!important}
  .cy-company-v4 .cyc-actions{margin-top:22px!important}
  .cy-company-v4 .cyc-btn{height:46px!important;padding:0 18px!important;font-size:14px!important}
  .cy-company-v4 .cyc-media{height:260px!important;border-radius:28px!important}
  .cy-company-v4 .cyc-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important}
  .cy-company-v4 .cyc-metrics div{min-height:94px!important;padding:17px!important;border-radius:22px!important}
  .cy-company-v4 .cyc-metrics b{font-size:28px!important}
  .cy-company-v4 .cyc-metrics span{font-size:12px!important;margin-top:10px!important}
  .cy-company-v4 .cyc-section{padding:24px 0!important}
  .cy-company-v4 .cyc-two{gap:12px!important}
  .cy-company-v4 .cyc-card.text{padding:26px 24px!important;border-radius:28px!important}
  .cy-company-v4 .cyc-card h2,.cy-company-v4 .cyc-center-head h2{font-size:32px!important;line-height:1.12!important;letter-spacing:-.045em!important;margin:16px 0 12px!important}
  .cy-company-v4 .cyc-photo{height:250px!important;border-radius:28px!important}
  .cy-company-v4 .cyc-center-head{margin-bottom:16px!important;text-align:left!important}
  .cy-company-v4 .cyc-steps{grid-template-columns:1fr!important;gap:10px!important}
  .cy-company-v4 .cyc-steps div{min-height:auto!important;padding:20px!important;border-radius:24px!important}
  .cy-company-v4 .cyc-steps em{margin-bottom:14px!important}
  .cy-company-v4 .cyc-steps b{font-size:22px!important}
  .cy-company-v4 .cyc-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .cy-company-v4 .cyc-chips a{height:52px!important;font-size:14px!important;padding:0 10px!important}
  .cy-company-v4 .cyc-gallery{gap:10px!important}
  .cy-company-v4 .cyc-gallery img{height:210px!important;border-radius:24px!important}
  .cy-company-v4 .cyc-contact{grid-template-columns:1fr!important;padding:26px 24px!important;border-radius:28px!important}
  .cy-company-v4 .cyc-contact h2{font-size:28px!important;line-height:1.14!important}
  .cy-company-v4 .cyc-contact a{height:50px!important;width:100%!important;font-size:15px!important}
}

/* ===== v11.6.4 homepage company section refresh ===== */
.cy-home-company-v2{padding:74px 0 82px!important;background:#f5f6f8!important;position:relative!important;overflow:hidden!important}
.cy-home-company-v2 .cy-wrap{width:min(100% - 48px,1240px)!important;margin:0 auto!important}
.cy-home-company-head-v2{max-width:860px!important;margin:0 auto 28px!important;text-align:center!important}
.cy-home-company-head-v2 span,
.cy-home-company-copy-v2 span{display:inline-flex!important;align-items:center!important;height:34px!important;padding:0 16px!important;border-radius:999px!important;border:1px solid rgba(17,24,39,.08)!important;background:rgba(255,255,255,.78)!important;color:#a06a3b!important;font-size:12px!important;letter-spacing:.16em!important;font-weight:900!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}
.cy-home-company-head-v2 h2{margin:18px 0 10px!important;color:#101621!important;font-size:44px!important;line-height:1.08!important;letter-spacing:-.05em!important;font-weight:950!important}
.cy-home-company-head-v2 p{margin:0 auto!important;max-width:740px!important;color:#68717a!important;font-size:17px!important;line-height:1.82!important;font-weight:500!important}
.cy-home-company-grid-v2{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)!important;gap:18px!important;align-items:start!important}
.cy-home-company-main-v2{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;gap:18px!important;align-items:stretch!important}
.cy-home-company-copy-v2,
.cy-home-company-image-v2,
.cy-home-company-points-v2 article,
.cy-home-company-timeline-v2 div{background:rgba(255,255,255,.82)!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 16px 40px rgba(15,23,42,.055),inset 0 1px 0 rgba(255,255,255,.94)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.cy-home-company-copy-v2{padding:34px 32px!important;border-radius:32px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:420px!important}
.cy-home-company-copy-v2 h3{margin:20px 0 16px!important;color:#101621!important;font-size:42px!important;line-height:1.05!important;letter-spacing:-.06em!important;font-weight:950!important;text-wrap:balance!important}
.cy-home-company-copy-v2 p{margin:0!important;color:#5f6874!important;font-size:16px!important;line-height:1.9!important;font-weight:500!important}
.cy-home-company-image-v2{margin:0!important;border-radius:32px!important;overflow:hidden!important;min-height:420px!important}
.cy-home-company-image-v2 img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.cy-home-company-points-v2{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important}
.cy-home-company-points-v2 article{min-height:200px!important;border-radius:28px!important;padding:26px 24px!important;display:flex!important;gap:18px!important;align-items:flex-start!important}
.cy-home-company-points-v2 em{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 54px!important;width:54px!important;height:54px!important;border-radius:16px!important;background:#f59e0b!important;color:#fff!important;font-style:normal!important;font-size:22px!important;line-height:1!important;font-weight:950!important;box-shadow:0 10px 24px rgba(245,158,11,.22)!important}
.cy-home-company-points-v2 h4{margin:2px 0 10px!important;color:#101621!important;font-size:24px!important;line-height:1.12!important;letter-spacing:-.04em!important;font-weight:900!important}
.cy-home-company-points-v2 p{margin:0!important;color:#68717a!important;font-size:15px!important;line-height:1.8!important;font-weight:500!important}
.cy-home-company-timeline-v2{margin-top:18px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.cy-home-company-timeline-v2 div{min-height:120px!important;border-radius:26px!important;padding:22px 22px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}
.cy-home-company-timeline-v2 strong{display:block!important;color:#101621!important;font-size:34px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.05em!important}
.cy-home-company-timeline-v2 span{display:block!important;margin-top:12px!important;color:#6a7280!important;font-size:14px!important;line-height:1.6!important;font-weight:700!important}

@media (max-width: 1100px){
  .cy-home-company-grid-v2,.cy-home-company-main-v2{grid-template-columns:1fr!important}
  .cy-home-company-copy-v2,.cy-home-company-image-v2{min-height:auto!important}
  .cy-home-company-image-v2{height:360px!important}
}
@media (max-width: 820px){
  .cy-home-company-v2{padding:48px 0 56px!important}
  .cy-home-company-v2 .cy-wrap{width:calc(100% - 28px)!important}
  .cy-home-company-head-v2{margin-bottom:20px!important;text-align:left!important}
  .cy-home-company-head-v2 h2{font-size:34px!important;line-height:1.08!important;margin:16px 0 10px!important}
  .cy-home-company-head-v2 p{font-size:15px!important;line-height:1.8!important;max-width:none!important}
  .cy-home-company-main-v2,.cy-home-company-points-v2,.cy-home-company-timeline-v2{grid-template-columns:1fr!important}
  .cy-home-company-copy-v2{padding:26px 22px!important;border-radius:26px!important;min-height:auto!important}
  .cy-home-company-copy-v2 h3{font-size:30px!important;line-height:1.1!important;margin:16px 0 12px!important}
  .cy-home-company-copy-v2 p{font-size:14px!important;line-height:1.82!important}
  .cy-home-company-image-v2{height:240px!important;border-radius:26px!important}
  .cy-home-company-points-v2{gap:12px!important}
  .cy-home-company-points-v2 article{min-height:auto!important;padding:20px!important;border-radius:24px!important;gap:14px!important}
  .cy-home-company-points-v2 em{width:46px!important;height:46px!important;flex-basis:46px!important;border-radius:14px!important;font-size:18px!important}
  .cy-home-company-points-v2 h4{font-size:20px!important;margin:1px 0 8px!important}
  .cy-home-company-points-v2 p{font-size:14px!important;line-height:1.72!important}
  .cy-home-company-timeline-v2{margin-top:12px!important;gap:10px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .cy-home-company-timeline-v2 div{min-height:94px!important;padding:16px!important;border-radius:20px!important}
  .cy-home-company-timeline-v2 strong{font-size:24px!important}
  .cy-home-company-timeline-v2 span{font-size:12px!important;margin-top:8px!important}
}

/* ===== v11.6.5 homepage company section: apple-like cleaner slider ===== */
.cy-home-company-v3{padding:96px 0 112px!important;background:#f5f6f8!important;position:relative!important;overflow:hidden!important}
.cy-home-company-v3 .cy-wrap{width:min(100% - 56px,1240px)!important;margin:0 auto!important}
.cy-home-company-top-v3{max-width:760px!important;margin:0 auto 30px!important;text-align:center!important}
.cy-home-company-top-v3 span,
.cy-home-company-copy-v3 > span,
.cy-home-company-caption-v3 span{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:34px!important;padding:0 16px!important;border-radius:999px!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(17,24,39,.07)!important;color:#a06a3b!important;font-size:12px!important;letter-spacing:.16em!important;font-weight:900!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.cy-home-company-top-v3 h2{margin:18px 0 0!important;color:#0f172a!important;font-size:44px!important;line-height:1.04!important;letter-spacing:-.05em!important;font-weight:950!important}
.cy-home-company-shell-v3{display:grid!important;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)!important;gap:28px!important;align-items:stretch!important}
.cy-home-company-copy-v3,
.cy-home-company-slider-v3{background:rgba(255,255,255,.8)!important;border:1px solid rgba(15,23,42,.07)!important;box-shadow:0 20px 50px rgba(15,23,42,.055), inset 0 1px 0 rgba(255,255,255,.92)!important;border-radius:34px!important;backdrop-filter:blur(22px)!important;-webkit-backdrop-filter:blur(22px)!important}
.cy-home-company-copy-v3{padding:36px 38px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:620px!important}
.cy-home-company-copy-v3 h3{margin:22px 0 18px!important;color:#0f172a!important;font-size:54px!important;line-height:.98!important;letter-spacing:-.075em!important;font-weight:980!important;text-wrap:balance!important;max-width:10.5em!important}
.cy-home-company-copy-v3 p{margin:0!important;color:#66707b!important;font-size:16px!important;line-height:1.95!important;font-weight:500!important;max-width:38em!important}
.cy-home-company-stats-v3{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:24px!important}
.cy-home-company-stats-v3 div{padding:14px 16px!important;border-radius:22px!important;background:rgba(246,247,249,.9)!important;border:1px solid rgba(15,23,42,.05)!important}
.cy-home-company-stats-v3 strong{display:block!important;color:#0f172a!important;font-size:28px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.05em!important}
.cy-home-company-stats-v3 span{display:block!important;margin-top:8px!important;color:#7b8592!important;font-size:13px!important;line-height:1.6!important;font-weight:700!important}
.cy-home-company-tags-v3{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:22px!important}
.cy-home-company-tags-v3 span{display:inline-flex!important;align-items:center!important;min-height:38px!important;padding:0 14px!important;border-radius:999px!important;background:#f4f5f7!important;border:1px solid rgba(15,23,42,.06)!important;color:#4f5a66!important;font-size:13px!important;line-height:1.2!important;font-weight:800!important}

.cy-home-company-slider-v3{position:relative!important;overflow:hidden!important;min-height:620px!important}
.cy-home-company-track-v3{position:absolute!important;inset:0!important}
.cy-home-company-slide-v3{position:absolute!important;inset:0!important;margin:0!important;opacity:0!important;transform:scale(1.03)!important;transition:opacity .55s ease, transform 1.1s ease!important}
.cy-home-company-slide-v3.is-active{opacity:1!important;transform:scale(1)!important;z-index:1!important}
.cy-home-company-slide-v3 img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}
.cy-home-company-overlay-v3{position:absolute!important;left:20px!important;right:20px!important;bottom:20px!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:14px!important;z-index:2!important}
.cy-home-company-caption-v3{padding:18px 20px!important;border-radius:24px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(255,255,255,.5)!important;box-shadow:0 14px 34px rgba(15,23,42,.10)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.cy-home-company-caption-v3 strong{display:block!important;margin-top:10px!important;color:#0f172a!important;font-size:24px!important;line-height:1.12!important;font-weight:900!important;letter-spacing:-.04em!important}
.cy-home-company-dots-v3{display:flex!important;align-items:center!important;gap:10px!important;padding:12px 14px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(255,255,255,.48)!important;box-shadow:0 12px 28px rgba(15,23,42,.10)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.cy-home-company-dots-v3 button{appearance:none!important;border:0!important;outline:0!important;width:10px!important;height:10px!important;border-radius:50%!important;background:rgba(15,23,42,.18)!important;padding:0!important;cursor:pointer!important;transition:all .22s ease!important}
.cy-home-company-dots-v3 button:hover,.cy-home-company-dots-v3 button:focus-visible{background:rgba(15,23,42,.42)!important}
.cy-home-company-dots-v3 button.is-active{width:30px!important;border-radius:999px!important;background:#111827!important}

@media (max-width: 1200px){
  .cy-home-company-copy-v3 h3{font-size:48px!important}
}
@media (max-width: 1080px){
  .cy-home-company-shell-v3{grid-template-columns:1fr!important}
  .cy-home-company-copy-v3,.cy-home-company-slider-v3{min-height:auto!important}
  .cy-home-company-slider-v3{height:540px!important}
}
@media (max-width: 820px){
  .cy-home-company-v3{padding:54px 0 64px!important}
  .cy-home-company-v3 .cy-wrap{width:calc(100% - 28px)!important}
  .cy-home-company-top-v3{margin:0 0 18px!important;text-align:left!important}
  .cy-home-company-top-v3 h2{font-size:34px!important;margin-top:14px!important}
  .cy-home-company-shell-v3{gap:16px!important}
  .cy-home-company-slider-v3{order:1!important;height:270px!important;border-radius:28px!important}
  .cy-home-company-copy-v3{order:2!important;padding:24px 20px!important;min-height:auto!important;border-radius:28px!important}
  .cy-home-company-copy-v3 h3{margin:16px 0 12px!important;font-size:32px!important;line-height:1.07!important;max-width:none!important}
  .cy-home-company-copy-v3 p{font-size:14px!important;line-height:1.85!important}
  .cy-home-company-stats-v3{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:18px!important}
  .cy-home-company-stats-v3 div{padding:12px!important;border-radius:18px!important}
  .cy-home-company-stats-v3 strong{font-size:22px!important}
  .cy-home-company-stats-v3 span{font-size:12px!important;margin-top:6px!important}
  .cy-home-company-tags-v3{gap:8px!important;margin-top:18px!important}
  .cy-home-company-tags-v3 span{min-height:34px!important;padding:0 12px!important;font-size:12px!important}
  .cy-home-company-overlay-v3{left:14px!important;right:14px!important;bottom:14px!important;align-items:center!important}
  .cy-home-company-caption-v3{padding:12px 14px!important;border-radius:18px!important;max-width:66%!important}
  .cy-home-company-caption-v3 span{height:28px!important;padding:0 10px!important;font-size:10px!important;letter-spacing:.14em!important}
  .cy-home-company-caption-v3 strong{margin-top:8px!important;font-size:16px!important;line-height:1.16!important}
  .cy-home-company-dots-v3{padding:8px 10px!important;gap:8px!important}
  .cy-home-company-dots-v3 button{width:8px!important;height:8px!important}
  .cy-home-company-dots-v3 button.is-active{width:22px!important}
}
@media (max-width: 560px){
  .cy-home-company-stats-v3{grid-template-columns:1fr 1fr!important}
  .cy-home-company-copy-v3 h3{font-size:30px!important}
  .cy-home-company-slider-v3{height:250px!important}
  .cy-home-company-overlay-v3{flex-direction:column!important;align-items:flex-start!important}
  .cy-home-company-caption-v3{max-width:100%!important}
}

/* ===== v11.6.6 company block: ultra minimal copy ===== */
.cy-home-company-v3{padding:72px 0 92px!important}
.cy-home-company-top-v3{display:none!important}
.cy-home-company-shell-v3{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)!important;gap:26px!important;max-width:1180px!important;margin:0 auto!important}
.cy-home-company-copy-v3{min-height:540px!important;padding:38px 42px!important;border-radius:34px!important;justify-content:center!important}
.cy-home-company-copy-v3 h3{font-size:46px!important;line-height:1.04!important;letter-spacing:-.065em!important;margin:22px 0 16px!important;max-width:7.2em!important;text-wrap:balance!important}
.cy-home-company-copy-v3 p{font-size:16px!important;line-height:1.9!important;max-width:30em!important;color:#66707b!important}
.cy-home-company-stats-v3{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin-top:26px!important}
.cy-home-company-stats-v3 div{padding:12px 10px!important;border-radius:18px!important;background:rgba(248,249,251,.78)!important;text-align:center!important}
.cy-home-company-stats-v3 strong{font-size:22px!important;letter-spacing:-.04em!important}
.cy-home-company-stats-v3 span{font-size:11px!important;line-height:1.35!important;margin-top:7px!important}
.cy-home-company-slider-v3{min-height:540px!important;border-radius:34px!important}
.cy-home-company-caption-v3{padding:14px 16px!important;border-radius:20px!important}
.cy-home-company-caption-v3 strong{font-size:18px!important;margin-top:7px!important}

@media (max-width: 1080px){
  .cy-home-company-shell-v3{grid-template-columns:1fr!important;max-width:760px!important}
  .cy-home-company-slider-v3{height:420px!important;min-height:420px!important;order:1!important}
  .cy-home-company-copy-v3{min-height:auto!important;order:2!important}
}
@media (max-width: 820px){
  .cy-home-company-v3{padding:42px 0 54px!important}
  .cy-home-company-shell-v3{gap:14px!important}
  .cy-home-company-slider-v3{height:244px!important;min-height:244px!important;border-radius:26px!important}
  .cy-home-company-copy-v3{padding:22px!important;border-radius:26px!important}
  .cy-home-company-copy-v3 h3{font-size:30px!important;line-height:1.08!important;margin:16px 0 10px!important;max-width:8em!important}
  .cy-home-company-copy-v3 p{font-size:14px!important;line-height:1.78!important;max-width:none!important}
  .cy-home-company-stats-v3{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin-top:16px!important}
  .cy-home-company-stats-v3 div{padding:10px 6px!important;border-radius:16px!important}
  .cy-home-company-stats-v3 strong{font-size:18px!important}
  .cy-home-company-stats-v3 span{font-size:10px!important;line-height:1.25!important;margin-top:6px!important}
  .cy-home-company-caption-v3{display:none!important}
  .cy-home-company-overlay-v3{justify-content:center!important;align-items:center!important;left:0!important;right:0!important;bottom:12px!important}
}
@media (max-width: 430px){
  .cy-home-company-copy-v3 h3{font-size:28px!important;max-width:7.4em!important}
  .cy-home-company-stats-v3 span{display:none!important}
  .cy-home-company-stats-v3 div{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important}
}

/* v11.6.9 footer legal record links */
.cy-footer-records{display:flex;align-items:center;gap:12px 18px;flex-wrap:wrap}
.cy-footer-record-link{display:inline-flex!important;align-items:center;gap:6px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.72);border-radius:999px;padding:3px 10px;color:#3c4043!important;text-decoration:none!important;font-weight:800!important;line-height:1.45}
.cy-footer-record-link:hover{background:#fff;border-color:rgba(15,23,42,.16);transform:translateY(-1px);box-shadow:0 8px 22px rgba(15,23,42,.08)}
.cy-footer-police-record::before{content:'🏅';font-size:14px;line-height:1}
@media (max-width: 760px){.cy-footer-records{gap:8px;align-items:flex-start}.cy-footer-record-link{font-size:12px;padding:3px 9px}}

/* ===== v11.7 safe mobile speed + spacing fix =====
   Scope: only homepage image loading and mobile spacing. No DOM rewriting. */
.cy-responsive-picture{display:block;width:100%;height:100%;}
.cy-responsive-picture img{display:block;width:100%;height:100%;object-fit:cover;}
.cy-hero-slide .cy-responsive-picture,
.cy-home-company-slide-v3 .cy-responsive-picture{position:relative;width:100%;height:100%;}

/* use the same rounded container, but reduce empty space between product and company on phones */
@media (max-width: 767px){
  .cy-hero-3m{padding-bottom:24px!important;}
  .cy-hero-frame{content-visibility:auto;contain-intrinsic-size:360px 442px;}
  .cy-hero-frame img{filter:contrast(1.04) saturate(1.03)!important;}

  .cy-bubble-products{padding-top:24px!important;padding-bottom:20px!important;}
  .cy-bubble-products .cy-section-intro{margin-bottom:22px!important;}
  .cy-bubble-product-grid{margin-bottom:0!important;}

  .cy-home-company-v3{padding-top:24px!important;padding-bottom:44px!important;}
  .cy-home-company-v3 .cy-wrap{width:calc(100% - 24px)!important;}
  .cy-home-company-shell-v3{gap:10px!important;}
  .cy-home-company-slider-v3{height:228px!important;min-height:228px!important;margin:0!important;border-radius:26px!important;}
  .cy-home-company-copy-v3{margin:0!important;padding:20px!important;border-radius:26px!important;}
  .cy-home-company-copy-v3 > span{height:30px!important;font-size:10px!important;letter-spacing:.16em!important;}
  .cy-home-company-copy-v3 h3{font-size:28px!important;margin:14px 0 10px!important;}
  .cy-home-company-copy-v3 p{font-size:13px!important;line-height:1.72!important;}
  .cy-home-company-stats-v3{margin-top:14px!important;}
}
