/* =====================================================================
   JS1 Software — shared stylesheet (Eleventy build)
   Edit once; applies to every page.
   ===================================================================== */

:root {
    --primary-color: #007bff;
    --secondary-color: #4CAF50;
    --text-color: #333;
    --sahay-purple: #6A1B9A;
    --sahay-blue: #1565C0;
}

body { font-family: 'Roboto', sans-serif; color: var(--text-color); line-height: 1.8; }

h1, h2, h3 { color: var(--primary-color); }

/* ── Navbar ───────────────────────────────────────── */
.navbar-brand img { height: 40px; }
.navbar { position: sticky; top: 0; z-index: 1000; background-color: #343a40; }
.nav-link { color: var(--primary-color); padding: 10px 15px; }
.nav-link:hover { color: var(--secondary-color); }

/* ── Language toggle ──────────────────────────────── */
.lang-toggle { display: flex; gap: 4px; align-items: center; }
.lang-toggle a { color: #ccc; text-decoration: none; font-size: 0.85rem; padding: 4px 9px; border-radius: 6px; border: 1px solid transparent; }
.lang-toggle a:hover { color: #fff; border-color: rgba(255, 255, 255, 0.3); }
.lang-toggle a.active { color: #fff; background: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.4); font-weight: 700; }

/* ── Generic sections ─────────────────────────────── */
.section-padding { padding: 70px 0; }
.section-title { text-align: center; margin-bottom: 12px; }
.section-title h2 { color: var(--sahay-purple); font-size: 2.2rem; font-weight: 700; }
.section-lead { text-align: center; max-width: 720px; margin: 0 auto 45px; color: #555; }

/* ── Home hero ────────────────────────────────────── */
.hero { background: linear-gradient(135deg, #15152e 0%, #1d3c7a 52%, #1565C0 100%); padding: 116px 0 108px; text-align: center; position: relative; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 74% 16%, rgba(106, 27, 154, .42), transparent 58%), radial-gradient(circle at 12% 90%, rgba(46, 158, 91, .18), transparent 50%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; color: #fff; }
.hero-content h1 { color: #fff; font-size: 3rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.hero-content .lead { max-width: 700px; margin: 18px auto 0; font-size: 1.2rem; font-weight: 600; color: #fff; opacity: 1; text-shadow: 0 1px 14px rgba(0, 0, 0, .28); }
@media (max-width: 576px) { .hero-content h1 { font-size: 2.1rem; } .hero { padding: 66px 0 58px; } }

/* ── Home SAHAY strip ─────────────────────────────── */
.sahay-strip { background: linear-gradient(135deg, var(--sahay-purple), var(--sahay-blue)); color: #fff; padding: 40px 0; }
.sahay-strip h2 { color: #fff; font-weight: 700; margin: 8px 0 4px; }
.sahay-strip .pill { display: inline-block; background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .4); border-radius: 20px; padding: 3px 12px; font-size: .75rem; font-weight: 700; letter-spacing: .5px; }

/* ── Buttons ──────────────────────────────────────── */
.btn-custom { display: inline-block; padding: 12px 24px; font-size: 16px; font-weight: 600; text-decoration: none; background-color: var(--secondary-color); color: #fff; border-radius: 5px; transition: transform .3s, background-color .3s; }
.btn-custom:hover { background-color: #45a049; transform: scale(1.05); color: #fff; }
.btn-sahay { display: inline-block; padding: 13px 30px; font-size: 16px; font-weight: 700; text-decoration: none; border-radius: 8px; transition: transform .25s, box-shadow .25s, background-color .25s; box-shadow: 0 4px 10px rgba(0, 0, 0, .15); }
.btn-sahay-primary { background: #fff; color: var(--sahay-purple); }
.btn-sahay-primary:hover { transform: translateY(-2px) scale(1.02); color: var(--sahay-purple); box-shadow: 0 8px 18px rgba(0, 0, 0, .25); }
.btn-sahay-ghost { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, .7); }
.btn-sahay-ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; transform: translateY(-2px); }

/* ── SAHAY landing hero ───────────────────────────── */
.sahay-hero { background: linear-gradient(135deg, var(--sahay-purple) 0%, var(--sahay-blue) 100%); color: #fff; padding: 90px 0 80px; text-align: center; }
.sahay-hero h1 { color: #fff; font-size: 3rem; font-weight: 700; letter-spacing: -.5px; margin-bottom: 6px; }
.sahay-hero .tagline { font-size: 1.35rem; opacity: .95; margin-bottom: 18px; }
.sahay-hero .sub { max-width: 720px; margin: 0 auto 30px; font-size: 1.05rem; opacity: .92; }
.sahay-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .35); padding: 5px 14px; border-radius: 30px; font-size: .8rem; font-weight: 700; letter-spacing: .5px; margin-bottom: 22px; }
.sahay-badge .fa-star { color: #FFD54F; }
.cta-buttons { margin-top: 10px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }

/* ── Benefit boxes ────────────────────────────────── */
.benefit-box { padding: 24px 18px; text-align: center; height: 100%; }
.benefit-box .benefit-icon { font-size: 2.6rem; color: var(--sahay-purple); margin-bottom: 14px; }
.benefit-box h3 { font-size: 1.2rem; color: var(--text-color); font-weight: 700; margin-bottom: 8px; }
.benefit-box p { font-size: .97rem; color: #555; margin-bottom: 0; }

/* ── Highlight module cards ───────────────────────── */
.hl-card { background: #fff; border-radius: 14px; box-shadow: 0 4px 14px rgba(0, 0, 0, .08); padding: 26px 22px; height: 100%; transition: transform .3s, box-shadow .3s; border-top: 4px solid var(--sahay-purple); }
.hl-card:hover { transform: translateY(-6px); box-shadow: 0 10px 24px rgba(0, 0, 0, .14); }
.hl-card .hl-icon { width: 54px; height: 54px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #fff; margin-bottom: 16px; background: linear-gradient(135deg, var(--sahay-purple), var(--sahay-blue)); }
.hl-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--text-color); margin-bottom: 10px; }
.hl-card p { font-size: .97rem; color: #555; margin-bottom: 0; }

/* ── Module grid ──────────────────────────────────── */
.modules-band { background: #f6f3fb; }
.mod-group-title { font-size: 1.1rem; font-weight: 700; color: var(--sahay-purple); margin: 28px 0 14px; display: flex; align-items: center; gap: 10px; }
.mod-tile { background: #fff; border-radius: 10px; padding: 16px; height: 100%; box-shadow: 0 2px 8px rgba(0, 0, 0, .06); transition: transform .25s, box-shadow .25s; }
.mod-tile:hover { transform: translateY(-3px); box-shadow: 0 6px 14px rgba(0, 0, 0, .12); }
.mod-tile i { color: var(--sahay-purple); font-size: 1.2rem; margin-bottom: 8px; }
.mod-tile h4 { font-size: 1rem; font-weight: 700; color: var(--text-color); margin-bottom: 4px; }
.mod-tile p { font-size: .85rem; color: #666; margin-bottom: 0; line-height: 1.5; }

/* ── Language band & trust ────────────────────────── */
.lang-band { background: linear-gradient(135deg, var(--sahay-purple), var(--sahay-blue)); color: #fff; }
.lang-chip { display: inline-block; background: rgba(255, 255, 255, .15); border: 1px solid rgba(255, 255, 255, .4); border-radius: 30px; padding: 8px 22px; margin: 6px; font-size: 1.1rem; font-weight: 700; }
.trust-band { background: #fff; }
.trust-icon { font-size: 3rem; color: var(--secondary-color); margin-bottom: 16px; }

/* ── How it works ─────────────────────────────────── */
.step-num { width: 46px; height: 46px; border-radius: 50%; background: var(--sahay-purple); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; margin: 0 auto 14px; }

/* ── CTA band & sticky CTA ────────────────────────── */
.cta-band { background: linear-gradient(135deg, var(--sahay-purple), var(--sahay-blue)); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; font-weight: 700; }
.sticky-cta { position: fixed; bottom: 20px; right: 20px; z-index: 1000; background-color: var(--sahay-purple); color: #fff; padding: 12px 22px; border-radius: 50px; box-shadow: 0 4px 10px rgba(0, 0, 0, .25); text-decoration: none; font-weight: 700; display: none; transition: transform .3s, background-color .3s; }
.sticky-cta:hover { background-color: var(--sahay-blue); color: #fff; transform: scale(1.06); }

/* ── Guide page ───────────────────────────────────── */
.guide-hero { background: linear-gradient(135deg, var(--sahay-purple) 0%, var(--sahay-blue) 100%); color: #fff; padding: 50px 0; text-align: center; }
.guide-hero h1 { color: #fff; font-weight: 700; font-size: 2.3rem; margin-bottom: 6px; }
.guide-hero p { opacity: .93; margin-bottom: 0; }
.guide-lang { display: inline-flex; gap: 5px; margin-top: 18px; background: rgba(255, 255, 255, .14); padding: 5px; border-radius: 30px; }
.guide-lang a { color: rgba(255, 255, 255, .88); text-decoration: none; font-size: .92rem; font-weight: 600; padding: 6px 18px; border-radius: 24px; transition: background .2s, color .2s; }
.guide-lang a.active { background: #fff; color: var(--sahay-purple); }
.guide-lang a:hover:not(.active) { color: #fff; }
.guide-wrap { padding: 50px 0; }
.toc-card { background: #faf9fd; border: 1px solid #ece7f4; border-radius: 12px; padding: 20px; position: sticky; top: 80px; }
.toc-card h5 { color: var(--sahay-purple); font-weight: 700; font-size: 1rem; margin-bottom: 12px; }
.toc-card a { display: block; color: #444; text-decoration: none; padding: 6px 0; font-size: .95rem; border-bottom: 1px solid #efeaf6; }
.toc-card a:last-child { border-bottom: none; }
.toc-card a:hover { color: var(--sahay-purple); }
.guide-section { margin-bottom: 44px; scroll-margin-top: 80px; }
.guide-section h2 { color: var(--sahay-purple); font-weight: 700; font-size: 1.6rem; display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.guide-section h2 .num { width: 34px; height: 34px; flex: none; border-radius: 8px; background: linear-gradient(135deg, var(--sahay-purple), var(--sahay-blue)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.guide-section > p.intro { color: #555; margin-bottom: 18px; }
.shot { border: 2px dashed #c9bce0; border-radius: 12px; background: #f7f4fc; color: #8a7aa6; padding: 34px 20px; text-align: center; margin: 18px 0; font-size: .92rem; }
.shot i { font-size: 1.8rem; display: block; margin-bottom: 8px; }
.shot img { max-width: 100%; border-radius: 8px; }
.accordion-button:not(.collapsed) { background: #f3eefb; color: var(--sahay-purple); font-weight: 700; }
.accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(106, 27, 154, .15); }
.tip { border-left: 4px solid var(--secondary-color); background: #f1f8e9; padding: 12px 16px; border-radius: 8px; margin: 16px 0; font-size: .95rem; }
.warn { border-left: 4px solid #E65100; background: #fff8e1; padding: 12px 16px; border-radius: 8px; margin: 16px 0; font-size: .95rem; }
.help-band { background: linear-gradient(135deg, var(--sahay-purple), var(--sahay-blue)); color: #fff; text-align: center; padding: 50px 0; }
.help-band h2 { color: #fff; font-weight: 700; }

/* ── Footer ───────────────────────────────────────── */
footer { background: #343a40; color: #fff; padding: 40px 0; }
.footer-content { display: flex; flex-direction: column; align-items: center; gap: 12px; }

.modal-content { max-height: 85vh; overflow-y: auto; }

/* ── Mobile ───────────────────────────────────────── */
@media (max-width: 768px) { .toc-card { position: static; margin-bottom: 24px; } }
@media (max-width: 576px) {
    .sahay-hero h1 { font-size: 2.2rem; }
    .sahay-hero { padding: 60px 0 50px; }
    .section-padding { padding: 45px 0; }
    .section-title h2 { font-size: 1.8rem; }
    .cta-buttons { flex-direction: column; gap: 10px; }
    .navbar-brand img { height: 30px; }
    .hero { padding: 60px 0; }
}

/* ── Products / checkout page ──────────────────────── */
.product-card { box-shadow: 0 4px 10px rgba(0, 0, 0, .1); padding: 15px; margin-bottom: 15px; border-radius: 8px; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: scale(1.03); box-shadow: 0 6px 15px rgba(0, 0, 0, .15); }
.product-card.selected { border: 2px solid var(--primary-color); box-shadow: 0 0 10px rgba(0, 123, 255, .3); }
.product-card h3 { font-size: 1.2rem; color: var(--text-color); }
.product-card .price-final { font-weight: 700; font-size: 1.05rem; color: var(--text-color); margin: 0; }
.product-card .price-gst { font-size: .78rem; color: var(--muted); margin: 2px 0 0; }
.cart-summary { background: #f8f9fa; padding: 18px; border-radius: 10px; position: sticky; top: 90px; }
.cart-summary h3 { color: var(--sahay-purple); }
.btn-custom { display: inline-block; padding: 12px 24px; font-size: 16px; font-weight: 600; text-decoration: none; background-color: var(--secondary-color); color: #fff; border-radius: 5px; transition: transform .3s, background-color .3s; }
.btn-custom:hover { background-color: #45a049; transform: scale(1.03); color: #fff; }
.form-control.uppercase { text-transform: uppercase; }
.form-check-input:checked { background-color: #28a745; border-color: #28a745; }
.form-check-label { cursor: pointer; }
.fade-in { animation: fadeIn .5s; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ── Blog ──────────────────────────────────────────── */
.blog-icon { font-size: 3rem; color: var(--sahay-purple); margin-bottom: 16px; }
.blog-post h3 { color: var(--text-color); font-weight: 700; }
.blog-post p { color: #555; text-align: left; }

/* ── Legal / text pages ────────────────────────────── */
.legal h6 { color: var(--sahay-purple); font-weight: 700; margin-top: 22px; }
.legal p, .legal li { color: #444; }

/* ── Clients ("Trusted by 70+ brands") ─────────────── */
.clients-band { background: #faf9fd; }
.client-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 6px 16px; text-align: left; }
.client-grid li { font-size: .9rem; color: #444; padding: 7px 8px; border-bottom: 1px solid #ece7f4; }
.client-grid li::before { content: "\f111"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: .4rem; color: var(--secondary-color); vertical-align: middle; margin-right: 8px; }

/* ============================================================
   WORLD-CLASS REFINEMENTS  (override layer — loaded last)
   ============================================================ */
:root {
    --ink: #16162b;
    --body-text: #4b4b5e;
    --muted: #6b6b7d;
    --accent: #6A1B9A;
    --accent2: #1565C0;
    --success: #2e9e5b;
    --hairline: #ececf3;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    color: var(--body-text);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    color: var(--ink);
    letter-spacing: -0.02em;
}

p { color: var(--body-text); }

.section-padding { padding: 84px 0; }
.section-title h2 { color: var(--ink); font-weight: 800; font-size: 2.4rem; line-height: 1.15; }
.section-lead { color: var(--muted); font-size: 1.06rem; }

/* Eyebrow label above headings */
.eyebrow {
    display: inline-block; font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 10px;
}

/* Buttons — refined and consistent */
.btn-custom {
    border-radius: 9px; padding: 13px 30px; font-weight: 700; letter-spacing: .01em;
    background: var(--success); box-shadow: 0 8px 20px rgba(46, 158, 91, .22);
}
.btn-custom:hover { background: #268a4f; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(46, 158, 91, .3); }
.btn-sahay { border-radius: 9px; }
.btn-sahay-primary { box-shadow: 0 8px 20px rgba(0, 0, 0, .18); }

/* Card polish */
.hl-card, .mod-tile, .product-card { border: 1px solid var(--hairline); }
.hl-card { border-top: 4px solid var(--accent); }

/* Trust strip */
.trust-strip { background: #fff; border-bottom: 1px solid var(--hairline); }
.trust-strip .ts-item { display: flex; align-items: center; gap: 10px; justify-content: center; color: var(--ink); font-weight: 600; font-size: .95rem; padding: 18px 8px; }
.trust-strip .ts-item i { color: var(--accent); font-size: 1.25rem; }
.clients-cta { background: #fff; }
.alt-bg { background: #f7f5fb; }

/* Payment card */
.pay-card {
    display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap;
    max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--hairline);
    border-radius: 16px; padding: 34px; box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
}
.pay-qr { text-align: center; }
.pay-qr img { width: 158px; height: 158px; object-fit: contain; display: block; }
.pay-qr span { display: block; margin-top: 10px; font-size: .85rem; color: var(--muted); font-weight: 600; }
.pay-or { color: var(--muted); font-weight: 700; text-transform: uppercase; font-size: .78rem; letter-spacing: .12em; }
.pay-btn { text-align: center; }
.pay-note { margin: 12px 0 0; font-size: .82rem; color: var(--muted); }
.pay-note i { color: var(--success); }

/* App download cards */
.app-band { background: #fff; }
.app-card {
    background: #fff; border: 1px solid var(--hairline); border-radius: 16px; padding: 26px;
    text-align: center; height: 100%; box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
    transition: transform .25s, box-shadow .25s;
}
.app-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(0, 0, 0, .1); }
.app-badge { height: 46px; width: auto; margin-bottom: 20px; }
.app-qr { width: 150px; height: 150px; object-fit: contain; display: block; margin: 0 auto; border: 1px solid var(--hairline); border-radius: 12px; padding: 8px; background: #fff; }
.app-cap { display: block; margin-top: 16px; font-size: .9rem; color: var(--muted); font-weight: 600; }

@media (max-width: 576px) {
    .pay-card { gap: 22px; padding: 24px; }
    .pay-qr img { width: 140px; height: 140px; }
}

/* Structured dark footer */
.site-footer { background: #14142a; color: #a7a7ba; padding: 58px 0 28px; }
.site-footer h6 { color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; font-weight: 700; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 9px; }
.site-footer a { color: #a7a7ba; text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: #fff; }
.footer-brand img { height: 40px; border-radius: 6px; }
.footer-tag { margin: 16px 0 12px; font-size: .92rem; line-height: 1.6; color: #9090a3; max-width: 330px; }
.footer-made { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 600; color: #cdcddb; }
.footer-divider { height: 1px; background: rgba(255, 255, 255, .1); margin: 38px 0 20px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .85rem; color: #828296; }
@media (max-width: 768px) {
    .site-footer { text-align: center; }
    .footer-tag { margin-left: auto; margin-right: auto; }
    .footer-bottom { flex-direction: column; }
}

/* Smooth in-page scrolling */
html { scroll-behavior: smooth; }

/* Back-to-top button (bottom-left, so it never overlaps the demo CTA on the right) */
.back-to-top {
    position: fixed; bottom: 22px; left: 22px; z-index: 1000;
    width: 46px; height: 46px; border-radius: 50%; border: none;
    background: var(--accent); color: #fff; font-size: 1rem; cursor: pointer;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: opacity .3s, transform .3s, background .3s;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--accent2); transform: translateY(-2px); }

/* Blog index cards */
.post-card { display: block; background: #fff; border: 1px solid var(--hairline); border-radius: 14px; padding: 26px 28px; margin-bottom: 18px; text-decoration: none; box-shadow: 0 4px 14px rgba(0, 0, 0, .05); transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(0, 0, 0, .1); }
.post-card h3 { color: var(--ink); font-weight: 800; font-size: 1.4rem; margin-bottom: 6px; }
.post-meta { display: inline-block; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.post-card p { color: var(--muted); margin-bottom: 10px; }
.post-readmore { color: var(--accent); font-weight: 700; font-size: .95rem; }

/* Blog post body */
.post-body { font-size: 1.07rem; line-height: 1.8; color: var(--body-text); }
.post-body h2 { font-size: 1.6rem; font-weight: 800; color: var(--ink); margin: 32px 0 12px; }
.post-body h3 { font-size: 1.25rem; font-weight: 700; color: var(--ink); margin: 24px 0 10px; }
.post-body p { margin-bottom: 16px; }
.post-body ul, .post-body ol { margin: 0 0 16px 1.2rem; }
.post-body li { margin-bottom: 8px; }
.post-body a { color: var(--accent); font-weight: 600; }
.post-divider { border: none; border-top: 1px solid var(--hairline); margin: 36px 0 20px; }
.post-back { color: var(--accent); font-weight: 600; text-decoration: none; }

/* Screenshot showcase (phone frames) */
.shot-showcase { background: #faf9fd; }
.phone-shot { max-width: 280px; margin: 0 auto; border: 8px solid #16162b; border-radius: 30px; overflow: hidden; box-shadow: 0 18px 44px rgba(0, 0, 0, .16); background: #16162b; }
.phone-shot img { width: 100%; display: block; }
.shot-cap { display: block; text-align: center; margin-top: 14px; font-weight: 600; color: var(--ink); font-size: .95rem; }

/* Inline screenshots inside the User Guide */
.guide-img { display: block; max-width: 300px; margin: 18px auto; border-radius: 14px; box-shadow: 0 10px 26px rgba(0, 0, 0, .12); border: 1px solid var(--hairline); }

/* Hero phone (SAHAY landing) */
.sahay-hero .hero-phone { max-width: 258px; margin: 40px auto 0; border: 8px solid rgba(255, 255, 255, .92); border-radius: 30px; overflow: hidden; box-shadow: 0 22px 54px rgba(0, 0, 0, .32); }
.sahay-hero .hero-phone img { width: 100%; display: block; }

/* ── Scroll-reveal motion (only when JS is on; reduced-motion safe) ── */
.js section:not(.hero) {
    opacity: 0; transform: translateY(26px);
    transition: opacity .7s cubic-bezier(.16, .8, .3, 1), transform .7s cubic-bezier(.16, .8, .3, 1);
}
.js section.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .js section:not(.hero) { opacity: 1 !important; transform: none !important; transition: none; }
}

@media (max-width: 576px) {
    .section-padding { padding: 52px 0; }
    .section-title h2 { font-size: 1.9rem; }
}
