:root {
  --primary:#082717; --primary-mid:#1f3d2b; --primary-light:#2d5a3e;
  --secondary:#735a36; --tertiary:#2d1f19;
  --cream:#fef9f2; --cream-d:#f8f3ed; --surface-1:#ffffff; --surface-2:#f2ede6; --surface-high:#ede8e0;
  --gold:#735a36; --gold-dark:#5a4326; --gold-light:#a07d52; --gold-pale:#fddaac; --gold-ultra:#fff8ef;
  --t1:#1d1b18; --t2:#4e4542; --t3:#735a36; --t4:#b5a898; --white:#ffffff;
  --outline-v:rgba(194,200,193,0.30);
  --sh-xs:0 1px 4px rgba(29,27,24,0.04); --sh-sm:0 4px 20px rgba(29,27,24,0.05);
  --sh-md:0 0 40px rgba(29,27,24,0.06); --sh-lg:0 20px 60px rgba(29,27,24,0.08);
  --bd:1px solid rgba(194,200,193,0.25); --bd-gold:1px solid rgba(115,90,54,0.18);
  --r:20px; --r-sm:14px; --r-xs:8px;
  --fd:'Rubik',sans-serif; --fb:'Rubik',sans-serif;
  --ease:0.24s cubic-bezier(0.4,0,0.2,1);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:var(--fb);background:var(--cream);color:var(--t1);direction:rtl;text-align:right;line-height:1.78;font-weight:400;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
h1,h2,h3,h4{font-family:var(--fd);font-weight:700;line-height:1.25;color:var(--primary);letter-spacing:-0.015em}
p{font-size:1rem;color:var(--t2);line-height:1.82}
a{text-decoration:none}
img{max-width:100%}
.container{max-width:1240px;margin:0 auto;padding:0 clamp(1.2rem,4vw,2.8rem)}
.skip-link{position:absolute;top:-48px;right:12px;background:var(--primary);color:#fff;padding:0.6rem 1.1rem;border-radius:8px;z-index:300;transition:top 0.2s}
.skip-link:focus{top:12px}
a:focus-visible,button:focus-visible{outline:2px solid var(--secondary);outline-offset:3px;border-radius:4px}
.section-label{display:flex;align-items:center;gap:0.55rem;margin-bottom:0.9rem}
.section-label span{font-size:0.66rem;font-weight:700;letter-spacing:0.24em;text-transform:uppercase;color:var(--secondary)}
.gold-line{display:inline-block;width:22px;height:1.5px;background:var(--secondary);border-radius:1px}
.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(194,200,193,0.35) 30%,rgba(194,200,193,0.35) 70%,transparent)}
.btn-primary{display:inline-flex;align-items:center;gap:0.5rem;font-family:var(--fb);font-size:0.9rem;font-weight:600;padding:0.85rem 1.95rem;border-radius:var(--r-xs);border:none;cursor:pointer;transition:var(--ease);letter-spacing:0.01em;white-space:nowrap;background:linear-gradient(145deg,var(--primary) 0%,var(--primary-mid) 100%);color:var(--white)}
.btn-primary:hover{background:linear-gradient(145deg,var(--primary-mid) 0%,var(--primary) 100%);box-shadow:0 6px 28px rgba(8,39,23,0.25)}
.btn-outline{display:inline-flex;align-items:center;gap:0.5rem;font-family:var(--fb);font-size:0.9rem;font-weight:500;padding:0.82rem 1.75rem;border-radius:var(--r-xs);border:1.5px solid rgba(194,200,193,0.60);background:transparent;color:var(--primary);cursor:pointer;transition:var(--ease);letter-spacing:0.01em}
.btn-outline:hover{border-color:rgba(8,39,23,0.30);background:rgba(8,39,23,0.03)}

/* NAV — production system */
nav#main-nav{position:fixed;top:0;right:0;left:0;z-index:100;background:rgba(254,249,242,0.72);backdrop-filter:blur(26px) saturate(160%);-webkit-backdrop-filter:blur(26px) saturate(160%);border-bottom:1px solid rgba(115,90,54,0.09);transition:var(--ease)}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){nav#main-nav{background:rgba(254,249,242,0.97)}}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem clamp(1.2rem,4vw,2.4rem);max-width:1240px;margin:0 auto}
.nav-logo{display:inline-flex;align-items:center;line-height:1}
.nav-links{display:flex;gap:1.75rem;list-style:none}
.nav-links a{font-size:0.79rem;font-weight:400;color:var(--t2);transition:color 0.2s}
.nav-links a:hover{color:var(--secondary)}
.nav-links a[aria-current="page"],.nav-links a[aria-current="location"]{color:var(--primary);font-weight:600}
.nav-cta{display:flex;gap:0.7rem;align-items:center}
.hamburger{display:none;background:none;border:none;cursor:pointer;font-size:1.5rem;color:var(--primary);padding:0.3rem 0.5rem}
.mobile-menu{display:none}
@media(max-width:960px){
  .nav-links,.nav-cta{display:none}
  .hamburger{display:block}
  .mobile-menu{display:flex;flex-direction:column;position:fixed;inset:0;background:var(--cream);z-index:250;padding:4.5rem 2rem 2rem;gap:0.2rem;transform:translateX(100%);transition:transform 0.3s cubic-bezier(0.4,0,0.2,1)}
  .mobile-menu.open{transform:translateX(0)}
  .mobile-menu a{font-size:1.05rem;font-weight:500;color:var(--t1);padding:0.7rem 0;border-bottom:1px solid rgba(194,200,193,0.25)}
  .mobile-close{position:absolute;top:1.1rem;left:1.3rem;background:none;border:none;font-size:1.4rem;color:var(--primary);cursor:pointer;padding:0.3rem 0.5rem}
}

/* BREADCRUMBS */
.breadcrumbs{padding:6.6rem 0 0}
.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:0.45rem;align-items:center;font-size:0.78rem;color:var(--t3)}
.breadcrumbs li{display:flex;align-items:center;gap:0.45rem}
.breadcrumbs a{color:var(--t3);transition:color 0.2s}
.breadcrumbs a:hover{color:var(--primary)}
.breadcrumbs li+li::before{content:"\2039";color:var(--t4)}
.breadcrumbs [aria-current="page"]{color:var(--t2);font-weight:500}

/* ═══ ARTICLE COVER IMAGES ═══ */
.ed-cover{
  position:relative;display:block;overflow:hidden;
  flex:0 0 132px;height:132px;
  background:var(--cream-d);
  border-bottom:1px solid rgba(115,90,54,0.10);
  transition:transform 0.55s cubic-bezier(0.4,0,0.2,1);
}
.ed-cover img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}

/* ═══ EDITORIAL CARD GRID — featured 7x2 + 2x(5) + 2x(6) ═══ */
.ed-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.35rem;max-width:1140px;margin:0 auto}
.ed-grid > .ed-card{grid-column:span 6}
.ed-grid > .ed-card--featured{grid-column:span 7;grid-row:span 2}
.ed-grid > .ed-card--b,.ed-grid > .ed-card--c{grid-column:span 5}
.ed-grid > .ed-card--d,.ed-grid > .ed-card--e{grid-column:span 6}
.ed-card{
  position:relative;display:flex;flex-direction:column;
  border-radius:var(--r);overflow:hidden;text-decoration:none;
  background:rgba(255,255,255,0.62);
  -webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,0.85);
  box-shadow:0 10px 44px rgba(8,39,23,0.09),inset 0 1px 0 rgba(255,255,255,0.95),0 0 0 1px rgba(115,90,54,0.10);
  transition:transform 0.30s cubic-bezier(0.4,0,0.2,1),box-shadow 0.30s cubic-bezier(0.4,0,0.2,1);
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .ed-card{background:#fefbf5}
}
.ed-card:hover{transform:translateY(-3px);box-shadow:0 18px 58px rgba(8,39,23,0.13),inset 0 1px 0 rgba(255,255,255,0.95),0 0 0 1px rgba(115,90,54,0.15)}
.ed-card:hover .ed-cover{transform:scale(1.035)}
.ed-card:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}
.ed-card--featured .ed-cover{flex:0 0 55%;height:auto;min-height:216px}
.ed-card__body{position:relative;z-index:1;flex:1 1 auto;display:flex;flex-direction:column;gap:0.5rem;padding:1.5rem 1.6rem 1.35rem}
.ed-card__body::before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(253,218,172,0.12) 0%,transparent 52%);pointer-events:none}
.ed-card--featured .ed-card__body{flex:1 1 auto;justify-content:center;gap:0.68rem;padding:2rem 2.1rem 1.75rem}
.ed-card__cat{font-size:0.63rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--secondary)}
.ed-card__title{font-family:var(--fd);font-size:1.02rem;font-weight:700;line-height:1.38;color:var(--primary);letter-spacing:-0.012em}
.ed-card--featured .ed-card__title{font-size:clamp(1.28rem,2.1vw,1.55rem);font-weight:800;line-height:1.22;letter-spacing:-0.022em}
.ed-card__excerpt{font-size:0.87rem;line-height:1.74;color:var(--t2)}
.ed-card--featured .ed-card__excerpt{font-size:0.97rem;line-height:1.8}
.ed-card__foot{margin-top:auto;padding-top:0.9rem;display:flex;align-items:center;justify-content:space-between;gap:0.8rem;border-top:1px solid rgba(115,90,54,0.12)}
.ed-card__cue{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.79rem;font-weight:600;color:var(--secondary)}
.ed-card__arrow{display:inline-block;transition:transform 0.30s cubic-bezier(0.4,0,0.2,1)}
.ed-card:hover .ed-card__arrow{transform:translateX(-4px)}
.ed-card__time{font-size:0.73rem;color:var(--t3);font-weight:500;white-space:nowrap}
@media(max-width:1024px){
  .ed-grid > .ed-card{grid-column:span 6}
  .ed-grid > .ed-card--featured{grid-column:span 12;grid-row:auto}
  .ed-card--featured .ed-cover{flex:0 0 200px;height:200px;min-height:0}
  .ed-card--featured .ed-card__body{flex:1 1 auto}
}
@media(max-width:768px){
  .ed-grid{gap:1.1rem}
  .ed-grid > .ed-card,.ed-grid > .ed-card--featured{grid-column:span 12}
  .ed-cover{flex:0 0 116px;height:116px}
  .ed-card--featured .ed-cover{flex:0 0 168px;height:168px}
  .ed-card__body{padding:1.4rem 1.4rem 1.25rem}
  .ed-card--featured .ed-card__body{padding:1.6rem 1.5rem 1.4rem}
}

/* ARTICLE */
.article-wrap{max-width:740px;margin:0 auto;padding:0 clamp(1.2rem,4vw,2rem)}
.article-header{padding:1.4rem 0 0.4rem}
.article-masthead{display:block;width:100%;height:auto;aspect-ratio:5/3;object-fit:cover;border-radius:var(--r);border:var(--bd-gold);margin-bottom:1.7rem;background:var(--cream-d)}
.article-eyebrow{display:flex;align-items:center;gap:0.7rem;flex-wrap:wrap;margin-bottom:0.9rem}
.article-category{font-size:0.7rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--secondary)}
.article-readtime{font-size:0.72rem;font-weight:500;letter-spacing:0.02em;color:var(--t3);display:inline-flex;align-items:center;gap:0.55rem}
.article-readtime::before{content:"";width:3px;height:3px;border-radius:50%;background:var(--t4);flex-shrink:0}
.article-header h1{font-size:clamp(1.7rem,4vw,2.45rem);font-weight:800;letter-spacing:-0.022em;line-height:1.22;margin-bottom:1rem}
.article-excerpt{font-size:1.06rem;color:var(--t2);line-height:1.8;margin-bottom:1.3rem}
.article-meta{display:flex;flex-wrap:wrap;gap:0.4rem 1rem;font-size:0.8rem;color:var(--t3);padding-bottom:1.6rem;border-bottom:var(--bd)}
.article-body{padding:1.8rem 0 1rem}
.article-body h2{font-size:1.34rem;font-weight:800;margin:2.8rem 0 0.9rem;letter-spacing:-0.018em;position:relative;padding-top:0.9rem}
.article-body h2::before{content:"";position:absolute;top:0;right:0;width:34px;height:2px;background:linear-gradient(90deg,var(--gold-light),var(--secondary));border-radius:1px}
.article-body h3{font-size:1.05rem;font-weight:700;margin:1.9rem 0 0.55rem;color:var(--primary-mid)}
.article-body p{margin-bottom:1.05rem;font-size:0.99rem}
.article-body ul,.article-body ol{margin:0 1.35rem 1.2rem 0;display:flex;flex-direction:column;gap:0.45rem}
.article-body li{font-size:0.97rem;color:var(--t2);line-height:1.78}
.article-body li::marker{color:var(--secondary)}
.article-body a{color:var(--primary);font-weight:500;border-bottom:1px solid rgba(115,90,54,0.35);transition:var(--ease)}
.article-body a:hover{color:var(--secondary);border-bottom-color:var(--secondary)}
.article-body strong{color:var(--t1);font-weight:600}
.article-body blockquote{background:var(--gold-ultra);border-right:3px solid var(--gold-pale);border-radius:var(--r-sm);padding:1.1rem 1.3rem;margin:0 0 1.2rem}
.article-body blockquote p{margin:0;font-size:0.92rem}
/* Checklist panel — the literal [ ] glyphs act as the markers */
.article-body ul.checklist{list-style:none;margin:0 0 1.4rem;padding:1.3rem 1.4rem;gap:0.62rem;background:linear-gradient(160deg,var(--gold-ultra) 0%,var(--surface-1) 65%);border:var(--bd-gold);border-radius:var(--r-sm);box-shadow:var(--sh-xs)}
.article-body ul.checklist li{font-size:0.95rem;line-height:1.7;color:var(--t2)}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 1.3rem;border-radius:var(--r-sm);border:var(--bd);background:var(--surface-1);box-shadow:var(--sh-xs)}
.article-body table{width:100%;border-collapse:collapse;font-size:0.9rem;min-width:480px}
.article-body th{background:var(--surface-2);color:var(--primary);font-weight:700;text-align:right;padding:0.78rem 0.9rem;border-bottom:var(--bd)}
.article-body td{padding:0.68rem 0.9rem;border-bottom:var(--bd);color:var(--t2);vertical-align:top;line-height:1.7}
.article-body tr:last-child td{border-bottom:none}

.answer-summary{background:linear-gradient(160deg,var(--gold-ultra) 0%,var(--surface-1) 62%);border:var(--bd-gold);border-radius:var(--r);padding:1.8rem 1.9rem;margin:1.9rem 0 0.6rem;box-shadow:var(--sh-xs)}
.answer-summary h2{margin:0 0 0.8rem;font-size:1.12rem;display:flex;align-items:center;gap:0.55rem;padding-top:0}
.answer-summary h2::before{content:"";position:static;display:inline-block;width:22px;height:1.5px;background:var(--secondary);border-radius:1px}
.answer-summary p:last-child{margin-bottom:0}

.article-cta{background:linear-gradient(145deg,var(--primary) 0%,var(--primary-mid) 100%);border-radius:var(--r);padding:2.1rem 1.9rem;margin:2.6rem 0;text-align:center;box-shadow:var(--sh-md);position:relative;overflow:hidden}
.article-cta::before{content:"";position:absolute;top:-90px;right:-60px;width:280px;height:280px;background:radial-gradient(ellipse,rgba(253,218,172,0.16) 0%,transparent 62%);pointer-events:none}
.article-cta > *{position:relative;z-index:1}
.article-cta h2,.article-cta h3{color:#fff;font-size:1.18rem;margin:0 0 0.5rem;padding-top:0}
.article-cta h2::before{display:none}
.article-cta p{color:rgba(255,255,255,0.82);font-size:0.93rem;margin:0 0 1.2rem}
.article-cta .btn-cta{display:inline-flex;align-items:center;gap:0.5rem;background:var(--gold-pale);color:var(--primary);font-family:var(--fd);font-weight:700;font-size:0.92rem;padding:0.85rem 2rem;border-radius:var(--r-xs);transition:var(--ease)}
.article-cta .btn-cta:hover{background:#f5cc90;box-shadow:0 4px 20px rgba(253,218,172,0.3)}

.article-faq{margin-top:0.4rem}
.article-faq h3{background:var(--surface-1);border:var(--bd);border-radius:var(--r-sm) var(--r-sm) 0 0;padding:0.9rem 1.15rem 0.75rem;margin:1.4rem 0 0;font-size:0.99rem;color:var(--primary)}
.article-faq h3+p{background:var(--surface-1);border:var(--bd);border-top:none;border-radius:0 0 var(--r-sm) var(--r-sm);padding:0.15rem 1.15rem 1rem;margin-bottom:0;font-size:0.94rem}
.article-sources{background:var(--cream-d);border:var(--bd);border-radius:var(--r-sm);padding:1.3rem 1.4rem;margin-top:2.4rem}
.article-sources h2{margin:0 0 0.6rem;font-size:1.05rem;padding-top:0}
.article-sources h2::before{display:none}
.article-sources ul{margin:0 1.1rem 0 0}
.article-sources li{font-size:0.9rem}
.article-sources a{word-break:break-word}
.article-disclaimer{margin:2rem 0 0;font-size:0.83rem;color:var(--t3);background:var(--cream-d);border-radius:var(--r-sm);padding:1rem 1.2rem;border:var(--bd)}
.article-disclaimer p{font-size:0.83rem;color:var(--t3);margin:0}

/* RELATED — editorial, matches the card family */
.related-guides{max-width:1140px;margin:0 auto;padding:3.4rem clamp(1.2rem,4vw,2rem) 4.2rem}
.related-guides h2{font-size:1.25rem;font-weight:800;margin-bottom:1.6rem;text-align:center}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.related-card{position:relative;display:flex;flex-direction:column;gap:0;background:rgba(255,255,255,0.62);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,0.85);border-radius:var(--r);padding:0;box-shadow:0 8px 34px rgba(8,39,23,0.07),inset 0 1px 0 rgba(255,255,255,0.95),0 0 0 1px rgba(115,90,54,0.09);transition:transform 0.30s cubic-bezier(0.4,0,0.2,1),box-shadow 0.30s cubic-bezier(0.4,0,0.2,1);overflow:hidden}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .related-card{background:#fefbf5}
}
.related-card::before{content:"";position:absolute;top:0;right:0;left:0;height:2px;background:linear-gradient(90deg,var(--gold-light),transparent 70%);opacity:0.6;transition:opacity var(--ease)}
.related-card:hover{transform:translateY(-3px);box-shadow:0 16px 48px rgba(8,39,23,0.12),inset 0 1px 0 rgba(255,255,255,0.95),0 0 0 1px rgba(115,90,54,0.14)}
.related-card:hover::before{opacity:1}
.related-cover{display:block;flex:0 0 132px;height:132px;overflow:hidden;background:var(--cream-d);border-bottom:1px solid rgba(115,90,54,0.10)}
.related-cover img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.related-card__body{display:flex;flex-direction:column;gap:0.5rem;padding:1.4rem 1.5rem 1.35rem;flex:1 1 auto}
.related-card h3{font-size:0.97rem;line-height:1.42}
.related-card p{font-size:0.84rem;line-height:1.7;color:var(--t2)}
.related-card span{margin-top:auto;padding-top:0.75rem;font-size:0.78rem;font-weight:600;color:var(--secondary);display:inline-flex;align-items:center;gap:0.4rem}
.related-back{text-align:center;margin-top:2.2rem}
@media(max-width:900px){.related-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}}

/* HUB */
#guides-content{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--cream) 0%,#f5efe5 18%,var(--cream-d) 58%,#f6f0e6 100%)}
#guides-content::before{content:"";position:absolute;top:-160px;right:-120px;width:620px;height:620px;background:radial-gradient(ellipse,rgba(253,218,172,0.24) 0%,transparent 62%);pointer-events:none}
#guides-content::after{content:"";position:absolute;bottom:-140px;left:-100px;width:520px;height:520px;background:radial-gradient(ellipse,rgba(8,39,23,0.05) 0%,transparent 58%);pointer-events:none}
.hub-header,.hub-grid,.hub-cta{position:relative;z-index:1}
.hub-header{max-width:740px;margin:0 auto;padding:1.6rem clamp(1.2rem,4vw,2rem) 2.8rem;text-align:center}
.hub-header h1{font-size:clamp(1.8rem,4.2vw,2.6rem);font-weight:800;letter-spacing:-0.022em;line-height:1.18;margin-bottom:1rem}
.hub-intro{font-size:1.02rem;color:var(--t2);line-height:1.85;max-width:620px;margin:0 auto}
.hub-grid{max-width:1140px;margin:0 auto;padding:0 clamp(1.2rem,4vw,2rem) 1rem}
.hub-cta{max-width:740px;margin:3rem auto 4.5rem;padding:0 clamp(1.2rem,4vw,2rem)}

/* FOOTER — production system */
footer{background:var(--primary);color:rgba(255,255,255,0.85);padding:4rem 0 1.6rem;margin-top:0}
.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr 1fr;gap:2.4rem;margin-bottom:2.5rem;align-items:start}
.footer-brand p{font-size:0.88rem;line-height:1.78;max-width:280px;color:rgba(255,255,255,0.72);font-weight:400;letter-spacing:0.005em}
.footer-col .footer-col-title{font-family:var(--fd);font-size:0.8rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold-pale);margin-bottom:0.9rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.footer-col ul li a{font-size:0.85rem;color:rgba(255,255,255,0.68);transition:color 0.2s;line-height:1.5;display:inline-block}
.footer-col ul li a:hover{color:var(--gold-pale)}
.footer-contact-item{font-size:0.88rem;display:flex;gap:0.5rem;align-items:center;margin-bottom:0.55rem;color:rgba(255,255,255,0.72)}
.footer-contact-item a{color:inherit;text-decoration:none;transition:color 0.2s}
.footer-contact-item a:hover{color:var(--gold-pale)}
.footer-socials{display:flex;gap:0.9rem;margin-top:0.9rem}
.footer-socials a{display:inline-flex;color:rgba(255,255,255,0.55);transition:color 0.2s;text-decoration:none}
.footer-socials a:hover{color:rgba(255,255,255,1)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.12)}
.footer-copy{font-size:0.76rem;color:rgba(255,255,255,0.55)}
@media(max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}}
@media(max-width:640px){.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:0.5rem;text-align:center}}

/* FLOATING + STICKY — production system */
.wa-float{position:fixed;bottom:1.6rem;left:1.6rem;z-index:150;width:54px;height:54px;border-radius:50%;background:#1FAF38;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(31,175,56,0.35);transition:var(--ease)}
.wa-float:hover{transform:translateY(-2px)}
.wa-float svg{width:26px;height:26px;fill:#fff}
.mobile-sticky-bar{display:none}
@media(max-width:768px){
  .wa-float{display:none !important}
  .mobile-sticky-bar{display:flex;position:fixed;bottom:0;right:0;left:0;z-index:200;background:rgba(253,248,240,0.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(115,90,54,0.14);padding:0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));gap:0.7rem;box-shadow:0 -4px 24px rgba(8,39,23,0.08)}
  .mobile-sticky-bar__primary{flex:1;display:flex;align-items:center;justify-content:center;padding:0.85rem 1rem;background:linear-gradient(145deg,var(--primary) 0%,var(--primary-mid) 100%);color:var(--white);font-family:var(--fd);font-size:0.9rem;font-weight:700;border-radius:10px;text-decoration:none;letter-spacing:0.01em;box-shadow:0 3px 14px rgba(8,39,23,0.2);transition:var(--ease);white-space:nowrap}
  .mobile-sticky-bar__icon{flex:0 0 46px;height:46px;display:flex;align-items:center;justify-content:center;background:var(--primary);border-radius:50%;text-decoration:none;transition:var(--ease)}
  .mobile-sticky-bar__icon svg{width:20px;height:20px;fill:white}
  .mobile-sticky-bar__icon--wa{background:#1FAF38}
  body{padding-bottom:88px}
}

/* MOTION — matches homepage system */
.fade-up{opacity:0;transform:translateY(22px);transition:opacity 0.6s ease,transform 0.6s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
.fade-up-delay-1{transition-delay:0.08s}
.fade-up-delay-2{transition-delay:0.16s}
.fade-up-delay-3{transition-delay:0.24s}
.fade-up-delay-4{transition-delay:0.32s}
@media(prefers-reduced-motion:reduce){
  *{transition:none !important;animation:none !important;scroll-behavior:auto !important}
  .fade-up{opacity:1 !important;transform:none !important}
}
