/* Soi Cosmetics — Export / Private Label site
   Shared stylesheet for EN (ltr) and AR (rtl). Fonts are set per-language via CSS variables in <head>. */

:root {
  --green: #225b4c;
  --green-deep: #173f35;
  --green-soft: #e8f0ec;
  --green-mist: #f3f7f5;
  --gold: #b8965a;
  --gold-soft: #f4ecdd;
  --ink: #16211d;
  --ink-2: #435364;
  --ink-3: #6b7280;
  --line: #dfe5e1;
  --paper: #fbfaf7;
  --white: #ffffff;
  --wa: #25d366;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(22, 33, 29, 0.08);
  --shadow-lg: 0 24px 60px rgba(22, 33, 29, 0.14);
  --maxw: 1180px;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 600; line-height: 1.15; margin: 0; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
em { font-style: italic; color: var(--green); }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { font-weight: 700; line-height: 1.35; }
[dir="rtl"] body, [dir="rtl"] { letter-spacing: 0; }

.container { width: min(var(--maxw), 100% - 2.5rem); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section-alt { background: var(--white); }
.section-green { background: var(--green); color: #eaf2ee; }
.section-green h2, .section-green h3 { color: var(--white); }
.kicker {
  display: inline-block; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 0.9rem;
}
[dir="rtl"] .kicker { letter-spacing: 0; font-size: 0.9rem; }
.section-green .kicker { color: #d9c08c; }
.section-head { max-width: 700px; margin-bottom: 2.75rem; }
.section-head p { color: var(--ink-2); font-size: 1.08rem; }
.section-green .section-head p { color: #cfe0d7; }
.center { text-align: center; margin-inline: auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.85rem 1.5rem; border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  border: 1.5px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  font-family: inherit; white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-primary { background: var(--green); color: var(--white); }
.btn-primary:hover { background: var(--green-deep); }
.btn-outline { border-color: var(--green); color: var(--green); background: transparent; }
.btn-outline:hover { background: var(--green-soft); }
.btn-light { background: var(--white); color: var(--green); }
.btn-ghost-light { border-color: rgba(255,255,255,.5); color: var(--white); }
.btn-ghost-light:hover { background: rgba(255,255,255,.1); }
.btn-wa { background: var(--wa); color: var(--white); }
.btn-wa:hover { background: #1fb457; }
.btn .ic { font-size: 17px; }

/* Icons (Font Awesome 6) — shared box so glyphs never shift the layout */
.ic { display: inline-flex; align-items: center; justify-content: center; width: 1.25em; height: 1em; line-height: 1; flex: none; vertical-align: -.125em; }
[dir="rtl"] .ic.fa-arrow-right, [dir="rtl"] .ic.fa-phone { transform: scaleX(-1); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,.9);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 72px; }
.logo { display: flex; align-items: center; gap: .7rem; color: var(--green); }
.logo img { height: 56px; width: auto; display: block; }
.logo small { font-family: var(--font-body); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; line-height: 1; padding-inline-start: .7rem; border-inline-start: 1px solid var(--line); }
[dir="rtl"] .logo small { letter-spacing: 0; font-size: .74rem; }
.site-footer .logo img { filter: brightness(0) invert(1); opacity: .95; height: 50px; }
.nav-links { display: flex; gap: 1.6rem; font-size: .93rem; font-weight: 500; color: var(--ink-2); }
.nav-links a:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: .75rem; }
.lang-switch { position: relative; }
.lang-btn {
  display: inline-flex; align-items: center; gap: .4rem; padding: .45rem .8rem; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line); font: inherit; font-size: .85rem; font-weight: 600; color: var(--green); background: var(--white);
}
.lang-btn:hover, .lang-switch.open .lang-btn { border-color: var(--green); }
.lang-btn .fa-chevron-down { font-size: 11px; transition: transform .2s; }
.lang-switch.open .lang-btn .fa-chevron-down { transform: rotate(180deg); }
.lang-menu {
  position: absolute; top: calc(100% + 6px); inset-inline-end: 0; min-width: 150px; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); padding: .35rem; display: none; z-index: 60;
}
.lang-switch.open .lang-menu { display: block; }
.lang-menu a { display: block; padding: .55rem .8rem; border-radius: 7px; font-size: .88rem; font-weight: 500; color: var(--ink-2); white-space: nowrap; }
.lang-menu a:hover { background: var(--green-soft); color: var(--green); }
.lang-menu a.active { color: var(--green); font-weight: 700; background: var(--green-mist); }
.nav-toggle { display: none; background: none; border: 0; padding: .4rem; cursor: pointer; color: var(--green); }
.nav-toggle .ic { font-size: 24px; }
@media (max-width: 960px) {
  .nav-links { display: none; position: absolute; inset-inline: 0; top: 72px; background: var(--white); flex-direction: column; gap: 0; padding: .5rem 1.25rem 1rem; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: inline-flex; }
  .nav-actions .btn { display: none; }
}

/* Hero */
.hero { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--green-mist) 0%, var(--paper) 55%, var(--gold-soft) 100%); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle, rgba(34,91,76,.14), transparent 65%); top: -200px; inset-inline-end: -160px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; padding: clamp(3rem, 7vw, 6rem) 0; position: relative; }
.hero h1 { margin: .5rem 0 1.25rem; }
.hero-sub { font-size: 1.12rem; color: var(--ink-2); max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.75rem 0 2.25rem; }
.hero-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem 1.25rem; font-size: .92rem; color: var(--ink-2); max-width: 560px; }
.hero-points li { display: flex; align-items: flex-start; gap: .55rem; }
.hero-points .ic { font-size: 16px; color: var(--green); margin-top: 4px; }
.hero-visual { position: relative; }
.hero-mosaic { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: auto auto; gap: .8rem; background: var(--white); border-radius: 28px; padding: 1rem; box-shadow: var(--shadow-lg); }
.hero-mosaic figure { margin: 0; overflow: hidden; border-radius: 16px; background: var(--green-mist); }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.hero-mosaic figure:hover img { transform: scale(1.04); }
.hero-mosaic .m1 { grid-row: 1 / 3; }
.hero-mosaic .m2 { aspect-ratio: 1; }
.hero-mosaic .m-pair { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.hero-mosaic .m-pair figure { aspect-ratio: 1; }
.hero-badge { position: absolute; background: var(--white); border-radius: 14px; padding: .75rem 1rem; box-shadow: var(--shadow); font-size: .82rem; font-weight: 600; color: var(--green); display: flex; align-items: center; gap: .6rem; }
.hero-badge.b1 { top: 8%; inset-inline-start: -8%; }
.hero-badge.b2 { bottom: -4%; inset-inline-end: -5%; }
.hero-badge span { display: block; font-weight: 400; color: var(--ink-3); font-size: .74rem; }
.hero-badge .ic { font-size: 20px; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 460px; margin-inline: auto; }
  .hero-badge.b1 { inset-inline-start: 0; } .hero-badge.b2 { inset-inline-end: 0; }
}
@media (max-width: 560px) { .hero-points { grid-template-columns: 1fr; } }

/* Trust strip */
.trust { border-block: 1px solid var(--line); background: var(--white); }
.trust-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding: 1.25rem 0; font-size: .85rem; color: var(--ink-2); }
.trust-row span { display: inline-flex; align-items: center; gap: .5rem; }
.trust-row .ic { font-size: 16px; color: var(--gold); }

/* Models */
.models-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.model-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.25rem; position: relative; overflow: hidden; }
.model-card.featured { background: var(--green); color: #e6f0eb; border-color: var(--green); }
.model-card.featured h3 { color: var(--white); }
.model-tag { display: inline-block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; padding: .3rem .7rem; border-radius: 999px; background: var(--gold-soft); color: var(--gold); margin-bottom: 1rem; }
[dir="rtl"] .model-tag { letter-spacing: 0; font-size: .85rem; }
.model-card.featured .model-tag { background: rgba(255,255,255,.14); color: #f1e1bd; }
.model-card h3 { font-size: 1.7rem; margin-bottom: .75rem; }
.model-card p { color: var(--ink-2); }
.model-card.featured p { color: #cfe0d7; }
.model-card ul { margin: 1.25rem 0 1.75rem; display: grid; gap: .5rem; }
.model-card li { display: flex; gap: .55rem; align-items: flex-start; font-size: .93rem; }
.model-card li .ic { font-size: 15px; margin-top: 5px; color: var(--green); }
.model-card.featured li .ic { color: #d9c08c; }
@media (max-width: 800px) { .models-grid { grid-template-columns: 1fr; } }

/* Products */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.4rem; }
.product-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-card .thumb { background: var(--green-mist); aspect-ratio: 1; overflow: hidden; position: relative; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card .badge { position: absolute; top: .8rem; inset-inline-start: .8rem; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .6rem; border-radius: 999px; background: var(--green); color: #fff; }
.product-card .badge.muted { background: var(--white); color: var(--ink-3); border: 1px solid var(--line); }
[dir="rtl"] .product-card .badge { letter-spacing: 0; font-size: .78rem; }
.product-card .body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.product-card .cat { font-size: .74rem; color: var(--gold); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
[dir="rtl"] .product-card .cat { letter-spacing: 0; font-size: .82rem; }
.product-card h3 { font-size: 1.25rem; }
.product-card .desc { font-size: .88rem; color: var(--ink-2); flex: 1; margin: 0; }
.product-card .meta { display: flex; justify-content: space-between; align-items: center; margin-top: .75rem; font-size: .82rem; color: var(--ink-3); }
.product-card .meta b { color: var(--green); font-weight: 600; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; counter-reset: step; }
.step { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 1.5rem 1.25rem; }
.step .num { font-family: var(--font-heading); font-size: 2.4rem; color: #d9c08c; line-height: 1; margin-bottom: .75rem; }
.step h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.step p { font-size: .88rem; color: #cfe0d7; margin: 0; }
@media (max-width: 1000px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .process-grid { grid-template-columns: 1fr; } }

/* Why */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.why-item { padding: 1.75rem; border-radius: var(--radius); background: var(--green-mist); }
.why-item .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--white); display: grid; place-items: center; color: var(--green); margin-bottom: 1rem; }
.why-item .ico .ic { font-size: 20px; }
.why-item h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.why-item p { font-size: .9rem; color: var(--ink-2); margin: 0; }
@media (max-width: 960px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .why-grid { grid-template-columns: 1fr; } }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-grid img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; }
.about-grid p { color: var(--ink-2); font-size: 1.05rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.75rem; }
.stat b { display: block; font-family: var(--font-heading); font-size: 2.2rem; color: var(--green); line-height: 1; }
.stat span { font-size: .82rem; color: var(--ink-3); }
@media (max-width: 800px) { .about-grid { grid-template-columns: 1fr; } }

/* Video clips (gallery + about) */
.clip { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--green-mist); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; grid-auto-flow: dense; gap: .9rem; }
.g-tile { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--green-mist); }
.g-tile.g-p { grid-row: span 3; }
.g-tile.g-l { grid-column: span 2; grid-row: span 2; }
.g-tile figcaption { position: absolute; inset-inline-start: .9rem; bottom: .9rem; padding: .35rem .75rem; border-radius: 999px; background: rgba(22,33,29,.55); color: #fff; font-size: .78rem; font-weight: 600; backdrop-filter: blur(6px); }
.g-cta { grid-row: span 3; background: var(--green); color: #e6f0eb; padding: 1.75rem 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; gap: .4rem; }
.g-cta .kicker { color: #d9c08c; margin-bottom: .2rem; }
.g-cta h3 { color: var(--white); font-size: 1.6rem; }
.g-cta p { font-size: .9rem; color: #cfe0d7; margin: 0 0 .75rem; }
.g-cta .btn { align-self: flex-start; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; } .g-tile.g-p { grid-row: span 2; } .g-tile.g-l { grid-row: span 1; } .g-cta { grid-column: span 2; grid-row: span 1; padding: 1.4rem; } }
@media (max-width: 480px) { .gallery-grid { grid-auto-rows: 110px; gap: .6rem; } }
.about-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; background: var(--green-mist); }
.about-media-tag { position: absolute; top: 1rem; inset-inline-start: 1rem; display: inline-flex; align-items: center; gap: .45rem; padding: .4rem .8rem; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--green); font-size: .8rem; font-weight: 600; box-shadow: var(--shadow); }

/* FAQ */
.faq-list { max-width: 820px; margin-inline: auto; display: grid; gap: .6rem; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq-item summary { cursor: pointer; padding: 1.1rem 1.35rem; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--green); font-weight: 400; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 1.35rem 1.2rem; color: var(--ink-2); font-size: .95rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 3rem; }
.contact-info { display: grid; gap: 1.25rem; align-content: start; }
.contact-line { display: flex; gap: 1rem; align-items: flex-start; }
.contact-line .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; flex: none; }
.contact-line .ico .ic { font-size: 19px; }
.contact-line b { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-3); font-weight: 600; }
[dir="rtl"] .contact-line b { letter-spacing: 0; font-size: .85rem; }
.contact-line a:hover { color: var(--green); }
.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .35rem; margin-bottom: 1rem; }
.field label { font-size: .82rem; font-weight: 600; color: var(--ink-2); }
.field input, .field select, .field textarea {
  font: inherit; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); color: var(--ink); width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid rgba(34,91,76,.25); border-color: var(--green); }
.field textarea { min-height: 110px; resize: vertical; }
.form-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: .5rem; }
.form-note { font-size: .78rem; color: var(--ink-3); margin: 1rem 0 0; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } .form { padding: 1.4rem; } }

/* Footer */
.site-footer { background: var(--ink); color: #b9c4bf; padding: 3.5rem 0 2rem; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
.site-footer .logo small { color: #8e9a95; }
.site-footer h4 { color: #fff; font-family: var(--font-body); font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 1rem; }
[dir="rtl"] .site-footer h4 { letter-spacing: 0; font-size: .95rem; }
.site-footer ul { display: grid; gap: .5rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .8rem; color: #8e9a95; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* Floating contact */
.fab-wrap { position: fixed; bottom: 1.4rem; inset-inline-end: 1.4rem; z-index: 90; display: flex; flex-direction: column; align-items: flex-end; gap: .6rem; }
.fab-menu { display: flex; flex-direction: column; gap: .5rem; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .2s, transform .2s; }
.fab-wrap.open .fab-menu { opacity: 1; transform: none; pointer-events: auto; }
.fab-item { display: flex; align-items: center; gap: .6rem; background: var(--white); color: var(--ink); padding: .6rem .9rem .6rem .6rem; border-radius: 999px; box-shadow: var(--shadow-lg); font-size: .88rem; font-weight: 600; border: 1px solid var(--line); }
[dir="rtl"] .fab-item { padding: .6rem .6rem .6rem .9rem; }
.fab-item .ico { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #fff; }
.fab-item .ico .ic { font-size: 17px; }
.fab-item .ico.wa { background: var(--wa); }
.fab-item .ico.call { background: var(--green); }
.fab-item .ico.mail { background: var(--gold); }
.fab-item .ico.quote { background: var(--ink-2); }
.fab-main { width: 60px; height: 60px; border-radius: 50%; background: var(--green); color: #fff; border: 0; cursor: pointer; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(34,91,76,.4); position: relative; transition: transform .2s; }
.fab-main:hover { transform: scale(1.05); }
.fab-main .ico-chat, .fab-main .ico-close { position: absolute; inset: 0; display: grid; place-items: center; transition: transform .2s, opacity .2s; }
.fab-main .ic { font-size: 26px; }
.fab-main .ico-close { opacity: 0; transform: rotate(-90deg); }
.fab-wrap.open .fab-main .ico-chat { opacity: 0; transform: rotate(90deg); }
.fab-wrap.open .fab-main .ico-close { opacity: 1; transform: none; }
.fab-main::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(34,91,76,.35); animation: pulse 2.4s ease-out infinite; }
.fab-wrap.open .fab-main::after { animation: none; opacity: 0; }
@keyframes pulse { 0% { transform: scale(.9); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.fab-wa-direct { position: fixed; bottom: 1.4rem; inset-inline-start: 1.4rem; z-index: 90; }
.fab-wa-direct .btn { box-shadow: var(--shadow-lg); padding: .8rem 1.2rem; }
@media (max-width: 640px) { .fab-wa-direct .btn span { display: none; } .fab-wa-direct .btn { width: 56px; height: 56px; padding: 0; border-radius: 50%; } }

/* Product landing */
.p-hero { background: linear-gradient(160deg, var(--green-mist), var(--paper) 60%); }
.p-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding: clamp(2.5rem, 6vw, 5rem) 0; }
.p-gallery { background: var(--white); border-radius: 28px; padding: 1.25rem; box-shadow: var(--shadow-lg); }
.p-gallery .main img { border-radius: 18px; aspect-ratio: 1; object-fit: cover; width: 100%; }
.p-gallery .thumbs { display: flex; gap: .6rem; margin-top: .8rem; }
.p-gallery .thumbs img { width: 70px; height: 70px; object-fit: cover; border-radius: 10px; border: 2px solid transparent; cursor: pointer; background: var(--green-mist); }
.p-gallery .thumbs img.active { border-color: var(--green); }
.breadcrumb { font-size: .82rem; color: var(--ink-3); margin-bottom: 1rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--green); }
.p-hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.3rem); margin: .3rem 0 .6rem; }
.p-tagline { font-size: 1.2rem; color: var(--green); font-family: var(--font-heading); font-style: italic; margin-bottom: 1.25rem; }
[dir="rtl"] .p-tagline { font-style: normal; }
.p-intro { color: var(--ink-2); font-size: 1.02rem; }
.p-meta { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.25rem 0; }
.p-meta span { font-size: .8rem; padding: .35rem .8rem; border-radius: 999px; background: var(--white); border: 1px solid var(--line); color: var(--ink-2); }
.p-meta span b { color: var(--green); }
.p-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.market-note { margin-top: 1.5rem; padding: 1rem 1.2rem; border-inline-start: 3px solid var(--gold); background: var(--gold-soft); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: .9rem; color: var(--ink-2); }
[dir="rtl"] .market-note { border-radius: var(--radius-sm) 0 0 var(--radius-sm); }
@media (max-width: 860px) { .p-hero-grid { grid-template-columns: 1fr; } .p-gallery { max-width: 480px; margin-inline: auto; } }

.actives-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.25rem; }
.active-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; }
.active-card .n { font-family: var(--font-heading); font-size: 2rem; color: var(--gold); line-height: 1; margin-bottom: .6rem; }
.active-card h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.active-card p { font-size: .9rem; color: var(--ink-2); margin: 0; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.info-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.info-box h3 { font-size: 1.3rem; margin-bottom: .8rem; display: flex; align-items: center; gap: .6rem; }
.info-box h3 .ic { font-size: 20px; color: var(--green); }
.info-box p, .info-box li { color: var(--ink-2); font-size: .95rem; }
.info-box ul { display: grid; gap: .5rem; }
.info-box li { display: flex; gap: .55rem; align-items: flex-start; }
.info-box li .ic { font-size: 15px; color: var(--green); margin-top: 5px; }
@media (max-width: 760px) { .two-col { grid-template-columns: 1fr; } }

.pl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.pl-item { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 1.5rem; }
.pl-item h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.pl-item p { font-size: .88rem; color: #cfe0d7; margin: 0; }
@media (max-width: 960px) { .pl-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .pl-grid { grid-template-columns: 1fr; } }

.cta-band { background: var(--green); color: #fff; border-radius: 28px; padding: clamp(2rem, 5vw, 3.5rem); display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; }
.cta-band h2 { color: #fff; margin-bottom: .6rem; }
.cta-band p { color: #cfe0d7; margin: 0; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: flex-end; }
@media (max-width: 800px) { .cta-band { grid-template-columns: 1fr; } .cta-band .actions { justify-content: flex-start; } }

/* Utilities */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .fab-main::after { animation: none; } }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
