
/* YOUCAN v1.2 - Premium commerce UI */
:root{
  --yc-brand:#075f57;
  --yc-brand-dark:#003f39;
  --yc-brand-2:#0b756b;
  --yc-mint:#e9f5f2;
  --yc-paper:#f7f9f8;
  --yc-white:#ffffff;
  --yc-ink:#12302c;
  --yc-muted:#7b8a87;
  --yc-line:#e6ecea;
  --yc-radius:22px;
  --yc-shadow:0 14px 36px rgba(0,63,57,.08);
  --yc-shadow-lg:0 22px 70px rgba(0,63,57,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--yc-ink);font-family:"Noto Sans Arabic",Tahoma,Arial,sans-serif;font-size:16px;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select{font:inherit}
button{cursor:pointer}
.iw-container{width:min(1320px,calc(100% - 48px));margin-inline:auto}
.site-main{min-height:60vh;background:#fff}
/* preloader */
#iw-preloader{background:var(--yc-brand-dark)!important}
.iw-preloader-glow{background:radial-gradient(circle,rgba(89,198,186,.20),rgba(255,255,255,.03) 42%,transparent 70%)!important}
.iw-preloader-logo{width:min(260px,70vw)!important}
/* header */
.iw-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--yc-line)}
.iw-topbar{background:var(--yc-brand-dark);color:#fff}
.iw-topbar-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;font-size:11px;opacity:.92}
.iw-nav{height:76px;display:grid;grid-template-columns:auto minmax(250px,1fr) auto;gap:28px;align-items:center}
.iw-brand{display:flex;align-items:center;gap:10px;min-width:180px}
.iw-brand .custom-logo{width:auto;height:45px;max-width:170px;object-fit:contain}
.iw-brand-copy{display:flex;flex-direction:column;line-height:1.05}
.iw-brand-copy strong{font-size:17px;letter-spacing:-.2px}
.iw-brand-copy small{font-size:10px;color:var(--yc-muted);margin-top:4px}
.iw-menu{display:flex;justify-content:center}
.iw-menu ul{display:flex;align-items:center;gap:26px;list-style:none;padding:0;margin:0}
.iw-menu li{font-size:13px;font-weight:800;color:#41514e}
.iw-menu a:hover{color:var(--yc-brand)}
.iw-header-tools{display:flex;align-items:center;gap:9px}
.iw-search{display:flex;align-items:center;gap:8px;border:1px solid var(--yc-line);background:#fff;border-radius:14px;height:42px;padding:0 13px;min-width:300px}
.iw-search input{border:0;outline:0;background:transparent;width:100%;font-size:12px;color:var(--yc-ink)}
.iw-search svg{flex:none;color:#78908c}
.iw-tool{width:42px;height:42px;border:1px solid var(--yc-line);border-radius:14px;display:grid;place-items:center;background:#fff;position:relative}
.iw-cart-count{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--yc-brand);color:#fff;font-size:9px;font-weight:900;display:grid;place-items:center}
/* hero */
.iw-home-hero{padding:24px 0 18px;background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%)}
.iw-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:30px;align-items:stretch}
.iw-hero-copy{padding:42px 8px 40px 4px;display:flex;flex-direction:column;justify-content:center}
.iw-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:900;color:var(--yc-brand);margin-bottom:14px}
.iw-kicker:before{content:"";width:28px;height:3px;border-radius:99px;background:var(--yc-brand)}
.iw-hero-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-2.7px;margin:0 0 18px;font-weight:950;color:var(--yc-brand-dark);max-width:720px}
.iw-hero-copy h1 em{font-style:normal;color:var(--yc-brand)}
.iw-hero-copy p{margin:0;color:#6d7e7a;max-width:580px;font-size:17px;line-height:1.85}
.iw-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.iw-btn{min-height:48px;padding:0 22px;border-radius:15px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:900;font-size:13px}
.iw-btn-primary{background:var(--yc-brand);color:#fff;box-shadow:0 9px 20px rgba(7,95,87,.18)}
.iw-btn-secondary{background:#fff;border-color:var(--yc-line);color:var(--yc-brand-dark)}
.iw-mini-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:#71827e;font-size:11px;font-weight:800}
.iw-mini-trust span{display:inline-flex;align-items:center;gap:6px}
.iw-mini-trust b{color:var(--yc-brand);font-size:14px}
.iw-hero-media{position:relative;border-radius:28px;overflow:hidden;min-height:390px;background:#dfece9;box-shadow:var(--yc-shadow-lg)}
.iw-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.iw-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,38,34,.16),transparent 42%,rgba(0,63,57,.04))}
.iw-hero-badge{position:absolute;z-index:2;left:18px;bottom:18px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-radius:18px;padding:13px 15px;display:flex;align-items:center;gap:11px;box-shadow:var(--yc-shadow)}
.iw-hero-badge strong{font-size:14px}.iw-hero-badge span{display:block;color:#758682;font-size:10px}
/* benefits */
.iw-benefits{padding:20px 0 10px}
.iw-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--yc-line);border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(0,63,57,.04);overflow:hidden}
.iw-benefit{padding:22px 18px;display:flex;align-items:center;gap:13px;border-inline-end:1px solid var(--yc-line)}
.iw-benefit:last-child{border-inline-end:0}
.iw-benefit-icon{width:44px;height:44px;border-radius:15px;background:var(--yc-mint);color:var(--yc-brand);display:grid;place-items:center;flex:none}
.iw-benefit strong{display:block;font-size:13px}.iw-benefit small{display:block;font-size:10px;color:#889793;margin-top:3px}
/* section */
.iw-home-section{padding:56px 0}
.iw-home-section-alt{background:var(--yc-paper)}
.iw-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}
.iw-section-head h2{margin:4px 0 0;font-size:28px;letter-spacing:-.8px;color:var(--yc-brand-dark)}
.iw-section-head p{margin:5px 0 0;color:#87948f;font-size:12px}
.iw-see-all{display:inline-flex;align-items:center;gap:6px;color:var(--yc-brand);font-weight:900;font-size:12px}
/* categories */
.iw-cat-scroller{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.iw-cat-card{background:#fff;border:1px solid var(--yc-line);border-radius:20px;padding:18px 12px;min-height:138px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:.2s}
.iw-cat-card:hover{transform:translateY(-3px);box-shadow:var(--yc-shadow)}
.iw-cat-icon{width:56px;height:56px;border-radius:18px;background:#f2f8f6;color:var(--yc-brand);display:grid;place-items:center;margin-bottom:11px}
.iw-cat-card strong{font-size:12px}.iw-cat-card small{font-size:9px;color:#9aa7a4;margin-top:3px}
/* product grid */
.iw-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.iw-product-card{position:relative;background:#fff;border:1px solid var(--yc-line);border-radius:22px;padding:12px;transition:.2s;overflow:hidden}
.iw-product-card:hover{transform:translateY(-3px);box-shadow:var(--yc-shadow)}
.iw-product-image{height:245px;border-radius:17px;background:linear-gradient(145deg,#f8fbfa,#eef4f2);display:grid;place-items:center;position:relative;overflow:hidden}
.iw-product-image img{width:90%;height:90%;object-fit:contain}
.iw-product-placeholder{width:118px;height:166px;border-radius:22px;background:linear-gradient(135deg,#ffffff,#cbd8d5);box-shadow:0 20px 35px rgba(0,63,57,.13);position:relative}
.iw-product-placeholder:before{content:"";position:absolute;inset:10px;border-radius:17px;background:linear-gradient(160deg,#315f5a,#0a2926)}
.iw-product-placeholder:after{content:"";position:absolute;top:15px;left:50%;transform:translateX(-50%);width:42px;height:7px;border-radius:99px;background:#17201f}
.iw-product-meta{padding:13px 3px 4px}.iw-product-meta h3{font-size:14px;margin:0 0 6px;line-height:1.45}.iw-product-meta p{margin:0;color:#8a9793;font-size:10px}
.iw-price-line{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:10px}.iw-price{font-weight:950;font-size:17px;color:var(--yc-brand-dark)}.iw-price small{font-size:9px;color:#8c9a96;font-weight:700}
.iw-installment-chip{display:inline-flex;align-items:center;gap:4px;background:var(--yc-mint);color:var(--yc-brand);padding:7px 9px;border-radius:11px;font-size:9px;font-weight:900;white-space:nowrap}
.iw-product-badge{position:absolute;top:18px;right:18px;background:var(--yc-brand);color:#fff;border-radius:999px;padding:6px 8px;font-size:9px;font-weight:900;z-index:2}
.iw-product-badge.sale{background:#eef7f4;color:var(--yc-brand)}
.iw-product-actions{display:flex;gap:8px;margin-top:10px}.iw-product-actions a{flex:1}
.iw-btn-product{min-height:40px!important;border-radius:12px!important;font-size:11px!important;padding:0 12px!important}
/* calculator */
.iw-calc-wrap{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:stretch}
.iw-calc-card{background:var(--yc-brand-dark);color:#fff;border-radius:28px;padding:32px;box-shadow:var(--yc-shadow-lg);position:relative;overflow:hidden}
.iw-calc-card:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(34,161,147,.16);left:-170px;bottom:-230px}
.iw-calc-card h2{font-size:32px;letter-spacing:-1px;margin:5px 0 10px;position:relative;z-index:1}.iw-calc-card p{margin:0;color:rgba(255,255,255,.66);font-size:12px;max-width:520px;position:relative;z-index:1}
.iw-calc-form{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px;position:relative;z-index:1}.iw-calc-field{display:flex;flex-direction:column;gap:7px}.iw-calc-field label{font-size:10px;color:rgba(255,255,255,.62);font-weight:800}.iw-calc-field input,.iw-calc-field select{height:44px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:12px;color:#fff;padding:0 11px;outline:0}.iw-calc-field option{color:#111;background:#fff}
.iw-calc-result{margin-top:15px;background:#fff;color:var(--yc-brand-dark);border-radius:18px;padding:17px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:1}.iw-calc-result span{font-size:10px;color:#6f817c}.iw-calc-result strong{font-size:27px;letter-spacing:-.8px}.iw-calc-note{margin-top:9px;font-size:9px;color:rgba(255,255,255,.55);position:relative;z-index:1}
.iw-calc-side{background:var(--yc-mint);border:1px solid #d9ebe7;border-radius:28px;padding:28px;display:flex;flex-direction:column;justify-content:center}.iw-calc-side .iw-kicker{margin-bottom:10px}.iw-calc-side h3{font-size:23px;line-height:1.3;margin:0 0 10px;color:var(--yc-brand-dark)}.iw-calc-side p{color:#6e817c;font-size:12px;line-height:1.8;margin:0 0 18px}.iw-calc-points{display:grid;gap:10px}.iw-calc-points div{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:900;color:#365651}.iw-calc-points b{width:25px;height:25px;border-radius:9px;display:grid;place-items:center;background:#fff;color:var(--yc-brand)}
/* finance logos strip */
.iw-finance-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.iw-finance-item{min-height:78px;background:#fff;border:1px solid var(--yc-line);border-radius:18px;display:flex;align-items:center;justify-content:center;padding:12px;text-align:center}.iw-finance-item strong{font-size:13px;color:#42625d}
/* app / final */
.iw-app-banner{background:linear-gradient(135deg,#e9f5f2,#f8fbfa);border:1px solid #dbece8;border-radius:28px;padding:28px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;position:relative}.iw-app-copy h2{font-size:28px;letter-spacing:-.7px;margin:5px 0 8px;color:var(--yc-brand-dark)}.iw-app-copy p{font-size:11px;color:#71817d;margin:0;max-width:520px}.iw-app-mock{width:180px;height:112px;border-radius:22px;background:#fff;box-shadow:var(--yc-shadow);display:grid;place-items:center;color:var(--yc-brand);font-size:44px;font-weight:950;transform:rotate(-7deg);flex:none}
/* footer */
.iw-footer{background:var(--yc-brand-dark);color:#fff;padding:58px 0 20px}.iw-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:38px}.iw-brand-footer .custom-logo{height:42px}.iw-footer-brand p{font-size:11px;color:rgba(255,255,255,.58);max-width:420px;line-height:1.9;margin-top:14px}.iw-footer-widget{display:flex;flex-direction:column;gap:10px}.iw-footer-widget h3{margin:0 0 4px;font-size:13px}.iw-footer-widget a{font-size:11px;color:rgba(255,255,255,.62)}.iw-footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:38px;padding-top:17px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(255,255,255,.38);font-size:9px}
/* mobile nav */
.iw-mobile-bottom-nav{display:none}
/* native WooCommerce polish */
ul.products:before,ul.products:after{display:none!important}
.woocommerce .iw-product-grid ul.products{margin:0!important}
.woocommerce ul.products li.product .price{color:var(--yc-brand-dark)}
.woocommerce ul.products li.product .button{background:var(--yc-brand)!important;border-radius:12px!important}
.iw-product-card-wrap{list-style:none}
/* Elementor */
.elementor-page .site-main{min-height:0}.elementor-widget-container .iw-home-section{width:100%}
/* responsive */
@media(max-width:1100px){
  .iw-nav{grid-template-columns:auto 1fr auto;gap:14px}.iw-menu ul{gap:14px}.iw-search{min-width:220px}.iw-benefit-grid{grid-template-columns:repeat(2,1fr)}.iw-benefit:nth-child(2){border-inline-end:0}.iw-benefit:nth-child(-n+2){border-bottom:1px solid var(--yc-line)}.iw-cat-scroller{grid-template-columns:repeat(3,1fr)}.iw-product-grid{grid-template-columns:repeat(3,1fr)}.iw-calc-wrap{grid-template-columns:1fr}.iw-finance-strip{grid-template-columns:repeat(3,1fr)}.iw-footer-grid{grid-template-columns:1.5fr 1fr 1fr}
}
@media(max-width:820px){
  .iw-container{width:min(100% - 28px,1320px)}.iw-topbar-inner span:last-child{display:none}.iw-nav{height:70px;grid-template-columns:1fr auto 1fr}.iw-brand{min-width:0}.iw-brand .custom-logo{height:38px;max-width:140px}.iw-brand-copy{display:none}.iw-menu{display:none}.iw-search{grid-column:1/-1;grid-row:2;display:flex;min-width:0;height:42px;margin-top:4px}.iw-header{padding-bottom:9px}.iw-nav{align-items:center}.iw-header-tools{justify-content:flex-end}.iw-tool.search-desktop{display:none}.iw-home-hero{padding-top:16px}.iw-home-hero-grid{grid-template-columns:1fr}.iw-hero-copy{padding:20px 0 3px;text-align:center;align-items:center}.iw-hero-copy h1{font-size:46px;max-width:760px}.iw-hero-copy p{font-size:14px;max-width:600px}.iw-hero-actions{justify-content:center}.iw-mini-trust{justify-content:center}.iw-hero-media{min-height:280px}.iw-benefits{padding-top:14px}.iw-benefit-grid{grid-template-columns:1fr 1fr}.iw-benefit{padding:17px 14px}.iw-home-section{padding:42px 0}.iw-section-head h2{font-size:25px}.iw-cat-scroller{grid-template-columns:repeat(3,1fr)}.iw-product-grid{grid-template-columns:repeat(2,1fr)}.iw-product-image{height:220px}.iw-calc-form{grid-template-columns:1fr 1fr}.iw-finance-strip{grid-template-columns:repeat(2,1fr)}.iw-app-banner{padding:24px;align-items:flex-start}.iw-footer-grid{grid-template-columns:1fr 1fr}.iw-footer-brand{grid-column:1/-1}.iw-mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:10px;left:12px;right:12px;z-index:90;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border:1px solid var(--yc-line);box-shadow:0 18px 45px rgba(0,63,57,.14);border-radius:20px;padding:6px}.iw-mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:52px;border-radius:15px;color:#7d8b87;font-size:9px;font-weight:900}.iw-mobile-bottom-nav a.active{background:var(--yc-mint);color:var(--yc-brand)}body{padding-bottom:85px}
}
@media(max-width:560px){
  .iw-header-tools .iw-search{display:none}.iw-nav{grid-template-columns:1fr auto 1fr}.iw-hero-copy h1{font-size:40px;letter-spacing:-2px}.iw-hero-media{min-height:205px;border-radius:21px}.iw-hero-badge{left:10px;bottom:10px}.iw-benefit-grid{grid-template-columns:1fr}.iw-benefit{border-inline-end:0!important;border-bottom:1px solid var(--yc-line)}.iw-benefit:last-child{border-bottom:0}.iw-section-head{align-items:flex-start;flex-direction:column}.iw-cat-scroller{display:flex;overflow:auto;scrollbar-width:none;padding-bottom:3px}.iw-cat-card{min-width:120px}.iw-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.iw-product-card{padding:8px;border-radius:17px}.iw-product-image{height:164px;border-radius:13px}.iw-product-meta h3{font-size:12px}.iw-price{font-size:14px}.iw-installment-chip{font-size:8px;padding:6px 7px}.iw-product-actions .iw-btn{min-height:36px!important;padding:0 8px!important;font-size:9px!important}.iw-calc-card,.iw-calc-side{padding:22px;border-radius:22px}.iw-calc-card h2{font-size:27px}.iw-calc-form{grid-template-columns:1fr}.iw-finance-strip{grid-template-columns:1fr 1fr}.iw-app-banner{flex-direction:column}.iw-app-mock{width:145px;height:95px}.iw-footer-grid{grid-template-columns:1fr}.iw-footer-bottom{flex-direction:column;align-items:flex-start}.iw-footer{padding-bottom:95px}
}

/* =========================================================
   YOUCAN v1.3 — Premium Header + Hero refinement
   ========================================================= */
.iw-theme{
  --yc-brand:#08675e;
  --yc-brand-deep:#053d38;
  --yc-mint:#eaf6f3;
  --yc-paper:#f6f9f8;
  --yc-ink:#132a27;
  --yc-muted:#71807d;
  --yc-line:#e3ebe8;
}
.iw-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--yc-line);box-shadow:0 8px 28px rgba(4,61,56,.035)}
.iw-topbar{background:var(--yc-brand-deep);border-bottom:1px solid rgba(255,255,255,.08)}
.iw-topbar-inner{min-height:34px;font-size:10px}
.iw-topbar-message{display:flex;align-items:center;gap:8px;font-weight:800;letter-spacing:.1px}
.iw-topbar-dot{width:6px;height:6px;border-radius:50%;background:#8ee3d6;box-shadow:0 0 0 4px rgba(142,227,214,.08)}
.iw-topbar-links{display:flex;align-items:center;gap:22px;color:rgba(255,255,255,.62)}
.iw-main-nav{height:82px;display:grid;grid-template-columns:200px minmax(320px,1fr) auto;align-items:center;gap:28px}
.iw-brand{min-width:0;display:flex;align-items:center;justify-content:flex-start}
.iw-brand .custom-logo{height:48px;width:auto;max-width:175px;object-fit:contain}
.iw-search-main{height:50px;max-width:690px;justify-self:center;width:100%;border-radius:16px;border:1px solid #dfe8e5;background:#f9fbfa;box-shadow:none;padding:0 14px}
.iw-search-main form{flex:1;min-width:0}
.iw-search-main input{height:48px;font-size:13px}
.iw-search-main .iw-search-icon{color:#6e827d;display:grid;place-items:center}
.iw-search-hint{font-size:9px;font-weight:900;color:#a1adaa;background:#fff;border:1px solid #e2e9e7;border-radius:8px;padding:4px 7px;direction:ltr}
.iw-header-tools{gap:8px}
.iw-tool{width:auto;min-width:108px;height:50px;padding:0 12px;border:1px solid #e2e9e7;border-radius:15px;display:flex;align-items:center;gap:9px;background:#fff;transition:.2s ease}
.iw-tool:hover{border-color:#c8d8d4;transform:translateY(-1px);box-shadow:0 8px 18px rgba(5,61,56,.06)}
.iw-tool-icon{width:32px;height:32px;border-radius:10px;background:var(--yc-mint);color:var(--yc-brand);display:grid;place-items:center;position:relative;flex:none}
.iw-tool-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}
.iw-tool-copy small{font-size:8px;color:#9aa6a3;margin-bottom:3px}.iw-tool-copy strong{font-size:11px;color:var(--yc-ink)}
.iw-cart-count{top:-6px;right:-5px;min-width:17px;height:17px;font-size:8px;border:2px solid #fff}
.iw-nav-row{border-top:1px solid #f0f3f2;background:#fff}
.iw-nav-row-inner{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.iw-menu{justify-content:flex-start;flex:1}
.iw-menu ul{gap:30px}
.iw-menu li{font-size:11px;font-weight:900;color:#4c5c58}
.iw-menu li.current-menu-item a,.iw-menu li a:hover{color:var(--yc-brand)}
.iw-menu li.current-menu-item a:after{content:"";display:block;width:14px;height:2px;border-radius:99px;background:var(--yc-brand);margin:5px auto -7px}
.iw-nav-cta{height:34px;padding:0 13px;border-radius:10px;background:var(--yc-brand);color:#fff;display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:900;box-shadow:0 7px 16px rgba(8,103,94,.16)}
.iw-nav-cta span{display:grid;place-items:center}

.iw-home-hero{padding:30px 0 14px;background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%)}
.iw-home-hero-shell{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:26px;align-items:center;direction:rtl}
.iw-hero-copy{padding:34px 0 34px 10px;direction:rtl;text-align:right;align-items:flex-start}
.iw-hero-eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid #dfeae7;background:#f8fbfa;color:var(--yc-brand);padding:7px 10px;border-radius:999px;font-size:9px;font-weight:950;letter-spacing:.55px}
.iw-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--yc-brand);box-shadow:0 0 0 4px rgba(8,103,94,.08)}
.iw-hero-copy h1{font-size:clamp(45px,5.2vw,75px);line-height:.99;letter-spacing:-3.2px;margin:21px 0 17px;color:var(--yc-brand-deep);font-weight:950;max-width:690px}
.iw-hero-copy h1 em{color:var(--yc-brand);font-style:normal}
.iw-hero-copy p{font-size:15px;line-height:1.95;max-width:610px;color:#6d7d79;margin:0}
.iw-hero-actions{margin-top:27px;gap:9px}
.iw-btn{min-height:50px;border-radius:14px;padding:0 21px;font-size:12px}
.iw-btn-primary{background:var(--yc-brand);box-shadow:0 12px 25px rgba(8,103,94,.17)}
.iw-btn-secondary{background:#fff;border-color:#dfe8e5}
.iw-hero-proof{display:flex;align-items:center;gap:16px;margin-top:30px;padding-top:18px;border-top:1px solid #edf2f0;width:100%;max-width:620px}
.iw-proof-item{display:flex;flex-direction:column;gap:3px}.iw-proof-item strong{font-size:11px;color:var(--yc-ink)}.iw-proof-item span{font-size:9px;color:#96a29f}
.iw-proof-divider{width:1px;height:30px;background:#e6ecea}
.iw-hero-visual{position:relative;min-height:440px;display:flex;align-items:center;direction:ltr}
.iw-hero-media{width:100%;min-height:420px;border-radius:30px;background:#dcece8;box-shadow:0 28px 75px rgba(4,61,56,.13);overflow:hidden;border:1px solid rgba(4,61,56,.07);position:relative}
.iw-hero-media img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.008)}
.iw-hero-shine{position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.16),transparent 28%,transparent 70%,rgba(5,61,56,.10));pointer-events:none}
.iw-hero-floating{position:absolute;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.96);border:1px solid rgba(225,235,232,.95);border-radius:17px;box-shadow:0 18px 42px rgba(4,61,56,.13);backdrop-filter:blur(14px);z-index:3;text-decoration:none}
.iw-floating-top{right:-18px;top:30px;padding:11px 14px}
.iw-floating-bottom{left:-18px;bottom:28px;padding:12px 14px;min-width:236px;transition:transform .2s ease,box-shadow .2s ease}
.iw-floating-bottom:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(4,61,56,.17)}
.iw-floating-icon{width:34px;height:34px;border-radius:11px;background:var(--yc-mint);color:var(--yc-brand);display:grid;place-items:center;flex:none;font-weight:900}
.iw-hero-floating strong{font-size:11px;color:var(--yc-ink);display:block}.iw-hero-floating small{font-size:8px;color:#8d9a97;display:block;margin-top:2px}
.iw-floating-arrow{margin-inline-start:auto;color:var(--yc-brand)}
.iw-quick-benefits{padding:10px 0 28px}
.iw-quick-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--yc-line);background:#fff;border-radius:20px;box-shadow:0 12px 32px rgba(4,61,56,.055);overflow:hidden}
.iw-quick-benefit{padding:18px 20px;display:flex;align-items:center;gap:11px;border-inline-end:1px solid var(--yc-line)}
.iw-quick-benefit:last-child{border-inline-end:0}
.iw-quick-icon{width:42px;height:42px;border-radius:13px;background:#f1f8f6;color:var(--yc-brand);display:grid;place-items:center;flex:none}
.iw-quick-benefit strong{display:block;font-size:11px;color:var(--yc-ink)}.iw-quick-benefit small{display:block;font-size:8px;color:#9aa6a3;margin-top:4px}
.iw-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.iw-step{border:1px solid var(--yc-line);border-radius:20px;padding:19px;background:#fff;display:flex;gap:12px;align-items:flex-start}.iw-step>span{width:34px;height:34px;border-radius:11px;background:var(--yc-brand);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900;flex:none}.iw-step strong{font-size:11px}.iw-step p{font-size:9px;line-height:1.7;color:#8a9793;margin:5px 0 0}

@media(min-width:901px){
  /* Keep the original YOUCAN hero artwork unobstructed on desktop.
     The artwork already contains the brand logo and financing message. */
  .iw-hero-overlay-card{display:none}
}

@media(max-width:1180px){
  .iw-main-nav{grid-template-columns:170px minmax(260px,1fr) auto;gap:16px}
  .iw-tool{min-width:52px;justify-content:center;padding:0}.iw-tool-copy{display:none}.iw-menu ul{gap:20px}
  .iw-home-hero-shell{gap:20px}.iw-hero-copy h1{font-size:58px}
  .iw-hero-media{min-height:370px}.iw-hero-visual{min-height:390px}
}
@media(max-width:900px){
  .iw-topbar-links{display:none}.iw-main-nav{height:72px;grid-template-columns:1fr auto;grid-template-areas:"brand tools";gap:12px}.iw-brand{grid-area:brand}.iw-header-tools{grid-area:tools}.iw-search-main{grid-column:1/-1;grid-row:2;height:44px;display:flex;max-width:none}.iw-header{padding-bottom:10px}.iw-nav-row{display:none}
  .iw-home-hero{padding-top:18px}.iw-home-hero-shell{grid-template-columns:1fr;gap:12px}.iw-hero-copy{text-align:center;align-items:center;padding:20px 0 4px}.iw-hero-copy h1{font-size:52px}.iw-hero-copy p{max-width:700px}.iw-hero-actions,.iw-hero-proof{justify-content:center}.iw-hero-visual{min-height:310px}.iw-hero-media{min-height:310px;border-radius:24px}.iw-floating-top{right:12px;top:14px}.iw-floating-bottom{left:12px;bottom:14px}.iw-quick-benefits-grid{grid-template-columns:1fr 1fr}.iw-quick-benefit:nth-child(2){border-inline-end:0}.iw-quick-benefit:nth-child(-n+2){border-bottom:1px solid var(--yc-line)}.iw-steps-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .iw-container{width:min(100% - 24px,1320px)}.iw-main-nav{grid-template-columns:1fr auto}.iw-brand .custom-logo{height:38px;max-width:140px}.iw-search-main{display:flex}.iw-search-hint{display:none}
  .iw-hero-copy h1{font-size:41px;letter-spacing:-2px}.iw-hero-copy p{font-size:12px;line-height:1.9}.iw-hero-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.iw-btn{width:100%;padding:0 10px}.iw-hero-proof{gap:10px;justify-content:space-between}.iw-proof-item{flex:1}.iw-proof-item span{font-size:8px}.iw-hero-visual{min-height:225px}.iw-hero-media{min-height:225px;border-radius:19px}.iw-floating-top{transform:scale(.88);transform-origin:top right;right:-3px;top:8px}.iw-floating-bottom{left:7px;bottom:8px;min-width:208px;padding:9px 10px}.iw-floating-icon{width:30px;height:30px}.iw-hero-floating strong{font-size:9px}.iw-hero-floating small{font-size:7px}.iw-quick-benefits-grid{grid-template-columns:1fr}.iw-quick-benefit{border-inline-end:0!important;border-bottom:1px solid var(--yc-line)}.iw-quick-benefit:last-child{border-bottom:0}.iw-steps-grid{grid-template-columns:1fr}.iw-step{padding:15px}
}

/* v1.4.0 premium storefront */
.iw-home-premium{background:#fff;color:#12211f}
.iw-home-hero-premium{padding:18px 0 16px;background:linear-gradient(180deg,#fff 0%,#f8fbfa 100%)}
.iw-hero-banner-frame{position:relative;overflow:hidden;border-radius:28px;background:#eaf4f1;box-shadow:0 22px 58px rgba(4,61,56,.10);border:1px solid #e1ebe8}
.iw-hero-banner-frame>img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
.iw-hero-overlay-card{position:absolute;right:28px;top:28px;width:250px;padding:20px;background:rgba(255,255,255,.94);border:1px solid rgba(231,238,235,.96);border-radius:22px;box-shadow:0 18px 44px rgba(4,61,56,.13);backdrop-filter:blur(12px);text-align:right}
.iw-mini-label{font-size:9px;font-weight:950;letter-spacing:.9px;color:#087568;text-transform:uppercase}
.iw-hero-overlay-card strong{display:block;font-size:18px;line-height:1.25;color:#073f39;margin-top:7px}
.iw-hero-overlay-card>span:not(.iw-mini-label){display:block;font-size:9px;color:#768682;margin-top:5px;line-height:1.7}
.iw-hero-rate{display:flex;align-items:flex-end;gap:6px;padding:11px 0 4px}.iw-hero-rate small{font-size:9px;color:#7e8b88;line-height:1.3}.iw-hero-rate b{font-size:34px;line-height:1;font-weight:950;color:#0c8f71}
.iw-hero-overlay-card .iw-btn{margin-top:9px;width:100%;min-height:44px;border-radius:12px;font-size:11px}
.iw-section-head-premium{margin-bottom:19px}.iw-section-head-premium h2{font-size:30px;letter-spacing:-1px}.iw-section-head-premium p{font-size:11px}
.iw-category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.iw-category-grid::-webkit-scrollbar{display:none}
.iw-category-card{min-width:0;background:#fff;border:1px solid #e4ece9;border-radius:18px;padding:12px;text-decoration:none;box-shadow:0 8px 20px rgba(3,54,49,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.iw-category-card:hover{transform:translateY(-3px);box-shadow:0 16px 28px rgba(3,54,49,.08);border-color:#cce0db}
.iw-category-image{height:120px;border-radius:14px;background:linear-gradient(180deg,#f7faf9,#edf5f2);display:grid;place-items:center;overflow:hidden}.iw-category-image img{width:92%;height:92%;object-fit:contain}.iw-category-copy{padding:10px 4px 2px;text-align:right}.iw-category-copy strong{display:block;font-size:12px;color:#173531}.iw-category-copy span{display:flex;align-items:center;gap:4px;color:#178674;font-size:8px;margin-top:5px}
.iw-deals-section{background:linear-gradient(180deg,#fbfdfc 0%,#f6faf8 100%);border-top:1px solid #edf3f1;border-bottom:1px solid #edf3f1}
.iw-product-grid-premium{grid-template-columns:repeat(4,1fr);gap:14px}.iw-product-grid-premium .iw-product-card{border-radius:20px;padding:10px;background:#fff;border:1px solid #e5ecea;box-shadow:0 8px 20px rgba(5,61,56,.045);transition:transform .2s,box-shadow .2s}.iw-product-grid-premium .iw-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(5,61,56,.09)}
.iw-product-grid-premium .iw-product-image{height:245px;background:linear-gradient(180deg,#fbfdfc,#f1f6f4);border-radius:15px}.iw-product-grid-premium .iw-product-image img{padding:8px}.iw-product-grid-premium .iw-product-placeholder{background-image:none;background:linear-gradient(180deg,#f4faf8,#e8f2ef)}
.iw-product-grid-premium .iw-price{font-size:19px}.iw-product-grid-premium .iw-installment-chip{background:#e7f6f1;color:#087968;font-size:10px;border-radius:999px;padding:5px 8px}.iw-product-grid-premium .iw-product-actions{gap:6px}.iw-product-grid-premium .iw-btn-product{min-height:38px;font-size:9px;border-radius:10px}
.iw-calculator-section{padding-top:34px;padding-bottom:34px}.iw-calculator-shell{display:grid;grid-template-columns:.85fr 1.35fr;gap:0;border:1px solid #dce9e5;border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 18px 45px rgba(4,61,56,.07)}
.iw-calculator-visual{background:linear-gradient(145deg,#053d38 0%,#0c6d61 100%);padding:34px;color:#fff;position:relative;overflow:hidden;min-height:370px}.iw-calculator-visual:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-90px;bottom:-80px}.iw-calculator-visual .iw-kicker{color:#83d8ca}.iw-calculator-visual h2{font-size:36px;line-height:1.05;letter-spacing:-1.5px;margin:14px 0}.iw-calculator-visual h2 em{font-style:normal;color:#6ce0ca}.iw-calculator-visual p{font-size:12px;line-height:1.9;color:rgba(255,255,255,.72);max-width:370px}.iw-calculator-visual img{position:absolute;width:220px;right:28px;bottom:-10px;filter:drop-shadow(0 22px 24px rgba(0,0,0,.2));opacity:.95}.iw-calculator-form-card{padding:28px 30px;background:#fff}.iw-calc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.iw-calc-header span{font-weight:950;font-size:18px}.iw-calc-header b{font-size:9px;color:#087867;background:#e8f6f2;padding:6px 9px;border-radius:999px}.iw-calc-row-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.iw-calc-field{margin-bottom:12px}.iw-calc-field label{display:block;font-size:9px;font-weight:900;color:#54635f;margin-bottom:6px}.iw-calc-field input,.iw-calc-field select{width:100%;height:44px;border:1px solid #dde7e4;border-radius:12px;background:#f9fbfa;padding:0 12px;color:#162c29;font-size:12px;outline:none}.iw-calc-field input:focus,.iw-calc-field select:focus{border-color:#79b8aa;box-shadow:0 0 0 4px rgba(8,103,94,.06)}.iw-calc-range{margin-top:6px}.iw-calc-range>span{font-size:9px;color:#65736f;font-weight:900}.iw-term-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:7px}.iw-term-pills button{height:38px;border:1px solid #dde8e4;border-radius:10px;background:#fff;font-size:11px;font-weight:900;color:#5c6a67;cursor:pointer}.iw-term-pills button.active,.iw-term-pills button:hover{border-color:#0b8b72;background:#eaf7f3;color:#087666}.iw-calc-result-premium{margin:16px 0;padding:16px 18px;border-radius:18px;background:linear-gradient(135deg,#083f39,#0a806d);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 12px}.iw-calc-result-premium span{font-size:9px;color:rgba(255,255,255,.72)}.iw-calc-result-premium strong{font-size:34px;line-height:1;font-weight:950}.iw-calc-result-premium small{grid-column:1/-1;font-size:8px;color:rgba(255,255,255,.58)}.iw-btn-wide{width:100%;min-height:46px}
.iw-steps-premium{gap:14px}.iw-steps-premium .iw-step{min-height:126px;padding:20px;border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(3,54,49,.035)}.iw-steps-premium .iw-step>span{width:40px;height:40px;border-radius:12px;background:#eaf7f3;color:#0a7a69;font-size:10px}
.iw-partners-section{background:#fbfcfc}.iw-finance-strip-premium{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.iw-finance-strip-premium>div{height:72px;border:1px solid #e0e9e6;border-radius:16px;background:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;color:#3a5752;box-shadow:0 6px 18px rgba(3,54,49,.03)}
.iw-home-cta{padding:18px 0 48px}.iw-cta-shell{border-radius:24px;padding:26px 30px;background:linear-gradient(100deg,#eaf7f3,#f7fbfa 55%,#d9f0ea);border:1px solid #d4e7e2;display:flex;align-items:center;justify-content:space-between;gap:18px}.iw-cta-shell h2{font-size:26px;line-height:1.25;margin:8px 0 5px;letter-spacing:-.8px}.iw-cta-shell p{font-size:10px;color:#6d7f7a;margin:0}.iw-cta-shell .iw-btn{min-width:170px}
@media(max-width:1100px){.iw-hero-overlay-card{right:20px;top:20px;width:220px}.iw-category-grid{grid-template-columns:repeat(7,170px)}.iw-product-grid-premium{grid-template-columns:repeat(4,1fr)}.iw-calculator-shell{grid-template-columns:1fr}.iw-calculator-visual{min-height:300px}.iw-calculator-visual img{width:190px;right:20px}.iw-finance-strip-premium{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.iw-home-hero-premium{padding-top:10px}.iw-hero-banner-frame{border-radius:18px}.iw-hero-overlay-card{position:relative;right:auto;top:auto;width:auto;margin:0;background:#fff;border:0;border-radius:0;box-shadow:none;padding:15px 16px 16px}.iw-hero-overlay-card strong{font-size:16px}.iw-hero-rate{padding:8px 0 2px}.iw-hero-banner-frame>img{width:100%;height:auto}.iw-section-head-premium{align-items:flex-end}.iw-section-head-premium h2{font-size:24px}.iw-category-grid{grid-template-columns:repeat(7,155px)}.iw-category-image{height:108px}.iw-product-grid-premium{grid-template-columns:repeat(2,1fr);gap:10px}.iw-product-grid-premium .iw-product-image{height:190px}.iw-product-grid-premium .iw-product-meta{padding:8px}.iw-product-grid-premium .iw-price-line{flex-direction:column;align-items:flex-start;gap:7px}.iw-product-grid-premium .iw-product-actions{grid-template-columns:1fr}.iw-calculator-visual{padding:25px;min-height:280px}.iw-calculator-visual h2{font-size:30px}.iw-calculator-visual img{width:150px;right:10px;bottom:-5px}.iw-calculator-form-card{padding:21px 18px}.iw-finance-strip-premium{grid-template-columns:repeat(2,1fr)}.iw-cta-shell{flex-direction:column;align-items:flex-start}.iw-cta-shell .iw-btn{width:100%}}
@media(max-width:480px){.iw-container{width:min(100% - 20px,1320px)}.iw-hero-overlay-card{padding-left:12px;padding-right:12px}.iw-hero-overlay-card .iw-btn{min-height:42px}.iw-category-grid{grid-template-columns:repeat(7,135px);gap:8px}.iw-category-card{padding:8px;border-radius:14px}.iw-category-image{height:92px;border-radius:11px}.iw-category-copy strong{font-size:10px}.iw-product-grid-premium .iw-product-image{height:165px}.iw-product-grid-premium .iw-product-card{padding:7px;border-radius:16px}.iw-product-grid-premium .iw-price{font-size:16px}.iw-product-grid-premium .iw-installment-chip{font-size:8px}.iw-calculator-shell{border-radius:18px}.iw-calc-row-two{grid-template-columns:1fr}.iw-calc-result-premium strong{font-size:29px}.iw-step{border-radius:14px}.iw-finance-strip-premium>div{height:62px;font-size:10px}}


/* =========================================================
   YOUCAN v1.4.2 — Mobile calculator / floating UI refinement
   ========================================================= */
@media (max-width: 760px){
  /* Keep the calculator artwork and Arabic copy in separate visual zones. */
  .iw-calculator-visual{
    min-height:0;
    padding:24px 22px 20px;
    padding-right:170px;
    display:block;
    text-align:right;
  }
  .iw-calculator-visual .iw-kicker{margin-bottom:7px;}
  .iw-calculator-visual h2{
    font-size:28px;
    line-height:1.18;
    letter-spacing:-1px;
    margin:8px 0 10px;
    max-width:100%;
  }
  .iw-calculator-visual p{
    font-size:10.5px;
    line-height:1.75;
    max-width:none;
    margin:0;
  }
  .iw-calculator-visual img{
    width:132px;
    height:auto;
    right:16px;
    left:auto;
    bottom:12px;
    margin:0;
    opacity:.98;
  }

  /* Prevent fixed mobile navigation and floating contact buttons from crowding the calculator. */
  .iw-calculator-form-card{
    padding-bottom:28px;
  }
  .iw-mobile-bottom-nav{
    bottom:8px;
    left:8px;
    right:8px;
    padding:5px;
  }
  .iw-mobile-bottom-nav a{
    min-height:50px;
  }
  body{padding-bottom:82px;}

  /* Common WhatsApp floating-link patterns: move the bubble above the mobile navigation. */
  a[href*="wa.me"],
  a[href*="api.whatsapp.com"]{
    bottom:86px !important;
  }
}

@media (max-width: 480px){
  .iw-calculator-visual{
    padding-right:132px;
    min-height:242px;
  }
  .iw-calculator-visual h2{
    font-size:25px;
    line-height:1.2;
    margin-top:8px;
  }
  .iw-calculator-visual p{
    font-size:9.5px;
    line-height:1.65;
  }
  .iw-calculator-visual img{
    width:112px;
    right:10px;
    bottom:10px;
  }
  .iw-calculator-form-card{
    padding:18px 14px 24px;
  }
  .iw-calc-result-premium{
    grid-template-columns:1fr;
    text-align:center;
  }
  .iw-calc-result-premium strong{
    font-size:30px;
  }
}


/* =========================================================
   YOUCAN v1.5.0 — World-class storefront composition
   ========================================================= */
.iw-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-bottom:1px solid #e6eeeb}
.iw-topbar-inner{min-height:34px;font-size:11px}
.iw-main-header{display:grid;grid-template-columns:220px minmax(360px,1fr) 250px;grid-template-areas:"tools search brand";align-items:center;gap:28px;min-height:84px;direction:ltr}
.iw-main-header>.iw-brand{grid-area:brand;direction:rtl;justify-self:end;min-width:0}
.iw-main-header>.iw-search-wrap{grid-area:search;direction:rtl}
.iw-main-header>.iw-header-tools{grid-area:tools;direction:rtl;justify-self:start}
.iw-brand .custom-logo{height:50px;max-width:200px}
.iw-search-xl{height:50px;min-width:0;width:100%;border:1px solid #dfe9e5;border-radius:16px;box-shadow:0 7px 22px rgba(4,61,56,.04);overflow:hidden;padding:0;background:#fff}
.iw-search-xl button{width:56px;height:50px;border:0;background:var(--yc-brand);color:#fff;display:grid;place-items:center;flex:none}
.iw-search-xl input{height:50px;border:0;outline:0;background:#fff;padding:0 18px;font-size:13px;color:#17322f;width:100%}
.iw-header-tools-labels{gap:4px}
.iw-header-installment{height:58px;width:58px;border:1px solid #cde3de;background:linear-gradient(180deg,#eef8f5,#e2f3ef);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--yc-brand);text-decoration:none;box-shadow:0 6px 16px rgba(4,61,56,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;flex:none}
.iw-header-installment:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(4,61,56,.10);border-color:#b6d7d0}
.iw-header-installment-icon{display:grid;place-items:center;line-height:1}
.iw-header-installment-icon svg{width:20px;height:20px}
.iw-header-installment-copy{font-size:8px;font-weight:950;line-height:1.08;text-align:center;white-space:nowrap}
.iw-tool-label{height:58px;width:50px;border:0;background:transparent;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#30413e}
.iw-tool-label svg{color:#163c37}
.iw-tool-label span{font-size:9px;font-weight:900}
.iw-cart-tool{position:relative}
.iw-nav-row{border-top:1px solid #eef3f1;background:#fff}
.iw-menu-wrap{min-height:48px}
.iw-nav-row .iw-menu ul{gap:30px;justify-content:center}
.iw-nav-row .iw-menu li{font-size:12px;font-weight:900;color:#233c38}
.iw-nav-row .iw-menu a{display:block;padding:13px 0;position:relative}
.iw-nav-row .iw-menu li.current-menu-item a,.iw-nav-row .iw-menu a:hover{color:var(--yc-brand)}
.iw-nav-row .iw-menu li.current-menu-item a:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;border-radius:99px;background:var(--yc-brand)}

.iw-promo-strip{padding:16px 0 6px;background:#fff}
.iw-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.iw-promo-card{display:block;border-radius:18px;overflow:hidden;border:1px solid #e6ece9;box-shadow:0 10px 24px rgba(3,54,49,.06);background:#071711}
.iw-promo-card img{display:block;width:100%;height:auto;object-fit:contain}
.iw-home-hero-premium{padding:10px 0 18px;background:#fff}
.iw-hero-banner-frame{border-radius:24px;box-shadow:0 20px 50px rgba(4,61,56,.09);border:1px solid #e1ebe8;background:#eef4f2}
.iw-hero-banner-frame>img{width:100%;height:auto;display:block;object-fit:contain}
.iw-home-section.iw-category-section{padding-top:28px;padding-bottom:24px}
.iw-category-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;overflow:visible}
.iw-category-card{padding:10px;border-radius:18px}
.iw-category-image{height:110px;border-radius:14px;background:linear-gradient(180deg,#fbfdfc,#eef5f2)}
.iw-category-image img{width:86%;height:86%;object-fit:contain}
.iw-category-copy{text-align:center;padding-top:9px}
.iw-category-copy strong{font-size:11px}
.iw-category-copy span{justify-content:center;font-size:8px}
.iw-deals-section{padding-top:34px;padding-bottom:32px}
.iw-product-grid-premium{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.iw-product-grid-premium .iw-product-card{padding:9px;border-radius:18px}
.iw-product-grid-premium .iw-product-image{height:210px}
.iw-product-grid-premium .iw-product-meta h3{font-size:12px;min-height:34px}
.iw-product-grid-premium .iw-price-line{display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.iw-product-grid-premium .iw-product-actions{display:grid;grid-template-columns:1fr;gap:6px}
.iw-product-grid-premium .iw-btn-product{min-height:34px!important}
.iw-installment-chip{font-size:9px}

@media(max-width:1200px){
  .iw-main-header{grid-template-columns:190px minmax(300px,1fr) 210px;gap:18px}
  .iw-nav-row .iw-menu ul{gap:20px}
  .iw-product-grid-premium{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:760px){
  .iw-topbar-inner{min-height:28px;font-size:9px}
  .iw-topbar-inner span:nth-child(2){display:none}
  .iw-main-header{display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand tools" "search search";gap:10px 12px;min-height:auto;padding:10px 0 12px;direction:ltr}
  .iw-main-header>.iw-brand{justify-self:end}
  .iw-brand .custom-logo{height:38px;max-width:150px}
  .iw-main-header>.iw-header-tools{justify-self:start;gap:2px}
  .iw-header-installment{height:42px;width:42px;border-radius:12px}
  .iw-header-installment-icon svg{width:18px;height:18px}
  .iw-header-installment-copy{font-size:6px}
  .iw-tool-label{height:42px;width:42px}
  .iw-tool-label svg{width:19px;height:19px}
  .iw-tool-label span{font-size:7px}
  .iw-search-xl{height:44px;border-radius:14px}
  .iw-search-xl button{height:44px;width:48px}
  .iw-search-xl input{height:44px;font-size:11px;padding:0 12px}
  .iw-nav-row{display:none}
  .iw-promo-strip{padding-top:8px}
  .iw-promo-grid{display:flex;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory;padding:0 10px 3px;scrollbar-width:none}
  .iw-promo-grid::-webkit-scrollbar{display:none}
  .iw-promo-card{min-width:88vw;scroll-snap-align:start;border-radius:15px}
  .iw-promo-card img{aspect-ratio:5.1/1}
  .iw-home-hero-premium{padding:7px 0 10px}
  .iw-hero-banner-frame{border-radius:17px}
  .iw-category-grid{grid-template-columns:repeat(7,128px);gap:8px;overflow-x:auto;padding-bottom:5px}
  .iw-category-card{border-radius:14px;padding:7px}
  .iw-category-image{height:92px}
  .iw-category-copy strong{font-size:10px}
  .iw-section-head-premium h2{font-size:22px}
  .iw-product-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .iw-product-grid-premium .iw-product-image{height:175px}
  .iw-product-grid-premium .iw-product-meta h3{font-size:11px;min-height:32px}
}
@media(max-width:480px){
  .iw-container{width:calc(100% - 18px)}
  .iw-promo-grid{padding-inline:4px}
  .iw-promo-card{min-width:91vw}
  .iw-category-grid{grid-template-columns:repeat(7,120px)}
  .iw-product-grid-premium .iw-product-image{height:160px}
  .iw-product-grid-premium .iw-price{font-size:15px}
}

html{scroll-behavior:smooth}
#iw-installment-calculator{scroll-margin-top:155px}
@media(max-width:760px){#iw-installment-calculator{scroll-margin-top:95px}}

/* v1.5.2: hero carousel + richer category imagery */
.iw-hero-carousel{position:relative;overflow:hidden;border-radius:24px;background:#eef4f2;box-shadow:0 20px 50px rgba(4,61,56,.09);border:1px solid #e1ebe8;aspect-ratio:851/360;isolation:isolate}
.iw-hero-track{position:relative;width:100%;height:100%}
.iw-hero-slide{position:absolute;inset:0;display:block;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease;z-index:1}
.iw-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
.iw-hero-slide img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#eef4f2}
.iw-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.95);box-shadow:0 10px 24px rgba(0,0,0,.10);font-size:28px;line-height:1;color:#114c45;cursor:pointer;display:grid;place-items:center;transition:transform .2s ease,background .2s ease}
.iw-hero-arrow:hover{transform:translateY(-50%) scale(1.06);background:#fff}
.iw-hero-prev{left:16px}.iw-hero-next{right:16px}
.iw-hero-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:6;display:flex;gap:7px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.76);backdrop-filter:blur(8px);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.iw-hero-dots button{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#c8d5d2;cursor:pointer;transition:all .2s ease}
.iw-hero-dots button.is-active{width:24px;border-radius:999px;background:#149b70}
.iw-category-image{height:130px}
.iw-category-image img{width:100%;height:100%;object-fit:contain;transform:scale(1.08);transform-origin:center}
@media(max-width:760px){
  .iw-hero-carousel{border-radius:17px}
  .iw-hero-arrow{width:34px;height:34px;font-size:22px}
  .iw-hero-prev{left:8px}.iw-hero-next{right:8px}
  .iw-hero-dots{bottom:8px;gap:5px;padding:5px 8px}.iw-hero-dots button{width:7px;height:7px}.iw-hero-dots button.is-active{width:20px}
  .iw-category-image{height:112px}
  .iw-category-image img{transform:scale(1.12)}
}
@media(max-width:480px){
  .iw-category-image{height:108px}
  .iw-category-image img{transform:scale(1.14)}
}


/* v1.5.3: enlarged category artwork with tightly cropped source images */
.iw-category-card{padding:8px 8px 12px;min-height:182px}
.iw-category-image{height:142px;border-radius:16px;background:linear-gradient(180deg,#fbfdfc,#eef5f2);display:grid;place-items:center;overflow:hidden}
.iw-category-image img{display:block;width:100%;height:100%;object-fit:contain;transform:none!important}
.iw-category-copy{padding-top:10px}
.iw-category-copy strong{font-size:13px}
.iw-category-copy span{font-size:9px}
@media(max-width:1100px){.iw-category-grid{grid-template-columns:repeat(7,160px);overflow-x:auto}.iw-category-image{height:132px}}
@media(max-width:760px){.iw-category-grid{grid-template-columns:repeat(7,150px);gap:9px}.iw-category-card{min-height:170px;padding:7px 7px 11px}.iw-category-image{height:124px;border-radius:14px}.iw-category-copy strong{font-size:11px}.iw-category-copy span{font-size:8px}}
@media(max-width:480px){.iw-category-grid{grid-template-columns:repeat(7,145px);gap:8px}.iw-category-image{height:120px}.iw-category-card{min-height:166px}.iw-category-copy strong{font-size:11px}}

/* v1.5.4: category artwork is tightly framed at the asset level. */
.iw-category-section .iw-category-image{height:150px;background:linear-gradient(180deg,#fbfdfc,#edf6f2)}
.iw-category-section .iw-category-image img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;transform:none!important}
.iw-category-section .iw-category-card{min-height:194px}
@media(max-width:1100px){.iw-category-section .iw-category-image{height:142px}}
@media(max-width:760px){.iw-category-section .iw-category-image{height:132px}.iw-category-section .iw-category-card{min-height:178px}}
@media(max-width:480px){.iw-category-section .iw-category-image{height:128px}.iw-category-section .iw-category-card{min-height:174px}}
\n\n/* v1.5.5: full-bleed hero artwork + visible promo banners */\n.iw-promo-strip{padding:14px 0 8px;background:#fff}\n.iw-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}\n.iw-promo-card{display:block;overflow:hidden;border-radius:18px;border:1px solid #e4ece9;background:#06211a;box-shadow:0 12px 28px rgba(4,61,56,.07)}\n.iw-promo-card img{display:block;width:100%;height:auto;aspect-ratio:698/95;object-fit:cover}\n.iw-home-hero-premium{padding:8px 0 18px}\n.iw-hero-carousel{aspect-ratio:851/360;background:#0b211c}\n.iw-hero-slide picture{display:block;width:100%;height:100%}\n.iw-hero-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}\n@media(min-width:761px){\n  .iw-hero-carousel{aspect-ratio:1600/320;border-radius:25px}\n  .iw-hero-slide:first-child img{object-fit:contain;background:#edf4f2}\n  .iw-hero-arrow{width:46px;height:46px}\n}\n@media(max-width:760px){\n  .iw-promo-grid{display:flex;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory;padding-inline:4px;scrollbar-width:none}\n  .iw-promo-grid::-webkit-scrollbar{display:none}\n  .iw-promo-card{min-width:92vw;scroll-snap-align:start;border-radius:15px}\n  .iw-promo-card img{aspect-ratio:698/95}\n  .iw-home-hero-premium{padding:6px 0 10px}\n  .iw-hero-carousel{aspect-ratio:851/360;border-radius:18px}\n}\n
/* v1.5.7: refined motion system + YOUCAN Y-mark navigation */
.iw-youcan-home .iw-promo-strip,
.iw-youcan-home .iw-home-hero-premium,
.iw-youcan-home .iw-home-section,
.iw-youcan-home .iw-home-cta{opacity:0;transform:translateY(24px) scale(.985);transition:opacity .72s cubic-bezier(.2,.75,.2,1),transform .72s cubic-bezier(.2,.75,.2,1)}
.iw-youcan-home .iw-promo-strip.is-visible,
.iw-youcan-home .iw-home-hero-premium.is-visible,
.iw-youcan-home .iw-home-section.is-visible,
.iw-youcan-home .iw-home-cta.is-visible{opacity:1;transform:none}
.iw-youcan-home .iw-category-card,
.iw-youcan-home .iw-product-card,
.iw-youcan-home .iw-step,
.iw-youcan-home .iw-promo-card{opacity:0;transform:translateY(18px) scale(.96);transition:opacity .58s cubic-bezier(.2,.75,.2,1),transform .58s cubic-bezier(.2,.75,.2,1),box-shadow .25s ease}
.iw-youcan-home .iw-category-section.is-visible .iw-category-card,
.iw-youcan-home .iw-deals-section.is-visible .iw-product-card,
.iw-youcan-home .iw-home-section.is-visible .iw-step,
.iw-youcan-home .iw-promo-strip.is-visible .iw-promo-card{opacity:1;transform:none}
.iw-category-section.is-visible .iw-category-card:nth-child(1){transition-delay:.03s}.iw-category-section.is-visible .iw-category-card:nth-child(2){transition-delay:.08s}.iw-category-section.is-visible .iw-category-card:nth-child(3){transition-delay:.13s}.iw-category-section.is-visible .iw-category-card:nth-child(4){transition-delay:.18s}.iw-category-section.is-visible .iw-category-card:nth-child(5){transition-delay:.23s}.iw-category-section.is-visible .iw-category-card:nth-child(6){transition-delay:.28s}.iw-category-section.is-visible .iw-category-card:nth-child(7){transition-delay:.33s}
.iw-deals-section.is-visible .iw-product-card:nth-child(1){transition-delay:.04s}.iw-deals-section.is-visible .iw-product-card:nth-child(2){transition-delay:.09s}.iw-deals-section.is-visible .iw-product-card:nth-child(3){transition-delay:.14s}.iw-deals-section.is-visible .iw-product-card:nth-child(4){transition-delay:.19s}.iw-deals-section.is-visible .iw-product-card:nth-child(5){transition-delay:.24s}.iw-deals-section.is-visible .iw-product-card:nth-child(6){transition-delay:.29s}.iw-deals-section.is-visible .iw-product-card:nth-child(7){transition-delay:.34s}.iw-deals-section.is-visible .iw-product-card:nth-child(8){transition-delay:.39s}
.iw-youcan-home .iw-category-card:hover,.iw-youcan-home .iw-product-card:hover{transform:translateY(-6px) scale(1.012);box-shadow:0 18px 38px rgba(4,61,56,.10)}
.iw-icon-yarrow{transform:rotate(90deg);transform-origin:center;display:inline-block}
.iw-hero-y{width:26px;height:26px;display:grid;place-items:center;color:currentColor}
.iw-hero-y svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s ease}
.iw-hero-y-left svg{transform:rotate(90deg)}
.iw-hero-y-right svg{transform:rotate(-90deg)}
.iw-hero-arrow:hover .iw-hero-y-left svg{transform:rotate(90deg) scale(1.12)}
.iw-hero-arrow:hover .iw-hero-y-right svg{transform:rotate(-90deg) scale(1.12)}
.iw-see-all svg,.iw-category-copy svg,.iw-cta-shell .iw-btn svg{transition:transform .25s ease}
.iw-see-all:hover svg,.iw-category-card:hover .iw-category-copy svg,.iw-cta-shell .iw-btn:hover svg{transform:rotate(90deg) translateX(-2px) scale(1.05)}
@media(prefers-reduced-motion:reduce){
  .iw-youcan-home .iw-promo-strip,.iw-youcan-home .iw-home-hero-premium,.iw-youcan-home .iw-home-section,.iw-youcan-home .iw-home-cta,.iw-youcan-home .iw-category-card,.iw-youcan-home .iw-product-card,.iw-youcan-home .iw-step,.iw-youcan-home .iw-promo-card{opacity:1!important;transform:none!important;transition:none!important}
}


/* v1.5.8: expressive premium motion layer */
.iw-loading{overflow:hidden}
#iw-preloader{perspective:1000px}
#iw-preloader::marker{display:none}
#iw-preloader .iw-preloader-inner{animation:iw-preloader-float 3.6s ease-in-out infinite}
#iw-preloader .iw-preloader-logo{animation:iw-logo-hero .95s cubic-bezier(.16,1,.3,1) both,iw-logo-breathe 2.2s 1s ease-in-out infinite}
#iw-preloader .iw-preloader-status{animation:iw-status-reveal .55s .45s both}
#iw-preloader .iw-preloader-glow{animation:iw-ring-hero 2.1s ease-in-out infinite}
#iw-preloader::before{animation:iw-orbit-a 5.5s ease-in-out infinite!important}
#iw-preloader::after{animation:iw-orbit-b 8s linear infinite!important}
@keyframes iw-logo-hero{0%{opacity:0;transform:translateY(28px) scale(.62) rotateX(16deg);filter:blur(14px) drop-shadow(0 16px 34px rgba(0,0,0,.12))}55%{opacity:1;transform:translateY(-5px) scale(1.07) rotateX(0);filter:blur(0) drop-shadow(0 22px 48px rgba(0,0,0,.28))}100%{opacity:1;transform:none;filter:blur(0) drop-shadow(0 18px 42px rgba(0,0,0,.22))}}
@keyframes iw-preloader-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes iw-ring-hero{0%,100%{transform:scale(.9);opacity:.45;box-shadow:0 0 55px rgba(74,223,184,.08),inset 0 0 55px rgba(74,223,184,.04)}50%{transform:scale(1.08);opacity:1;box-shadow:0 0 115px rgba(74,223,184,.18),inset 0 0 100px rgba(74,223,184,.08)}}
@keyframes iw-orbit-a{0%,100%{transform:translate3d(-7%,-5%,0) scale(.88)}50%{transform:translate3d(7%,6%,0) scale(1.12)}}
@keyframes iw-orbit-b{to{transform:rotate(360deg) scale(1.04)}}

/* header micro-interactions */
.iw-brand{position:relative;overflow:hidden}
.iw-brand::after{content:"";position:absolute;inset:-40% -30%;background:linear-gradient(105deg,transparent 42%,rgba(80,224,183,.0) 48%,rgba(80,224,183,.35) 50%,rgba(255,255,255,.55) 52%,transparent 58%);transform:translateX(-120%);pointer-events:none;animation:iw-logo-sheen 6.5s 2s ease-in-out infinite}
@keyframes iw-logo-sheen{0%,65%,100%{transform:translateX(-120%)}72%{transform:translateX(120%)}}
.iw-header-installment,.iw-tool,.iw-search,.iw-menu a{transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease,color .28s ease}
.iw-header-installment:hover,.iw-tool:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,63,57,.10)}
.iw-menu a{position:relative}
.iw-menu a::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:99px;background:linear-gradient(90deg,transparent,var(--yc-brand),transparent);transform:scaleX(0);transform-origin:center;transition:transform .28s ease}
.iw-menu a:hover::after{transform:scaleX(1)}

/* hero motion */
.iw-hero-slide{transform:scale(1.035);opacity:0;filter:blur(2px);transition:opacity .9s cubic-bezier(.2,.8,.2,1),transform 6.5s cubic-bezier(.12,.65,.18,1),filter .9s ease}
.iw-hero-slide.is-active{transform:scale(1);filter:blur(0);animation:iw-hero-kenburns 5.6s ease-out both}
.iw-hero-slide.is-active img{animation:iw-hero-image-breathe 6.2s cubic-bezier(.2,.75,.2,1) both}
@keyframes iw-hero-kenburns{0%{transform:scale(1.055)}100%{transform:scale(1)}}
@keyframes iw-hero-image-breathe{0%{transform:scale(1.035)}100%{transform:scale(1)}}
.iw-hero-carousel::before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(110deg,transparent 34%,rgba(255,255,255,.11) 48%,transparent 62%);transform:translateX(-120%);animation:iw-hero-sheen 7s 1.8s ease-in-out infinite}
@keyframes iw-hero-sheen{0%,55%,100%{transform:translateX(-120%)}67%{transform:translateX(120%)}}
.iw-hero-arrow{transition:transform .35s cubic-bezier(.2,.9,.2,1),box-shadow .35s ease,background .35s ease}
.iw-hero-arrow:hover{transform:translateY(-50%) scale(1.14) rotate(4deg);box-shadow:0 16px 32px rgba(0,63,57,.18)}
.iw-hero-arrow:active{transform:translateY(-50%) scale(.94)}
.iw-hero-y{display:grid;place-items:center;transition:transform .35s ease}
.iw-hero-next:hover .iw-hero-y{transform:translateX(2px) rotate(-7deg)}
.iw-hero-prev:hover .iw-hero-y{transform:translateX(-2px) rotate(7deg)}
.iw-hero-dots button{transition:width .35s cubic-bezier(.2,.8,.2,1),transform .35s ease,background .35s ease}
.iw-hero-dots button:hover{transform:scale(1.35)}

/* viewport reveals: intentionally noticeable but polished */
.iw-youcan-home .iw-home-section,
.iw-youcan-home .iw-home-cta,
.iw-youcan-home .iw-promo-strip,
.iw-youcan-home .iw-home-hero-premium{opacity:0;transform:translateY(52px) scale(.975);filter:blur(5px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1),filter .9s ease}
.iw-youcan-home .iw-home-section.is-visible,
.iw-youcan-home .iw-home-cta.is-visible,
.iw-youcan-home .iw-promo-strip.is-visible,
.iw-youcan-home .iw-home-hero-premium.is-visible{opacity:1;transform:none;filter:none}
.iw-youcan-home .iw-category-card,
.iw-youcan-home .iw-product-card,
.iw-youcan-home .iw-step,
.iw-youcan-home .iw-promo-card{opacity:0;transform:translateY(34px) scale(.9) rotateX(4deg);filter:blur(5px);transform-origin:center bottom;transition:opacity .72s cubic-bezier(.16,1,.3,1),transform .72s cubic-bezier(.16,1,.3,1),filter .72s ease,box-shadow .35s ease,border-color .35s ease}
.iw-youcan-home .iw-category-section.is-visible .iw-category-card,
.iw-youcan-home .iw-deals-section.is-visible .iw-product-card,
.iw-youcan-home .iw-home-section.is-visible .iw-step,
.iw-youcan-home .iw-promo-strip.is-visible .iw-promo-card{opacity:1;transform:none;filter:none}
.iw-youcan-home .iw-category-card:nth-child(1),.iw-youcan-home .iw-product-card:nth-child(1){transition-delay:.03s}
.iw-youcan-home .iw-category-card:nth-child(2),.iw-youcan-home .iw-product-card:nth-child(2){transition-delay:.10s}
.iw-youcan-home .iw-category-card:nth-child(3),.iw-youcan-home .iw-product-card:nth-child(3){transition-delay:.17s}
.iw-youcan-home .iw-category-card:nth-child(4),.iw-youcan-home .iw-product-card:nth-child(4){transition-delay:.24s}
.iw-youcan-home .iw-category-card:nth-child(5),.iw-youcan-home .iw-product-card:nth-child(5){transition-delay:.31s}
.iw-youcan-home .iw-category-card:nth-child(6),.iw-youcan-home .iw-product-card:nth-child(6){transition-delay:.38s}
.iw-youcan-home .iw-category-card:nth-child(7),.iw-youcan-home .iw-product-card:nth-child(7){transition-delay:.45s}

/* cards: living product motion */
.iw-category-card,.iw-product-card,.iw-promo-card,.iw-step{will-change:transform;position:relative;overflow:hidden}
.iw-category-card{position:relative;isolation:isolate}
.iw-category-card::after{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:linear-gradient(120deg,transparent 35%,rgba(50,180,150,.09) 50%,transparent 65%);transform:translateX(-120%);transition:transform .7s ease;pointer-events:none}
.iw-category-card:hover{transform:translateY(-9px) scale(1.018)!important;box-shadow:0 22px 46px rgba(4,61,56,.14);border-color:#b9d8d1}
.iw-category-card:hover::after{transform:translateX(120%)}
.iw-category-image img{transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .55s ease}
.iw-category-card:hover .iw-category-image img{transform:scale(1.10);filter:saturate(1.08) contrast(1.02)}
.iw-product-card:hover{transform:translateY(-10px) scale(1.012)!important;box-shadow:0 24px 50px rgba(4,61,56,.14);border-color:#bedbd5}
.iw-product-image img{transition:transform .6s cubic-bezier(.2,.8,.2,1),filter .6s ease}
.iw-product-card:hover .iw-product-image img{transform:scale(1.07) translateY(-3px);filter:saturate(1.05)}
.iw-product-badge{transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease}
.iw-product-card:hover .iw-product-badge{transform:translateY(-3px) rotate(-2deg);box-shadow:0 8px 18px rgba(4,61,56,.12)}
.iw-promo-card{position:relative}
.iw-promo-card::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 32%,rgba(255,255,255,.18) 49%,transparent 64%);transform:translateX(-130%);transition:transform .8s ease;pointer-events:none}
.iw-promo-card:hover{transform:translateY(-7px) scale(1.012)!important;box-shadow:0 20px 42px rgba(4,61,56,.14)}
.iw-promo-card:hover::after{transform:translateX(130%)}
.iw-step:hover{transform:translateY(-7px) scale(1.015)!important;box-shadow:0 18px 34px rgba(4,61,56,.11)}

/* headings and section anchors */
.iw-section-head-premium h2{position:relative;display:inline-block}
.iw-section-head-premium h2::after{content:"";position:absolute;right:0;bottom:-8px;width:52%;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--yc-brand),#8adcc8);transform:scaleX(0);transform-origin:right;transition:transform .8s cubic-bezier(.16,1,.3,1)}
.iw-section-head-premium.is-visible h2::after{transform:scaleX(1)}
.iw-see-all{transition:transform .3s ease,color .3s ease}
.iw-see-all:hover{transform:translateX(-5px);color:#18a17d}

/* buttons */
.iw-btn{position:relative;overflow:hidden;isolation:isolate;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease}
.iw-btn::after{content:"";position:absolute;width:25%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.22);transform:scale(0);opacity:0;pointer-events:none}
.iw-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(7,95,87,.18)}
.iw-btn:active{transform:translateY(0) scale(.98)}

@media(prefers-reduced-motion:reduce){
  .iw-youcan-home *,#iw-preloader *{animation:none!important;transition:none!important}
  .iw-youcan-home .iw-home-section,.iw-youcan-home .iw-home-cta,.iw-youcan-home .iw-promo-strip,.iw-youcan-home .iw-home-hero-premium,.iw-youcan-home .iw-category-card,.iw-youcan-home .iw-product-card,.iw-youcan-home .iw-step,.iw-youcan-home .iw-promo-card{opacity:1!important;transform:none!important;filter:none!important}
}

.iw-ripple{position:absolute;width:12px;height:12px;margin:-6px 0 0 -6px;border-radius:50%;background:rgba(255,255,255,.38);transform:scale(1);animation:iw-ripple .62s ease-out forwards;pointer-events:none;z-index:-1}
@keyframes iw-ripple{to{transform:scale(18);opacity:0}}

/* v1.5.9: YOUCAN signature motion & interaction layer */
:root{--yc-ease:cubic-bezier(.16,1,.3,1);--yc-glow:rgba(42,192,155,.22)}
body{background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%)}
body.iw-ready{overflow-x:hidden}
.iw-page-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:100000;background:linear-gradient(90deg,#0c8e72,#63d8bd,#0c8e72);box-shadow:0 0 14px rgba(27,176,140,.45);transform-origin:left center;pointer-events:none}
.iw-header{transition:box-shadow .38s var(--yc-ease),background .38s var(--yc-ease),transform .38s var(--yc-ease)}
.iw-header.is-scrolled{background:rgba(255,255,255,.97);box-shadow:0 10px 30px rgba(0,63,57,.08)}
.iw-header.is-scrolled .iw-main-nav{height:74px}
.iw-header-installment,.iw-tool,.iw-search-main,.iw-search-xl,.iw-nav-cta{position:relative}
.iw-header-installment::before,.iw-tool::before,.iw-nav-cta::before,.iw-search-main::before,.iw-search-xl::before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:radial-gradient(circle at 50% 100%,rgba(45,203,163,.16),transparent 65%);opacity:0;transition:opacity .35s ease;pointer-events:none}
.iw-header-installment:hover::before,.iw-tool:hover::before,.iw-nav-cta:hover::before,.iw-search-main:focus-within::before,.iw-search-xl:focus-within::before{opacity:1}
.iw-search-main:focus-within,.iw-search-xl:focus-within{border-color:#9ccfc3!important;box-shadow:0 0 0 5px rgba(11,139,114,.06),0 12px 28px rgba(3,54,49,.06)}
.iw-brand::after{animation:iw-logo-sheen 5.6s 1.4s ease-in-out infinite}

/* stronger hero depth */
.iw-hero-carousel{box-shadow:0 26px 70px rgba(4,61,56,.12);transform:translateZ(0)}
.iw-hero-slide.is-active img{transform-origin:center center;animation:iw-hero-cinematic 5.8s var(--yc-ease) both}
@keyframes iw-hero-cinematic{0%{transform:scale(1.055);filter:saturate(.92) brightness(.97)}55%{filter:saturate(1.02) brightness(1)}100%{transform:scale(1.005);filter:saturate(1) brightness(1)}}
.iw-hero-carousel::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:4;background:radial-gradient(circle at 50% 50%,transparent 58%,rgba(0,42,38,.11));opacity:.7}
.iw-hero-arrow{overflow:hidden;backdrop-filter:blur(10px)}
.iw-hero-arrow::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.55) 50%,transparent 70%);transform:translateX(-120%);transition:transform .6s ease;pointer-events:none}
.iw-hero-arrow:hover::after{transform:translateX(120%)}
.iw-hero-y svg{stroke-width:2.4}
.iw-hero-dots{box-shadow:0 10px 22px rgba(0,0,0,.12);border:1px solid rgba(255,255,255,.78)}
.iw-hero-dots button.is-active{box-shadow:0 0 0 5px rgba(20,155,112,.10),0 0 18px rgba(20,155,112,.22)}

/* premium reveal variations */
.iw-youcan-home .iw-home-section,.iw-youcan-home .iw-home-cta,.iw-youcan-home .iw-promo-strip,.iw-youcan-home .iw-home-hero-premium{will-change:transform,opacity,filter}
.iw-youcan-home .iw-home-section.reveal-zoom,.iw-youcan-home .iw-home-cta.reveal-zoom{transform:translateY(38px) scale(.965);filter:blur(4px)}
.iw-youcan-home .iw-home-section.reveal-zoom.is-visible,.iw-youcan-home .iw-home-cta.reveal-zoom.is-visible{transform:none;filter:none}
.iw-youcan-home .iw-category-card,.iw-youcan-home .iw-product-card,.iw-youcan-home .iw-step,.iw-youcan-home .iw-promo-card{backface-visibility:hidden;transform-style:preserve-3d}
.iw-category-card::before,.iw-product-card::before,.iw-promo-card::before,.iw-step::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .4s ease;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(71,209,172,.14),transparent 35%)}
.iw-category-card:hover::before,.iw-product-card:hover::before,.iw-promo-card:hover::before,.iw-step:hover::before{opacity:1}
.iw-category-image,.iw-product-image{position:relative}
.iw-category-image::after,.iw-product-image::after{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 25%,rgba(255,255,255,.4) 49%,transparent 67%);transform:translateX(-130%);transition:transform .75s var(--yc-ease);pointer-events:none}
.iw-category-card:hover .iw-category-image::after,.iw-product-card:hover .iw-product-image::after{transform:translateX(130%)}

/* section heading accent */
.iw-section-head-premium .iw-kicker{position:relative}
.iw-section-head-premium .iw-kicker::after{content:"";height:1px;width:44px;background:#b8dcd3;display:inline-block;margin-inline-start:8px;vertical-align:middle}
.iw-section-head-premium h2{text-shadow:0 1px 0 #fff}

/* product premium details */
.iw-product-card{box-shadow:0 10px 22px rgba(3,54,49,.04)}
.iw-product-card .iw-product-meta h3 a{transition:color .25s ease}
.iw-product-card:hover .iw-product-meta h3 a{color:#0a8c73}
.iw-installment-chip{box-shadow:inset 0 0 0 1px rgba(8,121,104,.05)}

/* buttons with soft magnetic lift */
.iw-btn-primary{background:linear-gradient(135deg,#0a7566,#0a9878);background-size:140% 140%;background-position:0 50%}
.iw-btn-primary:hover{background-position:100% 50%}
.iw-btn::before{content:"";position:absolute;inset:-60% -20%;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.22) 50%,transparent 66%);transform:translateX(-120%);transition:transform .8s var(--yc-ease);z-index:-1}
.iw-btn:hover::before{transform:translateX(120%)}

/* floating Y scroll control */
.iw-scroll-y{position:fixed;right:20px;bottom:24px;z-index:85;width:52px;height:52px;border:1px solid rgba(9,120,101,.20);border-radius:18px;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);box-shadow:0 16px 36px rgba(0,63,57,.12);display:grid;place-items:center;color:var(--yc-brand);cursor:pointer;transition:transform .35s var(--yc-ease),box-shadow .35s ease,background .35s ease}
.iw-scroll-y:hover{transform:translateY(-5px) scale(1.04);box-shadow:0 22px 45px rgba(0,63,57,.18);background:#fff}
.iw-scroll-y .iw-scroll-y-mark{font-weight:950;font-size:20px;line-height:1;display:block;transform:rotate(180deg);font-family:Arial,sans-serif}
.iw-scroll-y .iw-scroll-y-caret{position:absolute;bottom:6px;left:50%;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateX(-50%) rotate(45deg);animation:iw-scroll-pulse 1.7s ease-in-out infinite}
.iw-scroll-y.is-top .iw-scroll-y-mark{transform:rotate(0)}
.iw-scroll-y.is-top .iw-scroll-y-caret{transform:translateX(-50%) rotate(225deg);animation:none}
@keyframes iw-scroll-pulse{0%,100%{opacity:.25;transform:translate(-50%,0) rotate(45deg)}50%{opacity:1;transform:translate(-50%,4px) rotate(45deg)}}

/* mobile dock polish */
.iw-mobile-bottom-nav{box-shadow:0 20px 46px rgba(0,63,57,.18),0 0 0 1px rgba(7,95,87,.05);}
.iw-mobile-bottom-nav a{position:relative;transition:transform .25s ease,color .25s ease,background .25s ease}
.iw-mobile-bottom-nav a:hover{transform:translateY(-2px)}
.iw-mobile-bottom-nav a.active::after{content:"";position:absolute;bottom:2px;width:18px;height:3px;border-radius:99px;background:var(--yc-brand);box-shadow:0 0 12px rgba(7,95,87,.25)}

/* subtle image loading */
img.iw-img-ready{animation:iw-img-ready .45s var(--yc-ease) both}
@keyframes iw-img-ready{0%{opacity:0;filter:blur(7px)}100%{opacity:1;filter:blur(0)}}

@media(max-width:760px){
  .iw-scroll-y{right:14px;bottom:94px;width:48px;height:48px;border-radius:16px}
  .iw-scroll-y .iw-scroll-y-mark{font-size:18px}
  .iw-header.is-scrolled .iw-main-nav{height:auto}
}
@media(max-width:560px){
  .iw-scroll-y{right:12px;bottom:92px;width:46px;height:46px}
  .iw-page-progress{height:2px}
}
@media(prefers-reduced-motion:reduce){
  .iw-page-progress,.iw-scroll-y,.iw-scroll-y *,.iw-hero-slide.is-active img,.iw-brand::after,.iw-category-image::after,.iw-product-image::after{animation:none!important;transition:none!important}
  .iw-youcan-home .iw-home-section,.iw-youcan-home .iw-home-cta,.iw-youcan-home .iw-promo-strip,.iw-youcan-home .iw-home-hero-premium,.iw-youcan-home .iw-category-card,.iw-youcan-home .iw-product-card,.iw-youcan-home .iw-step,.iw-youcan-home .iw-promo-card{filter:none!important}
}

/* v1.5.9 signature refinements */
body.iw-ready .iw-header{animation:iw-header-enter .8s var(--yc-ease) both}
@keyframes iw-header-enter{0%{opacity:0;transform:translateY(-14px)}100%{opacity:1;transform:none}}
.iw-topbar-inner span{transition:transform .35s ease,opacity .35s ease}
.iw-header.is-scrolled .iw-topbar-inner span{opacity:.86}
.iw-hero-y img,.iw-scroll-y-mark img{display:block;width:100%;height:100%;object-fit:contain;filter:none;transition:transform .45s var(--yc-ease),filter .45s ease}
.iw-hero-y-left img{transform:rotate(-90deg)}
.iw-hero-y-right img{transform:rotate(90deg)}
.iw-hero-arrow:hover .iw-hero-y-left img{transform:rotate(-90deg) translateX(2px) scale(1.10);filter:drop-shadow(0 5px 8px rgba(0,95,87,.18))}
.iw-hero-arrow:hover .iw-hero-y-right img{transform:rotate(90deg) translateX(-2px) scale(1.10);filter:drop-shadow(0 5px 8px rgba(0,95,87,.18))}
.iw-hero-arrow:focus-visible{outline:3px solid rgba(12,142,114,.24);outline-offset:3px}
.iw-scroll-y-mark{width:24px;height:24px;display:grid;place-items:center}
.iw-scroll-y-mark img{transform:rotate(180deg);filter:drop-shadow(0 4px 7px rgba(7,95,87,.14))}
.iw-scroll-y.is-top .iw-scroll-y-mark img{transform:rotate(0)}
.iw-scroll-y:hover .iw-scroll-y-mark img{transform:rotate(180deg) scale(1.10)}
.iw-scroll-y.is-top:hover .iw-scroll-y-mark img{transform:rotate(0) scale(1.10)}
.iw-scroll-y::before{content:"";position:absolute;inset:-6px;border-radius:22px;border:1px solid rgba(12,142,114,.10);opacity:0;transform:scale(.88);transition:opacity .35s ease,transform .35s var(--yc-ease)}
.iw-scroll-y:hover::before{opacity:1;transform:scale(1)}

/* ambient motion on categories and promos */
.iw-category-image img{will-change:transform}
.iw-category-card:hover .iw-category-image img{filter:drop-shadow(0 10px 16px rgba(4,61,56,.10)) saturate(1.08);transform:scale(1.08) translateY(-2px)}
.iw-promo-card img{transition:transform .75s var(--yc-ease),filter .5s ease}
.iw-promo-card:hover img{transform:scale(1.035);filter:saturate(1.05) contrast(1.02)}
.iw-product-card:hover .iw-product-image{box-shadow:inset 0 0 0 1px rgba(10,125,107,.06)}
.iw-product-card:hover .iw-price{letter-spacing:.1px}
.iw-product-card .iw-installment-chip{transition:transform .3s var(--yc-ease),box-shadow .3s ease}
.iw-product-card:hover .iw-installment-chip{transform:translateY(-2px);box-shadow:0 7px 18px rgba(8,121,104,.10)}

/* richer calculator interactions */
.iw-calculator-shell{position:relative}
.iw-calculator-shell::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(105deg,transparent 28%,rgba(255,255,255,.28) 50%,transparent 72%);transform:translateX(-120%);opacity:0}
.iw-calculator-shell.is-highlighted::before{opacity:1;animation:iw-calc-sheen 1.1s var(--yc-ease) both}
@keyframes iw-calc-sheen{to{transform:translateX(120%)}}
.iw-calc-result-premium{transition:transform .35s var(--yc-ease),box-shadow .35s ease}
.iw-calculator-form-card:focus-within .iw-calc-result-premium{transform:translateY(-3px);box-shadow:0 18px 38px rgba(4,61,56,.13)}

/* navigation links feel alive without being noisy */
.iw-menu li a,.iw-nav-cta,.iw-header-installment{isolation:isolate}
.iw-menu li a:active,.iw-nav-cta:active,.iw-header-installment:active{transform:scale(.97)}
.iw-menu li a::before{content:"";position:absolute;bottom:-6px;left:50%;width:5px;height:5px;border-radius:50%;background:#35b995;transform:translate(-50%,4px) scale(0);transition:transform .3s var(--yc-ease);opacity:.7}
.iw-menu li a:hover::before{transform:translate(-50%,0) scale(1)}

/* focus rings for keyboard users */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(10,139,114,.18);outline-offset:3px}

/* mobile: keep motion elegant and prevent accidental clipping */
@media(max-width:760px){
  .iw-scroll-y-mark{width:21px;height:21px}
  .iw-scroll-y .iw-scroll-y-caret{bottom:5px;width:7px;height:7px}
  .iw-hero-y{width:21px;height:21px}
}


/* v1.6.2 — YOUCAN signature opening + cinematic motion polish */
:root{--yc-ease-premium:cubic-bezier(.16,1,.3,1);--yc-ease-soft:cubic-bezier(.22,.75,.18,1)}

/* Opening: large Y -> YOUCAN wordmark */
#iw-preloader{background:
  radial-gradient(circle at 50% 44%,rgba(25,136,111,.22),transparent 25%),
  radial-gradient(circle at 50% 50%,#075f56 0%,#01443e 46%,#002d29 100%) !important;
  isolation:isolate;
}
#iw-preloader .iw-preloader-inner{width:min(760px,90vw);height:min(640px,86vh);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:5;}
#iw-preloader .iw-preloader-y-wrap{position:relative;width:min(330px,56vw);aspect-ratio:670/487;display:grid;place-items:center;animation:yc-pre-y 1.18s var(--yc-ease-premium) both;}
#iw-preloader .iw-preloader-y{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 28px 55px rgba(0,0,0,.28)) drop-shadow(0 0 34px rgba(116,244,210,.13));animation:yc-pre-y-breathe 2.8s 1.05s ease-in-out infinite;}
#iw-preloader .iw-preloader-flare{position:absolute;width:16px;height:16px;border-radius:50%;top:9%;left:27%;background:rgba(255,255,255,.95);box-shadow:0 0 0 7px rgba(255,255,255,.03),0 0 26px 9px rgba(255,255,255,.24);opacity:0;animation:yc-pre-flare 1.1s .55s var(--yc-ease-premium) forwards, yc-pre-flare-pulse 2.8s 1.75s ease-in-out infinite;z-index:2;}
#iw-preloader .iw-preloader-wordmark-wrap{width:min(465px,72vw);margin-top:-22px;opacity:0;transform:translateY(20px) scale(.82);animation:yc-pre-wordmark 1.0s .72s var(--yc-ease-premium) forwards;}
#iw-preloader .iw-preloader-wordmark{width:100%;height:auto;display:block;filter:drop-shadow(0 16px 28px rgba(0,0,0,.22));}
#iw-preloader .iw-preloader-tagline{margin-top:17px;color:rgba(255,255,255,.90);font-size:clamp(12px,1.5vw,16px);font-weight:800;letter-spacing:.1px;opacity:0;transform:translateY(8px);animation:yc-pre-tag 0.7s 1.38s var(--yc-ease-premium) forwards;}
#iw-preloader .iw-preloader-status{margin-top:13px;opacity:0;transform:translateY(8px);animation:yc-pre-status .65s 1.55s var(--yc-ease-premium) forwards;}
#iw-preloader .iw-loader-ring{width:15px;height:15px;}
#iw-preloader .iw-preloader-orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(118,236,207,.16);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1;}
#iw-preloader .iw-preloader-orbit-a{width:min(600px,88vw);height:min(600px,88vw);animation:yc-pre-orbit-a 4.6s linear infinite;}
#iw-preloader .iw-preloader-orbit-b{width:min(780px,112vw);height:min(780px,112vw);border-color:rgba(118,236,207,.08);animation:yc-pre-orbit-b 8s linear infinite reverse;}
#iw-preloader .iw-preloader-particles{position:absolute;inset:0;pointer-events:none;z-index:2;background:
  radial-gradient(circle at 31% 38%,rgba(141,255,224,.65) 0 1px,transparent 2px),
  radial-gradient(circle at 67% 32%,rgba(255,255,255,.55) 0 1px,transparent 2px),
  radial-gradient(circle at 75% 64%,rgba(141,255,224,.45) 0 1px,transparent 2px),
  radial-gradient(circle at 24% 69%,rgba(255,255,255,.40) 0 1px,transparent 2px);
  opacity:.55;animation:yc-pre-particles 5s ease-in-out infinite;
}
@keyframes yc-pre-y{0%{opacity:0;transform:translateY(54px) scale(.42) rotate(-8deg);filter:blur(16px)}55%{opacity:1;transform:translateY(-7px) scale(1.08) rotate(2deg);filter:blur(0)}100%{opacity:1;transform:none;filter:blur(0)}}
@keyframes yc-pre-y-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.018)}}
@keyframes yc-pre-flare{0%{opacity:0;transform:scale(.2)}45%{opacity:1;transform:scale(1.3)}100%{opacity:.8;transform:scale(1)}}
@keyframes yc-pre-flare-pulse{0%,100%{opacity:.52;transform:scale(.92)}50%{opacity:1;transform:scale(1.12)}}
@keyframes yc-pre-wordmark{0%{opacity:0;transform:translateY(26px) scale(.78);filter:blur(12px)}55%{opacity:1;transform:translateY(-4px) scale(1.035);filter:blur(0)}100%{opacity:1;transform:none;filter:blur(0)}}
@keyframes yc-pre-tag{to{opacity:1;transform:none}}
@keyframes yc-pre-status{to{opacity:.86;transform:none}}
@keyframes yc-pre-orbit-a{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes yc-pre-orbit-b{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes yc-pre-particles{0%,100%{transform:scale(1);opacity:.4}50%{transform:scale(1.05);opacity:.76}}

/* Page entrance after the opening */
body.iw-loading .site-main{opacity:0;transform:translateY(24px) scale(.992);filter:blur(3px)}
body.iw-ready .site-main{animation:yc-page-arrive .95s .03s var(--yc-ease-premium) both}
body.iw-ready .iw-hero-carousel{animation:yc-hero-arrive 1.05s .14s var(--yc-ease-premium) both}
@keyframes yc-page-arrive{0%{opacity:0;transform:translateY(24px) scale(.992);filter:blur(3px)}100%{opacity:1;transform:none;filter:none}}
@keyframes yc-hero-arrive{0%{opacity:0;transform:translateY(18px) scale(.97);filter:blur(7px)}100%{opacity:1;transform:none;filter:none}}

/* Stronger, still controlled section reveals */
.iw-youcan-home .iw-home-section,.iw-youcan-home .iw-home-cta,.iw-youcan-home .iw-promo-strip,.iw-youcan-home .iw-home-hero-premium{transition-duration:.86s;}
.iw-youcan-home .iw-category-card,.iw-youcan-home .iw-product-card,.iw-youcan-home .iw-step,.iw-youcan-home .iw-promo-card{transition-duration:.68s;}
.iw-youcan-home .iw-category-card{transform:translateY(30px) scale(.93) rotateX(2deg);filter:blur(5px)}
.iw-youcan-home .iw-category-section.is-visible .iw-category-card{transform:none;filter:none}
.iw-youcan-home .iw-product-card{transform:translateY(25px) scale(.95);filter:blur(4px)}
.iw-youcan-home .iw-deals-section.is-visible .iw-product-card{transform:none;filter:none}

/* Living hover: lift + image depth + sheen */
.iw-category-card,.iw-product-card,.iw-promo-card{transition:transform .45s var(--yc-ease-premium),box-shadow .45s ease,border-color .35s ease,filter .35s ease;}
.iw-category-card:hover{transform:translateY(-10px) scale(1.022)!important;}
.iw-product-card:hover{transform:translateY(-11px) scale(1.016)!important;}
.iw-category-image img,.iw-product-image img{transition:transform .7s var(--yc-ease-premium),filter .7s ease;}
.iw-category-card:hover .iw-category-image img{transform:scale(1.13) translateY(-4px) rotate(.7deg)!important;}
.iw-product-card:hover .iw-product-image img{transform:scale(1.09) translateY(-4px)!important;}
.iw-category-image::after,.iw-product-image::after{transition:transform .9s var(--yc-ease-premium);}

/* Hero cinematic depth */
.iw-hero-slide.is-active img{animation:yc-hero-cinema 6.5s var(--yc-ease-soft) both!important;}
@keyframes yc-hero-cinema{0%{transform:scale(1.045);filter:saturate(.88) brightness(.96)}18%{filter:saturate(.98) brightness(.99)}55%{filter:saturate(1.03) brightness(1.02)}100%{transform:scale(1);filter:saturate(1) brightness(1)}}
.iw-hero-carousel:hover .iw-hero-slide.is-active img{animation-play-state:paused!important;}

/* Header micro interactions */
.iw-brand{transition:transform .4s var(--yc-ease-premium),filter .4s ease}
.iw-brand:hover{transform:translateY(-2px) scale(1.018);filter:drop-shadow(0 12px 20px rgba(7,95,87,.10));}
.iw-brand::after{height:100%;width:36%;top:0;bottom:auto;opacity:0;transform:skewX(-18deg) translateX(-170%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);animation:none;pointer-events:none}
.iw-brand:hover::after{opacity:1;animation:yc-brand-glint .75s var(--yc-ease-premium) both}
@keyframes yc-brand-glint{to{transform:skewX(-18deg) translateX(360%)}}

/* Y navigation: make the mark read as an identity, not an arrow */
.iw-hero-arrow,.iw-scroll-y{transition:transform .42s var(--yc-ease-premium),box-shadow .42s ease,background .42s ease}
.iw-hero-arrow:hover{transform:translateY(-50%) scale(1.08)!important;box-shadow:0 18px 34px rgba(0,63,57,.17),0 0 0 7px rgba(64,208,169,.06)}
.iw-scroll-y:hover{transform:translateY(-7px) scale(1.07);}
.iw-scroll-y .iw-scroll-y-mark img{animation:yc-y-pulse 2.4s ease-in-out infinite}
@keyframes yc-y-pulse{0%,100%{filter:drop-shadow(0 4px 7px rgba(7,95,87,.14));transform:rotate(180deg) scale(1)}50%{filter:drop-shadow(0 7px 14px rgba(7,95,87,.25));transform:rotate(180deg) scale(1.08)}}
.iw-scroll-y.is-top .iw-scroll-y-mark img{animation:yc-y-top 2.4s ease-in-out infinite}
@keyframes yc-y-top{0%,100%{filter:drop-shadow(0 4px 7px rgba(7,95,87,.14));transform:rotate(0) scale(1)}50%{filter:drop-shadow(0 7px 14px rgba(7,95,87,.25));transform:rotate(0) scale(1.08)}}

/* Progress glow */
.iw-page-progress{background:linear-gradient(90deg,#0b6d60,#29bf94,#9af1d7,#0b6d60);background-size:220% 100%;animation:yc-progress-glow 2.8s linear infinite}
@keyframes yc-progress-glow{to{background-position:220% 0}}

/* Focus / active polish */
.iw-header-installment:focus-visible,.iw-tool:focus-visible,.iw-hero-arrow:focus-visible,.iw-scroll-y:focus-visible{box-shadow:0 0 0 5px rgba(37,184,145,.12),0 12px 28px rgba(0,63,57,.10)}

@media(max-width:760px){
  #iw-preloader .iw-preloader-inner{height:78vh}
  #iw-preloader .iw-preloader-y-wrap{width:min(240px,62vw)}
  #iw-preloader .iw-preloader-wordmark-wrap{width:min(350px,76vw);margin-top:-12px}
  #iw-preloader .iw-preloader-tagline{font-size:11px;margin-top:12px}
  #iw-preloader .iw-preloader-orbit-a{width:430px;height:430px}
  #iw-preloader .iw-preloader-orbit-b{width:610px;height:610px}
  .iw-category-card:hover{transform:translateY(-5px) scale(1.012)!important}
  .iw-product-card:hover{transform:translateY(-6px) scale(1.008)!important}
}

@media(prefers-reduced-motion:reduce){
  #iw-preloader .iw-preloader-y-wrap,#iw-preloader .iw-preloader-y,#iw-preloader .iw-preloader-flare,#iw-preloader .iw-preloader-wordmark-wrap,#iw-preloader .iw-preloader-tagline,#iw-preloader .iw-preloader-status,#iw-preloader .iw-preloader-orbit,#iw-preloader .iw-preloader-particles,
  body.iw-ready .site-main,body.iw-ready .iw-hero-carousel,.iw-hero-slide.is-active img,.iw-brand:hover::after,.iw-scroll-y .iw-scroll-y-mark img,.iw-page-progress{animation:none!important}
  body.iw-loading .site-main{opacity:1;transform:none;filter:none}
}

/* v1.6.2 preloader exit flourish */
#iw-preloader.is-exiting .iw-preloader-inner{transform:scale(.965);filter:blur(2px);opacity:.82;transition:transform .55s var(--yc-ease-premium),filter .55s ease,opacity .55s ease}
#iw-preloader.is-exiting .iw-preloader-orbit-a{transform:translate(-50%,-50%) scale(1.12);opacity:.25;transition:transform .7s var(--yc-ease-premium),opacity .7s ease}
#iw-preloader.is-exiting .iw-preloader-orbit-b{transform:translate(-50%,-50%) scale(1.18);opacity:.08;transition:transform .85s var(--yc-ease-premium),opacity .85s ease}
#iw-preloader.is-exiting .iw-preloader-particles{opacity:.9;transform:scale(1.18);transition:transform .65s var(--yc-ease-premium),opacity .65s ease}
#iw-preloader.is-exiting{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s var(--yc-ease-premium),visibility .55s ease}
/* v1.6.2 override: the staged opener owns its own transform timeline */
#iw-preloader .iw-preloader-inner{animation:none!important;}

/* YOUCAN bilingual switcher */
.iw-language-switcher{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:11px;font-weight:900;margin-inline-start:10px;padding:6px 8px;border:1px solid rgba(7,95,87,.12);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 8px 22px rgba(0,63,57,.05)}
.iw-language-option{display:inline-flex;align-items:center;gap:5px;color:#6a7773;text-decoration:none;transition:all .25s ease}.iw-language-option:hover{color:var(--yc-brand);transform:translateY(-1px)}.iw-language-option.is-active{color:var(--yc-brand);background:var(--yc-mint);padding:5px 8px;border-radius:999px;box-shadow:0 4px 14px rgba(7,95,87,.08)}.iw-flag{font-size:15px;line-height:1}.iw-language-divider{color:#c5cfcc}
html.iw-lang-en body{direction:ltr}html.iw-lang-en .iw-youcan-home,html.iw-lang-en .iw-header,html.iw-lang-en .iw-footer{direction:ltr}html.iw-lang-en .iw-section-head,html.iw-lang-en .iw-footer-grid,html.iw-lang-en .iw-calculator-shell{direction:ltr}html.iw-lang-en .iw-header-tools{direction:ltr}html.iw-lang-en .iw-menu ul{direction:ltr}html.iw-lang-en .iw-product-meta{text-align:left}html.iw-lang-en .iw-section-head-premium>div{text-align:left}html.iw-lang-en .iw-category-copy,html.iw-lang-en .iw-step{text-align:left}
@media(max-width:900px){.iw-language-switcher{order:4;margin-inline-start:0;margin-top:5px;font-size:10px}.iw-language-option.is-active{padding:4px 6px}.iw-flag{font-size:14px}}


/* v1.6.5 — YOUCAN premium green hero artwork */
.iw-youcan-home .iw-home-hero-premium{padding:10px 0 20px}
.iw-youcan-home .iw-hero-carousel{aspect-ratio:1920/700;overflow:hidden;border-radius:26px;background:#03130e;box-shadow:0 20px 55px rgba(0,45,32,.14)}
.iw-youcan-home .iw-hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center center}
.iw-youcan-home .iw-hero-slide:first-child img{object-fit:cover;background:none}
.iw-youcan-home .iw-hero-slide.is-active img{transform-origin:center center}
@media(max-width:760px){
  .iw-youcan-home .iw-home-hero-premium{padding:6px 0 12px}
  .iw-youcan-home .iw-hero-carousel{aspect-ratio:1.48/1;border-radius:18px}
  .iw-youcan-home .iw-hero-slide img{object-position:58% center}
}

/* v1.6.6: unified premium green hero carousel artwork — all three desktop slides use 1920x700 */
@media(min-width:761px){
  .iw-home-hero-premium .iw-hero-carousel{aspect-ratio:1920/700;background:#03150d}
  .iw-home-hero-premium .iw-hero-slide img{object-fit:cover;object-position:center;width:100%;height:100%;background:#03150d}
}
@media(max-width:760px){
  .iw-home-hero-premium .iw-hero-carousel{aspect-ratio:1920/700;background:#03150d}
  .iw-home-hero-premium .iw-hero-slide img{object-fit:cover;object-position:center;width:100%;height:100%}
}


/* v1.6.8 — Mobile header space optimization + larger hero */
@media(max-width:760px){
  .iw-topbar-inner{min-height:22px;height:22px;font-size:8px;padding:0 8px}
  .iw-topbar-inner span{white-space:nowrap}
  .iw-topbar-inner span:nth-child(2){display:none}
  .iw-main-header{display:grid;grid-template-columns:minmax(105px,1fr) auto auto;grid-template-areas:"brand tools lang" "search search search";gap:7px 8px;min-height:auto;padding:7px 0 8px;direction:ltr}
  .iw-main-header>.iw-brand{grid-area:brand;justify-self:start;align-self:center}
  .iw-brand .custom-logo{height:34px;max-width:128px}
  .iw-main-header>.iw-header-tools{grid-area:tools;justify-self:center;align-self:center;gap:1px;direction:rtl}
  .iw-header-installment{display:none}
  .iw-tool-label{height:38px;width:37px;border-radius:11px}
  .iw-tool-label svg{width:18px;height:18px}
  .iw-tool-label span{font-size:6.5px;margin-top:1px}
  .iw-main-header>.iw-language-switcher{grid-area:lang;align-self:center;justify-self:end;margin:0;padding:3px 5px;gap:4px;font-size:8px;border-radius:999px;box-shadow:none;background:#f7fbfa}
  .iw-language-option{gap:3px}
  .iw-language-option.is-active{padding:3px 5px}
  .iw-flag{font-size:12px}
  .iw-language-divider{font-size:8px}
  .iw-search-wrap{grid-area:search}
  .iw-search-xl{height:42px;border-radius:13px}
  .iw-search-xl button{height:42px;width:46px}
  .iw-search-xl input{height:42px;font-size:10.5px;padding:0 11px}
  .iw-nav-row{display:none}
  .iw-promo-strip{padding-top:5px}
  .iw-promo-grid{gap:7px;padding:0 9px 2px}
  .iw-promo-card{min-width:86vw;border-radius:14px}
  .iw-promo-card img{aspect-ratio:5.6/1}
  .iw-youcan-home .iw-home-hero-premium{padding:5px 0 9px}
  .iw-youcan-home .iw-hero-carousel{aspect-ratio:2/1;border-radius:16px}
  .iw-youcan-home .iw-hero-slide img{object-fit:cover;object-position:center center}
}

/* v1.6.9 — premium category visuals: clean cutouts + circular category badges */
.iw-category-section .iw-category-image{
  height:150px!important;
  border-radius:50%!important;
  width:150px;
  margin:0 auto;
  background:linear-gradient(145deg,#f4fbf8,#dff3ec)!important;
  box-shadow:inset 0 0 0 1px rgba(23,134,116,.05),0 10px 22px rgba(3,54,49,.06);
  overflow:hidden;
  display:grid!important;
  place-items:center!important;
}
.iw-category-section .iw-category-image img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  transform:none!important;
  mix-blend-mode:normal;
}
.iw-category-section .iw-category-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding:10px 8px 14px!important;
  min-height:210px!important;
  border-color:transparent!important;
  background:#fff!important;
  box-shadow:none!important;
}
.iw-category-section .iw-category-card:hover{
  transform:translateY(-4px);
  box-shadow:none!important;
}
.iw-category-section .iw-category-copy{width:100%;text-align:center!important;padding-top:12px!important}
.iw-category-section .iw-category-copy strong{font-size:14px!important;color:#173531!important}
.iw-category-section .iw-category-copy span{justify-content:center!important;font-size:9px!important}
@media(max-width:1100px){
  .iw-category-section .iw-category-image{width:138px;height:138px!important}
}
@media(max-width:760px){
  .iw-category-grid{grid-template-columns:repeat(7,150px)!important;gap:10px!important}
  .iw-category-section .iw-category-image{width:128px;height:128px!important}
  .iw-category-section .iw-category-card{min-height:190px!important}
  .iw-category-section .iw-category-copy strong{font-size:12px!important}
}
@media(max-width:480px){
  .iw-category-grid{grid-template-columns:repeat(7,140px)!important;gap:8px!important}
  .iw-category-section .iw-category-image{width:118px;height:118px!important}
  .iw-category-section .iw-category-card{min-height:176px!important;padding:7px 6px 12px!important}
  .iw-category-section .iw-category-copy{padding-top:10px!important}
  .iw-category-section .iw-category-copy strong{font-size:11px!important}
  .iw-category-section .iw-category-copy span{font-size:8px!important}
}


/* v1.7.0 — utility/social polish + centered mobile sections */
.iw-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:14px}
.iw-topbar-benefits{display:flex;align-items:center;gap:22px;min-width:0}
.iw-topbar-benefits span{display:inline-flex;align-items:center;gap:6px}
.iw-topbar-benefits .iw-icon{color:var(--yc-brand);flex:none}
.iw-topbar-socials{display:flex;align-items:center;gap:6px;flex:none}
.iw-topbar-socials a,.iw-language-socials a,.iw-footer-socials a{display:grid;place-items:center;color:#0a6e62;text-decoration:none;transition:transform .22s ease,color .22s ease,background .22s ease}
.iw-topbar-socials a{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.55);border:1px solid rgba(7,95,87,.10)}
.iw-topbar-socials a:hover,.iw-language-socials a:hover,.iw-footer-socials a:hover{transform:translateY(-2px);color:#16a47f}
.iw-language-social-divider{width:1px;height:18px;background:#d7e4e0;margin-inline:3px}
.iw-language-socials{display:inline-flex;align-items:center;gap:4px}
.iw-language-socials a{width:23px;height:23px;border-radius:50%;background:#f4faf8}
.iw-footer-socials{margin-top:14px;display:flex;align-items:center;gap:10px}
.iw-footer-socials strong{font-size:10px;color:#52716b}
.iw-footer-socials>div{display:flex;gap:6px}
.iw-footer-socials a{width:32px;height:32px;border-radius:10px;background:#f2f8f6;border:1px solid #dceae6}
.iw-dija-credit a{color:#b8f34a;font-weight:900;text-decoration:none;border-bottom:1px solid rgba(184,243,74,.45);transition:color .2s ease,border-color .2s ease}
.iw-dija-credit a:hover{color:#d7ff8a;border-color:#d7ff8a}

@media(max-width:760px){
  .iw-topbar-inner{min-height:24px;height:24px;padding:0 8px;gap:6px}
  .iw-topbar-benefits{gap:8px;overflow:hidden;flex:1}
  .iw-topbar-benefits span{font-size:7.5px;gap:3px;white-space:nowrap}
  .iw-topbar-benefits span:nth-child(2){display:none}
  .iw-topbar-benefits span:nth-child(3){display:inline-flex}
  .iw-topbar-socials{display:none}
  .iw-main-header{grid-template-columns:minmax(82px,1fr) auto auto;grid-template-areas:"brand tools lang" "search search search";gap:5px 5px;padding:6px 0 7px}
  .iw-main-header>.iw-language-switcher{gap:3px;padding:2px 4px;font-size:8px}
  .iw-language-social-divider{height:15px;margin-inline:1px}
  .iw-language-socials{gap:2px}
  .iw-language-socials a{width:20px;height:20px;background:transparent}
  .iw-language-socials .iw-social-icon{width:13px;height:13px}
  .iw-section-head-premium{display:flex;flex-direction:column;align-items:center!important;text-align:center!important;gap:10px}
  .iw-section-head-premium>div{width:100%;text-align:center!important}
  .iw-section-head-premium h2{display:block;text-align:center;margin-inline:auto}
  .iw-section-head-premium h2::after{right:50%;transform:translateX(50%) scaleX(0);transform-origin:center}
  .iw-section-head-premium.is-visible h2::after{transform:translateX(50%) scaleX(1)}
  .iw-section-head-premium p{text-align:center}
  .iw-section-head-premium .iw-see-all{align-self:center}
  .iw-category-section .iw-container,.iw-deals-section .iw-container{text-align:center}
  .iw-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;padding-inline:2px;justify-items:stretch}
  .iw-category-section .iw-category-card{width:100%;min-width:0!important;min-height:182px!important}
  .iw-category-section .iw-category-image{width:112px;height:112px!important}
  .iw-category-section .iw-category-copy{padding-top:9px!important}
  .iw-category-section .iw-category-copy strong{font-size:12px!important}
  .iw-product-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-items:stretch;max-width:620px;margin-inline:auto}
  .iw-product-grid-premium .iw-product-card{width:100%;min-width:0}
  .iw-footer-bottom{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:7px}
  .iw-dija-credit{order:3}
}
@media(max-width:480px){
  .iw-main-header>.iw-language-switcher{font-size:7.5px}
  .iw-category-grid{gap:9px!important}
  .iw-category-section .iw-category-image{width:104px;height:104px!important}
  .iw-category-section .iw-category-card{min-height:172px!important;padding:6px 5px 10px!important}
  .iw-category-section .iw-category-copy strong{font-size:11px!important}
  .iw-product-grid-premium{gap:9px!important}
}

/* v1.7.1 — visible flags + original social colors + mobile header balance */
.iw-flag-svg{display:block;flex:none;border-radius:3px;overflow:hidden;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.iw-language-option .iw-flag-svg{width:18px;height:12px}
.iw-topbar-socials .iw-social-icon,
.iw-language-socials .iw-social-icon,
.iw-footer-socials .iw-social-icon{stroke:currentColor}
.iw-topbar-socials .iw-social-icon-facebook,
.iw-language-socials .iw-social-icon-facebook,
.iw-footer-socials .iw-social-icon-facebook{color:#1877F2}
.iw-topbar-socials .iw-social-icon-instagram,
.iw-language-socials .iw-social-icon-instagram,
.iw-footer-socials .iw-social-icon-instagram{color:#E4405F}
.iw-topbar-socials .iw-social-icon-tiktok,
.iw-language-socials .iw-social-icon-tiktok,
.iw-footer-socials .iw-social-icon-tiktok{color:#111}
.iw-topbar-socials a:hover .iw-social-icon-facebook,
.iw-language-socials a:hover .iw-social-icon-facebook{color:#1877F2}
.iw-topbar-socials a:hover .iw-social-icon-instagram,
.iw-language-socials a:hover .iw-social-icon-instagram{color:#E4405F}
.iw-topbar-socials a:hover .iw-social-icon-tiktok,
.iw-language-socials a:hover .iw-social-icon-tiktok{color:#111}
.iw-language-switcher{flex:none}

@media(max-width:760px){
  .iw-main-header{grid-template-columns:70px minmax(112px,1fr) minmax(132px,auto);grid-template-areas:"brand tools lang" "search search search";gap:5px 4px;padding:6px 0 7px}
  .iw-main-header>.iw-brand{justify-self:start;width:70px}
  .iw-main-header>.iw-brand .custom-logo{max-width:68px;height:38px}
  .iw-main-header>.iw-header-tools{justify-self:start;gap:0;width:100%;max-width:120px;direction:rtl}
  .iw-main-header>.iw-header-tools .iw-tool-label{width:38px;height:43px;border-radius:10px}
  .iw-main-header>.iw-header-tools .iw-tool-label svg{width:20px;height:20px}
  .iw-main-header>.iw-header-tools .iw-tool-label span{font-size:7px;line-height:1.1}
  .iw-main-header>.iw-language-switcher{justify-self:end;align-self:center;display:flex;gap:2px;padding:3px 4px;font-size:7.5px;margin:0;min-width:132px}
  .iw-main-header>.iw-language-switcher .iw-language-option{gap:2px}
  .iw-main-header>.iw-language-switcher .iw-language-option.is-active{padding:3px 4px}
  .iw-main-header>.iw-language-switcher .iw-flag-svg{width:16px;height:11px}
  .iw-main-header>.iw-language-switcher .iw-language-divider{font-size:7px}
  .iw-main-header>.iw-language-switcher .iw-language-social-divider{height:15px;margin-inline:1px}
  .iw-main-header>.iw-language-switcher .iw-language-socials{gap:1px}
  .iw-main-header>.iw-language-switcher .iw-language-socials a{width:19px;height:19px;background:transparent}
  .iw-main-header>.iw-language-switcher .iw-language-socials .iw-social-icon{width:14px;height:14px}
}

@media(min-width:761px){
  .iw-language-switcher .iw-flag-svg{width:18px;height:12px}
}

/* v1.7.2 — Mobile header spacing: keep account safely clear of language/social controls */
@media(max-width:760px){
  .iw-main-header{
    grid-template-columns:64px minmax(118px,1fr) minmax(126px,auto);
    grid-template-areas:"brand tools lang" "search search search";
    gap:5px 3px;
  }
  .iw-main-header>.iw-brand{width:64px}
  .iw-main-header>.iw-brand .custom-logo{max-width:62px;height:36px}
  .iw-main-header>.iw-header-tools{
    justify-self:start;
    width:118px;
    max-width:118px;
    gap:0;
    direction:ltr;
    overflow:visible;
  }
  .iw-main-header>.iw-header-tools .iw-tool-label{
    width:34px;
    min-width:34px;
    height:40px;
    border-radius:10px;
  }
  .iw-main-header>.iw-header-tools .iw-tool-label svg{width:18px;height:18px}
  .iw-main-header>.iw-header-tools .iw-tool-label span{font-size:6.5px;line-height:1.05;white-space:nowrap}
  .iw-main-header>.iw-language-switcher{
    min-width:126px;
    width:126px;
    justify-self:end;
    gap:2px;
    padding:3px 4px;
  }
  .iw-main-header>.iw-language-switcher .iw-language-option{gap:2px}
  .iw-main-header>.iw-language-switcher .iw-language-option.is-active{padding:3px 4px}
  .iw-main-header>.iw-language-switcher .iw-flag-svg{width:16px;height:11px}
  .iw-main-header>.iw-language-switcher .iw-language-socials a{width:18px;height:18px}
  .iw-main-header>.iw-language-switcher .iw-language-socials .iw-social-icon{width:13px;height:13px}
}

/* =========================================================
   YOUCAN v1.7.4 — About page + responsive navigation
   ========================================================= */
.iw-mobile-menu-toggle{display:none;border:1px solid var(--yc-line);background:#fff;color:var(--yc-brand);width:42px;height:42px;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;box-shadow:0 7px 20px rgba(0,63,57,.07)}
.iw-mobile-menu-toggle span{display:block;width:17px;height:2px;border-radius:99px;background:currentColor;transition:.25s}
.iw-mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.iw-mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.iw-mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.iw-mobile-drawer{position:fixed;inset:0;z-index:10000;visibility:hidden;pointer-events:none}
.iw-mobile-drawer.is-open{visibility:visible;pointer-events:auto}
.iw-mobile-drawer-backdrop{position:absolute;inset:0;background:rgba(0,35,32,.42);backdrop-filter:blur(5px);opacity:0;transition:.3s}
.iw-mobile-drawer-panel{position:absolute;top:0;bottom:0;right:0;width:min(86vw,360px);background:#fff;padding:24px 20px;box-shadow:-20px 0 55px rgba(0,35,32,.2);transform:translateX(105%);transition:transform .35s cubic-bezier(.2,.8,.2,1);overflow:auto}
.iw-mobile-drawer.is-open .iw-mobile-drawer-backdrop{opacity:1}
.iw-mobile-drawer.is-open .iw-mobile-drawer-panel{transform:none}
.iw-mobile-drawer-close{position:absolute;top:15px;left:15px;border:0;background:var(--yc-mint);color:var(--yc-brand);width:36px;height:36px;border-radius:11px;font-size:25px;line-height:1;cursor:pointer}
.iw-mobile-drawer-brand{padding:10px 0 26px;border-bottom:1px solid var(--yc-line)}
.iw-mobile-drawer-brand img{height:44px;width:auto;max-width:170px;object-fit:contain}
.iw-mobile-drawer-nav{display:flex;flex-direction:column;padding:18px 0}
.iw-mobile-drawer-nav a{display:flex;align-items:center;min-height:52px;padding:0 10px;border-radius:13px;color:var(--yc-ink);font-weight:900;font-size:14px;text-decoration:none}
.iw-mobile-drawer-nav a:hover{background:var(--yc-mint);color:var(--yc-brand)}
.iw-mobile-drawer-socials{display:flex;gap:8px;padding-top:12px;border-top:1px solid var(--yc-line)}
.iw-mobile-drawer-socials a{width:38px;height:38px;border-radius:12px;background:#f4f8f7;display:grid;place-items:center;text-decoration:none}
.iw-mobile-drawer-socials .iw-social-icon-facebook{color:#1877F2}.iw-mobile-drawer-socials .iw-social-icon-instagram{color:#E4405F}.iw-mobile-drawer-socials .iw-social-icon-tiktok{color:#111}

/* About page */
.iw-about-page{background:#fff;color:var(--yc-ink)}
.iw-about-hero{position:relative;min-height:min(76vh,760px);height:clamp(520px,76vh,760px);overflow:hidden;background:#032e2a;display:flex;align-items:center}
.iw-about-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.iw-about-video-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,31,28,.76) 0%,rgba(0,31,28,.46) 43%,rgba(0,31,28,.12) 100%),linear-gradient(0deg,rgba(0,35,32,.35),transparent 45%)}
.iw-about-hero-content{position:relative;z-index:2;color:#fff;padding-top:50px;padding-bottom:50px}
.iw-about-hero-content .iw-eyebrow{color:#a8f2dc;background:rgba(4,75,68,.5);border-color:rgba(168,242,220,.22)}
.iw-about-hero-content h1{font-size:clamp(42px,6vw,78px);line-height:1.04;letter-spacing:-2px;max-width:720px;margin:18px 0 14px;font-weight:950}
.iw-about-hero-content p{font-size:clamp(15px,1.7vw,20px);line-height:1.8;max-width:650px;color:rgba(255,255,255,.82);margin:0 0 24px}
.iw-about-scroll-hint{position:absolute;z-index:2;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.78);font-size:10px;font-weight:900;letter-spacing:.2px}
.iw-about-scroll-hint span{width:6px;height:26px;border:1px solid rgba(255,255,255,.65);border-radius:99px;position:relative}
.iw-about-scroll-hint span:after{content:"";position:absolute;left:50%;top:4px;width:3px;height:7px;border-radius:99px;background:#fff;transform:translateX(-50%);animation:iw-about-scroll 1.6s ease-in-out infinite}
@keyframes iw-about-scroll{0%,100%{transform:translate(-50%,0);opacity:.5}50%{transform:translate(-50%,8px);opacity:1}}
.iw-about-section{padding:88px 0}
.iw-about-intro-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}
.iw-about-copy h2{font-size:clamp(32px,4vw,52px);line-height:1.12;letter-spacing:-1.4px;color:var(--yc-brand-dark);margin:12px 0 18px}
.iw-about-copy>p{font-size:15px;line-height:2;color:#667672;max-width:680px;margin:0}
.iw-about-feature-image{border-radius:30px;overflow:hidden;box-shadow:0 28px 65px rgba(0,63,57,.13);aspect-ratio:4/3;background:#eef5f3}
.iw-about-feature-image img{width:100%;height:100%;object-fit:cover;display:block}
.iw-about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}
.iw-about-values div{border:1px solid var(--yc-line);border-radius:17px;padding:16px;background:#fbfdfc;display:flex;flex-direction:column;gap:6px}
.iw-about-values strong{font-size:13px;color:var(--yc-brand)}.iw-about-values span{font-size:9px;line-height:1.7;color:#8a9894}
.iw-about-gallery-section{background:var(--yc-paper)}
.iw-about-heading{margin-bottom:30px}.iw-about-heading>div{width:100%;text-align:center}.iw-about-heading h2{font-size:clamp(30px,4vw,48px);margin:10px 0}.iw-about-heading p{max-width:650px;margin:0 auto;color:#8a9894}
.iw-about-catalog{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:260px 260px;gap:14px}
.iw-about-catalog figure{margin:0;border-radius:22px;overflow:hidden;background:#eaf2ef;box-shadow:0 14px 35px rgba(0,63,57,.08)}
.iw-about-catalog img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.8,.2,1)}
.iw-about-catalog figure:hover img{transform:scale(1.035)}
.iw-about-catalog-main{grid-row:1 / span 2}.iw-about-catalog-wide{grid-column:2 / span 2}
.iw-about-cta{padding-top:10px;padding-bottom:88px}.iw-about-cta-card{background:linear-gradient(135deg,var(--yc-brand-deep),#075f56);color:#fff;border-radius:28px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:0 22px 55px rgba(0,63,57,.16)}
.iw-about-cta-card h2{font-size:clamp(24px,3vw,38px);margin:8px 0 0}.iw-about-cta-card .iw-eyebrow{color:#a8f2dc}
.iw-simple-page{min-height:58vh;background:linear-gradient(180deg,#fff,#f5f9f8);display:flex;align-items:center}.iw-simple-page-inner{text-align:center;padding:90px 0}.iw-simple-page h1{font-size:clamp(36px,5vw,60px);color:var(--yc-brand-dark);margin:14px 0}.iw-simple-page p{max-width:620px;margin:0 auto;color:#778580;line-height:1.9}.iw-contact-social-grid{display:flex;justify-content:center;gap:12px;margin-top:30px;flex-wrap:wrap}.iw-contact-social-grid a{min-width:150px;padding:17px 22px;border:1px solid var(--yc-line);border-radius:17px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--yc-ink);text-decoration:none;box-shadow:0 10px 30px rgba(0,63,57,.06)}

@media(max-width:1020px){
  .iw-mobile-menu-toggle{display:flex;grid-area:menu;justify-self:start}
  .iw-main-header{grid-template-columns:52px minmax(120px,1fr) minmax(220px,auto);grid-template-areas:"menu brand tools" "search search search";gap:8px 12px}
  .iw-main-header>.iw-brand{justify-self:center;grid-area:brand}
  .iw-main-header>.iw-header-tools{grid-area:tools;justify-self:end}
  .iw-main-header>.iw-search-wrap{grid-area:search}
  .iw-nav-row{display:none}
  .iw-about-intro-grid{grid-template-columns:1fr;gap:30px}.iw-about-feature-image{max-width:820px;margin:auto;width:100%}
}
@media(max-width:760px){
  .iw-about-hero{height:calc(100svh - 105px);min-height:500px;max-height:680px}.iw-about-video-overlay{background:linear-gradient(180deg,rgba(0,31,28,.22) 0%,rgba(0,31,28,.62) 65%,rgba(0,31,28,.88) 100%)}
  .iw-about-hero-content{text-align:center;padding-top:100px;display:flex;flex-direction:column;align-items:center}.iw-about-hero-content h1{font-size:42px;letter-spacing:-1.5px}.iw-about-hero-content p{font-size:13px;max-width:450px}
  .iw-about-section{padding:58px 0}.iw-about-values{grid-template-columns:1fr}.iw-about-catalog{grid-template-columns:1fr 1fr;grid-template-rows:240px 180px 180px}.iw-about-catalog-main{grid-column:1 / span 2;grid-row:auto}.iw-about-catalog-wide{grid-column:1 / span 2;grid-row:auto}.iw-about-catalog figure{border-radius:17px}
  .iw-about-cta-card{padding:28px 22px;flex-direction:column;align-items:flex-start}.iw-about-cta-card .iw-btn{width:100%}
}
@media(max-width:560px){
  .iw-mobile-menu-toggle{width:38px;height:38px;border-radius:11px}.iw-mobile-menu-toggle span{width:15px}
  .iw-main-header{grid-template-columns:44px minmax(75px,1fr) minmax(205px,auto);gap:5px;padding-top:5px}
  .iw-main-header>.iw-brand .custom-logo{max-width:82px;height:40px}
  .iw-main-header>.iw-header-tools{max-width:112px}.iw-main-header>.iw-header-tools .iw-tool-label{width:34px;height:40px}.iw-main-header>.iw-header-tools .iw-tool-label span{font-size:6.5px}
  .iw-about-hero{height:calc(100svh - 100px);min-height:470px}.iw-about-hero-content h1{font-size:34px}.iw-about-hero-content p{font-size:12px}.iw-about-catalog{grid-template-rows:210px 160px 160px}.iw-about-catalog figure{border-radius:15px}.iw-simple-page-inner{padding:65px 0}
}

/* YOUCAN v1.7.6 — refined header language placement + responsive About video */
@media(min-width:1021px){
  .iw-main-header{position:relative;grid-template-columns:220px minmax(420px,1fr) minmax(520px,auto);grid-template-areas:"brand search tools";gap:22px;direction:ltr}
  .iw-main-header>.iw-brand{grid-area:brand;justify-self:start}
  .iw-main-header>.iw-search-wrap{grid-area:search}
  .iw-main-header>.iw-header-tools{grid-area:tools;justify-self:end;margin-right:250px;gap:5px}
  .iw-main-header>.iw-language-switcher{position:absolute;right:0;top:50%;transform:translateY(-50%);margin:0;z-index:3}
}

/* Tablet: keep utility cluster compact and language beside it without collision. */
@media(min-width:761px) and (max-width:1020px){
  .iw-main-header{position:relative;grid-template-columns:52px minmax(120px,1fr) minmax(300px,auto);grid-template-areas:"menu brand tools" "search search search";gap:8px 10px}
  .iw-main-header>.iw-header-tools{justify-self:end;margin-right:138px}
  .iw-main-header>.iw-language-switcher{position:absolute;right:0;top:11px;margin:0;z-index:4}
}

/* Mobile: language selector gets a guaranteed compact column; account/cart stay left of it. */
@media(max-width:760px){
  .iw-main-header{position:relative;grid-template-columns:62px minmax(104px,1fr) 146px;grid-template-areas:"brand tools lang" "search search search";gap:5px 3px;padding:6px 0 7px}
  .iw-main-header>.iw-brand{grid-area:brand;justify-self:start;width:62px}
  .iw-main-header>.iw-header-tools{grid-area:tools;justify-self:start;width:104px;max-width:104px;gap:0;direction:ltr;overflow:visible}
  .iw-main-header>.iw-header-tools .iw-tool-label{width:33px;min-width:33px;height:39px}
  .iw-main-header>.iw-header-tools .iw-tool-label svg{width:18px;height:18px}
  .iw-main-header>.iw-header-tools .iw-tool-label span{font-size:6.2px}
  .iw-main-header>.iw-language-switcher{grid-area:lang;position:static;justify-self:end;align-self:center;width:146px;min-width:146px;max-width:146px;margin:0;padding:3px 4px;gap:2px;font-size:7.6px;box-sizing:border-box;overflow:visible}
  .iw-main-header>.iw-language-switcher .iw-language-option{gap:2px;flex:none}
  .iw-main-header>.iw-language-switcher .iw-language-option.is-active{padding:3px 4px}
  .iw-main-header>.iw-language-switcher .iw-flag-svg{width:16px;height:11px}
  .iw-main-header>.iw-language-switcher .iw-language-divider{font-size:7px}
  .iw-main-header>.iw-language-switcher .iw-language-social-divider{height:15px;margin-inline:1px}
  .iw-main-header>.iw-language-switcher .iw-language-socials{display:flex;gap:1px;flex:none}
  .iw-main-header>.iw-language-switcher .iw-language-socials a{width:18px;height:18px;display:grid;place-items:center}
  .iw-main-header>.iw-language-switcher .iw-language-socials .iw-social-icon{width:13px;height:13px}
}

/* About video: fixed aspect ratio instead of viewport-height stretching. */
.iw-about-hero{height:auto;min-height:0;aspect-ratio:16/7;max-height:none;display:block}
.iw-about-video{object-fit:cover;object-position:center center}
.iw-about-hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.iw-about-sound{position:absolute;z-index:4;right:28px;bottom:28px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.32);background:rgba(0,42,38,.58);backdrop-filter:blur(10px);color:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.18);font:700 11px/1 Tahoma,Arial,sans-serif}
.iw-about-sound:hover{background:rgba(0,70,62,.78);transform:translateY(-1px)}
.iw-about-sound-icon{font-size:17px;line-height:1}.iw-about-sound-on{display:none}.iw-about-sound.is-on .iw-about-sound-off{display:none}.iw-about-sound.is-on .iw-about-sound-on{display:inline}.iw-about-sound-label{white-space:nowrap}
@media(max-width:1020px){.iw-about-hero{aspect-ratio:16/9}.iw-about-hero-content{padding-inline:22px}.iw-about-hero-content h1{font-size:clamp(34px,6vw,58px)}}
@media(max-width:760px){
  .iw-about-hero{aspect-ratio:9/14;max-height:calc(100svh - 95px);min-height:0}
  .iw-about-video{object-position:center center}
  .iw-about-hero-content{padding:70px 16px 90px;align-items:center;text-align:center}
  .iw-about-sound{right:14px;bottom:16px;padding:9px 11px}.iw-about-sound-label{font-size:9px}
}
@media(max-width:480px){.iw-about-hero{aspect-ratio:9/14}.iw-about-sound{right:12px;bottom:12px}}

/* YOUCAN v1.7.7 — final header geometry: no collisions, mobile menu stays in header */
@media (min-width:1021px){
  .iw-main-header{
    display:grid;
    grid-template-columns:180px minmax(360px,1fr) 270px 300px;
    grid-template-areas:"brand search tools lang";
    align-items:center;
    gap:18px;
    min-height:84px;
    direction:ltr;
  }
  .iw-main-header>.iw-brand{grid-area:brand;justify-self:start;direction:rtl;width:auto}
  .iw-main-header>.iw-search-wrap{grid-area:search;min-width:0}
  .iw-main-header>.iw-header-tools{grid-area:tools;justify-self:end;display:flex;align-items:center;justify-content:flex-start;gap:5px;direction:rtl;width:100%;margin:0;min-width:0}
  .iw-main-header>.iw-language-switcher{grid-area:lang;position:static;transform:none;justify-self:end;align-self:center;width:100%;max-width:300px;margin:0;box-sizing:border-box;justify-content:center;gap:7px}
  .iw-header-installment{width:58px;min-width:58px}
  .iw-tool-label{width:52px;min-width:52px}
}

@media (min-width:761px) and (max-width:1020px){
  .iw-main-header{
    display:grid;
    grid-template-columns:44px 90px minmax(180px,1fr) 250px;
    grid-template-areas:"menu brand tools lang" "search search search search";
    align-items:center;
    gap:8px 10px;
    min-height:auto;
    padding:8px 0 10px;
    direction:ltr;
  }
  .iw-main-header>.iw-mobile-menu-toggle{grid-area:menu;display:flex;justify-self:start}
  .iw-main-header>.iw-brand{grid-area:brand;justify-self:start;width:90px}
  .iw-main-header>.iw-brand .custom-logo{height:43px;max-width:90px}
  .iw-main-header>.iw-search-wrap{grid-area:search;min-width:0}
  .iw-main-header>.iw-header-tools{grid-area:tools;justify-self:end;display:flex;align-items:center;justify-content:flex-end;gap:3px;direction:rtl;width:100%;margin:0}
  .iw-main-header>.iw-header-tools .iw-header-installment{width:50px;min-width:50px;height:52px}
  .iw-main-header>.iw-header-tools .iw-tool-label{width:47px;min-width:47px;height:52px}
  .iw-main-header>.iw-language-switcher{grid-area:lang;position:static;justify-self:end;align-self:center;width:250px;max-width:250px;margin:0;box-sizing:border-box;justify-content:center;gap:6px}
}

@media (max-width:760px){
  .iw-main-header{
    display:grid;
    grid-template-columns:44px 74px minmax(112px,1fr) 208px;
    grid-template-areas:"menu brand tools lang" "search search search search";
    align-items:center;
    gap:5px 4px;
    min-height:auto;
    padding:6px 0 8px;
    direction:ltr;
  }
  .iw-main-header>.iw-mobile-menu-toggle{grid-area:menu;display:flex;justify-self:start;width:40px;height:40px;border-radius:11px}
  .iw-main-header>.iw-brand{grid-area:brand;justify-self:start;width:74px}
  .iw-main-header>.iw-brand .custom-logo{max-width:72px;height:38px}
  .iw-main-header>.iw-header-tools{grid-area:tools;justify-self:start;width:100%;max-width:none;display:flex;align-items:center;justify-content:flex-start;gap:0;direction:ltr;overflow:visible;margin:0}
  .iw-main-header>.iw-header-tools .iw-header-installment{display:none}
  .iw-main-header>.iw-header-tools .iw-tool-label{width:38px;min-width:38px;height:41px;border-radius:10px}
  .iw-main-header>.iw-header-tools .iw-tool-label svg{width:19px;height:19px}
  .iw-main-header>.iw-header-tools .iw-tool-label span{font-size:6.5px;line-height:1.05;white-space:nowrap}
  .iw-main-header>.iw-language-switcher{grid-area:lang;position:static;justify-self:end;align-self:center;width:208px;min-width:208px;max-width:208px;margin:0;padding:3px 4px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:3px;overflow:visible;font-size:7.6px}
  .iw-main-header>.iw-language-switcher .iw-language-option{gap:2px;flex:none}
  .iw-main-header>.iw-language-switcher .iw-language-option.is-active{padding:3px 4px}
  .iw-main-header>.iw-language-switcher .iw-flag-svg{width:16px;height:11px}
  .iw-main-header>.iw-language-switcher .iw-language-divider{font-size:7px}
  .iw-main-header>.iw-language-switcher .iw-language-social-divider{height:15px;margin-inline:1px}
  .iw-main-header>.iw-language-switcher .iw-language-socials{display:flex;gap:2px;flex:none}
  .iw-main-header>.iw-language-switcher .iw-language-socials a{width:19px;height:19px;background:transparent}
  .iw-main-header>.iw-language-switcher .iw-language-socials .iw-social-icon{width:13px;height:13px}
  .iw-main-header>.iw-search-wrap{grid-area:search;min-width:0}
}

@media (max-width:480px){
  .iw-main-header{grid-template-columns:42px 68px minmax(105px,1fr) 190px;gap:4px 3px}
  .iw-main-header>.iw-mobile-menu-toggle{width:38px;height:38px}
  .iw-main-header>.iw-brand{width:68px}
  .iw-main-header>.iw-brand .custom-logo{max-width:66px;height:36px}
  .iw-main-header>.iw-header-tools .iw-tool-label{width:35px;min-width:35px;height:39px}
  .iw-main-header>.iw-header-tools .iw-tool-label svg{width:18px;height:18px}
  .iw-main-header>.iw-header-tools .iw-tool-label span{font-size:6px}
  .iw-main-header>.iw-language-switcher{width:190px;min-width:190px;max-width:190px;font-size:7px;gap:2px}
  .iw-main-header>.iw-language-switcher .iw-flag-svg{width:15px;height:10px}
  .iw-main-header>.iw-language-switcher .iw-language-socials a{width:18px;height:18px}
  .iw-main-header>.iw-language-switcher .iw-language-socials .iw-social-icon{width:12px;height:12px}
}

@media (max-width:390px){
  .iw-main-header{grid-template-columns:40px 62px minmax(98px,1fr) 180px}
  .iw-main-header>.iw-brand{width:62px}
  .iw-main-header>.iw-brand .custom-logo{max-width:60px;height:34px}
  .iw-main-header>.iw-header-tools .iw-tool-label{width:33px;min-width:33px}
  .iw-main-header>.iw-language-switcher{width:180px;min-width:180px;max-width:180px;font-size:6.7px}
}

/* YOUCAN v1.7.8 — About page refinement: full-bleed mobile video + centered section labels */
.iw-about-story-heading{text-align:center;margin:0 0 34px}
.iw-about-story-heading .iw-eyebrow{display:inline-flex;align-items:center;justify-content:center;margin:0}
.iw-about-story .iw-about-copy{align-self:center}
.iw-about-heading{margin-bottom:30px}
.iw-about-heading>div{text-align:center}
.iw-about-heading .iw-eyebrow{display:inline-flex;align-items:center;justify-content:center;margin:0}
.iw-about-heading p{margin:14px auto 0;max-width:650px;color:#8a9894;font-size:15px;line-height:1.9}
.iw-about-feature-image img{object-position:center}
@media(max-width:760px){
  .iw-about-hero{width:100vw;max-width:none;margin-inline-start:50%;transform:translateX(-50%)}
  html[dir="rtl"] .iw-about-hero{transform:translateX(50%)}
  .iw-about-story-heading{margin-bottom:24px}
  .iw-about-story .iw-about-copy{text-align:center}
  .iw-about-story .iw-about-copy>p{margin-inline:auto}
  .iw-about-values{text-align:right}
  .iw-about-heading p{font-size:13px;margin-top:12px}
}

/* YOUCAN v1.7.9 — dedicated fullscreen control for About video */
.iw-about-fullscreen{position:absolute;z-index:5;right:28px;bottom:28px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.32);background:rgba(0,42,38,.58);backdrop-filter:blur(10px);color:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.18);font:700 11px/1 Tahoma,Arial,sans-serif;transition:.2s ease}
.iw-about-fullscreen:hover{background:rgba(0,70,62,.78);transform:translateY(-1px)}
.iw-about-fullscreen-icon{font-size:18px;line-height:1;font-weight:900}
.iw-about-fullscreen-compress{display:none}
.iw-about-fullscreen.is-on .iw-about-fullscreen-expand{display:none}
.iw-about-fullscreen.is-on .iw-about-fullscreen-compress{display:inline}
.iw-about-fullscreen-label{white-space:nowrap}
.iw-about-hero:fullscreen,.iw-about-hero:-webkit-full-screen{width:100vw;height:100vh;max-width:none;max-height:none;aspect-ratio:auto;background:#001f1c}
.iw-about-hero:fullscreen .iw-about-video,.iw-about-hero:-webkit-full-screen .iw-about-video{width:100%;height:100%;object-fit:contain;background:#000}
.iw-about-hero:fullscreen .iw-about-video-overlay,.iw-about-hero:-webkit-full-screen .iw-about-video-overlay{background:linear-gradient(180deg,rgba(0,31,28,.08),rgba(0,31,28,.62))}
.iw-about-hero:fullscreen .iw-about-hero-content,.iw-about-hero:-webkit-full-screen .iw-about-hero-content{max-width:1200px;margin-inline:auto;padding-inline:40px}
.iw-about-hero:fullscreen .iw-about-scroll-hint,.iw-about-hero:-webkit-full-screen .iw-about-scroll-hint{display:none}
.iw-about-hero:fullscreen .iw-about-sound,.iw-about-hero:-webkit-full-screen .iw-about-sound{right:28px;bottom:28px}
.iw-about-hero:fullscreen .iw-about-fullscreen,.iw-about-hero:-webkit-full-screen .iw-about-fullscreen{right:190px;bottom:28px}
@media(max-width:760px){
  .iw-about-fullscreen{right:14px;bottom:16px;padding:9px 11px}
  .iw-about-sound{right:14px;bottom:70px}
  .iw-about-hero:fullscreen .iw-about-fullscreen,.iw-about-hero:-webkit-full-screen .iw-about-fullscreen{right:14px;bottom:16px}
  .iw-about-hero:fullscreen .iw-about-sound,.iw-about-hero:-webkit-full-screen .iw-about-sound{right:14px;bottom:70px}
}
@media(max-width:420px){
  .iw-about-fullscreen-label{display:none}
  .iw-about-fullscreen{width:42px;height:42px;padding:0;justify-content:center}
}

/* YOUCAN v1.7.10 — Desktop: place fullscreen control clearly to the left of sound control */
@media (min-width:761px){
  .iw-about-hero > .iw-about-sound{right:28px;bottom:28px;}
  .iw-about-hero > .iw-about-fullscreen{right:190px;bottom:28px;}
}

/* -------------------------------------------------------------------------
 * YOUCAN premium contact page
 * ---------------------------------------------------------------------- */
.yc-contact-page{background:#f6faf9;min-height:70vh;color:var(--yc-ink)}
.yc-contact-hero{position:relative;overflow:hidden;min-height:510px;background:linear-gradient(135deg,#003f39 0%,#00584f 52%,#002e2a 100%);color:#fff;display:flex;align-items:center}
.yc-contact-hero-inner{position:relative;z-index:3;text-align:center;padding:78px 20px 86px;max-width:1000px;margin:auto}
.yc-contact-kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 15px;border:1px solid rgba(173,244,225,.28);border-radius:999px;background:rgba(255,255,255,.07);color:#b7f1df;font-size:14px;font-weight:700;backdrop-filter:blur(10px)}
.yc-contact-hero h1{font-size:clamp(48px,6vw,82px);line-height:1.08;letter-spacing:-2px;margin:20px 0 16px;color:#fff}
.yc-contact-hero p{max-width:700px;margin:0 auto;color:rgba(255,255,255,.78);font-size:18px;line-height:1.9}
.yc-contact-hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px}
.yc-contact-hero-btn{min-width:185px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 22px;border-radius:15px;text-decoration:none;font-weight:800;transition:.2s ease}
.yc-contact-hero-btn-primary{background:#a8f2dc;color:#003f39;box-shadow:0 16px 35px rgba(0,0,0,.18)}
.yc-contact-hero-btn-primary:hover{transform:translateY(-2px);background:#c5f8e9}
.yc-contact-hero-btn-ghost{color:#fff;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.07)}
.yc-contact-hero-btn-ghost:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.yc-contact-wa-mark{width:23px;height:23px;border:2px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1}
.yc-contact-hero-grid{position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(90deg,transparent,black 30%,black 70%,transparent)}
.yc-contact-hero-glow{position:absolute;border-radius:50%;filter:blur(5px);pointer-events:none}.yc-contact-hero-glow-a{width:420px;height:420px;background:rgba(88,245,201,.12);right:-100px;top:-150px}.yc-contact-hero-glow-b{width:320px;height:320px;background:rgba(31,180,161,.15);left:-120px;bottom:-150px}
.yc-contact-hero-mark{position:absolute;right:-35px;bottom:-100px;font-size:440px;line-height:.8;font-weight:900;color:rgba(168,242,220,.035);font-family:Arial,sans-serif;transform:rotate(-8deg);pointer-events:none}
.yc-contact-content{padding:78px 0 95px}
.yc-contact-section-heading{text-align:center;margin-bottom:32px}.yc-contact-section-heading h2,.yc-contact-social-heading h2{font-size:clamp(30px,4vw,46px);margin:12px 0 8px;color:var(--yc-brand-dark)}.yc-contact-section-heading p{margin:0 auto;color:#82908c;line-height:1.8}
.yc-contact-primary-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.yc-contact-card{min-height:170px;border-radius:25px;padding:28px;display:flex;align-items:center;gap:18px;text-decoration:none;position:relative;overflow:hidden;border:1px solid rgba(0,63,57,.08);transition:.25s ease;box-shadow:0 15px 45px rgba(0,63,57,.07)}
.yc-contact-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(0,63,57,.13)}
.yc-contact-card-whatsapp{background:linear-gradient(135deg,#00473f,#00786b);color:#fff}.yc-contact-card-location{background:#fff;color:var(--yc-ink)}
.yc-contact-card-icon{width:62px;height:62px;border-radius:19px;display:flex;align-items:center;justify-content:center;flex:0 0 62px;background:#edf8f5;color:#00776a}.yc-contact-whatsapp-icon{background:#a8f2dc;color:#003f39;font-size:27px;border:0}
.yc-contact-card-body{display:flex;flex-direction:column;gap:5px}.yc-contact-card-body small{text-transform:uppercase;letter-spacing:.08em;font-size:10px;opacity:.72;font-weight:800}.yc-contact-card-body strong{font-size:24px}.yc-contact-card-body span{font-size:14px;opacity:.76}.yc-contact-card-arrow{margin-inline-start:auto;font-size:22px;opacity:.7}
.yc-contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.yc-contact-info-card{background:#fff;border:1px solid var(--yc-line);border-radius:21px;padding:22px 24px;display:flex;align-items:center;gap:15px;text-decoration:none;color:var(--yc-ink);transition:.2s ease}.yc-contact-info-card:hover{transform:translateY(-2px);border-color:#9dd8cb}.yc-contact-info-icon{width:50px;height:50px;border-radius:16px;background:#edf8f5;color:#006f63;display:flex;align-items:center;justify-content:center;font-weight:900}.yc-contact-info-card span:last-child{display:flex;flex-direction:column;gap:4px}.yc-contact-info-card small{font-size:11px;color:#87948f}.yc-contact-info-card strong{font-size:17px}
.yc-contact-social-section{margin-top:76px;padding-top:60px;border-top:1px solid rgba(0,63,57,.09)}.yc-contact-social-heading{text-align:center;margin-bottom:28px}.yc-contact-social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.yc-social-card{background:#fff;border:1px solid var(--yc-line);border-radius:22px;padding:24px;text-decoration:none;color:var(--yc-ink);display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 12px 35px rgba(0,63,57,.05);transition:.25s ease}.yc-social-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(0,63,57,.1)}.yc-social-card>span{width:58px;height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#f1f6f5}.yc-social-card strong{font-size:20px}.yc-social-card small{color:#899590;font-size:12px}.yc-social-facebook>span{color:#1877f2}.yc-social-instagram>span{color:#e4405f}.yc-social-tiktok>span{color:#111}
@media(max-width:820px){.yc-contact-hero{min-height:455px}.yc-contact-hero-inner{padding:62px 18px 70px}.yc-contact-hero h1{font-size:clamp(38px,10vw,58px);letter-spacing:-1px}.yc-contact-hero p{font-size:15px}.yc-contact-content{padding:58px 18px 75px}.yc-contact-primary-grid,.yc-contact-info-grid{grid-template-columns:1fr}.yc-contact-social-grid{grid-template-columns:1fr 1fr}.yc-contact-social-card:last-child{grid-column:1 / -1}.yc-contact-hero-mark{font-size:300px;right:-45px;bottom:-70px}}
@media(max-width:520px){.yc-contact-hero{min-height:520px}.yc-contact-hero-inner{padding:58px 15px 80px}.yc-contact-hero-actions{flex-direction:column;align-items:stretch}.yc-contact-hero-btn{width:100%}.yc-contact-card{min-height:145px;padding:20px}.yc-contact-card-icon{width:54px;height:54px;flex-basis:54px}.yc-contact-card-body strong{font-size:20px}.yc-contact-info-card{padding:18px}.yc-contact-social-grid{grid-template-columns:1fr}.yc-contact-social-card:last-child{grid-column:auto}.yc-contact-social-section{margin-top:58px;padding-top:45px}}

/* YOUCAN v1.7.12 — premium customer-care contact experience */
.yc-contact-v1712{background:#f4f8f7}
.yc-contact-v1712 .yc-contact-hero{min-height:560px;background:radial-gradient(circle at 18% 28%,rgba(95,244,207,.16),transparent 27%),radial-gradient(circle at 83% 70%,rgba(31,197,170,.14),transparent 28%),linear-gradient(135deg,#002f2b 0%,#004b43 48%,#001f1c 100%)}
.yc-contact-v1712 .yc-contact-hero-inner{max-width:980px;padding:88px 20px 96px}
.yc-contact-v1712 .yc-contact-hero h1{font-size:clamp(48px,6.5vw,86px);margin:22px 0 16px;letter-spacing:-2.8px;text-shadow:0 8px 35px rgba(0,0,0,.18)}
.yc-contact-v1712 .yc-contact-hero p{font-size:17px;max-width:680px;color:rgba(255,255,255,.78)}
.yc-contact-kicker{position:relative;z-index:2}.yc-contact-live-dot{width:8px;height:8px;border-radius:50%;background:#9df7dc;box-shadow:0 0 0 5px rgba(157,247,220,.12),0 0 18px rgba(157,247,220,.7)}
.yc-contact-hero-actions{position:relative;z-index:3}.yc-contact-hero-btn{min-height:52px;padding:0 24px;border-radius:16px;font-size:14px}.yc-contact-wa-symbol{font-size:23px;font-weight:900}.yc-contact-hero-status{position:absolute;z-index:3;left:28px;bottom:26px;display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.58);font-size:11px}.yc-contact-hero-status span{width:7px;height:7px;border-radius:50%;background:#7ff2d0}
.yc-contact-grid{position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(175,255,234,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(175,255,234,.11) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,transparent,black 24%,black 76%,transparent)}
.yc-contact-orbit{position:absolute;border:1px solid rgba(141,246,219,.16);border-radius:50%;pointer-events:none}.yc-contact-orbit-a{width:520px;height:520px;right:-210px;top:-190px}.yc-contact-orbit-b{width:350px;height:350px;left:-170px;bottom:-190px}.yc-contact-hero-y{position:absolute;right:-25px;bottom:-110px;font:900 430px/.75 Arial,sans-serif;color:rgba(171,247,226,.035);transform:rotate(-10deg);pointer-events:none}
.yc-contact-v1712 .yc-contact-content{padding:84px 0 105px}.yc-contact-main-heading{margin-bottom:38px}.yc-contact-main-heading h2{font-size:clamp(32px,4vw,48px)}
.yc-contact-channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.yc-channel{min-height:178px;border-radius:26px;padding:28px;display:flex;align-items:center;gap:18px;position:relative;overflow:hidden;text-decoration:none;border:1px solid rgba(0,63,57,.08);box-shadow:0 16px 45px rgba(0,63,57,.07);transition:.25s ease}.yc-channel:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(0,63,57,.13)}.yc-channel:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-85px;bottom:-100px;background:rgba(255,255,255,.07)}.yc-channel-wa{background:linear-gradient(135deg,#004d44,#007a6c);color:#fff}.yc-channel-call,.yc-channel-mail,.yc-channel-map{background:#fff;color:var(--yc-ink)}.yc-channel-icon{width:64px;height:64px;flex:0 0 64px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:#edf8f5;color:#00766a;font-size:28px;font-weight:900}.yc-channel-wa .yc-channel-icon{background:#b0f3de;color:#003f39}.yc-channel-copy{display:flex;flex-direction:column;gap:5px}.yc-channel-copy small{font-size:10px;font-weight:900;letter-spacing:.09em;opacity:.62}.yc-channel-copy strong{font-size:24px;line-height:1.15}.yc-channel-copy em{font-style:normal;font-size:13px;opacity:.68}.yc-channel-arrow{margin-inline-start:auto;font-size:24px;opacity:.55;position:relative;z-index:2}
.yc-help-section{margin-top:82px;padding:52px;border-radius:32px;background:linear-gradient(135deg,#e9f7f3,#fff);border:1px solid rgba(0,85,75,.08);display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center}.yc-help-copy h2{font-size:clamp(32px,4vw,46px);margin:12px 0 10px;color:var(--yc-brand-dark)}.yc-help-copy p{color:#7e8c88;line-height:1.9;max-width:500px}.yc-help-cards{display:grid;grid-template-columns:1fr;gap:11px}.yc-help-cards a{background:#fff;border:1px solid rgba(0,63,57,.08);border-radius:18px;padding:17px 20px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;text-decoration:none;color:var(--yc-ink);transition:.2s ease}.yc-help-cards a:hover{transform:translateX(-3px);border-color:#8bd6c6}.yc-help-cards span{font-size:11px;font-weight:900;color:#4e9e90}.yc-help-cards strong{font-size:15px}.yc-help-cards em{font-style:normal;font-size:11px;color:#8b9894}
.yc-map-panel{margin-top:22px;display:grid;grid-template-columns:.72fr 1.28fr;gap:22px;background:#fff;border:1px solid var(--yc-line);border-radius:32px;padding:24px;box-shadow:0 18px 50px rgba(0,63,57,.06)}.yc-map-copy{padding:38px 30px}.yc-map-copy h2{font-size:clamp(34px,4vw,50px);margin:12px 0;color:var(--yc-brand-dark)}.yc-map-copy p{color:#82908c;line-height:1.9;max-width:430px;margin-bottom:24px}.yc-map-visual{min-height:330px;border-radius:24px;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 35%,rgba(111,240,207,.23),transparent 22%),linear-gradient(135deg,#0a5148,#002d29);display:flex;align-items:center;justify-content:center;text-decoration:none}.yc-map-lines{position:absolute;inset:0;opacity:.38;background-image:linear-gradient(25deg,transparent 44%,rgba(172,249,228,.18) 45%,rgba(172,249,228,.18) 46%,transparent 47%),linear-gradient(115deg,transparent 48%,rgba(172,249,228,.12) 49%,rgba(172,249,228,.12) 50%,transparent 51%);background-size:90px 90px}.yc-map-pin{position:relative;width:88px;height:88px;border-radius:50%;background:rgba(174,248,225,.12);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 18px rgba(174,248,225,.04),0 0 60px rgba(103,243,207,.2)}.yc-map-pin span{width:58px;height:58px;border-radius:50%;background:#a8f2dc;color:#003f39;display:flex;align-items:center;justify-content:center}.yc-map-badge,.yc-map-label{position:absolute;background:rgba(0,30,27,.62);border:1px solid rgba(183,246,226,.18);backdrop-filter:blur(10px);color:#fff;border-radius:999px;padding:8px 13px;font-size:10px;font-weight:800}.yc-map-badge{top:22px;right:22px;letter-spacing:.08em}.yc-map-label{bottom:20px;left:22px}
.yc-contact-v1712 .yc-contact-social-section{margin-top:82px}.yc-contact-v1712 .yc-social-card{min-height:175px;justify-content:center}.yc-contact-v1712 .yc-social-card>span{width:66px;height:66px;border-radius:20px}.yc-contact-v1712 .yc-social-card strong{font-size:21px}
@media(max-width:900px){.yc-contact-channel-grid{grid-template-columns:1fr}.yc-help-section,.yc-map-panel{grid-template-columns:1fr}.yc-map-copy{padding:24px 12px 8px}.yc-map-visual{min-height:280px}}
@media(max-width:760px){.yc-contact-v1712 .yc-contact-hero{min-height:535px}.yc-contact-v1712 .yc-contact-hero-inner{padding:68px 16px 82px}.yc-contact-v1712 .yc-contact-hero h1{font-size:clamp(42px,12vw,62px);letter-spacing:-1.6px}.yc-contact-v1712 .yc-contact-hero p{font-size:14px}.yc-contact-hero-status{left:16px;bottom:20px;font-size:10px}.yc-contact-v1712 .yc-contact-content{padding:62px 16px 80px}.yc-channel{min-height:150px;padding:20px}.yc-channel-icon{width:54px;height:54px;flex-basis:54px}.yc-channel-copy strong{font-size:20px}.yc-help-section{margin-top:58px;padding:25px 20px;border-radius:25px}.yc-map-panel{padding:15px;border-radius:25px}.yc-map-copy{padding:20px 10px}.yc-map-visual{min-height:245px}.yc-contact-v1712 .yc-contact-social-section{margin-top:58px}}
@media(max-width:430px){.yc-contact-v1712 .yc-contact-hero h1{font-size:43px}.yc-contact-hero-actions{gap:9px}.yc-contact-hero-btn{min-height:49px}.yc-channel-copy em{font-size:12px}.yc-help-cards a{grid-template-columns:34px 1fr}.yc-help-cards em{grid-column:2}.yc-contact-hero-y{font-size:300px;right:-55px;bottom:-65px}}

/* YOUCAN v1.7.13 — center desktop section headings without disturbing section actions */
@media (min-width:901px){
  .iw-section-head-premium{
    position:relative;
    display:block;
    text-align:center;
    margin-bottom:30px;
    min-height:92px;
  }
  .iw-section-head-premium > div{
    width:100%;
    text-align:center;
    margin-inline:auto;
  }
  .iw-section-head-premium .iw-kicker{
    text-align:center;
    margin-bottom:6px;
  }
  .iw-section-head-premium h2{
    display:block;
    width:max-content;
    max-width:100%;
    margin:4px auto 0;
    text-align:center;
  }
  .iw-section-head-premium h2::after{
    right:50%;
    transform:translateX(50%) scaleX(0);
    transform-origin:center;
  }
  .iw-section-head-premium.is-visible h2::after{
    transform:translateX(50%) scaleX(1);
  }
  .iw-section-head-premium p{
    text-align:center;
    margin:8px auto 0;
  }
  .iw-section-head-premium .iw-see-all{
    position:absolute;
    left:0;
    bottom:2px;
    margin:0;
  }
}

/* v1.7.14 — financing + homepage discovery links */
.iw-finance-options-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1320px;margin:0 auto}.iw-finance-options-4>div{min-height:132px;border:1px solid #dbe8e4;border-radius:22px;background:linear-gradient(145deg,#fff,#f5faf8);display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:14px;align-items:center;padding:20px 18px;box-shadow:0 12px 30px rgba(3,54,49,.055);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.iw-finance-options-4>div:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(3,54,49,.1);border-color:#b9d9d1}.iw-finance-options-4>div>span{grid-row:1/3;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#00584f;color:#fff;font-size:14px;font-weight:900;box-shadow:0 8px 18px rgba(0,88,79,.16)}.iw-finance-options-4 strong{font-size:17px;color:#064f49}.iw-finance-options-4 small{font-size:10px;color:#7b8c87;line-height:1.7}.iw-home-links-section{padding-top:18px}.iw-home-links-head{text-align:center;max-width:760px;margin:0 auto 24px}.iw-home-links-head h2{font-size:34px;line-height:1.25;color:#064f49;margin:7px 0 8px;letter-spacing:-1px}.iw-home-links-head p{margin:0;color:#788b86;font-size:13px}.iw-home-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1050px;margin:0 auto}.iw-home-link-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:140px;padding:25px 28px;border-radius:24px;text-decoration:none;border:1px solid #dbe8e4;background:#fff;box-shadow:0 14px 35px rgba(3,54,49,.06);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.iw-home-link-card:before{content:"";position:absolute;inset:auto -40px -70px auto;width:180px;height:180px;border-radius:50%;background:#e7f5f1;pointer-events:none}.iw-home-link-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(3,54,49,.11);border-color:#b9d9d1}.iw-home-link-icon{position:relative;z-index:1;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#e8f6f2;color:#00675e}.iw-home-link-card strong,.iw-home-link-card small{position:relative;z-index:1;display:block}.iw-home-link-card strong{font-size:20px;color:#064f49;margin-bottom:5px}.iw-home-link-card small{font-size:11px;color:#7b8c87;line-height:1.8}.iw-home-link-arrow{position:relative;z-index:1;font-size:24px;color:#008b7d;font-weight:700}
@media(max-width:760px){.iw-finance-options-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.iw-finance-options-4>div{min-height:108px;padding:18px 16px}.iw-finance-options-4 strong{font-size:15px}.iw-finance-options-4 small{font-size:9px}.iw-home-links-grid{grid-template-columns:1fr;gap:12px}.iw-home-links-head h2{font-size:26px}.iw-home-link-card{min-height:118px;padding:20px;gap:13px;border-radius:20px}.iw-home-link-icon{width:50px;height:50px;border-radius:15px}.iw-home-link-card strong{font-size:17px}.iw-home-link-card small{font-size:10px}}

/* v1.7.16 — curated unique category lineup + premium product cutouts */
.iw-category-section .iw-category-grid{
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start;
}
.iw-category-section .iw-category-card{
  position:relative;
  min-height:238px!important;
  padding:12px 8px 16px!important;
  border:1px solid rgba(12,91,82,.08)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfefd 100%)!important;
  box-shadow:0 12px 30px rgba(8,72,65,.055)!important;
}
.iw-category-section .iw-category-card:before{
  content:"";
  position:absolute;inset:0;border-radius:24px;pointer-events:none;
  background:radial-gradient(circle at 50% 18%,rgba(23,174,148,.10),transparent 44%);
  opacity:.7;
}
.iw-category-section .iw-category-image{
  position:relative;z-index:1;
  width:172px!important;height:172px!important;
  border-radius:50%!important;
  margin:0 auto;
  background:linear-gradient(145deg,#f7fcfa 0%,#e1f4ee 100%)!important;
  border:1px solid rgba(20,145,125,.10);
  box-shadow:inset 0 0 0 7px rgba(255,255,255,.34),0 14px 28px rgba(5,73,65,.08)!important;
}
.iw-category-section .iw-category-image img{
  width:82%!important;height:82%!important;
  object-fit:contain!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 12px 14px rgba(3,65,58,.13));
}
.iw-category-section .iw-category-copy{position:relative;z-index:1;padding-top:14px!important}
.iw-category-section .iw-category-copy strong{
  font-size:16px!important;font-weight:800!important;color:#073f3a!important;
}
.iw-category-section .iw-category-copy span{
  margin-top:5px;display:flex;align-items:center;gap:5px;
  color:#138f7e!important;font-size:10px!important;font-weight:600;
}
.iw-category-section .iw-category-card:hover{
  transform:translateY(-8px)!important;
  border-color:rgba(18,145,126,.16)!important;
  box-shadow:0 20px 42px rgba(7,79,70,.10)!important;
}
@media(max-width:1200px){
  .iw-category-section .iw-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .iw-category-section .iw-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .iw-category-section .iw-category-card{min-height:196px!important;border-radius:20px!important}
  .iw-category-section .iw-category-image{width:126px!important;height:126px!important}
  .iw-category-section .iw-category-copy strong{font-size:13px!important}
}
